@charset "UTF-8";
/* font face */
@font-face{font-family:"Roboto";font-weight:700;font-display:swap;src:url(/fonts/Roboto-Bold-webfont.woff) format("woff"),url(/fonts/Roboto-Bold.otf) format("otf")}
@font-face{font-family:"Roboto";font-weight:600;font-display:swap;src:url(/fonts/Roboto-Bold-webfont.woff) format("woff"),url(/fonts/Roboto-Bold.otf) format("otf")}
@font-face{font-family:"Roboto";font-weight:500;font-display:swap;src:url(/fonts/Roboto-Medium-webfont.woff) format("woff"),url(/fonts/Roboto-Medium.otf) format("otf")}
@font-face{font-family:"Roboto";font-weight:400;font-display:swap;src:url(/fonts/Roboto-Regular-webfont.woff) format("woff"),url(/fonts/Roboto-Regular.otf) format("otf")}
@font-face{font-family:"Roboto";font-weight:300;font-display:swap;src:url(/fonts/Roboto-Light.woff) format("woff"),url(/fonts/Roboto-Light.otf) format("otf")}
@font-face{font-family:"ClanOT";font-weight:700;font-display:swap;src:url(/fonts/ClanOT_Bold.woff) format("woff"),url(/fonts/ClanOT_Bold.otf) format("otf")}
@font-face{font-family:"ClanOT";font-weight:500;font-display:swap;src:url(/fonts/ClanOT_Medium.woff) format("woff"),url(/fonts/ClanOT_Medium.otf) format("otf")}

/* reset */
:root{--doc-height:100%}
*{box-sizing:border-box;font-family:"Roboto";font-weight:400}
html,body{height:100vh;height:var(--doc-height);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;}
body{padding-bottom:env(safe-area-inset-bottom)!important;min-height:-webkit-fill-available}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,input,select,textarea,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0}
html{line-height:1.15;-webkit-text-size-adjust:none}
body{margin:0;overflow-x:hidden}
body.lock-scroll{touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;overscroll-behavior:none}
main{display:block;margin:0 auto}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none;text-indent: 100%;white-space: nowrap;vertical-align:middle;}
button{color:#555;cursor:pointer;background-color:transparent}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;outline:none;border:none;appearance:none;padding:0}
input[type="date"],input[type="datetime-local"]{display:block;-webkit-appearance:none;appearance:none;min-height:1.2em;background-color:white!important}
input[type="datetime-local"]::before,input[type="date"]::before{content:attr(data-placeholder);width:100%}
input[type="datetime-local"]:focus::before,input[type="datetime-local"]:valid::before{display:none}
input::-webkit-date-and-time-value{text-align:left}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
ul,ol,dl{list-style-type:none}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:none;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
::-webkit-scrollbar{background-color:#ececec;border-radius:999px;width:6px;height:6px}
::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:999px}
table caption{display:none;}

/* background color */
.bg-primary{background-color:#da291c!important}
.bg-primary-variant{background-color:#ad2116!important}
.bg-primary2{background-color:#ff9e1b!important}
.bg-primary-variant2{background-color:#e78500!important}
.bg-secondary{background-color:#222!important}
.bg-secondary-variant{background-color:#080808!important}
.bg-success{background-color:#0f9184!important}
.bg-white{background-color:#fff!important}
.bg-black{background-color:#000!important}
.bg-gray-10{background-color:#f8f8f8!important}
.bg-gray-20{background-color:#ececec!important}
.bg-gray-30{background-color:#e9e9e9!important}
.bg-gray-40{background-color:#e3e3e3!important}
.bg-gray-50{background-color:#dfdfdf!important}
.bg-gray-60{background-color:#b1b1b1!important}
.bg-gray-70{background-color:#999!important}
.bg-gray-80{background-color:#6d6d6d!important}
.bg-gray-90{background-color:#555!important}
.bg-gray-100{background-color:#444!important}
.bg-gray-110{background-color:#2c2c2c!important}
.bg-gray-120{background-color:#222!important}
.bg-gray-130{background-color:#101010!important}
.bg-gray-140{background-color:#080808!important}

/* font color */
.font-primary{color:#da291c!important}
.font-primary-variant{color:#ad2116!important}
.font-primary2{color:#ff9e1b!important}
.font-primary-variant2{color:#e78500!important}
.font-success{color:#0f9184!important}
.font-secondary{color:#222!important}
.font-secondary-variant{color:#080808!important}
.font-white{color:#fff!important}
.font-black{color:#000!important}
.font-gray-10{color:#f8f8f8!important}
.font-gray-20{color:#ececec!important}
.font-gray-30{color:#e9e9e9!important}
.font-gray-40{color:#e3e3e3!important}
.font-gray-50{color:#dfdfdf!important}
.font-gray-60{color:#b1b1b1!important}
.font-gray-70{color:#999!important}
.font-gray-80{color:#6d6d6d!important}
.font-gray-90{color:#555!important}
.font-gray-100{color:#444!important}
.font-gray-110{color:#2c2c2c!important}
.font-gray-120{color:#222!important}
.font-gray-130{color:#101010!important}
.font-gray-140{color:#080808!important}

.flex-str-gap{justify-content:flex-start !important;gap:10px;}

div:focus-within{
    outline:none;
}
/* mqnic add by choijh 2023.09.06 */
.mytr_main{max-width:1180px;margin:0 auto;margin-bottom:120px;}
.mytr_main>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.mytr_main>.breadcrumb>li{display:flex;gap:5px}
.mytr_main>.breadcrumb>li.more{position:relative}
.mytr_main>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.mytr_main_body{width:100%;display:flex;gap:20px;margin-top:80px;}
.mytr_main_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
.mytr_main_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;}
.mytr_main_content>h1{text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;}
.mytr_main_content>.tab_menu{width:100%;margin-top:40px}
.mytr_main_content>.tab_menu>li{width:100%}
.mytr_main_content>.tab_menu>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.mytr_main_content>.tab_menu>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.mytr_main_body .search_area{margin-top:48px;width:100%;}
.mytr_main_body .search_area_first{gap:8px}
.mytr_main_body .search_area_first input{padding-right:0}
.mytr_main_body .search_area_first>button{width:fit-content}
.mytr_main_body .search_area_first>button>span{width:fit-content}
.mytr_main_body .search_area_second .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.mytr_main_body .search_area_second>p{width:fit-content;white-space:nowrap}
.mytr_main_body .search_area_second .dropdown{width:336px;height:30px}
.mytr_main_body .search_area_second .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.mytr_main_body .search_area_second .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.mytr_main_body .table_area{display:flex;justify-content:center;margin-top:16px;width:100%;}
.mytr_main_body .table_area .table{width:100%;}
.mytr_main_body .table_area .table .thead{width:100%;}
.mytr_main_body .table_area .table .thead .tr{width:100%;display:flex;}
.mytr_main_body .table_area .table .thead .tr .table-header-default-center{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 10px 14px;width:100%;height:48px;background-color:#f8f8f8;border-top:2px solid #222}
.mytr_main_body .table_area .table .thead .tr .th{width:33%;}
.mytr_main_body .table_area .table .thead .tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;}
.mytr_main_body .table_area .table .tbody{width:100%}
.mytr_main_body .table_area .table .tbody .tr{display:flex;width:100%}
.mytr_main_body .table_area .table .tbody .tr .td{width:100%;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;height:unset}
.mytr_main_body .table_area .table .tbody .tr .td:first-child{width:42px;padding-right:8px}
.mytr_main_body .table_area .table .tbody .tr .content{display:flex}
.mytr_main_body .table_area .table .tbody .tr .content .td{height:unset}
.mytr_main_body .table_area .table .tbody .tr .content .main{width:100%;padding:0;display:flex;flex-direction:row!important;align-items:center;justify-content:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mytr_main{padding:0 24px;width:100%;max-width:unset;}
    .mytr_main>.breadcrumb{margin-top:0;height:40px;}
    .mytr_main>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important;z-index:1300}
    .mytr_main>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .mytr_main>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
    .mytr_main>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .mytr_main_body{position:relative;margin-top:32px;margin-bottom:80px;gap:0}
    .mytr_main_body>.side_menu{margin-top:0;width:100%;left:0;top:0;/*right:unset;transform:unset*/}
    .mytr_main_content{margin-top:88px}
    .mytr_main_content>h1{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .mytr_main_content>.tab_menu{margin-top:16px}
    .mytr_main_body .search_area{width:100%;flex-direction:column;margin-top:32px;gap:12px}
    .mytr_main_body .search_area_first{width:100%}
    .mytr_main_body .search_area_first .search1{width:100%}
    .mytr_main_body .search_area_first .search1>input{width:100%}
    .mytr_main_body .search_area_first .search1>button[type="submit"]{width:fit-content;padding-left:8px;padding-right:12px}
    .mytr_main_body .search_area_first .search1>button[type="submit"]>span{display:none}
    .mytr_main_body .search_area_first>button{width:44px;min-width:44px;height:44px;border-radius:25px;padding:0}
    .mytr_main_body .search_area_first>button>span{display:none}
    .mytr_main_body .search_area_second{width:100%;justify-content:space-between;align-items:center}
    .mytr_main_body .search_area_second>.divider{display:none}
    .mytr_main_body .table_area .table{border-top:2px solid #222}
    .mytr_main_body .table_area .table .thead{display:none!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .mytr_main{padding:0 16px;}
    .mytr_main_body .search_area_second{flex-direction:column-reverse;align-items:flex-start}
    .mytr_main_body .search_area_second>*{width:100%!important}
}

/* device show hide */
.d-show{display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .d-show{display:block}
}

.t-show{display:none}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .t-show{display:block}
}

.m-show{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .m-show{display:block}
}

.mt-show{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-show{display:block;width:32px;height:40px;}
}

@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .d-hide{display:none!important}
}

@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-hide{display:none!important}
}

@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .m-hide{display:none!important}
}

@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    input[type="datetime-local"]{white-space:nowrap}
}
.visibility-hidden{visibility:hidden}

/* backtop */
#backtotop{position:fixed;right:50px;bottom:50px;z-index:999;width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:999px;background-color:rgba(255,255,255,.6);border:1px solid rgba(153,153,153,.4);opacity:0;visibility:hidden;z-index:999}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #backtotop{width:40px;height:40px}
    #backtotop>img{width:28px;height:auto}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    #backtotop{right:24px;bottom:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    #backtotop{right:16px;bottom:16px}
}
#backtotop.show{opacity:1;visibility:visible}
#backtotop.show:hover{cursor:pointer}

/* header */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header{border-bottom:1px solid #dfdfdf}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header::before{content:"";display:block;height:56px}
}
.header .header-top{display:flex;align-items:center;justify-content:center;z-index:1000}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .header-top{position:relative;max-width:1180px;margin:0 auto;height:100px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top{position:fixed;top:0;width:100%;background:#fff;flex-wrap:wrap;height:56px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .header .header-top{padding:0 16px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .header .header-top{padding:0 24px}
}
.header .header-top button{cursor:pointer;padding:0}
.header .header-top button img.d-icon,.header .header-top button img.m-icon{transform:rotate(-90deg);}
.header .header-top .m-category-button{display:flex;align-items:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .header-top .m-category-button{display:none}
}
.header .header-top .main-logo{margin-right:126px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .main-logo{margin-right:0}
}
.header .header-top .main-logo>img{height:54px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .main-logo>img{height:30px}
}
.header .header-top .w-category-button{display:flex;align-items:center;background:#da291c;border-radius:999px;height:44px;font-size:14px;font-weight:700;color:#fff;padding:0 20px 0 15px;margin-right:9px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .w-category-button{display:none}
}
.header .header-top .lang-button-container{margin-left:62px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .lang-button-container{margin-left:auto}
}
.header .header-top .lang-button-container .lang-button{display:flex;align-items:center;color:#222}
.header .header-top .lang-button-container .lang-tooltip{top:46px;right:-46px;width:130px}
.header .header-top .lang-button-container .lang-tooltip>ul>li>button{color:#222}
.header .header-top .lang-button-container .lang-tooltip button:hover{color:#da291c}
.header .header-top .lang-button-container .show+.lang-button .linearrow-icon{transform:rotate(180deg)}
.header .header-top .user-tooltip{top:46px;right:0;width:234px}
.header .header-top .user-tooltip.before-login{width:178px}
.header .header-top .user-tooltip .tooltip-content{padding:24px 20px}
.header .header-top .user-tooltip .tooltip-content .tooltip-title{font-size:15px;font-weight:700;color:#222;word-break:keep-all;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.header .header-top .user-tooltip .tooltip-content .tooltip-subtitle{margin-top:4px;margin-bottom:2px;font-size:13px;color:#555}
.header .header-top .user-tooltip .tooltip-content .divider{height:1px;background-color:#dfdfdf;margin:12px 0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .user-tooltip .tooltip-content .divider{margin:8px 0}
}
.header .header-top .user-tooltip .tooltip-content .tooltip-section{display:flex;align-items:center;font-size:14px}
.header .header-top .user-tooltip .tooltip-content .tooltip-section>div{flex-grow:1}
.header .header-top .user-tooltip .tooltip-content .tooltip-section .tooltip-icon{margin-right:4px}
.header .header-top .user-tooltip .tooltip-content .tooltip-section .notification-icon{align-self:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .user-tooltip .tooltip-content .tooltip-section .notification-icon{margin-top:5px}
}
.header .header-top .user-tooltip .tooltip-content .tooltip-section .tooltip-count{margin-left:auto;font-size:14px;color:#da291c}
.header .header-top .user-tooltip .tooltip-content .tooltip-section .tooltip-item{flex-grow:1;display:flex;align-items:center;width:100%;text-align:left;font-size:14px;line-height:130%}
.header .header-top .user-tooltip .tooltip-content .tooltip-section .tooltip-item:hover{color:#da291c;font-weight:500}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .user-tooltip .tooltip-content .tooltip-section .tooltip-item{height:30px}
}
.header .header-top .user-tooltip .tooltip-content .tooltip-section .tooltip-item~.tooltip-item{margin-top:4px}
.header .header-top .user-tooltip .tooltip-content .vendor-comprar-buttons{display:flex;gap:4px;margin-top:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .header-top .user-tooltip .tooltip-content .vendor-comprar-buttons{margin-top:4px}
}
.header .header-top .user-tooltip .tooltip-content .vendor-comprar-buttons button{flex-grow:1;display:flex;align-items:center;justify-content:center;height:36px;border-radius:5px;background-color:#f8f8f8;color:#222;font-size:14px}
.header .header-top .user-tooltip .tooltip-content .vendor-comprar-buttons button:hover,.header .header-top .user-tooltip .tooltip-content .vendor-comprar-buttons button.active{color:#da291c;font-weight:500}
.header .header-top .user-tooltip .tooltip-content button.tooltip-bottom-button{margin-top:10px;width:100%;background:#fff;border:1px solid #da291c;}
.header .header-top .user-tooltip .tooltip-content button.tooltip-bottom-button span{color:#da291c;}
.header .header-top .user-button{display:flex;align-items:center;margin-left:10px}
.header .search{display:flex;align-items:center;height:44px;border:2px solid #da291c;padding:0 4px 0 15px;border-radius:999px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .header .search.m-search{margin:0 16px 8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .header .search.m-search{margin:0 24px 8px}
    .header .search.m-search input{caret-color:transparent;}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .search.m-search{display:none}
}
.header .search .search-icon{width:34px;height:34px;margin-right:10px}
.header .search input{font-size:14px;flex-grow:1}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .header .search input{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
}
.header .search .filter-button{margin-left:20px;width:24px;height:24px}
.header .main-search{width:575px}
.header .main-search .search{width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search:not(.open) .search-container{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search{display:none}
}
.header .main-search.open{display:block;border:2px solid #da291c;border-bottom:none;border-radius:16px 16px 0 0;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search.open{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;z-index:999;background:#fff;border:none;border-radius:0;height:calc(100vh - 56px);overflow:auto}
    .header .main-search.open.advanced{height:100vh}
}
.header .main-search.open.advanced .search-list{display:none}
.header .main-search.open.advanced .advanced-search{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search.open.advanced .search-container{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search.open .search-container{display:flex;align-items:center;margin-top:12px;padding:0 8px;gap:8px}
}
.header .main-search.open .search{border:none;padding-bottom:2px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search.open .search{flex-grow:1;border:2px solid #da291c;width:auto}
}
.header .main-search.open .search-list{display:block}
.header .main-search .advanced-search,.header .main-search .search-list{display:none;position:absolute;left:-2px;right:-2px;background:#fff;border:2px solid #da291c;border-top:none;border-radius:0 0 16px 16px;overflow:hidden}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search,.header .main-search .search-list{border:none;left:0;right:0}
}
.header .main-search .advanced-search .divider{height:1px;background-color:#dfdfdf;margin:0 12px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .divider{display:none}
}
.header .main-search .advanced-search .m-advanced-search-header{display:none;align-items:center;justify-content:space-between;height:56px;padding:0 24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .m-advanced-search-header{display:flex;padding:0 6px}
}
.header .main-search .advanced-search .advanced-search-content{padding:0 20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .advanced-search-content{padding:0 24px}
}
.header .main-search .advanced-search .advanced-search-title{margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .advanced-search-title{margin-top:28px;font-weight:500;}
}
.header .main-search .advanced-search .advanced-search-label{position:relative;display:flex;margin-top:10px;align-items:center;font-size:12px;color:#6d6d6d}
.header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip{top:24px;background:#fff;font-size:13px;line-height:1.3;color:#000}
.header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip.including-all{width:274px;right:-10px;}
.es .header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip.including-all{width:412px;right:-10px;}
.header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip.containing{width:236px}
.header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip.including{width:283px}
.header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip.execluding{width:300px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip{top:40px;left:0;right:0;width:unset!important}
}
.header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip>p{padding-left:18px;padding-right:18px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .advanced-search-label .advanced-search-tooltip>p{padding:23px 20px}
}
.header .main-search .advanced-search .advanced-search-input{margin-top:12px;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .advanced-search .advanced-search-input{margin-top:0}
    .header .main-search .advanced-search .advanced-search-input + .advanced-search-label{margin-top:16px;}
}
.header .main-search .advanced-search .advanced-search-bottom{margin:20px 0 30px;display:flex}
.header .main-search .advanced-search .advanced-search-bottom .advanced-search-submit-btn{flex-grow:1;gap:3px}
.header .main-search .advanced-search .advanced-search-bottom .advanced-search-submit-btn:disabled{cursor:default;background-color:#dfdfdf;}
.header .main-search .advanced-search .advanced-search-bottom .search-popup-close-button{margin-left:10px}
.header .main-search .search-list .recent-search-list-container{padding:0 20px}
.header .main-search .search-list .divider{height:1px;background-color:#dfdfdf;margin:0 12px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .divider{margin:12px 0 0}
}
.header .main-search .search-list .list-title{font-size:13px;font-weight:500;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .list-title{font-size:14px}
}
.header .main-search .search-list .list-title.recent-list-title{margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .list-title.recent-list-title{margin-top:24px}
}
.header .main-search .search-list .empty-recent-search{text-align:center;margin-top:30px;margin-bottom:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .empty-recent-search{margin-top:16px;margin-bottom:32px}
}
.header .main-search .search-list .empty-recent-search .empty-recent-search-description{margin-top:5px;margin-bottom:50px;font-size:14px;color:#6d6d6d}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .empty-recent-search .empty-recent-search-description{margin-top:0;margin-bottom:32px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .main-search .search-list .empty-recent-search .divider{margin:0 -20px}
}
.header .main-search .search-list .recent-search-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:30px;margin-top:10px;margin-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .recent-search-list{grid-template-columns:repeat(1,1fr);column-gap:0;margin-bottom:48px}
}
.header .main-search .search-list .recent-search-list>li{display:flex;justify-content:space-between;width:100%;height:32px;align-items:center;font-size:14px;color:#6d6d6d;cursor:pointer}
.header .main-search .search-list .recent-search-list>li span{display:inline-block;width:100%;height:32px;line-height:32px;text-overflow: ellipsis;overflow: hidden;word-break: break-word;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .recent-search-list>li{font-size:13px}
}
.header .main-search .search-list .recent-search-list>li:hover{color:#da291c}
.header .main-search .search-list .recent-search-list~.empty-recent-search{display:none}
.header .main-search .search-list .suggested-search-list{margin:7px -4px -3px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .suggested-search-list{margin-bottom:10px}
}
.header .main-search .search-list .suggested-search-list>li{display:inline-block;margin:4px 3px}
.header .main-search .search-list .suggested-search-list>li>button{padding:5px 12px;color:#555;border-radius:999px;font-size:12px;background:#ececec}
.header .main-search .search-list .auto-save{display:flex;align-items:center;height:56px;margin-top:30px;background:#f8f8f8;padding:0 18px;border-top:1px solid #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .auto-save{position:fixed;bottom:0;width:100%}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .main-search .search-list .auto-save{padding:0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .header .main-search .search-list .auto-save{padding:0 16px}
}
.header .main-search .search-list .auto-save .auto-save-title{font-size:13px;font-weight:500;color:#222;margin-right:10px}
.header .main-search .search-list .auto-save .delete-all-button{font-size:13px;color:#000;text-decoration:underline}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .main-search .search-list .auto-save .delete-all-button{margin-left:auto}
}
.header .main-search .search-list .auto-save .search-popup-close-button{margin-left:auto}
.header .main-search .search-toggle-button{display:inline-block;position:relative;width:35px;height:20px;background:#dfdfdf;border-radius:999px;margin-right:20px}
.header .main-search .search-toggle-button .search-toggle-handle{position:absolute;background:#fff;top:50%;left:2px;transform:translateY(-50%);width:16px;height:16px;border-radius:50%}
.header .main-search .search-toggle-button.on{background:#da291c}
.header .main-search .search-toggle-button.on .search-toggle-handle{left:unset;right:2px}
.header .main-search .filter-off-icon{display:block}
.header .main-search .filter-on-icon{display:none}
.header .main-search.open.advanced .filter-off-icon{display:none}
.header .main-search.open.advanced .filter-on-icon{display:block}
.header .category-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .category-overlay{display:none}
}
.header .category-container{position:absolute;background:#fff;width:100%;z-index:1000;display:none;box-shadow:0 4px 12px rgba(0,0,0,.12);border-radius:0 0 15px 15px;}
.header .category-container.open{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .category-container{position:fixed;top:0;right:0;bottom:0;left:0;padding:0 24px;overflow-y:auto}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .category-container{top:100px}
}
.header .category-container .m-category-header{display:flex;align-items:center;height:56px;justify-content:space-between;font-size:16px;color:#222;margin-bottom:8px}
.header .category-container .m-category-header button{display:flex;align-items:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .category-container .m-category-header{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .category-container li>button{height:42px;font-size:14px;width:100%;text-align:left}
    .header .category-container .category-list>li>button{display:flex;align-items:center;justify-content:space-between;color:#222}
    .header .category-container .category-list>li>button.open~.category-sub-list{display:block}
    .header .category-container .category-list>li>button.open>.m-icon{transform:rotate(180deg)}
    .header .category-container .category-list .category-sub-list{display:none;padding:0 20px;border-radius:0 0 16px 16px;background-color:#f8f8f8}
    .header .category-container .category-list .category-sub-list>li>button{color:#222}
    .header .category-container .category-list .category-sub-list .category-sub-sub-list{display:none}
}
@media (min-width:1280px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (min-width:1280px),only screen and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .category-container .category-list{background-color:#f8f8f8;width:420px;padding:20px 0;border-bottom-left-radius:15px;}
    .header .category-container .category-list li>button{height:44px;display:flex;align-items:center;text-align:left;color:#222;font-size:13px}
    .header .category-container .category-list>li{padding:0 20px}
    .header .category-container .category-list>li>button>.d-icon{display:none}
    .header .category-container .category-list>li:hover>button{color:#da291c;font-weight:700;width:100%;justify-content:space-between}
    .header .category-container .category-list>li:hover>button>.d-icon{display:unset}
    .header .category-container .category-list>li:hover>button~.category-sub-list{display:block}
    .header .category-container .category-list .category-sub-list{position:absolute;top:0;left:420px;width:252px;height:100%;padding:20px 0;display:none;background-color:#fff}
    .header .category-container .category-list .category-sub-list>li{padding:0 20px}
    .header .category-container .category-list .category-sub-list>li>button>.d-icon{display:none}
    .header .category-container .category-list .category-sub-list>li:hover>button{color:#da291c;font-weight:700;width:100%;justify-content:space-between}
    .header .category-container .category-list .category-sub-list>li:hover>button>.d-icon{display:unset}
    .header .category-container .category-list .category-sub-list>li:hover>button~.category-sub-sub-list{display:block}
    .header .category-container .category-list .category-sub-list .category-sub-sub-list{display:none;position:absolute;top:0;left:252px;width:248px;height:100%;padding:20px 0 20px 20px;background-color:#fff}
    .header .category-container .category-list .category-sub-list .category-sub-sub-list>li:hover button{color:#da291c;text-decoration:underline;}
    .header .category-container .category-list .category-sub-list .category-sub-sub-list~.category-sub-sub-list{left:496px;padding-left:12px}
}
.header .m-category-2depth{display:none;position:fixed;top:0;right:0;bottom:0;left:0;padding:0 16px;overflow-y:auto;background:#fff;z-index:1000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .m-category-2depth.open{display:block}
}
.header .m-category-2depth .category-2depth-header{display:flex;align-items:center;height:56px;justify-content:space-between;font-size:16px;color:#222;margin-bottom:8px}
.header .m-category-2depth .category-2depth-header button{display:flex;align-items:center}
.header .m-category-2depth .list-container{padding:0 20px}
.header .m-category-2depth .list-container .category-breadcrumbs{font-size:12px;font-weight:300;padding-bottom:8px;border:0 solid #dfdfdf;border-bottom-width:1px}
.header .m-category-2depth .list-container .category-2depth-list{margin-top:8px}
.header .m-category-2depth .list-container .category-2depth-list>li>button{height:42px;color:#222;text-align:left;word-break:normal;text-align: justify;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .header .d-icon{display:none}
    .header .category-sub-list button{display:flex;align-items:center;justify-content:space-between;}
    .header .category-sub-list .d-icon{display:inline;}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .header .m-icon{display:none}
}
.header div.hidden{display:none!important}
.container{max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .container{padding:0 20px}
}

/* footer */
.footer{color:#fff;background-color:transparent}
.footer .footer-section-first{padding:40px 0;border-radius:40px 40px 0 0;background:#101010}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-section-first{padding:16px 0 12px 0;border-radius:16px 16px 0 0}
}
.footer .footer-section-first>div{display:flex;flex-direction:column}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-section-first>div{flex-direction:row}
}
.footer .footer-link-container{max-width:1180px;margin:0 auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-link-col:nth-child(1){width:178px}
    .footer .footer-link-col:nth-child(2){width:152px}
    .footer .footer-link-col:nth-child(3){width:216px}
    .footer .footer-link-col:nth-child(3){width:216px}
    .footer .footer-link-col:nth-child(4){width:312px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-link-col{padding:0 20px;border:solid 0 rgba(255,255,255,.15);border-bottom-width:1px}
}
.footer .footer-link-col .footer-col-header{font-size:16px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-link-col .footer-col-header{width:100%;display:flex;height:44px;align-items:center;cursor:pointer;font-size:13px}
}
.footer .footer-link-col .footer-col-header .arrow-down-icon{margin-left:auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-link-col .footer-col-header .arrow-down-icon{display:none}
}
.footer .footer-link-col .footer-link-list{display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-link-col .footer-link-list{display:block}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-link-col .footer-link{margin-bottom:10px;font-size:14px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-link-col .footer-link{display:flex;align-items:center;height:40px;font-size:13px;opacity:.8}
}
.footer .footer-link-col .footer-link a{text-decoration:none;color:inherit;font-weight:200;}
.footer .footer-link-col .footer-link a:hover{text-decoration:underline;}
.footer .footer-link-col .divider{margin:10px 0;width:15px;height:2px;background:#fff;display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-link-col .divider{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-link-col.open .footer-link-list{display:block;padding-bottom:8px}
    .footer .footer-link-col.open .arrow-down-icon{transform:rotate(180deg)}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .footer-link-col+.footer-link-col{margin-left:57px}
}
.footer .footer-col-gutter{flex-grow:1}
.footer .e-pymex-button{display:flex;justify-content:center;align-items:center;height:40px;font-size:14px;font-weight:700;background:#fff;padding:0 15px 0 20px;color:#222;white-space:nowrap;border-radius:999px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .footer .e-pymex-button{margin-left:32px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .e-pymex-button{margin:16px 20px 0}
}
.footer .e-pymex-button .arrow-icon{margin-left:5px;transform:translateY(1px)}
.footer .footer-section-second{background:#000;padding-top:8px}
.footer .footer-section-second .footer-policy-links{display:flex;align-items:center;height:60px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-section-second .footer-policy-links{height:40px;font-size:13px}
}
.footer .footer-section-second .footer-policy-links a{color:#fff;opacity:.6;}
.footer .footer-section-second .footer-policy-links a~a{margin-left:50px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .footer .footer-section-second .footer-policy-links a~a{margin-left:24px}
}
.footer .footer-section-second .footer-logos{display:flex;flex-wrap:wrap;align-items:center;margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-section-second .footer-logos{margin-top:7px}
}
.footer .footer-section-second .footer-logos a{margin-right:30px;pointer-events:none;cursor:default;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-section-second .footer-logos a{margin-right:7px}
}
.footer .footer-section-second .footer-logos a:last-of-type{margin-right:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .footer .footer-section-second .footer-logos a img{height:30px}
}
.footer .footer-section-second .footer-logos .marketplace-logo{margin-left:0;margin-right:auto}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .footer .footer-section-second .footer-logos .marketplace-logo{width:100%;flex-shrink:0;margin-bottom:16px}
}
.footer .footer-section-second .copyright{opacity:.5;font-size:11px;color:#b1b1b1;padding-top:24px;padding-bottom:40px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .footer .footer-section-second .copyright{padding-top:60px}
}

/* width */
.grid-1{width:100%!important}
.grid-2{width:50%!important}
.grid-3{width:33.33%!important}
.grid-4{width:25%!important}
.grid-5{width:20%!important}
.grid-6{width:16.66%!important}
.grid-7{width:14.28%!important}
.grid-8{width:12.5%!important}
.width-per-10{width:10%!important}
.width-per-20{width:20%!important}
.width-per-30{width:30%!important}
.width-per-40{width:40%!important}
.width-per-50{width:50%!important}
.width-per-60{width:60%!important}
.width-per-70{width:70%!important}
.width-per-80{width:80%!important}
.width-per-90{width:90%!important}
.width-per-100{width:100%!important}

/* margin */
.mt-px-0{margin-top:0px!important}
.mt-px-5{margin-top:5px!important}
.mt-px-8{margin-top:8px!important}
.mt-px-10{margin-top:10px!important}
.mt-px-15{margin-top:15px!important}
.mt-px-20{margin-top:20px!important}
.mt-px-25{margin-top:25px!important}
.mt-px-30{margin-top:30px!important}
.mt-px-35{margin-top:35px!important}
.mt-px-40{margin-top:40px!important}
.mt-px-45{margin-top:45px!important}
.mt-px-50{margin-top:50px!important}
.mr-px-0{margin-right:0px!important}
.mr-px-5{margin-right:5px!important}
.mr-px-10{margin-right:10px!important}
.mr-px-15{margin-right:15px!important}
.mr-px-20{margin-right:20px!important}
.mr-px-25{margin-right:25px!important}
.mr-px-30{margin-right:30px!important}
.mr-px-35{margin-right:35px!important}
.mr-px-40{margin-right:40px!important}
.mr-px-45{margin-right:45px!important}
.mr-px-50{margin-right:50px!important}
.mb-px-0{margin-bottom:0px!important}
.mb-px-5{margin-bottom:5px!important}
.mb-px-10{margin-bottom:10px!important}
.mb-px-15{margin-bottom:15px!important}
.mb-px-20{margin-bottom:20px!important}
.mb-px-25{margin-bottom:25px!important}
.mb-px-30{margin-bottom:30px!important}
.mb-px-35{margin-bottom:35px!important}
.mb-px-40{margin-bottom:40px!important}
.mb-px-45{margin-bottom:45px!important}
.mb-px-50{margin-bottom:50px!important}
.ml-px-0{margin-left:0px!important}
.ml-px-5{margin-left:5px!important}
.ml-px-10{margin-left:10px!important}
.ml-px-15{margin-left:15px!important}
.ml-px-20{margin-left:20px!important}
.ml-px-25{margin-left:25px!important}
.ml-px-30{margin-left:30px!important}
.ml-px-35{margin-left:35px!important}
.ml-px-40{margin-left:40px!important}
.ml-px-45{margin-left:45px!important}
.ml-px-50{margin-left:50px!important}
.mt-per-0{margin-top:0%!important}
.mt-per-5{margin-top:5%!important}
.mt-per-10{margin-top:10%!important}
.mt-per-15{margin-top:15%!important}
.mt-per-20{margin-top:20%!important}
.mt-per-25{margin-top:25%!important}
.mt-per-30{margin-top:30%!important}
.mt-per-35{margin-top:35%!important}
.mt-per-40{margin-top:40%!important}
.mt-per-45{margin-top:45%!important}
.mt-per-50{margin-top:50%!important}
.mr-per-0{margin-right:0%!important}
.mr-per-5{margin-right:5%!important}
.mr-per-10{margin-right:10%!important}
.mr-per-15{margin-right:15%!important}
.mr-per-20{margin-right:20%!important}
.mr-per-25{margin-right:25%!important}
.mr-per-30{margin-right:30%!important}
.mr-per-35{margin-right:35%!important}
.mr-per-40{margin-right:40%!important}
.mr-per-45{margin-right:45%!important}
.mr-per-50{margin-right:50%!important}
.mb-per-0{margin-bottom:0%!important}
.mb-per-5{margin-bottom:5%!important}
.mb-per-10{margin-bottom:10%!important}
.mb-per-15{margin-bottom:15%!important}
.mb-per-20{margin-bottom:20%!important}
.mb-per-25{margin-bottom:25%!important}
.mb-per-30{margin-bottom:30%!important}
.mb-per-35{margin-bottom:35%!important}
.mb-per-40{margin-bottom:40%!important}
.mb-per-45{margin-bottom:45%!important}
.mb-per-50{margin-bottom:50%!important}
.ml-per-0{margin-left:0%!important}
.ml-per-5{margin-left:5%!important}
.ml-per-10{margin-left:10%!important}
.ml-per-15{margin-left:15%!important}
.ml-per-20{margin-left:20%!important}
.ml-per-25{margin-left:25%!important}
.ml-per-30{margin-left:30%!important}
.ml-per-35{margin-left:35%!important}
.ml-per-40{margin-left:40%!important}
.ml-per-45{margin-left:45%!important}
.ml-per-50{margin-left:50%!important}

/* padding */
.pt-px-0{padding-top:0px!important}
.pt-px-5{padding-top:5px!important}
.pt-px-10{padding-top:10px!important}
.pt-px-15{padding-top:15px!important}
.pt-px-20{padding-top:20px!important}
.pt-px-25{padding-top:25px!important}
.pt-px-30{padding-top:30px!important}
.pt-px-35{padding-top:35px!important}
.pt-px-40{padding-top:40px!important}
.pt-px-45{padding-top:45px!important}
.pt-px-50{padding-top:50px!important}
.pr-px-0{padding-right:0px!important}
.pr-px-5{padding-right:5px!important}
.pr-px-10{padding-right:10px!important}
.pr-px-15{padding-right:15px!important}
.pr-px-20{padding-right:20px!important}
.pr-px-25{padding-right:25px!important}
.pr-px-30{padding-right:30px!important}
.pr-px-35{padding-right:35px!important}
.pr-px-40{padding-right:40px!important}
.pr-px-45{padding-right:45px!important}
.pr-px-50{padding-right:50px!important}
.pb-px-0{padding-bottom:0px!important}
.pb-px-5{padding-bottom:5px!important}
.pb-px-10{padding-bottom:10px!important}
.pb-px-15{padding-bottom:15px!important}
.pb-px-20{padding-bottom:20px!important}
.pb-px-25{padding-bottom:25px!important}
.pb-px-30{padding-bottom:30px!important}
.pb-px-35{padding-bottom:35px!important}
.pb-px-40{padding-bottom:40px!important}
.pb-px-45{padding-bottom:45px!important}
.pb-px-50{padding-bottom:50px!important}
.pl-px-0{padding-left:0px!important}
.pl-px-5{padding-left:5px!important}
.pl-px-10{padding-left:10px!important}
.pl-px-15{padding-left:15px!important}
.pl-px-20{padding-left:20px!important}
.pl-px-25{padding-left:25px!important}
.pl-px-30{padding-left:30px!important}
.pl-px-35{padding-left:35px!important}
.pl-px-40{padding-left:40px!important}
.pl-px-45{padding-left:45px!important}
.pl-px-50{padding-left:50px!important}
.pt-per-0{padding-top:0%!important}
.pt-per-5{padding-top:5%!important}
.pt-per-10{padding-top:10%!important}
.pt-per-15{padding-top:15%!important}
.pt-per-20{padding-top:20%!important}
.pt-per-25{padding-top:25%!important}
.pt-per-30{padding-top:30%!important}
.pt-per-35{padding-top:35%!important}
.pt-per-40{padding-top:40%!important}
.pt-per-45{padding-top:45%!important}
.pt-per-50{padding-top:50%!important}
.pr-per-0{padding-right:0%!important}
.pr-per-5{padding-right:5%!important}
.pr-per-10{padding-right:10%!important}
.pr-per-15{padding-right:15%!important}
.pr-per-20{padding-right:20%!important}
.pr-per-25{padding-right:25%!important}
.pr-per-30{padding-right:30%!important}
.pr-per-35{padding-right:35%!important}
.pr-per-40{padding-right:40%!important}
.pr-per-45{padding-right:45%!important}
.pr-per-50{padding-right:50%!important}
.pb-per-0{padding-bottom:0%!important}
.pb-per-5{padding-bottom:5%!important}
.pb-per-10{padding-bottom:10%!important}
.pb-per-15{padding-bottom:15%!important}
.pb-per-20{padding-bottom:20%!important}
.pb-per-25{padding-bottom:25%!important}
.pb-per-30{padding-bottom:30%!important}
.pb-per-35{padding-bottom:35%!important}
.pb-per-40{padding-bottom:40%!important}
.pb-per-45{padding-bottom:45%!important}
.pb-per-50{padding-bottom:50%!important}
.pl-per-0{padding-left:0%!important}
.pl-per-5{padding-left:5%!important}
.pl-per-10{padding-left:10%!important}
.pl-per-15{padding-left:15%!important}
.pl-per-20{padding-left:20%!important}
.pl-per-25{padding-left:25%!important}
.pl-per-30{padding-left:30%!important}
.pl-per-35{padding-left:35%!important}
.pl-per-40{padding-left:40%!important}
.pl-per-45{padding-left:45%!important}
.pl-per-50{padding-left:50%!important}
.p-20{padding: 20px !important}
.p-none{padding: unset !important;}
/* overflow */
.fix{overflow:hidden!important}

/* font size */
.font-size-12{font-size:12px!important}
.font-size-13{font-size:12px!important}
.font-size-14{font-size:14px!important}
.font-size-15{font-size:15px!important}
.font-size-16{font-size:16px!important}
.font-size-17{font-size:17px!important}
.font-size-18{font-size:18px!important}
.font-size-19{font-size:19px!important}
.font-size-20{font-size:20px!important}
.font-size-21{font-size:21px!important}
.font-size-22{font-size:22px!important}
.font-size-23{font-size:23px!important}
.font-size-24{font-size:24px!important}

/* font weight */
.font-weight-100{font-weight:100!important}
.font-weight-300{font-weight:300!important}
.font-weight-400{font-weight:400!important}
.font-weight-500{font-weight:500!important}
.font-weight-700{font-weight:700!important}
.font-weight-900{font-weight:900!important}

/* font decoration */
.font-underline{text-decoration:underline!important}
.hover-underline:hover{text-decoration:underline!important}
.align-left{text-align:left!important}
.align-right{text-align:right!important}
.align-center{text-align:center!important}
.float-left{float:left!important}
.float-right{float:right!important}
.vertical-top{vertical-align:top!important}
.vertical-middle{vertical-align:middle!important}
.vertical-bottom{vertical-align:bottom!important}
.display-table{display:table;width:100%;height:100%}
.display-table-cell{display:table-cell;width:100%;height:100%;vertical-align:middle}
.display-block{display:block!important}
.display-inline-block{display:inline-block!important}
.pc-block{display:block!important}
.mobile-block{display:none!important}
.blind{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* flex */
.flex{display:flex!important}
.flex-inline{display:inline-flex!important}
.flex-direction-row{flex-direction:row!important}
.flex-direction-column{flex-direction:column!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-justify-content-start{justify-content:flex-start!important}
.flex-justify-content-end{justify-content:flex-end!important}
.flex-justify-content-center{justify-content:center!important}
.flex-justify-content-between{justify-content:space-between!important}
.flex-justify-content-around{justify-content:space-around!important}
.flex-align-content-start{align-content:flex-start!important}
.flex-align-content-end{align-content:flex-end!important}
.flex-align-content-center{align-content:center!important}
.flex-align-content-between{align-content:space-between!important}
.flex-align-content-around{align-content:space-around!important}
.flex-align-self-start{align-self:flex-start!important}
.flex-align-self-center{align-self:center!important}
.flex-align-self-end{align-self:flex-end!important}
.flex-align-items-start{align-items:flex-start!important}
.flex-align-items-end{align-items:flex-end!important}
.flex-align-items-center{align-items:center!important}
.flex-align-items-baseline{align-items:baseline!important}
.flex-auto{flex:0 0 auto!important}
.flex-1{flex:1!important}
.flex-2{flex:2!important}
.flex-3{flex:3!important}
.flex-4{flex:4!important}
.flex-5{flex:5!important}
.flex-auto-1{flex:0 0 auto!important;width:100%!important}
.flex-auto-2{flex:0 0 auto!important;width:50%!important}
.flex-auto-3{flex:0 0 auto!important;width:33.33%!important}
.flex-auto-4{flex:0 0 auto!important;width:25%!important}
.flex-auto-5{flex:0 0 auto!important;width:20%!important}

/* position */
.pos-left-0{left:0px!important}
.pos-left-5{left:5px!important}
.pos-left-10{left:10px!important}
.pos-left-15{left:15px!important}
.pos-left-20{left:20px!important}
.pos-left-25{left:25px!important}
.pos-left-30{left:30px!important}
.pos-left-35{left:35px!important}
.pos-left-40{left:40px!important}
.pos-left-45{left:45px!important}
.pos-left-50{left:50px!important}
.pos-left-55{left:55px!important}
.pos-left-60{left:60px!important}
.pos-left-m-5{left:-5px!important}
.pos-left-m-10{left:-10px!important}
.pos-left-m-15{left:-15px!important}
.pos-left-m-20{left:-20px!important}
.pos-left-m-25{left:-25px!important}
.pos-left-m-30{left:-30px!important}
.pos-left-m-35{left:-35px!important}
.pos-left-m-40{left:-40px!important}
.pos-left-m-45{left:-45px!important}
.pos-left-m-50{left:-50px!important}
.pos-left-m-55{left:-55px!important}
.pos-left-m-60{left:-60px!important}
.pos-right-0{right:0px!important}
.pos-right-5{right:5px!important}
.pos-right-10{right:10px!important}
.pos-right-15{right:15px!important}
.pos-right-20{right:20px!important}
.pos-right-25{right:25px!important}
.pos-right-30{right:30px!important}
.pos-right-35{right:35px!important}
.pos-right-40{right:40px!important}
.pos-right-45{right:45px!important}
.pos-right-50{right:50px!important}
.pos-right-55{right:55px!important}
.pos-right-60{right:60px!important}
.pos-right-m-5{right:-5px!important}
.pos-right-m-10{right:-10px!important}
.pos-right-m-15{right:-15px!important}
.pos-right-m-20{right:-20px!important}
.pos-right-m-25{right:-25px!important}
.pos-right-m-30{right:-30px!important}
.pos-right-m-35{right:-35px!important}
.pos-right-m-40{right:-40px!important}
.pos-right-m-45{right:-45px!important}
.pos-right-m-50{right:-50px!important}
.pos-right-m-55{right:-55px!important}
.pos-right-m-60{right:-60px!important}
.pos-top-0{top:0px!important}
.pos-top-5{top:5px!important}
.pos-top-10{top:10px!important}
.pos-top-15{top:15px!important}
.pos-top-20{top:20px!important}
.pos-top-25{top:25px!important}
.pos-top-30{top:30px!important}
.pos-top-35{top:35px!important}
.pos-top-40{top:40px!important}
.pos-top-45{top:45px!important}
.pos-top-50{top:50px!important}
.pos-top-55{top:55px!important}
.pos-top-60{top:60px!important}

/* gap */
.gap-1{gap:1px}
.gap-2{gap:2px}
.gap-3{gap:3px}
.gap-4{gap:4px}
.gap-5{gap:5px}
.gap-6{gap:6px}
.gap-7{gap:7px}
.gap-8{gap:8px}
.gap-9{gap:9px}
.gap-10{gap:10px}
.gap-11{gap:11px}
.gap-12{gap:12px}
.gap-13{gap:13px}
.gap-14{gap:14px}
.gap-15{gap:15px}
.gap-16{gap:16px}
.gap-17{gap:17px}
.gap-18{gap:18px}
.gap-19{gap:19px}
.gap-20{gap:20px}


.pos-relative{position:relative!important}
.pos-absolute{position:absolute!important;z-index:100}
.pos-fixed{position:fixed!important;z-index:100}
.pos-static{position:static!important}
.pos-sticky{position:sticky!important;z-index:100}
.white-space-normal{white-space:normal!important}
.white-space-nowrap{white-space:nowrap!important}
.white-space-wrap{white-space:wrap!important}


/* display */
.none{display:none!important}
.overflow-none{overflow:unset!important}

/* button */
.button-primary{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#da291c}
.button-primary p,.button-primary span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary p,.button-primary span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary:hover{background-color:#ad2116}
}
.button-primary-large-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;height:44px;background-color:#da291c;padding:8px 20px 8px 15px}
.button-primary-large-icon-left p,.button-primary-large-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary-large-icon-left p,.button-primary-large-icon-left span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary-large-icon-left:hover{background-color:#ad2116}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-primary-large-icon-left{height:45px}
}
.button-primary-small{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;background-color:#da291c}
.button-primary-small p,.button-primary-small span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary-small p,.button-primary-small span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary-small:hover{background-color:#ad2116}
}
.button-primary-small-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#da291c}
.button-primary-small-icon p,.button-primary-small-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary-small-icon p,.button-primary-small-icon span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary-small-icon:hover{background-color:#ad2116}
}
.button-primary-small-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#da291c;padding:8px 20px 8px 15px}
.button-primary-small-icon-left p,.button-primary-small-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary-small-icon-left p,.button-primary-small-icon-left span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary-small-icon-left:hover{background-color:#ad2116}
}
.button-primary-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#da291c}
.button-primary-icon p,.button-primary-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary-icon p,.button-primary-icon span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary-icon:hover{background-color:#ad2116}
}
.button-primary-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#da291c;padding:8px 20px 8px 15px}
.button-primary-icon-left p,.button-primary-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary-icon-left p,.button-primary-icon-left span{color:#fff}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-primary-icon-left:hover{background-color:#ad2116}
}
.button-primary2{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#ff9e1b}
.button-primary2 p,.button-primary2 span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary2-small{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;background-color:#ff9e1b}
.button-primary2-small p,.button-primary2-small span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary2-small-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#ff9e1b}
.button-primary2-small-icon p,.button-primary2-small-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary2-small-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#ff9e1b;padding:8px 20px 8px 15px}
.button-primary2-small-icon-left p,.button-primary2-small-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary2-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#ff9e1b}
.button-primary2-icon p,.button-primary2-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-primary2-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#ff9e1b;padding:8px 20px 8px 15px}
.button-primary2-icon-left p,.button-primary2-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-white{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#fff}
.button-white p,.button-white span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white:hover p,.button-white:hover span{color:#da291c}
}
.button-white-small{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;background-color:#fff}
.button-white-small p,.button-white-small span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-small:hover p,.button-white-small:hover span{color:#da291c}
}
.button-white-small-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff}
.button-white-small-icon p,.button-white-small-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-small-icon:hover p,.button-white-small-icon:hover span{color:#da291c}
    .button-white-small-icon:hover img{filter:invert(27%) sepia(86%) saturate(4365%) hue-rotate(351deg) brightness(87%) contrast(96%)}
}
.button-white-small-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff;padding:8px 20px 8px 15px}
.button-white-small-icon-left p,.button-white-small-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-small-icon-left:hover p,.button-white-small-icon-left:hover span{color:#da291c}
}
.button-white-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff}
.button-white-icon p,.button-white-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-icon:hover p,.button-white-icon:hover span{color:#da291c}
}
.button-white-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff;padding:8px 20px 8px 15px}
.button-white-icon-left p,.button-white-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-icon-left:hover p,.button-white-icon-left:hover span{color:#da291c}
}
.button-white-line{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#fff;border:solid 1px #2c2c2c}
.button-white-line p,.button-white-line span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line:hover{border:solid 1px #da291c}
    .button-white-line:hover p,.button-white-line:hover span{color:#da291c}
    .button-white-line:hover img.bl{filter: invert(25%) sepia(99%) saturate(2464%) hue-rotate(348deg) brightness(85%) contrast(102%);}
}
.button-white-line-red{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#fff;border:solid 1px #da291c}
.button-white-line-red p,.button-white-line-red span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-white-line-red>p,.button-white-line-red span{color:#da291c}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-red:hover{border:1px solid #ad2116}
    .button-white-line-red:hover>p,.button-white-line-red:hover span{color:#ad2116}
}
.button-white-line-small{width:165px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#fff;border:solid 1px #2c2c2c}
.button-white-line-small p,.button-white-line-small span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222;word-break: normal;white-space: nowrap;}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-small:hover{border:solid 1px #da291c}
    .button-white-line-small:hover p,.button-white-line-small:hover span{color:#da291c}
}
.button-white-line-small-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff;border:solid 1px #2c2c2c}
.button-white-line-small-icon p,.button-white-line-small-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-small-icon:hover{border:solid 1px #da291c}
    .button-white-line-small-icon:hover p,.button-white-line-small-icon:hover span{color:#da291c}
    .button-white-line-small-icon:hover img{filter:invert(27%) sepia(86%) saturate(4365%) hue-rotate(351deg) brightness(87%) contrast(96%)}
}
.button-white-line-small-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:81px;height:36px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff;border:solid 1px #2c2c2c}
.button-white-line-small-icon-left p,.button-white-line-small-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-small-icon-left:hover{border:solid 1px #da291c}
    .button-white-line-small-icon-left:hover p,.button-white-line-small-icon-left:hover span{color:#da291c}
}
.button-white-line-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff;border:solid 1px #2c2c2c}
.button-white-line-icon p,.button-white-line-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-icon:hover{border:solid 1px #da291c}
    .button-white-line-icon:hover p,.button-white-line-icon:hover span{color:#da291c}
}
.button-white-line-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:105px;gap:5px;padding:8px 15px 8px 20px;background-color:#fff;border:solid 1px #2c2c2c;padding:8px 20px 8px 15px}
.button-white-line-icon-left p,.button-white-line-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-white-line-icon-left>span{white-space:nowrap}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-icon-left:hover{border:solid 1px #da291c}
    .button-white-line-icon-left:hover p,.button-white-line-icon-left:hover span{color:#da291c}
    .button-white-line-icon-left:hover img{filter:invert(27%) sepia(86%) saturate(4365%) hue-rotate(351deg) brightness(87%) contrast(96%)}
}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio:2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px){
    .button-white-line-icon-left p{display: none;}
}
.button-white-line-square{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:100px;height:36px;border-radius:8px;background-color:#fff;border:solid 1px #2c2c2c}
.button-white-line-square p,.button-white-line-square span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-square:hover{border:solid 1px #da291c}
    .button-white-line-square:hover p,.button-white-line-square:hover span{color:#da291c}
}
.button-white-line-xsmall{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#fff;border:1px solid #6d6d6d;padding:2px 10px;gap:2px;height:20px;width:fit-content}
.button-white-line-xsmall p,.button-white-line-xsmall span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-white-line-xsmall>p,.button-white-line-xsmall span{font-weight:400;font-size:12px;color:#555}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-xsmall:hover{border-color:#da291c}
    .button-white-line-xsmall:hover>p,.button-white-line-xsmall:hover span{color:#da291c}
    .button-white-line-xsmall:hover>picture{filter:invert(15%) sepia(81%) saturate(4270%) hue-rotate(358deg) brightness(103%) contrast(81%)}
}
.button-white-line-xsmall-icon-left{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:#fff;border:1px solid #6d6d6d;padding:2px 10px 2px 6px;gap:2px;height:20px}
.button-white-line-xsmall-icon-left p,.button-white-line-xsmall-icon-left span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-white-line-xsmall-icon-left>p,.button-white-line-xsmall-icon-left span{font-weight:400;font-size:12px;color:#555}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-line-xsmall-icon-left:hover{border-color:#da291c}
    .button-white-line-xsmall-icon-left:hover img{filter:invert(18%) sepia(63%) saturate(4402%) hue-rotate(354deg) brightness(97%) contrast(88%);}
    .button-white-line-xsmall-icon-left:hover>p,.button-white-line-xsmall-icon-left:hover span{color:#da291c}
    .button-white-line-xsmall-icon-left:hover>picture{filter:invert(15%) sepia(81%) saturate(4270%) hue-rotate(358deg) brightness(103%) contrast(81%)}
}
.cargo_button{width:max-content!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cargo_button{width:fit-content!important}
}
.button-text-xsmall{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;background-color:transparent;padding:0;width:fit-content;height:20px}
.button-text-xsmall p,.button-text-xsmall span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-text-xsmall p,.button-text-xsmall span{font-weight:400;font-size:13px;text-decoration:underline;color:#000}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-text-xsmall:hover p,.button-text-xsmall:hover span{color:#da291c}
}
.button-text-xsmall-icon{width:81px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;object-fit:contain;border-radius:999px;width:fit-content;padding:0;height:17px}
.button-text-xsmall-icon p,.button-text-xsmall-icon span{flex-grow:0;font-family:"Roboto";font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#222}
.button-text-xsmall-icon>div,.button-text-xsmall-icon>span{display:flex;align-items:flex-end;background-color:transparent;padding:0;gap:2px;width:fit-content;border-bottom:1px solid #222}
.button-text-xsmall-icon>div>p,.button-text-xsmall-icon>div>span,.button-text-xsmall-icon>span>p,.button-text-xsmall-icon>span>span{font-weight:400;font-size:13px;color:#000}
.button-white-slide-left{width:40px;height:40px;background-color:transparent;background-image:url(../../icons/web/slide_arrow_wl_active.svg);padding:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-slide-left:hover{background-image:url(../../icons/web/slide_arrow_wl_hover.svg)}
}
.button-white-slide-left:disabled{background-image:url(../../icons/web/slide_arrow_wl_disabled.svg)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-white-slide-left{background-image:url(../../icons/mobile/slide_arrow_wl_active.svg);padding:0}
    .button-white-slide-left:disabled{background-image:url(../../icons/mobile/slide_arrow_wl_disabled.svg)}
}
.button-white-slide-right{width:40px;height:40px;background-color:transparent;background-image:url(../../icons/web/slide_arrow_wr_active.svg);padding:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-white-slide-right:hover{background-image:url(../../icons/web/slide_arrow_wr_hover.svg)}
}
.button-white-slide-right:disabled{background-image:url(../../icons/web/slide_arrow_wr_disabled.svg)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-white-slide-right{background-image:url(../../icons/mobile/slide_arrow_wr_active.svg);padding:0}
    .button-white-slide-right:disabled{background-image:url(../../icons/mobile/slide_arrow_wr_disabled.svg)}
}
.button-gray-slide-left{width:40px;height:40px;background-color:transparent;background-image:url(../../icons/web/slide_arrow_gl_active.svg);padding:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-gray-slide-left:hover{background-image:url(../../icons/web/slide_arrow_gl_hover.svg)}
}
.button-gray-slide-left:disabled{background-image:url(../../icons/web/slide_arrow_gl_disabled.svg)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-gray-slide-left{background-image:url(../../icons/mobile/slide_arrow_rl_active.svg);padding:0}
    .button-gray-slide-left:disabled{background-image:url(../../icons/mobile/slide_arrow_rl_disabled.svg)}
}
.button-gray-slide-right{width:40px;height:40px;padding:0;background-color:transparent;background-image:url(../../icons/web/slide_arrow_gr_active.svg)}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-gray-slide-right:hover{background-image:url(../../icons/web/slide_arrow_gr_hover.svg)}
}
.button-gray-slide-right:disabled{background-image:url(../../icons/web/slide_arrow_gr_disabled.svg)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-gray-slide-right{background-image:url(../../icons/mobile/slide_arrow_rr_active.svg);padding:0}
    .button-gray-slide-right:disabled{background-image:url(../../icons/mobile/slide_arrow_rr_disabled.svg)}
}
.button-question{width:24px;height:24px;background-image:url(../../icons/web/question.svg);padding:0}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-question{width:40px;height:40px;background-image:url(../../icons/mobile/question.svg)}
}
.button-company{width:36px;height:36px;border:1px solid #6d6d6d;border-radius:999px;background:#fff url(../../icons/web/company.svg) no-repeat center;padding:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-company:hover{background-image:url('/icons/web/company_on.svg');border-color:#da291c}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-company{width:40px;height:40px;background-image:url(../../icons/mobile/company.svg)}
}
.button-popup-close{width:40px;height:40px;background-image:url(../../icons/web/popup_close.svg);padding:0}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-popup-close{width:40px;height:40px;background-image:url(../../icons/mobile/popup_close.svg)}
}
.button-top{width:60px;height:60px;background-image:url(../../icons/web/top.svg);background-repeat:no-repeat;background-position:center;padding:0}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-top{width:56px;height:56px;background-image:url(../../icons/mobile/top.svg)}
}
.button-paging-prev{width:40px;height:40px;background-color:transparent;background-image:url(../../icons/web/slide_arrow_gl_active.svg);padding:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-paging-prev:hover{background-image:url(../../icons/web/slide_arrow_gl_hover.svg)}
}
.button-paging-prev:disabled{background-image:url(../../icons/web/slide_arrow_gl_disabled.svg)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-paging-prev{background-image:url(../../icons/mobile/slide_arrow_l.svg)}
    .button-paging-prev:disabled{background-image:url(../../icons/mobile/slide_arrow_l.svg)}
}
.button-paging-next{width:40px;height:40px;background-color:transparent;background-image:url(../../icons/web/slide_arrow_gr_active.svg);padding:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .button-paging-next:hover{background-image:url(../../icons/web/slide_arrow_gr_hover.svg)}
}
.button-paging-next:disabled{background-image:url(../../icons/web/slide_arrow_gr_disabled.svg)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .button-paging-next{background-image:url(../../icons/mobile/slide_arrow_r.svg)}
    .button-paging-next:disabled{background-image:url(../../icons/mobile/slide_arrow_r.svg)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .l-l-l>span{display:none}
}

/* like */
.like{background:rgba(0,0,0,.3);border:1.5px solid #fff;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}
.like-small{width:30px!important;height:30px!important}
.like-small>img{width:13px!important;height:12px!important}
.like-medium{width:40px!important;height:40px!important}
.like-medium>img{width:17px!important;height:16px!important}
.like-on{background-color:#ff9e1b;border:none}

/* badge */
.badge{border-radius:20px;padding:10px;display:inline-flex;align-items:flex-end;justify-content:center}
.badge>b{font-size:15px;font-weight:700}
.badge2{border-radius:20px;padding:5px 10px;width:70px;text-align:center}

/* checkbox */
.checkbox{display:block;cursor:pointer;position:relative;padding-left:18px;margin-bottom:18px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .checkbox{width:40px;height:40px;padding-left:40px;margin-bottom:0;display:flex;align-items:center}
}
.checkbox>input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkbox>input[type="checkbox"]:checked~span{background-color:#da291c;border:1px solid #da291c}
.checkbox>input[type="checkbox"]:checked~span::after{display:flex;align-items:center;justify-content:center}
.checkbox>span{position:absolute;top:0;left:0;height:18px;width:18px;background-color:transparent;border-radius:3px;border:1px solid #999999;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .checkbox>span{left:10px;top:10px}
}
.checkbox>span::after{content:url(../../icons/web/check.svg);width:100%;height:100%;text-align:center;line-height:14px;display:none}
.checkboxContainer input[type="checkbox"]{display:none}
.checkboxContainer input[type="checkbox"]+label{cursor:pointer;display:flex}
.checkboxContainer input[type="checkbox"]+label>span{height:100%;display:flex;align-items:center;vertical-align:middle;height:24px;line-height:24px;}
.checkboxContainer input[type="checkbox"]+label:before{content:"";display:inline-block;width:24px;height:24px;background-image:url(../../icons/web/checkbox_default.svg);vertical-align:middle}
.checkboxContainer input[type="checkbox"]:checked+label:before{content:"";background-image:url(../../icons/web/checkbox_checked.svg);background-repeat:no-repeat;background-position:50%}
.radio{display:block;cursor:pointer;position:relative;padding-left:20px;margin-bottom:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .radio{width:40px;height:40px;display:flex;align-items:center;margin-bottom:0;padding-left:40px}
}

/* radio */
.radio>input[type="radio"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.radio>input[type="radio"]:checked~span.rdbox{border:1px solid #da291c}
.radio>input[type="radio"]:checked~span.rdbox::after{display:block}
.radio>input[type="radio"]:focus+span.rdbox{border:1px solid #da291c}
.radio>span.rdbox{position:absolute;top:0;left:0;height:20px;width:20px;background-color:transparent;border-radius:999px;border:1px solid #dfdfdf}
.radio>span.rd_title{margin-left:10px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .radio>span.rdbox{left:10px;top:10px}
}
.radio>span.rdbox::after{content:"";display:none;width:9px;height:9px;background-color:#da291c;border-radius:999px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}

/* label_radioGroup */
.label_radioGroup{display:flex;justify-content:center;align-items:center;gap:10px}
.label_radioGroup input[type="radio"]{appearance:none;width:24px;min-width:24px;height:24px;background-image:url(/icons/web/radio_default.svg)}
.label_radioGroup input[type="radio"]:checked{background-image:url(/icons/web/radio_checked.svg)}

/* search */
.search1{display:flex;align-items:center;width:315px;height:44px}
.search1>input[type="text"],.search1>input[type="search"]{width:207px;height:44px;border-radius:999px 0 0 999px;padding:13px 20px;color:#6d6d6d;border-width:1px 0 1px 1px;border-style:solid;border-color:#dfdfdf;background-color:#fff}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .search1>input[type="text"]{width:259px;padding-right:10px}
}
.search1>button[type="submit"]{width:108px;height:44px;border-radius:0 999px 999px 0;background-color:#da291c;display:flex;align-items:center;color:#fff;cursor:pointer;padding:0 0 0 10px;border-width:1px 1px 1px 0;border-style:solid;border-color:#dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .search1>button[type="submit"]{width:56px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .search1>button[type="submit"]>span{display:none}
}
.search2{width:315px;height:44px;display:flex;align-items:center;position:relative}
.search2>img{position:absolute;left:15px}
.search2>input[type="text"]{width:100%;border-radius:999px;padding:13px 20px 13px 60px;color:#6d6d6d;border:2px solid #da291c}
.search2>button[type="submit"]{position:absolute;right:20px;display:flex;align-items:center;cursor:pointer;padding:0 0 0 10px;background-color:#fff}

/* select */
.select{width:100%;border:1px solid #dfdfdf;border-radius:999px;padding:6.5px 20px;appearance:none;background-image:url(../../icons/web/linearrow_sbb.svg);background-repeat:no-repeat;background-position:right 20px top 50%;cursor:pointer;background-color:#fff}
.select-wrap{display:flex;flex-grow:1}
.select-wrap.full-width .select{max-width:inherit;}
.select-wrap .select{height:40px;max-width:500px;}

/* dropdown */
.dropdown{width:120px;position:relative}
.dropdown-default{background-color:#fff;height:40px;border-radius:999px;padding:9.5px 16px;border:solid 1px #dfdfdf}
.dropdown-default > li{display:flex;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .dropdown-default{display:none}
}
.dropdown-default2{background-color:#fff;height:40px;border-radius:999px;padding:9.5px 16px;border:solid 1px #dfdfdf}
.dropdown-selected{width:100%;display:flex;align-items:center;justify-content:space-between}
.dropdown-selected.logNtn{justify-content:flex-start;gap:10px;}
.dropdown-selected>span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-all}
.dropdown-selected>span,.dropdown-selected>p{font-size:14px;line-height:1.3;font-weight:400;color:#6d6d6d}
.dropdown-selected2{width:100%;display:flex;align-items:center;position:relative}
.dropdown-selected2>img{position:absolute;right:0;top:1px}
.dropdown-selected2>span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-all}
.dropdown-selected2>span:nth-child(2){width:63%;text-align:left}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .dropdown-selected2>span:nth-child(2){width:53%}
}
.dropdown-selected2>span,.dropdown-selected2>p{font-size:14px;line-height:1.3;font-weight:400;color:#6d6d6d}
.dropdown-options{position:absolute;width:100%;z-index:10;display:none;opacity:0;max-height:150px;overflow-y:auto;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border:solid 1px #dfdfdf;background-color:#f8f8f8;padding-bottom:4px;padding-top:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .dropdown-options{display:none}
}
.modal-content .dropdown-options{max-height:120px;}
.dropdown-options>li{padding:0 18px;}
.dropdown-options>li:hover>.dropdown-option>span{color:#da291c!important}
.dropdown-options>li>.dropdown-option{background-color:#f8f8f8;cursor:pointer;width:100%;padding:9.5px 0;text-align:left}
.dropdown-options>li>.dropdown-option>span{font-size:13px;line-height:1.3;font-weight:400;color:#6d6d6d;word-break:break-all}
.dropdown-options2{position:absolute;top:0;left:0;width:100%;z-index:10;display:none;opacity:0;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.25);padding-bottom:10px;padding-top:12px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .dropdown-options2{display:none}
}
.dropdown-options2>li{padding:6.5px 16px;position:relative;cursor:pointer}
.dropdown-options2>li:hover>.dropdown-option2>span{color:#da291c!important}
.dropdown-options2>li>.dropdown-option2{width:100%;text-align:left}
.dropdown-options2>li>.dropdown-option2>span{font-size:13px;line-height:1.3;font-weight:400;color:#6d6d6d;word-break:break-all;display:block;width:93%}
.dropdown-options2>li>.dropdown-option2>img{position:absolute;right:16px;top:10px}
.dropdown.open>.dropdown-default,.dropdown.open>.dropdown-default2{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-width:0}
.dropdown.open .dropdown-selected>span{font-weight:500}
.dropdown.open .dropdown-selected>img{transition:0.3s;transform:rotate(180deg)}
.dropdown.open>.dropdown-options{display:block;opacity:1;transform:translateY(0%);border-top-width:0}
.dropdown.open>.dropdown-options2{display:block;opacity:1;border-top-width:0}
.dropdown>.select{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .dropdown>.select{display:block;width:100%;height:40px}
}
#dropdown3{width:200px}
#dropdown-selected-img{cursor:pointer;}
@-webkit-keyframes passing-through{
    0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}
    30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}
}
@-moz-keyframes passing-through{
    0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}
    30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}
}
@keyframes passing-through{
    0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}
    30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}
}
@-webkit-keyframes slide-in{
    0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}
    30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
@-moz-keyframes slide-in{
    0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}
    30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
@keyframes slide-in{
    0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}
    30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes pulse{
    0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
    10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
    20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes pulse{
    0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
    10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
    20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@keyframes pulse{
    0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
    10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
    20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}

/* dropzone */
.dropzone,.dropzone *{box-sizing:border-box}
.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}
.dropzone.dz-clickable{cursor:pointer}
.dropzone.dz-clickable *{cursor:default}
.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}
.dropzone.dz-started .dz-message{display:none}
.dropzone.dz-drag-hover{border-style:solid}
.dropzone.dz-drag-hover .dz-message{opacity:.5}
.dropzone .dz-message{text-align:center;margin:2em 0}
.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}
.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}
.dropzone .dz-preview:hover{z-index:1000}
.dropzone .dz-preview:hover .dz-details{opacity:1}
.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}
.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}
.dropzone .dz-preview.dz-image-preview{background:#fff}
.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}
.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}
.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}
.dropzone .dz-preview:hover .dz-details{opacity:1}
.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}
.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}
.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}
.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}
.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}
.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-filter:blur(8px);filter:blur(8px)}
.dropzone .dz-preview .dz-image{border-radius:999px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}
.dropzone .dz-preview .dz-image img{display:block;width:100%;height:100%}
.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-moz-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-ms-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-o-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}
.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-moz-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-ms-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-o-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}
.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}
.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}
.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}
.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}
.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}
.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}
.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}
.dropzone .dz-preview.dz-error .dz-error-message{display:block}
.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}
.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}
.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}

/* owl-carousel */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);z-index: 1;}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%;}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit;}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;font-size:0;}
.owl-carousel .owl-nav .owl-prev:hover span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;}
.owl-carousel .owl-nav .owl-prev.disabled:hover span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;}
.owl-carousel .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;font-size:0;}
.owl-carousel .owl-nav .owl-next:hover span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;}
.owl-carousel .owl-nav .owl-next.disabled:hover span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;}
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{
    0%{opacity:1}
    100%{opacity:0}
}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*="owl-"]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*="owl-"]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-height{transition:height 500ms ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.carousel-item{height:100%;width:100vw}
.owl-carousel .owl-nav{position:absolute;z-index:1;bottom:25px;left:calc(50% - 113px);margin-top:0;display:flex;gap:150px}
.owl-carousel .owl-nav>button{width:32px!important;height:32px!important;border-radius:50%!important;border:2px solid #fff!important;display:flex!important;justify-content:center!important;align-items:center!important;background-color:rgba(255,255,255,.4)!important}
.owl-carousel .owl-nav>button>span{width:32px !important;height:32px!important;display:block!important;color:#fff!important;font-size:0px!important;margin-bottom:0px!important;}
.owl-carousel .owl-nav>button:hover{border-color:#da291c!important}
.owl-carousel .owl-nav>button:hover>span{color:#da291c!important}
.owl-carousel .owl-dots{width:120px;z-index:1;height:38px;position:absolute;bottom:25px;left:calc(50% - 60px);display:flex;gap:5px;justify-content:center;align-items:center}
.owl-carousel .owl-dots .owl-dot{width:25px!important;height:8px!important;background-color:#fff!important;border-radius:4px!important}
.owl-carousel .owl-dots .owl-dot.active{background-color:#ff9e1b!important}
.owl-carousel .owl-dots .owl-dot>span{display:none!important}

/* tab-menu */
.tab-menu{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}
.tab-menu-item{border:none;color:#6d6d6d;font-size:15px;padding:20px;cursor:pointer;border-bottom:2px solid #dfdfdf;font-weight:400;text-decoration:none;text-align:center}
.tab-menu-item:hover,.tab-menu-item.active{color:#da291c;border-bottom:2px solid #da291c;font-weight:700}
/*@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .tab-menu-item:hover{font-weight:700}
}*/
.tab-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:24px;}
.tab-nav>input[type="radio"]{display:none}
.tab-nav>label{width:90px;height:40px;text-align:center;border:none;color:#6d6d6d;padding-top:10px;padding-bottom:10px;cursor:pointer;border-top-right-radius:10px;border-top-left-radius:10px;background-color:#f0f0f0;font-size:15px;font-weight:400;line-height:1.3}
.tab-nav>input[type="radio"]:checked+label{color:#fff;background:#da291c;font-weight:700}
.tab-nav .nav-content{width:100%;display:none;padding:20px}
.tab-nav #nav1:checked~#nav1-content,.tab-nav #nav2:checked~#nav2-content{display:block;text-align:center}

/* input */
.input{width:250px;height:40px;display:flex;align-items:center;position:relative}
.input>input[type="text"],.input>input[type="password"]{width:100%;border-radius:999px;padding:11px 20px;color:#222;border:1px solid #dfdfdf;height:40px;font-size:14px;}
.input>input[type="text"]::placeholder,.input>input[type="password"]::placeholder{color:#b1b1b1}
.input>input[type="text"]:disabled,.input>input[type="password"]:disabled{background-color:#ececec;color:#555;border:1px solid #e3e3e3;-webkit-text-fill-color:#555;-webkit-opacity:1}
.input-error>input[type="text"]{color:#da291c;border:1px solid #da291c;padding-right:40px}
.input-error::after{position:absolute;right:20px;content:"";background-image:url(../../icons/web/exclude.svg);background-position:center;width:14px;height:14px}
.input-icon>img{position:absolute;left:20px;width:24px;height:24px}
.input-icon>input[type="text"],.input-icon>input[type="password"]{padding-left:45px}

/* textarea */
.textarea{width:280px;height:160px}
.textarea>textarea{width:100%;height:100%;border-radius:10px;padding:20px;color:#222;border:1px solid #dfdfdf;resize:none}
.textarea>textarea::placeholder{color:#b1b1b1}
.textarea>textarea:disabled{background-color:#ececec;color:#555;border:1px solid #e3e3e3;-webkit-text-fill-color:#555;-webkit-opacity:1}
.textarea-error>textarea{border:1px solid #da291c}

/* paging */
.paging{display:flex;flex-direction:row;align-items:center;padding:0;gap:20px;height:40px}
.paging>a{display:flex}
.paging>.page-num{display:flex;flex-direction:row;align-items:flex-start;padding:0;font-size:14px !important;}
.paging>.page-num>a{text-decoration:none!important;font-size:inherit;color:#555555;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;width:24px;height:24px;line-height:130%}
.paging>.page-num>a.checked{font-weight:700!important;color:#ce2e26 !important;font-size:14px !important;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .paging>.page-num>a:nth-child(n+6){display:none}
}

/* breadcrumb */
.breadcrumb{align-items:center;padding:0;height:18px}
.breadcrumb>li{font-size:inherit;font-weight:inherit;color:inherit;align-items:center;justify-content:center}
.breadcrumb>li>img{margin-right:-3px}
.breadcrumb>li>a{color:inherit!important;font-size:inherit;font-weight:inherit;text-decoration:none}
.breadcrumb>li.more{display:none!important}
.breadcrumb>li.more>.tooltip-txt,.breadcrumb>li.more .tooltip-btn{z-index:900!important}
.breadcrumb>li:not(:last-child)::after{content:url(../../icons/web/linearrow_slgl.svg);height:16px}
.breadcrumb>li:last-child{color:#222!important;font-weight:500}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .breadcrumb li{font-size:13px!important;font-weight:300!important;color:#444!important}
    .breadcrumb>li:not(.more):not(:first-of-type):not(:last-of-type){display:none!important}
    .breadcrumb>li.more{display:flex!important}
    .breadcrumb>li.more>button{width:40px;height:40px;text-indent:-9999px;background-image:url(../../icons/mobile/more.svg);margin-right:4px}
    .breadcrumb>li.more ul{max-width:calc(100vw - 105px);flex-wrap:wrap;width:max-content}
    .breadcrumb>li.more>.tooltip-btn{max-width:calc(100vw - 105px);flex-wrap:wrap;width:max-content;left:-16px !important;}
    .breadcrumb>li.more>.tooltip-btn ul{display:flex;width:inherit;flex-wrap:wrap}
    .breadcrumb>li.more>.tooltip-btn ul li a{text-decoration:none;white-space:nowrap;color:#444;}
    .breadcrumb>li:last-child{color:#444!important;font-weight:400!important}
}

/* col */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .col-d-1{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 1 + 20px * (1 - 1))}
    .col-d-2{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 2 + 20px * (2 - 1))}
    .col-d-3{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 3 + 20px * (3 - 1))}
    .col-d-4{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 4 + 20px * (4 - 1))}
    .col-d-5{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 5 + 20px * (5 - 1))}
    .col-d-6{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 6 + 20px * (6 - 1))}
    .col-d-7{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 7 + 20px * (7 - 1))}
    .col-d-8{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 8 + 20px * (8 - 1))}
    .col-d-9{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 9 + 20px * (9 - 1))}
    .col-d-10{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 10 + 20px * (10 - 1))}
    .col-d-11{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 11 + 20px * (11 - 1))}
    .col-d-12{float:left;width:calc((100% - 20px * (12 - 1)) / 12 * 12 + 20px * (12 - 1))}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .col-t-1{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 1 + 20px * (1 - 1))}
    .col-t-2{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 2 + 20px * (2 - 1))}
    .col-t-3{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 3 + 20px * (3 - 1))}
    .col-t-4{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 4 + 20px * (4 - 1))}
    .col-t-5{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 5 + 20px * (5 - 1))}
    .col-t-6{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 6 + 20px * (6 - 1))}
    .col-t-7{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 7 + 20px * (7 - 1))}
    .col-t-8{float:left;width:calc((100% - 20px * (8 - 1)) / 8 * 8 + 20px * (8 - 1))}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .col-m-1{float:left;width:calc((100% - 20px * (4 - 1)) / 4 * 1 + 20px * (1 - 1))}
    .col-m-2{float:left;width:calc((100% - 20px * (4 - 1)) / 4 * 2 + 20px * (2 - 1))}
    .col-m-3{float:left;width:calc((100% - 20px * (4 - 1)) / 4 * 3 + 20px * (3 - 1))}
    .col-m-4{float:left;width:calc((100% - 20px * (4 - 1)) / 4 * 4 + 20px * (4 - 1))}
}

/* grid-row */
.grid-row div[class*="col-"]{margin-right:20px}
.grid-row div[class*="col-"]:last-child{margin-right:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .grid-row{margin:0 auto;max-width:1180px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .grid-row{margin:0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .grid-row{margin:0 16px}
}

/* icon */
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .icon.web{display:none!important}
}
.icon.mobile{display:none!important}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .icon.mobile{display:inline-flex!important}
}

/* tooltip */
.tooltip-txt{padding:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:15px;text-align: left;}
.tooltip-txt:not(.show){display:none!important}
.tooltip-txt li{font-weight:inherit;font-size:inherit}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .tooltip-txt{padding:23px 20px;gap:0;text-align: left;}
}
.tooltip-btn{top:0;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:15px;}
button{text-align: left;}
.tooltip-btn:not(.show){display:none!important}
.tooltip-btn>ul,.tooltip-btn p{padding:20px}
.tooltip-btn li{font-weight:inherit;font-size:inherit}
.tooltip-btn li>button{font-weight:inherit;font-size:inherit}
.tooltip-btn li>button:hover{color:#da291c}
.tooltip-btn li>ol{margin-block-start:4px}
.tooltip-btn li>ol>li{padding:6px 12px;align-items:flex-start;text-align: left;}
.tooltip-btn li>ol>li::before{position:relative;top:5px;content:"";width:4px;height:4px;border-radius:50%;background-color:#b1b1b1}
.tooltip-btn li>ol>li:hover::before{background-color:red}

/* text */
.text-headline-bold-15{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:15px!important;font-weight:700!important;font-family:"ClanOT"!important}
.text-headline-bold-20{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:20px!important;font-weight:700!important;font-family:"ClanOT"!important}
.text-headline-bold-28{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:28px!important;font-weight:700!important;font-family:"ClanOT"!important}
.text-headline-bold-36{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:36px!important;font-weight:700!important;font-family:"ClanOT"!important}
.text-headline-bold-44{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:44px!important;font-weight:700!important;font-family:"ClanOT"!important}
.text-headline-bold-15{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:15px!important;font-weight:500!important;font-family:"ClanOT"!important}
.text-body-light-10{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:10px!important;font-weight:300!important}
.text-body-light-12{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:12px!important;font-weight:300!important}
.text-body-light-13{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:13px!important;font-weight:300!important}
.text-body-light-18{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:18px!important;font-weight:300!important}
.text-body-regular-12{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:12px!important;font-weight:normal!important}
.text-body-regular-13{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:13px!important;font-weight:normal!important}
.text-body-regular-14{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:14px!important;font-weight:normal!important}
.text-body-regular-15{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:15px!important;font-weight:normal!important}
.text-body-regular-16{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:16px!important;font-weight:normal!important}
.text-body-regular-24{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:24px!important;font-weight:normal!important}
.text-body-medium-12{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:12px!important;font-weight:500!important}
.text-body-medium-13{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:13px!important;font-weight:500!important}
.text-body-medium-14{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:14px!important;font-weight:500!important}
.text-body-medium-15{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:15px!important;font-weight:500!important}
.text-body-medium-16{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:16px!important;font-weight:500!important}
.text-body-bold-13{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:13px!important;font-weight:700!important}
.text-body-bold-14{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:14px!important;font-weight:700!important}
.text-body-bold-15{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:15px!important;font-weight:700!important}
.text-body-bold-16{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:16px!important;font-weight:700!important}
.text-body-bold-18{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:18px!important;font-weight:700!important}
.text-body-bold-20{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:20px!important;font-weight:700!important}
.text-body-bold-24{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-size:24px!important;font-weight:700!important}
.text-body-bold-28{font-stretch:normal!important;font-style:normal!important;line-height:130%!important;letter-spacing:0!important;font-weight:700!important;font-size:28px!important}

/* table */
.table{width:100%;border-collapse:collapse}
.table tr{width:100%}
.table tr:hover{background:#fff6f6;cursor:pointer;}
.table tr:hover td{color:#222!important}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table tr:hover{background:transparent}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table tr:hover{background:transparent}
    .table tr:hover td{color:#6d6d6d!important}
}
.table .table-header-default-center{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 10px 14px;width:100%;height:48px;background-color:#f8f8f8;border-top:2px solid #222}
.table .table-header-select-center{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 6px 11px 10px;width:100%;height:48px;background-color:#f8f8f8;border-top:2px solid #222}
.table .table-header-select-center>div{font-size:inherit;font-weight:inherit}
.table .table-header-select-center>div>select{text-align:center;background-color:inherit;font-size:inherit;font-weight:inherit;padding-right:28px;z-index:200}
.table .table-header-select-center>div>picture{padding-left:-24px;top:-3px}
.table .table-header-default-left{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 10px 14px;width:100%;height:48px;background-color:#f8f8f8;border-top:2px solid #222;align-items:flex-start}
.table .table-header-select-left{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 6px 11px 10px;width:100%;height:48px;background-color:#f8f8f8;border-top:2px solid #222;justify-content:flex-start;padding:13px 6px 11px 10px}
.table .table-header-select-left>div{font-size:inherit;font-weight:inherit}
.table .table-header-select-left>div>select{text-align:center;background-color:inherit;font-size:inherit;font-weight:inherit;padding-right:28px;z-index:200}
.table .table-header-select-left>div>picture{padding-left:-24px;top:-3px}
.table .width-per-100{align-items:center !important;}
.table .table-body-default-center{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-default-center:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-default-center:hover{color:#6d6d6d!important}
}
.table .table-body-default-center-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 10px;gap:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-default-center-icon:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-default-center-icon:hover{color:#6d6d6d!important}
}
.table .table-body-default-left{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf;align-items:flex-start}
.table .tbody .tr:last-child .table-body-default-left{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;align-items:flex-start}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-default-left:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-default-left:hover{color:#6d6d6d!important}
}
.table .table-body-default-right{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf;align-items:flex-end}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-default-right:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-default-right:hover{color:#6d6d6d!important}
}
.table .table-body-last-center{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-last-center:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-last-center:hover{color:#6d6d6d!important}
}
.table .table-body-last-left{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf;align-items:flex-start}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-last-left:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-last-left:hover{color:#6d6d6d!important}
}
.table .table-body-last-right{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 10px 16px;width:100%;height:48px;border-bottom:1px solid #dfdfdf;border-bottom:1px solid #222;align-items:flex-end}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .table .table-body-last-right:hover{color:#222!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .table .table-body-last-right:hover{color:#6d6d6d!important}
}
.table .table-body-label{display:flex;flex-direction:row;align-items:center;padding:14px 10px;gap:8px;border-bottom:1px solid #dfdfdf}

/* modal */
.modal-container{position:fixed;width:100%;height:100vh;left:0;top:0;z-index:1500}
.modal-container:not(.show){display:none}
.modal-container .modal-background{position:absolute;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#080808;opacity:.6}
.modal-container .modal-body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:280px;padding:60px 70px;border-radius:20px;background-color:#fff;overflow:hidden}
.modal-container .modal-body .modal-content{width:100%}
.modal-container .modal-body .modal-body-header h1,.modal-container .modal-body .modal-body-header .modal-title{font-family:"ClanOT";font-weight:700;line-height:1.3;text-align:center;color:#222}
.modal-container .modal-body .modal-body-contents{width:100%}
.modal-container .modal-body .modal-body-contents .modal-body-contents-scroll{padding-right:5px}
.modal-container .modal-body .modal-body-footer{display:flex;justify-content:center;width:100%}
.modal-container .modal-body .modal-body-footer button{width:180px;}
.modal-container .modal-body .modal-body-footer>div{display:flex;justify-content:center}
/*@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){*/
    /*.modal-container .modal-body .modal-body-footer button{max-width:180px}*/
/*}*/
.modal-container .modal-body .modal-body-footer .modal-bottom-buttons button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .modal-container .modal-body .modal-content{position:relative;height:100%;overflow:hidden}
    .modal-container .modal-body .modal-content form{display:contents}
    .modal-container .modal-body .modal-body-contents{overflow:hidden;overflow-y:auto;max-height:calc(100% - 40px);margin:20px 0;}
    .modal-container .modal-body .modal-body-contents ::-webkit-scrollbar{background-color:#ececec;border-radius:999px;width:6px;height:6px}
    .modal-container .modal-body .modal-body-contents ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:999px}
    .modal-container .modal-body .modal-body-contents .modal-body-contents-scroll{display:flex;flex-direction:column;padding:1px 5px 0 1px}
    .modal-container .modal-body .modal-body-footer{width:100%;flex-direction:column}
    .modal-container .modal-body .modal-body-footer>div{flex-direction:row;}
    .modal-container .modal-body .modal-body-footer .modal-bottom-buttons{flex-direction:column}
    .modal-container .modal-body .modal-body-footer button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .modal-container .modal-body .modal-body-contents .modal-body-contents-scroll{padding:1px 8px 0 1px}
    .modal-container .modal-body .modal-body-footer button{max-width:none}
}
.modal-container .modal-body .close_icon{position:absolute;top:8px;right:7px;cursor:pointer}

/* modal-container */
.modal-container{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1500}
.modal-container:not(.show){display:none}
.modal-container .modal-background{position:absolute;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#080808;opacity:.6}
.modal-container .modal-body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:280px;padding:60px 70px;border-radius:20px;background-color:#fff}
.modal-container .modal-body .close_icon{position:absolute;top:16px;right:16px;cursor:pointer}
.modal-container .modal-body .modal-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;overflow:visible}
.modal-container .modal-body .modal-content #text_area{gap:48px;width:100%}
.modal-container .modal-body .modal-content #text_area>div{width:100%}
.modal-container .modal-body .modal-content #button_area{width:100%;gap:8px}
.modal-container .modal-body .modal-content #button_area button{width:100%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .modal-container .modal-body{width:535px;padding:50px 24px 60px;background-color:#fff}
    .modal-container .modal-body .close_icon{top:20px;right:22px;z-index:1;}
    .modal-container .modal-body .modal-content{gap:20px}
    .modal-container .modal-body .modal-content #title{font-size:20px!important}
    .modal-container .modal-body .modal-content #text_area{gap:8px;width:100%}
    .modal-container .modal-body .modal-content #text_area>div{width:100%}
    .modal-container .modal-body .modal-content #button_area{margin-top:-6px}
    .modal-container .modal-body .modal-content #button_area button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .modal-container .modal-body{width:94%;max-width:328px;padding:50px 16px 50px;background-color:#fff}
    .modal-container .modal-body .close_icon{top:20px;right:22px;z-index:1;}
    .modal-container .modal-body .modal-content{gap:20px;margin-top: -20px;}
    .modal-container .modal-body .modal-content #title{font-size:20px!important}
    .modal-container .modal-body .modal-content #text_area{gap:8px;width:100%}
    .modal-container .modal-body .modal-content #text_area>div{width:100%}
    .modal-container .modal-body .modal-content #button_area{margin-top:-6px}
    .modal-container .modal-body .modal-content #button_area button{width:100%}
}

/* cookie-popup-container */
.cookie-popup-container{position:fixed;width:100%;height:auto;box-shadow:0 -6px 18px 0 rgba(21,18,18,.25);background-color:#2c2c2c;bottom:0;z-index:1400}
.cookie-popup-container.hide{display:none}
.cookie-popup-container .cookie-popup-content{display:flex;max-width:1180px;margin:0 auto;padding:30px 10px;gap:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-popup-container .cookie-popup-content{flex-direction:column;gap:20px;padding:20px}
}
.cookie-popup-container .cookie-popup-content .cookie-description{flex-grow:1;font-size:16px;line-height:1.3;color:#b1b1b1}
.cookie-popup-container .cookie-popup-content .cookie-description a{font-weight:600;color:#fff}
.cookie-popup-container .cookie-popup-content .cookie-accept-btn{width:90px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-popup-container .cookie-popup-content .cookie-accept-btn{width:100%}
}

/* main */
.main-carousel-item{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-carousel-item>a>picture>img{min-height:400px;object-fit:cover}
}
.main-shortcut{background-color:#f8f8f8;padding-top:30px;padding-bottom:30px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-shortcut{padding:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-shortcut{padding:0}
}
.main-shortcut-container{height:162px;max-width:1180px;padding:35px 42px 35px 44px;display:flex;align-items:center;justify-content:space-between;border-radius:15px;border:1px solid #e3e3e3;background-color:#fff;margin:0 auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-shortcut-container{height:100%;width:100%;max-width:none;flex-wrap:wrap;background-color:#f8f8f8;border:none;padding:20px 24px;gap:12px;margin:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-shortcut-container{height:100%;width:100%;max-width:none;flex-wrap:wrap;background-color:#f8f8f8;border:none;padding:20px 16px;gap:12px;margin:0}
}
.main-shortcut-item{max-width:260px;min-width:214px;max-height:78px;text-decoration:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-shortcut-item{max-height:none;background-color:#fff;border-radius:16px;border:1px solid #e3e3e3;padding:16px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-shortcut-item{min-width:49%;max-width:49%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-shortcut-item{min-width:100%;max-width:100%}
}
.main-shortcut-item>img{width:64px;height:64px;margin-top:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-shortcut-item>img{margin-top:0}
}
.main-shortcut-item>div>h4{white-space:nowrap;color:#222}
.main-shortcut-divider{width:1px;height:30px;background-color:#dfdfdf;margin-left:28px;margin-right:28px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-shortcut-divider{display:none}
}
.main-card-banner{background-color:#fff;padding:80px 0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner{padding:32px 0}
}
.main-card-banner-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:50px;align-items:center}
.main-card-banner-container>h2{font-size:36px;font-weight:700;font-family:"ClanOT";line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-container>h2{font-weight:500;font-size:15px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-container{max-width:none;gap:16px}
}
.main-card-banner-container>.more-button{width:auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-container>.more-button{margin-right:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-card-banner-container>.more-button{margin-right:70px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list{padding-left:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-card-banner-list{padding-left:16px}
}
.main-card-banner-list>.owl-nav{width:1300px;display:flex!important;justify-content:space-between!important;left:-60px!important;bottom:240px!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list>.owl-nav{width:80px;gap:0!important;justify-content:flex-start!important;bottom:-55px!important}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list>.owl-nav{left:calc(51%)!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-card-banner-list>.owl-nav{left:calc(55%)!important}
}
.main-card-banner-list>.owl-nav>button{border-color:#e1e1e1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list>.owl-nav>button{border-color:#da291c!important}
}
.main-card-banner-list>.owl-nav>button>span{color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list>.owl-nav>button>span{color:#da291c!important}
    .main-card-banner-list .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;}
    .main-card-banner-list .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list>.owl-nav>.disabled{opacity:1;border-color:#e1e1e1!important}
    .main-card-banner-list>.owl-nav>.disabled>span{color:#b1b1b1!important}
    .main-card-banner-list .owl-nav .owl-next.disabled span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;}
    .main-card-banner-list .owl-nav .owl-prev.disabled span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;}
}
.main-card-banner-list>.owl-nav>.disabled:hover{cursor:not-allowed}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-list>.owl-nav>.disabled:hover{border-color:#e1e1e1!important}
    .main-card-banner-list>.owl-nav>.disabled:hover>span{color:#b1b1b1!important}
}
.main-card-banner-item{width:280px;height:480px;border-radius:16px;border:1px solid #e3e3e3;display:flex;flex-direction:column}
.main-card-banner-item:hover{border:1px solid #da291c}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item{width:258px;height:404px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-card-banner-item{width:240px;height: 100%;}
}
.main-card-banner-item-img{width:100%;height:280px;overflow:hidden;border-top-right-radius:16px;border-top-left-radius:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-img{height:100%;}
    .main-card-banner-item-img img{height:238px;}
}
.main-card-banner-item-info{width:100%;height:200px;padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
.main-card-banner-item-info-title>h4{font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-info-title>h4{font-size:14px;font-weight:500}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-info{height:164px;padding:16px}
}
.main-card-banner-item-info-content{display:flex;flex-direction:column;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-info-content{gap:3px}
}
.main-card-banner-item-info-content-text>p{font-size:13px;font-weight:300;display:flex;align-items:center;gap:5px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-info-content-text>p{font-size:12px}
}
.main-card-banner-item-info-content-text>p>strong{font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-info-content-text>p>strong{font-size:16px}
}
.main-card-banner-item-info-content-text>span{font-size:13px;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-card-banner-item-info-content-text>span{font-weight:300}
}
.main-card-banner-item-info-content-star{display:flex}
.main-card-banner-item-info-content-star>img{width:16px!important;height:16px!important}
.main-certi-banner{padding:80px 0;background-color:#da291c}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner{padding:32px 0 72px}
}
.main-certi-banner-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:50px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-container{gap:16px;margin:0;max-width:none;padding-left:24px}
}
.main-certi-banner-container>h2{font-size:36px;font-weight:700;font-family:'ClanOT'}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-container>h2{font-size:15px;font-weight:500}
}
.main-certi-banner-list>.owl-nav{width:1300px;display:flex!important;justify-content:space-between!important;left:-60px!important;bottom:80px!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list>.owl-nav{width:80px;gap:0!important;left:calc(50% - 40px)!important;bottom:-55px!important;justify-content:flex-start!important}
}
.main-certi-banner-list>.owl-nav>button{border-color:#e9e9e9!important;opacity:0.8!important}
.main-certi-banner-list .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_wl.svg') no-repeat center;}
.main-certi-banner-list .owl-nav .owl-prev:hover span{background:url('/icons/mobile/linearrow_wl.svg') no-repeat center;}
.main-certi-banner-list .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_wr.svg') no-repeat center;}
.main-certi-banner-list .owl-nav .owl-next:hover span{background:url('/icons/mobile/linearrow_wr.svg') no-repeat center;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list>.owl-nav>button{opacity:1;border-color:#fff!important}
}
.main-certi-banner-list>.owl-nav>button>span{color:#e9e9e9!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list>.owl-nav>button>span{color:#fff!important}
}
.main-certi-banner-list>.owl-nav>button:hover{border-color:#fff!important}
.main-certi-banner-list>.owl-nav>button:hover>span{color:#fff!important}
.main-certi-banner-list>.owl-nav>button:focus{border-color:#fff!important}
.main-certi-banner-list>.owl-nav>button:focus>span{color:#fff!important}
.main-certi-banner-list>.owl-nav>.disabled{opacity:0.4!important;border-color:#fff!important}
.main-certi-banner-list>.owl-nav>.disabled>span{color:#fff!important}
.main-certi-banner-list>.owl-nav>.disabled:hover{cursor:not-allowed;border-color:#fff!important}
.main-certi-banner-list>.owl-nav>.disabled:hover>span{color:#fff!important}
.main-certi-banner-list-item{width:380px;height:206px;background-color:#fff;padding:20px;border-radius:10px;display:flex;flex-direction:column;gap:15px;justify-content:space-between;border:4px solid transparent}
.main-certi-banner-list-item:hover{border:4px solid #ff9e1b}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item{width:268px;height:230px;padding:16px;gap:4px}
}
.main-certi-banner-list-item-container{display:flex;gap:20px;align-items:center;height:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-container{gap:15px}
}
.main-certi-banner-list-item-logo{min-width:100px;width:100px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-logo{height:96px;width:56px;min-width:56px;display:flex;flex-direction:column;justify-content:center}
}
.main-certi-banner-list-item-info{display:flex;flex-direction:column;gap:6px}
.main-certi-banner-list-item-info>p{color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-info>p{-webkit-line-clamp:3}
}
.main-certi-banner-list-item-info-logo{display:flex;align-items:center;gap:4px}
.main-certi-banner-list-item-info-logo>img{width:25px!important;height:25px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-info-logo>img{width:20px!important;height:20px}
}
.main-certi-banner-list-item-info-logo>button{position:relative}
.main-certi-banner-list-item-info-logo-tooltip{width:220px;position:absolute;bottom:-3px;left:-40px;text-align:left;font-size:13px;line-height:1.3;color:#000}
.main-certi-banner-list-item-info-logo-tooltip>div{width:220px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-info-logo-tooltip>div{min-width:268px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-info-logo-tooltip{min-width:268px;left:-132px;bottom:-5px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item-info>span{display:none}
}
.main-certi-banner-list-item>span{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-certi-banner-list-item>span{display:block;line-break: anywhere;/*white-space: nowrap;text-overflow: ellipsis;overflow: hidden;*/}
}
.main-certi-banner-list-item-btn{width:100%;border-radius:8px}
.main-recommend-banner{padding:80px 0;background-color:#fff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner{padding:32px 0}
}
.main-recommend-banner-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:50px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-container{gap:16px;max-width:none}
}
.main-recommend-banner-container>h2{font-size:36px;font-weight:700;font-family:'ClanOT'}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-container>h2{font-size:15px;font-weight:500}
}
.main-recommend-banner-list{display:flex;flex-wrap:wrap;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list{padding-left:16px;padding-right:16px;gap:12px;justify-content:space-between}
}
.main-recommend-banner-list-item{width:580px;height:180px;border-radius:16px;border:solid 1px #e3e3e3;background-color:#fff;display:flex}
.main-recommend-banner-list-item:hover{border:1px solid #da291c}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list-item{width:49%;height:124px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-recommend-banner-list-item{width:100%;height:124px}
}
.main-recommend-banner-list-item-img{min-width:178px;height:178px;border-top-left-radius:16px;border-bottom-left-radius:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list-item-img{width:122px;min-width:122px;height:122px}
}
.main-recommend-banner-list-item-img img{width:100%;height:100%;border-top-left-radius:16px;border-bottom-left-radius:16px}
.main-recommend-banner-list-item-info{padding:30px 20px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;width:100%;height:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list-item-info{padding:12px}
}
.main-recommend-banner-list-item-info-title>h4{min-width:340px;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list-item-info-title>h4{min-width:206px;font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .main-recommend-banner-list-item-info-title>h4{min-width:176px;font-size:14px}
}
.main-recommend-banner-list-item-info-content>p{font-size:13px;font-weight:300;display:flex;align-items:center;gap:5px;}
.main-recommend-banner-list-item-info-content>p>strong{font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list-item-info-content>p>strong{font-size:18px}
}
.main-recommend-banner-list-item-info-content>span{font-size:13px;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-recommend-banner-list-item-info-content>span{font-weight:300}
}
.main-sub-banner-container{display:block}
.main-sub-banner img{width:100%;object-fit:cover;max-height:400px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .main-sub-banner img{min-height:270px}
}

/* qnaList */
.qnaList{padding-top:15px;max-width:1180px;margin:0 auto;margin-bottom:120px}
.qnaList .title{margin-top:80px;text-align:center}
.qnaList .search_area{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.qnaList .search_area_page_count{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}
.qnaList .search_area_page_count .divider{width:1px;height:20px;background-color:#dfdfdf}
.qnaList .search_area_page_count .dropdown{width:80px}
.qnaList .search_area_page_count .dropdown>ul:first-of-type{height:30px;padding:6.5px 16px}
.qnaList .search_area_page_count .dropdown .select{height:30px;background-position:right 20px top 60%}
.qnaList .search_area_page_count .dropdown-options{background-color:#f8f8f8}
.qnaList .search_area_page_count .dropdown-options>li>button{width:100%;height:30px;padding:6.5px 16px}
.qnaList .search_area_page_count_right{gap:4px}
.qnaList .board_area .table{width:100%}
.qnaList .board_area .table>.thead{width:100%;display:grid;grid-template-columns:80px 80px 180px auto 235px 150px;}
.qnaList .board_area .table>.tbody{width:100%}
.qnaList .board_area .table>.tbody>.tr{width:100%;display:grid;grid-template-columns:80px 80px 1fr;}
.qnaList .board_area .table>.tbody>.tr>.oo{height:100%}
.qnaList .board_area .table>.tbody>.tr>.td{display:table-cell;text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.qnaList .board_area .table>.tbody>.tr>.content{display:flex;flex-direction:row!important;width:100%;padding:0;height:100%!important;display:grid;grid-template-columns:1fr 385px;}
.qnaList .board_area .table>.tbody>.tr>.content>div:first-child{display:grid;grid-template-columns:180px 1fr}
.qnaList .board_area .table>.tbody>.tr>.content>div:last-child{display:grid;grid-template-columns:1fr 150px}
.qnaList .board_area .table>.tbody>.tr>.content>div:last-child>div{margin:8px 10px;height:fit-content;text-align:center;}
.qnaList .board_area .table>.tbody>.tr>.content>div>.td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;height:fit-content}
.qnaList .board_area .table>.tbody>.tr>.content>div>.category{margin:15px 10px;height:fit-content;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-align:left}
.qnaList .board_area .table>.tbody>.tr>.content>div>.asunto{padding:14px 10px;cursor: pointer;}
.qnaList .board_area .table>.tbody>.tr>.content>div>.asunto>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}
.qnaList .board_area .table>.tbody>.tr>.content>div>.asunto>div>.badge2{padding:2px 6px;height:20px;min-width:70px}
.qnaList .board_area .table>.tbody>.tr>.content>div>.asunto>div>p{height:fit-content;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left;max-width: calc(100vw - 20%);}
.qnaList .board_area .table>.tbody>.tr>.content>div>.status>span{display:inline-block;width:70px;height:20px;line-height:20px !important;text-align:center;border-radius:20px;}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .qnaList .board_area .table>.tbody>.tr.active>div{background-color:#fff6f6}
    .qnaList .board_area .table>.tbody>.tr.active .td{color:#222}
    .qnaList .board_area .table>.tbody>.tr.active .td>p{color:#222}
}
.qnaList .paging_area{display:flex;justify-content:space-between;}
.qnaList .paging_area .paging{margin:0 auto;}
.qnaList .paging_area>button{width:fit-content}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .qnaList{padding:0 16px;margin-bottom:80px}
    .qnaList #breadcrumb{height:40px}
    .qnaList .title{font-size:20px!important;margin-top:32px}
    .qnaList .search_area{width:100%;display:flex;flex-direction:column;justify-content:space-between!important;align-items:center;margin-top:18px!important}
    .qnaList .search_area>form{width:100%}
    .qnaList .search_area>form input{width:95%}
    .qnaList .search_area>form button{width:56px}
    .qnaList .search_area>form button span{display:none}
    .qnaList .search_area .search_area_page_count{width:100%;margin-top:14px;justify-content:space-between}
    .qnaList .search_area .search_area_page_count .divider{width:1px;height:20px;background-color:#dfdfdf}
    .qnaList .search_area .search_area_page_count .dropdown{width:80px}
    .qnaList .search_area .search_area_page_count .dropdown>ul:first-of-type{height:30px;border:1px solid #dfdfdf;padding:0 16px 0 20px}
    .qnaList .search_area .search_area_page_count .dropdown-options{padding-top:16px;background-color:#f8f8f8}
    .qnaList .search_area .search_area_page_count_right{gap:4px}
    .qnaList .search_area .divider{display:none}
    .qnaList .board_area{margin-top:16px}
    .qnaList .board_area .table{border-top:2px solid #222}
    .qnaList .board_area .table>.thead{display:none}
    .qnaList .board_area .table>.tbody{display:block}
    .qnaList .board_area .table>.tbody>.tr{width:100%;grid-template-columns:62px 1fr;align-items:center}
    .qnaList .board_area .table>.tbody>.tr>.td{display:flex;align-items:center;height:100%!important}
    .qnaList .board_area .table>.tbody>.tr>.content{justify-content:space-between;flex-direction:column !important;padding:10px 20px;gap:8px;}
    .qnaList .board_area .table>.tbody>.tr>.content>div{display:flex !important;height:100%;width:100%;}
    .qnaList .board_area .table>.tbody>.tr>.content>div:first-child{flex-direction:column !important;gap:8px;}
    .qnaList .board_area .table>.tbody>.tr>.content>div:last-child{justify-content:space-between;}
    .qnaList .board_area .table>.tbody>.tr>.content>div:last-child>div{margin:0px;text-align:center;}
    .qnaList .board_area .table>.tbody>.tr>.content>div>.td{padding:0!important}
    .qnaList .board_area .table>.tbody>.tr>.content>div>.category{margin:0;width:unset;height:fit-content;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-align:left}
    .qnaList .board_area .table>.tbody>.tr>.content>div>.asunto{padding:0}
    .qnaList .board_area .table>.tbody>.tr>.content>div>.asunto>p{width:unset;height:fit-content;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}
    .qnaList .board_area .table>.tbody>.tr>.content>.date{align-items:center}
    .qnaList .paging_area{flex-direction:column;align-items:center!important;gap:16px}
    .qnaList .paging_area>button{width:100%;height:40px}
    .qnaList .modal-body-contents{overflow:visible!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .qnaList{padding:0 16px;margin-bottom:80px}
    .qnaList #breadcrumb{height:40px}
    .qnaList #breadcrumb>li:last-child>a{font-weight:400!important}
    .qnaList .title{font-size:20px!important;margin-top:32px}
    .qnaList .search_area{width:100%;display:flex;flex-direction:column;justify-content:space-between!important;align-items:center;margin-top:18px!important}
    .qnaList .search_area>form{width:100%}
    .qnaList .search_area>form input{width:95%}
    .qnaList .search_area>form button{width:56px}
    .qnaList .search_area>form button span{display:none}
    .qnaList .search_area .search_area_page_count{width:100%;margin-top:14px;justify-content:space-between}
    .qnaList .search_area .search_area_page_count .divider{width:1px;height:20px;background-color:#dfdfdf}
    .qnaList .search_area .search_area_page_count .dropdown{width:80px}
    .qnaList .search_area .search_area_page_count .dropdown>ul:first-of-type{height:30px;border:1px solid #dfdfdf;padding:0 16px 0 20px}
    .qnaList .search_area .search_area_page_count .dropdown-options{padding-top:16px;background-color:#f8f8f8}
    .qnaList .search_area .search_area_page_count_right{gap:4px}
    .qnaList .search_area .divider{display:none}
    .qnaList .board_area{margin-top:16px}
    .qnaList .board_area .table>.tbody>.tr{grid-template-columns:1fr;height:100%}
    .qnaList .board_area .table>.tbody>.tr>.td:nth-child(1){display:none}
    .qnaList .board_area .table>.tbody>.tr>.content{flex-direction:column!important;align-items:flex-start;gap:8px;padding:14px 20px}
    .qnaList .board_area .table>.tbody>.tr>.content>div{display:flex !important;padding:0;width:100%;}
    .qnaList .board_area .table>.tbody>.tr>.content>div:first-child{flex-direction:column;}
    .qnaList .board_area .table>.tbody>.tr>.content>div:last-child>.date{padding:0}
    .qnaList .board_area .table>.tbody>.tr>.content>div:last-child{justify-content:space-between;}
    .qnaList .board_area .table>.tbody>.tr>.content>div:last-child>div{margin:0px;text-align:center;}
    .qnaList .paging_area{flex-direction:column;align-items:center!important;margin-top:16px!important;gap:16px}
    .qnaList .paging_area>button{width:100%;height:40px}
}

/* qnaView */
.qnaView{max-width:1180px;margin:0 auto}
.qnaView .breadcrumb{margin-top:15px;align-self:flex-start}
.qnaView h1.text{margin-top:80px;text-align:center}
.qnaView section.board{width:100%;margin-top:30px;gap:31px}
.qnaView section.board .table{border-top:solid 2px #222}
.qnaView section.board .table tr:hover{background-color:initial;cursor:default;}
.qnaView section.board .table tr:hover td{color:#6d6d6d!important;cursor:default;}
.qnaView section.board .table .head>tr>td{padding:20px;height:100%}
.qnaView section.board .table .head>tr>td .title_text .badge2{padding:2px 6px;width:66px;height:20px}
.qnaView section.board .table .body>tr>td{height:42px;display:block;padding:12px 20px}
.qnaView section.board .table .body>tr>td.h60{height:60px;}
.qnaView section.board .table .body>tr .title{min-width:180px;max-width:180px;width:180px;height:auto;}
.qnaView section.board .table .body>tr .title:hover{color:#222;cursor:default;}
.qnaView section.board .table .body>tr .pregunta{overflow-y:auto}
.qnaView section.board .table .body>tr .content{height:auto}
.qnaView section.board .table .body>tr:hover .title{color:#222!important;cursor:default;}
.qnaView section.board .table .body>tr:hover .content{color:#6d6d6d!important;cursor:default;}
.qnaView section.board .table .body .body_long td{min-height:400px}
.qnaView .comment:not(.show)>div{display:none!important}
.qnaView .comment:not(.show) .btn{margin-bottom:120px}
.qnaView .comment>div{margin-top:8px;min-height:160px;padding:24px 30px;border-radius:10px;border:solid 1px #dfdfdf;gap:8px}
.qnaView .comment>div .title{gap:8px}
.qnaView .comment>div .date{gap:8px}
.qnaView .comment .btn{width:180px;padding:8px 20px!important;margin-top:20px;margin-bottom:90px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .qnaView section.board .table .body tr:hover td{color:#6d6d6d!important}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .qnaView{margin:0 24px}
    .qnaView .breadcrumb{margin-top:0;height:40px}
    .qnaView .board .table .head .title_text .badge2{width:70px!important}
    .qnaView .board .table .head .title_text>p{font-size:20px!important}
    .qnaView .board .table .body>tr{display:grid!important;height:100%!important;grid-template-columns:165px 1fr}
    .qnaView .board .table .body>tr .title{width:100%!important;max-width:initial!important;min-width:initial!important;font-size:14px!important}
    .qnaView .board .table .body>tr .content{width:100%;font-size:14px!important}
    .qnaView .board .table .body>tr>td.h60{height:74px !important;}
    .qnaView .comment:not(.show)>div{display:none!important}
    .qnaView .comment:not(.show) .btn{margin-top:20px;margin-bottom:80px}
    .qnaView .comment>div{padding:24px 20px}
    .qnaView .comment .btn{width:100%;padding:8px 20px!important;margin-top:18px;margin-bottom:80px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .qnaView{margin:0 16px}
    .qnaView .breadcrumb{margin-top:0;height:40px}
    .qnaView .text{margin-top:32px;font-size:20px!important}
    .qnaView .board .table .head>tr>td{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:2px}
    .qnaView .board .table .head .title_text{width:100%;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:2px}
    .qnaView .board .table .head .title_text .badge2{width:70px!important;font-size:13px!important}
    .qnaView .board .table .head .title_text>p{font-size:20px!important}
    .qnaView .board .table .body>tr{display:grid!important;height:100%!important;grid-template-columns:1fr}
    .qnaView .board .table .body>tr .title{width:100%!important;max-width:initial!important;min-width:initial!important;height:46px!important;font-size:14px!important;min-height:initial!important;}
    .qnaView .board .table .body>tr .content{width:100%;font-size:14px!important;padding:18px 20px;}
    .qnaView .board .table .body>tr>td.content.h60{height:74px;}
    .qnaView .board .table .body .body_long{min-height:inherit!important}
    .qnaView .comment:not(.show)>div{display:none!important}
    .qnaView .comment:not(.show) .btn{margin-top:20px;margin-bottom:80px}
    .qnaView .comment>div{padding:24px 20px}
    .qnaView .comment .btn{width:100%;padding:8px 20px!important;margin-top:18px;margin-bottom:80px}
}

.t-t-t{word-break:break-all;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.d-d-d{overflow-y:auto;word-break:break-all}

/* qnaAuthForm */
.qnaAuthForm{max-width:1180px;margin:0 auto}
.qnaAuthForm .breadcrumb{margin-top:15px;align-self:flex-start}
.qnaAuthForm .text{margin-top:80px;text-align:center}
.qnaAuthForm .form{margin-top:30px}
.qnaAuthForm .form .table{margin-top:10px;border-top:solid 2px #222;border-bottom:solid 1px #dfdfdf}
.qnaAuthForm .form .table>li{display:grid;grid-template-columns:180px 1fr;height:100%;width:100%}
.qnaAuthForm .form .table>li .title{min-width:180px;max-width:180px;width:180px;padding:12px 20px;height:initial}
.qnaAuthForm .form .table>li .content{width:100%;height:100%;padding:12px 20px}
.qnaAuthForm .form .table>li .content .dropdown{width:100%}
.qnaAuthForm .form .table>li .content .dropdown>.dropdown-options>li{border-top:none!important}
.qnaAuthForm .form .table>li .content .radioGroup{width:100%;justify-content:flex-start;align-items:center;margin-top:13px;gap:20px}
.qnaAuthForm .form .table>li .content .textField{width:100%}
.qnaAuthForm .form .table>li .content .textarea{width:100%;min-height:300px}
.qnaAuthForm .form .table li+li{border-top:solid 1px #dfdfdf}
.qnaAuthForm .form .buttonArea{margin-top:20px;margin-bottom:120px}
.qnaAuthForm .form .buttonArea button{width:180px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .qnaAuthForm{margin:0 24px}
    .qnaAuthForm .breadcrumb{margin-top:0;height:40px}
    .qnaAuthForm .text{margin-top:40px;text-align:center;font-size:20px!important}
    .qnaAuthForm .form{margin-top:18px}
    .qnaAuthForm .form>h3{margin-bottom:8px}
    .qnaAuthForm .form .table{display:grid;flex-direction:column;gap:20px;border-bottom:none;padding-top:14px}
    .qnaAuthForm .form .table>li{grid-template-columns:1fr;row-gap:8px}
    .qnaAuthForm .form .table>li .title{padding:0;align-content:center}
    .qnaAuthForm .form .table>li .content{width:100%;height:100%;padding:0}
    .qnaAuthForm .form .table>li .content .radioGroup{gap:0}
    .qnaAuthForm .form .table>li .content .radioGroup>label{justify-content:flex-start}
    .qnaAuthForm .form .table>li .content .radioGroup .radioValue{padding-left:0!important}
    .qnaAuthForm .form .table>li .content .radioGroup>label:first-child{width:185px}
    .qnaAuthForm .form .table>li .content .radioGroup>label:last-child{width:100px}
    .qnaAuthForm .form .table li+li{border-top:none}
    .qnaAuthForm .form .buttonArea{margin-top:18px;margin-bottom:80px}
    .qnaAuthForm .form .buttonArea button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .qnaAuthForm{margin:0 24px}
    .qnaAuthForm .text{margin-top:40px;font-size:20px!important}
    .qnaAuthForm .form{margin-top:18px}
    .qnaAuthForm .form .table{margin-top:8px;display:grid;flex-direction:column;gap:24px;border-bottom:none;padding-top:14px}
    .qnaAuthForm .form .table>li{grid-template-columns:1fr;row-gap:8px}
    .qnaAuthForm .form .table>li .title{padding:0}
    .qnaAuthForm .form .table>li .content{width:100%;height:100%;padding:0}
    .qnaAuthForm .form .table>li .content .radioGroup{gap:0}
    .qnaAuthForm .form .table>li .content .radioGroup>label{justify-content:flex-start}
    .qnaAuthForm .form .table>li .content .radioGroup .radioValue{padding-left:0!important}
    .qnaAuthForm .form .table>li .content .radioGroup>label:first-child{width:185px}
    .qnaAuthForm .form .table>li .content .radioGroup>label:last-child{width:100px}
    .qnaAuthForm .form .table li+li{border-top:none}
    .qnaAuthForm .form .buttonArea{margin-top:18px;margin-bottom:80px}
    .qnaAuthForm .form .buttonArea button{width:100%}
}

/* qnaRegForm */
.qnaRegForm{max-width:1180px;margin:0 auto}
.qnaRegForm #breadcrumb{margin-top:15px;align-self:flex-start}
.qnaRegForm #text{margin-top:80px;text-align:center}
.qnaRegForm .form{margin-top:30px}
.qnaRegForm .form .table{margin-top:10px;border-top:solid 2px #222;border-bottom:solid 1px #dfdfdf}
.qnaRegForm .form .table>li{display:grid;grid-template-columns:180px 1fr;height:100%;width:100%}
.qnaRegForm .form .table>li .title{min-width:180px;max-width:180px;width:180px;padding:12px 20px;height:initial;align-content:center}
.qnaRegForm .form .table>li .content{width:100%;height:100%;padding:12px 20px}
.qnaRegForm .form .table>li .content .dropdown{width:100%}
.qnaRegForm .form .table>li .content .radioGroup{width:100%;justify-content:flex-start;align-items:center;gap:14px;padding:10px 0}
.qnaRegForm .form .table>li .content .radioGroup .radio{margin-bottom:0}
.qnaRegForm .form .table>li .content .radioGroup>label{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:10px}
.qnaRegForm .form .table>li .content .textField{width:100%}
.qnaRegForm .form .table>li .content #textArea{width:100%;min-height:300px}
.qnaRegForm .form .table>li#last{width:100%}
.qnaRegForm .form .table>li#last #last_first,.qnaRegForm .form .table>li#last #last_second{width:100%}
.qnaRegForm .form .table li+li{border-top:solid 1px #dfdfdf}
.qnaRegForm .form2{margin-top:50px}
.qnaRegForm .form2 .table{margin-top:10px;border-top:solid 2px #222;border-bottom:solid 1px #dfdfdf}
.qnaRegForm .form2 .table>li{display:grid;grid-template-columns:180px 1fr;height:100%;width:100%}
.qnaRegForm .form2 .table>li .title{min-width:180px;max-width:180px;width:180px;padding:12px 20px;height:initial;align-content:center}
.qnaRegForm .form2 .table>li .content{width:100%;height:100%;padding:12px 20px}
.qnaRegForm .form2 .table>li .content .dropdown{width:100%}
.qnaRegForm .form2 .table>li .content .dropdown>.dropdown-options>li{border-top:none!important}
.qnaRegForm .form2 .table>li .content .radioGroup{width:100%;justify-content:flex-start;align-items:center;gap:20px;margin-top:13px}
.qnaRegForm .form2 .table>li .content .radioGroup .radio{margin-bottom:0}
.qnaRegForm .form2 .table>li .content .textField{width:100%}
.qnaRegForm .form2 .table>li .content #textArea{width:100%;min-height:300px}
.qnaRegForm .form2 .table li+li{border-top:solid 1px #dfdfdf}
.qnaRegForm .form2 .button_area{margin-top:20px;margin-bottom:120px}
.qnaRegForm .form2 .button_area button{width:180px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .qnaRegForm{margin:0 24px}
    .qnaRegForm #breadcrumb{margin-top:0;height:40px}
    .qnaRegForm #text{margin-top:32px;text-align:center;font-size:20px!important}
    .qnaRegForm .form{margin-top:18px}
    .qnaRegForm .form .table{display:grid;flex-direction:column;gap:24px;border-bottom:none;padding-top:14px}
    .qnaRegForm .form .table>li{display:grid!important;grid-template-columns:1fr;row-gap:8px}
    .qnaRegForm .form .table>li .title{padding:0}
    .qnaRegForm .form .table>li .content{width:100%;height:100%;padding:0}
    .qnaRegForm .form .table>li .content .radioGroup{padding:4px 0;gap:0}
    .qnaRegForm .form .table>li#last{width:100%;gap:24px}
    .qnaRegForm .form .table>li#last #last_first,.qnaRegForm .form .table>li#last #last_second{flex-direction:column!important;width:100%;gap:8px}
    .qnaRegForm .form .table li+li{border-top:none}
    .qnaRegForm .form2{margin-top:40px}
    .qnaRegForm .form2>h3{margin-bottom:8px}
    .qnaRegForm .form2 .table{display:grid;flex-direction:column;gap:24px;border-bottom:none;padding-top:14px}
    .qnaRegForm .form2 .table>li{grid-template-columns:1fr;row-gap:8px}
    .qnaRegForm .form2 .table>li .title{padding:0}
    .qnaRegForm .form2 .table>li .content{width:100%;height:100%;padding:0}
    .qnaRegForm .form2 .table>li .content .radioGroup{gap:0}
    .qnaRegForm .form2 .table>li .content .radioGroup>label{justify-content:flex-start}
    .qnaRegForm .form2 .table>li .content .radioGroup .radioValue{padding-left:0!important}
    .qnaRegForm .form2 .table>li .content .radioGroup>label:first-child{width:185px}
    .qnaRegForm .form2 .table>li .content .radioGroup>label:last-child{width:120px}
    .qnaRegForm .form2 .table li+li{border-top:none}
    .qnaRegForm .form2 .button_area{margin-top:18px;margin-bottom:80px}
    .qnaRegForm .form2 .button_area button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .qnaRegForm{margin:0 24px}
    .qnaRegForm #text{margin-top:32px;text-align:center;font-size:20px!important}
    .qnaRegForm .form{margin-top:18px}
    .qnaRegForm .form .table{display:grid;flex-direction:column;gap:24px;margin-top:8px;border-bottom:none;padding-top:14px}
    .qnaRegForm .form .table>li{display:grid!important;grid-template-columns:1fr;row-gap:8px}
    .qnaRegForm .form .table>li .title{padding:0}
    .qnaRegForm .form .table>li .content{width:100%;height:100%;padding:0}
    .qnaRegForm .form .table>li .content .radioGroup{padding:4px 0}
    .qnaRegForm .form .table>li#last{width:100%;gap:24px}
    .qnaRegForm .form .table>li#last #last_first,.qnaRegForm .form .table>li#last #last_second{flex-direction:column!important;width:100%;gap:8px}
    .qnaRegForm .form .table li+li{border-top:none}
    .qnaRegForm .form2{margin-top:40px}
    .qnaRegForm .form2 .table{display:grid;flex-direction:column;gap:24px;border-bottom:none;padding-top:14px}
    .qnaRegForm .form2 .table>li{grid-template-columns:1fr;row-gap:8px}
    .qnaRegForm .form2 .table>li .title{padding:0}
    .qnaRegForm .form2 .table>li .content{width:100%;height:100%;padding:0}
    .qnaRegForm .form2 .table>li .content .radioGroup{gap:0}
    .qnaRegForm .form2 .table>li .content .radioGroup>label{justify-content:flex-start}
    .qnaRegForm .form2 .table>li .content .radioGroup .radioValue{padding-left:0!important}
    .qnaRegForm .form2 .table>li .content .radioGroup>label:first-child{width:185px}
    .qnaRegForm .form2 .table>li .content .radioGroup>label:last-child{width:120px}
    .qnaRegForm .form2 .table li+li{border-top:none}
    .qnaRegForm .form2 .button_area{margin-top:18px;margin-bottom:80px}
    .qnaRegForm .form2 .button_area button{width:100%}
}

/* login */
.login{background:#edebeb;overflow:hidden}
.login .m-area-title{color:#222;font-size:20px;font-weight:700;text-align:center;margin-top:60px;font-family:ClanOT}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .m-area-title{display:none}
}
.login .section{background:#fff;border-radius:20px;margin:0 auto;overflow:hidden}
.login .top-title{font-family:ClanOT;margin-top:120px;font-size:36px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin:120px auto 0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .top-title{width:573px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .top-title{font-size:26px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .top-title{width:536px;margin:60px auto 0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .top-title{margin:60px 16px 0}
}
.login .section.login-section{display:flex;overflow:hidden}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .section.login-section{width:780px;margin-top:120px;margin-bottom:160px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section{width:536px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .section.login-section{width:auto;margin:0 16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section{margin-top:18px;margin-bottom:90px;flex-direction:column;align-items:center}
}
.login .section.login-section .logo-img-container{display:flex;justify-content:center}
.login .section.login-section .d-login-img{width:300px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section .d-login-img{display:none}
}
.login .section.login-section .t-login-img{margin-top:20px;height:90px;display:none}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section .t-login-img{display:block}
}
.login .section.login-section .m-login-img{margin-top:20px;display:none;width:calc(100% - 40px)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .section.login-section .m-login-img{display:block}
}
.login .section.login-section .sign-in-area{flex-grow:1;padding:70px 50px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section .sign-in-area{padding:20px 20px 44px;width:100%}
}
.login .section.login-section .sign-in-area .d-area-title{font-family:"ClanOT";font-size:36px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section .sign-in-area .d-area-title{display:none}
}
.login .section.login-section .sign-in-area .input-group{margin-bottom:12px}
.login .section.login-section .sign-in-area .input-group .input-label{display:block;margin:0 0 4px 5px;font-size:14px;font-weight:500}
.login .section.login-section .sign-in-area .input-group .input{width:100%}
.login .section.login-section .sign-in-area .login-button{color:#fff;width:100%}
.login .section.login-section .sign-in-area .account-recovery-links{display:flex;justify-content:center;margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .section.login-section .sign-in-area .account-recovery-links{margin-top:20px;flex-direction:column;align-items:center;gap:12px}
}
.login .section.login-section .sign-in-area .account-recovery-links a{color:#000;font-size:13px;margin:0 10px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .pw-search-section,.login .pw-mail-section,.login .pw-set-section{padding:70px 90px;width:580px;margin:30px auto 160px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .pw-search-section,.login .pw-mail-section,.login .pw-set-section{width:536px;margin:18px auto 100px;padding:40px 20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .pw-search-section,.login .pw-mail-section,.login .pw-set-section{margin:18px 16px 100px;padding:40px 20px}
}
.login .pw-search-section .email-label{font-family:'Roboto';font-size:16px;font-weight:700;line-height:1.3;color:#222}
.login .pw-search-section .email-input{margin-top:6px;width:100%}
.login .pw-search-section .pw-search-submit{margin-top:12px;font-size:14px;width:100%}
.login .pw-mail-section .check-icon{display:block;margin:0 auto}
.login .pw-mail-section .mail-sent-message{margin-top:20px;width:100%;font-size:16px;line-height:1.3;text-align:center;color:#222}
.login .pw-mail-section .mail-sent-message .user-mail{font-size:20px;font-weight:700}
.login .pw-mail-section .instruction-message{font-size:15px;line-height:1.3;letter-spacing:normal;text-align:center;color:#6d6d6d;margin:10px auto 0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .pw-mail-section .instruction-message{width:260px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .pw-mail-section .instruction-message{margin-top:0}
}
.login .pw-mail-section .pw-email-submit{width:100%;margin-top:20px}
.login .pw-set-section .pw-set-label{font-size:14px;font-weight:500;line-height:1.3;color:#222;margin-bottom:4px;margin-top:12px}
.login .pw-set-section .pw-set-label:first-child{margin-top:0}
.login .pw-set-section .pw-set-input{width:100%}
.login .pw-set-section .pw-search-submit{margin-top:12px;width:100%}
.login .pw-set-end-section{display:flex;flex-direction:column;align-items:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .pw-set-end-section{padding:70px 48px;width:580px;margin:30px auto 160px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .pw-set-end-section{width:536px;margin:18px auto 100px;padding:40px 20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .pw-set-end-section{margin:18px 16px 100px;padding:40px 20px}
}
.login .pw-set-end-section .pass-set-end-message{margin-top:20px;font-size:24px;font-weight:700;color:#222;line-height:1.3;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .pw-set-end-section .pass-set-end-message{font-size:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .pw-set-end-section .pass-set-end-message{padding:0 10px}
}
.login .pw-set-end-section .pass-set-end-instruction{margin-top:4px;font-size:16px;color:#6d6d6d;line-height:1.3;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .pw-set-end-section .pass-set-end-instruction{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .pw-set-end-section .pass-set-end-instruction{padding:0 10px}
}
.login .pw-set-end-section .pw-set-end-submit{margin-top:20px;font-size:14px;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .pw-set-end-section .pw-set-end-submit{width:400px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .login .verify-mail-section{padding:70px 90px;width:780px;margin:30px auto 160px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section{width:536px;margin:18px auto 100px;padding:40px 20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .verify-mail-section{margin:18px 16px 100px;padding:40px 20px}
}
.login .verify-mail-section .check-icon{display:block;margin:0 auto}
.login .verify-mail-section .mail-sent-message{margin-top:20px;width:100%;font-size:16px;line-height:1.3;text-align:center;color:#222;display:flex;flex-direction:column}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .mail-sent-message{flex-direction:row;align-items:center;justify-content:center}
}
.login .verify-mail-section .mail-sent-message .user-mail{font-size:20px;font-weight:700}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .mail-sent-message .user-mail{margin-left:4px}
}
.login .verify-mail-section .instruction-message{font-size:15px;line-height:1.3;letter-spacing:normal;text-align:center;color:#6d6d6d;margin:10px auto 0}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .instruction-message{padding:0 10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .instruction-message{margin-top:8px;font-size:14px}
}
.login .verify-mail-section .nota-container{flex-grow:0;display:flex;flex-direction:column;align-items:stretch;align-items:flex-start;gap:12px;padding:24px;border-radius:16px;background-color:#f8f8f8;margin-top:12px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .nota-container{margin-top:16px}
}
.login .verify-mail-section .nota-container .nota-title{width:100%;height:21px;font-size:16px;font-weight:700;line-height:1.3;text-align:center;color:#222}
.login .verify-mail-section .nota-container .nota-description{font-size:13px;font-weight:300;line-height:1.3;text-align:left;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .nota-container .nota-description{font-size:14px}
}
.login .verify-mail-section .nota-container .nota-bold{font-size:13px;font-weight:500;line-height:1.3;text-align:left;color:#222}
.login .verify-mail-section .nota-container .nota-resend{display:flex;justify-content:space-between;width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .verify-mail-section .nota-container .nota-resend{flex-direction:column;align-items:center}
}
.login .verify-mail-section .nota-container .nota-resend .resend-message{position:relative;padding-left:12px;font-size:13px;font-weight:300;line-height:1.3;text-align:left;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .nota-container .nota-resend .resend-message{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .verify-mail-section .nota-container .nota-resend .resend-message{width:100%}
}
.login .verify-mail-section .nota-container .nota-resend .resend-message::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);display:inline-block;width:4px;height:4px;background:red}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .nota-container .nota-resend .resend-button{position:relative;top:-10px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .login .verify-mail-section .nota-container .nota-resend .resend-button{margin:10px 0}
}
.login .verify-mail-section .button-primary{margin:20px auto 0;width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .login .verify-mail-section .button-primary{width:100%}
}
.login .full-width{width:100%}

/* sign-up */
.sign-up{background:#edebeb;overflow:hidden}
.sign-up .area-title{font-family:"ClanOT";font-size:36px;font-weight:700;text-align:center;color:#222;margin:120px 0 30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .area-title{font-size:20px;margin:60px 0 18px}
}
.sign-up .section{background:#fff;border-radius:20px;margin:0 auto;overflow:hidden;margin-bottom:160px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .section{margin-bottom:100px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-area-title{margin-bottom:4px}
}
.sign-up .join-section{margin:0 auto;overflow:hidden}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .join-section{width:980px;padding:70px 110px;background:#fff;border-radius:20px;margin-bottom:160px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-section{width:535px;padding:0;margin-bottom:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .join-section{margin:0 16px 100px}
}
.sign-up .join-section .select-message{font-size:16px;color:#555;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-section .select-message{margin-bottom:18px}
}
.sign-up .join-section .select-type-buttons{display:flex;justify-content:center;margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-section .select-type-buttons{flex-direction:column;align-items:center;gap:8px}
}
.sign-up .join-section .select-type-buttons .select-type-button{display:flex;background-color:#fff;border-radius:16px;color:#444}
.sign-up .join-section .select-type-buttons .select-type-button .hover-icon{display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .join-section .select-type-buttons .select-type-button{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:240px;height:168px;font-size:14px;color:#6d6d6d;border:solid 1px #e3e3e3;background-color:#f8f8f8;margin:0 10px}
    .sign-up .join-section .select-type-buttons .select-type-button:hover{background-color:#da291c;color:#fff}
    .sign-up .join-section .select-type-buttons .select-type-button:hover .hover-icon{display:block}
    .sign-up .join-section .select-type-buttons .select-type-button:hover .default-icon{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-section .select-type-buttons .select-type-button{align-items:center;width:100%;height:68px;padding:4px 24px}
    .sign-up .join-section .select-type-buttons .select-type-button img{height:100%}
}
.sign-up .input-list{display:flex;flex-direction:column;gap:8px;margin-top:40px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .input-list{gap:24px}
}
.sign-up .input-group{display:flex;align-items:center;flex-wrap:wrap}
.sign-up .input-group label{font-size:14px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .input-group label{width:160px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .input-group label{width:100%;margin-bottom:8px}
}
.sign-up .input-group label .asterisk{color:#da291c}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .input-group .button-label{width:auto;margin-right:8px;margin-bottom:0}
}
.sign-up .input-group .input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .input-group .input{height:40px}
    .sign-up .input-group .select {max-width:inherit;text-overflow:ellipsis;white-space:nowrap;}
    .company-type .select{background-position: right 10px top 50%;}
}
.sign-up .input-group .selector-and-input{display:flex;flex-grow:1;gap:4px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .input-group .selector-and-input{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .input-group .dropdown{width:104px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .input-group .dropdown .dropdown-default{height:40px}
}
.sign-up .input-group .dropdown button>span{display:flex;align-items:flex-start;margin-top:2px}
.sign-up .input-group .dropdown button>span .flag-icon{width:20px;height:14px;margin-right:6px;background-size:cover}
.sign-up .step-icons{position:relative;display:flex;justify-content:center;gap:80px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .step-icons{gap:50px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .step-icons{gap:8px}
}
.sign-up .step-icons .gray-line{position:absolute;top:34px;left:50%;width:150px;height:2px;background-color:#e3e3e5;transform:translateX(-50%)}
.sign-up .step-icons .step-icon{display:flex;flex-direction:column;align-items:center;width:140px;height:92px;font-size:14px;color:#6d6d6d;z-index:1}
.sign-up .step-icons .step-icon .active-icon{display:none}
.sign-up .step-icons .step-icon .step-icon-text{margin-top:4px;white-space:nowrap;text-align:center}
.sign-up .step-icons .step-icon.active .step-icon-text{color:#da291c;font-weight:700}
.sign-up .step-icons .step-icon.active .active-icon{display:block}
.sign-up .step-icons .step-icon.active .default-icon{display:none}
.sign-up .m-break-line{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .m-break-line{display:unset}
}
.sign-up .dropdown.full-width{flex-grow:1}
.sign-up .dot-line{height:1px;align-self:stretch;flex-grow:0;border:dashed .5px #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step1-section,.sign-up .comprador-join-step2-section,.sign-up .vendedor-join-step2-section{padding:70px 60px;width:780px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step1-section,.sign-up .comprador-join-step2-section,.sign-up .vendedor-join-step2-section{padding:40px 20px;margin:0 24px 80px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step1-section,.sign-up .comprador-join-step2-section,.sign-up .vendedor-join-step2-section{padding:40px 20px;margin:0 16px 80px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step1-section .dropdown.country-code{width:104px}
}
.sign-up .comprador-join-step1-section .next-button{width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step1-section .next-button{margin-top:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step1-section .next-button{margin-top:20px}
}
.sign-up .comprador-join-step1-section .next-button .left-arrow{margin-left:3px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .input-list,.sign-up .vendedor-join-step2-section .input-list{gap:16px}
}
.sign-up .comprador-join-step2-section .check-messages,.sign-up .vendedor-join-step2-section .check-messages{margin-top:10px;display:flex}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step2-section .check-messages,.sign-up .vendedor-join-step2-section .check-messages{margin-top:20px}
}
.sign-up .comprador-join-step2-section .check-messages .messages,.sign-up .vendedor-join-step2-section .check-messages .messages{flex-grow:1;display:flex;flex-direction:column;align-items:baseline}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step2-section .check-messages .messages,.sign-up .vendedor-join-step2-section .check-messages .messages{gap:2px;margin-left:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .check-messages .messages,.sign-up .vendedor-join-step2-section .check-messages .messages{gap:6px;margin-top:11px}
}
.sign-up .comprador-join-step2-section .check-messages .messages .agree-to,.sign-up .vendedor-join-step2-section .check-messages .messages .agree-to{font-size:14px;color:#da291c}
.sign-up .comprador-join-step2-section .check-messages .messages .terms-link,.sign-up .vendedor-join-step2-section .check-messages .messages .terms-link{font-size:13px;color:#000;text-decoration:underline}
.sign-up .comprador-join-step2-section .check-messages .messages .membership,.sign-up .vendedor-join-step2-section .check-messages .messages .membership{font-size:13px;color:#6d6d6d}
.sign-up .comprador-join-step2-section .bottom-buttons,.sign-up .vendedor-join-step2-section .bottom-buttons{display:flex;gap:8px;margin-top:40px}
.sign-up .comprador-join-step2-section .bottom-buttons button,.sign-up .vendedor-join-step2-section .bottom-buttons button{flex:1}
.sign-up .comprador-join-step2-section .bottom-buttons button .arrow-left-icon,.sign-up .vendedor-join-step2-section .bottom-buttons button .arrow-left-icon{margin-right:5px}
.sign-up .comprador-join-step2-section .applied-category-list-container{border-radius:16px;background-color:#f8f8f8;margin-bottom:8px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step2-section .applied-category-list-container{padding:20px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .applied-category-list-container{padding:20px 14px 20px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .applied-category-list-container{padding:26px 14px 20px}
}
.sign-up .comprador-join-step2-section .applied-category-list-container h3{gap:8px;padding:0 0 10px;font-size:13px;line-height:1.3;color:#555;border-bottom:solid 1px #dfdfdf}
.sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list{overflow-y:auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list{height:120px;margin-right:-14px;padding-right:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list{margin-right:-11px;padding-right:5px;height:284px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list{margin-right:-11px;padding-right:5px;height:151px}
}
.sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list>li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#555}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list>li{min-height:56px;padding:8px 0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list>li{min-height:48px;padding:7px 0}
}
.sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list>li~li{margin-top:5px;border:0 dotted #dfdfdf}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list>li~li{margin-top:0;border-top-width:1px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
.sign-up .comprador-join-step2-section .applied-category-list-container .divider{margin:22px 0 9px;height:1px;background-color:#e3e3e5}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .applied-category-list-container .divider{margin-top:8px;margin-bottom:19px}
}
.sign-up .comprador-join-step2-section .applied-category-list-container .eliminate-all{display:flex;justify-content:flex-end}
.sign-up .comprador-join-step2-section .applied-category-list-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px;margin-left:5px}
.sign-up .comprador-join-step2-section .applied-category-list-container .eliminate-button .close-icon{margin-right:2px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .comprador-join-step2-section .dot-line{margin-top:25px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .dot-line{margin-top:12px}
}
.sign-up .comprador-join-step2-section .config-message{margin-top:8px;font-size:13px;font-weight:300;text-align:left;color:#da291c;padding-left:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .config-message{padding-left:5px}
}
.sign-up .comprador-join-step2-section .join-img-container{position:relative;margin-top:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .join-img-container{margin-top:40px}
}
.sign-up .comprador-join-step2-section .join-img-container img{width:100%;height:80px;object-fit:fill}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .join-img-container img{height:92px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .join-img-container img{height:72px}
}
.sign-up .comprador-join-step2-section .join-img-container .banner-title{position:absolute;top:24px;left:31.5px;font-family:"ClanOT";font-size:28px;font-weight:700;letter-spacing:-.56px;color:#706C6B;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .join-img-container .banner-title{font-size:22px;top:22px;left:30px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .join-img-container .banner-title{font-size:22px;top:15px;left:15px}
}
.sign-up .comprador-join-step2-section .join-img-container .banner-title .banner-subtitle{font-family:"ClanOT";font-size:20px;letter-spacing:-.4px;color:#706C6B}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .join-img-container .banner-title .banner-subtitle{font-size:14px}
}
.sign-up .comprador-join-step2-section .join-img-container .banner-link{position:absolute;bottom:17px;right:29px;font-family:"ClanOT";font-size:14px;font-weight:400;color:#DA291C;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .comprador-join-step2-section .join-img-container .banner-link{font-size:12px;bottom:21px;right:31px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .comprador-join-step2-section .join-img-container .banner-link{font-size: 12px;bottom:17px;right:15px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .vendedor-join-step2-section .dot-line{margin-top:25px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .vendedor-join-step2-section .dot-line{margin-top:22px}
}
.sign-up .join-end-section{text-align:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .join-end-section{width:580px;padding:70px 90px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-end-section{width:536px;padding:40px 20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .join-end-section{margin-left:16px;margin-right:16px;padding:40px 20px}
}
.sign-up .join-end-section .join-end-message{font-size:20px;font-weight:700;color:#222;margin-top:14px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-end-section .join-end-message{font-size:16px;padding:0 10px}
}
.sign-up .join-end-section .join-end-sub-message{margin-top:4px;font-size:15px;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .join-end-section .join-end-sub-message{font-size:14px;color:#6d6d6d;padding:0 10px}
}
.sign-up .join-end-section .send-button{margin-top:20px;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body,.sign-up .term_and_conditions_popup .modal-body{width:950px;height:auto}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body,.sign-up .term_and_conditions_popup .modal-body{width:100%;height:100%;border-radius:0;max-width:none;overflow-y:auto}
}
.sign-up .category-modal .modal-body .modal-content,.sign-up .term_and_conditions_popup .modal-body .modal-content{text-align:left;display:flex;max-height:100%;overflow:hidden}
.sign-up .category-modal .modal-title{font-family:ClanOT;font-size:24px;font-weight:700;color:#222}
.sign-up .category-modal .modal-body .modal-title{text-align:center}
.sign-up .category-modal .modal-body .selection-title{margin-top:0;font-size:16px;font-weight:700;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body .category-selection{display:flex;width:100%;height:240px;padding:20px;background:#f8f8f8;border-radius:16px;gap:16px;margin-top:4px}
}
.sign-up .category-modal .modal-body .category-selection .category-selector{width:100%;margin-top:5px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body .category-selection .category-selector{borader-right:1px solid #dfdfdf}
    .sign-up .category-modal .modal-body .category-selection .category-selector:last-child{border-right:0}
}
.sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-default{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 20px;border:solid 1px #dfdfdf;border-radius:999px;font-size:13px;color:#555;width:100%}
.sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-default span{flex-grow:1;text-align:left;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-default{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options{display:none;background:#f8f8f8;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:0;border-top-right-radius:0;padding:10px 0;border:solid 1px #dfdfdf}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options{overflow:auto;height:100%}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li{margin-bottom:5px;position:relative}
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li:last-child{margin-bottom:0}
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li::before{content:"";display:block;position:absolute;top:9px;width:3px;height:3px;background-color:#444}
}
.sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option{text-align:left;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option{font-family:'Roboto';font-size:13px;line-height:1.3;text-align:left;color:#444;padding-left:11px;padding-right:52px}
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option.active,.sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option:hover{color:#da291c}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option{min-height:38px;font-size:14px;color:#555;padding:10px 16px 10px 20px}
}
.sign-up .category-modal .modal-body .category-selection .category-selector.open .category-selector-default{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-width:0}
.sign-up .category-modal .modal-body .category-selection .category-selector.open .category-selector-default>img{transition:0.3s;transform:rotate(180deg)}
.sign-up .category-modal .modal-body .category-selection .category-selector.open .category-selector-options{display:block;border-top-width:0}
.sign-up .category-modal .modal-body .category-selection .category-selector.selected .category-selector-default span{color:#222;font-weight:500}
.sign-up .category-modal .modal-body .selection-result-title{display:flex;align-items:center;font-size:14px;font-weight:500;color:#222;margin-top:24px}
.sign-up .category-modal .modal-body .selection-result-title .category-icon{margin-right:4px}
.sign-up .category-modal .modal-body .selection-result-container{width:100%;padding:20px;border-radius:16px;background-color:#f8f8f8;margin-top:4px}
.sign-up .category-modal .modal-body .selection-result-container h3{gap:8px;padding:0 0 10px;font-size:13px;line-height:1.3;color:#555;border-bottom:solid 1px #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .selection-result-container{padding:20px 20px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .selection-result-container{margin-top:8px}
}
.sign-up .category-modal .modal-body .selection-result-container .selection-list{height:84px;margin-top:15px;overflow-y:auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .selection-result-container .selection-list{height:114px;margin-right:-17px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .category-modal .modal-body .selection-result-container .selection-list{height:151px;margin-right:-17px}
}
.sign-up .category-modal .modal-body .selection-result-container .selection-list>li{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:5px;font-size:13px;color:#555;padding-right:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .selection-result-container .selection-list>li{padding-right:12px;min-height:40px;margin-bottom:0;padding-top:7px;padding-bottom:7px}
}
.sign-up .category-modal .modal-body .selection-result-container .selection-list>li:last-child{margin-bottom:0}
.sign-up .category-modal .modal-body .selection-result-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px}
.sign-up .category-modal .modal-body .selection-result-container .eliminate-button .close-icon{margin-right:2px}
.sign-up .category-modal .modal-body .selection-result-container .dot-line{margin-top:14px}
.sign-up .category-modal .modal-body .selection-result-container .eliminate-all{display:flex;justify-content:flex-end;margin-top:10px}
.sign-up .category-modal .modal-body .empty-selection-list{padding:20px 16px;margin-top:8px;background-color:#f8f8f8;font-size:14px;color:#555;border-radius:999px;display:block}
.sign-up .category-modal .modal-body .selection-result-container+.empty-selection-list{display:none}
.sign-up .category-modal .modal-body .modal-bottom-buttons{display:flex;gap:8px}
.sign-up .category-modal .modal-body .modal-bottom-buttons>button{flex-grow:1;width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .category-modal .modal-body .modal-bottom-buttons{flex-direction:row!important}
}
.sign-up .term_and_conditions_popup .modal-body{overflow:hidden}
.sign-up .term_and_conditions_popup .modal-body .modal-body-contents{margin-top:0}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .term_and_conditions_popup .modal-body{padding-right:24px;padding-left:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .term_and_conditions_popup .modal-body{padding-right:16px;padding-left:16px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .term_and_conditions_popup .scroll-container{height:440px;margin-top:0;overflow:hidden;overflow-y:auto}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sign-up .term_and_conditions_popup .scroll-container{height:750px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .term_and_conditions_popup .scroll-container{height:491px}
}
.sign-up .term_and_conditions_popup .term-and-conditions_title{font-weight:700;text-align:center;color:#222;width:465px;margin:4px auto 0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .term_and_conditions_popup .term-and-conditions_title{font-size:28px}
    /*.sign-up .term_and_conditions_popup .term-and-conditions_title br{display:none}*/
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .term_and_conditions_popup .term-and-conditions_title{font-size:20px}
    .sign-up .term_and_conditions_popup .term-and-conditions_title br{display:block}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sign-up .term_and_conditions_popup .term-and-conditions_title{width:100%}
}
.sign-up .term_and_conditions_popup .content-title{font-size:16px;font-weight:700;color:#222;margin-bottom:4px;margin-top:24px}
.sign-up .term_and_conditions_popup .content-title:first-child{margin-top:0}
.sign-up .term_and_conditions_popup .term-content{display:flex;flex-direction:column;padding:30px;margin-top:4px;border-radius:16px;background-color:#f8f8f8;gap:24px;color:#222;font-size:13px;font-weight:300}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sign-up .term_and_conditions_popup .term-content{padding:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sign-up .term_and_conditions_popup .term-content{padding:24px}
}
.sign-up .term_and_conditions_popup .term-content div{font-size:inherit;font-weight:inherit;color:inherit;line-height:1.3}
.sign-up .term_and_conditions_popup .term-content>div{display:flex;flex-direction:column;gap:4px}
.sign-up .term_and_conditions_popup .term-content .list-item{position:relative;padding-left:12px;font-weight:300}
.sign-up .term_and_conditions_popup .term-content .list-item::before{content:"";display:block;position:absolute;top:6px;left:0;width:4px;height:4px;background-color:#da291c}
.sign-up .term_and_conditions_popup .term-content a{font-weight:500;color:#222;text-decoration:none}
.sign-up .term_and_conditions_popup .term-content .term-title{font-size:15px;font-weight:700;text-decoration:underline}
.sign-up .term_and_conditions_popup .term-content .term-subtitle{font-size:13px;font-weight:500;margin-top:4px}
.sign-up .term_and_conditions_popup .term-content .term-emphasis-message{font-size:14px;font-weight:500}
.sign-up .term_and_conditions_popup .term-content .mt-4{margin-top:4px}
.sign-up .term_and_conditions_popup .term-content .help-desk-links{display:flex;align-items:center;color:#da291c;font-size:13px}
.sign-up .term_and_conditions_popup .term-content .help-desk-links img{margin-right:4px}
.sign-up .term_and_conditions_popup .term-content .help-desk-links span{font-weight:700}
.sign-up .term_and_conditions_popup .term-content .help-desk-links a{color:inherit}
.sign-up .term_and_conditions_popup .term-content .help-desk-links .mail_icon{margin-left:20px}
.sign-up .term_and_conditions_popup .bottom-button{width:100%}

/* depth-list */
.depth-list{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list{padding-top:7px}
}
.depth-list-title{font-size:36px;font-weight:700;font-family:"ClanOT";line-height:1.3;color:#222;text-align:center;padding-top:40px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-title{font-size:20px;padding:43.5px 16px 16px 16px;}
}
.depth-list>.breadcrumb{max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list>.breadcrumb{padding-left:24px}
}
/*.depth-list-contact-banner{position:relative}*/
.depth-list-contact-banner{background:url('/images/depth-banner.png') no-repeat center center;background-size:cover;height:442px;padding-top:162px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-contact-banner{height:320px;padding-top:94px;}
}
.depth-list-contact-banner-content{margin:0 auto;text-align:center;color:#fff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-contact-banner-content{}
}
@media (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .depth-list-contact-banner-content{width:327px;}
}
.depth-list-contact-banner-content>h2{font-size:28px;font-weight:700;line-height:1.1;margin-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-contact-banner-content>h2{font-size:24px;margin-bottom:5px}
}
.depth-list-contact-banner-content>h2>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-contact-banner-content>h2>br{display:block}
}
.depth-list-contact-banner-content>p{font-size:18px;font-weight:400;line-height:1.3;margin-bottom:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-contact-banner-content>p{margin-bottom:12px}
}
.depth-list-contact-banner-content>button,.depth-list-contact-banner-content>span{display:inline-flex;width:180px;height:40px;color:#fff;font-size:14px;font-weight:700;text-decoration:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-contact-banner-content>button,.depth-list-contact-banner-content>span{width:180px}
}
.depth-card-banner{background-color:#f8f8f8;padding:50px 0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner{padding:32px 0 88px}
}
.depth-card-banner-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:center}
.depth-card-banner-container>h2{font-size:24px;font-weight:500;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-container>h2{font-size:15px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-container{max-width:none;gap:16px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list{padding-left:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-banner-list{padding-left:16px}
}
.depth-card-banner-list>.owl-nav{width:1300px;display:flex!important;justify-content:space-between!important;left:-60px!important;bottom:220px!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list>.owl-nav{width:80px;gap:0!important;justify-content:flex-start!important;bottom:-55px!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list>.owl-nav{left:calc(50% - 40px)!important}
}
.depth-card-banner-list>.owl-nav>button{border-color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list>.owl-nav>button{border-color:#da291c!important}
}
.depth-card-banner-list>.owl-nav>button>span{color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list>.owl-nav>button>span{color:#da291c!important}
    .depth-card-banner-list .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;}
    .depth-card-banner-list .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list>.owl-nav>.disabled{opacity:1;border-color:#e1e1e1!important}
    .depth-card-banner-list>.owl-nav>.disabled>span{color:#b1b1b1!important}
    .depth-card-banner-list .owl-nav .owl-next.disabled span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;}
    .depth-card-banner-list .owl-nav .owl-prev.disabled span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;}
}
.depth-card-banner-list>.owl-nav>.disabled:hover{cursor:not-allowed}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-list>.owl-nav>.disabled:hover{border-color:#e1e1e1!important}
    .depth-card-banner-list>.owl-nav>.disabled:hover>span{color:#b1b1b1!important}
}
.depth-card-banner-item{width:280px;height:450px;border-radius:16px;border:1px solid #e3e3e3;display:flex;flex-direction:column;position:relative}
/*.depth-card-banner-item:hover{border:1px solid #da291c}*/
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item{width:258px;height:398px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-banner-item{width:240px;height:384px}
}
.depth-card-banner-item-img{width:100%;height:280px;overflow:hidden;border-top-right-radius:16px;border-top-left-radius:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-img{height:258px}
    .depth-card-banner-item-img img{height:258px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-banner-item-img{height:242px}
    .depth-card-banner-item-img img{height:242px}
}
.depth-card-banner-item-badge{position:absolute;right:20px;top:20px;z-index:1}
.depth-card-banner-item-info{width:100%;height:200px;padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
.depth-card-banner-item-info-title>h4{font-size:16px;font-weight:700;word-break:normal;text-align: justify;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.depth-card-banner-item-info-title>h4:hover{text-decoration:underline;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-info-title>h4{font-size:14px;font-weight:500}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-info{height:140px;padding:16px}
}
.depth-card-banner-item-info-content{display:flex;flex-direction:column;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-info-content{gap:3px}
}
.depth-card-banner-item-info-content-text>p{font-size:13px;font-weight:300;display:flex;align-items:center;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-info-content-text>p{font-size:12px}
}
.depth-card-banner-item-info-content-text>p>strong{font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-info-content-text>p>strong{font-size:16px}
}
.depth-card-banner-item-info-content-text>span{font-size:13px;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-card-banner-item-info-content-text>span{font-weight:300}
}

/* tab-container */
.tab-container{max-width:1180px;margin:0 auto;padding-top:50px;padding-bottom:120px;display:flex;flex-direction:column;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .tab-container{padding-top:16px;padding-bottom:32px}
}

/* depth-list-tab */
.depth-list-tab>a{width:50%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-list-tab{padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-tab{padding-left:16px;padding-right:16px}
}

/* depth-list-select */
.depth-list-select{display:flex;gap:14px}
.depth-list-search-bar{display:flex;justify-content:space-between;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar{flex-direction:column;gap:13px}
}
.depth-list-search-bar>.search1{width:480px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar>.search1{width:100%;padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-search-bar>.search1{padding-left:16px;padding-right:16px}
}
.depth-list-search-bar>.search1>input[type="text"]{width:372px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar>.search1>input[type="text"]{width:calc(100% - 54px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar>.search1>button{width:54px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar>.search1>button>span{display:none}
}
.depth-list-search-bar-sort{display:flex;gap:25px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar-sort{padding-left:24px;padding-right:24px;width:100%;gap:0;justify-content:space-between}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-search-bar-sort{padding-left:16px;padding-right:16px;flex-direction:column-reverse;align-items:flex-start;gap:15px}
}
.depth-list-search-bar-sort-count>strong{font-size:14px;font-weight:500;color:#222;line-height:1.3;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-search-bar-sort-count>strong{margin-left:5px}
}
.depth-list-search-bar-sort-count>span{color:#6d6d6d;font-size:14px;font-weight:400;line-height:1.3}
.depth-list-search-bar-sort-box{display:flex;gap:10px;align-items:center}
.depth-list-search-bar-sort-box.no-active{display:none}
.depth-list-search-bar-sort-box .no-active{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-search-bar-sort-box{width:100%;justify-content:space-between}
}
.depth-list-search-bar-sort-box>.dropdown{width:226px}
.depth-list-search-bar-sort-box>.dropdown>.dropdown-default,.depth-list-search-bar-sort-box>.dropdown>.select,.depth-list-search-bar-sort-box>.dropdown>.dropdown-options>li{height:30px;padding:6px 10px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-list-search-bar-sort-box>.dropdown{width:220px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-search-bar-sort-box>.dropdown{width:100%}
}
.depth-list-search-bar-sort-box-divider{width:1px;height:20px;background-color:#dfdfdf}
.depth-list-container{display:flex;flex-direction:column}
.depth-list-container .depth-list-items{display:none}
.depth-list-container .depth-list-items.depth-list-view-items.active{display:flex;flex-direction:column;gap:20px}
.depth-list-container .depth-list-items.depth-list-card-items.active{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-container .depth-list-items.depth-list-card-items.active{grid-template-columns:repeat(2,1fr)}
}
.depth-list-view{display:flex;flex-direction:column;gap:20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-list-view{padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view{padding-left:16px;padding-right:16px}
}
.depth-list-view-item{max-height:244px;border:1px solid #e3e3e3;background-color:#fff;border-radius:16px;display:flex;/*cursor:pointer*/}
/*.depth-list-view-item:hover{border:1px solid #da291c}*/
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item{max-height:400px;flex-direction:column}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item{max-height:425px}
}
.depth-list-view-item-img{position:relative;width:242px;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-img{display:none}
}
.depth-list-view-item-img>a>picture img{width:242px;height:242px;border-bottom-left-radius:16px;border-top-left-radius:16px;aspect-ratio: 1;}
.depth-list-view-item-img>.like{position:absolute;right:20px;top:20px}
.depth-list-view-item-info{width:50%;max-width:460px;padding:30px 20px 20px 38px;display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info{width:100%;max-width:none;max-height:159px;gap:0;padding:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-info{max-height:174px;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text{display:flex;gap:12px;max-height:106px;align-items:center}
}
.depth-list-view-item-info-text-img{position:relative;cursor:pointer}
.depth-list-view-item-info-text-img>a>picture>img{border:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .depth-list-view-item-info-text-img{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-img>a>picture>img{width:84px;height:84px;border-radius:8px;display:block;}
    .depth-list-view-item-info-text-img>.like{position:absolute;right:7px;top:7px;width:26px!important;height:26px!important}
}
.depth-list-view-item-info-text-wrapper{height:100px;display:flex;flex-direction:column;justify-content:space-between}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-wrapper{justify-content:center;height:84px;width:calc(100% - 84px);}
}
.depth-list-view-item-info-text-wrapper>h4{color:#333;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer}
.depth-list-view-item-info-text-wrapper>h4:hover{text-decoration:underline;}
.depth-list-view-item-info-text-wrapper>a{color:#333;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;text-decoration:none;}
.depth-list-view-item-info-text-wrapper>a:hover{text-decoration:underline;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-wrapper>h4{font-size:14px;-webkit-line-clamp:1!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-info-text-wrapper>h4{font-size:14px}
}
.depth-list-view-item-info-text-container{overflow:hidden;}
.depth-list-view-item-info-text-price{display:flex;flex-wrap:wrap;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-price{margin-top:5px}
}
.depth-list-view-item-info-text-price>span{font-size:13px;line-height:1.3;color:#6d6d6d;font-weight:300}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-info-text-price>span{display:block;line-height:1!important;margin-top:4px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-price>span>small{display:none}
}
.depth-list-view-item-info-text-price>strong{color:#da291c;font-size:20px;line-height:1.3;font-weight:700;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-price>strong>b{font-size:18px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-price>strong{font-size:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-info-text-price>strong{font-size:18px}
}
.depth-list-view-item-info-text-sub>span{color:#222;font-size:13px;line-height:1.3;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-sub>span{font-weight:300}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-info-text-sub>span{font-size:12px}
}
.depth-list-view-item-info-text-sub>span>b{color:#da291c;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-text-sub>span>b{color:#222;font-weight:300}
}
.depth-list-view-item-info-action{display:flex;flex-direction:column;justify-content:space-between;height:85px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-action{flex-direction:row;height:40px;align-items:center;padding-top:8px;}
}
.depth-list-view-item-info-action-star{display:flex;position:relative}
.depth-list-view-item-info-action-star>img{width:20px;height:20px}
.depth-list-view-item-info-action-star-tooltip{cursor:default;width:254px;position:absolute;bottom:-1px;left:30px;text-align:left;font-size:13px;color:#000}
.depth-list-view-item-info-action-star-tooltip>div{width:254px}
.depth-list-view-item-info-action-star-tooltip>div>ul{display:flex;flex-direction:column;gap:6px}
.depth-list-view-item-info-action-star-tooltip>div>ul>li{display:flex;align-items:center;justify-content:space-between}
.depth-list-view-item-info-action-star-tooltip>div>ul>li>div>span{color:#6d6d6d;font-size:13px;line-height:1.3;margin-right:3px}
.depth-list-view-item-info-action-star-tooltip>div>ul>li>div>progress{appearance:none;height:8px;width:120px}
.depth-list-view-item-info-action-star-tooltip>div>ul>li>div>progress::-webkit-progress-bar{border-radius:999px;background:#e3e3e3}
.depth-list-view-item-info-action-star-tooltip>div>ul>li>div>progress::-webkit-progress-value{border-radius:5px;background:#da291c}
.depth-list-view-item-info-action-star-tooltip>div>ul>li>strong{color:#222;font-size:13px;font-weight:500;line-height:1.3}
.depth-list-view-item-info-action-star-tooltip-link{display:block;text-align:center;font-size:13px;font-weight:400;line-height:1.3;color:#000;margin-top:5px}
.depth-list-view-item-info-action-btn{display:flex;justify-content:space-between;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-info-action-btn{gap:8px}
}
.depth-list-view-item-info-action-btn>.button-primary{width:102px;color:#fff;padding:11px 20px;font-size:14px;font-weight:700}
.depth-list-view-item-extra{display:flex;flex-direction:column;gap:10px;padding:20px;width:50%;max-width:480px;background-color:#f8f8f8;border-top-right-radius:16px;border-bottom-right-radius:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra{max-height:241px;width:100%;max-width:none;border-top-right-radius:0;border-bottom-left-radius:16px;padding:20px 16px 16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra{max-height:251px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra{gap:9px}
}
.depth-list-view-item-extra-badge{display:flex;align-items:center;gap:5px}
.depth-list-view-item-extra-badge>.badge{padding:6px 10px}
.depth-list-view-item-extra-badge>button{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-badge>button{margin-left:5px}
}
.depth-list-view-item-extra-badge-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
.depth-list-view-item-extra-badge-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-badge-tooltip>div>span>br{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-badge-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-badge-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-badge-tooltip{min-width:calc(100vw - 54px);left:-62px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-badge-tooltip{min-width:calc(100vw - 32px)}
}
.depth-list-view-item-extra-title>a>h4{font-size:15px;color:#333;line-height:1.3;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.depth-list-view-item-extra-title>a{font-size:15px;color:#333;line-height:1.3;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration: none;}
.depth-list-view-item-extra-title>a:hover{text-decoration: underline;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-title>a>h4{font-size:14px}
}
.depth-list-view-item-extra-logo{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-logo{gap:4px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-logo>img{width:24px;max-height: 24px;}
}
.depth-list-view-item-extra-logo>button{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-logo>button{margin-left:5px}
}
.depth-list-view-item-extra-logo-tooltip{width:220px;position:absolute;bottom:0;left:30px;text-align:left;font-size:13px;line-height:1.3;color:#000}
.depth-list-view-item-extra-logo-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-logo-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-logo-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-logo-tooltip{min-width:calc(100vw - 54px);left:-132px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-logo-tooltip{min-width:calc(100vw - 32px)}
}
.depth-list-view-item-extra-divider{display:none;height:1px;background-color:#dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-divider{display:block}
}
.depth-list-view-item-extra-origin{display:flex;margin-top:5px;font-size:13px;color:#6d6d6d;line-height:1.3;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-origin{margin-top:0;flex-direction:column;gap:4px}
}
.depth-list-view-item-extra-origin>span{margin-right:12px;white-space:nowrap;font-weight:500;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-origin>span{font-weight:400;margin-right:8px;}
}
.depth-list-view-item-extra-origin>p{width:calc(100% - 130px);}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-origin>p{font-weight:500}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-origin>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
}
.depth-list-view-item-extra-per{display:flex;align-items:center;font-size:13px;color:#6d6d6d;line-height:1.3;font-weight:400}
.depth-list-view-item-extra-per>span{margin-right:12px;white-space:nowrap;font-weight:500}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-per>span{font-weight:400;margin-right:8px;}
}
.depth-list-view-item-extra-per>p{display:flex;align-items:center;line-height:1.3;gap:2px}
.depth-list-view-item-extra-per>p>.favo-rate{display:inline-block;width:50px;height:24px;margin-right:5px;text-align:right;line-height:24px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-per>p{flex-direction:row;}
    .depth-list-view-item-extra-per>p>span.res-rate{display:inline-block;width:50px;height:24px;line-height:24px;margin-right:5px;text-align:right;}
}
.depth-list-view-item-extra-per>p>button{display:flex;align-items:center;position:relative}
.depth-list-view-item-extra-per-tooltip{width:220px;position:absolute;bottom:0;left:30px;text-align:left;font-size:13px;color:#000;line-height:1.3}
.depth-list-view-item-extra-per-tooltip>div{width:220px;padding:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-per-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-per-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 54px);left:-134px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 32px);left:-142px;}
    .es .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 32px);left:-160px;}
}
.depth-list-view>.more-btn{margin:30px auto 0;width:auto;display:flex;align-items:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .depth-list-view>.more-btn:hover>p,.depth-list-view>.more-btn:hover>span{color:#da291c}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-view>.more-btn{width:100%;margin-top:0}
}
.depth-list-view>.more-btn>img{margin-left:5px}
.depth-list-view>.more-btn>p{font-size:14px;line-height:1.3;font-weight:400;color:#222}
.depth-list-card-item{width:280px;height:525px;border-radius:16px;border:1px solid #e3e3e3;display:flex;flex-direction:column;/*cursor:pointer*/}
/*.depth-list-card-item:hover{border:1px solid #da291c}*/
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item{width:100%;height:auto}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-card-item{width:100%;height:auto}
}
.depth-list-card-item-img{position:relative;width:100%;height:280px;overflow:hidden;border-top-right-radius:16px;border-top-left-radius:16px;cursor:pointer}
.depth-list-card-item-img>a>picture>img{width:100%;height:100%}
.depth-list-card-item-img>.like{position:absolute;right:20px;top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-img>.like{right:15px;top:15px;width:26px!important;height:26px!important}
    .depth-list-card-item-img>.like>img{width:14px!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-img{position:relative;padding-bottom:100%;overflow:hidden}
    .depth-list-card-item-img>a>picture>img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-img{height: calc(100% - 165px);}
    .depth-list-card-item-img img{width:100%;height:165px}
}
.depth-list-card-item-info{height:calc(100% - 280px);padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info{height: calc(100% - 165px);padding:16px 8px}
}
.depth-list-card-item-info-title>span{font-size:12px;line-height:1.3;font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-title>span{font-size:10px;-webkit-line-clamp:1;}
}
.depth-list-card-item-info-title>a{text-decoration:none;}
.depth-list-card-item-info-title>a>h4{font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer}
.depth-list-card-item-info-title>a>h4:hover{text-decoration:underline;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-title>a>h4{font-size:13px;font-weight:500;-webkit-line-clamp:1;}
}
.depth-list-card-item-info-content{display:flex;flex-direction:column;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content{gap:3px}
}

@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-title {word-break:normal;text-align: justify;min-height: 30px;}
    .depth-list-card-item-info-content-text {word-break:normal;text-align: justify;min-height: 35px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-title {word-break: normal;text-align: justify;min-height: 30px;}
    .depth-list-card-item-info-content-text {word-break: normal;text-align: justify;min-height: 35px;}
    .depth-list-card-item-content {min-height: 80px;}
}

.depth-list-card-item-info-content-text>p{font-size:13px;font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:normal;text-align: justify;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-text>p{font-size:10px;-webkit-line-clamp:1;}
}
.depth-list-card-item-info-content-text>p>strong{font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-text>p>strong{font-size:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-text>p>small{display:none}
}
.depth-list-card-item-info-content-text>span{font-size:13px;font-weight:400;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-text>span{font-weight:300;font-size:12px;-webkit-line-clamp: 1;}
}
.depth-list-card-item-info-content-text>span>b{color:#da291c;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-text>span>b{font-weight:300;font-size:12px;color:#222}
}
.depth-list-card-item-info-content-star{display:flex;gap:2px;margin-top:10px;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-star{gap:0}
}
.depth-list-card-item-info-content-star>img{width:20px!important;height:20px!important}
.depth-list-card-item-info-content-star-tooltip{cursor:default;width:254px;position:absolute;bottom:-1px;left:30px;text-align:left;font-size:13px;color:#000}
.depth-list-card-item-info-content-star-tooltip>div{width:254px}
.depth-list-card-item-info-content-star-tooltip>div>ul{display:flex;flex-direction:column;gap:6px}
.depth-list-card-item-info-content-star-tooltip>div>ul>li{display:flex;align-items:center;justify-content:space-between}
.depth-list-card-item-info-content-star-tooltip>div>ul>li>div>span{color:#6d6d6d;font-size:13px;line-height:1.3;margin-right:3px}
.depth-list-card-item-info-content-star-tooltip>div>ul>li>div>progress{appearance:none;height:8px;width:120px}
.depth-list-card-item-info-content-star-tooltip>div>ul>li>div>progress::-webkit-progress-bar{border-radius:999px;background:#e3e3e3}
.depth-list-card-item-info-content-star-tooltip>div>ul>li>div>progress::-webkit-progress-value{border-radius:5px;background:#da291c}
.depth-list-card-item-info-content-star-tooltip>div>ul>li>strong{color:#222;font-size:13px;font-weight:500;line-height:1.3}
.depth-list-card-item-info-content-star-tooltip-link{display:block;text-align:center;font-size:13px;font-weight:400;line-height:1.3;color:#000;margin-top:5px}
.depth-list-card-item-info-content-action{display:flex;justify-content:space-between;padding-top:10px}
.depth-list-card-item-info-content-action>.button-primary{width:102px;color:#fff;padding:11px 20px;font-size:14px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-action>.button-primary{width:94px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-card-item-info-content-action>.button-company{margin-right:0}
}
.more-btn{margin:30px auto 0;width:auto;display:flex;align-items:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .more-btn:hover>p,.more-btn:hover>span{color:#da291c!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .more-btn{width:calc(100% - 48px);margin-top:0}
}
.more-btn>img{margin-left:5px}
.more-btn>p{font-size:14px;line-height:1.3;font-weight:400;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .depth-list-card-items:hover>img,.depth-list-view-items:hover>img{filter:invert(27%) sepia(86%) saturate(4365%) hue-rotate(351deg) brightness(87%) contrast(96%)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-view-sort{flex-direction:row;justify-content:space-between;align-items:center}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-view-sort-count{display:flex}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-view-sort-box{width:100%}
    .depth-card-view-sort-box .dropdown{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-card-view-sort-box>select{width:220px}
}
.depth-company-list-container.active{display:flex;flex-direction:column;gap:20px;}
.depth-company-list-container{display:none}
.depth-company-list{display:flex;flex-direction:column;gap:20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-container.active{display:flex;}
    .depth-company-list{display:grid;grid-template-columns:repeat(2,1fr);padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-container.active{display:grid}
    .depth-company-list{display:grid;grid-template-columns:repeat(1,1fr);padding-left:16px;padding-right:16px}
}
.depth-company-list-item{width:100%;max-width:1180px;display:flex;border:1px solid #e3e3e3;border-radius:16px;height:100%;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item{flex-direction:column;max-width:none;height:740px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item{flex-direction:column;max-width:none;height:724px}
}
.depth-company-list-item-info{width:628px;padding:20px;background-color:#f8f8f8;border-bottom-left-radius:16px;border-top-left-radius:16px}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .depth-company-list-item-info{width:100%;padding:16px;border-bottom-left-radius:0;border-top-right-radius:16px}
}
.depth-company-list-item-info-header{display:flex;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header{gap:12px}
}
.depth-company-list-item-info-header-img{width:100px;height:100px;position:relative}
.depth-company-list-item-info-header-img>a>picture>img{width:100px;height:100px;border-radius:5px;border:1px solid #dfdfdf;display: block;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-header-img>a>picture>img{width:124px;height:124px;border-radius:8px;}
    .depth-company-list-item-info-header-img{width:124px;height:124px;position:relative}
}
.depth-company-list-item-info-header-content{display:flex;flex-direction:column}
.depth-company-list-item-info-header-content-top{display:flex;gap:8px}
.depth-company-list-item-info-header-content-top>.badge{height:30px;padding:5px 10px 6px}
.depth-company-list-item-info-header-content-top>button{position:relative}
.depth-company-list-item-info-header-content-top-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-top-tooltip>div>span>br{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-top-tooltip{min-width:calc(50vw - 34px);left:-171px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-header-content-top-tooltip{min-width:calc(100vw - 46px);left:-196px}
}
.depth-company-list-item-info-header-content-top-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-top-tooltip>div{min-width:calc(50vw - 34px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-header-content-top-tooltip>div{min-width:calc(100vw - 28px)}
}
.depth-company-list-item-info-header-content>a>h3{font-size:20px;font-weight:700;line-height:1.3;color:#222;padding-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.depth-company-list-item-info-header-content>a{font-size:20px;font-weight:700;line-height:1.3;color:#222;padding-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-decoration: none; word-break: break-word;}
.depth-company-list-item-info-header-content>a:hover{text-decoration: underline;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content>h3{font-size:14px;-webkit-line-clamp:2}
}
.depth-company-list-item-info-header-content-logo{display:flex;align-items:center;gap:6px;padding-top:3px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-logo{padding-top:8px}
}
.depth-company-list-item-info-header-content-logo>img{width:30px;height:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-logo>img{width:24px;height:24px}
}
.depth-company-list-item-info-header-content-logo>button{height:100%;display:flex;align-items:center;margin-left:2px;position:relative}
.depth-company-list-item-info-header-content-logo-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-logo-tooltip{min-width:calc(50vw - 34px);left:-22px;bottom:-5px}
    .depth-company-list-container .depth-company-list-item-info-header-content-logo-tooltip{min-width:calc(50vw - 34px);left:-154px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-container .depth-company-list-item-info-header-content-logo-tooltip{min-width:calc(100vw - 46px);left:-22px}
    .depth-company-list-container .depth-company-list-item-info-header-content-logo-tooltip{min-width:calc(100vw - 46px);left:-154px}
}
.depth-company-list-item-info-header-content-logo-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-header-content-logo-tooltip>div{min-width:calc(50vw - 34px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-header-content-logo-tooltip>div{min-width:calc(100vw - 28px)}
}
.depth-company-list-item-info-divider{height:1px;width:100%;background-color:#dfdfdf;margin-top:15px;margin-bottom:10px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-divider{display:none}
}
.depth-company-list-item-info-text{display:flex;flex-direction:column;gap:8px}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .depth-company-list-item-info-text{padding-top:16px}
}
.depth-company-list-item-info-text-content{display:flex;align-items:center}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .depth-company-list-item-info-text-content{flex-direction:column;align-items:flex-start;gap:2px}
}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .depth-company-list-item-info-text-content:last-child{align-items:center;flex-direction:row}
}
.depth-company-list-item-info-text-content>span{font-size:13px;font-weight:400;line-height:1.3;color:#6d6d6d;width:185px;display:flex;align-items:center}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .depth-company-list-item-info-text-content>span{min-width:145px}
}
.depth-company-list-item-info-text-content>span>button{display:flex;align-items:center;margin-left:6px;position:relative}
.depth-company-list-item-info-text-content-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-text-content-tooltip{min-width:calc(50vw - 34px);bottom:-5px;left:-167px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-text-content-tooltip{min-width:calc(100vw - 46px);left:-172px}
}
.depth-company-list-item-info-text-content-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-text-content-tooltip>div{min-width:calc(50vw - 34px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-text-content-tooltip>div{min-width:calc(100vw - 28px)}
}
.depth-company-list-item-info-text-content>p{width:405px;font-size:13px;line-height:1.3;font-weight:500;color:#222;}
.depth-company-list-item-info-text-content>p>.favo-rate{display:inline-block;width:50px;height:24px;margin-right:5px;text-align:right;line-height:24px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-text-content>p{width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
}
.depth-company-list-item-info-action{display:flex;justify-content:space-between;align-items:flex-end;margin-top: 10px;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-action{padding-top:10px;align-items:center}
}
.depth-company-list-item-info-action-star{position:relative;cursor:pointer;display:flex}
.depth-company-list-item-info-action-star>img{width:20px;height:20px}
.depth-company-list-item-info-action-star-tooltip{width:254px;position:absolute;bottom:-5px;left:30px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-company-list-item-info-action-star-tooltip{bottom:-3px}
}
.depth-company-list-item-info-action-star-tooltip>div{width:254px}
.depth-company-list-item-info-action-star-tooltip>div>ul{display:flex;flex-direction:column;gap:6px}
.depth-company-list-item-info-action-star-tooltip>div>ul>li{display:flex;align-items:center;justify-content:space-between}
.depth-company-list-item-info-action-star-tooltip>div>ul>li>div>span{color:#6d6d6d;font-size:13px;line-height:1.3;margin-right:3px}
.depth-company-list-item-info-action-star-tooltip>div>ul>li>div>progress{appearance:none;height:8px;width:120px}
.depth-company-list-item-info-action-star-tooltip>div>ul>li>div>progress::-webkit-progress-bar{border-radius:999px;background:#e3e3e3}
.depth-company-list-item-info-action-star-tooltip>div>ul>li>div>progress::-webkit-progress-value{border-radius:5px;background:#da291c}
.depth-company-list-item-info-action-star-tooltip>div>ul>li>strong{color:#222;font-size:13px;font-weight:500;line-height:1.3}
.depth-company-list-item-info-action-btn{display:flex;align-items:center;gap:10px;margin-left:auto;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-company-list-item-info-action-btn{padding-right:0}
}
.depth-company-list-item-info-action-btn>.button-primary{width:102px;color:#fff;padding:11px 20px;font-size:14px;font-weight:700}
.depth-company-list-item-product {width:100%;max-width:552px;padding:20px 0;text-align:center;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product {max-height:350px;padding:16px 0;max-width:none;}
}
.depth-company-list-item-product > h4 {font-size:15px;font-weight:bold;line-height:1.3;color:#222;padding-bottom:10px;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product > h4 {font-size:14px;}
}
.depth-company-list-item-product-carousel {width:416px;margin:0 auto;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel {width:300px;}
}
.depth-company-list-item-product-carousel > .owl-nav {width:506px;display:flex !important;justify-content:space-between !important;left:-45px !important;bottom:120px !important;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel > .owl-nav {width:80px;gap:0 !important;justify-content:flex-start !important;bottom:-55px !important;}
}
@media (max-width:767px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px), only screen and (min-device-pixel-ratio:2) and (max-width:767px), only screen and (min-resolution:192dpi) and (max-width:767px), only screen and (min-resolution:2dppx) and (max-width:767px) {
    .depth-company-list-item-product-carousel > .owl-nav {bottom:-50px !important;}
}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel > .owl-nav {left:calc(50% - 40px) !important;}
}
.depth-company-list-item-product-carousel > .owl-nav > button {border-color:#dfdfdf !important;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel > .owl-nav > button {border-color:#da291c !important;}
}
.depth-company-list-item-product-carousel > .owl-nav > button > span {color:#dfdfdf !important;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel > .owl-nav > button > span {color:#da291c !important;}
    .depth-company-list-item-product-carousel .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;}
    .depth-company-list-item-product-carousel .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;}
}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel > .owl-nav > .disabled {opacity:1;border-color:#e1e1e1 !important;}
    .depth-company-list-item-product-carousel > .owl-nav > .disabled > span {color:#b1b1b1 !important;}
    .depth-company-list-item-product-carousel .owl-nav .owl-next.disabled span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;}
    .depth-company-list-item-product-carousel .owl-nav .owl-prev.disabled span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;}
}
.depth-company-list-item-product-carousel > .owl-nav > .disabled:hover {cursor:not-allowed;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel > .owl-nav > .disabled:hover {border-color:#e1e1e1 !important;}
    .depth-company-list-item-product-carousel > .owl-nav > .disabled:hover > span {color:#b1b1b1 !important;}
}
.depth-company-list-item-product-carousel-card {max-width:203px;height:254px;display:flex;flex-direction:column;gap:10px;align-items:center;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel-card {max-width:145px;height:194px;}
}
.depth-company-list-item-product-carousel-card > a > picture > img {width:203px !important;height:203px;border:1px solid #e3e3e3;border-radius:5px;}
.depth-company-list-item-product-carousel-card > a > picture > img:hover {border:1px solid #da291c;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel-card > a > picture > img {width:140px !important;height:140px;}
}
.depth-company-list-item-product-carousel-card > div {height:48px;text-align:left;display:flex;align-items:center;}
.depth-company-list-item-product-carousel-card > div > p {font-size:13px;font-weight:500;line-height:1.3;color:#222;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
@media (max-width:1279px), only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px), only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px), only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) {
    .depth-company-list-item-product-carousel-card > div > p {font-weight:normal;}
}

/* inquiry-rfq-over */
.inquiry-rfq-over>.modal-body{height:auto;width:950px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over>.modal-body{padding:50px 16px}
}
.inquiry-rfq-over-content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3;padding-bottom:10px}
.inquiry-rfq-over-content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content h1{width:220px;text-align:center}
}
.inquiry-rfq-over-content>.tab-menu>.tab-menu-item{width:50%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content>.tab-menu>.tab-menu-item{height:50px;display:flex;align-items:center;justify-content:center;padding:11px 20px}
}
.inquiry-rfq-over-content>.tab-menu>.tab-menu-item>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content>.tab-menu>.tab-menu-item>br{display:block}
}
.inquiry-rfq-over-content-body{display:none}
.inquiry-rfq-over-content-body.active{display:flex}
.inquiry-rfq-over-content-body.tab1,.inquiry-rfq-over-content-body.tab2.step01,.inquiry-rfq-over-content-body.tab2.step02{width:100%;padding-top:10px;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body{padding-top:4px;gap:24px}
}
.inquiry-rfq-over-content-body-img{border-radius:5px;background-color:#f8f8f8;display:flex;align-items:flex-start;gap:32px;padding:20px 30px;flex-direction:column;max-height:290px;overflow-y:auto;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body-img{border-radius:16px;gap:16px;padding:20px}
}
.inquiry-rfq-over-content-body-img-item{display:flex;align-items:center;}
.inquiry-rfq-over-content-body-img > .inquiry-rfq-over-content-body-img-item > img{width:60px;height:60px;border-radius:5px;border:1px solid #dfdfdf}
.inquiry-rfq-over-content-body-img-info{display:flex;flex-direction:column;gap:8px;margin-left:20px;}
.inquiry-rfq-over-content-body-img-info>div{display:flex;align-items:flex-end;gap:10px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content-body-img-info>div{flex-direction:column;align-items:flex-start;gap:4px}
}
.inquiry-rfq-over-content-body-img-info>div>b{min-width:70px;font-size:15px;font-weight:700;color:#222}
.inquiry-rfq-over-content-body-img-info>div>p{color:#000;font-size:13px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.inquiry-rfq-over-content-body-input{display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body-input{gap:24px}
}
.inquiry-rfq-over-content-body-input>div:not(.inquiry-rfq-over-body-file){display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body-input>div:not(.inquiry-rfq-over-body-file){flex-direction:column;align-items:flex-start;gap:8px}
}
.inquiry-rfq-over-content-body-input>div>span{min-width:160px;font-size:14px;color:#222;display:flex;align-items:flex-end}
.inquiry-rfq-over-content-body-input>div>span>strong{color:#da291c;font-size:14px}
.inquiry-rfq-over-content-body-input>div>.input{width:100%;font-size:14px}
.inquiry-rfq-over-content-body-input>div>.textarea{width:100%;font-size:14px}
.inquiry-rfq-over-content-body-input>div>.textarea>textarea{border-radius:16px}
.inquiry-rfq-over-body-file{margin-top:8px;border-top:1px dashed #dfdfdf;border-bottom:1px solid #dfdfdf;padding:15px 10px}
.inquiry-rfq-over-body-file_attach{display:flex;}
.inquiry-rfq-over-body-file_attach>label{cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-body-file{margin-top:0}
    .inquiry-rfq-over-body-file_attach{flex-direction:column;align-items:flex-start;gap:8px;}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-body-file{flex-direction:row!important;align-items:center!important;gap:0!important}
}
.inquiry-rfq-over-body-file_attach>.button-white-line-small{width:165px;margin-right:8px}
.inquiry-rfq-over-body-file_attach>div{display:flex;gap:5px;align-items:center;}
.inquiry-rfq-over-body-file_attach>div>img{height:fit-content;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-body-file_attach>div{align-items:flex-start}
}
.inquiry-rfq-over-body-file_attach>div>p{font-size:12px;color:#555}
.inquiry-rfq-over-content>button{width:100%;color:#fff;font-size:14px}
.inquiry-rfq-over-content .modal-body-footer button{width:180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content .modal-body-footer button{width:100%}
}
.inquiry-rfq-over>.modal-body{height:auto;width:950px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over>.modal-body{padding:50px 16px}
}
.inquiry-rfq-over-content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3;padding-bottom:10px}
.inquiry-rfq-over-content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content h1{width:220px;text-align:center}
}
.inquiry-rfq-over-content>.tab-menu>.tab-menu-item{width:50%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content>.tab-menu>.tab-menu-item{height:50px;display:flex;align-items:center;justify-content:center;padding:11px 20px}
}
.inquiry-rfq-over-content>.tab-menu>.tab-menu-item>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content>.tab-menu>.tab-menu-item>br{display:block}
}
.inquiry-rfq-over-content-body{width:100%}
.inquiry-rfq-over-content-body>.contactos_inquiryView_body_status{padding-top:10px;padding-bottom:52px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body>.contactos_inquiryView_body_status{padding-top:4px;padding-bottom:66px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content-body>.contactos_inquiryView_body_status{padding-top:4px;padding-bottom:64px}
}
.inquiry-rfq-over-content-body .contactos_inquiryView_body_info_first{gap:32px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body .contactos_inquiryView_body_info_first{padding:20px;gap:16px}
}
.inquiry-rfq-over-content-body .contactos_inquiryView_body_info_first_desc_item{align-items:flex-end}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content-body .contactos_inquiryView_body_info_first_desc_item{align-items:flex-start}
}
.inquiry-rfq-over-content .modal-body-footer{margin-top:28px}
.inquiry-rfq-over-content .modal-body-footer button{width:180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content .modal-body-footer button{width:100%}
}
.inquiry-rfq-over>.modal-body{height:auto;width:950px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over>.modal-body{padding:50px 16px}
}
.inquiry-rfq-over-content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3;padding-bottom:10px}
.inquiry-rfq-over-content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content h1{width:220px;text-align:center}
}
.inquiry-rfq-over-content>.tab-menu>.tab-menu-item{width:50%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content>.tab-menu>.tab-menu-item{height:50px;display:flex;align-items:center;justify-content:center;padding:11px 20px}
}
.inquiry-rfq-over-content>.tab-menu>.tab-menu-item>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content>.tab-menu>.tab-menu-item>br{display:block}
}
.inquiry-rfq-over-content-body{width:100%}
.inquiry-rfq-over-content-body select{background-position:right 15px top 50%}
.inquiry-rfq-over-content-body>.contactos_request02_body_status{padding-top:10px;padding-bottom:52px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content-body>.contactos_request02_body_status{padding-top:4px;padding-bottom:66px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-rfq-over-content-body>.contactos_request02_body_status{padding-top:4px;padding-bottom:64px}
}
.inquiry-rfq-over-content .modal-body-footer{margin:14px auto 0 auto}
.inquiry-rfq-over-content .modal-body-footer button{width:180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-rfq-over-content .modal-body-footer button{width:50%}
}

/* company-inquiry-popup */
.company-inquiry-popup>.modal-body{height:auto;width:950px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .company-inquiry-popup>.modal-body{padding:50px 16px}
}
.company-inquiry-popup-content>h1{color:#222;font-size:24px;font-weight:700;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup-content>h1{font-size:20px}
}
.company-inquiry-popup-content-body{width:100%;padding-top:10px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup-content-body{padding-top:4px}
}
.company-inquiry-popup-content-body-input{display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup-content-body-input{gap:24px}
}
.company-inquiry-popup-content-body-input>div{display:flex;align-items:center}
.company-inquiry-popup-content-body-input>div.company-inquiry-popup-content-body-file{display:inline-block!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup-content-body-input>div{flex-direction:column;align-items:flex-start;gap:8px}
}
.company-inquiry-popup-content-body-input>div>span{min-width:160px;font-size:14px;color:#222;display:flex;align-items:flex-end}
.company-inquiry-popup-content-body-input>div>span>strong{color:#da291c;font-size:14px}
.company-inquiry-popup-content-body-input>div>.input{width:100%;font-size:14px}
.company-inquiry-popup-content-body-input>div>.textarea{width:100%;font-size:14px}
.company-inquiry-popup-content-body-input>div>.textarea>textarea{border-radius:16px}
.company-inquiry-popup-content-body-file{width:100%;border-top:1px dashed #dfdfdf;border-bottom:1px solid #dfdfdf;padding:16px 10px}
.company-inquiry-popup-content-body-file_attach{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:100%}
.company-inquiry-popup-content-body-file_attach>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px}
.company-inquiry-popup-content-body-file_attach>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.company-inquiry-popup-content-body-file_list{margin-top:8px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;padding:10px 16px;border-radius:5px;background-color:#f8f8f8}
.company-inquiry-popup-content-body-file_item{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;display:flex;justify-content:flex-start;align-items:center;gap:4px;color:#555}
.company-inquiry-popup-content-body-file_item>button{display:flex;align-items:center}
.company-inquiry-popup-content>button{width:100%;color:#fff;font-size:14px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup-content>button{margin-top:4px}
}
.company-inquiry-popup-content .modal-body-footer button{width:180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .company-inquiry-popup-content .modal-body-footer button{width:100%}
}

/* product-detail */
.product-detail-info{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info{padding-top:7px}
}
.product-detail-info>.breadcrumb{max-width:1180px;margin:0 auto 80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info>.breadcrumb{padding-left:24px;margin-bottom:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .product-detail-info>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .product-detail-info>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.product-detail-info-container{margin:0 auto;display:flex;flex-direction:column;overflow-x:hidden}
.product-detail-info-common{width:100%;max-width:1180px;margin:0 auto;display:flex;justify-content:flex-start;gap:100px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common{max-width:none;gap:20px;}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common{padding-left:24px;padding-right:24px;margin-bottom:46px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common{flex-direction:column;gap:60px;padding-left:16px;padding-right:16px}
}
.product-detail-info-common-img{display:flex;flex-direction:column;gap:20px;position:relative}
.product-detail-info-common-img>.like{position:absolute;right:20px;top:20px;z-index:10}
.product-detail-info-common-img-main>picture>img{/*width:600px!important;*/height:600px!important;border-radius:16px;border:solid 1px #dfdfdf;aspect-ratio: 1;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-main>picture>img{width:350px!important;height:350px!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-main>picture>img{width:100%!important;height:auto!important}
}
.product-detail-info-common-img-carousel{width:600px;margin:0 auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel{width:350px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-carousel{width:100%;position:static}
}
.product-detail-info-common-img-carousel>.owl-nav{width:600px;display:flex!important;justify-content:space-between!important;left:0!important;bottom:-75px!important;z-index:-1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel>.owl-nav{width:350px;gap:0!important;justify-content:flex-start!important;bottom:-149px!important;left:calc(50% - 40px)!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-carousel>.owl-nav{width:328px;top:100%!important;margin-top:7px;}
}
.product-detail-info-common-img-carousel>.owl-nav>button{border-color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel>.owl-nav>button{border-color:#da291c!important}
}
.product-detail-info-common-img-carousel>.owl-nav>button>span{color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel>.owl-nav>button>span{color:#da291c!important}
    /*.product-detail-info-common-img-carousel>.owl-nav>button{width:40px !important;height:40px !important;}*/
    .product-detail-info-common-img-carousel .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;width:40px !important;height:40px !important;}
    .product-detail-info-common-img-carousel .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;width:40px !important;height:40px !important;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel>.owl-nav>.disabled{opacity:1;border-color:#e1e1e1!important}
    .product-detail-info-common-img-carousel>.owl-nav>.disabled>span{color:#b1b1b1!important}
    .product-detail-info-common-img-carousel .owl-nav .owl-next.disabled span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;width:40px !important;height:40px !important;}
    .product-detail-info-common-img-carousel .owl-nav .owl-prev.disabled span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;width:40px !important;height:40px !important;}
}
.product-detail-info-common-img-carousel>.owl-nav>.disabled:hover{cursor:not-allowed;border-color:#e1e1e1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel>.owl-nav>.disabled:hover{border-color:#e1e1e1!important}
    .product-detail-info-common-img-carousel>.owl-nav>.disabled:hover>span{color:#b1b1b1!important}
}
.product-detail-info-common-img-carousel-item>picture>img{width:76px!important;height:76px!important;border-radius:10px;border:1px solid #dfdfdf;aspect-ratio: 1;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-carousel-item>picture>img{width:80px!important;height:80px!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-carousel-item>picture>img{width:100%!important;height:auto!important}
}
.product-detail-info-common-img-carousel-item>picture>img:hover{border-color:#ff9e1b;border-width:2px}
.product-detail-info-common-img-carousel-item.active>picture>img{border-color:#ff9e1b;border-width:2px;aspect-ratio: 1;}
.product-detail-info-common-img-thumbs-container{max-width:500px;margin:0 auto;overflow-x:hidden;z-index:1;transform: translate3d(0px, 0px, 0px);}
.product-detail-info-common-img-thumbs-container.thumbs-many{position:relative;height:76px;width:500px;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-thumbs-container{max-width:350px;}
    .product-detail-info-common-img-thumbs-container.thumbs-many{position:relative;height:88px;width:350px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-thumbs-container{max-width:100%;}
    .product-detail-info-common-img-thumbs-container.thumbs-many{position:relative;width:358px;height:42.75px;}
}
.product-detail-info-common-img-thumbs{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;}
.product-detail-info-common-img-thumbs.thumbs-many{position:absolute;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-thumbs{gap:10px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-thumbs{gap:8px;justify-content:center;}
    .product-detail-info-common-img-thumbs button{width:24%}
}
.product-detail-info-common-body{display:flex;flex-direction:column;width:100%;}
/*@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body{width:350px}
}
@media (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .product-detail-info-common-body{width:328px}
}*/
.product-detail-info-common-body>h1{font-size:28px;line-height:1.3;color:#222;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body>h1{font-size:20px}
}
.product-detail-info-common-body-star{display:flex;gap:3px;align-items:flex-end;position:relative;cursor:pointer;padding-top:6px}
.product-detail-info-common-body-star>span{font-size:14px;line-height:1.3;color:#222;padding-left:3px}
.product-detail-info-common-body-star-tooltip{width:254px;position:absolute;bottom:-1px;left:30px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body-star-tooltip{bottom:5px}
}
.product-detail-info-common-body-star-tooltip>div{width:254px}
.product-detail-info-common-body-star-tooltip>div>ul{display:flex;flex-direction:column;gap:6px}
.product-detail-info-common-body-star-tooltip>div>ul>li{display:flex;align-items:center;justify-content:space-between}
.product-detail-info-common-body-star-tooltip>div>ul>li>div>span{color:#6d6d6d;font-size:13px;line-height:1.3;margin-right:3px}
.product-detail-info-common-body-star-tooltip>div>ul>li>div>progress{appearance:none;height:8px;width:120px}
.product-detail-info-common-body-star-tooltip>div>ul>li>div>progress::-webkit-progress-bar{border-radius:999px;background:#e3e3e3}
.product-detail-info-common-body-star-tooltip>div>ul>li>div>progress::-webkit-progress-value{border-radius:5px;background:#da291c}
.product-detail-info-common-body-star-tooltip>div>ul>li>strong{color:#222;font-size:13px;font-weight:500;line-height:1.3}
.product-detail-info-common-body-star-tooltip-link{display:block;text-align:center;font-size:13px;font-weight:400;line-height:1.3;color:#000;margin-top:5px}
.product-detail-info-common-body-divider{width:100%;height:1px;background-color:#dfdfdf;margin-top:20px;margin-bottom:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body-divider{margin-top:12px;margin-bottom:12px}
}
.product-detail-info-common-body-text{font-size:16px;line-height:1.3;color:#222;display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body-text{font-size:14px;gap:12px}
}
.product-detail-info-common-body-text>div{display:flex;gap:13px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body-text>div{flex-direction:column;gap:5px}
}
.product-detail-info-common-body-text>div>b{font-weight:700;min-width:150px}
.product-detail-info-common-body-text>div>p{word-break:break-word;}
.product-detail-info-common-body-text>div>p>strong,.product-detail-info-common-body-text>div>p>span{color:#da291c}
.product-detail-info-common-body-text>div>p>strong{font-weight:700}
.product-detail-info-common-body-text>p{padding-top:12px;word-break:break-word;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body-text>p{padding-top:0}
}
.product-detail-info-common-body-text>button{width:100%;color:#fff;margin-top:27px;font-size:14px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-body-text>button{margin-top:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-body-text>button{margin-top:8px}
}
.product-detail-info-tab{padding-top:20px;max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-tab{max-width:none;margin:0;overflow-x:auto;padding-bottom:4px;flex-wrap:nowrap;width:auto}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-tab{margin:0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-tab{padding-left:0;padding-top:16px;margin:0 16px;justify-content:flex-start}
}
.product-detail-info-common-body-text .prod-option{display:none;background-color:#f7f8fa;padding:10px;border:1px solid #ececec;}
.product-detail-info-common-body-text .prod-option ul li{display:flex;}
.product-detail-info-common-body-text .prod-option ul li span{}
.product-detail-info-common-body-text .prod-option ul li span.prod-label{min-width:150px;}
.product-detail-info-common-body-text .prod-option.show{display:flex;}
.product-detail-info-tab>.tab-menu-item{width:33%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-tab>.tab-menu-item{white-space:nowrap;min-width:200px}
}
.product-detail-info-tab>.tab-menu-item.pseudo{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-tab>.tab-menu-item.pseudo{display:block;width:105px;min-width:105px!important}
}
.product-detail-info-content{display:none}
.product-detail-info-content.active{display:block;padding-top:50px;max-width:1180px;margin:0 auto;width:100%;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-content.active{display:block;max-width:none}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-content.active{display:block;padding:0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-content.active{display:block;padding:0 16px}
}
.product-detail-info-content-video>video{width:100%}
.product-detail-info-content-text{padding-top:30px;padding-bottom:60px;font-size:14px;line-height:1.3;display:flex;flex-direction:column;gap:10px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-content-text{padding-top:20px;padding-bottom:20px}
}

.product-detail-info-content-text .prod-capacity-wrap{display:flex;gap:10px;align-items: center;}
.product-detail-info-content-text .prod-capacity-wrap b{width:150px;display:inline-block;position:relative;vertical-align:top;}
.product-detail-info-content-text .prod-capacity-wrap b:after{content:':';position:absolute;right:0;top: 50%;transform: translateY(-50%);}
.product-detail-info-content-text .prod-capacity-wrap span{word-break:normal;text-align: justify;}
.product-detail-info-content-text .processing-time-wrap{display:flex;gap:10px;}
.product-detail-info-content-text .processing-time-wrap b{width:150px;display:inline-block;position:relative;}
.product-detail-info-content-text .processing-time-wrap b:after{content:':';position:absolute;right:0;}
.product-detail-info-content-text .processing-time-wrap span{word-break:normal;text-align: justify;}
.product-detail-info-content-text .pack-desc-wrap{display:flex;gap:10px;}
.product-detail-info-content-text .pack-desc-wrap b {width:150px;display:inline-block;position:relative;}
.product-detail-info-content-text .pack-desc-wrap b:after{content:':';position:absolute;right:0;}
.product-detail-info-content-text .pack-desc-wrap span{word-break:normal;text-align: justify;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-content-text .pack-desc-wrap span{word-break:normal;text-align: justify;width:calc(100% - 160px);}
}
.product-detail-info-content-text .product_detail_contents{word-break:break-word; max-height:300px; overflow:hidden;padding: 10px 25px;}
.product-detail-info-content-text .product_detail_contents p{margin:1em 0;}
.product-detail-info-content-text .product_detail_contents strong,.product-detail-info-content-text .product_detail_contents strong span{font-weight:bold;}
.product-detail-info-content-text .product_detail_contents ul{margin:1em 0;padding-left:40px;list-style-type:disc;}
.product-detail-info-content-text .product_detail_contents li{list-style-type:disc;}
.product-detail-info-content-more{width:253px;margin:0 auto;font-size:14px;font-weight:700;color:#222;white-space:nowrap}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .product-detail-info-content-more:hover{color:#da291c}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-content-more{width:100%}
}
.product-detail-info-company{display:none}
.product-detail-info-company.active{display:block;max-width:1180px;margin:50px auto;width:100%;padding:20px;background-color:#f8f8f8;border-radius:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company.active{display:block;max-width:none;margin:0}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company.active{display:block;width:calc(100% - 48px);margin:32px 24px;padding:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company.active{width:calc(100% - 32px);margin:32px 16px;padding:16px}
}
.product-detail-info-company-header-content{display:flex;flex-direction:column}
.product-detail-info-company-header-content-top{display:flex;justify-content:space-between;align-items:center}
.product-detail-info-company-header-content-top-badge{display:flex;gap:8px}
.product-detail-info-company-header-content-top-badge>.badge{height:30px;padding:5px 10px 6px}
.product-detail-info-company-header-content-top-badge>button{position:relative}
.product-detail-info-company-header-content-top-btn{display:flex;align-items:center;gap:10px}
.product-detail-info-company-header-content-top-btn>.button-primary{width:102px;color:#fff;padding:11px 20px;font-size:14px;font-weight:700}
.product-detail-info-company-header-content-top-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content-top-tooltip{min-width:calc(100vw - 54px);left:-59px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-header-content-top-tooltip{min-width:calc(100vw - 32px)}
}
.product-detail-info-company-header-content-top-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content-top-tooltip>div>span>br{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content-top-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-header-content-top-tooltip>div{min-width:calc(100vw - 32px)}
}
.product-detail-info-company-header-content>h3{font-size:20px;font-weight:700;line-height:1.3;color:#222;padding-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content>h3{padding-top:20px;font-size:16px;-webkit-line-clamp:2}
}
.product-detail-info-company-header-content-logo{display:flex;align-items:center;gap:6px;padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content-logo{padding-top:8px}
}
.product-detail-info-company-header-content-logo>img{width:44px;height:44px}
.product-detail-info-company-header-content-logo>button{height:100%;display:flex;align-items:center;margin-left:2px;position:relative}
.product-detail-info-company-header-content-logo-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content-logo-tooltip{min-width:calc(100vw - 54px);left:-238px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-header-content-logo-tooltip{min-width:calc(100vw - 32px);left:-36px;}
}
.product-detail-info-company-header-content-logo-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-header-content-logo-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-header-content-logo-tooltip>div{min-width:calc(100vw - 32px)}
}
.product-detail-info-company-divider{height:1px;width:100%;background-color:#dfdfdf;margin-top:15px;margin-bottom:15px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-divider{margin-top:20px;margin-bottom:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-divider{margin-top:15px;margin-bottom:15px}
}
.product-detail-info-company-text{display:flex;flex-direction:column;gap:8px}
.product-detail-info-company-text-content{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-text-content{flex-direction:column;align-items:flex-start;gap:2px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-text-content:last-child{align-items:center;flex-direction:row}
}
.product-detail-info-company-text-content>span{font-size:13px;font-weight:400;line-height:1.3;color:#6d6d6d;width:185px;display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-text-content>span{min-width:145px}
}
.product-detail-info-company-text-content>span>button{display:flex;align-items:center;margin-left:6px;position:relative}
.product-detail-info-company-text-content>div{display:flex;width:100%;align-items:center;}
.product-detail-info-company-text-content>div>button{display:flex;align-items:center;margin-left:6px;position:relative}
.product-detail-info-company-text-content-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-text-content-tooltip{min-width:calc(100vw - 54px);left:-32px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-text-content-tooltip{min-width:calc(100vw - 32px);left:-170px;}
}
.product-detail-info-company-text-content-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-text-content-tooltip>div{min-width:calc(100vw - 54px);left:-5px !important;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-text-content-tooltip>div{min-width:calc(100vw - 32px);left:auto !important;right:34px;}
}
.product-detail-info-company-text-content>p{width:100%;font-size:13px;line-height:1.3;font-weight:500;color:#222;word-break: auto-phrase;/*overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical*/}
.product-detail-info-company-text-content>div>p{font-size:13px;line-height:1.3;font-weight:500;color:#222;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.product-detail-info-company-action{display:flex;justify-content:space-between;align-items:flex-end;padding-top:15px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-action{padding-top:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-company-action{padding-top:10px}
}
.product-detail-info-company-action-star{position:relative;cursor:pointer;display:flex;gap:2px}
.product-detail-info-company-action-star-tooltip{width:254px;position:absolute;bottom:0;left:30px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-company-action-star-tooltip{bottom:-3px}
}
.product-detail-info-company-action-star-tooltip>div{width:254px}
.product-detail-info-company-action-star-tooltip>div>ul{display:flex;flex-direction:column;gap:6px}
.product-detail-info-company-action-star-tooltip>div>ul>li{display:flex;align-items:center;justify-content:space-between}
.product-detail-info-company-action-star-tooltip>div>ul>li>div>span{color:#6d6d6d;font-size:13px;line-height:1.3;margin-right:3px}
.product-detail-info-company-action-star-tooltip>div>ul>li>div>progress{appearance:none;height:8px;width:120px}
.product-detail-info-company-action-star-tooltip>div>ul>li>div>progress::-webkit-progress-bar{border-radius:999px;background:#e3e3e3}
.product-detail-info-company-action-star-tooltip>div>ul>li>div>progress::-webkit-progress-value{border-radius:5px;background:#da291c}
.product-detail-info-company-action-star-tooltip>div>ul>li>strong{color:#222;font-size:13px;font-weight:500;line-height:1.3}
.product-detail-info-sub{background-color:#f8f8f8;padding-top:50px;padding-bottom:62px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub{padding-top:36px;padding-bottom:136px}
}
.product-detail-info-sub-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-container{max-width:none}
}
.product-detail-info-sub-container>h2{font-family:"ClanOT";font-size:24px;font-weight:normal!important;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-container>h2{font-weight:500;font-size:15px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-container{gap:16px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list{padding-left:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-sub-list{padding-left:16px}
}
.product-detail-info-sub-list>.owl-nav{width:1300px;display:flex!important;justify-content:space-between!important;left:-60px!important;bottom:165px!important;z-index:-1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list>.owl-nav{width:80px;gap:0!important;justify-content:flex-start!important;bottom:-55px!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list>.owl-nav{left:calc(50% - 40px)!important}
}
.product-detail-info-sub-list>.owl-nav>button{border-color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list>.owl-nav>button{border-color:#da291c!important}
}
.product-detail-info-sub-list>.owl-nav>button>span{color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list>.owl-nav>button>span{color:#da291c!important}
    .product-detail-info-sub-list .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;}
    .product-detail-info-sub-list .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list>.owl-nav>.disabled{opacity:1;border-color:#e1e1e1!important}
    .product-detail-info-sub-list>.owl-nav>.disabled>span{color:#b1b1b1!important}
    .product-detail-info-sub-list .owl-nav .owl-next.disabled span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;}
    .product-detail-info-sub-list .owl-nav .owl-prev.disabled span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;}
}
.product-detail-info-sub-list>.owl-nav>.disabled:hover{cursor:not-allowed;border-color:#e1e1e1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-list>.owl-nav>.disabled:hover{border-color:#e1e1e1!important}
    .product-detail-info-sub-list>.owl-nav>.disabled:hover>span{color:#b1b1b1!important}
}
.product-detail-info-sub-item{width:280px;height:363px;border-radius:16px;border:1px solid #e3e3e3;display:flex;flex-direction:column;position:relative}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .product-detail-info-sub-item:hover{border:1px solid #da291c}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-item{width:258px;height:332px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-sub-item{width:240px;height:314px}
}
.product-detail-info-sub-item-img{width:100%;height:280px;overflow:hidden;border-top-right-radius:16px;border-top-left-radius:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-item-img{height:258px}
    .product-detail-info-sub-item-img img{height:258px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-sub-item-img{height:240px}
    .product-detail-info-sub-item-img img{height:240px}
}
.product-detail-info-sub-item-info{width:100%;height:83px;padding:20px;justify-content:space-between;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;align-items:center;text-align:left}
.product-detail-info-sub-item-info>h4{font-size:16px;font-weight:700;color:#222;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-item-info>h4{font-size:14px;font-weight:400}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-sub-item-info{height:74px;padding:16px}
}
.product-detail-analytics{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics{padding-top:7px}
}
.product-detail-analytics>.breadcrumb{max-width:1180px;margin:0 auto 80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics>.breadcrumb{padding-left:24px;margin-bottom:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .product-detail-analytics>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .product-detail-analytics>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.product-detail-info .product-detail-analytics-content{display:none}
.product-detail-info .product-detail-analytics-content.active{display:block;padding-top:30px;max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-info .product-detail-analytics-content.active{display:block;width:100%;max-width:none;padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info .product-detail-analytics-content.active{display:block;padding-left:16px;padding-right:16px}
}
.product-detail-analytics-content-graph-wrapper{display:flex;gap:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-graph-wrapper{flex-wrap:wrap;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
}
.product-detail-analytics-content-graph-item{width:580px;max-width:580px;display:flex;flex-direction:column;gap:20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-graph-item{width:100%;max-width:none}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-graph-item{width:100%;max-width:none;margin:0 auto;}
}
.product-detail-analytics-content-graph-item>h3{text-align:center;font-size:18px;line-height:1.3;color:#2c2c2c;font-weight:500}
.product-detail-analytics-content-graph-item-chart{padding:10px;border:1px solid #dfdfdf;border-radius:16px}
.product-detail-info .product-detail-analytics-content-graph-item-chart>div>div{margin:0 auto;}
.product-detail-analytics-content-info{padding-top:40px;display:flex;flex-direction:column;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info{padding-top:36px;gap:16px}
}
.product-detail-analytics-content-info>h3{font-size:18px;font-weight:500;line-height:1.3;color:#2c2c2c}
.product-detail-analytics-content-info-item{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item{padding-bottom:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-info-item{gap:8px}
}
.product-detail-analytics-content-info-item>p{color:#6d6d6d;line-height:1.3;display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item>p{align-items:flex-end}
}
.product-detail-analytics-content-info-item>p>span{font-size:14px;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item>p>span{font-size:10px}
}
.product-detail-analytics-content-info-item>p>b{font-size:15px;font-weight:600}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item>p>b{font-size:12px}
}
.product-detail-analytics-content-info-item-box{border-radius:16px;border:1px solid #dfdfdf}
.product-detail-analytics-content-info-item-box-head{background-color:#f8f8f8;border-top-left-radius:16px;border-top-right-radius:16px;padding:12px 30px;display:flex;color:#6d6d6d;font-size:13px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item-box-head{font-size:9px;padding:8px 12px}
}
.product-detail-analytics-content-info-item-box-head>p{width:14%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-info-item-box-head>p{width:30%}
}
.product-detail-analytics-content-info-item-box-head>span{width:86%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-info-item-box-head>span{width:70%}
}
.product-detail-analytics-content-info-item-box-body{padding-top:10px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item-box-body{padding-top:4px;padding-bottom:4px}
}
.product-detail-analytics-content-info-item-box-body-nodata{height:60px;padding-top:10px;padding-bottom:10px;font-family: Roboto;font-size: 14px;color: #555;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item-box-body-nodata{height:32px;padding-top:4px;padding-bottom:4px;font-family: Roboto;font-size: 12px;color: #555;}
}
.product-detail-analytics-content-info-item-box-body>div{padding:15px 30px;display:flex;color:#555;font-size:13px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info-item-box-body>div{font-size:12px;padding:10px 12px;align-items:center}
}
.product-detail-analytics-content-info-item-box-body>div>p{width:14%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-info-item-box-body>div>p{width:30%}
}
.product-detail-analytics-content-info-item-box-body>div>span{width:86%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-content-info-item-box-body>div>span{width:70%}
}
.product-detail-analytics-content-info>strong{color:#da291c;font-size:12px;line-height:1.3;margin-top:-10px;padding-bottom:50px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-content-info>strong{margin-top:-20px;padding-bottom:60px}
}
.product-detail-analytics-content-info>strong>img{margin-left:10px}
.product-detail-analytics-empty{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty{padding-top:7px}
}
.product-detail-analytics-empty>.breadcrumb{max-width:1180px;margin:0 auto 80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty>.breadcrumb{padding-left:24px;margin-bottom:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .product-detail-analytics-empty>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .product-detail-analytics-empty>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.product-detail-analytics-empty-content{padding-top:30px;max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-content{max-width:none;width:100%;padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-empty-content{padding-left:16px;padding-right:16px}
}
.product-detail-analytics-empty-content-wrapper{display:flex;gap:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-empty-content-wrapper{flex-wrap:wrap}
}
.product-detail-analytics-empty-content-item{width:580px;max-width:580px;display:flex;flex-direction:column;gap:20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-content-item{width:50%;max-width:none}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-empty-content-item{width:100%}
}
.product-detail-analytics-empty-content-item>h3{text-align:center;font-size:18px;line-height:1.3;color:#2c2c2c;font-weight:500}
.product-detail-analytics-empty-content-item-data{border:1px solid #dfdfdf;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-top:40px;padding-bottom:40px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-content-item-data{padding-top:20px;gap:0}
}
.product-detail-analytics-empty-content-item-data>span{font-size:15px;color:#6d6d6d;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-content-item-data>span{font-size:14px}
}
.product-detail-analytics-empty-info{padding-top:40px;display:flex;flex-direction:column;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info{padding-top:36px;gap:16px}
}
.product-detail-analytics-empty-info>h3{font-size:18px;font-weight:500;line-height:1.3;color:#2c2c2c}
.product-detail-analytics-empty-info-item{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item{padding-bottom:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-empty-info-item{gap:8px}
}
.product-detail-analytics-empty-info-item>p{color:#6d6d6d;line-height:1.3;display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item>p{align-items:flex-end}
}
.product-detail-analytics-empty-info-item>p>span{font-size:14px;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item>p>span{font-size:10px}
}
.product-detail-analytics-empty-info-item>p>b{font-size:15px;font-weight:600}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item>p>b{font-size:12px}
}
.product-detail-analytics-empty-info-item-box{border-radius:16px;border:1px solid #dfdfdf}
.product-detail-analytics-empty-info-item-box-head{background-color:#f8f8f8;border-top-left-radius:16px;border-top-right-radius:16px;padding:12px 30px;display:flex;color:#6d6d6d;font-size:13px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item-box-head{font-size:12px;padding:8px 12px}
}
.product-detail-analytics-empty-info-item-box-head>p{width:14%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-empty-info-item-box-head>p{width:30%}
}
.product-detail-analytics-empty-info-item-box-head>span{width:86%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-analytics-empty-info-item-box-head>span{width:70%}
}
.product-detail-analytics-empty-info-item-box-body{padding-top:10px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item-box-body{padding-top:4px;padding-bottom:4px}
}
.product-detail-analytics-empty-info-item-box-body>div{padding:15px 30px;display:flex;justify-content:center}
.product-detail-analytics-empty-info-item-box-body>div>p{color:#555;font-size:14px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item-box-body>div>p{font-size:12px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info-item-box-body>div{padding:10px 12px;align-items:center}
}
.product-detail-analytics-empty-info>strong{color:#da291c;font-size:12px;line-height:1.3;margin-top:-10px;padding-bottom:50px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-analytics-empty-info>strong{margin-top:-20px;padding-bottom:60px}
}
.product-detail-analytics-empty-info>strong>img{margin-left:10px}
.product-detail-company{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company{padding-top:7px}
}
.product-detail-company>.breadcrumb{max-width:1180px;margin:0 auto 80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company>.breadcrumb{padding-left:24px;margin-bottom:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .product-detail-company>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .product-detail-company>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.product-detail-company-content{display:none}
.product-detail-company-content.active{display:block;padding-top:50px;max-width:1180px;margin:0 auto;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content.active{display:block;max-width:none;padding-top:40px;padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content.active{display:block;padding-left:16px;padding-right:16px}
}
.product-detail-company-content-wrapper{width:100%;display:flex;gap:60px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-wrapper{display:block;margin:0}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-wrapper{gap:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-wrapper{flex-direction:column}
}
.product-detail-company-content-img{display:flex;flex-direction:column;gap:20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img{float:left;margin-right:20px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img{gap:16px}
}
.product-detail-company-content-img-main{position:relative}
.product-detail-company-content-img-main>picture>img{width:381px!important;height:381px!important;border-radius:16px;border:solid 1px #dfdfdf}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-main>picture>img{width:258px!important;height:258px!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-img-main>picture>img{width:328px!important;height:328px!important}
}
.product-detail-company-content-img-carousel{width:381px;margin:0 auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel{width:258px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-img-carousel{width:328px}
}
.product-detail-company-content-img-carousel>.owl-nav{width:381px;display:flex!important;justify-content:space-between!important;left:0!important;bottom:-65px!important;z-index:-1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel>.owl-nav{width:258px;bottom:-55px!important}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-img-carousel>.owl-nav{width:328px}
}
.product-detail-company-content-img-carousel>.owl-nav>button{border-color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel>.owl-nav>button{border-color:#da291c!important}
}
.product-detail-company-content-img-carousel>.owl-nav>button>span{}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel>.owl-nav>button>span{color:#da291c!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel>.owl-nav>.disabled{opacity:1;border-color:#e1e1e1!important}
    .product-detail-company-content-img-carousel>.owl-nav>.disabled>span{color:#b1b1b1!important}
}
.product-detail-company-content-img-carousel>.owl-nav>.disabled:hover{cursor:not-allowed;border-color:#e1e1e1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel>.owl-nav>.disabled:hover{border-color:#e1e1e1!important}
    .product-detail-company-content-img-carousel>.owl-nav>.disabled:hover>span{color:#b1b1b1!important}
}
.product-detail-company-content-img-carousel-item>picture>img{width:56px!important;height:56px!important;border-radius:10px;border:1px solid #dfdfdf;display:block;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-carousel-item>picture>img{width:40px!important;height:40px!important}
}
.product-detail-company-content-img-carousel-item>picture>img:hover{border-color:#ff9e1b;border-width:2px}
.product-detail-company-content-img-carousel-item.active>picture>img{border-color:#ff9e1b;border-width:2px}
/*
.product-detail-info-common-img-thumbs-container.thumbs-many{position:relative;height:76px;width:500px;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-info-common-img-thumbs-container{max-width:350px;}
    .product-detail-info-common-img-thumbs-container.thumbs-many{position:relative;height:88px;width:350px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-info-common-img-thumbs-container{max-width:100%;}
    .product-detail-info-common-img-thumbs-container.thumbs-many{position:relative;width:358px;height:42.75px;}
}
.product-detail-info-common-img-thumbs{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;}
.product-detail-info-common-img-thumbs.thumbs-many{position:absolute;}
*/
.product-detail-company-content-img-thumbs-container{max-width:260px;margin:0 auto;overflow-x:hidden;z-index:1}
.product-detail-company-content-img-thumbs-container.thumbs-many{position:relative;height:56px;width:500px;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-thumbs-container{max-width:260px}
    .product-detail-company-content-img-thumbs-container.thumbs-many{position:relative;height:56px;width:172px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-img-thumbs-container{max-width:328px}
    .product-detail-company-content-img-thumbs-container.thumbs-many{position:relative;width:184px;height:42.75px;}
}
.product-detail-company-content-img-thumbs{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden}
.product-detail-company-content-img-thumbs.thumbs-many{position:absolute;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-img-thumbs{gap:4px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-img-thumbs{gap:8px}
}
.product-detail-company-content-body-text{font-size:16px;line-height:1.3;display:flex;flex-direction:column;gap:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text{display:block;margin:0}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text{font-size:15px;gap:20px}
}
.product-detail-company-content-body-text>div{display:flex;gap:30px;align-items:flex-start}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text>div{margin:0 0 20px 0}
    .product-detail-company-content-body-text>div:nth-child(5){clear:both;padding-top:21px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text>div{flex-direction:column;gap:10px}
}
.product-detail-company-content-body-text>div>b{font-weight:700;color:#222;min-width:157px;display:flex;align-items:center;gap:5px}
.product-detail-company-content-body-text>div>b>button{height:100%;position:relative}
.product-detail-company-content-body-text>div>p{font-weight:400;color:#555;word-break:auto-phrase;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text>div>p{font-size:14px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text>div>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-body-text>div>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
}
.product-detail-company-content-body-text>div>p>img{width:24px;height:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text>div>p>img{width:44px;height:44px}
}
.product-detail-company-content-body-text-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text-tooltip{min-width:calc(100vw - 54px);left:-281px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-body-text-tooltip{min-width:calc(100vw - 32px);left:-7px}
}
.product-detail-company-content-body-text-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-company-content-body-text-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-body-text-tooltip>div>span>br{display:none}
}
.product-detail-company-content-certi{margin-top:30px;margin-bottom:50px;border:1px solid #dfdfdf;border-radius:16px;padding:30px 20px;display:flex;flex-direction:column;gap:14px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-certi{margin-top:16px;margin-bottom:32px;padding:20px 16px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-certi{margin-top:-2px}
}
.product-detail-company-content-certi>h3{color:#222;font-size:18px;line-height:1.3;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-certi>h3{font-size:14px}
}
.product-detail-company-content-certi>div{display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-certi>div{gap:12px}
}
.product-detail-company-content-certi>div>div{display:flex;font-size:13px;color:#6d6d6d}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-company-content-certi>div>div{flex-direction:column;gap:2px}
}
.product-detail-company-content-certi>div>div>span{min-width:100px}
.product-detail-company-content-certi>strong{color:#da291c;font-size:12px;line-height:1.3}
.product-detail-company-content-certi>strong>img{margin-left:10px}
.product-detail-review{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review{padding-top:7px}
}
.product-detail-review>.breadcrumb{max-width:1180px;margin:0 auto 80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review>.breadcrumb{padding-left:24px;margin-bottom:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .product-detail-review>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .product-detail-review>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.product-detail-review-content{display:none}
.product-detail-review-content.active{display:block;padding-top:50px;padding-bottom:50px;max-width:1180px;margin:0 auto;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review-content.active{display:block;max-width:none;padding:24px 24px 80px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-review-content{padding:32px 16px 80px}
}
.product-detail-review-content-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:32px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-detail-review-content-head{padding-bottom:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-detail-review-content-head{padding-bottom:13px}
}
.product-detail-review-content-head>div{display:flex;align-items:center;gap:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review-content-head>div{gap:8px}
}
.product-detail-review-content-head>div>div{display:flex;gap:2px}
.product-detail-review-content-head>div>p{font-size:28px;color:#da291c;font-weight:700;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review-content-head>div>p{font-size:20px}
}
.product-detail-review-content-head>span{color:#6d6d6d;font-size:14px;line-height:1.3;font-weight:400}
.product-detail-review-content-head>span>strong{font-weight:400}
.product-detail-review-content-list{display:flex;flex-direction:column;gap:30px}
.product-detail-review-content-list-item{border-radius:16px;border:1px solid #e3e3e3;padding:20px}
.product-detail-review-content-list-item-mail{font-size:13px;font-weight:400;line-height:1.3;color:#6d6d6d;padding-bottom:2px}
.product-detail-review-content-list-item-info{display:flex;gap:15px;align-items:center;padding-bottom:12px}
.product-detail-review-content-list-item-info>div{display:flex;gap:2px;align-items:center}
.product-detail-review-content-list-item-info>div>span{font-size:13px;font-weight:400;line-height:1.3;color:#6d6d6d;padding-left:3px}
.product-detail-review-content-list-item-info-date{font-size:12px;font-weight:400;line-height:1.3;color:#6d6d6d}
.product-detail-review-content-list-item-body{font-size:14px;color:#222;font-weight:400;line-height:1.3}
.product-detail-review-content>.more-btn{margin-top:50px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-detail-review-content>.more-btn{margin-top:16px;width:100%}
}

.h-h-h>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all;text-align:right}

.cancel_reason{padding:0 10px 10px 13px;word-break:break-word;}
.cancel_date{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.cancel_noti>p{font-size:16px;font-weight:700;color:#da291c}

/* category-modal */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body{width:950px;height:auto}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body{width:100%;height:100%;border-radius:0;max-width:none;overflow-y:auto}
}
.category-modal .modal-body .modal-content{text-align:left;display:flex;max-height:100%;overflow:hidden}
.category-modal .modal-title{font-family:ClanOT;font-size:24px;font-weight:700;color:#222}
.category-modal .modal-body .modal-title{text-align:center}
.category-modal .modal-body .selection-title{margin-top:0;font-size:16px;font-weight:700;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body .category-selection{display:flex;width:100%;height:240px;padding:20px;background:#f8f8f8;border-radius:16px;gap:16px;margin-top:4px}
}
.category-modal .modal-body .category-selection .category-selector{width:100%;margin-top:5px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body .category-selection .category-selector{borader-right:1px solid #dfdfdf}
    .category-modal .modal-body .category-selection .category-selector:last-child{border-right:0}
}
.category-modal .modal-body .category-selection .category-selector .category-selector-default{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 20px;border:solid 1px #dfdfdf;border-radius:999px;font-size:13px;color:#555;width:100%}
.category-modal .modal-body .category-selection .category-selector .category-selector-default span{flex-grow:1;text-align:left;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body .category-selection .category-selector .category-selector-default{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .category-selection .category-selector .category-selector-options{display:none;background:#f8f8f8;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:0;border-top-right-radius:0;padding:10px 0;border:solid 1px #dfdfdf}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body .category-selection .category-selector .category-selector-options{overflow:auto;height:100%}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body .category-selection .category-selector .category-selector-options>li{margin-bottom:5px;position:relative}
    .category-modal .modal-body .category-selection .category-selector .category-selector-options>li:last-child{margin-bottom:0}
    .category-modal .modal-body .category-selection .category-selector .category-selector-options>li::before{content:"";display:block;position:absolute;top:9px;width:3px;height:3px;background-color:#444}
}
.category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option{text-align:left;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option{font-family:'Roboto';font-size:13px;line-height:1.3;text-align:left;color:#444;padding-left:11px;padding-right:52px}
    .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option.active,.category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option:hover{color:#da291c}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .category-selection .category-selector .category-selector-options>li .category-selector-option{min-height:38px;font-size:14px;color:#555;padding:10px 16px 10px 20px}
}
.category-modal .modal-body .category-selection .category-selector.open .category-selector-default{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-width:0}
.category-modal .modal-body .category-selection .category-selector.open .category-selector-default>img{transition:0.3s;transform:rotate(180deg)}
.category-modal .modal-body .category-selection .category-selector.open .category-selector-options{display:block;border-top-width:0}
.category-modal .modal-body .category-selection .category-selector.selected .category-selector-default span{color:#222;font-weight:500}
.category-modal .modal-body .selection-result-title{display:flex;align-items:center;font-size:14px;font-weight:500;color:#222;margin-top:24px}
.category-modal .modal-body .selection-result-title .category-icon{margin-right:4px}
.category-modal .modal-body .selection-result-container{width:100%;padding:20px;border-radius:16px;background-color:#f8f8f8;margin-top:4px}
.category-modal .modal-body .selection-result-container h3{gap:8px;padding:0 0 10px;font-size:13px;line-height:1.3;color:#555;border-bottom:solid 1px #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .selection-result-container{padding:20px 20px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .selection-result-container{margin-top:8px}
}
.category-modal .modal-body .selection-result-container .selection-list{height:84px;margin-top:15px;overflow-y:auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .selection-result-container .selection-list{height:114px;margin-right:-17px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .category-modal .modal-body .selection-result-container .selection-list{height:151px;margin-right:-17px}
}
.category-modal .modal-body .selection-result-container .selection-list>li{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:5px;font-size:13px;color:#555;padding-right:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .selection-result-container .selection-list>li{padding-right:12px;min-height:40px;margin-bottom:0;padding-top:7px;padding-bottom:7px}
}
.category-modal .modal-body .selection-result-container .selection-list>li:last-child{margin-bottom:0}
.category-modal .modal-body .selection-result-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px}
.category-modal .modal-body .selection-result-container .eliminate-button .close-icon{margin-right:2px}
.category-modal .modal-body .selection-result-container .dot-line{margin-top:14px}
.category-modal .modal-body .selection-result-container .eliminate-all{display:flex;justify-content:flex-end;margin-top:10px}
.category-modal .modal-body .empty-selection-list{padding:20px 16px;margin-top:8px;background-color:#f8f8f8;font-size:14px;color:#555;border-radius:999px;display:block}
.category-modal .modal-body .selection-result-container+.empty-selection-list{display:none}
.category-modal .modal-body .modal-bottom-buttons{display:flex;gap:8px}
.category-modal .modal-body .modal-bottom-buttons>button{flex-grow:1;width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .category-modal .modal-body .modal-bottom-buttons{flex-direction:row!important}
}

/* termsConditionView */
.termsConditionView{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.termsConditionView>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.termsConditionView>.breadcrumb>li{display:flex;gap:5px}
.termsConditionView .term_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:15px;font-weight:700;color:#222;text-decoration:underline}
.termsConditionView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";margin:0 auto;width:640px;height:94px;color:#222;text-align:center;}
.termsConditionView_body{width:100%;display:flex;flex-direction:column;margin-top:80px}
.termsConditionView_content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px;margin-top:30px;padding:60px 70px;border-top:solid 2px #222;border-bottom:solid 1px #222;background-color:#fff}
.termsConditionView_content>.acerca{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.acerca>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.termsConditionView_content>.acerca>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;padding:30px;border-radius:16px;background-color:#f8f8f8}
.termsConditionView_content>.acerca>ul>li{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222}
.termsConditionView_content>.acerca>ul>li.depth{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
.termsConditionView_content>.acerca>ul>li.depth>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300}
.termsConditionView_content>.acerca>ul>li.depth>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
.termsConditionView_content>.acerca>ul>li.depth>ul>li{display:flex;align-items:flex-start}
.termsConditionView_content>.acerca>ul>li.depth>ul>li::before{content:"◼︎";transform:scale(.6);display:block;color:#da291c;margin-right:6px}
.termsConditionView_content>.acerca>ul>li.depth>ul>li>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300}
.termsConditionView_content>.acerca>ul>li.depth>ul>li a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.termsConditionView_content>.acerca>ul>li.bold{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.termsConditionView_content>.alcance{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.termsConditionView_content>.alcance>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;padding:24px;border-radius:16px;background-color:#f8f8f8}
.termsConditionView_content>.alcance>div>.intro{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.intro>li{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222;display:flex;align-items:flex-start}
.termsConditionView_content>.alcance>div>.intro>li::before{content:"◼︎";transform:scale(.6);display:block;color:#da291c;margin-right:6px}
.termsConditionView_content>.alcance>div>.intro_msg{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:500;color:#222}
.termsConditionView_content>.alcance>div>.acceso{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.acceso>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.acceso>ul>li{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222;display:flex;align-items:flex-start}
.termsConditionView_content>.alcance>div>.acceso>ul>li::before{content:"◼︎";transform:scale(.6);display:block;color:#da291c;margin-right:6px}
.termsConditionView_content>.alcance>div>.notificaciones{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.notificaciones>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222}
.termsConditionView_content>.alcance>div>.compromisos{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.termsConditionView_content>.alcance>div>.compromisos>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.compromisos>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.termsConditionView_content>.alcance>div>.compromisos>div>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.termsConditionView_content>.alcance>div>.compromisos>div>ul>li{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222;display:flex;align-items:flex-start}
.termsConditionView_content>.alcance>div>.compromisos>div>ul>li::before{content:"◼︎";transform:scale(.6);display:block;color:#da291c;margin-right:6px}
.termsConditionView_content>.alcance>div>.propiedad{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.propiedad>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.termsConditionView_content>.alcance>div>.propiedad>ul>li{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222;display:flex;align-items:flex-start}
.termsConditionView_content>.alcance>div>.propiedad>ul>li:nth-child(4)::before,.termsConditionView_content>.alcance>div>.propiedad>ul>li:nth-child(5)::before{content:"◼︎";transform:scale(.6);display:block;color:#da291c;margin-right:6px}
.termsConditionView_content>.alcance>div>.relaciones{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.relaciones>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.termsConditionView_content>.alcance>div>.relaciones>ul>li{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222}
.termsConditionView_content>.alcance>div>.condiciones{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.termsConditionView_content>.alcance>div>.condiciones>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300;color:#222}
.termsConditionView_content>.alcance>div>.mesa{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.termsConditionView_content>.alcance>div>.mesa>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.termsConditionView_content>.alcance>div>.mesa>ul>li{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}
.termsConditionView_content>.alcance>div>.mesa>ul>li>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:300}
.termsConditionView_content>.alcance>div>.mesa>ul>li>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px}
.termsConditionView_content>.alcance>div>.mesa>ul>li>div>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.termsConditionView_content>.alcance>div>.mesa>ul>li>div>div>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#da291c}
.termsConditionView_content>.alcance>div>.mesa>ul>li>.one{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.termsConditionView_content>.alcance>div>.mesa>ul>li>.one>a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#da291c}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .termsConditionView{padding:0 24px;margin-bottom:80px}
    .termsConditionView>.breadcrumb{height:40px}
    .termsConditionView_body{margin-top:40px;margin-bottom:80px;gap:0}
    .termsConditionView_body>.side_menu{margin-top:40px}
    .termsConditionView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT";width:355px !important;height:fit-content;text-align:center}
    .termsConditionView_content{border:0;padding:0;margin-top:22px}
    .termsConditionView_content>.acerca>ul{padding:24px}
    .termsConditionView_content>.acerca>ul>li.depth{gap:8px}
    .termsConditionView_content>.acerca>ul>li.depth>ul{gap:8px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .termsConditionView{padding:0 16px}
    .termsConditionView_content .alcance>div>.mesa>ul>li>div{justify-content:center;align-items:flex-start;flex-direction:column;gap:0}
    .termsConditionView_content .alcance>div>.mesa>ul>li>.one>a{word-break:normal;text-align: justify}
}

/* faqList */
.faqList{max-width:1180px;padding-bottom:120px;margin:0 auto}
.faqList>.breadcrumb{margin-top:15px;align-self:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .faqList>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .faqList>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.faqList>.title{margin-top:80px;text-align:center}
.faqList_body{display:flex;flex-direction:column;gap:10px;margin-top:30px;margin-bottom:50px}
.faqList_body_item{cursor:pointer;display:flex;justify-content:space-between;position:relative;padding:20px 30px;border-radius:16px;border:solid 1px #e3e3e3}
.faqList_body_item_content{display:flex;flex-direction:column;gap:15px}
.faqList_body_item:not(.open) .faqList_body_item_answer{display:none!important}
.faqList_body_item.open button{transform:rotate(180deg)}
.faqList_body_item button{height:fit-content;cursor:pointer}
.faqList_body_item:hover{border-color:#da291c}
.faqList_body_item:hover button img{filter:invert(27%) sepia(86%) saturate(4365%) hue-rotate(351deg) brightness(87%) contrast(96%)}
.faqList_body_item:hover .faqList_body_item_question>span{color:#222!important}
.faqList_body_item:hover .faqList_body_item_question>p{color:#2c2c2c!important}
.faqList_fetch_more{display:flex;justify-content:center}
.faqList_fetch_more_btn{width:fit-content!important}
.faqList_fetch_more_btn>span{font-family:"Roboto";font-size:14px;font-weight:400;font-stretch:normal;font-style:normal}
.faqList_fetch_more_btn_text{font-weight:700}
.faqList_fetch_more_btn img{filter:invert(10%) sepia(0%) saturate(22%) hue-rotate(141deg) brightness(106%) contrast(84%)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .faqList{padding:0 24px;margin-bottom:80px}
    .faqList>.breadcrumb{height:40px;margin-top:4px}
    .faqList>.title{margin-top:32px;font-size:20px!important}
    .faqList_body{gap:12px;margin-top:16px;margin-bottom:16px}
    .faqList_body_item{padding:20px;border-radius:16px;border:solid 1px #dfdfdf}
    .faqList_body_item_content{gap:8px}
    .faqList_body_item_question>span,.faqList_body_item_answer>span{font-size:14px!important}
    .faqList_body_item_question>p,.faqList_body_item_answer>p{word-break:normal;text-align: justify;font-size:14px!important;}
    .faqList_body_item:hover .faqList_body_item_question>span{color:#2c2c2c!important}
    .faqList_body_item:hover .faqList_body_item_question>p{color:#2c2c2c!important}
    .faqList_fetch_more_btn{width:100%!important;height:40px}
    .faqList_fetch_more_btn img{filter:invert(3%) sepia(6%) saturate(905%) hue-rotate(314deg) brightness(89%) contrast(77%)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .faqList{padding:0 16px}
}

/* favorite */
.depth-list.favorite>.tab-container{padding-top:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list.favorite>.tab-container>.depth-list-view{gap:32px}
}
.favorite-list-search{display:flex;gap:10px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search{width:100%;padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-list-search{padding-left:16px;padding-right:16px}
}
.favorite-list-search>.search1{width:480px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search>.search1{width:100%}
}
.favorite-list-search>.search1>input[type="text"]{width:372px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search>.search1>input[type="text"]{width:calc(100% - 54px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search>.search1>button{width:54px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search>.search1>button>span{display:none}
}
.favorite-list-search>.button-primary-icon-left{background-color:#fff;border:1px solid #2c2c2c;padding:8px 15px;width:auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search>.button-primary-icon-left{padding:10px;width:44px;height:44px}
}
.favorite-list-search>.button-primary-icon-left>span{color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-list-search>.button-primary-icon-left>span{display:none}
}

.sign-up .input-group .dropdown.company-type{width:180px}
.depth-list-container{display:none}
.depth-list-container.active{display:flex;flex-direction:column}
.depth-list-container.active .depth-list-items{display:none}
.depth-list-container.active .depth-list-items.depth-list-view-items.active{display:flex;flex-direction:column;gap:20px}
.depth-list-container.active .depth-list-items.depth-list-card-items.active{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-container.active .depth-list-items.depth-list-card-items.active{grid-template-columns:repeat(2,1fr)}
}
.favorite-item-wrapper input[type="checkbox"]:focus~.depth-list-view-item,.favorite-item-wrapper input[type="checkbox"]:checked~.depth-list-view-item{border-color:#da291c}
.favorite-item-wrapper:hover .checkbox>input[type="checkbox"]+span{border-color:#da291c}
.favorite-item-wrapper>.checkbox{width:100%;margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper>.checkbox{height:unset}
}
.favorite-item-wrapper>.checkbox>span{margin-right:10px;border-radius:4px}
.favorite-item-wrapper>.checkbox>.depth-list-view-item{width:100%;margin-left:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper .depth-list-view-item-extra-badge-tooltip,.favorite-item-wrapper .depth-list-view-item-extra-logo-tooltip{min-width:calc(100vw - 98px);}
    .favorite-item-wrapper .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 98px);left:-137px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper .depth-list-view-item-extra-badge-tooltip,.favorite-item-wrapper .depth-list-view-item-extra-logo-tooltip,.favorite-item-wrapper .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 50px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper .depth-list-view-item-extra-badge-tooltip>.tooltip-txt,.favorite-item-wrapper .depth-list-view-item-extra-logo-tooltip>.tooltip-txt,.favorite-item-wrapper .depth-list-view-item-extra-per-tooltip>.tooltip-txt{min-width:calc(100vw - 98px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper .depth-list-view-item-extra-badge-tooltip>.tooltip-txt,.favorite-item-wrapper .depth-list-view-item-extra-logo-tooltip>.tooltip-txt,.favorite-item-wrapper .depth-list-view-item-extra-per-tooltip>.tooltip-txt{min-width:calc(100vw - 32px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper .depth-list-view-item-extra-badge-tooltip{left:-105px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper .depth-list-view-item-extra-logo-tooltip{left:-177px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper .depth-list-view-item-extra-per-tooltip{left:-184px}
}
.favorite-item-wrapper2{width:280px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2{width:100%}
}
.favorite-item-wrapper2 input[type="checkbox"]:checked~.depth-list-card-item{border-color:#da291c}
.favorite-item-wrapper2:hover .checkbox>input[type="checkbox"]+span{border-color:#da291c}
.favorite-item-wrapper2>.checkbox{width:280px;margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2>.checkbox{padding-left:0;width:100%;height:unset;margin-top:50px}
}
.favorite-item-wrapper2>.checkbox>span{margin-right:10px;border-radius:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2>.checkbox>span{left:11px;top:-29px}
}
.favorite-item-wrapper2>.checkbox>.depth-list-card-item{margin-left:13px;width:246px;height:490px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2>.checkbox>.depth-list-card-item{height:auto}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper2>.checkbox>.depth-list-card-item{height:auto}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2>.checkbox>.depth-list-card-item{width:100%;margin-left:0}
}
.favorite-item-wrapper2>.checkbox>.depth-list-card-item>.depth-list-card-item-img img{width:246px;height:246px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2>.checkbox>.depth-list-card-item>.depth-list-card-item-img img{width:100%;height:auto}
}
.favorite-item-wrapper2>.checkbox>.depth-list-card-item>.depth-list-card-item-info{height:calc(100% - 246px)}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper2>.checkbox>.depth-list-card-item>.depth-list-card-item-info{height:100%;max-height:calc(100% - 165px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper2>.checkbox>.depth-list-card-item>.depth-list-card-item-info{height:100%;max-height:calc(100% - 154px)}
}
.favorite-item-wrapper3 input[type="checkbox"]:checked~.depth-company-list-item{border-color:#da291c}
.favorite-item-wrapper3:hover .checkbox>input[type="checkbox"]+span{border-color:#da291c}
.favorite-item-wrapper3:hover .depth-company-list-item{border-color:#da291c}
.favorite-item-wrapper3>.checkbox{width:100%;margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox{height:unset}
}
.favorite-item-wrapper3>.checkbox>span{margin-right:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox>span{margin-right:0}
}
.favorite-item-wrapper3>.checkbox>.depth-company-list-item{margin-left:13px;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item{margin-left:0;height:719px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item{height:706px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item>.depth-company-list-item-info>.depth-company-list-item-info-header>.depth-company-list-item-info-header-img>picture>img{width:72px;height:72px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item>.depth-company-list-item-product{padding-bottom:6px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item>.depth-company-list-item-product .depth-company-list-item-product-carousel{width:272px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item>.depth-company-list-item-product .depth-company-list-item-product-carousel>.owl-nav{bottom:-37px!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item>.depth-company-list-item-product .depth-company-list-item-product-carousel .depth-company-list-item-product-carousel-card{max-width:131px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3>.checkbox>.depth-company-list-item>.depth-company-list-item-product .depth-company-list-item-product-carousel .depth-company-list-item-product-carousel-card>picture>img{width:131px!important;height:131px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-top-tooltip,.favorite-item-wrapper3 .depth-company-list-item-info-header-content-logo-tooltip,.favorite-item-wrapper3 .depth-company-list-item-info-text-content-tooltip{min-width:calc(50vw - 68px);left:-194px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-top-tooltip,.favorite-item-wrapper3 .depth-company-list-item-info-header-content-logo-tooltip,.favorite-item-wrapper3 .depth-company-list-item-info-text-content-tooltip{min-width:calc(100vw - 50px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-top-tooltip>.tooltip-txt,.favorite-item-wrapper3 .depth-company-list-item-info-header-content-logo-tooltip>.tooltip-txt,.favorite-item-wrapper3 .depth-company-list-item-info-text-content-tooltip>.tooltip-txt{min-width:calc(50vw - 68px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-top-tooltip>.tooltip-txt,.favorite-item-wrapper3 .depth-company-list-item-info-header-content-logo-tooltip>.tooltip-txt,.favorite-item-wrapper3 .depth-company-list-item-info-text-content-tooltip>.tooltip-txt{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-top-tooltip{left:-148px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-top-tooltip{left:-183px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-logo-tooltip{left:-227px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3 .depth-company-list-item-info-header-content-logo-tooltip{left:-261px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .favorite-item-wrapper3 .depth-company-list-item-info-text-content-tooltip{left:-227px}
}

/* empty */
.empty-comprador>.table_area_no_data>h2{font-size:20px;color:#222;line-height:1.3;font-weight:700}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-comprador>.table_area_no_data>h2{width:288px}
}
.empty-comprador>.table_area_no_data>p{font-size:15px;color:#222;line-height:1.3;width:430px;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-comprador>.table_area_no_data>p{width:375px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-comprador>.table_area_no_data>p{max-width:205px}
    .empty-comprador>.table_area_no_data>p span{display:block}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .empty-comprador>.table_area_no_data{width:100%;gap:14px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-comprador>.table_area_no_data{height:400px;text-align:center}
    .empty-comprador>.table_area_no_data>img{margin-bottom:20px}
    .empty-comprador>.table_area_no_data>h2{padding-bottom:5px;font-size:16px}
    .empty-comprador>.table_area_no_data>p{font-size:14px;color:#6d6d6d}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-comprador>.table_area_no_data{padding-top:40px;padding-bottom:40px}
    .empty-comprador>.table_area_no_data>p{width:205px}
    .empty-comprador>.table_area_no_data>p>br{display:none}
}
.gnb-empty{display:none;}
.gnb-empty.active{width:100%;padding-top:120px;padding-bottom:160px;max-height:725px;background-color:#f8f8f8;display:flex;gap:30px;flex-direction:column;justify-content:center;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .gnb-empty.active{padding-top:60px;padding-bottom:100px;gap:18px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .gnb-empty{padding-left:16px;padding-right:16px}
}
.gnb-empty>h1{font-size:36px;line-height:1.3;color:#444;font-weight:700;font-family:'ClanOT';text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .gnb-empty>h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .gnb-empty>h1{max-width:300px}
}
.gnb-empty>div{max-width:874px;padding:70px 90px;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .gnb-empty>div{gap:0;padding:40px;max-width:636px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .gnb-empty>div{gap:0;padding:40px 20px;max-width:none;text-align:center}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .gnb-empty>div>img{margin-bottom:20px}
}
.gnb-empty>div>h2{color:#222;font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .gnb-empty>div>h2{font-size:16px;padding-bottom:5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .gnb-empty>div>h2{width:288px}
}
.gnb-empty>div>p{color:#222;font-size:15px;font-weight:400;text-align:center;width:430px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .gnb-empty>div>p{width:410px;font-size:14px;color:#6d6d6d}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .gnb-empty>div>p{max-width:205px}
    .gnb-empty>div>p span{display:block}
}
.gnb-empty>div>.button-primary{width:180px!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .gnb-empty>div>.button-primary{width:100%;margin-top:20px}
}
.site-empty{width:100%;padding-top:120px;padding-bottom:160px;background-color:#f8f8f8;display:flex;gap:30px;flex-direction:column;justify-content:center;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site-empty{padding-top:60px;padding-bottom:140px;gap:18px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty{padding-left:16px;padding-right:16px}
}
.site-empty>h1{font-size:36px;line-height:1.3;color:#444;font-weight:700;font-family:'ClanOT';text-align:center}
.site-empty>h1>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty>h1>br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site-empty>h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty>h1{max-width:300px}
}
.site-empty>div{max-width:940px;padding:70px 90px;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .site-empty>div{gap:0;padding:40px;max-width:550px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty>div{gap:0;padding:40px 20px;max-width:none;text-align:center}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site-empty>div>img{margin-bottom:20px}
}
.site-empty>div>h2{color:#222;font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site-empty>div>h2{font-size:16px;padding-bottom:5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty>div>h2{width:288px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .site-empty>div>div{padding-left:25px;padding-right:25px}
}
.site-empty>div>div>p{color:#222;font-size:15px;font-weight:400;text-align:center;width:760px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .site-empty>div>div>p{white-space:nowrap}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site-empty>div>div>p{width:420px;font-size:14px;color:#6d6d6d}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty>div>div>p{max-width:240px}
    .site-empty>div>div>p span{display:block}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site-empty>div>div>p:first-child{margin-bottom:6px}
}
.site-empty>div>button{margin-top:6px;color:#fff;width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site-empty>div>button{width:100%;margin-top:20px}
}
.empty-site{width:100%;padding-top:120px;padding-bottom:160px;background-color:#f8f8f8;display:flex;gap:30px;flex-direction:column;justify-content:center;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site{padding-top:60px;padding-bottom:140px;gap:18px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-site{padding-left:16px;padding-right:16px}
}
.empty-site>h1{font-size:36px;line-height:1.3;color:#444;font-weight:700;font-family:'ClanOT';text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site>h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-site>h1{max-width:300px}
}
.empty-site>div{max-width:575px;padding:70px 90px;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .empty-site>div{padding:40px;max-width:550px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-site>div{padding:40px 20px;max-width:none;width:100%;text-align:center}
}
.empty-site>div>img{margin-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site>div>img{margin-bottom:8px}
}
.empty-site>div>h2{color:#222;font-size:20px;font-weight:700;margin-bottom:4px}
.empty-site>div>h2>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-site>div>h2>br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site>div>h2{font-size:16px;margin-bottom:0}
}
.empty-site>div>p{color:#222;font-size:15px;font-weight:400;text-align:center;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .empty-site>div>p{white-space:nowrap}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site>div>p{width:420px;font-size:14px;color:#6d6d6d}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .empty-site>div>p{max-width:240px}
    .empty-site>div>p span{display:block}
}
.empty-site .empty-site-button-group{display:flex;gap:8px;margin-top:30px;width:100%;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site .empty-site-button-group{margin-top:24px}
}
.empty-site .empty-site-button-group .button-white-line-icon-left{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site .empty-site-button-group .button-white-line-icon-left{width:100%}
}
.empty-site .empty-site-button-group .button-primary{color:#fff;width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .empty-site .empty-site-button-group .button-primary{width:100%}
}
.depth-list-empty{display:none}
.depth-list-empty.active{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding-top:70px;padding-bottom:70px}
.depth-list-empty>h2{font-size:20px;color:#222;line-height:1.3;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-empty>h2{font-size:16px;margin-bottom:5px;margin-top:20px}
}
.depth-list-empty>p{font-size:15px;line-height:1.3;color:#222}
.depth-list-empty>p>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .depth-list-empty>p>br{display:block;text-align:center}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-empty>p{font-size:14px;color:#6d6d6d}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .depth-list-empty{padding-top:40px;padding-bottom:58px;gap:0}
}

.solicitud-tab{white-space:nowrap}

/* minipage */
.minipage #banner-carousel{position:relative;}
.minipage #banner-carousel .banner-carousel-item{width:100vw;height:360px}
.minipage #banner-carousel .banner-carousel-item>img{width:100%;height:100%;object-fit:cover}
.minipage #banner-carousel .owl-nav{bottom:-50px}
.minipage #banner-carousel .owl-nav>button{border-color:#aaa!important;background-color:none}
.minipage #banner-carousel .owl-nav>button>span{color:#aaa!important}
.minipage #banner-carousel .owl-nav>button:hover,.minipage #banner-carousel .owl-nav>button:focus{border-color:#da291c!important}
.minipage #banner-carousel .owl-nav>button:hover>span,.minipage #banner-carousel .owl-nav>button:focus>span{color:#da291c!important}
.minipage #banner-carousel .owl-dots{bottom:-50px}
.minipage #banner-carousel .owl-dots .owl-dot{background-color:#dfdfdf!important}
.minipage #banner-carousel .owl-dots .owl-dot.active{background-color:#da291c!important}
.minipage .featured-products{max-width:1180px;margin:0 auto;padding-top:70px}
.minipage .featured-products.mg-top{margin-top:80px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .featured-products{padding-top:32px}
}
.minipage .featured-products .featured-products-title{font-family:ClanOT;font-size:26px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin-bottom:40px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .featured-products .featured-products-title{font-size:18px}
}
.minipage .featured-products .featured-product-list{margin-top:31px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px 20px;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .featured-products .featured-product-list{margin-top:16px;padding:0 24px;grid-gap:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage .featured-products .featured-product-list{grid-template-columns:repeat(2,1fr)}
}
.minipage .featured-products .featured-product-list>li{overflow:hidden;border-radius:16px;border:1px solid #e3e3e3;cursor:pointer}
.minipage .featured-products .featured-product-list>li:hover{border-color:#da291c}
.minipage .featured-products .featured-product-list>li img{width:100%;aspect-ratio: 1;}
.minipage .featured-products .featured-product-list>li .card-title{padding:20px 10px;font-size:16px;font-weight:700;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.minipage .company-profile{background-color:#f8f8f8;padding:80px 0;margin-top:81px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile{margin-top:50px;padding:40px 0}
}
.minipage .company-profile .company-profile-content{max-width:1180px;margin:0 auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content{padding:0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage .company-profile .company-profile-content{padding:0 16px}
}
.minipage .company-profile .company-profile-content .company-profile-title{font-family:ClanOT;font-size:26px;font-weight:700;color:#222;text-align:center}
.minipage .company-profile .company-profile-content .profile-detail{width:100%;display:flex;gap:40px;margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail{flex-direction:column}
}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container{flex-shrink:0;width:380px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .profile-img-container{position:absolute;width:258px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage .company-profile .company-profile-content .profile-detail .profile-img-container{width:100%}
}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container>img{width:100%;}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider{width:260px;margin:16px auto 0;gap:260px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider{width:185px;margin-top:14px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider{width:185px;margin-top:14px}
}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider>button{width:56px;height:56px;z-index:1}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider>button>img{width:100%;height:100%}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-stage-outer{z-index:1}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-stage{margin:0 auto;}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav{bottom:50%;transform:translateY(50%);left:-60px;right:-60px;gap:0;justify-content:space-between}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav{left:-40px;right:-40px}
}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button{border-color:#aaa!important;background-color:none}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button>span{color:#aaa!important}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button.disabled:hover{border-color:#e1e1e1!important;}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:hover,.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:focus{border-color:#da291c!important}
.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:hover>span,.minipage .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:focus>span{color:#da291c!important}
.minipage .company-profile .company-profile-content .profile-detail .info-list{display:flex;flex-direction:column;flex-grow:1;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .info-list{gap:20px}
}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group{display:flex;padding-left:10px;padding-right:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .info-list .info-group{flex-direction:column;gap:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-detail .info-list .info-group:nth-child(1){margin-top:10px}
    .minipage .company-profile .company-profile-content .profile-detail .info-list .info-group:nth-child(-n+4){padding-left:276px}
    .minipage .company-profile .company-profile-content .profile-detail .info-list .info-group:nth-child(4){margin-bottom:91px}
}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .info-label{display:flex;align-items:center;min-width:180px;height:18px;flex-shrink:0;font-size:14px;font-weight:700;line-height:1.3;text-align:left;color:#222}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .info-label .question-icon{margin-left:3px}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .info-value{flex-grow:1;font-size:14px;line-height:1.3;text-align:left;color:#555}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .cert-logo{margin-right:4px}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .question-btn-container{position:relative}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .question-btn-container .question-tooltip{position:absolute;left:0;width:350px;padding:20px;border-radius:16px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);background-color:#fff}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .question-btn-container .question-tooltip:not(.show){display:none}
.minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .question-btn-container .question-tooltip.second{width:315px}
.minipage .company-profile .company-profile-content .profile-description{border-top:1px solid #dfdfdf;margin-top:50px;padding:40px 10px 0;font-size:14px;line-height:1.3;color:#555;text-align: justify;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .company-profile .company-profile-content .profile-description{padding-top:30px;margin-top:30px}
    .minipage .company-profile .company-profile-content .profile-detail .info-list .info-group .question-btn-container .question-tooltip{left:-42px;}
}
.minipage .contact-information{max-width:1180px;margin:0 auto;padding-top:80px;padding-bottom:120px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information{padding-top:50px;padding-bottom:80px}
}
.minipage .contact-information .contact-information-title{font-family:ClanOT;font-size:26px;font-weight:700;color:#222;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information .contact-information-title{font-size:18px}
}
.minipage .contact-information .contact-information-content{display:flex;padding:40px 0;margin-top:30px;border-radius:16px;background:#f8f8f8;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information .contact-information-content{margin:16px 24px 0;padding:40px 20px 30px;flex-direction:column}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage .contact-information .contact-information-content{margin:16px 16px 0}
}
.minipage .contact-information .contact-information-content .contact-profile{width:380px;flex-shrink:0;padding:0 112.5px}
.minipage .contact-information .contact-information-content .contact-profile .profile-img{width:100%}
.minipage .contact-information .contact-information-content .contact-profile .profile-name{margin-top:16px;font-size:16px;font-weight:700;line-height:1.3;text-align:center;color:#222; word-break: break-word;}
.minipage .contact-information .contact-information-content .contact-profile .profile-description{margin-top:10px;font-size:13px;line-height:1.3;text-align:center;color:#555;word-break:break-word;}
.minipage .contact-information .contact-information-content .contact-profile .contact-btn{margin:10px auto 0;width:140px}
.minipage .contact-information .divider{width:1px;align-self:stretch;background-color:#dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information .divider{width:100%;height:1px;margin-top:40px;margin-bottom:30px}
}
.minipage .contact-information .contact-info-list{display:flex;flex-direction:column;gap:16px;padding:11px 40px;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information .contact-info-list{gap:20px;padding:0 10px}
}
.minipage .contact-information .contact-info-list .contact-info-group{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information .contact-info-list .contact-info-group{flex-direction:column;align-items:flex-start;gap:8px}
}
.minipage .contact-information .contact-info-list .contact-info-group .contact-info-label{display:flex;align-items:center;width:150px;min-width:150px;height:18px;font-size:14px;font-weight:700;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage .contact-information .contact-info-list .contact-info-group .contact-info-label{font-size:15px}
}
.minipage .contact-information .contact-info-list .contact-info-group .contact-info-value{display:flex;align-items:center;font-size:14px;line-height:1.3;text-align:left;color:#555;flex-wrap:wrap;gap:5px;}
.minipage .contact-information .contact-info-list .contact-info-group .contact-info-value a{color:inherit;word-break:normal;text-align: justify}
.minipage .contact-information .contact-info-list .contact-info-group .contact-info-value .sns-link{margin-right:8px}
.minipage .contact-information .contact-info-list .contact-info-group .contact-info-value .flag-icon{margin-right:8px}
.minipage .align-items-center{align-items:center}

.theme-primary-background-1{background-color:#0d56bc}
.theme-secondary-background-1{background-color:#0046a8}
.theme-tertiary-background-1{background-color:#77e7ff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-primary-background-1{background-color:#0d56bc}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-secondary-background-1{background-color:#0046a8}
}
.theme-link-color-1:hover{color:#77e7ff!important}
.theme-primary-background-2{background-color:#14a655}
.theme-secondary-background-2{background-color:#008e3f}
.theme-tertiary-background-2{background-color:#a5ff96}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-primary-background-2{background-color:#14a655}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-secondary-background-2{background-color:#008e3f}
}
.theme-link-color-2:hover{color:#a5ff96!important}
.theme-primary-background-3{background-color:#f56600}
.theme-secondary-background-3{background-color:#e1590c}
.theme-tertiary-background-3{background-color:#ffc163}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-primary-background-3{background-color:#f56600}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-secondary-background-3{background-color:#e1590c}
}
.theme-link-color-3:hover{color:#ffc163!important}
.theme-primary-background-4{background-color:#8a38c9}
.theme-secondary-background-4{background-color:#68259b}
.theme-tertiary-background-4{background-color:#dfb5ff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-primary-background-4{background-color:#8a38c9}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-secondary-background-4{background-color:#68259b}
}
.theme-link-color-4:hover{color:#dfb5ff!important}
.theme-primary-background-5{background-color:#009eac}
.theme-secondary-background-5{background-color:#008894}
.theme-tertiary-background-5{background-color:#8debff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-primary-background-5{background-color:#009eac}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-secondary-background-5{background-color:#008894}
}
.theme-link-color-5:hover{color:#8debff!important}
.theme-primary-background-6{background-color:#d31878}
.theme-secondary-background-6{background-color:#b9005f}
.theme-tertiary-background-6{background-color:#ffc0f5}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-primary-background-6{background-color:#d31878}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mt-theme-secondary-background-6{background-color:#b9005f}
}
.theme-link-color-6:hover{color:#ffc0f5!important}

.minipage-header .minipage-logo-line{height:100px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line{height:auto}
}
.minipage-header .minipage-logo-line .minipage-logo-container{margin:0 auto;max-width:1180px;height:100%;display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container{flex-direction:column}
}
.minipage-header .minipage-logo-line .minipage-logo-container .logo-title{display:flex;align-items:center;gap:10px;flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container .logo-title{padding:20px 24px 16px;align-self:baseline}
}
.minipage-header .minipage-logo-line .minipage-logo-container .logo-title .logo-img{flex-shrink:0}
.minipage-header .minipage-logo-line .minipage-logo-container .logo-title .logo-img>img{width:60px;height:60px}
.minipage-header .minipage-logo-line .minipage-logo-container .logo-title>span{font-size:24px;font-weight:700;color:#000;line-height:1.3;word-break:normal;text-align: justify}
.minipage-header .minipage-logo-line .minipage-logo-container .badges{display:flex;align-items:center;margin-left:21px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container .badges{margin-left:0;height:48px;padding:0 24px;width:100%}
    .minipage-header .minipage-logo-line .minipage-logo-container .badges.minipage-search-container {gap:10px;}
    .minipage-header .minipage-logo-line .minipage-logo-container .badges.minipage-search-container .minipage-search-input{width:100%;}
    .minipage-header .minipage-logo-line .minipage-logo-container .logo-title>span{font-size:18px;}
}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .badge-link{margin-left:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container .badges .badge-link{margin-left:4px}
}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .badge-link>img{width:30px;height:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container .badges .badge-link>img{width:20px;height:20px}
}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .badge-link:first-child{margin-left:0}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .question-btn-container{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container .badges .question-btn-container{position:unset}
}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .question-btn-container .question-btn{margin-left:2px}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .question-btn-container .question-tooltip{position:absolute;right:0;z-index:1000;width:235px;padding:20px;border-radius:16px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);background-color:#fff;font-size:13px;}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .question-btn-container .question-tooltip:not(.show){display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-logo-line .minipage-logo-container .badges .question-btn-container .question-tooltip{right:unset;left:24px}
}
.minipage-header .minipage-logo-line .minipage-logo-container .badges .m-right-buttons{margin-left:auto}
.minipage-header .minipage-links{height:58px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-links{display:none;position:fixed;top:0;right:0;left:0;bottom:0;height:100%;z-index:1600;overflow-y:auto}
    .minipage-header .minipage-links.open{display:block!important}
}
.minipage-header .minipage-links .m-minipage-link-popup-header{padding:0 16px}
.minipage-header .minipage-links .m-minipage-link-popup-header .popup-top{display:flex;align-items:center;justify-content:right;height:72px}
.minipage-header .minipage-links .m-minipage-link-popup-header .minipage-header-title{display:flex;flex-direction:column;align-items:center;padding:40px 0}
.minipage-header .minipage-links .m-minipage-link-popup-header .minipage-header-title .minipage-logo-icon{width:70px;height:70px}
.minipage-header .minipage-links .m-minipage-link-popup-header .minipage-header-title .title-text{margin-top:8px;font-size:22px;font-weight:700;line-height:1.3;color:#fff;text-align:center;}
.minipage-header .minipage-links .minipage-slider-container{position:relative;top:57px;max-width:1180px;margin:0 auto;height:2px;z-index:999}
.minipage-header .minipage-links .minipage-slider-container.hidden{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-links .minipage-slider-container{display:none}
}
.minipage-header .minipage-links .minipage-slider-container .minipage-slider{position:absolute;top:0;left:14px;right:0;bottom:0}
.minipage-header .minipage-links .minipage-slider-container .minipage-slider .circle-background{position:absolute;top:50%;left:0;width:14px;height:14px;transform:translate(-7px,-50%);border-radius:50%;background-color:rgba(255,255,255,.3)}
.minipage-header .minipage-links .minipage-slider-container .minipage-slider .circle-background .circle{position:absolute;top:50%;left:50%;width:8px;height:8px;transform:translate(-50%,-50%);border-radius:50%}
.minipage-header .minipage-links .minipage-container{display:flex;align-items:center;max-width:1180px;height:58px;margin:0 auto;z-index:2;}
.minipage-header .minipage-links .minipage-links-container{display:flex;align-items:center;height:100%;margin:0 auto;z-index: 99}
.minipage-header .minipage-links .minipage-search-container{display:flex;align-items:flex-start;max-width:1180px;height:58px;margin:0 auto;justify-content:end;}
.minipage-header .minipage-links .minipage-search-container .minipage-search-item{display:flex;align-items:center;gap:10px;}
.minipage-header .minipage-links .minipage-search-container .minipage-search-input{width:400px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header .minipage-links .minipage-links-container{padding-top:50px;flex-direction:column;gap:30px}
}
.minipage-link-item{position:relative}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .minipage-link-item .minipage-sublink{display:none}
}
.minipage-header-link{flex-shrink:0;font-size:16px;color:#fff;text-decoration:none;padding:0 20px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .minipage-header-link{display:flex;align-items:center;height:58px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-header-link{font-size:20px;font-weight:700;line-height:1.3}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .minipage-sublink{position:absolute;top:44px;padding:20px;border-radius:16px;background-color:#fff;z-index:9999;text-align:center}
    .minipage-sublink a{font-size:14px;line-height:1.3;letter-spacing:normal;text-align:center;color:#222}
    .minipage-sublink a:hover{color:#da291c!important}
    .minipage-sublink li~li{margin-top:12px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-sublink{margin-top:10px;color:#fff;text-align:center;font-size:16px}
    .minipage-sublink li~li{margin-top:10px}
}
.minipage-sublink a{color:inherit;text-decoration:none}
.minipage-contact-information .contact-information{max-width:1180px;margin:0 auto;padding-top:80px;padding-bottom:120px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information{padding-top:40px;padding-bottom:80px}
}
.minipage-contact-information .contact-information .contact-information-title{font-family:ClanOT;font-size:26px;font-weight:700;color:#222;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information .contact-information-title{font-size:18px}
}
.minipage-contact-information .contact-information .contact-information-content{display:flex;padding:40px 0;margin-top:30px;border-radius:16px;background:#f8f8f8;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information .contact-information-content{margin:16px 24px 0;padding:40px 20px 30px;flex-direction:column}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-contact-information .contact-information .contact-information-content{margin:16px 16px 0}
}
.minipage-contact-information .contact-information .contact-information-content .contact-profile{width:380px;flex-shrink:0;padding:0 112.5px}
.minipage-contact-information .contact-information .contact-information-content .contact-profile .profile-img{width:100%}
.minipage-contact-information .contact-information .contact-information-content .contact-profile .profile-name{margin-top:16px;font-size:16px;font-weight:700;line-height:1.3;text-align:center;color:#222; word-break: break-word;}
.minipage-contact-information .contact-information .contact-information-content .contact-profile .profile-description{margin-top:10px;font-size:13px;line-height:1.3;text-align:center;color:#555; word-break: break-word;}
.minipage-contact-information .contact-information .contact-information-content .contact-profile .contact-btn{margin:10px auto 0;width:140px}
.minipage-contact-information .contact-information .divider{width:1px;align-self:stretch;background-color:#dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information .divider{width:100%;height:1px;margin-top:40px;margin-bottom:30px}
}
.minipage-contact-information .contact-information .contact-info-list{display:flex;flex-direction:column;gap:16px;padding:11px 40px;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information .contact-info-list{gap:20px;padding:0 10px}
}
.minipage-contact-information .contact-information .contact-info-list .contact-info-group{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information .contact-info-list .contact-info-group{flex-direction:column;align-items:flex-start;gap:8px}
}
.minipage-contact-information .contact-information .contact-info-list .contact-info-group .contact-info-label{display:flex;align-items:center;width:150px;min-width:150px;height:18px;font-size:14px;font-weight:700;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-contact-information .contact-information .contact-info-list .contact-info-group .contact-info-label{font-size:15px}
}
.minipage-contact-information .contact-information .contact-info-list .contact-info-group .contact-info-value{display:flex;align-items:center;font-size:14px;line-height:1.3;text-align:left;color:#555;flex-wrap:wrap;gap:5px;}
.minipage-contact-information .contact-information .contact-info-list .contact-info-group .contact-info-value a{color:inherit;word-break:normal;text-align: justify}
.minipage-contact-information .contact-information .contact-info-list .contact-info-group .contact-info-value .sns-link{margin-right:8px}
.minipage-contact-information .contact-information .contact-info-list .contact-info-group .contact-info-value .flag-icon{margin-right:8px}
.contact-profile img{border:1px solid #ececec;border-radius:100px;box-sizing:border-box;}
.contact-profile {word-break: normal;text-align: justify;}
.minipage .featured-products {max-width: 1180px;margin: 0 auto;padding-top: 40px;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .minipage .featured-products {}
}
.minipage .featured-products .featured-product-list {margin-top: 0px;grid-template-columns: repeat(3, 1fr);}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .minipage .featured-products .featured-product-list {margin-top: 16px;padding: 0 24px;grid-gap: 20px;}
}
@media (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
    .minipage .featured-products .featured-product-list {grid-template-columns: repeat(2, 1fr);}
}
.minipage .featured-products .featured-product-list > li {display:flex;flex-direction:column;justify-content:space-between;}
.minipage-contact-information .contact-information .contact-info-list {display: flex;flex-direction: column;gap: 16px;padding: 11px 40px;width: 100%;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .minipage-contact-information .contact-information .contact-info-list {gap: 20px;padding: 0 10px;}
}
.minipage .contact-info-group {padding: 0px 10px;display: flex;align-items: center;margin-bottom: 10px;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .minipage .contact-info-group {flex-direction: column;align-items: flex-start;gap: 8px;}
}
.minipage .contact-info-group .contact-info-label {display: flex;align-items: center;width: 150px;min-width: 150px;height: 18px;font-size: 14px;font-weight: bold;line-height: 1.3;color: #222;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .minipage .contact-info-group .contact-info-label {font-size: 15px;}
}
.minipage .contact-info-group .contact-info-value {display: flex;align-items: center;font-size: 14px;line-height: 1.3;text-align: left;color: #555;overflow: hidden;word-break: normal;}

.showroom-pdlist .featured-products{padding-top:80px;padding-bottom:120px;max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showroom-pdlist .featured-products{padding-top:40px;padding-bottom:80px}
}
.showroom-pdlist .featured-products .featured-products-title{font-family:ClanOT;font-size:26px;font-weight:700;line-height:1.3;text-align:center;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showroom-pdlist .featured-products .featured-products-title{font-size:18px}
}
.showroom-pdlist .featured-products .featured-product-list{margin-top:31px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px 20px;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showroom-pdlist .featured-products .featured-product-list{margin-top:16px;padding:0 24px;grid-gap:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .showroom-pdlist .featured-products .featured-product-list{grid-template-columns:repeat(2,1fr)}
}
.showroom-pdlist .featured-products .featured-product-list>li{overflow:hidden;border-radius:16px;border:1px solid #e3e3e3;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;}
.showroom-pdlist .featured-products .featured-product-list>li:hover{border-color:#da291c}
.showroom-pdlist .featured-products .featured-product-list>li img{width:100%;aspect-ratio: 1;}
.showroom-pdlist .featured-products .featured-product-list>li .card-title{padding:20px;font-size:16px;font-weight:700;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showroom-pdlist .more-btn{margin-top:20px}
    .showroom-pdlist .featured-products .featured-product-list>li>div{height:auto;}
    .showroom-pdlist .featured-products .featured-product-list>li img{height:100%;}
}
.minipage-showroom-profile{padding-bottom:120px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile{padding-bottom:80px}
}
.minipage-showroom-profile .company-profile{padding:80px 0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile{padding:40px 0}
}
.minipage-showroom-profile .company-profile .company-profile-content{max-width:1180px;margin:0 auto}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content{padding:0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .company-profile .company-profile-content{padding:0 16px}
}
.minipage-showroom-profile .company-profile .company-profile-content .company-profile-title{font-family:ClanOT;font-size:26px;font-weight:700;color:#222;text-align:center}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail{width:100%;display:flex;gap:40px;margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail{flex-direction:column}
}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container{flex-shrink:0;width:380px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container{position:absolute;width:258px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container{width:100%}
}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container>img{width:100%}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider{width:260px;margin:16px auto 0;gap:260px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider{width:185px;margin-top:14px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider{width:185px;margin-top:14px}
}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider>button{width:56px;height:56px;z-index:1}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider>button>img{width:100%;height:100%}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-stage-outer{z-index:1}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav{bottom:50%;transform:translateY(50%);left:-60px;right:-60px;gap:0;justify-content:space-between}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav{left:-40px;right:-40px}
}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button{border-color:#aaa!important;background-color:none}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button>span{color:#aaa!important}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:hover,.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:focus{border-color:#da291c!important}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:hover>span,.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .profile-img-container #profile-img-slider .owl-nav>button:focus>span{color:#da291c!important}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list{display:flex;flex-direction:column;flex-grow:1;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list{gap:20px}
}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group{display:flex;padding-left:10px;padding-right:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group{flex-direction:column;gap:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group:nth-child(1){margin-top:10px}
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group:nth-child(-n+4){padding-left:276px}
    .minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group:nth-child(4){margin-bottom:91px}
}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group .info-label{display:flex;align-items:center;width:180px;height:18px;flex-shrink:0;font-size:14px;font-weight:700;line-height:1.3;text-align:left;color:#222}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group .info-label .question-icon{margin-left:3px}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group .info-value{flex-grow:1;font-size:14px;line-height:1.3;text-align:left;color:#555}
.minipage-showroom-profile .company-profile .company-profile-content .profile-detail .info-list .info-group .cert-logo{margin-right:4px}
.minipage-showroom-profile .company-profile .company-profile-content .profile-description{margin-top:30px;padding:30px;font-size:14px;line-height:1.3;color:#555;border-radius:16px;background-color:#f8f8f8}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .company-profile .company-profile-content .profile-description{padding-top:30px;margin-top:30px}
}
.minipage-showroom-profile .contact-information{max-width:1180px;margin:0 auto;padding-top:80px;padding-bottom:120px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .contact-information{padding-top:50px;padding-bottom:80px}
}
.minipage-showroom-profile .contact-information .contact-information-title{font-family:ClanOT;font-size:26px;font-weight:700;color:#222;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .contact-information .contact-information-title{font-size:18px}
}
.minipage-showroom-profile .registration-detail{margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .registration-detail{margin-top:50px}
}
.minipage-showroom-profile .registration-detail .registration-detail-list{display:flex;flex-direction:column;padding:30px;border-bottom:1px solid #222;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .registration-detail .registration-detail-list{gap:20px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .registration-detail .registration-detail-list{padding:30px 10px}
}
.minipage-showroom-profile .registration-detail .registration-detail-list>li{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .registration-detail .registration-detail-list>li{flex-direction:column;gap:8px}
}
.minipage-showroom-profile .registration-detail .registration-detail-list>li .registration-label{display:flex;align-items:center;font-size:14px;font-weight:700;line-height:1.3;color:#222;width:156px;flex-shrink:0;gap:5px}
.minipage-showroom-profile .registration-detail .registration-detail-list>li .registration-value{font-size:14px;line-height:1.3;text-align:left;color:#555}
.minipage-showroom-profile .product-detail-analytics-content{margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content{width:100%;max-width:none}
}
.minipage-showroom-profile .product-detail-analytics-content-graph-wrapper{display:flex;gap:20px;margin-top:50px;margin-bottom:80px;padding-bottom:40px;border-bottom:1px solid #222}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-graph-wrapper{flex-direction:column;flex-wrap:wrap}
}
.minipage-showroom-profile .product-detail-analytics-content-graph-item{width:580px;max-width:580px;display:flex;flex-direction:column;gap:20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-graph-item{width:50%;max-width:none}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-graph-item{width:100%;max-width:none}
}
.minipage-showroom-profile .product-detail-analytics-content-graph-item>h3{text-align:center;font-size:18px;line-height:1.3;color:#2c2c2c;font-weight:500}
.minipage-showroom-profile .product-detail-analytics-content-graph-item-chart{padding:10px;border:1px solid #dfdfdf;border-radius:16px}
.minipage-showroom-profile .product-detail-analytics-content-info{padding:50px 30px 40px;display:flex;flex-direction:column;gap:20px;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info{padding-top:36px;gap:16px;padding:40px 0}
}
.minipage-showroom-profile .product-detail-analytics-content-info>h3{font-size:18px;font-weight:500;line-height:1.3;color:#2c2c2c}
.minipage-showroom-profile .product-detail-analytics-content-info-item{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item{padding-bottom:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item{gap:8px}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item>p{color:#6d6d6d;line-height:1.3;display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item>p{align-items:flex-end}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item>p>span{font-size:14px;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item>p>span{font-size:10px}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item>p>b{font-size:15px;font-weight:600}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item>p>b{font-size:12px}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box{border-radius:16px;border:1px solid #dfdfdf}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-head{background-color:#f8f8f8;border-top-left-radius:16px;border-top-right-radius:16px;padding:12px 30px;display:flex;color:#6d6d6d;font-size:13px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-head{font-size:12px;padding:8px 12px}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-head>p{width:14%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-head>p{width:30%}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-head>span{width:86%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-head>span{width:70%}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-body{padding-top:10px;padding-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-body{padding-top:4px;padding-bottom:4px}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-body>div{padding:15px 30px;display:flex;color:#555;font-size:13px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-body>div{font-size:12px;padding:10px 12px;align-items:center}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-body>div>p{width:14%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-body>div>p{width:30%}
}
.minipage-showroom-profile .product-detail-analytics-content-info-item-box-body>div>span{width:86%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .product-detail-analytics-content-info-item-box-body>div>span{width:70%}
}
.minipage-showroom-profile .product-detail-analytics-content-info>strong{color:#da291c;font-size:12px;line-height:1.3}
.minipage-showroom-profile .product-detail-analytics-content-info>strong>img{margin-left:10px}
.minipage-showroom-profile .historical-overview{margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .historical-overview{margin-top:50px}
}
.minipage-showroom-profile .historical-overview .historical-list{display:flex;flex-direction:column;padding:30px;gap:10px;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .historical-overview .historical-list{gap:20px;padding:30px 10px}
}
.minipage-showroom-profile .historical-overview .historical-list>li{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .historical-overview .historical-list>li{flex-direction:column}
}
.minipage-showroom-profile .historical-overview .historical-list>li .year{width:60px;flex-shrink:0;font-size:14px;font-weight:700;line-height:1.3;color:#222}
.minipage-showroom-profile .historical-overview .historical-list>li .history-content{font-size:14px;line-height:1.3;text-align:left;color:#555;word-break: normal;text-align: justify;}
.minipage-showroom-profile .videos{margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .videos{margin-top:50px}
}
.minipage-showroom-profile .videos .article-title{border:none!important}
.minipage-showroom-profile .videos .videos-list{display:flex;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .videos .videos-list{gap:20px;padding:30px 10px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .videos .videos-list{flex-wrap:wrap;display:grid;grid-template-columns:repeat(2,1fr)}
}
.minipage-showroom-profile .videos .videos-list>li{width:100%;display:flex;flex-direction:column;gap:8px}
.minipage-showroom-profile .videos .videos-list>li p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:400;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .videos .videos-list>li p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
}
.minipage-showroom-profile .align-items-center{align-items:center}
.minipage-showroom-profile .article-title{font-family:ClanOT;font-size:26px;font-weight:700;line-height:1.3;text-align:center;color:#222;padding-bottom:30px;border-bottom:2px solid #222}
.minipage-showroom-profile .article-title.content-info-title{margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .article-title.content-info-title{margin-top:50px}
}

.minipage-showroom-profile .question-btn-container {position: relative;}
.minipage-showroom-profile .question-btn-container .question-tooltip {position: absolute;left: 0;width: 350px;padding: 20px;border-radius: 16px;box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);background-color: #fff;}
.minipage-showroom-profile .question-btn-container .question-tooltip:not(.show) {display: none;}
.minipage-showroom-profile .question-btn-container .question-tooltip.second {width: 315px;}
.minipage-showroom-profile .videos .videos-list > li {max-height: 148px; max-width: 256px;position:relative;}
.minipage-showroom-profile .videos .videos-list > li:after{content:'';position:absolute;width:40px;height:40px;background:url('/icons/web/icon_play.svg') no-repeat center center;left:44%;top:33%;}
.minipage-showroom-profile .videos .videos-list > li > img {min-height: 140px; max-width: 256px;border-radius:5px;}
.minipage-showroom-profile .historical-overview .historical-list > li {word-break: normal;text-align: justify;}
.minipage-showroom-profile .historical-overview .historical-list > li .year {width: 80px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .minipage-showroom-profile .videos .videos-list > li:after{left:42%;top:30%;}
    .minipage-showroom-profile .question-btn-container .question-tooltip{left:-10px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .minipage-showroom-profile .videos .videos-list > li:after{left:36%;top:30%;}
    .minipage-showroom-profile .question-btn-container .question-tooltip{left:-45px;}
}

/* sobre */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sobre{max-width:1180px;margin:0 auto;margin-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sobre{margin:0 24px 44px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sobre{margin:0 16px 44px}
}
.sobre .breadcrumb{margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sobre .breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .sobre .breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .sobre .breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.sobre .img-title-section{position:relative;overflow:hidden;display:flex;align-items:center}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .sobre .img-title-section{height:320px;margin-top:80px;padding-left:60px;border-radius:16px;background-image:linear-gradient(89deg,rgba(0,0,0,.3) 0%,rgba(38,53,74,.47) 0%,rgba(38,46,74,0) 66%,rgba(38,46,74,0) 100%)}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .sobre .img-title-section{height:230px;margin-top:44px;padding-left:40px;border-radius:5px;background-image:linear-gradient(89deg,rgba(0,0,0,.3) 0%,rgba(38,53,74,.47) 0%,rgba(38,46,74,0) 33%,rgba(38,46,74,0) 81%,rgba(38,53,74,.21) 100%,rgba(38,46,74,0) 100%)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .sobre .img-title-section{height:105px;margin-top:44px;padding-left:20px;border-radius:5px;background-image:linear-gradient(89deg,rgba(0,0,0,.3) 0%,rgba(38,53,74,.47) 0%,rgba(38,46,74,0) 79%,rgba(38,46,74,.06) 100%)}
}
.sobre .img-title-section .background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1}
.sobre .img-title-section .title{font-family:ClanOT;font-weight:700;line-height:1.3;color:#fff;font-size:44px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sobre .img-title-section .title{font-size:24px}
}
.sobre .img-title-section .title .subtitle{font-family:'Roboto';font-size:20px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sobre .img-title-section .title .subtitle{font-size:13px;font-weight:500}
}
.sobre .descriptions{margin:50px 0 120px;font-family:'Roboto';line-height:1.3;color:#555;padding:0 10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sobre .descriptions{padding:0 12px;margin:24px 0 80px}
}
.sobre .descriptions .bold-description{font-size:18px;font-weight:600;line-height:inherit;margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sobre .descriptions .bold-description{font-size:16px;margin-bottom:12px}
}
.sobre .descriptions .normal-description{font-size:16px;font-weight:300;line-height:inherit;margin-bottom:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .sobre .descriptions .normal-description{font-size:15px}
}
.sobre .descriptions .normal-description:last-child{margin-bottom:0}

/* site_map */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .site_map{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .site_map{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site_map{margin:0 16px;padding-bottom:81px}
}
.site_map .breadcrumb{margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site_map .breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .site_map .breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .site_map .breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.site_map .title{font-family:ClanOT;font-weight:700;line-height:1.3;text-align:center;color:#222;border:0 solid #000;border-bottom-width:1px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .site_map .title{margin-top:80px;font-size:36px;padding-bottom:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site_map .title{margin-top:44px;font-size:20px;padding-bottom:16px}
}
.site_map .site-section{border-bottom:1px solid #dfdfdf;padding:40px 10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site_map .site-section{padding:36px 0}
}
.site_map .site-section .site-title{display:flex;align-items:center;font-family:'Roboto';font-size:16px;font-weight:700;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site_map .site-section .site-title{font-size:15px}
}
.site_map .site-section .site-title>picture{margin-right:8px}
.site_map .site-section .site-list{display:flex;flex-wrap:wrap;margin-top:15px;width:100%;gap:8px}
.site_map .site-section .site-list .site-item{width:calc(50% - 4px)}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .site_map .site-section .site-list .site-item{width:100%}
}
.site_map .site-section .site-list .site-item>button{font-family:'Roboto';text-align:left;font-size:14px;color:#6d6d6d}
.site_map .site-section .site-list .site-item>button:hover{color:#da291c}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .site_map .site-section .site-list .site-item>button{font-size:13px}
}

/* contact-us */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .contact-us{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .contact-us{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-us{margin:0 16px;padding-bottom:81px}
}
.contact-us .breadcrumb{margin-top:16px}
.contact-us .title{font-family:ClanOT;font-weight:700;line-height:1.3;text-align:center;color:#222;border-bottom:1px solid #000}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .contact-us .title{margin-top:80px;font-size:36px;padding-bottom:30px;margin-bottom:80px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .title{margin-top:44px;margin-bottom:48px;padding-bottom:16px;font-size:20px;border-bottom-width:2px}
}
.contact-us .section-title{font-size:20px;font-weight:700;line-height:1.3;text-align:left;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .section-title{font-size:15px}
}
.contact-us .section-title .dot{display:inline-block;width:4px;height:4px;margin-left:2px;border-radius:50%;background:#da291c}
.contact-us .office-info-list{margin-top:40px;display:flex;gap:70px;justify-content:center}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .contact-us .office-info-list{margin-top:24px;gap:26px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-us .office-info-list{margin-top:24px;flex-direction:column;gap:28px}
}
.contact-us .office-info{width:254px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .contact-us .office-info{width:204px}
}
.contact-us .divider{width:1px;align-self:stretch;background-color:#dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-us .divider{width:100%;height:1px}
}
.contact-us .office-info-title{margin-top:9px;font-size:15px;font-weight:600;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .office-info-title{margin-top:12px;font-size:13px;margin-left:12px;}
}
.contact-us .office-info-content{display:flex;margin-top:5px;font-size:20px;font-weight:300;line-height:1.3;color:#222}
.contact-us .office-info-content img{margin-right:8px;width:28px;height:20px;margin-top:4px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .office-info-content{font-size:16px;margin-left:12px;}
}
.contact-us .office-info-content .flag-icon{margin-right:8px}
.contact-us .map-section-title{margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .map-section-title{margin-top:48px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-us .map-section-title{margin-top:48px}
}
.contact-us .telephone-info{display:flex;align-items:center;margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .telephone-info{padding:0 12px;flex-direction:column;align-items:start;margin-top:24px}
}
.contact-us .telephone-info .telephone-title{margin-right:20px;font-size:15px;font-weight:600;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .telephone-info .telephone-title{font-size:13px;font-weight:500}
}
.contact-us .telephone-info .telephone-number{display:flex;align-items:center;font-size:20px;font-weight:300;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .telephone-info .telephone-number{margin-top:4px;font-size:16px;letter-spacing:-0.7px;}
}
.contact-us .telephone-info .telephone-number img{margin-right:8px}
.contact-us .map{margin-top:15px;height:260px;background:#aaa;border-radius:16px}
.contact-us .map iframe{border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-us .map{height:180px;border-radius:5px}
    .contact-us .map iframe{border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-us .map{margin-left:12px;margin-right:12px}
    .contact-us .map iframe{border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;}
}

/* cookie-policy */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .cookie-policy{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .cookie-policy{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .cookie-policy{margin:0 16px;padding-bottom:81px}
}
.cookie-policy .breadcrumb{margin-top:16px}
.cookie-policy .title{font-family:ClanOT;font-weight:700;line-height:1.3;text-align:center;color:#222;border:0 solid #000;border-bottom-width:1px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .cookie-policy .title{margin-top:80px;font-size:36px;padding-bottom:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-policy .title{margin-top:44px;font-size:20px;padding-bottom:16px;border-bottom-width:0}
}
.cookie-policy .main-content{padding:60px 70px;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-policy .main-content{padding:0;border-bottom-width:0}
}
.cookie-policy .term-and-conditions_title{font-weight:700;text-align:center;color:#222;width:428px;margin:0 auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .cookie-policy .term-and-conditions_title{font-size:28px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-policy .term-and-conditions_title{font-size:20px}
}
.cookie-policy .content-title{font-size:16px;font-weight:700;color:#222;margin-bottom:4px;margin-top:24px}
.cookie-policy .content-title:first-child{margin-top:0}
.cookie-policy .term-content{display:flex;flex-direction:column;padding:30px;margin-top:4px;border-radius:16px;background-color:#f8f8f8;gap:24px;color:#222;font-size:13px;font-weight:300}
.cookie-policy .term-content.browser-cookie{gap:16px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .cookie-policy .term-content{padding:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-policy .term-content{padding:24px}
}
.cookie-policy .term-content div{font-size:inherit;font-weight:inherit;color:inherit;line-height:1.3}
.cookie-policy .term-content>div{display:flex;flex-direction:column;gap:4px}
.cookie-policy .term-content .list-item{position:relative;padding-left:12px;font-weight:300}
.cookie-policy .term-content .list-item::before{content:"";display:block;position:absolute;top:6px;left:0;width:4px;height:4px;background-color:#da291c}
.cookie-policy .term-content a{font-weight:500;color:#222;text-decoration:none}
.cookie-policy .term-content .term-title{font-size:15px;font-weight:700;text-decoration:underline}
.cookie-policy .term-content .term-subtitle{font-size:13px;font-weight:500;margin-top:4px}
.cookie-policy .term-content .term-emphasis-message{font-size:14px;font-weight:500}
.cookie-policy .term-content .mt-4{margin-top:4px}
.cookie-policy .term-content .help-desk-links{display:flex;align-items:center;color:#da291c;font-size:13px}
.cookie-policy .term-content .help-desk-links img{margin-right:4px}
.cookie-policy .term-content .help-desk-links span{font-weight:700}
.cookie-policy .term-content .help-desk-links a{color:inherit}
.cookie-policy .term-content .help-desk-links .mail_icon{margin-left:20px}
.cookie-policy .bottom-button{margin-top:23px;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cookie-policy .bottom-button{margin-top:20px}
}

/* compare_product */
.compare_product{padding-bottom:80px}
.compare_product .breadcrumb{max-width:1180px;margin:15px auto 0}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .compare_product .breadcrumb{margin:12px 24px 0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .breadcrumb{margin:12px 16px 0}
}
.compare_product .compare_product_title{font-size:36px;font-weight:700;font-family:"ClanOT";line-height:1.3;color:#222;text-align:center;margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_product_title{font-size:20px;margin-top:40px}
}
.compare_product .compare_product_content{max-width:1180px;margin:50px auto 0}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_product_content{margin:21px 24px 0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .compare_product_content{margin:16px 16px 0}
}
.compare_product .compare_product_content .option_container{display:flex;align-items:center;flex-wrap:wrap}
.compare_product .compare_product_content .option_container .feature_selector{width:240px;margin-right:45px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_product_content .option_container .feature_selector{flex-grow:1;margin-right:34px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .compare_product_content .option_container .feature_selector{width:100%;margin-right:0;margin-bottom:19px}
}
.compare_product .compare_product_content .option_container .check_boxes{display:flex;gap:20px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_product_content .option_container .check_boxes{gap:15px}
}
.compare_product .compare_product_content .option_container .check_boxes .checkbox{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_product_content .option_container .check_boxes .checkbox{width:100%}
}
.compare_product .compare_product_content .option_container .check_boxes .checkbox>.checkbox_text{margin-left:7px;font-family:'Roboto';font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_product_content .option_container .check_boxes .checkbox>.checkbox_text{margin-left:0;font-size:12px;white-space:nowrap}
}
.compare_product .compare_card_list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;margin-top:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .compare_card_list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.compare_product .compare_card_list .compare_card_item{border-radius:16px;border:solid 1px #e5e5e5;display:flex;flex-direction:column;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .compare_card_list .compare_card_item:nth-child(n+3){display:none}
}
.compare_product .compare_card_list .compare_card_item:hover{border:solid 1px #da291c;cursor:pointer}
.compare_product .compare_card_list .compare_card_item .compare_card_item_img{height:280px;width:100%;object-fit:cover;border-radius:16px 16px 0 0}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_item_img{height:165px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .compare_card_list .compare_card_item .compare_card_item_img{height:154px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_info{padding:30px 28px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info{padding:16px 16px 24px;min-height:460px;}
}
.compare_product .compare_card_list .compare_card_item .compare_card_info .contact-button-container{display:flex;justify-content:center}
.compare_product .compare_card_list .compare_card_item .compare_card_info .button-primary{width:102px}
.compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_title{margin-top:12px;text-align:center;font-family:'Roboto';font-size:16px;font-weight:600;line-height:1.3;text-align:center;color:#222;height:42px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_title{font-size:13px;font-weight:500;word-break:normal;text-align: justify;}
}
.compare_product .compare_card_list .compare_card_item .compare_card_info .divider{height:1px;background-color:#dfdfdf;margin:14px -8px 0 -8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info .divider{margin-top:8px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_product{height:270px;}
.compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_info_item{margin-top:21px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_info_item{margin-top:18px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_info_item:nth-child(4){margin-top:16px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_info .compare_card_info_label{font-family:'Roboto';font-size:13px;line-height:1.3;text-align:left;color:#6d6d6d;margin-bottom:6px}
.compare_product .compare_card_list .compare_card_item .compare_card_info .minimum_order{font-family:'Roboto';font-size:15px;line-height:1.3;text-align:left;color:#6d6d6d}
.compare_product .compare_card_list .compare_card_item .compare_card_info .minimum_order span{color:#da291c;margin-right:4px}
.compare_product .compare_card_list .compare_card_item .compare_card_info .price_info{font-size:18px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info .price_info{font-size:14px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_info .price_info span{margin-left:4px;font-weight:700;color:#da291c}
.compare_product .compare_card_list .compare_card_item .compare_card_info .unit_info{font-family:'Roboto';font-size:16px;font-weight:300;color:#222}
.compare_product .compare_card_list .compare_card_item .compare_card_info .port_info{font-size:15px;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_info .port_info{font-size:13px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info{background:#f8f8f8;padding:28px 28px;border-radius:0 0 16px 16px;flex:1 0 auto;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info{padding:16px 16px 18px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info{position:relative}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_item{margin-top:28px}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_item:first-child{margin-top:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_item{margin-top:18px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_label{display:flex;align-items:center;font-family:'Roboto';font-size:13px;line-height:1.3;text-align:left;color:#6d6d6d;margin-bottom:6px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_label{font-size:12px;height:16px}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_content{font-family:'Roboto';font-size:14px;font-weight:500;color:#6d6d6d}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .compare_card_detail_info_content{font-size:12px;word-break:normal;text-align: justify;}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-btn-container{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-btn-container{position:unset}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-btn-container .tooltip-btn{top:unset;background:#fff;width:310px;font-size:13px;color:#000}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-btn-container .tooltip-btn{left:0;right:0;width:unset}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-btn-container .tooltip-btn{left:16px;right:16px;width:unset;bottom:50px;}
}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-icons{gap:6px}
.compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-icons img{width:39px;height:39px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list .compare_card_item .compare_card_detail_info .certificado-icons img{width:32px;height:32px}
}
.compare_product .compare_card_list.hide_similarity .similarity_info{display:none!important}
.compare_product .compare_card_list.hide_similarity div.compare_card_detail_info_label:nth-child(5){margin-top:0}
.compare_product .compare_card_list.highlight_differences div.difference_info{padding:8px;border-radius:5px;background-color:#ffebea;margin-left:-8px;margin-right:-8px}
.compare_product .compare_card_list.highlight_differences div.difference_info.compare_card_info_item{margin-top:13px;margin-bottom:-8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .compare_product .compare_card_list.highlight_differences div.difference_info.compare_card_info_item{margin-top:10px}
}
.compare_product .compare_card_list.highlight_differences div.difference_info.compare_card_detail_info_item{margin-top:20px;margin-bottom:-8px}
@media (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
    .compare_product .compare_card_list {grid-template-columns: repeat(1, minmax(0, 1fr));}
}
/* how-to-buy-comprar */
.dummy{display:inline-block;width:18px;}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .how-to-buy-comprar{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar{margin:0 16px;padding-bottom:81px}
}
.how-to-buy-comprar .breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;margin-top:16px;gap:5px;color:#6d6d6d}
.how-to-buy-comprar .breadcrumb>li{display:flex;gap:5px}
.how-to-buy-comprar .breadcrumb>li.more{position:relative}
.how-to-buy-comprar .breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.how-to-buy-comprar .title{font-family:ClanOT;font-size:36px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .title{font-size:20px;margin-top:43px}
}
.how-to-buy-comprar .top-btn-container{display:flex;margin-top:30px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .top-btn-container{justify-content:center;margin-top:32px}
}
.how-to-buy-comprar .top-btn-container .button-primary-large-icon-left{margin-left:auto;width:260px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .top-btn-container .button-primary-large-icon-left{margin-left:0}
}
.how-to-buy-comprar .como-comprar-tab-container{margin:30px auto 0;width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .como-comprar-tab-container{margin-top:4px}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-menu{width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-menu{justify-content:start;flex-wrap:nowrap;overflow-x:auto}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{flex-grow:1}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{white-space:nowrap;padding-left:20px;padding-right:20px;word-break:keep-all;margin-bottom:4px}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:80px;margin:0 auto;width:780px}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container + .label-badge{margin-top:80px;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:48px;max-width:535px}
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container + .label-badge{margin-top:48px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{width:100%;padding:48px 8px 0}
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container + .label-badge{margin-top:48px;}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .label-badge{width:64px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;border-radius:999px;border:solid 1px #6d6d6d;background-color:#ececec;margin-bottom:14px;white-space:nowrap;color:#444;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{font-size:15px}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:6px;font-size:16px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:4px}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:16px;font-weight:700;line-height:1.3;color:#0f9184}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:14px}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{padding:20px;border-radius:16px;border:solid 1px #e3e3e3;margin-top:25px;text-align:center}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{position:relative;margin-top:20px;padding:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{margin-top:20px;height:auto;width:100%;padding:0;overflow:hidden}
}
.how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container img{width:100%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container img{width:auto;height:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-buy-comprar>.breadcrumb{margin-top:0;height:40px}
    .how-to-buy-comprar>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .how-to-buy-comprar>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .how-to-buy-comprar>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .how-to-buy-comprar>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
}

/* seller-requirements */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .seller-requirements{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .seller-requirements{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .seller-requirements{margin:0 16px;padding-bottom:81px}
}
.seller-requirements .breadcrumb{margin-top:16px}
.seller-requirements .title{font-family:ClanOT;font-weight:700;line-height:1.3;text-align:center;color:#222;border-bottom:1px solid #000}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .seller-requirements .title{margin-top:80px;font-size:36px;padding-bottom:30px;margin-bottom:80px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .seller-requirements .title{margin-top:44px;margin-bottom:48px;padding-bottom:16px;font-size:20px;border-bottom-width:2px}
}
.seller-requirements .seller-requirements-content{position:relative;width:980px;margin:80px auto 0}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .seller-requirements .seller-requirements-content{width:525px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .seller-requirements .seller-requirements-content{width:100%}
}
.seller-requirements .seller-requirements-content .seller-img-container{width:100%}
.seller-requirements .seller-requirements-content .seller-img-container img{width:100%}
.seller-requirements .seller-requirements-content .requirement-list{display:flex;flex-direction:column;gap:17px;margin-top:51px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .seller-requirements .seller-requirements-content .requirement-list{gap:8px;margin-top:24px;padding:0 3px}
}
.seller-requirements .seller-requirements-content .requirement-list li{display:flex;align-items:center}
.seller-requirements .seller-requirements-content .requirement-list li>picture{margin-right:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .seller-requirements .seller-requirements-content .requirement-list li>picture{margin-right:4px}
}
.seller-requirements .seller-requirements-content .requirement-list li>p{font-size:20px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .seller-requirements .seller-requirements-content .requirement-list li>p{font-size:13px}
}

/* product-compare-list */
.product-compare-list{padding-top:15px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list{padding-top:7px}
}
.product-compare-list-title{font-size:36px;font-weight:700;font-family:"ClanOT";line-height:1.3;color:#222;text-align:center;padding-top:80px;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-title{font-size:20px;padding-top:43.5px;padding-bottom:16px}
}
.product-compare-list>.breadcrumb{max-width:1180px;margin:0 auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list>.breadcrumb{padding-left:24px}
}
.product-compare-list-contact-banner{position:relative}
.product-compare-list-contact-banner img{width:100%;object-fit:cover;height:442px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-contact-banner img{height:320px}
}
.product-compare-list-contact-banner-content{position:absolute;left:calc(50% - 295px);top:calc(50% - 62px);text-align:center;color:#fff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-contact-banner-content{left:calc(50% - 142px);top:calc(50% - 80px)}
}
.product-compare-list-contact-banner-content>h2{font-size:28px;font-weight:700;line-height:1.1;margin-bottom:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-contact-banner-content>h2{font-size:24px;margin-bottom:5px}
}
.product-compare-list-contact-banner-content>h2>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-contact-banner-content>h2>br{display:block}
}
.product-compare-list-contact-banner-content>p{font-size:18px;font-weight:400;line-height:1.3;margin-bottom:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-contact-banner-content>p{margin-bottom:12px}
}
.product-compare-list-contact-banner-content>a{display:inline-flex;width:300px;height:40px;color:#fff;font-size:14px;font-weight:700;text-decoration:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list-contact-banner-content>a{width:240px}
}
.product-compare-list .tab-container{max-width:1180px;margin:0 auto;padding-top:50px;padding-bottom:120px;display:flex;flex-direction:column;gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .tab-container{padding-top:16px;padding-bottom:32px}
}
.product-compare-list .depth-list-tab>a{width:50%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-tab{padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-tab{padding-left:16px;padding-right:16px}
}
.product-compare-list .depth-list-search-bar{display:flex;justify-content:space-between;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar{flex-direction:column;gap:13px}
}
.product-compare-list .depth-list-search-bar .search-bar-container{display:flex;align-items:center;gap:10px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar .search-bar-container{width:100%;padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar .search-bar-container{width:100%;padding-left:16px;padding-right:16px;flex-wrap:wrap}
}
.product-compare-list .depth-list-search-bar .search-bar-container .button-primary-large-icon-left{width:126px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar .search-bar-container .button-primary-large-icon-left{width:44px;height:44px;padding:10px}
}
.product-compare-list .depth-list-search-bar .search-bar-container .button-white-line-icon{width:126px;height:44px;padding:8px 20px 8px 15px;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar .search-bar-container .button-white-line-icon{width:100%}
}
.product-compare-list .depth-list-search-bar .search1{width:480px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar .search1{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar .search1{width:calc(100% - 54px)}
}
.product-compare-list .depth-list-search-bar .search1>input[type="text"]{width:372px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar .search1>input[type="text"]{width:calc(100% - 54px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar .search1>button{width:54px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar .search1>button>span{display:none}
}
.product-compare-list .depth-list-search-bar-sort{display:flex;gap:25px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar-sort{padding-left:24px;padding-right:24px;width:100%;gap:0;justify-content:space-between}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar-sort{padding-left:16px;padding-right:16px;flex-direction:column-reverse;align-items:flex-start;gap:15px}
}
.product-compare-list .depth-list-search-bar-sort-count>strong{font-size:14px;font-weight:500;color:#222;line-height:1.3;margin-right:5px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar-sort-count>strong{margin-left:5px}
}
.product-compare-list .depth-list-search-bar-sort-count>span{color:#6d6d6d;font-size:14px;font-weight:400;line-height:1.3}
.product-compare-list .depth-list-search-bar-sort-box{display:flex;gap:10px;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar-sort-box{width:100%;justify-content:space-between}
}
.product-compare-list .depth-list-search-bar-sort-box>.dropdown{width:220px}
.product-compare-list .depth-list-search-bar-sort-box>.dropdown>.dropdown-default,.product-compare-list .depth-list-search-bar-sort-box>.dropdown>.select,.product-compare-list .depth-list-search-bar-sort-box>.dropdown>.dropdown-options>li{height:30px;padding:6px 10px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-search-bar-sort-box>.dropdown{width:220px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-search-bar-sort-box>.dropdown{width:100%}
}
.product-compare-list .depth-list-search-bar-sort-box-divider{width:1px;height:20px;background-color:#dfdfdf}
.product-compare-list .depth-list-view .compare-check-box-container{display:flex;align-items:center}
.product-compare-list .depth-list-view .compare-check-box-container .check-label{margin-left:8px;margin-right:5px;font-size:12px;font-weight:300;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view .compare-check-box-container .check-label{margin-left:0}
}
.product-compare-list .depth-list-view .compare-check-box-container .toggle_question{position:relative;height:25px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view .compare-check-box-container .toggle_question div.tooltip-txt{left:-32px!important}
}
.product-compare-list .depth-list-container{display:flex;flex-direction:column}
.product-compare-list .depth-list-container .depth-list-items{display:none}
.product-compare-list .depth-list-container .depth-list-items.depth-list-view-items.active{display:flex;flex-direction:column;gap:20px}
.product-compare-list .depth-list-container .depth-list-items.depth-list-card-items.active{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-container .depth-list-items.depth-list-card-items.active{grid-template-columns:repeat(2,1fr)}
}
.product-compare-list .depth-list-container .compare-check-box-container{display:flex;align-items:center;margin-top:6px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-container .compare-check-box-container{position:relative}
}
.product-compare-list .depth-list-container .compare-check-box-container .check-label{margin-left:8px;margin-right:5px;font-size:12px;font-weight:300;line-height:1.3;color:#222;cursor: pointer;-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-container .compare-check-box-container .check-label{margin-left:0}
}
.product-compare-list .depth-list-container .compare-check-box-container .toggle_question{position:relative;height:25px}
.product-compare-list .depth-list-container .compare-check-box-container .toggle_question .compare-check-box-tooltip div.tooltip-txt{font-size:13px;line-height:1.3;color:#000;text-align:left}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .product-compare-list .depth-list-container .compare-check-box-container .toggle_question .compare-check-box-tooltip div.tooltip-txt{width:220px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-container .compare-check-box-container .toggle_question .compare-check-box-tooltip div.tooltip-txt{left:-9px;right:-9px;min-width:none!important;width:auto}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-container .compare-check-box-container .toggle_question .compare-check-box-tooltip div.tooltip-txt{left:16px;right:16px}
}
.product-compare-list .depth-list-container>.more-btn{width:100%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view{padding-left:24px;padding-right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view{padding-left:16px;padding-right:16px}
}
.product-compare-list .depth-list-view .depth-list-items{gap:20px}
.product-compare-list .depth-list-view-item{max-height:244px;border:1px solid #e3e3e3;background-color:#fff;border-radius:16px;display:flex;}
/*.product-compare-list .depth-list-view-item:hover{border:1px solid #da291c}*/
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item{max-height:400px;flex-direction:column}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item{max-height:425px}
}
.product-compare-list .depth-list-view-item-img{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-img{display:none}
}
.product-compare-list .depth-list-view-item-img>picture img{width:242px;height:242px;border-bottom-left-radius:16px;border-top-left-radius:16px}
.product-compare-list .depth-list-view-item-img>.like{position:absolute;right:20px;top:20px}
.product-compare-list .depth-list-view-item-info{width:50%;max-width:460px;padding:30px 20px 20px 38px;display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info{width:100%;max-width:none;max-height:159px;gap:0;padding:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-info{max-height:174px;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text{display:flex;gap:12px;max-height:106px;align-items:center}
}
.product-compare-list .depth-list-view-item-info-text-img{position:relative}
.product-compare-list .depth-list-view-item-info-text-img>picture>img{border:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .product-compare-list .depth-list-view-item-info-text-img{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-img>picture>img{width:84px;height:84px;border-radius:8px}
    .product-compare-list .depth-list-view-item-info-text-img>.like{position:absolute;right:7px;top:7px;width:26px!important;height:26px!important}
}
.product-compare-list .depth-list-view-item-info-text-wrapper{height:100px;display:flex;flex-direction:column;justify-content:space-between}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-wrapper{justify-content:center;height:84px;width:calc(100% - 84px);}
}
.product-compare-list .depth-list-view-item-info-text-wrapper>h4{color:#333;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-wrapper>h4{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-info-text-wrapper>h4{font-size:14px}
}
.product-compare-list .depth-list-view-item-info-text-price{display:flex;flex-wrap:wrap;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-price{margin-top:5px}
}
.product-compare-list .depth-list-view-item-info-text-price>span{font-size:13px;line-height:1.3;color:#6d6d6d;font-weight:300}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-price>span>small{display:none}
}
.product-compare-list .depth-list-view-item-info-text-price>strong{color:#da291c;font-size:20px;line-height:1.3;font-weight:700;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-price>strong>b{font-size:18px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-price>strong{font-size:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-info-text-price>strong{font-size:18px}
}
.product-compare-list .depth-list-view-item-info-text-sub>span{color:#222;font-size:13px;line-height:1.3;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-sub>span{font-weight:300}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-info-text-sub>span{font-size:12px}
}
.product-compare-list .depth-list-view-item-info-text-sub>span>b{color:#da291c;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-text-sub>span>b{color:#222;font-weight:300}
}
.product-compare-list .depth-list-view-item-info-action{display:flex;flex-direction:column;justify-content:space-between;height:85px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-action{flex-direction:row;height:40px;align-items:center}
}
.product-compare-list .depth-list-view-item-info-action-btn{display:flex;justify-content:space-between;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-info-action-btn{gap:8px}
}
.product-compare-list .depth-list-view-item-info-action-btn>.button-primary{width:102px;color:#fff;padding:11px 20px;font-size:14px;font-weight:700}
.product-compare-list .depth-list-view-item-extra{display:flex;flex-direction:column;gap:10px;padding:20px;width:50%;max-width:480px;background-color:#f8f8f8;border-top-right-radius:16px;border-bottom-right-radius:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra{max-height:241px;width:100%;max-width:none;border-top-right-radius:0;border-bottom-left-radius:16px;padding:20px 16px 16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra{max-height:251px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra{gap:9px}
}
.product-compare-list .depth-list-view-item-extra-badge{display:flex;align-items:center;gap:5px}
.product-compare-list .depth-list-view-item-extra-badge>.badge{padding:6px 10px}
.product-compare-list .depth-list-view-item-extra-badge>button{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-badge>button{margin-left:5px}
}
.product-compare-list .depth-list-view-item-extra-badge-tooltip{width:220px;position:absolute;bottom:0;left:32px;text-align:left;font-size:13px;color:#000}
.product-compare-list .depth-list-view-item-extra-badge-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-badge-tooltip>div>span>br{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-badge-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-badge-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-badge-tooltip{min-width:calc(100vw - 54px);left:-62px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-badge-tooltip{min-width:calc(100vw - 32px)}
}
.product-compare-list .depth-list-view-item-extra-title>h4{font-size:15px;color:#333;line-height:1.3;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-title>h4{font-size:14px}
}
.product-compare-list .depth-list-view-item-extra-logo{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-logo{gap:4px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-logo>img{width:24px;max-height: 24px;}
}
.product-compare-list .depth-list-view-item-extra-logo>button{position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-logo>button{margin-left:5px}
}
.product-compare-list .depth-list-view-item-extra-logo-tooltip{width:220px;position:absolute;bottom:0;left:30px;text-align:left;font-size:13px;line-height:1.3;color:#000}
.product-compare-list .depth-list-view-item-extra-logo-tooltip>div{width:220px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-logo-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-logo-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-logo-tooltip{min-width:calc(100vw - 54px);left:-20px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-logo-tooltip{min-width:calc(100vw - 32px)}
}
.product-compare-list .depth-list-view-item-extra-divider{display:none;height:1px;background-color:#dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-divider{display:block}
}
.product-compare-list .depth-list-view-item-extra-origin{display:flex;margin-top:5px;font-size:13px;color:#6d6d6d;line-height:1.3;font-weight:400}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-origin{margin-top:0;flex-direction:column;gap:4px}
}
.product-compare-list .depth-list-view-item-extra-origin>span{width:130px;margin-right:12px;white-space:nowrap;font-weight:500}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-origin>span{font-weight:400}
}
.product-compare-list .depth-list-view-item-extra-origin>p{word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-origin>p{font-weight:500}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-origin>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
}
.product-compare-list .depth-list-view-item-extra-per{display:flex;align-items:center;font-size:13px;color:#6d6d6d;line-height:1.3;font-weight:400}
.product-compare-list .depth-list-view-item-extra-per>span{width:130px;margin-right:12px;white-space:nowrap;font-weight:500}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-per>span{font-weight:400;margin-right:0;width:115px}
}
.product-compare-list .depth-list-view-item-extra-per>p{display:flex;align-items:center;line-height:1.3;gap:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-per>p{flex-direction:row;}
}
.product-compare-list .depth-list-view-item-extra-per>p>button{display:flex;align-items:center;position:relative}
.product-compare-list .depth-list-view-item-extra-per-tooltip{width:220px;position:absolute;bottom:0;left:-40px;text-align:left;font-size:13px;color:#000;line-height:1.3}
.product-compare-list .depth-list-view-item-extra-per-tooltip>div{width:220px;padding:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-per-tooltip>div{min-width:calc(100vw - 54px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-per-tooltip>div{min-width:calc(100vw - 32px)}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 54px);left:-144px;bottom:-5px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .product-compare-list .depth-list-view-item-extra-per-tooltip{min-width:calc(100vw - 32px)}
}
.product-compare-list .depth-list-view>.more-btn{margin:30px auto 0;width:auto;display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .product-compare-list .depth-list-view>.more-btn{width:100%;margin-top:0}
}
.product-compare-list .depth-list-view>.more-btn>img{margin-left:5px}
.product-compare-list .depth-list-view>.more-btn>span{font-size:14px;line-height:1.3;font-weight:400;color:#222}

/* related-category */
.related-category{background-color:#f8f8f8;padding:50px 0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category{padding:32px 0 88px}

    .related-category .owl-nav .owl-next span{background:url('/icons/mobile/linearrow_rr.svg') no-repeat center;}
    .related-category .owl-nav .owl-prev span{background:url('/icons/mobile/linearrow_rl.svg') no-repeat center;}
    .related-category .owl-nav .owl-next.disabled span{background:url('/icons/mobile/linearrow_gr.svg') no-repeat center;}
    .related-category .owl-nav .owl-prev.disabled span{background:url('/icons/mobile/linearrow_gl.svg') no-repeat center;}
}
.related-category-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:center}
.related-category-container>h2{font-size:24px;font-weight:500;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-container>h2{font-size:15px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-container{max-width:none;gap:16px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .related-category-list{padding:0 0 0 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .related-category-list{padding:0 0 0 16px}
}
.related-category-list>.owl-nav{width:1300px;display:flex!important;justify-content:space-between!important;left:-60px!important;bottom:80px!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-list>.owl-nav{width:80px;gap:0!important;justify-content:flex-start!important;bottom:-55px!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-list>.owl-nav{left:calc(50% - 40px)!important}
}
.related-category-list>.owl-nav>button{border-color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-list>.owl-nav>button{border-color:#da291c!important}
}
.related-category-list>.owl-nav>button>span{color:#dfdfdf!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-list>.owl-nav>button>span{color:#da291c!important}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-list>.owl-nav>.disabled{opacity:1;border-color:#e1e1e1!important}
    .related-category-list>.owl-nav>.disabled>span{color:#b1b1b1!important}
}
.related-category-list>.owl-nav>.disabled:hover{cursor:not-allowed;border-color:#e1e1e1!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-list>.owl-nav>.disabled:hover{border-color:#e1e1e1!important}
    .related-category-list>.owl-nav>.disabled:hover>span{color:#b1b1b1!important}
}
.related-category-item{width:180px;border-radius:16px;border:1px solid #e3e3e3;display:flex;flex-direction:column;align-items:center;position:relative;padding:20px 0 19px;background-color:#fff}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-item{width:128px;padding-bottom:10px}
}
.related-category-item:hover{border:1px solid #da291c}
.related-category-item .related-category-item-img{width:120px;height:120px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-item .related-category-item-img{width:80px;height:80px}
}
.related-category-item .related-category-item-title{display:flex;align-items:center;height:54px;font-size:14px;line-height:1.3;text-align:center;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .related-category-item .related-category-item-title{font-size:12px;height:48px;width:80px;}
}

/* how-to-ask-comprar */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .how-to-ask-comprar{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar{margin:0 16px;padding-bottom:81px}
}
.how-to-ask-comprar .breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;margin-top:16px;gap:5px;color:#6d6d6d}
.how-to-ask-comprar .breadcrumb>li{display:flex;gap:5px}
.how-to-ask-comprar .breadcrumb>li.more{position:relative}
.how-to-ask-comprar .breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.how-to-ask-comprar .title{font-family:ClanOT;font-size:36px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .title{font-size:20px;margin-top:43px}
}
.how-to-ask-comprar .top-btn-container{display:flex;margin-top:30px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .top-btn-container{justify-content:center;margin-top:32px}
}
.how-to-ask-comprar .top-btn-container .button-primary-large-icon-left{margin-left:auto;width:260px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .top-btn-container .button-primary-large-icon-left{margin-left:0}
}
.how-to-ask-comprar .como-comprar-tab-container{margin:30px auto 0;width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .como-comprar-tab-container{margin-top:4px}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-menu{width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-menu{justify-content:start;flex-wrap:nowrap;overflow-x:auto}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{flex-grow:1}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{white-space:nowrap;padding-left:20px;padding-right:20px;word-break:keep-all;margin-bottom:4px}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:80px;margin:0 auto;width:780px}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container + .label-badge{margin-top:80px;}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:48px;max-width:535px}
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container + .label-badge{margin-top:48px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{width:100%;padding:48px 8px 0}
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container + .label-badge{margin-top:48px;}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .label-badge{width:64px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;border-radius:999px;border:solid 1px #6d6d6d;background-color:#ececec;margin-bottom:14px;white-space:nowrap;color:#444;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{font-size:15px}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:6px;font-size:16px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:4px}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item.more{display:flex;gap:6px}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:16px;font-weight:700;line-height:1.3;color:#0f9184}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:14px}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container{padding:20px;border-radius:16px;border:solid 1px #e3e3e3;margin-top:25px;text-align:center}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container{position:relative;margin-top:20px;height:100%;padding:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container{margin-top:20px;height:auto;width:100%;padding:0;overflow:hidden}
}
.how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container img{width:100%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-seller-img-container img{width:50%;height:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-ask-comprar>.breadcrumb{margin-top:0;height:40px}
    .how-to-ask-comprar>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .how-to-ask-comprar>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .how-to-ask-comprar>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .how-to-ask-comprar>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
}

/* how-to-order-comprar */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .how-to-order-comprar{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar{margin:0 16px;padding-bottom:81px}
}
.how-to-order-comprar .breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;margin-top:16px;gap:5px;color:#6d6d6d}
.how-to-order-comprar .breadcrumb>li{display:flex;gap:5px}
.how-to-order-comprar .breadcrumb>li.more{position:relative}
.how-to-order-comprar .breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.how-to-order-comprar .title{font-family:ClanOT;font-size:36px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .title{font-size:20px;margin-top:43px}
}
.how-to-order-comprar .top-btn-container{display:flex;margin-top:30px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .top-btn-container{justify-content:center;margin-top:32px}
}
.how-to-order-comprar .top-btn-container .button-primary-large-icon-left{margin-left:auto;width:260px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .top-btn-container .button-primary-large-icon-left{margin-left:0}
}
.how-to-order-comprar .como-comprar-tab-container{margin:30px auto 0;width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .como-comprar-tab-container{margin-top:4px}
}
.how-to-order-comprar .como-comprar-tab-container .tab-menu{width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .como-comprar-tab-container .tab-menu{justify-content:start;flex-wrap:nowrap;overflow-x:auto}
}
.how-to-order-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{flex-grow:1}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{white-space:nowrap;padding-left:20px;padding-right:20px;word-break:keep-all;margin-bottom:4px}
}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:120px;margin:0 auto;width:780px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:100px;max-width:535px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{width:100%;padding:48px 8px 0}
}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .label-badge{width:64px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;border-radius:999px;border:solid 1px #6d6d6d;background-color:#ececec;margin-bottom:14px;white-space:nowrap;color:#444;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{font-size:15px}
}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:6px;font-size:16px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:4px}
}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item.more{display:flex;gap:6px}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:16px;font-weight:700;line-height:1.3;color:#0f9184}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:14px}
}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{padding:20px;border-radius:16px;border:solid 1px #e3e3e3;margin-top:25px;text-align:center}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{position:relative;margin-top:20px;height:100%;padding:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{margin-top:20px;height:auto;width:100%;padding:0;overflow:hidden}
}
.how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container img{width:100%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container img{width:50%;height:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-order-comprar>.breadcrumb{margin-top:0;height:40px}
    .how-to-order-comprar>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .how-to-order-comprar>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .how-to-order-comprar>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .how-to-order-comprar>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
}

/* how-to-check-comprar */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .how-to-check-comprar{max-width:1180px;margin:0 auto;padding-bottom:120px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar{margin:0 24px;padding-bottom:81px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar{margin:0 16px;padding-bottom:81px}
}
.how-to-check-comprar .breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;margin-top:16px;gap:5px;color:#6d6d6d}
.how-to-check-comprar .breadcrumb>li{display:flex;gap:5px}
.how-to-check-comprar .breadcrumb>li.more{position:relative}
.how-to-check-comprar .breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.how-to-check-comprar .title{font-family:ClanOT;font-size:36px;font-weight:700;line-height:1.3;text-align:center;color:#222;margin-top:80px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .title{font-size:20px;margin-top:43px}
}
.how-to-check-comprar .top-btn-container{display:flex;margin-top:30px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .top-btn-container{justify-content:center;margin-top:32px}
}
.how-to-check-comprar .top-btn-container .button-primary-large-icon-left{margin-left:auto;width:260px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .top-btn-container .button-primary-large-icon-left{margin-left:0}
}
.how-to-check-comprar .como-comprar-tab-container{margin:30px auto 0;width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .como-comprar-tab-container{margin-top:4px}
}
.how-to-check-comprar .como-comprar-tab-container .tab-menu{width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .como-comprar-tab-container .tab-menu{justify-content:start;flex-wrap:nowrap;overflow-x:auto}
}
.how-to-check-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{flex-grow:1}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .como-comprar-tab-container .tab-menu>a.tab-menu-item{white-space:nowrap;padding-left:20px;padding-right:20px;word-break:keep-all;margin-bottom:4px}
}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:120px;margin:0 auto;width:780px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{padding-top:100px;max-width:535px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor{width:100%;padding:48px 8px 0}
}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .label-badge{width:64px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;border-radius:999px;border:solid 1px #6d6d6d;background-color:#ececec;margin-bottom:14px;white-space:nowrap;color:#444;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-title{font-size:15px}
}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:6px;font-size:16px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{font-size:14px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item{margin-bottom:4px}
}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item.more{display:flex;gap:6px}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:16px;font-weight:700;line-height:1.3;color:#0f9184}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .tab-content-item .numbering{font-size:14px}
}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{padding:20px;border-radius:16px;border:solid 1px #e3e3e3;margin-top:25px;text-align:center}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{position:relative;margin-top:20px;height:100%;padding:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container{margin-top:20px;height:auto;width:100%;padding:0;overflow:hidden}
}
.how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container img{width:100%}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar .como-comprar-tab-container .tab-content-buscar-vendedor .find-buyer-img-container img{width:50%;height:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .how-to-check-comprar>.breadcrumb{margin-top:0;height:40px}
    .how-to-check-comprar>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .how-to-check-comprar>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .how-to-check-comprar>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .how-to-check-comprar>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
}
.custom-no-data{display:none!important}
.custom-width-100-percent{width:100%;}

/** MyPage */
/* side_menu_vendor */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_vendor{width:180px;gap:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor{left:24px;right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .side_menu_vendor{left:16px;right:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor{position:absolute;border-radius:20px;border:solid 1px #dfdfdf;background:#f8f8f8;transform:translateY(-40px)}
    .side_menu_vendor.open{border-radius:10px}
    .side_menu_vendor.open::after{content:"";position:absolute;top:45px;right:0;bottom:0;left:0;box-shadow:0 3px 10px rgba(0,0,0,.25);border-radius:0 0 10px 10px;pointer-events:none}
    .side_menu_vendor .side_menu_content{display:none}
    .side_menu_vendor.open .side_menu_content{display:block}
}
.side_menu_vendor .side-menu-icon{margin-left:auto}
.side_menu_vendor.open .side-menu-icon{transform:rotate(180deg)}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_vendor .title{padding:0 16px 8px 0;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .title{display:flex;height:40px;align-items:center;padding:0 20px;background:#fff;cursor:pointer;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
}
.side_menu_vendor .d-divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .d-divider{display:none}
}
.side_menu_vendor .side_menu_content{gap:8px}
.side_menu_vendor .side_menu_content.hide{display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_vendor .side_menu_content{display:flex;flex-direction:column}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .side_menu_content{background:#f8f8f8;padding:14px 20px 18px;height:280px;overflow-y:auto}
}
.side_menu_vendor .side_menu_title{height:32px}
.side_menu_vendor .side_menu_title>p{color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .side_menu_title{height:30px}
}
.side_menu_vendor .side_menu_panel_title{text-decoration:none}
.side_menu_vendor .side_menu_panel_title .panel_icon{width:18px;height:18px;background:url(/icons/web/mymenu_panel.svg) no-repeat center center}
.side_menu_vendor .side_menu_panel_title:hover .panel_icon{background:url(/icons/web/icon-mymenu-panel-on.svg) no-repeat center center}
.side_menu_vendor .side_menu_panel_title:hover>p{color:#da291c}
.side_menu_vendor .m-side-menu-section-divider{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .m-side-menu-section-divider{display:block;margin:8px 0;height:1px;background:#d9d9d9}
}
.side_menu_vendor .side_menu_item{width:100%;color:#555}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_vendor .side_menu_item{gap:8px;padding:0 8px 8px 28px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .side_menu_item{padding:0 0 0 28px}
}
.side_menu_vendor .side_menu_item>li{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#222}
.side_menu_vendor .side_menu_item>li button{text-align:left;width:100%;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .side_menu_item>li button{display:flex;align-items:center;height:30px}
}
.side_menu_vendor .side_menu_item>li button:hover,.side_menu_vendor .side_menu_item>li button.selected{color:#da291c;font-weight:500!important}
.side_menu_vendor .side_menu_item>li button:hover>div.side_menu_item_more>p,.side_menu_vendor .side_menu_item>li button:hover span,.side_menu_vendor .side_menu_item>li button.selected>div.side_menu_item_more>p,.side_menu_vendor .side_menu_item>li button.selected span{font-weight:500}
.side_menu_vendor .side_menu_item>li:hover,.side_menu_vendor .side_menu_item>li.selected{color:#da291c;font-weight:500!important}
.side_menu_vendor .side_menu_item>li:hover>button,.side_menu_vendor .side_menu_item>li.selected>button{color:#da291c;font-weight:500!important}
.side_menu_vendor .side_menu_item>li:hover>button>p,.side_menu_vendor .side_menu_item>li:hover>button span,.side_menu_vendor .side_menu_item>li.selected>button>p,.side_menu_vendor .side_menu_item>li.selected>button span{color:#da291c;font-weight:500!important}
.side_menu_vendor .side_menu_item>li:hover{transition:color 0.3s ease-in-out}
.side_menu_vendor .side_menu_item>li.open .side_menu_item_more picture{transform:rotate(180deg)}
.side_menu_vendor .side_menu_item>li.open .side_menu_item_more_item{display:flex}
.side_menu_vendor .side_menu_item .side_menu_item_more_item{display:none;color:#6d6d6d;border-radius:5px;background-color:#f8f8f8}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_vendor .side_menu_item .side_menu_item_more_item{gap:8px;margin-top:8px;padding:12px 10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .side_menu_item .side_menu_item_more_item{background:#fff;border-radius:5px;padding:10px 16px}
}
.side_menu_vendor .side_menu_item .side_menu_item_more_item>li{cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_vendor .side_menu_item .side_menu_item_more_item>li{display:flex;align-items:center;height:30px}
}
.side_menu_vendor .side_menu_item .side_menu_item_more_item>li:hover,.side_menu_vendor .side_menu_item .side_menu_item_more_item>li.selected{text-decoration:underline;color:#da291c;font-weight:500!important}
.side_menu_vendor .side_menu_item .side_menu_item_more_item>li:hover{transition:color 0.3s ease-in-out}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_vendor .m-icon{display:none}
}
.m-side-menu-padding{margin-top:32px;height:40px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .m-side-menu-padding{display:none}
}

/* side_menu_comprador */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_comprador{margin-top:55px;min-width:180px;width:180px;gap:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador{left:24px;right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .side_menu_comprador{left:16px;right:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador{position:absolute;border-radius:20px;border:solid 1px #dfdfdf;background:#f8f8f8;overflow:hidden;transform:translateY(-40px);z-index:1}
    .side_menu_comprador.open{border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.25)}
    .side_menu_comprador .side_menu_content{display:none}
    .side_menu_comprador.open .side_menu_content{display:block}
}
.side_menu_comprador .side-menu-icon{margin-left:auto}
.side_menu_comprador.open .side-menu-icon{transform:rotate(180deg)}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_comprador .title{padding:0 16px 8px 0;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .title{display:flex;height:40px;align-items:center;padding:0 20px;background:#fff;cursor:pointer;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
}
.side_menu_comprador .d-divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .d-divider{display:none}
}
.side_menu_comprador .side_menu_content{gap:8px}
.side_menu_comprador .side_menu_content.hide{display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_comprador .side_menu_content{display:flex;flex-direction:column}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .side_menu_content{background:#f8f8f8;padding:14px 20px 18px;height:140px;overflow-y:auto}
}
.side_menu_comprador .side_menu_title{height:32px}
.side_menu_comprador .side_menu_title>p{color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .side_menu_title{height:30px}
}
.side_menu_comprador .side_menu_panel_title{text-decoration:none}
.side_menu_comprador .side_menu_panel_title .panel_icon{width:18px;height:18px;background:url(/icons/web/mymenu_panel.svg) no-repeat center center}
.side_menu_comprador .side_menu_panel_title:hover .panel_icon,.side_menu_comprador .side_menu_panel_title.selected .panel_icon{background:url(/icons/web/icon-mymenu-panel-on.svg) no-repeat center center}
.side_menu_comprador .side_menu_panel_title:hover>p,.side_menu_comprador .side_menu_panel_title.selected>p{color:#da291c}
.side_menu_comprador .m-side-menu-section-divider{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .m-side-menu-section-divider{display:block;margin:8px 0;height:1px;background:#d9d9d9}
}
.side_menu_comprador .side_menu_item{width:100%;color:#555}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_comprador .side_menu_item{gap:8px;padding:0 8px 8px 28px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .side_menu_item{padding:0 0 0 28px}
}
.side_menu_comprador .side_menu_item>li{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#222}
.side_menu_comprador .side_menu_item>li button{text-align:left;width:100%;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .side_menu_item>li button{display:flex;align-items:center;height:30px}
}
.side_menu_comprador .side_menu_item>li button:hover,.side_menu_comprador .side_menu_item>li button.selected{color:#da291c;font-weight:500!important}
.side_menu_comprador .side_menu_item>li button:hover>div.side_menu_item_more>p,.side_menu_comprador .side_menu_item>li button:hover span,.side_menu_comprador .side_menu_item>li button.selected>div.side_menu_item_more>p,.side_menu_comprador .side_menu_item>li button.selected span{font-weight:500}
.side_menu_comprador .side_menu_item>li:hover,.side_menu_comprador .side_menu_item>li.selected{color:#da291c;font-weight:500!important}
.side_menu_comprador .side_menu_item>li:hover>button,.side_menu_comprador .side_menu_item>li.selected>button{color:#da291c;font-weight:500!important}
.side_menu_comprador .side_menu_item>li:hover>button>p,.side_menu_comprador .side_menu_item>li:hover>button span,.side_menu_comprador .side_menu_item>li.selected>button>p,.side_menu_comprador .side_menu_item>li.selected>button span{color:#da291c;font-weight:500!important}
.side_menu_comprador .side_menu_item>li:hover{transition:color 0.3s ease-in-out}
.side_menu_comprador .side_menu_item>li.open .side_menu_item_more picture{transform:rotate(180deg)}
.side_menu_comprador .side_menu_item>li.open .side_menu_item_more_item{display:flex}
.side_menu_comprador .side_menu_item .side_menu_item_more_item{display:none;color:#6d6d6d;border-radius:5px;background-color:#f8f8f8}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_comprador .side_menu_item .side_menu_item_more_item{gap:8px;margin-top:8px;padding:12px 10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .side_menu_item .side_menu_item_more_item{background:#fff;border-radius:5px;padding:10px 16px}
}
.side_menu_comprador .side_menu_item .side_menu_item_more_item>li{cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_comprador .side_menu_item .side_menu_item_more_item>li{display:flex;align-items:center;height:30px}
}
.side_menu_comprador .side_menu_item .side_menu_item_more_item>li:hover,.side_menu_comprador .side_menu_item .side_menu_item_more_item>li.selected{text-decoration:underline;color:#da291c;font-weight:500!important}
.side_menu_comprador .side_menu_item .side_menu_item_more_item>li:hover{transition:color 0.3s ease-in-out}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_comprador .m-icon{display:none}
}
.m-side-menu-padding{margin-top:32px;height:40px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .m-side-menu-padding{display:none}
}

/* side_menu_logistico */
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_logistico{margin-top:55px;min-width:180px;width:180px;gap:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico{left:24px;right:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .side_menu_logistico{left:16px;right:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico{position:absolute;border-radius:20px;border:solid 1px #dfdfdf;background:#f8f8f8;overflow:hidden;transform:translateY(-40px);z-index:1}
    .side_menu_logistico.open{border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.25)}
    .side_menu_logistico .side_menu_content{display:none}
    .side_menu_logistico.open .side_menu_content{display:block}
}
.side_menu_logistico .side-menu-icon{margin-left:auto}
.side_menu_logistico.open .side-menu-icon{transform:rotate(180deg)}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_logistico .title{padding:0 16px 8px 0;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .title{display:flex;height:40px;align-items:center;padding:0 20px;background:#fff;cursor:pointer;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
}
.side_menu_logistico .d-divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .d-divider{display:none}
}
.side_menu_logistico .side_menu_content{gap:8px}
.side_menu_logistico .side_menu_content.hide{display:none}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_logistico .side_menu_content{display:flex;flex-direction:column}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .side_menu_content{background:#f8f8f8;padding:14px 20px 18px;height:140px;overflow-y:auto}
}
.side_menu_logistico .side_menu_title{height:32px}
.side_menu_logistico .side_menu_title>p{color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .side_menu_title{height:30px}
}
.side_menu_logistico .side_menu_panel_title{text-decoration:none}
.side_menu_logistico .side_menu_panel_title .panel_icon{width:18px;height:18px;background:url(/icons/web/mymenu_panel.svg) no-repeat center center}
.side_menu_logistico .side_menu_panel_title:hover .panel_icon,.side_menu_logistico .side_menu_panel_title.selected .panel_icon{background:url(/icons/web/icon-mymenu-panel-on.svg) no-repeat center center}
.side_menu_logistico .side_menu_panel_title:hover>p,.side_menu_logistico .side_menu_panel_title.selected>p{color:#da291c}
.side_menu_logistico .m-side-menu-section-divider{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .m-side-menu-section-divider{display:block;margin:8px 0;height:1px;background:#d9d9d9}
}
.side_menu_logistico .side_menu_item{width:100%;color:#555}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_logistico .side_menu_item{gap:8px;padding:0 8px 8px 28px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .side_menu_item{padding:0 0 0 28px}
}
.side_menu_logistico .side_menu_item>li{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#222}
.side_menu_logistico .side_menu_item>li button{text-align:left;width:100%;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .side_menu_item>li button{display:flex;align-items:center;height:30px}
}
.side_menu_logistico .side_menu_item>li button:hover,.side_menu_logistico .side_menu_item>li button.selected{color:#da291c;font-weight:500!important}
.side_menu_logistico .side_menu_item>li button:hover>div.side_menu_item_more>p,.side_menu_logistico .side_menu_item>li button:hover span,.side_menu_logistico .side_menu_item>li button.selected>div.side_menu_item_more>p,.side_menu_logistico .side_menu_item>li button.selected span{font-weight:500}
.side_menu_logistico .side_menu_item>li:hover,.side_menu_logistico .side_menu_item>li.selected{color:#da291c;font-weight:500!important}
.side_menu_logistico .side_menu_item>li:hover>button,.side_menu_logistico .side_menu_item>li.selected>button{color:#da291c;font-weight:500!important}
.side_menu_logistico .side_menu_item>li:hover{transition:color 0.3s ease-in-out}
.side_menu_logistico .side_menu_item>li.open .side_menu_item_more picture{transform:rotate(180deg)}
.side_menu_logistico .side_menu_item>li.open .side_menu_item_more_item{display:flex}
.side_menu_logistico .side_menu_item .side_menu_item_more_item{display:none;color:#6d6d6d;border-radius:5px;background-color:#f8f8f8}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_logistico .side_menu_item .side_menu_item_more_item{gap:8px;margin-top:8px;padding:12px 10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .side_menu_item .side_menu_item_more_item{background:#fff;border-radius:5px;padding:10px 16px}
}
.side_menu_logistico .side_menu_item .side_menu_item_more_item>li{cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .side_menu_logistico .side_menu_item .side_menu_item_more_item>li{display:flex;align-items:center;height:30px}
}
.side_menu_logistico .side_menu_item .side_menu_item_more_item>li:hover,.side_menu_logistico .side_menu_item .side_menu_item_more_item>li.selected{text-decoration:underline;color:#da291c;font-weight:500!important}
.side_menu_logistico .side_menu_item .side_menu_item_more_item>li:hover{transition:color 0.3s ease-in-out}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .side_menu_logistico .m-icon{display:none}
}
.m-side-menu-padding{margin-top:32px;height:40px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .m-side-menu-padding{display:none}
}

/* inquiryBuyList */
.inquiryBuyList{max-width:1180px;padding-top:15px;margin:0 auto}
.inquiryBuyList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.inquiryBuyList>.breadcrumb>li{display:flex;gap:5px}
.inquiryBuyList>.breadcrumb>li.more{position:relative}
.inquiryBuyList>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.inquiryBuyList_body{margin-top:80px;margin-bottom:120px}
.inquiryBuyList_body_content{width:100%}
.inquiryBuyList_body_content>.title{text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222}
.inquiryBuyList_body_content>.tab_menu{width:100%;margin-top:40px}
.inquiryBuyList_body_content>.tab_menu>li{width:100%}
.inquiryBuyList_body_content>.tab_menu>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.inquiryBuyList_body_content>.tab_menu>li:hover>a,.inquiryBuyList_body_content>.tab_menu>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.inquiryBuyList_body .search_area{margin-top:48px}
.inquiryBuyList_body .search_area_first{gap:8px}
.inquiryBuyList_body .search_area_first input{padding-right:0}
.inquiryBuyList_body .search_area_first>button{width:fit-content}
.inquiryBuyList_body .search_area_first>button>span{width:fit-content}
.inquiryBuyList_body .search_area_second .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.inquiryBuyList_body .search_area_second>p{width:fit-content;white-space:nowrap}
.inquiryBuyList_body .search_area_second .dropdown{width:336px;height:30px}
.inquiryBuyList_body .search_area_second .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.inquiryBuyList_body .search_area_second .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.inquiryBuyList_body .table_area{display:flex;justify-content:center;margin-top:16px}
.inquiryBuyList_body .table_area_no_data{width:100%;height:500px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.inquiryBuyList_body .table_area>.table{width:100%}
.inquiryBuyList_body .table_area>.table>.thead{width:100%}
.inquiryBuyList_body .table_area>.table>.thead>.tr{width:100%;display:grid;grid-template-columns:300px 500px 140px 40px}
.inquiryBuyList_body .table_area>.table>.thead>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.inquiryBuyList_body .table_area>.table>.tbody{width:100%}
.inquiryBuyList_body .table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:42px 898px 40px;border-bottom:solid 1px #dfdfdf}

.inquiryBuyList_body .table_area>.table>.tbody>.tr .td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;height:unset;border:none}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.content{display:grid;grid-template-columns:258px 500px 140px}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.td{height:unset}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.para{display:flex;justify-content:center;align-items:flex-start;color:#6d6d6d;padding-left:0;width:100%;}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.para>.title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.asunto{cursor: pointer;}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.asunto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox{position:relative}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open .tooltip-txt{display:block!important;position:absolute;top:65%;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open .tooltip-txt>ul{padding:8px 0}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open .tooltip-txt>ul>li>a{text-decoration:none;display:flex;align-items:center;gap:4px}
.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open .tooltip-txt>ul>li>a>p,.inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open .tooltip-txt>ul>li>a span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .inquiryBuyList_body .table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr.active .td{color:#222}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.inquiryBuyList_body .paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiryBuyList{padding:0 24px;width:100%;max-width:unset}
    .inquiryBuyList>.breadcrumb{margin-top:0;height:40px}
    .inquiryBuyList>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important;z-index:1300}
    .inquiryBuyList>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .inquiryBuyList>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
    .inquiryBuyList>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .inquiryBuyList_body{position:relative;margin-top:0 !important;margin-bottom:80px;gap:0}
    .inquiryBuyList_body>.side_menu_comprador{margin-top:0;width:100%;left:0;top:0;right:unset;transform:unset}
    .inquiryBuyList_body_content{margin-top:88px}
    .inquiryBuyList_body_content>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT";margin-top: 48px;}
    .inquiryBuyList_body_content>.tab_menu{margin-top:16px}
    .inquiryBuyList_body .search_area{width:100%;flex-direction:column;margin-top:32px;gap:12px}
    .inquiryBuyList_body .search_area_first{width:100%}
    .inquiryBuyList_body .search_area_first .search1{width:100%}
    .inquiryBuyList_body .search_area_first .search1>input{width:100%}
    .inquiryBuyList_body .search_area_first .search1>button[type="submit"]{width:fit-content;padding-left:8px;padding-right:12px}
    .inquiryBuyList_body .search_area_first .search1>button[type="submit"]>span{display:none}
    .inquiryBuyList_body .search_area_first>button{width:44px;min-width:44px;height:44px;border-radius:25px;padding:0}
    .inquiryBuyList_body .search_area_first>button>span{display:none}
    .inquiryBuyList_body .search_area_second{width:100%;justify-content:space-between;align-items:center}
    .inquiryBuyList_body .search_area_second>.divider{display:none}
    .inquiryBuyList_body .table_area>.table{border-top:2px solid #222}
    .inquiryBuyList_body .table_area>.table>.thead{display:none!important}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr{grid-template-columns:56px 1fr 40px}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.td{padding:0}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.icon{justify-content:center}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.content{grid-template-columns:1fr;overflow:hidden;flex-direction:column;gap:4px;padding:20px 16px 20px 0}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.td{padding:0}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.td:first-child{justify-content:flex-start}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.para{flex-direction:row;color:#555}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.para>p{display:block;white-space:nowrap}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.content>.asunto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
    .inquiryBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:65%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiryBuyList{padding:0 16px}
    .inquiryBuyList_body .search_area_second{flex-direction:column-reverse;align-items:flex-start}
    .inquiryBuyList_body .search_area_second>*{width:100%!important}
}
.inquiryBuyList>.title{margin-top:80px;text-align:center}
.inquiryBuyList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.inquiryBuyList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiryBuyList_body>.side_menu{border:none;background-color:#fff;z-index:1;}
}
.inquiryBuyList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.inquiryBuyList_body>.side_menu .side_menu_item{padding-bottom:15px}
.inquiryBuyList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiryBuyList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .inquiryBuyList_body>.side_menu>.tab-nav>label{width:50%}
}
.inquiryBuyList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiryBuyList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiryBuyList_body>.side_menu.open>div>.title{border:none}
}
.inquiryBuyList_body>.side_menu.open>.side_menu_content{margin-bottom:0}

@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .tooltipBox:hover>button>img{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .tooltipBox .tooltip-txt li:hover>button>img,.tooltipBox .tooltip-txt li:hover>a>img{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
    .tooltipBox .tooltip-txt li:hover>button>p,.tooltipBox .tooltip-txt li:hover>button span,.tooltipBox .tooltip-txt li:hover>a>p,.tooltipBox .tooltip-txt li:hover>a span{color:#da291c!important}
}

/* contactos_inquiryView */
.contactos_inquiryView_main{height:calc(100vh - 420px)}
.contactos_inquiryView.modal-container .modal-body{min-width:900px;height:fit-content;overflow:unset}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .contactos_inquiryView.modal-container .modal-body{overflow:visible}
}
.contactos_inquiryView.modal-container .modal-body .close_icon{top:20px;right:20px}
.contactos_inquiryView_body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px!important}
.contactos_inquiryView_body button{width:100%}
.contactos_inquiryView_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;font-family:"ClanOT"}
.contactos_inquiryView_body_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:160px;padding-bottom:52px}
.contactos_inquiryView_body_status_left,.contactos_inquiryView_body_status_right{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
.contactos_inquiryView_body_status_left>p,.contactos_inquiryView_body_status_right>p{position:absolute;top:80px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c;white-space:nowrap}
.contactos_inquiryView_body_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:200px;height:2px;background-color:#e3e3e5}
.contactos_inquiryView_body_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
.contactos_inquiryView_body_info{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}
.contactos_inquiryView_body_info_first{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:20px 30px;border-radius:16px;background-color:#f8f8f8;width:100%}
.contactos_inquiryView_body_info_first>img{border-radius:5px;border:solid 1px #dfdfdf}
.contactos_inquiryView_body_info_first_desc{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}
.contactos_inquiryView_body_info_first_desc_item{display:flex;align-items:center}
.contactos_inquiryView_body_info_first_desc_item>h5{min-width:78px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:15px;font-weight:700}
.contactos_inquiryView_body_info_first_desc_item>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;align-items:flex-end;gap:8px}
.contactos_inquiryView_body_info_first_desc_item>div>p{width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.contactos_inquiryView_body_info_first_desc_item>div>img{margin-bottom:1px}
.contactos_inquiryView_body_info_second{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;margin-top:10px;padding:0 10px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .contactos_inquiryView_body_info_second{margin-top:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactos_inquiryView_body_info_second{margin-top:24px}
}
.contactos_inquiryView_body_info_second_item{height:40px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.contactos_inquiryView_body_info_second_item>h5{min-width:160px;padding:0 36px 0 0;white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.contactos_inquiryView_body_info_second_item>h5>span{color:#da291c}
.contactos_inquiryView_body_info_second_item>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0;width:100%;height:100%}
.contactos_inquiryView_body_info_second_item>div>*{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.contactos_inquiryView_body_info_second_item>div>select{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 16px 0 20px;border-radius:999px;border:solid 1px #dfdfdf;height:100%;color:#555}
.contactos_inquiryView_body_info>button{margin-top:20px;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_inquiryView.modal-container .modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px 50px}
    .contactos_inquiryView.modal-container .modal-body .close_icon{top:16px;right:16px}
    .contactos_inquiryView_body{gap:24px!important}
    .contactos_inquiryView_body_status{gap:120px;padding-bottom:66px}
    .contactos_inquiryView_body_status_left::after{width:120px}
    .contactos_inquiryView_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .contactos_inquiryView_body_info{display:block;gap:24px}
    .contactos_inquiryView_body_info_second{gap:24px;padding:0}
    .contactos_inquiryView_body_info_second_item{gap:8px;height:100%;flex-direction:column;justify-content:flex-start;align-items:stretch}
    .contactos_inquiryView_body_info_second_item>h5{padding:0;white-space:nowrap}
    .contactos_inquiryView_body_info_second_item>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0;width:100%;height:36px}
    .contactos_inquiryView_body_info_second_item>div>.input{height:100%}
    .contactos_inquiryView_body_info_second_item>div>.input input{height:100%}
    .contactos_inquiryView_body_info>button{margin-top:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactos_inquiryView.modal-container .modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 16px 50px}
    .contactos_inquiryView.modal-container .modal-body .close_icon{top:16px;right:16px}
    .contactos_inquiryView_body{gap:24px}
    .contactos_inquiryView_body_status{gap:80px;padding-bottom:64px}
    .contactos_inquiryView_body_status_left::after{width:80px}
    .contactos_inquiryView_body_status_right>p{width:76px;white-space:pre-wrap}
    .contactos_inquiryView_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .contactos_inquiryView_body_info_first{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;padding:20px}
    .contactos_inquiryView_body_info_first_desc{align-items:stretch}
    .contactos_inquiryView_body_info_first_desc_item{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:4px}
    .contactos_inquiryView_body_info_first_desc_item>div{justify-content:flex-end;align-items:flex-start;flex-direction:column;gap:4px}
    .contactos_inquiryView_body_info_second_item>div{height:100%;flex-direction:column;justify-content:flex-start;align-items:stretch}
    .contactos_inquiryView_body_info_second_item>div>.input{height:36px}
    .contactos_inquiryView_body_info_second_item>div>select{height:36px}
}
.contactos_request02.modal-container .modal-body{min-width:950px;height:fit-content}
.contactos_request02.modal-container .modal-body .close_icon{top:20px;right:20px}
.contactos_request02_body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px}
.contactos_request02_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;font-family:"ClanOT"}
.contactos_request02_body_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:150px;padding-bottom:52px}
.contactos_request02_body_status_left,.contactos_request02_body_status_right{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
.contactos_request02_body_status_left>p,.contactos_request02_body_status_right>p{position:absolute;top:80px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c;white-space:nowrap}
.contactos_request02_body_status_left>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
.contactos_request02_body_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:200px;height:2px;background-color:#e3e3e5}
.contactos_request02_body_form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:0;width:100%}
.contactos_request02_body_info{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0 10px;gap:8px}
.contactos_request02_body_info_item{height:40px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.contactos_request02_body_info_item>h5{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;min-width:160px;white-space:nowrap}
.contactos_request02_body_info_item>h5>span{color:#da291c}
.contactos_request02_body_info_item>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0;width:100%;height:100%}
.contactos_request02_body_info_item>div>*{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.contactos_request02_body_info_item>div>input{width:fit-content;padding:0 20px;border-radius:999px;border:solid 1px #dfdfdf}
.contactos_request02_body_info_item>div>input[type="datetime-local"]:focus{border:solid 1px #da291c}
.contactos_request02_body_info_item>div>select{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 16px 0 20px;border-radius:999px;border:solid 1px #dfdfdf;height:100%;color:#555}
.contactos_request02_body_info_item:last-child{height:100%}
.contactos_request02_body_info_item:last-child .textarea{height:80px}
.contactos_request02_body_info_item:last-child .textarea>textarea{border-radius:16px}
.contactos_request02_body_info_item:last-child .textarea>textarea::placeholder{color:#b1b1b1}
.contactos_request02_body_file{width:100%;border-top:1px dashed #dfdfdf;border-bottom:1px solid #dfdfdf;padding:16px 10px}
.contactos_request02_body_file_attach{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:100%}
.contactos_request02_body_file_attach>label{width:fit-content}
.contactos_request02_body_file_attach>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px}
.contactos_request02_body_file_attach>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.contactos_request02_body_file_list{margin-top:8px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;padding:10px 16px;border-radius:5px;background-color:#f8f8f8}
.contactos_request02_body_file_item{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;display:flex;justify-content:flex-start;align-items:center;gap:4px;color:#555}
.contactos_request02_body_file_item>p{overflow:hidden;word-break:normal;text-align: justify;display:-webkit-box;-webkit-box-orient:vertical;}
.contactos_request02_body_file_item>button{display:flex;align-items:center}
.contactos_request02_body_submit{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;margin-top:14px}
.contactos_request02_body_submit>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_request02.modal-container .modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
    .contactos_request02.modal-container .modal-body .close_icon{top:16px;right:16px}
    .contactos_request02_body{gap:24px!important}
    .contactos_request02_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .contactos_request02_body_status{gap:120px;padding-bottom:66px}
    .contactos_request02_body_status_left::after{width:120px}
    .contactos_request02_body_form{gap:24px}
    .contactos_request02_body_info{gap:24px;padding:0}
    .contactos_request02_body_info_item{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;height:100%}
    .contactos_request02_body_info_item>div{height:36px}
    .contactos_request02_body_info_item.calendar{flex-direction:row;align-items:center;gap:16px}
    .contactos_request02_body_info_item.calendar>h5{min-width:unset;width:fit-content}
    .contactos_request02_body_info_item.calendar>div .input{width:250px;height:34px;padding-left:15px;font-size:14px;color:#222;appearance:none;-webkit-appearance:none;text-align:center;background-color:#fff}
    .contactos_request02_body_info_item:last-child>div{height:160px}
    .contactos_request02_body_info_item:last-child>div .textarea{height:100%}
    .contactos_request02_body_file{padding:16px 0}
    .contactos_request02_body_submit{margin-top:0}
    .contactos_request02_body_submit>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactos_request02.modal-container .modal-body{padding:50px 16px}
    .contactos_request02.modal-container .modal-body .close_icon{top:16px;right:16px}
    .contactos_request02_body_status{gap:80px;padding-bottom:64px}
    .contactos_request02_body_status_left::after{width:80px}
    .contactos_request02_body_status_right>p{width:76px;white-space:pre-wrap}
    .contactos_request02_body_info_item.twin>div{flex-direction:column;height:100%}
    .contactos_request02_body_info_item.twin>div .select{height:36px}
    .contactos_request02_body_info_item.calendar{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
    .contactos_request02_body_info_item.calendar h5{align-self:left}
    .contactos_request02_body_info_item.calendar>div{width:100%}
    .contactos_request02_body_info_item.calendar>div .input{width:100%;padding-left:10px}
    .contactos_request02_body_info_item.calendar>div .input::-webkit-date-and-time-value{width:100%}
    .contactos_request02_body_file_attach{flex-direction:column;justify-content:center;align-items:flex-start}
}

/* contactos_consultas */
.contactos_consultas{padding-top:15px;max-width:1180px;margin:0 auto;margin-bottom:120px}
.contactos_consultas>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.contactos_consultas>.breadcrumb>li{display:flex;gap:5px}
.contactos_consultas>.breadcrumb>li.more{position:relative}
.contactos_consultas>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas>.breadcrumb .tooltip-btn>ul{display:flex;gap:3px}
    .contactos_consultas>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .contactos_consultas>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.contactos_consultas_body{width:100%;display:flex;gap:20px;margin-top:80px}
.contactos_consultas_body>.side_menu{min-width:180px;margin-top:0px}
.contactos_consultas_body>.side_menu>.panel{height:32px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}
.contactos_consultas_body>.side_menu>.panel>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.contactos_consultas_body>.side_menu>.panel>p.selected{color:#da291c}
.contactos_consultas_body>.side_menu .title{text-align:left;padding:0;padding-bottom:8px}
.contactos_consultas_body>.side_menu .title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700}
.contactos_consultas_body>.side_menu .title>.tablet{display:none}
.contactos_consultas_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.contactos_consultas_content>*{width:100%}
.contactos_consultas_content>.buttonContainer{width:100%;display:flex;justify-content:center;margin-top:16px}
.contactos_consultas_content>.buttonContainer>button{width:180px}
.contactos_consultas_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center}
.contactos_consultas_topBtn{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;margin-top:32px}
.contactos_consultas_subTitle{padding:20px;margin-top:16px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;border-top:solid 2px #222}
.contactos_consultas_productInfo{height:146px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:30px;padding:30px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#f8f8f8}
.contactos_consultas_productInfo .divider{width:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.contactos_consultas_productInfo_product,.contactos_consultas_productInfo_company{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}
.contactos_consultas_productInfo_product>div,.contactos_consultas_productInfo_company>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}
.contactos_consultas_productInfo_product>div>button,.contactos_consultas_productInfo_company>div>button{width:fit-content}
.contactos_consultas_productInfo_product{flex-grow:0;width:530px}
.contactos_consultas_productInfo_product>img{object-fit:contain;border-radius:5px;border:solid 1px #dfdfdf}
.contactos_consultas_productInfo_product>div>p:not(.desc){font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:normal;text-align: justify;}
.contactos_consultas_productInfo_product>div>p:not(.desc) .desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;gap:0}
.contactos_consultas_productInfo_company{flex-grow:1;width:329px}
.contactos_consultas_productInfo_company>picture>img{border-radius:999px;}
.contactos_consultas_productInfo_company>div>div p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.contactos_consultas_productInfo_company>div>div p:first-child{word-break: normal;text-align: justify;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.contactos_consultas_productInfo_company>div>div p.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.contactos_consultas_productInfo_company>div>button{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:2px;padding:0;border-bottom:solid 1px #222;border-radius:0}
.contactos_consultas_productInfo_company>div>button:hover{border-bottom:solid 1px #da291c}
.contactos_consultas_productInfo_company>div>button>span{text-decoration:none}
.contactos_consultas_productInfo_company>div>button:hover>picture{filter:invert(20%) sepia(100%) saturate(3271%) hue-rotate(353deg) brightness(89%) contrast(91%)}
.contactos_consultas_chatBox{border:solid 1px #dfdfdf;border-radius:16px;background-color:#f8f8f8;margin-top:16px}
#fade .contactos_consultas_chatBox{padding:30px 0;}
.contactos_consultas_chatBox_list{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0}
.contactos_consultas_chatBox_list>div{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:0 50px;height:433px;overflow-y:auto}
.contactos_consultas_chatBox_list.full>div{height:100%}
.contactos_consultas_chatBox_you{width:100%;display:flex;justify-content:flex-start;align-items:flex-end;gap:4px}
.contactos_consultas_chatBox_you_item{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:8px}
.contactos_consultas_chatBox_you_item>img.profile{border-radius:999px}
.contactos_consultas_chatBox_you_item>div{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;max-width:579px}
.contactos_consultas_chatBox_you_item>div>.title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.contactos_consultas_chatBox_you_item>div>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#6d6d6d}
.contactos_consultas_chatBox_you_item>div>.title>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.contactos_consultas_chatBox_you_item>div>.body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:20px 24px;border-radius:5px;border:solid 1px #dfdfdf;background-color:#fff;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;word-break:normal;text-align: justify;}
.contactos_consultas_chatBox_you .fileContainer{display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;align-self:flex-start;gap:8px;width:fit-content;max-width:579px;margin:8px 32px 0 44px}
.contactos_consultas_chatBox_you .fileContainer .file_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.contactos_consultas_chatBox_you .fileContainer .file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.contactos_consultas_chatBox_you .fileContainer .file_item>button{display:flex;align-items:center}
.contactos_consultas_chatBox_you+.contactos_consultas_chatBox_you{margin-top:16px}
.contactos_consultas_chatBox_me{width:100%;display:flex;justify-content:flex-end}
.contactos_consultas_chatBox_me>div{width:fit-content}
.contactos_consultas_chatBox_me_item{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:4px}
.contactos_consultas_chatBox_me_item>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.contactos_consultas_chatBox_me_item>div>img{display:none}
.contactos_consultas_chatBox_me_item>div>img.show{display:block}
.contactos_consultas_chatBox_me_item>div>div{width:fit-content;max-width:579px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px}
.contactos_consultas_chatBox_me_item>div>div>.title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.contactos_consultas_chatBox_me_item>div>div>.title>*{white-space:nowrap}
.contactos_consultas_chatBox_me_item>div>div>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#6d6d6d}
.contactos_consultas_chatBox_me_item>div>div>.title>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.contactos_consultas_chatBox_me_item>div>div>.body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:20px 24px;border-radius:5px;border:solid 1px #dfdfdf;background-color:#fff;border-color:#da291c;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;word-break:normal;text-align: justify;}
.contactos_consultas_chatBox_me_item>div>div>.body>button{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:2px;padding:0;border-bottom:solid 1px #222;border-radius:0}
.contactos_consultas_chatBox_me_item>div>div>.body>button>span{text-decoration:none}
.contactos_consultas_chatBox_me_item>div>div>.body>button:hover>picture{filter:invert(20%) sepia(100%) saturate(3271%) hue-rotate(353deg) brightness(89%) contrast(91%)}
.contactos_consultas_chatBox_me_item>img.profile{border-radius:999px}
.contactos_consultas_chatBox_me .fileContainer{display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;align-self:flex-start;gap:8px;width:fit-content;max-width:579px;margin:8px 44px 0 32px}
.contactos_consultas_chatBox_me .fileContainer .file_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.contactos_consultas_chatBox_me .fileContainer .file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.contactos_consultas_chatBox_me .fileContainer .file_item>button{display:flex;align-items:center}
.contactos_consultas_chatBox_me+.contactos_consultas_chatBox_me{margin-top:16px}
.contactos_consultas_chatBox_dateDivider{width:100%;position:relative;margin:40px 0}
.contactos_consultas_chatBox_dateDivider .hr{background-color:#d9d9d9}
.contactos_consultas_chatBox_dateDivider>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 10px;background-color:#f8f8f8;color:#555}
.contactos_consultas_chatBox .contactos_consultas_chatBox_me+.contactos_consultas_chatBox_you,.contactos_consultas_chatBox .contactos_consultas_chatBox_you+.contactos_consultas_chatBox_me{margin-top:24px}
.contactos_consultas_chatBox_chat{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;padding:20px 30px;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
.contactos_consultas_chatBox_chat>.text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
.contactos_consultas_chatBox_chat>.text>textarea{width:100%;height:80px;color:#555;resize:none;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;background-color:#f8f8f8;border-radius:5px;padding:8px 12px}
.contactos_consultas_chatBox_chat>.text>.fileContainer{display:flex;justify-content:flex-start;align-items:flex-end;gap:8px;width:70%}
.contactos_consultas_chatBox_chat>.text>.fileContainer .file_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.contactos_consultas_chatBox_chat>.text>.fileContainer .file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.contactos_consultas_chatBox_chat>.text>.fileContainer .file_item>button{display:flex;align-items:center}
.contactos_consultas_chatBox_chat>.buttonContainer{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px}
.contactos_consultas_chatBox_chat>.buttonContainer>label{cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas{padding:0 24px;position:relative;margin-bottom:80px}
    .contactos_consultas>.breadcrumb{margin-top:0;height:40px}
    .contactos_consultas>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important;z-index:1300}
    .contactos_consultas>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .contactos_consultas>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
    .contactos_consultas>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .mytr_main.sell>.contactos_consultas_body,.log>.contactos_consultas_body{margin-top:0}
    .contactos_consultas_body>.side_menu{margin:0;/*width:unset!important*/;position:absolute;z-index:1}
    .contactos_consultas_body>.side_menu>.panel{display:none}
    .contactos_consultas_body>.side_menu .title{padding:0 16px 0 20px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
    .contactos_consultas_body>.side_menu .title>.desktop{display:none}
    .contactos_consultas_body>.side_menu .title>.tablet{display:block}
    .contactos_consultas_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .log .contactos_consultas_title{margin-top:20px;}
    .contactos_consultas_content{margin-top:88px}
    .log .contactos_consultas_content{margin-top:32px;}
    .contactos_consultas_body.sell .contactos_consultas_content{margin-top:80px}
    .contactos_consultas_content>.buttonContainer{width:100%;margin-top:20px}
    .contactos_consultas_content>.buttonContainer>button{width:100%}
    .contactos_consultas_topBtn{margin-top:16px}
    .contactos_consultas_topBtn>button{width:44px;height:44px;padding:10px}
    .contactos_consultas_topBtn>#inquiryDeleteBtn{width:35px !important;height:35px !important;padding:10px}
    .contactos_consultas_topBtn>#inquiryBackBtn{width:35px !important;height:35px !important;padding:10px}
    .contactos_consultas_topBtn>button>span{display:none}
    .contactos_consultas_subTitle{padding:24px 20px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .contactos_consultas_productInfo{width:100%;height:100%;flex-direction:column;padding:30px 20px}
    .contactos_consultas_productInfo>*:not(.divider){width:100%}
    .contactos_consultas_productInfo>.divider{width:100%;height:1px}
    .contactos_consultas_productInfo_product,.contactos_consultas_productInfo_company{width:100%;gap:16px}
    .contactos_consultas_productInfo_product{align-items:flex-start}
    .contactos_consultas_productInfo_product>img{border-radius:5px}
    .contactos_consultas_productInfo_product>div{gap:8px}
    .contactos_consultas_productInfo_product>div>p:not(.desc){display:block;text-overflow:unset}
    .contactos_consultas_productInfo_product>div>button{height:40px}
    .contactos_consultas_productInfo_company>div>button:hover>picture{filter:none}
    .contactos_consultas_chatBox_list{display:block;padding:18px 0}
    .contactos_consultas_chatBox_list>div{height:464px;padding:0 20px}
    .contactos_consultas_chatBox_list::-webkit-scrollbar{background-color:#ececec;border-radius:999px;width:6px;height:6px}
    .contactos_consultas_chatBox_list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:999px}
    .contactos_consultas_chatBox_me_item{width:100%}
    .contactos_consultas_chatBox_me>.fileContainer{width:100%;padding-left:32px;flex-wrap:wrap}
    .contactos_consultas_chatBox_chat{flex-direction:column;gap:20px;padding:20px 16px 30px 16px}
    .contactos_consultas_chatBox_chat>.buttonContainer{width:100%}
    .contactos_consultas_chatBox_chat>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactos_consultas{padding:0 16px}
    .contactos_consultas_chatBox_list{padding:30px 0}
    .contactos_consultas_chatBox_list>div{height:250px;padding:0 20px}
    .contactos_consultas_chatBox_you>div{width:100%}
    .contactos_consultas_chatBox_you>div>div{width:100%}
    .contactos_consultas_chatBox_you>div>div .title{flex-direction:column;align-items:flex-start;gap:0}
    .contactos_consultas_chatBox_you>div>div .body{word-break:normal;text-align: justify;padding:20px}
    .contactos_consultas_chatBox_me{width:100%}
    .contactos_consultas_chatBox_me_item{width:100%}
    .contactos_consultas_chatBox_me_item>div{width:100%}
    .contactos_consultas_chatBox_me>div{width:100%;}
    .contactos_consultas_chatBox_me_item>div>div{width:100%}
    .contactos_consultas_chatBox_me_item>div>div .title{flex-direction:column;align-items:flex-start;gap:0}
    .contactos_consultas_chatBox_me_item>div>div .title>span{width:100%;text-align:right}
    .contactos_consultas_chatBox_me_item>div>div .body{width:100%;word-break:normal;text-align: justify;padding:20px}
    .contactos_consultas_chatBox_chat>.text>textarea{height:68px;padding:8px;}
}
.contactos_consultas_modal>.modal-body{width:950px;height:fit-content!important}
.contactos_consultas_modal>.modal-body .close_icon{top:20px!important;right:20px!important}
.contactos_consultas_modal_body{height:fit-content;gap:30px!important}
.contactos_consultas_modal_body button{width:100%}
.contactos_consultas_modal_content{width:100%;padding:40px 0;border-radius:16px;background-color:#f8f8f8}
.contactos_consultas_modal_content>div{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.contactos_consultas_modal_content>div>div.info{width:300px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 20px}
.contactos_consultas_modal_content>div>div.info>img{border-radius:999px;}
.contactos_consultas_modal_content>div>div.info>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.contactos_consultas_modal_content>div>div.info>p.desc{width:155px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;text-align:center}
.contactos_consultas_modal_content>div>div.info.divider{width:1px;height:100%;flex-grow:0;background-color:#d9d9d9}
.contactos_consultas_modal_content>div>ul{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 30px}
.contactos_consultas_modal_content>div>ul>li{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.contactos_consultas_modal_content>div>ul>li>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;width:150px;color:#6d6d6d}
.contactos_consultas_modal_content>div>ul>li>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;display:flex;align-items:center;gap:8px}
.contactos_consultas_modal_content>div>ul>li>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.contactos_consultas_modal_content>div>ul>li>div>a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.contactos_consultas_modal_content>div>div+ul{border-left:1px solid #d9d9d9}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas_modal>.modal-body{width:100%;height:100%!important;border-radius:0;max-width:unset!important}
    .contactos_consultas_modal>.modal-body .close_icon{top:16px!important;right:16px!important}
    .contactos_consultas_modal_content{padding:0;flex-direction:column;justify-content:center;align-items:stretch}
    .contactos_consultas_modal_content>div{width:100%;padding:0 20px;flex-direction:column}
    .contactos_consultas_modal_content>div>div.info{width:100%;gap:10px;padding:40px 20px}
    .contactos_consultas_modal_content>div>ul{width:100%;padding:30px 10px}
    .contactos_consultas_modal_content>div>ul>li{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .contactos_consultas_modal_content>div>div+ul{border-left:none;border-top:1px solid #d9d9d9;padding-top:30px}
}
.contactos_consultas>.title{margin-top:80px;text-align:center}
.contactos_consultas_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas_body>.side_menu{border:none;background-color:#fff}
    .log .contactos_consultas_body>.side_menu{border:1px solid #dfdfdf;background-color:#fff}
}
.contactos_consultas_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.contactos_consultas_body>.side_menu .side_menu_item{padding-bottom:15px}
.contactos_consultas_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .contactos_consultas_body>.side_menu>.tab-nav>label{width:50%}
}
.contactos_consultas_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .contactos_consultas_body>.side_menu>div>.title{padding-left:20px;border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_consultas_body>.side_menu.open>div>.title{border:none}
}
.contactos_consultas_body>.side_menu.open>.side_menu_content{margin-bottom:0}

/* contactos_productAsk */
.contactos_productAsk{padding-top:15px;max-width:1180px;margin:0 auto;margin-bottom:120px}
.contactos_productAsk>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.contactos_productAsk>.breadcrumb>li{display:flex;gap:5px}
.contactos_productAsk>.breadcrumb>li.more{position:relative}
.contactos_productAsk>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.contactos_productAsk_body{width:100%;display:flex;gap:20px;margin-top:80px}
.contactos_productAsk_body>.side_menu{min-width:180px;margin-top:55px}
.contactos_productAsk_body>.side_menu>.panel{height:32px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}
.contactos_productAsk_body>.side_menu>.panel>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.contactos_productAsk_body>.side_menu>.panel>p.selected{color:#da291c}
.contactos_productAsk_body>.side_menu .title{text-align:left;padding:0;padding-bottom:8px}
.contactos_productAsk_body>.side_menu .title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700}
.contactos_productAsk_body>.side_menu .title>.tablet{display:none}
.contactos_productAsk_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.contactos_productAsk_content>*{width:100%}
.contactos_productAsk_content>.buttonContainer{width:100%;display:flex;justify-content:center;margin-top:16px}
.contactos_productAsk_content>.buttonContainer>button{width:180px}
.contactos_productAsk_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center}
.contactos_productAsk_topBtn{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;margin-top:32px}
.contactos_productAsk_subTitle{padding:20px;margin-top:16px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;border-top:solid 2px #222}
.contactos_productAsk_productInfo{height:146px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:30px;padding:30px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#f8f8f8}
.contactos_productAsk_productInfo .divider{width:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.contactos_productAsk_productInfo_product,.contactos_productAsk_productInfo_company{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}
.contactos_productAsk_productInfo_product>div,.contactos_productAsk_productInfo_company>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}
.contactos_productAsk_productInfo_product>div>button,.contactos_productAsk_productInfo_company>div>button{width:fit-content}
.contactos_productAsk_productInfo_product{flex-grow:0;width:530px}
.contactos_productAsk_productInfo_product>img{object-fit:contain;border-radius:5px;border:solid 1px #dfdfdf}
.contactos_productAsk_productInfo_product>div>p:not(.desc){font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:normal;text-align: justify;}
.contactos_productAsk_productInfo_product>div>p:not(.desc) .desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;gap:0}
.contactos_productAsk_productInfo_company{flex-grow:1;width:329px}
.contactos_productAsk_productInfo_company>div>div p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.contactos_productAsk_productInfo_company>div>div p.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.contactos_productAsk_productInfo_company>div>button{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:2px;padding:0;border-bottom:solid 1px #222;border-radius:0}
.contactos_productAsk_productInfo_company>div>button>span{text-decoration:none}
.contactos_productAsk_productInfo_company>div>button:hover>picture{filter:invert(20%) sepia(100%) saturate(3271%) hue-rotate(353deg) brightness(89%) contrast(91%)}
.contactos_productAsk_chatBox{border:solid 1px #dfdfdf;border-radius:16px;background-color:#f8f8f8;margin-top:16px}
.contactos_productAsk_chatBox_list{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0}
.contactos_productAsk_chatBox_list>div{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:0 50px;height:433px;overflow-y:auto}
.contactos_productAsk_chatBox_list.full>div{height:100%}
.contactos_productAsk_chatBox_you{width:100%;display:flex;justify-content:flex-start;align-items:flex-end;gap:4px}
.contactos_productAsk_chatBox_you>div{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:8px}
.contactos_productAsk_chatBox_you>div>img.profile{border-radius:999px}
.contactos_productAsk_chatBox_you>div>div{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px}
.contactos_productAsk_chatBox_you>div>div>.title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.contactos_productAsk_chatBox_you>div>div>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#6d6d6d}
.contactos_productAsk_chatBox_you>div>div>.title>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.contactos_productAsk_chatBox_you>div>div>.body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:20px 24px;border-radius:5px;border:solid 1px #dfdfdf;background-color:#fff;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.contactos_productAsk_chatBox_you>img{display:none}
.contactos_productAsk_chatBox_you>img.show{display:block}
.contactos_productAsk_chatBox_you+.contactos_productAsk_chatBox_you{margin-top:16px}
.contactos_productAsk_chatBox_me{width:fit-content;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px;align-self:flex-end}
.contactos_productAsk_chatBox_me_item{width:75%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:4px}
.contactos_productAsk_chatBox_me_item>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.contactos_productAsk_chatBox_me_item>div>img{display:none}
.contactos_productAsk_chatBox_me_item>div>img.show{display:block}
.contactos_productAsk_chatBox_me_item>div>div{width:fit-content;max-width:579px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px}
.contactos_productAsk_chatBox_me_item>div>div>.title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.contactos_productAsk_chatBox_me_item>div>div>.title>*{white-space:nowrap}
.contactos_productAsk_chatBox_me_item>div>div>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#6d6d6d}
.contactos_productAsk_chatBox_me_item>div>div>.title>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.contactos_productAsk_chatBox_me_item>div>div>.body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:20px 24px;border-radius:5px;border:solid 1px #dfdfdf;background-color:#fff;border-color:#da291c;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.contactos_productAsk_chatBox_me_item>div>div>.body>button{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:2px;padding:0;border-bottom:solid 1px #222;border-radius:0}
.contactos_productAsk_chatBox_me_item>div>div>.body>button>span{text-decoration:none}
.contactos_productAsk_chatBox_me_item>div>div>.body>button:hover>picture{filter:invert(20%) sepia(100%) saturate(3271%) hue-rotate(353deg) brightness(89%) contrast(91%)}
.contactos_productAsk_chatBox_me_item>img.profile{border-radius:999px}
.contactos_productAsk_chatBox_me>.fileContainer{display:flex;justify-content:flex-start;align-items:flex-end;gap:8px;padding-left:32px;width:fit-content;flex-wrap:wrap;align-self:flex-start}
.contactos_productAsk_chatBox_me>.fileContainer .file_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.contactos_productAsk_chatBox_me>.fileContainer .file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.contactos_productAsk_chatBox_me>.fileContainer .file_item>button{display:flex;align-items:center}
.contactos_productAsk_chatBox_me+.contactos_productAsk_chatBox_me{margin-top:16px}
.contactos_productAsk_chatBox_dateDivider{width:100%;position:relative;margin:40px 0}
.contactos_productAsk_chatBox_dateDivider>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 10px;background-color:#f8f8f8;color:#555}
.contactos_productAsk_chatBox .contactos_productAsk_chatBox_me+.contactos_productAsk_chatBox_you,.contactos_productAsk_chatBox .contactos_productAsk_chatBox_you+.contactos_productAsk_chatBox_me{margin-top:24px}
.contactos_productAsk_chatBox_chat{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;padding:20px 50px;background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
.contactos_productAsk_chatBox_chat>.text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
.contactos_productAsk_chatBox_chat>.text>textarea{width:100%;height:54px;color:#555;resize:none;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.contactos_productAsk_chatBox_chat>.text>.fileContainer{display:flex;justify-content:flex-start;align-items:flex-end;gap:8px;width:70%}
.contactos_productAsk_chatBox_chat>.text>.fileContainer .file_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.contactos_productAsk_chatBox_chat>.text>.fileContainer .file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.contactos_productAsk_chatBox_chat>.text>.fileContainer .file_item>button{display:flex;align-items:center}
.contactos_productAsk_chatBox_chat>.buttonContainer{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px}
.contactos_productAsk_chatBox_chat>.buttonContainer>label{cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_productAsk{padding:0 24px;position:relative;margin-bottom:80px}
    .contactos_productAsk>.breadcrumb{margin-top:0;height:40px}
    .contactos_productAsk>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important;z-index:1300}
    .contactos_productAsk>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .contactos_productAsk>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
    .contactos_productAsk>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .contactos_productAsk_body{margin-top:0}
    .contactos_productAsk_body>.side_menu{margin:0;width:unset!important;position:absolute;z-index:1200}
    .contactos_productAsk_body>.side_menu>.panel{display:none}
    .contactos_productAsk_body>.side_menu .title{padding:0 16px 0 20px}
    .contactos_productAsk_body>.side_menu .title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
    .contactos_productAsk_body>.side_menu .title>.desktop{display:none}
    .contactos_productAsk_body>.side_menu .title>.tablet{display:block}
    .contactos_productAsk_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .contactos_productAsk_content{margin-top:48px}
    .contactos_productAsk_content>.buttonContainer{width:100%;margin-top:20px}
    .contactos_productAsk_content>.buttonContainer>button{width:100%}
    .contactos_productAsk_topBtn{margin-top:16px}
    .contactos_productAsk_topBtn>button{width:44px;height:44px;padding:10px}
    .contactos_productAsk_topBtn>button>span{display:none}
    .contactos_productAsk_subTitle{padding:24px 20px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .contactos_productAsk_productInfo{width:100%;height:100%;flex-direction:column;padding:30px 20px}
    .contactos_productAsk_productInfo>*:not(.divider){width:100%}
    .contactos_productAsk_productInfo>.divider{width:100%;height:1px}
    .contactos_productAsk_productInfo_product,.contactos_productAsk_productInfo_company{width:100%;gap:16px}
    .contactos_productAsk_productInfo_product{align-items:flex-start}
    .contactos_productAsk_productInfo_product>img{border-radius:5px}
    .contactos_productAsk_productInfo_product>div{gap:8px}
    .contactos_productAsk_productInfo_product>div>p:not(.desc){display:block;text-overflow:unset}
    .contactos_productAsk_productInfo_product>div>button{height:40px}
    .contactos_productAsk_productInfo_company>div>button:hover>picture{filter:none}
    .contactos_productAsk_chatBox_list{display:block;padding:18px 0}
    .contactos_productAsk_chatBox_list>div{height:464px;padding:0 20px}
    .contactos_productAsk_chatBox_list::-webkit-scrollbar{background-color:#ececec;border-radius:999px;width:6px;height:6px}
    .contactos_productAsk_chatBox_list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:999px}
    .contactos_productAsk_chatBox_me_item{width:100%}
    .contactos_productAsk_chatBox_me>.fileContainer{width:100%;padding-left:32px;flex-wrap:wrap}
    .contactos_productAsk_chatBox_chat{flex-direction:column;gap:20px;padding:30px 20px}
    .contactos_productAsk_chatBox_chat>.buttonContainer{width:100%}
    .contactos_productAsk_chatBox_chat>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactos_productAsk{padding:0 16px}
    .contactos_productAsk_chatBox_list{padding:30px 0}
    .contactos_productAsk_chatBox_list>div{height:250px;padding:0 20px}
    .contactos_productAsk_chatBox_you>div{width:100%}
    .contactos_productAsk_chatBox_you>div>div{width:100%}
    .contactos_productAsk_chatBox_you>div>div .title{flex-direction:column;align-items:flex-start;gap:0}
    .contactos_productAsk_chatBox_you>div>div .body{word-break:normal;text-align: justify;padding:20px}
    .contactos_productAsk_chatBox_me{width:100%}
    .contactos_productAsk_chatBox_me_item{width:100%}
    .contactos_productAsk_chatBox_me_item>div{width:100%}
    .contactos_productAsk_chatBox_me_item>div>div{width:100%}
    .contactos_productAsk_chatBox_me_item>div>div .title{flex-direction:column;align-items:flex-start;gap:0}
    .contactos_productAsk_chatBox_me_item>div>div .title>span{width:100%;text-align:right}
    .contactos_productAsk_chatBox_me_item>div>div .body{width:100%;word-break:normal;text-align: justify;padding:20px}
    .contactos_productAsk_chatBox_chat>.text>textarea{height:36px}
}
.contactos_productAsk_modal>.modal-body{width:950px;height:fit-content!important}
.contactos_productAsk_modal>.modal-body .close_icon{top:20px!important;right:20px!important}
.contactos_productAsk_modal_body{height:fit-content;gap:30px!important}
.contactos_productAsk_modal_body .btn-accept{width:180px;margin:0 auto}
.contactos_productAsk_modal_content{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:40px 0;border-radius:16px;background-color:#f8f8f8}
.contactos_productAsk_modal_content>div{width:100%}
.contactos_productAsk_modal_content>div.info{width:300px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 20px}
.contactos_productAsk_modal_content>div.info>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.contactos_productAsk_modal_content>div.info>p.desc{width:155px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;text-align:center}
.contactos_productAsk_modal_content>div.divider{width:1px;height:100%;flex-grow:0;background-color:#d9d9d9}
.contactos_productAsk_modal_content>ul{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 30px}
.contactos_productAsk_modal_content>ul>li{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.contactos_productAsk_modal_content>ul>li>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;width:150px;color:#6d6d6d}
.contactos_productAsk_modal_content>ul>li>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;display:flex;align-items:center;gap:8px}
.contactos_productAsk_modal_content>ul>li>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.contactos_productAsk_modal_content>ul>li>div>a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.contactos_productAsk_modal_content>div+ul{border-left:1px solid #d9d9d9}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactos_productAsk_modal>.modal-body{width:100%;height:100%!important;border-radius:0;max-width:unset!important}
    .contactos_productAsk_modal>.modal-body .close_icon{top:16px!important;right:16px!important}
    .contactos_productAsk_modal_body .btn-accept{width:100%}
    .contactos_productAsk_modal_content{height:712px;flex-direction:column;justify-content:center;align-items:stretch;padding:0 20px}
    .contactos_productAsk_modal_content>div.info{width:100%;gap:10px;padding:40px 20px}
    .contactos_productAsk_modal_content>ul{padding:30px 10px}
    .contactos_productAsk_modal_content>ul>li{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .contactos_productAsk_modal_content>div+ul{border-left:none;border-top:1px solid #d9d9d9;padding-top:30px}
}

/* comprador_dashboardBuy */
.comprador_dashboardBuy{max-width:1180px;margin:0 auto;margin-bottom:120px}
.comprador_dashboardBuy>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.comprador_dashboardBuy>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comprador_dashboardBuy>.breadcrumb .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .comprador_dashboardBuy>.breadcrumb .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.comprador_dashboardBuy>.title{margin-top:80px;text-align:center}
.comprador_dashboardBuy_body{width:100%;display:flex;gap:20px;margin-top:80px}
.comprador_dashboardBuy_body>.side_menu_comprador{display:flex;flex-direction:column}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .comprador_dashboardBuy_body>.side_menu_comprador .side_menu_content .side_menu_panel_title .panel_icon{filter:invert(29%) sepia(94%) saturate(2630%) hue-rotate(346deg) brightness(83%) contrast(106%)}
    .comprador_dashboardBuy_body>.side_menu_comprador .side_menu_content .side_menu_panel_title>p{color:#da291c}
}
.comprador_dashboardBuy_content{max-width:980px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.comprador_dashboardBuy_content>*{width:100%}
.comprador_dashboardBuy_content article+article{margin-top:60px}
.comprador_dashboardBuy_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center}
.comprador_dashboardBuy_miEstado{margin-top:18px}
.comprador_dashboardBuy_miEstado>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.comprador_dashboardBuy_miEstado>ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;margin-top:8px}
.comprador_dashboardBuy_miEstado>ul>li{width:100%}
.comprador_dashboardBuy_miEstado>ul>li>a{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:24px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff;text-decoration:none}
.comprador_dashboardBuy_miEstado>ul>li>a:visited{text-decoration:none;color:inherit}
.comprador_dashboardBuy_miEstado>ul>li>a>.num{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}
.comprador_dashboardBuy_miEstado>ul>li>a>.num>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#000}
.comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num){width:100%;display:flex;justify-content:center;align-items:flex-end;padding:11px 56px;background-color:#f8f8f8;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-top:16px}
.comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num)>p{width:fit-content;white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.comprador_dashboardBuy_miEstado>ul>li.selected>a>div:not(.num){background-color:#da291c}
.comprador_dashboardBuy_miEstado>ul>li.selected>a>div:not(.num)>p{color:#fff}
.comprador_dashboardBuy_miEstado>ul>li.selected>a>div:not(.num)>img{filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(289deg) brightness(105%) contrast(101%)}
.comprador_dashboardBuy_consultas>p,.comprador_dashboardBuy_cotizaciones>p,.comprador_dashboardBuy_pedidos>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.comprador_dashboardBuy_consultas>div .table,.comprador_dashboardBuy_cotizaciones>div .table,.comprador_dashboardBuy_pedidos>div .table{margin-top:8px}
.comprador_dashboardBuy_consultas>div .table>thead,.comprador_dashboardBuy_cotizaciones>div .table>thead,.comprador_dashboardBuy_pedidos>div .table>thead{width:100%}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(1),.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1),.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(1)>p,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1)>p,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(1)>button,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1)>button,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(1)>button.rotate,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1)>button.rotate,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(2),.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2),.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 290px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(2)>p,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2)>p,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(2)>button,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2)>button,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(2)>button.rotate,.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2)>button.rotate,.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_consultas>div .table>thead>tr>th:nth-child(3),.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(3),.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(3){width:140px}
.comprador_dashboardBuy_consultas>div .table>tbody>tr>td,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td{height:auto!important;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(1),.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(1),.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(1)>p,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(1)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify;}
.comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(2),.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(2),.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 290px);align-items:stretch;flex:1}
.comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(2)>p,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(2)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify;}
.comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(3),.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(3),.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(3){flex-grow:0;width:140px}
.comprador_dashboardBuy_consultas>div .table>tbody>tr:hover,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr:hover,.comprador_dashboardBuy_pedidos>div .table>tbody>tr:hover{background-color:#fff}
.comprador_dashboardBuy_consultas>div .table>tbody>tr:hover td,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr:hover td,.comprador_dashboardBuy_pedidos>div .table>tbody>tr:hover td{color:#555!important}
.comprador_dashboardBuy_consultas>div .table>tbody>tr:hover td p,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr:hover td p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr:hover td p{color:#555!important}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .comprador_dashboardBuy_consultas>div .table>tbody>tr.active,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr.active,.comprador_dashboardBuy_pedidos>div .table>tbody>tr.active{background-color:#fff6f6}
    .comprador_dashboardBuy_consultas>div .table>tbody>tr.active td,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr.active td,.comprador_dashboardBuy_pedidos>div .table>tbody>tr.active td{color:#222}
    .comprador_dashboardBuy_consultas>div .table>tbody>tr.active td p,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr.active td p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr.active td p{color:#222}
}
.comprador_dashboardBuy_consultas>button,.comprador_dashboardBuy_cotizaciones>button,.comprador_dashboardBuy_pedidos>button{margin:0 auto;margin-top:16px;width:fit-content}
.comprador_dashboardBuy_cotizaciones>div .table{margin-top:8px}
.comprador_dashboardBuy_cotizaciones>div .table>thead{width:100%}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2){width:calc(100% - 530px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(3){width:120px}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(4){width:120px}
.comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(5){width:140px}
.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch}
.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 530px);align-items:stretch;word-break:normal;text-align: justify;normal;text-align: justify}
.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(3){width:120px}
.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(4){width:120px}
.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(5){width:140px}
.comprador_dashboardBuy_pedidos>div .table{margin-top:8px}
.comprador_dashboardBuy_pedidos>div .table>thead{width:100%}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 660px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(3){width:120px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(4){width:100px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(5){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(5)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(5)>button{height:16px}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(5)>button.rotate{transform:rotate(180deg)}
.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(6){width:140px}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 660px);align-items:stretch;word-break:normal;text-align: justify;}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(3){width:120px}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(4){width:100px}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(5){width:150px}
.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(6){width:140px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comprador_dashboardBuy{padding:0 24px;margin-bottom:80px;max-width:unset}
    .comprador_dashboardBuy>.breadcrumb{margin-top:0;height:40px}
    .comprador_dashboardBuy_body{margin-top:0}
    .comprador_dashboardBuy_body>.side_menu_comprador{margin:0}
    .comprador_dashboardBuy_content{max-width:unset;margin-top:48px}
    .comprador_dashboardBuy_content article+article{margin-top:50px}
    .comprador_dashboardBuy_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .comprador_dashboardBuy_miEstado{margin-top:8px}
    .comprador_dashboardBuy_miEstado>ul{justify-content:flex-start;align-items:stretch;gap:8px;flex-wrap:wrap}
    .comprador_dashboardBuy_miEstado>ul>li{width:49%}
    .comprador_dashboardBuy_miEstado>ul>li>a{position:relative;padding:15px 24px}
    .comprador_dashboardBuy_miEstado>ul>li>a>.num{width:100%;justify-content:flex-start;align-items:flex-start;gap:16px}
    .comprador_dashboardBuy_miEstado>ul>li>a>.num>p{padding-top:7px}
    .comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num){width:fit-content;position:absolute;bottom:20px;left:112px;background-color:transparent!important;color:#555555!important;padding:0;margin:0}
    .comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num)>p{color:#555555!important}
    .comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num)>img{filter:initial!important}
    .comprador_dashboardBuy_consultas>div,.comprador_dashboardBuy_cotizaciones>div,.comprador_dashboardBuy_pedidos>div{overflow-x:auto}
    .comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(1)>p,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .comprador_dashboardBuy_consultas>div .table>tbody>tr>td:nth-child(2)>p,.comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
    .comprador_dashboardBuy_consultas>button,.comprador_dashboardBuy_cotizaciones>button,.comprador_dashboardBuy_pedidos>button{height:40px}
    .comprador_dashboardBuy_cotizaciones>div .table>thead>tr>th:nth-child(2),.comprador_dashboardBuy_pedidos>div .table>thead>tr>th:nth-child(2){min-width:300px}
    .comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(2),.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(2){min-width:300px}
    .comprador_dashboardBuy_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.comprador_dashboardBuy_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .comprador_dashboardBuy{padding:0 16px}
    .comprador_dashboardBuy_body>.side_menu_comprador{position:absolute;z-index:1}
    .comprador_dashboardBuy_miEstado>ul>li{width:100%}
    .comprador_dashboardBuy_miEstado>ul>li>a{position:relative;padding:15px 24px}
    .comprador_dashboardBuy_miEstado>ul>li>a>.num{width:100%;justify-content:flex-start;align-items:flex-start;gap:16px}
    .comprador_dashboardBuy_miEstado>ul>li>a>.num>p{padding-top:7px}
    .comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num){width:fit-content;position:absolute;bottom:20px;left:112px;background-color:transparent!important;color:#555555!important;padding:0;margin:0}
    .comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num)>p{color:#555555!important}
    .comprador_dashboardBuy_miEstado>ul>li>a>div:not(.num)>img{filter:initial!important}
    .comprador_dashboardBuy_consultas>div{overflow-x:scroll}
    .comprador_dashboardBuy_consultas>div>.table>thead>tr>th:nth-child(2){min-width:430px}
}

/* cotizaciones_rfqView */
.cotizaciones_rfqView{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.cotizaciones_rfqView>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.cotizaciones_rfqView>.breadcrumb>li{display:flex;gap:5px}
.cotizaciones_rfqView>.breadcrumb>li.more{position:relative}
.cotizaciones_rfqView>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.cotizaciones_rfqView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center;margin-bottom:32px}
.cotizaciones_rfqView_body{width:100%;display:flex;gap:20px;margin-top:80px}
.cotizaciones_rfqView_body>.side_menu{display:flex;flex-direction:column;margin-top:55px}
.cotizaciones_rfqView_body>.side_menu .title{white-space:nowrap;text-align:left;padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cotizaciones_rfqView_body>.side_menu .title{padding-left:20px}
}
.cotizaciones_rfqView_content{width:83%}
.cotizaciones_rfqView_content>.notfication{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:10px}
.cotizaciones_rfqView_content>.notfication>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.cotizaciones_rfqView_content>.notfication>div>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#da291c}
.cotizaciones_rfqView_content>.notfication>.date{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.cotizaciones_rfqView_content>.contents{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:50px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8;width:100%;}
.cotizaciones_rfqView_content>.contents>div{width:100%;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.cotizaciones_rfqView_content>.contents>div>h3{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;width:100%;color:#222;margin-bottom:8px}
.cotizaciones_rfqView_content>.contents>div>.info{width:100%;border-top:2px solid #222;border-bottom:1px solid #d9d9d9}
.cotizaciones_rfqView_content>.contents>.producto{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.cotizaciones_rfqView_content>.contents>.producto>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;padding:20px}
.cotizaciones_rfqView_content>.contents>.producto>.info>.product{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}
.cotizaciones_rfqView_content>.contents>.producto>.info>.product>img{border-radius:5px;border:solid 1px #dfdfdf}
.cotizaciones_rfqView_content>.contents>.producto>.info>.product>p{word-break:normal;text-align: justify;}
.cotizaciones_rfqView_content>.contents>.producto>.info>.divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.cotizaciones_rfqView_content>.contents>.producto>.info>.price{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:4px}
.cotizaciones_rfqView_content>.contents>.producto>.info>.price>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.cotizaciones_rfqView_content>.contents>.producto>.info>.price>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#555}
.cotizaciones_rfqView_content>.contents>.producto>.total{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:8px;padding:8px 20px}
.cotizaciones_rfqView_content>.contents>.producto>.total>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.cotizaciones_rfqView_content>.contents>.producto>.total>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;color:#da291c}
.cotizaciones_rfqView_content>.contents>.producto>.total>p>strong span{font-weight:600;}
.cotizaciones_rfqView_content>.contents>.entrega>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;padding:30px 20px}
.cotizaciones_rfqView_content>.contents>.entrega>.info>.info_item{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.cotizaciones_rfqView_content>.contents>.entrega>.info>.info_item>.title{min-width:150px;flex-grow:0;text-align:left;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#6d6d6d}
.cotizaciones_rfqView_content>.contents>.entrega>.info>.info_item>.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;word-break:normal;text-align: justify;}
.cotizaciones_rfqView_content>.contents>.contacto>.info{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:40px 0}
.cotizaciones_rfqView_content>.contents>.contacto>.info>.contacto_info{width:300px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 20px}
.cotizaciones_rfqView_content>.contents>.contacto>.info>.contacto_info>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;word-break:normal;text-align: justify;}
.cotizaciones_rfqView_content>.contents>.contacto>.info>.contacto_info>p.desc{width:155px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;text-align:center;display:flex;flex-direction:column;}
.cotizaciones_rfqView_content>.contents>.contacto>.info>ul{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 30px}
.cotizaciones_rfqView_content>.contents>.contacto>.info>ul>li{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.cotizaciones_rfqView_content>.contents>.contacto>.info>ul>li>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;width:150px;color:#6d6d6d}
.cotizaciones_rfqView_content>.contents>.contacto>.info>ul>li>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;display:flex;align-items:center;gap:8px}
.cotizaciones_rfqView_content>.contents>.contacto>.info>ul>li>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.cotizaciones_rfqView_content>.contents>.contacto>.info>ul>li>div>a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.cotizaciones_rfqView_content>.contents>.contacto>.info>div+ul{border-left:1px solid #d9d9d9}
.cotizaciones_rfqView_content>.buttonContainer{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px}
.cotizaciones_rfqView_content>.buttonContainer>button{width:180px;}
.cotizaciones_rfqView_content>.buttonContainer>button.button-primary{background-color:#fff;border:1px solid #da291c;}
.cotizaciones_rfqView_content>.buttonContainer>button.button-primary p, .cotizaciones_rfqView_content>.buttonContainer>button.button-primary span{color:#da291c}
.contacto_info>img{border-radius:999px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cotizaciones_rfqView{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .cotizaciones_rfqView>.breadcrumb{margin-top:0;height:40px}
    .cotizaciones_rfqView>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .cotizaciones_rfqView>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .cotizaciones_rfqView>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .cotizaciones_rfqView>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .cotizaciones_rfqView_body{margin-top:0}
    .comprador .cotizaciones_rfqView_body{margin-top:48px;}
    .cotizaciones_rfqView_body>.side_menu{margin-top:0}
    .cotizaciones_rfqView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT";margin-top:0;margin-bottom:20px}
    .cotizaciones_rfqView_content{width:100%;margin-top:48px}
    .cotizaciones_rfqView_content>.notfication{margin-top:20px;padding:16px 10px}
    .cotizaciones_rfqView_content>.contents{padding:40px 10px}
    .cotizaciones_rfqView_content>.contents>.producto>.info{gap:24px;padding:24px 10px}
    .cotizaciones_rfqView_content>.contents>.producto>.total{padding:8px 10px}
    .cotizaciones_rfqView_content>.contents>.entrega>.info{gap:20px;padding:30px 10px}
    .cotizaciones_rfqView_content>.contents>.entrega>.info>.info_item{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .cotizaciones_rfqView_content>.contents>.contacto>.info{flex-direction:column;justify-content:center;align-items:stretch;padding:0}
    .cotizaciones_rfqView_content>.contents>.contacto>.info>.contacto_info{width:100%;gap:10px;padding:40px 20px}
    .cotizaciones_rfqView_content>.contents>.contacto>.info>ul{gap:20px;padding:30px 10px}
    .cotizaciones_rfqView_content>.contents>.contacto>.info>ul>li{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .cotizaciones_rfqView_content>.contents>.contacto>.info>div+ul{border-left:none;border-top:1px solid #d9d9d9}
    .cotizaciones_rfqView_content>.buttonContainer{margin-top:20px}
    .cotizaciones_rfqView_content>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .cotizaciones_rfqView{padding:0 16px}
    .cotizaciones_rfqView_content>.notfication{flex-direction:column;align-items:flex-start;justify-content:center}
}
.cotizaciones_rfqViewDetail_main{height:100vh}
.cotizaciones_rfqViewDetail.modal-container .modal-body{min-width:900px;height:fit-content}
.cotizaciones_rfqViewDetail.modal-container .modal-body .close_icon{top:20px;right:20px}
.cotizaciones_rfqViewDetail_body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.cotizaciones_rfqViewDetail_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;font-family:"ClanOT"}
.cotizaciones_rfqViewDetail_body .cotizaciones_rfqViewDetail_chatBox_wrapper{width:100%;padding:30px 0;border:solid 1px #dfdfdf;border-radius:16px;background-color:#f8f8f8}
.cotizaciones_rfqViewDetail_body .btn-accept{width:180px;margin:0 auto}
.cotizaciones_rfqViewDetail_chatBox{height:485px;overflow-y:auto;}
.cotizaciones_rfqViewDetail_chatBox_list{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 30px 32px 30px;}
.cotizaciones_rfqViewDetail_chatBox_you{width:100%;display:flex;justify-content:flex-start;align-items:flex-end;gap:4px}
.cotizaciones_rfqViewDetail_chatBox_you>div{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_you>div>button.profileBtn{border-radius:999px}
.cotizaciones_rfqViewDetail_chatBox_you>div>button.profileBtn>img.profile{border-radius:999px}
.cotizaciones_rfqViewDetail_chatBox_you>div>div{width:fit-content;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_you>div>div>.title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_you>div>div>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#6d6d6d}
.cotizaciones_rfqViewDetail_chatBox_you>div>div>.title>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.cotizaciones_rfqViewDetail_chatBox_you>div>div>.body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:20px 24px;border-radius:5px;border:solid 1px #dfdfdf;background-color:#fff;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;word-break:normal;text-align: justify;}
.cotizaciones_rfqViewDetail_chatBox_you>img{display:none}
.cotizaciones_rfqViewDetail_chatBox_you>img.show{display:block}
.cotizaciones_rfqViewDetail_chatBox_you+.cotizaciones_rfqViewDetail_chatBox_you{margin-top:16px}
.cotizaciones_rfqViewDetail_chatBox_me{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_me_item{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:4px}
.cotizaciones_rfqViewDetail_chatBox_me_item>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>img{display:none}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>img.show{display:block}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div{width:fit-content;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#6d6d6d}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.title>p:first-child{word-break: normal;text-align: justify;;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.title>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:20px 24px;border-radius:5px;border:solid 1px #dfdfdf;background-color:#fff;border-color:#da291c;word-break:normal;text-align: justify;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body>.chat{max-height:104px;height:fit-content;overflow:hidden}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body .hide{display:none}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body.show>.chat{max-height:unset;height:100%}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body.show .more{display:none}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body.show .hide{display:block}
.cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body.show picture{transform:rotate(180deg) translateY(2px)}
.cotizaciones_rfqViewDetail_chatBox_me_item>button.profileBtn>img.profile{border-radius:999px}
.cotizaciones_rfqViewDetail_chatBox_me>div{display:flex;flex-direction:column;gap:8px}
.cotizaciones_rfqViewDetail_chatBox_me>div>.fileContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-end;gap:8px;padding-left:32px}
.cotizaciones_rfqViewDetail_chatBox_me>div>.fileContainer .file_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.cotizaciones_rfqViewDetail_chatBox_me>div>.fileContainer .file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.cotizaciones_rfqViewDetail_chatBox_me>div>.fileContainer .file_item>button{display:flex;align-items:center}
.cotizaciones_rfqViewDetail_chatBox_me+.cotizaciones_rfqViewDetail_chatBox_me{margin-top:16px}
.cotizaciones_rfqViewDetail_chatBox_dateDivider{width:100%;position:relative;margin:40px 0}
.cotizaciones_rfqViewDetail_chatBox_dateDivider .hr{background-color:#d9d9d9;color:#d9d9d9;border-color:#d9d9d9}
.cotizaciones_rfqViewDetail_chatBox_dateDivider>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 10px;background-color:#f8f8f8;color:#555}
.cotizaciones_rfqViewDetail_chatBox .cotizaciones_rfqViewDetail_chatBox_me+.cotizaciones_rfqViewDetail_chatBox_you,.cotizaciones_rfqViewDetail_chatBox .cotizaciones_rfqViewDetail_chatBox_you+.cotizaciones_rfqViewDetail_chatBox_me{margin-top:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cotizaciones_rfqViewDetail.modal-container .modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px 50px}
    .cotizaciones_rfqViewDetail.modal-container .modal-body .close_icon{top:16px;right:16px}
    .cotizaciones_rfqViewDetail_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .cotizaciones_rfqViewDetail_body>div{padding:0;border:0}
    .cotizaciones_rfqViewDetail_body>div .btn-accept{width:100%}
    .cotizaciones_rfqViewDetail_chatBox{height:auto;overflow:hidden}
    .cotizaciones_rfqViewDetail_chatBox_list{padding:0 20px 20px 20px;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .cotizaciones_rfqViewDetail.modal-container .modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 16px 50px}
    .cotizaciones_rfqViewDetail.modal-container .modal-body .close_icon{top:16px;right:16px;z-index:1;}
    .cotizaciones_rfqViewDetail_body{gap:24px}
    .cotizaciones_rfqViewDetail_body_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .cotizaciones_rfqViewDetail_chatBox_you>div{width:fit-content}
    .cotizaciones_rfqViewDetail_chatBox_you>div>div>.title{flex-direction:column;align-items:flex-start;gap:0}
    .cotizaciones_rfqViewDetail_chatBox_you>div>div>.body{word-break:normal;text-align: justify;}
    .cotizaciones_rfqViewDetail_chatBox_me_item>div{width:fit-content}
    .cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.title{flex-direction:column;align-items:flex-end;gap:0}
    .cotizaciones_rfqViewDetail_chatBox_me_item>div>div>.body{word-break:normal;text-align: justify;}
    .cotizaciones_rfqViewDetail_chatBox_me>div>.fileContainer{flex-direction:column;align-items:flex-start}
}

/* rfqBuyList */
.rfqBuyList{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.rfqBuyList_body{margin-top:80px}
.rfqBuyList_content>.title{text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222}
.rfqBuyList_content>.tab_menu{width:100%;margin-top:40px}
.rfqBuyList_content>.tab_menu>li{width:100%}
.rfqBuyList_content>.tab_menu>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.rfqBuyList_content>.tab_menu>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.rfqBuyList_body .search_area{margin-top:40px}
.rfqBuyList_body .search_area_first{gap:8px}
.rfqBuyList_body .search_area_first input{padding-right:0}
.rfqBuyList_body .search_area_first>button{width:fit-content}
.rfqBuyList_body .search_area_first>button>p{width:fit-content}
.rfqBuyList_body .search_area_second .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.rfqBuyList_body .search_area_second>p{width:fit-content;white-space:nowrap}
.rfqBuyList_body .search_area_second .dropdown{width:336px;height:30px}
.rfqBuyList_body .search_area_second .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.rfqBuyList_body .search_area_second .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.rfqBuyList_body .table_area{display:flex;justify-content:center;margin-top:16px}
.rfqBuyList_body .table_area_no_data{height:500px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.rfqBuyList_body .table_area>.table{width:100%}
.rfqBuyList_body .table_area>.table>.thead{width:100%}
.rfqBuyList_body .table_area>.table>.thead>.tr{width:100%;display:flex}
.rfqBuyList_body .table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.rfqBuyList_body .table_area>.table>.thead>.tr>.th:first-child{width:320px}
.rfqBuyList_body .table_area>.table>.thead>.tr>.th:nth-child(2){width:520px}
.rfqBuyList_body .table_area>.table>.thead>.tr>.th:last-child{width:140px}
.rfqBuyList_body .table_area>.table>.tbody{width:100%}
.rfqBuyList_body .table_area>.table>.tbody>.tr{width:100%}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;height:unset;padding:15px 10px 16px}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.td:first-child{width:320px}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.td:nth-child(2){width:520px;}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.td:last-child{width:140px}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.para{display:flex;justify-content:center;align-items:flex-start;color:#555}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.para .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.rfqBuyList_body .table_area>.table>.tbody>.tr>.asunto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .rfqBuyList_body .table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .rfqBuyList_body .table_area>.table>.tbody>.tr.active .td{color:#222}
    .rfqBuyList_body .table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.rfqBuyList_body .paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqBuyList{padding:0 24px;width:100%;max-width:unset;margin-bottom:80px}
    .rfqBuyList>.breadcrumb{margin-top:0;height:40px}
    .rfqBuyList>.breadcrumb>li.more{position:relative}
    .rfqBuyList>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200;flex-direction:row!important}
    .rfqBuyList>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .rfqBuyList>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .rfqBuyList>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .rfqBuyList_body{margin-top:32px;gap:0}
    .rfqBuyList_body>.side_menu_comprador{margin-top:40px}
    .rfqBuyList_content{margin-top:88px}
    .rfqBuyList_content>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .rfqBuyList_content>.tab_menu{margin-top:16px}
    .rfqBuyList_body .search_area{width:100%;flex-direction:column;margin-top:32px;gap:12px}
    .rfqBuyList_body .search_area_first{width:100%}
    .rfqBuyList_body .search_area_first .search1{width:100%}
    .rfqBuyList_body .search_area_first .search1>input{width:100%}
    .rfqBuyList_body .search_area_first .search1>button[type="submit"]{width:fit-content;padding-left:8px;padding-right:12px}
    .rfqBuyList_body .search_area_first .search1>button[type="submit"]>span{display:none}
    .rfqBuyList_body .search_area_first>button{width:44px;height:44px;border-radius:25px;padding:0}
    .rfqBuyList_body .search_area_first>button>p{display:none}
    .rfqBuyList_body .search_area_second{width:100%;flex-direction:row;justify-content:space-between;align-items:center}
    .rfqBuyList_body .search_area_second>.divider{display:none}
    .rfqBuyList_body .table_area>.table{border-top:2px solid #222}
    .rfqBuyList_body .table_area>.table>.thead{display:none}
    .rfqBuyList_body .table_area>.table>.tbody>.tr{flex-direction:column;border-bottom:1px solid #dfdfdf;gap:4px;padding:20px 16px}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.td{border:none;padding:0;width:100%!important}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.td:hover{color:#555!important}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.para>div{display:flex;flex-direction:row;width:100%}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.para>div>.title{margin-right:4px}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.asunto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.asunto:hover{color:#222!important}
    .rfqBuyList_body .table_area>.table>.tbody>.tr>.date{width:100%!important;text-align:left;align-items:flex-start}
    .rfqBuyList_body .table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .rfqBuyList{padding:0 16px}
    .rfqBuyList_body .search_area_second{flex-direction:column-reverse;align-items:flex-start}
    .rfqBuyList_body .search_area_second>*{width:100%!important}
}

/* cotizaciones_quotationView */
.cotizaciones_quotationView{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.cotizaciones_quotationView>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.cotizaciones_quotationView>.breadcrumb>li{display:flex;gap:5px}
.cotizaciones_quotationView>.breadcrumb>li.more{position:relative}
.cotizaciones_quotationView>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.cotizaciones_quotationView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.cotizaciones_quotationView_body{width:100%;display:flex;gap:20px;margin-top:80px}
/*.cotizaciones_quotationView_content{width:83%}*/
.cotizaciones_quotationView_content>.notfication{margin-top:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:10px;width:100%;}
.cotizaciones_quotationView_content>.notfication>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.cotizaciones_quotationView_content>.notfication>div>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#da291c}
.cotizaciones_quotationView_content>.notfication>.date{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.cotizaciones_quotationView_content>.contents{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:50px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8;width:100%;}
.cotizaciones_quotationView_content>.contents>div{width:100%;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.cotizaciones_quotationView_content>.contents>div.buttonContainer{width:100%;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.cotizaciones_quotationView_content>.contents>div>h3{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;width:100%;color:#222;margin-bottom:8px}
.cotizaciones_quotationView_content>.contents>div>.info{width:100%;border-top:2px solid #222;border-bottom:1px solid #d9d9d9}
.cotizaciones_quotationView_content>.contents>.producto{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.cotizaciones_quotationView_content>.contents>.producto>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;padding:20px}
.cotizaciones_quotationView_content>.contents>.producto>.info>.product{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}
.cotizaciones_quotationView_content>.contents>.producto>.info>.product>img{border-radius:5px;border:solid 1px #dfdfdf}
.cotizaciones_quotationView_content>.contents>.producto>.info>.product>p{word-break:normal;text-align: justify;font-size:15px;}
.cotizaciones_quotationView_content>.contents>.producto>.info>.divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.cotizaciones_quotationView_content>.contents>.producto>.info>.price{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:4px}
.cotizaciones_quotationView_content>.contents>.producto>.info>.price>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.cotizaciones_quotationView_content>.contents>.producto>.info>.price>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#555}
.cotizaciones_quotationView_content>.contents>.producto>.total{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:8px;padding:8px 20px}
.cotizaciones_quotationView_content>.contents>.producto>.total>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.cotizaciones_quotationView_content>.contents>.producto>.total>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;color:#da291c}
.cotizaciones_quotationView_content>.contents>.producto>.total>p>strong span{font-weight:600;}
.cotizaciones_quotationView_content>.contents>.entrega>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;padding:30px 20px}
.cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item>.title{min-width:200px;flex-grow:0;text-align:left;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#6d6d6d}
.cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item>.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;word-break:normal;text-align: justify;}
.cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item>.desc .file-container{margin:10px 0 5px 0;}
.cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item>.desc .file-container .file-item{display:flex;}
.cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item>.desc .file-container .file-item p{cursor:pointer;}
.cotizaciones_quotationView_content>.contents>.contacto>.info{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:40px 0}
.cotizaciones_quotationView_content>.contents>.contacto>.info>.contacto_info{min-width:300px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 20px}
.cotizaciones_quotationView_content>.contents>.contacto>.info>.contacto_info>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;text-align:center;word-break:normal;text-align: justifybreak-all;max-width:300px;}
.cotizaciones_quotationView_content>.contents>.contacto>.info>.contacto_info>p.desc{width:155px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;text-align:center;display:flex;flex-direction:column;}
.cotizaciones_quotationView_content>.contents>.contacto>.info>ul{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 30px}
.cotizaciones_quotationView_content>.contents>.contacto>.info>ul>li{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.cotizaciones_quotationView_content>.contents>.contacto>.info>ul>li>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;min-width:180px;color:#6d6d6d}
.cotizaciones_quotationView_content>.contents>.contacto>.info>ul>li>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;display:flex;align-items:center;gap:8px}
.cotizaciones_quotationView_content>.contents>.contacto>.info>ul>li>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.cotizaciones_quotationView_content>.contents>.contacto>.info>ul>li>div>a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.cotizaciones_quotationView_content>.contents>.contacto>.info>div+ul{border-left:1px solid #d9d9d9}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:20px}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button{width:140px;height:40px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.re-enviar{position:relative;gap:5px;border-radius:999px;border:solid 1px #da291c;background-color:#fff;padding:8px 50px 8px 20px}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.re-enviar>span{white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.re-enviar>div.tooltipContainer{position:absolute;width:40px;height:100%;display:flex;align-items:center;justify-content:center;border-top-right-radius:999px;border-bottom-right-radius:999px;top:0;right:0;background-color:#da291c}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.re-enviar>div.tooltip-txt{position:absolute;display:flex;background-color:#fff;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;width:fit-content;white-space:nowrap;top:40px;left:0}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.generar{padding:8px 20px;border-radius:999px;border:solid 1px #da291c;background-color:#fff}
.cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.generar>span{white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.cotizaciones_quotationView_content>.buttonContainer{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px}
.cotizaciones_quotationView_content>.buttonContainer>button{width:180px}
.cotizaciones_quotationView_content>.buttonContainer>button.button-primary{background-color:#fff;border:1px solid #da291c;}
.cotizaciones_quotationView_content>.buttonContainer>button.button-primary p, .cotizaciones_quotationView_content>.buttonContainer>button.button-primary span{color:#da291c}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cotizaciones_quotationView{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .cotizaciones_quotationView>.breadcrumb{margin-top:0;height:40px}
    .cotizaciones_quotationView>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .cotizaciones_quotationView>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .cotizaciones_quotationView>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .cotizaciones_quotationView>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .cotizaciones_quotationView_body{margin-top:0}
    .comprador .cotizaciones_quotationView_body{margin-top:48px;}
    .cotizaciones_quotationView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT";margin-top:0}
    .log .cotizaciones_quotationView_title{margin-top:20px;padding-bottom:16px;}
    .cotizaciones_quotationView_content{width:100%;margin-top:48px}
    .cotizaciones_quotationView_content>.notfication{margin-top:20px;padding:16px 10px}
    .cotizaciones_quotationView_content>.contents{padding:40px 20px}
    .cotizaciones_quotationView_content>.contents>.producto>.info{gap:24px;padding:24px 10px}
    .cotizaciones_quotationView_content>.contents>.producto>.total{padding:8px 10px}
    .cotizaciones_quotationView_content>.contents>.entrega>.info{gap:20px;padding:30px 10px}
    .cotizaciones_quotationView_content>.contents>.entrega>.info>.info_item{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .cotizaciones_quotationView_content>.contents>.contacto>.info{flex-direction:column;justify-content:center;align-items:stretch;padding:0}
    .cotizaciones_quotationView_content>.contents>.contacto>.info>.contacto_info{width:100%;gap:10px;padding:40px 20px}
    .cotizaciones_quotationView_content>.contents>.contacto>.info>ul{gap:20px;padding:30px 10px}
    .cotizaciones_quotationView_content>.contents>.contacto>.info>ul>li{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .cotizaciones_quotationView_content>.contents>.contacto>.info>div+ul{border-left:none;border-top:1px solid #d9d9d9}
    .cotizaciones_quotationView_content>.buttonContainer{margin-top:20px}
    .cotizaciones_quotationView_content>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .cotizaciones_quotationView{padding:0 16px}
    .cotizaciones_quotationView_content>.notfication{flex-direction:row;align-items:flex-start;justify-content:flex-start}
    .cotizaciones_quotationView_content>.notfication .date{display:flex;align-self:center;margin-left:4px}
    .cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer{flex-direction:column-reverse}
    .cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button{width:100%}
    .cotizaciones_quotationView_content>.contents>.contacto>.buttonContainer>button.re-enviar>div.tooltip-txt{left:unset;right:0}
}

/* cotizaciones_quotationBuyList */
.cotizaciones_quotationBuyList{max-width:1180px;padding-top:15px;margin:0 auto}
.cotizaciones_quotationBuyList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.cotizaciones_quotationBuyList>.breadcrumb>li{display:flex;gap:5px}
.cotizaciones_quotationBuyList>.breadcrumb>li.more{position:relative}
.cotizaciones_quotationBuyList>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.cotizaciones_quotationBuyList_body{margin-top:83px;margin-bottom:120px}
.cotizaciones_quotationBuyList_content{width:83%}
.cotizaciones_quotationBuyList_content>.title{text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222}
.cotizaciones_quotationBuyList_content>.tab_menu{width:100%;margin-top:40px}
.cotizaciones_quotationBuyList_content>.tab_menu>li{width:100%}
.cotizaciones_quotationBuyList_content>.tab_menu>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.cotizaciones_quotationBuyList_content>.tab_menu>li:hover>a,.cotizaciones_quotationBuyList_content>.tab_menu>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.cotizaciones_quotationBuyList_body .search_area{margin-top:48px}
.cotizaciones_quotationBuyList_body .search_area_first{gap:8px}
.cotizaciones_quotationBuyList_body .search_area_first input{padding-right:0}
.cotizaciones_quotationBuyList_body .search_area_first>button{width:fit-content}
.cotizaciones_quotationBuyList_body .search_area_first>button>p{width:fit-content}
.cotizaciones_quotationBuyList_body .search_area_second .divider{width:2px;height:20px;flex-grow:0;background-color:#dfdfdf}
.cotizaciones_quotationBuyList_body .search_area_second>p{width:fit-content;white-space:nowrap}
.cotizaciones_quotationBuyList_body .search_area_second .dropdown{width:336px;height:30px}
.cotizaciones_quotationBuyList_body .search_area_second .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.cotizaciones_quotationBuyList_body .search_area_second .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.cotizaciones_quotationBuyList_body .table_area{display:flex;justify-content:center;margin-top:16px}
.cotizaciones_quotationBuyList_body .table_area>.table{width:100%}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead{width:100%}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead>.tr{width:100%}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead>.tr>.th:first-child{width:250px}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead>.tr>.th:nth-child(2){width:450px}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead>.tr>.th:nth-child(3){width:140px}
.cotizaciones_quotationBuyList_body .table_area>.table>.thead>.tr>.th:last-child{width:140px}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody{width:100%}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr{width:100%}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.td{width:100%;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;height:unset}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.td:first-child{width:42px;padding-right:8px}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content{display:flex}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.td{height:unset}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main{width:100%;padding:0;display:flex;flex-direction:row!important;align-items:center;justify-content:flex-start}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.para{width:208px;padding:12px 10px;padding-left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;color:#6d6d6d}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.para>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify;width: 100%;}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.producto{width:450px;padding:15px 10px;color:#555}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.producto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.fecha{width:140px;padding:20px 10px;color:#555}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado{width:140px;min-width:140px}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado>.badge2{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:500;color:#fff;text-align:center;padding:2px 6px;width:74px;height:20px;white-space:nowrap}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado>.badge2.type1{background-color:#34ada4}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado>.badge2.type2{background-color:#555}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado>.badge2.type3{background-color:#ff3f3f}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado>.badge2.type4{background-color:#ffb34a}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox{position:relative}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>button.open{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{position:absolute;top:42px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt>ul{padding:8px 0}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt>ul>li{display:flex;align-items:center;gap:4px}
.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt>ul>li>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr.active .td{color:#222}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.cotizaciones_quotationBuyList_body .paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .cotizaciones_quotationBuyList{width:100%;max-width:unset;padding:0 24px}
    .cotizaciones_quotationBuyList>.breadcrumb{margin-top:0;height:40px}
    .cotizaciones_quotationBuyList>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .cotizaciones_quotationBuyList>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .cotizaciones_quotationBuyList>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .cotizaciones_quotationBuyList>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .cotizaciones_quotationBuyList_body{margin-top:32px;margin-bottom:80px;gap:0;position:relative}
    .cotizaciones_quotationBuyList_body>.side_menu_comprador{margin-top:0;top:0;left:0;transform:unset;width:100%}
    .cotizaciones_quotationBuyList_content{width:100%;margin-top:88px}
    .cotizaciones_quotationBuyList_content>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .cotizaciones_quotationBuyList_content>.tab_menu{margin-top:16px}
    .cotizaciones_quotationBuyList_body .search_area{width:100%;flex-direction:column;margin-top:32px;gap:12px}
    .cotizaciones_quotationBuyList_body .search_area_first{width:100%}
    .cotizaciones_quotationBuyList_body .search_area_first .search1{width:100%}
    .cotizaciones_quotationBuyList_body .search_area_first .search1>input{width:100%}
    .cotizaciones_quotationBuyList_body .search_area_first .search1>button[type="submit"]{width:fit-content;padding-left:8px;padding-right:12px}
    .cotizaciones_quotationBuyList_body .search_area_first .search1>button[type="submit"]>span{display:none}
    .cotizaciones_quotationBuyList_body .search_area_first>button{width:44px;height:44px;border-radius:25px;padding:0}
    .cotizaciones_quotationBuyList_body .search_area_first>button>p{display:none}
    .cotizaciones_quotationBuyList_body .search_area_second{width:100%;justify-content:space-between;align-items:center}
    .cotizaciones_quotationBuyList_body .search_area_second>.divider{display:none}
    .cotizaciones_quotationBuyList_body .table_area{display:flex;justify-content:center;margin-top:16px}
    .cotizaciones_quotationBuyList_body .table_area>.table{border-top:2px solid #222}
    .cotizaciones_quotationBuyList_body .table_area>.table>.thead{display:none!important}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr{height:100%}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr:last-child>.content,.cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr:last-child>.td{border-bottom:solid 1px #222}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.td:first-child{width:56px;padding:0 16px}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.icon{align-items:center}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content{flex-direction:column-reverse;gap:4px;padding:20px 16px;padding-left:0;border-bottom:solid 1px #dfdfdf}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main{flex-direction:column!important;gap:4px;border:none}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>*{padding:0!important;width:100%!important}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.para{flex-direction:row;justify-content:flex-start}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.para>.title{-webkit-line-clamp:1}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.main>.producto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
    .cotizaciones_quotationBuyList_body .table_area>.table>.tbody>.tr>.content>.estado{padding:0;border:none;width:100%;align-items:flex-start}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .cotizaciones_quotationBuyList{padding:0 16px}
    .cotizaciones_quotationBuyList_body .search_area_second{flex-direction:column-reverse;align-items:flex-start}
    .cotizaciones_quotationBuyList_body .search_area_second>*{width:100%!important}
}

/* pedidos_orderView */
.pedidos_orderView{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.pedidos_orderView>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.pedidos_orderView>.breadcrumb>li{display:flex;gap:5px}
.pedidos_orderView>.breadcrumb>li.more{position:relative}
.pedidos_orderView>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.pedidos_orderView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.pedidos_orderView_body{width:100%;display:flex;gap:20px;margin-top:80px}
.pedidos_orderView_content{width:100%}
.pedidos_orderView_content>.notfication{margin-top:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:10px}
.pedidos_orderView_content>.notfication>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.pedidos_orderView_content>.notfication>div>.date{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.pedidos_orderView_content>.notfication>.divider{width:1px;height:16px;flex-grow:0;background-color:#dfdfdf}
.pedidos_orderView_content>.notfication>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#da291c}
.pedidos_orderView_content>.contents{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:50px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8}
.pedidos_orderView_content>.contents>div{width:100%;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.pedidos_orderView_content>.contents>div>h3{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;width:100%;color:#222;margin-bottom:8px}
.pedidos_orderView_content>.contents>div>.info{width:100%;border-top:2px solid #222;border-bottom:1px solid #d9d9d9}
.pedidos_orderView_content>.contents>.producto{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.pedidos_orderView_content>.contents>.producto>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;padding:20px}
.pedidos_orderView_content>.contents>.producto>.info>.product{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}
.pedidos_orderView_content>.contents>.producto>.info>.product>img{border-radius:5px;border:solid 1px #dfdfdf}
.pedidos_orderView_content>.contents>.producto>.info>.product>p{word-break:normal;text-align: justify;font-size:15px;}
.pedidos_orderView_content>.contents>.producto>.info>.divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.pedidos_orderView_content>.contents>.producto>.info>.price{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:4px}
.pedidos_orderView_content>.contents>.producto>.info>.price>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.pedidos_orderView_content>.contents>.producto>.info>.price>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#555}
.pedidos_orderView_content>.contents>.producto>.total{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:8px;padding:8px 20px}
.pedidos_orderView_content>.contents>.producto>.total>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.pedidos_orderView_content>.contents>.producto>.total>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;color:#da291c}
.pedidos_orderView_content>.contents>.entrega>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;padding:30px 20px}
.pedidos_orderView_content>.contents>.entrega>.info>.info_item{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.pedidos_orderView_content>.contents>.entrega>.info>.info_item>.title{min-width:200px;flex-grow:0;text-align:left;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#6d6d6d}
.pedidos_orderView_content>.contents>.entrega>.info>.info_item>.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.pedidos_orderView_content>.contents>.contacto>.info{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:40px 0}
.pedidos_orderView_content>.contents>.contacto>.info>.contacto_info{width:300px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 20px}
.pedidos_orderView_content>.contents>.contacto>.info>.contacto_info>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;word-break: normal;text-align: justify;}
.pedidos_orderView_content>.contents>.contacto>.info>.contacto_info>p.desc{width:155px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;text-align:center}
.pedidos_orderView_content>.contents>.contacto>.info>ul{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 30px}
.pedidos_orderView_content>.contents>.contacto>.info>ul>li{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.pedidos_orderView_content>.contents>.contacto>.info>ul>li>p.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;width:150px;color:#6d6d6d}
.pedidos_orderView_content>.contents>.contacto>.info>ul>li>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222;display:flex;align-items:center;gap:8px}
.pc .pedidos_orderView_content>.contents>.contacto>.info>ul>li>div span.flag-icon{width:20px;height:14px;}
.tablet .pedidos_orderView_content>.contents>.contacto>.info>ul>li>div span.flag-icon,.mobile .pedidos_orderView_content>.contents>.contacto>.info>ul>li>div span.flag-icon{width:30px;height:21px;}
.pedidos_orderView_content>.contents>.contacto>.info>ul>li>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.pedidos_orderView_content>.contents>.contacto>.info>ul>li>div>a{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.pedidos_orderView_content>.contents>.contacto>.info>div+ul{border-left:1px solid #d9d9d9}
.pedidos_orderView_content>.contents>.pedido>.info{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-bottom:none}
.pedidos_orderView_content>.contents>.pedido>.info>.step{flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:10px;padding:40px 20px 30px}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li{display:flex;align-items:center;gap:10px}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;padding:0}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li>div>img.on{display:none}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li>div>img.off{display:block}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li>div>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:500;color:#555;width:80px;text-align:center;}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li.selected>div>img.on{display:block}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li.selected>div>img.off{display:none}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li.selected>div>div{color:#da291c}
.pedidos_orderView_content>.contents>.pedido>.info>.step>li:not(:last-child):after{content:"";width:50px;height:2px;background-color:#cacdd4;margin-bottom:26px}
.es .pedidos_orderView_content>.contents>.pedido>.info>.step>li.unstoring:after{margin-bottom:44px;}
.pedidos_orderView_content>.contents>.pedido>.info>.table{width:880px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;border-top:solid 2px #b1b1b1;border-bottom:solid 1px #dfdfdf}
.pedidos_orderView_content>.contents>.pedido>.info>.table>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.pedidos_orderView_content>.contents>.pedido>.info>.table>li.head{border-bottom:solid 1px #b1b1b1}
.pedidos_orderView_content>.contents>.pedido>.info>.table>li.head>div{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.pedidos_orderView_content>.contents>.pedido>.info>.table>li>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:16px 10px 14px;background-color:#fff;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.pedidos_orderView_content>.contents>.pedido>.info>.table li:not(.head)+li:not(.head){border-top:solid 1px #dfdfdf}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:20px}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button{width:140px;height:40px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.re-enviar{position:relative;gap:5px;border-radius:999px;border:solid 1px #da291c;background-color:#fff;padding:8px 50px 8px 20px}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.re-enviar>p{white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.re-enviar>div.tooltipContainer{position:absolute;width:40px;height:100%;display:flex;align-items:center;justify-content:center;border-top-right-radius:999px;border-bottom-right-radius:999px;border:1px solid #da291c;top:0;right:0;background-color:#da291c}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.re-enviar>div.tooltip-txt{position:absolute;display:flex;background-color:#fff;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;width:fit-content;white-space:nowrap;top:40px;left:0}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.generar{padding:8px 20px;border-radius:999px;border:solid 1px #da291c;background-color:#fff}
.pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.generar>span{white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.generar:hover{border-color:#ad2116}
    .pedidos_orderView_content>.contents>.pedido>.buttonContainer>button.generar:hover>p{color:#ad2116}
}
.pedidos_orderView_content>.buttonContainer{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px}
.pedidos_orderView_content>.buttonContainer>button{width:190px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .pedidos_orderView{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .pedidos_orderView>.breadcrumb{margin-top:0;height:40px}
    .pedidos_orderView>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .pedidos_orderView>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .pedidos_orderView>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .pedidos_orderView>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .pedidos_orderView_body{margin-top:50px;}
    .log .pedidos_orderView_body{margin-top:0;}
    .pedidos_orderView_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .pedidos_orderView_body>.side_menu>.tab-nav>label{width:50%}
    .pedidos_orderView_body>.side_menu>div>.title{padding-left:20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .pedidos_orderView_body>.side_menu>div>.title{border:none;}
    .pedidos_orderView_body>.side_menu{margin-top:0;}
    .log .pedidos_orderView_body>.side_menu{border:1px solid #dfdfdf;}
    .pedidos_orderView_body>.side_menu.open>div>.title{border:none;}
    .pedidos_orderView_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .pedidos_orderView_content{margin-top:48px}
    .comprador .pedidos_orderView_content{margin-top:20px;}
    .log .pedidos_orderView_content{margin-top:14px;}
    .pedidos_orderView_content>.notfication{margin-top:20px;padding:16px 10px;gap:8px}
    .pedidos_orderView_content>.contents{padding:40px 10px}
    .pedidos_orderView_content>.contents>.producto>.info{gap:24px;padding:24px 10px}
    .pedidos_orderView_content>.contents>.producto>.total{padding:8px 10px}
    .pedidos_orderView_content>.contents>.entrega>.info{gap:20px;padding:30px 10px}
    .pedidos_orderView_content>.contents>.entrega>.info>.info_item{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .pedidos_orderView_content>.contents>.contacto>.info{flex-direction:column;justify-content:center;align-items:stretch;padding:0}
    .pedidos_orderView_content>.contents>.contacto>.info>.contacto_info{width:100%;gap:10px;padding:40px 20px}
    .pedidos_orderView_content>.contents>.contacto>.info>ul{gap:20px;padding:30px 10px}
    .pedidos_orderView_content>.contents>.contacto>.info>ul>li{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}
    .pedidos_orderView_content>.contents>.contacto>.info>div+ul{border-left:none;border-top:1px solid #d9d9d9}
    .pedidos_orderView_content>.contents>.pedido>.info>.step>li:not(:last-child):after{width:12px}
    .pedidos_orderView_content>.contents>.pedido>.info>.table{width:100%}
    .pedidos_orderView_content>.buttonContainer{margin-top:20px}
    .pedidos_orderView_content>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .pedidos_orderView{padding:0 16px}
    .pedidos_orderView_content>.notfication{flex-direction:column;align-items:flex-start;justify-content:center}
    .pedidos_orderView_content>.notfication>.divider{display:none}
    .pedidos_orderView_content>.contents>.contacto>.buttonContainer{flex-direction:column-reverse}
    .pedidos_orderView_content>.contents>.contacto>.buttonContainer>button{width:100%}
    .pedidos_orderView_content>.contents>.contacto>.buttonContainer>button.re-enviar>div.tooltip-txt{left:unset;right:0}
    .pedidos_orderView_content>.contents>.pedido>.info>.step{width:100%;max-width:330px;flex-wrap:wrap;gap:0;row-gap:10px;}
    .pedidos_orderView_content>.contents>.pedido>.info>.step>li{gap:0}
    .pedidos_orderView_content>.contents>.pedido>.info>.step>li:nth-child(3)::after{display:none}
    .pedidos_orderView_content>.contents>.pedido>.info>.step>li>div>div{text-align:center;width:80px;}
}

/* pedidos_orderBuyList */
.pedidos_orderBuyList{max-width:1180px;padding-top:15px;margin:0 auto}
.pedidos_orderBuyList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.pedidos_orderBuyList>.breadcrumb>li{display:flex;gap:5px}
.pedidos_orderBuyList>.breadcrumb>li.more{position:relative}
.pedidos_orderBuyList>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.pedidos_orderBuyList_body{margin-top:80px;margin-bottom:120px}
.pedidos_orderBuyList_content{width:100%;max-width:980px}
.pedidos_orderBuyList_content>.title{text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222}
.pedidos_orderBuyList_content>.tab_menu{width:100%;margin-top:40px}
.pedidos_orderBuyList_content>.tab_menu>li{width:100%}
.pedidos_orderBuyList_content>.tab_menu>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.pedidos_orderBuyList_content>.tab_menu>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.pedidos_orderBuyList_body .search_area{margin-top:40px}
.pedidos_orderBuyList_body .search_area_first{gap:8px}
.pedidos_orderBuyList_body .search_area_first input{padding-right:0}
.pedidos_orderBuyList_body .search_area_first>button{width:fit-content}
.pedidos_orderBuyList_body .search_area_first>button>p{width:fit-content}
.pedidos_orderBuyList_body .search_area_second .divider{width:2px;height:20px;flex-grow:0;background-color:#dfdfdf}
.pedidos_orderBuyList_body .search_area_second>p{width:fit-content;white-space:nowrap}
.pedidos_orderBuyList_body .search_area_second .dropdown{width:336px;height:40px}
.pedidos_orderBuyList_body .search_area_second .dropdown>.dropdown-default2{height:40px;padding-top:9.5px;padding-bottom:9.5px}
.pedidos_orderBuyList_body .search_area_second .dropdown>.dropdown-options2>li{height:40px;padding-top:6.5px;padding-bottom:6.5px}
.pedidos_orderBuyList_body .table_area{display:flex;justify-content:center;margin-top:16px}
.pedidos_orderBuyList_body .table_area.tablet{display:none}
.pedidos_orderBuyList_body .table_area_no_data{height:500px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.pedidos_orderBuyList_body .table_area>.table{width:100%}
.pedidos_orderBuyList_body .table_area>.table>.thead{width:100%}
.pedidos_orderBuyList_body .table_area>.table>.thead>.tr{width:100%;display:grid}
.pedidos_orderBuyList_body .table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;width:100%;}
.pedidos_orderBuyList_body .table_area>.table>.tbody{width:100%}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:1fr 40px}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.td{height:unset;padding:15px 10px 16px}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content{display:grid}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content:hover{cursor:pointer;}
.grid_seller{grid-template-columns:150px 170px 254px 120px 156px 130px}
.grid_buyer{grid-template-columns:150px 170px 250px 120px 130px 120px 40px}
.grid_tbody_buyer{grid-template-columns:150px 170px 250px 120px 130px 120px}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;height:unset;padding:15px 10px 16px;width:100%;border-bottom:1px solid #dfdfdf;}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td .badge2{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:500;color:#fff;text-align:center;padding:2px 6px;min-width:74px;width:fit-content;height:20px;white-space:nowrap}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td .badge2.type1{background-color:#34ada4}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td .badge2.type2{background-color:#555}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td .badge2.type3{background-color:#ff3f3f}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td .badge2.type4{background-color:#f6a73c}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td .badge2.type5{background-color:#60bf75}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.pedido>.badge2{display:none}
}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.para{display:flex;justify-content:center;align-items:flex-start}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.para .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word;width:100%;}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.producto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.precio{color:#da291c!important}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;top:60%;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:8px 0}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>a{text-decoration:none;display:flex;align-items:center;gap:4px}
.pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>a>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000;white-space:nowrap}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr.active .td{color:#222}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.pedidos_orderBuyList_body .paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .pedidos_orderBuyList{padding:0 24px;max-width:unset}
    .pedidos_orderBuyList>.breadcrumb{margin-top:0;height:40px}
    .pedidos_orderBuyList>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .pedidos_orderBuyList>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .pedidos_orderBuyList>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .pedidos_orderBuyList>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .pedidos_orderBuyList_body{margin-top:32px;margin-bottom:80px;gap:0;position:relative}
    .log .pedidos_orderBuyList_body{margin-top:0;}
    .pedidos_orderBuyList_body>.side_menu_comprador{margin-top:0;top:0;left:0;transform:unset;width:100%}
    .pedidos_orderBuyList_content{max-width:unset;margin-top:88px}
    .log .pedidos_orderBuyList_content{margin-top:48px;}
    .pedidos_orderBuyList_content>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .pedidos_orderBuyList_content>.tab_menu{margin-top:16px}
    .pedidos_orderBuyList_body .search_area{width:100%;flex-direction:column;margin-top:32px;gap:12px}
    .pedidos_orderBuyList_body .search_area_first{width:100%}
    .pedidos_orderBuyList_body .search_area_first .search1{width:100%}
    .pedidos_orderBuyList_body .search_area_first .search1>input{width:100%}
    .pedidos_orderBuyList_body .search_area_first .search1>button[type="submit"]{width:fit-content;padding-left:8px;padding-right:12px}
    .pedidos_orderBuyList_body .search_area_first .search1>button[type="submit"]>span{display:none}
    .pedidos_orderBuyList_body .search_area_first>button{width:44px;height:44px;border-radius:25px;padding:0}
    .pedidos_orderBuyList_body .search_area_first>button>p{display:none}
    .pedidos_orderBuyList_body .search_area_second{width:100%;justify-content:space-between;align-items:center}
    .pedidos_orderBuyList_body .search_area_second>.divider{display:none}
    .pedidos_orderBuyList_body .table_area{border-top:2px solid #222}
    .pedidos_orderBuyList_body .table_area>.table>.thead{display:none}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:flex-start;border-bottom:1px solid #dfdfdf;padding:0}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content{grid-template-columns:1fr;align-items:center;padding:20px 16px}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.td{padding:0;border:none}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.pedido{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.para{margin-top:10px;flex-direction:row;justify-content:flex-start}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.producto{margin-top:4px}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.producto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.precio{margin-top:4px}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.fecha{margin-top:10px}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.content>.estado{display:none}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox{height:100%;border:none}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:85px}
    .pedidos_orderBuyList_body .table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .pedidos_orderBuyList{padding:0 16px}
    .pedidos_orderBuyList_body .search_area_second{flex-direction:column-reverse;align-items:flex-start}
    .pedidos_orderBuyList_body .search_area_second>*{width:100%!important}
}

/* pedidos_orderFeedBackRegForm */
.pedidos_orderFeedBackRegFormInsert{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.pedidos_orderFeedBackRegFormInsert .breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.pedidos_orderFeedBackRegFormInsert .breadcrumb>li{display:flex;gap:5px}
.pedidos_orderFeedBackRegFormInsert .breadcrumb>li.more{position:relative}
.pedidos_orderFeedBackRegFormInsert .breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.pedidos_orderFeedBackRegFormInsert_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.pedidos_orderFeedBackRegFormInsert_body{width:100%;display:flex;gap:20px;margin-top:80px}
.pedidos_orderFeedBackRegFormInsert_body>.side_menu{display:flex;flex-direction:column;margin-top:55px}
.pedidos_orderFeedBackRegFormInsert_body>.side_menu .title{white-space:nowrap;text-align:left;padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .pedidos_orderFeedBackRegFormInsert_body>.side_menu .title{padding-left:20px}
}
.pedidos_orderFeedBackRegFormInsert_content{width:100%}
.pedidos_orderFeedBackRegFormInsert_content .contents{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8;margin-top:32px;width:100%}
.pedidos_orderFeedBackRegFormInsert_content .contents>div{width:100%;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.pedidos_orderFeedBackRegFormInsert_content .contents>div>h3{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;width:100%;color:#222;margin-bottom:8px}
.pedidos_orderFeedBackRegFormInsert_content .contents>div>.info{width:100%;border-top:2px solid #222;border-bottom:1px solid #d9d9d9}
.pedidos_orderFeedBackRegFormInsert_content .contents>.pedido>ul{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;padding:24px 20px}
.pedidos_orderFeedBackRegFormInsert_content .contents>.pedido>ul>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.pedidos_orderFeedBackRegFormInsert_content .contents>.pedido>ul>li>.title{width:150px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.pedidos_orderFeedBackRegFormInsert_content .contents>.pedido>ul>li>.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.pedidos_orderFeedBackRegFormInsert_content .contents>.pedido>ul>li>.desc>strong{color:#da291c}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;padding:20px}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.product{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.product>img{border-radius:5px;border:solid 1px #dfdfdf}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.product>p{word-break:normal;text-align: justify}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.price{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:4px}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.price>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.info>.price>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#555}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.total{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:8px;padding:8px 20px}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.total>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.pedidos_orderFeedBackRegFormInsert_content .contents>.producto>.total>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;color:#da291c}
.pedidos_orderFeedBackRegFormInsert_content .review{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;margin:20px 0 16px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8;width:100%}
.pedidos_orderFeedBackRegFormInsert_content .review > .info {width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 30px;}
.pedidos_orderFeedBackRegFormInsert_content .review > .info > .star {width: 100%;border-top: 2px solid #222;border-bottom: 1px solid #d9d9d9;padding: 30px 0;display: flex;justify-content: center;align-items: center;gap: 16px;}
.pedidos_orderFeedBackRegFormInsert_content .review > .info > .summary {padding: 0 10px;font-stretch: normal;font-style: normal;line-height: 130%;letter-spacing: 0;font-size: 14px;font-weight: normal;color: #222;}
.pedidos_orderFeedBackRegFormInsert_content .review>ul{width:100%}
.pedidos_orderFeedBackRegFormInsert_content .review>ul>li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 10px}
.pedidos_orderFeedBackRegFormInsert_content .review>ul>li>.title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.pedidos_orderFeedBackRegFormInsert_content .review>ul>li.textContainer{width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
.pedidos_orderFeedBackRegFormInsert_content .review>ul>li.textContainer>div.textarea{width:100%;height:200px}
.pedidos_orderFeedBackRegFormInsert_content .review>ul li+li{border-top:1px solid #d9d9d9;margin-top:20px;padding-top:20px}
.pedidos_orderFeedBackRegFormInsert_content .review>button{width:fit-content}
.pedidos_orderFeedBackRegFormInsert_content .buttonContainer{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px}
.pedidos_orderFeedBackRegFormInsert_content .buttonContainer>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .pedidos_orderFeedBackRegFormInsert{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .pedidos_orderFeedBackRegFormInsert>.breadcrumb{margin-top:0;height:40px}
    .pedidos_orderFeedBackRegFormInsert>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .pedidos_orderFeedBackRegFormInsert>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .pedidos_orderFeedBackRegFormInsert>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .pedidos_orderFeedBackRegFormInsert>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .pedidos_orderFeedBackRegFormInsert_body{margin-top:0}
    .pedidos_orderFeedBackRegFormInsert_body>.side_menu{margin-top:0}
    .pedidos_orderFeedBackRegFormInsert_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .pedidos_orderFeedBackRegFormInsert_content{margin-top:48px}
    .pedidos_orderFeedBackRegFormInsert_content>.contents{padding:40px 20px;gap:50px;margin-top:20px}
    .pedidos_orderFeedBackRegFormInsert_content>.contents>.pedido>ul>li{flex-direction:column;gap:4px}
    .pedidos_orderFeedBackRegFormInsert_content>.contents>.producto>.info{gap:24px;padding:24px 10px}
    .pedidos_orderFeedBackRegFormInsert_content>.contents>.producto>.total{padding:8px 10px}
    .pedidos_orderFeedBackRegFormInsert_content>.review{margin:20px 0}
    .pedidos_orderFeedBackRegFormInsert_content>.review>ul li+li{margin-top:30px;padding-top:30px}
    .pedidos_orderFeedBackRegFormInsert_content>.buttonContainer{margin-top:20px}
    .pedidos_orderFeedBackRegFormInsert_content>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .pedidos_orderFeedBackRegFormInsert{padding:0 16px}
    .pedidos_orderFeedBackRegFormInsert_content>.contents>.contacto>.buttonContainer{flex-direction:column-reverse}
    .pedidos_orderFeedBackRegFormInsert_content>.contents>.contacto>.buttonContainer>button{width:100%}
    .pedidos_orderFeedBackRegFormInsert_content>.contents>.contacto>.buttonContainer>button.re-enviar>div.tooltip-txt{left:unset;right:0}
    .pedidos_orderFeedBackRegFormInsert_content>.review{padding:40px 20px}
    .pedidos_orderFeedBackRegFormInsert_content>.review>ul>li{flex-direction:column;align-items:flex-start}
}
.pedidos_orderFeedBackRegFormInsert .star-container{display:flex;width:200px;height:40px;cursor:pointer}
.pedidos_orderFeedBackRegFormInsert .star-container img{width:40px}

/* pedidos_orderFeedBackRegForm */
.pedidos_orderFeedBackRegForm{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.pedidos_orderFeedBackRegForm>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.pedidos_orderFeedBackRegForm>.breadcrumb>li{display:flex;gap:5px}
.pedidos_orderFeedBackRegForm>.breadcrumb>li.more{position:relative}
.pedidos_orderFeedBackRegForm>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.pedidos_orderFeedBackRegForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.pedidos_orderFeedBackRegForm_body{width:100%;display:flex;gap:20px;margin-top:80px}
.pedidos_orderFeedBackRegForm_body>.side_menu{display:flex;flex-direction:column;margin-top:55px}
.pedidos_orderFeedBackRegForm_body>.side_menu .title{white-space:nowrap;text-align:left;padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .pedidos_orderFeedBackRegForm_body>.side_menu .title{padding-left:20px}
}
.pedidos_orderFeedBackRegForm_content{width:100%}
.pedidos_orderFeedBackRegForm_content>.contents{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8;margin-top:32px}
.pedidos_orderFeedBackRegForm_content>.contents>div{width:100%;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.pedidos_orderFeedBackRegForm_content>.contents>div>h3{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;width:100%;color:#222;margin-bottom:8px}
.pedidos_orderFeedBackRegForm_content>.contents>div>.info{width:100%;border-top:2px solid #222;border-bottom:1px solid #d9d9d9}
.pedidos_orderFeedBackRegForm_content>.contents>.pedido>ul{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;padding:24px 20px}
.pedidos_orderFeedBackRegForm_content>.contents>.pedido>ul>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.pedidos_orderFeedBackRegForm_content>.contents>.pedido>ul>li>.title{width:150px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#6d6d6d}
.pedidos_orderFeedBackRegForm_content>.contents>.pedido>ul>li>.desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500;color:#222}
.pedidos_orderFeedBackRegForm_content>.contents>.pedido>ul>li>.desc>strong{color:#da291c}
.pedidos_orderFeedBackRegForm_content>.contents>.producto{flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;padding:20px}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.product{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.product>img{border-radius:5px;border:solid 1px #dfdfdf}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.product>p{word-break:normal;text-align: justify}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.divider{height:1px;align-self:stretch;flex-grow:0;background-color:#d9d9d9}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.price{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:4px}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.price>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.info>.price>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#555}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.total{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:8px;padding:8px 20px}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.total>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
.pedidos_orderFeedBackRegForm_content>.contents>.producto>.total>p>strong{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:24px;font-weight:700;color:#da291c}
.pedidos_orderFeedBackRegForm_content>.review{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:20px 0 16px;padding:50px 30px;border-radius:16px;background-color:#f8f8f8}
.pedidos_orderFeedBackRegForm_content>.review>h3{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;width:100%;color:#222;margin-bottom:8px;text-align:left}
.pedidos_orderFeedBackRegForm_content>.review>.info{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}
.pedidos_orderFeedBackRegForm_content>.review>.info>.star{width:100%;border-top:2px solid #222;border-bottom:1px solid #d9d9d9;padding:30px 0;display:flex;justify-content:center;align-items:center;gap:16px}
.pedidos_orderFeedBackRegForm_content>.review>.info>.star>div{display:flex}
.pedidos_orderFeedBackRegForm_content>.review>.info>.star>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-weight:700;font-size:28px}
.pedidos_orderFeedBackRegForm_content>.review>.info>.summary{padding:0 10px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.pedidos_orderFeedBackRegForm_content>.buttonContainer{width:100%;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px}
.pedidos_orderFeedBackRegForm_content>.buttonContainer>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .pedidos_orderFeedBackRegForm{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .pedidos_orderFeedBackRegForm>.breadcrumb{margin-top:0;height:40px}
    .pedidos_orderFeedBackRegForm>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .pedidos_orderFeedBackRegForm>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .pedidos_orderFeedBackRegForm>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .pedidos_orderFeedBackRegForm>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .pedidos_orderFeedBackRegForm_body{margin-top:0}
    .pedidos_orderFeedBackRegForm_body>.side_menu{margin-top:0}
    .pedidos_orderFeedBackRegForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .pedidos_orderFeedBackRegForm_content{margin-top:48px}
    .pedidos_orderFeedBackRegForm_content>.contents{padding:40px 20px;gap:50px;margin-top:20px}
    .pedidos_orderFeedBackRegForm_content>.contents>.pedido>ul>li{flex-direction:column;gap:4px}
    .pedidos_orderFeedBackRegForm_content>.contents>.producto>.info{gap:24px;padding:24px 10px}
    .pedidos_orderFeedBackRegForm_content>.contents>.producto>.total{padding:8px 10px}
    .pedidos_orderFeedBackRegForm_content>.review{margin:20px 0;padding:40px 20px}
    .pedidos_orderFeedBackRegForm_content>.buttonContainer{margin-top:20px}
    .pedidos_orderFeedBackRegForm_content>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .pedidos_orderFeedBackRegForm{padding:0 16px}
    .pedidos_orderFeedBackRegForm_content>.contents>.contacto>.buttonContainer{flex-direction:column-reverse}
    .pedidos_orderFeedBackRegForm_content>.contents>.contacto>.buttonContainer>button{width:100%}
    .pedidos_orderFeedBackRegForm_content>.contents>.contacto>.buttonContainer>button.re-enviar>div.tooltip-txt{left:unset;right:0}
    .pedidos_orderFeedBackRegForm_content>.review>.info>.star>div{flex-wrap:wrap}
}

/* micuenta_acctProfileBuyModifyForm */
.micuenta_acctProfileBuyModifyForm{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.micuenta_acctProfileBuyModifyForm>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.micuenta_acctProfileBuyModifyForm>.breadcrumb>li{display:flex;gap:5px}
.micuenta_acctProfileBuyModifyForm>.breadcrumb>li.more{position:relative}
.micuenta_acctProfileBuyModifyForm>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.micuenta_acctProfileBuyModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.micuenta_acctProfileBuyModifyForm_body{width:100%;display:flex;gap:20px;margin-top:80px}
.micuenta_acctProfileBuyModifyForm_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px}
.micuenta_acctProfileBuyModifyForm_content>.step{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:80px}
.micuenta_acctProfileBuyModifyForm_content>.step>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px}
.micuenta_acctProfileBuyModifyForm_content>.step>.step1>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.micuenta_acctProfileBuyModifyForm_content>.step>.step2{position:relative}
.micuenta_acctProfileBuyModifyForm_content>.step>.step2>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
.micuenta_acctProfileBuyModifyForm_content>.step>.step2:after{content:"";position:absolute;top:34px;right:100px;z-index:-1;width:200px;height:2px;background-color:#e3e3e5}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm_content>.step>.step2:after{content:"";position:absolute;top:34px;right:100px;z-index:-1;width:178px;height:2px;background-color:#e3e3e5}
}
.micuenta_acctProfileBuyModifyForm_content>.form{width:100%}
.micuenta_acctProfileBuyModifyForm_content>.form>ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:40px 30px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.title{width:160px!important;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;flex-grow:0;white-space:pre-line}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.title>span{color:#da291c}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body{width:100%;flex-grow:1;flex:1}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body>*{width:100%}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body input{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;height:40px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body input:disabled{color:#555;-webkit-text-fill-color:#555;-webkit-opacity:1}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body>.editar_btn{display:none}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body>.editar_btn.show{display:flex}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body>.cancelar_btn{display:none}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.body>.cancelar_btn.show{display:flex}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.nuevo{display:flex;align-items:center;gap:8px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.nuevo>button{width:fit-content}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.nuevo>button>span{white-space:nowrap}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.selectBox>select{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555;height:40px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.selectBox>select:disabled{background-color:#ececec}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone{width:fit-content;border:none;min-height:130px;height:130px;padding:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone{margin-top:8px}
}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone .dz-message{margin:0;position:relative}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone .dz-message>img{position:relative;width:130px;height:130px;border-radius:999px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone .dz-message::after{position:absolute;content:"";top:0;left:0;width:130px;height:130px;background-color:rgba(48,42,42,.3);border-radius:999px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone .dz-message .cross1,.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone .dz-message .cross2{position:absolute;top:50%;left:50%;width:40px;height:5px;background-color:#fff;z-index:1;border-radius:50px;transform:translate(-50%,-50%)}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone .dz-message .cross2{transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview{margin:0;border:solid 1px #dfdfdf;border-radius:999px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview>.dz-details,.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview .dz-progress{display:none}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview>.dz-image{width:130px;height:130px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview>.dz-remove{position:absolute;right:4px;top:0px;z-index:40;width:32px;height:32px;border-radius:999px;background-color:#cbcbcb;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview>.dz-remove{width:40px;height:40px}
}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview>.dz-remove::before{content:"";position:absolute;left:0;top:0;width:32px;height:32px;background-image:url(/images/close_white.png);background-position:center;background-repeat:no-repeat}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview>.dz-remove::before{width:40px;height:40px}
}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.dropzoneBox>.dropzone>.dz-preview:hover>.dz-image img{filter:none;-webkit-filter:none}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.buttonBox{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.buttonBox>button{width:fit-content}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.buttonBox>button>span{white-space:nowrap}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.phoneBox{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.phoneBox>.dropdown{width:120px;height:40px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.phoneBox>.dropdown>.dropdown-default{width:120px;height:100%}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.phoneBox>.dropdown>.dropdown-default span{white-space:nowrap;display:flex;align-items:center;gap:6px}
.micuenta_acctProfileBuyModifyForm_content>.form>ul>.editable:not(.show){display:none!important}
.micuenta_acctProfileBuyModifyForm_content>.form>button{width:180px;margin:0 auto;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .micuenta_acctProfileBuyModifyForm>.breadcrumb{margin-top:0;height:40px}
    .micuenta_acctProfileBuyModifyForm>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .micuenta_acctProfileBuyModifyForm>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .micuenta_acctProfileBuyModifyForm>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .micuenta_acctProfileBuyModifyForm>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .micuenta_acctProfileBuyModifyForm_body{margin-top:0}
    .micuenta_acctProfileBuyModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .micuenta_acctProfileBuyModifyForm_content{margin-top:48px;gap:24px}
    .log .micuenta_acctProfileBuyModifyForm_content{margin-top:32px;}
    .micuenta_acctProfileBuyModifyForm_content>.step{gap:50px}
    .micuenta_acctProfileBuyModifyForm_content>.form>ul{gap:24px;padding:40px 10px}
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li{flex-direction:column;align-items:flex-start;gap:8px}
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.title{white-space:nowrap}
    .micuenta_acctProfileBuyModifyForm_content>.form>button{width:100%;margin-top:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctProfileBuyModifyForm{padding:0 16px}
    .micuenta_acctProfileBuyModifyForm_content>.step{gap:48px}
    .micuenta_acctProfileBuyModifyForm_content>.step>.step1{width:140px}
    .micuenta_acctProfileBuyModifyForm_content>.step>.step1>p{white-space:nowrap}
    .micuenta_acctProfileBuyModifyForm_content>.step>.step2{width:140px}
    .micuenta_acctProfileBuyModifyForm_content>.step>.step2>p{width:94px;text-align:center}
    .micuenta_acctProfileBuyModifyForm_content>.step>.step2::after{right:80px;width:150px}
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.buttonBox{flex-direction:column;gap:8px}
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.buttonBox>button{width:100%}
    .micuenta_acctProfileBuyModifyForm_content>.form>ul>li>.nuevo{flex-direction:column}
}

/* micuenta_acctProfileBuyModifyForm02 */
.micuenta_acctProfileBuyModifyForm02{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.micuenta_acctProfileBuyModifyForm02>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.micuenta_acctProfileBuyModifyForm02>.breadcrumb>li{display:flex;gap:5px}
.micuenta_acctProfileBuyModifyForm02>.breadcrumb>li.more{position:relative}
.micuenta_acctProfileBuyModifyForm02>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.micuenta_acctProfileBuyModifyForm02_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.micuenta_acctProfileBuyModifyForm02_body{width:100%;display:flex;gap:20px;margin-top:80px}
.micuenta_acctProfileBuyModifyForm02_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px}
.micuenta_acctProfileBuyModifyForm02_content>.step{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:80px}
.micuenta_acctProfileBuyModifyForm02_content>.step>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px}
.micuenta_acctProfileBuyModifyForm02_content>.step>.step1>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
.micuenta_acctProfileBuyModifyForm02_content>.step>.step2{position:relative}
.micuenta_acctProfileBuyModifyForm02_content>.step>.step2>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.micuenta_acctProfileBuyModifyForm02_content>.step>.step2::after{content:"";position:absolute;top:34px;right:60px;z-index:-1;width:200px;height:2px;background-color:#e3e3e5}
.micuenta_acctProfileBuyModifyForm02_content>.form{width:100%}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:40px 30px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.title{width:160px!important;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;flex-grow:0}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.title>span{color:#da291c}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.body{width:100%;flex-grow:1;flex:1}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.body>*{width:100%}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.body input{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;height:40px}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.body input:disabled{color:#555;-webkit-text-fill-color:#555;-webkit-opacity:1}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.buscarBox>button{width:fit-content}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox{margin-top:-8px}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container{border-radius:16px;background-color:#f8f8f8;margin-bottom:8px;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container{padding:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container{padding:20px}
}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list{overflow-y:auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list{height:164px;padding-right:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list{padding-right:5px;height:128px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list{padding-right:5px;height:164px}
}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list>li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#555}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list>li{min-height:40px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list>li{min-height:40px}
}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list>li~li{margin-top:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .divider{margin:16px 0 16px;height:1px;align-self:stretch;flex-grow:0;border:dashed 1px #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .divider{margin-top:16px;margin-bottom:19px}
}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .eliminate-all{display:flex;justify-content:flex-end}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px;margin-left:5px}
.micuenta_acctProfileBuyModifyForm02_content>.form>ul>li.listBox>.applied-category-list-container .eliminate-button .close-icon{margin-right:2px}
.micuenta_acctProfileBuyModifyForm02_content>.form>.buttonContainer{width:100%;margin-top:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}
.micuenta_acctProfileBuyModifyForm02_content>.form>.buttonContainer>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctProfileBuyModifyForm02{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .micuenta_acctProfileBuyModifyForm02>.breadcrumb{margin-top:0;height:40px}
    .micuenta_acctProfileBuyModifyForm02>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .micuenta_acctProfileBuyModifyForm02>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .micuenta_acctProfileBuyModifyForm02>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .micuenta_acctProfileBuyModifyForm02>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .micuenta_acctProfileBuyModifyForm02_body{margin-top:0}
    .micuenta_acctProfileBuyModifyForm02_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .micuenta_acctProfileBuyModifyForm02_content{margin-top:48px;gap:24px}
    .micuenta_acctProfileBuyModifyForm02_content>.step{gap:50px}
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul{gap:24px;padding:40px 10px}
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li{flex-direction:column;align-items:flex-start;gap:8px}
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.title{width:fit-content!important}
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li:nth-child(4){flex-direction:row;align-items:center}
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.buttonBox>button{width:40px;height:40px;padding:9px}
    .micuenta_acctProfileBuyModifyForm02_content>.form>ul>li>.buttonBox>button>span{display:none}
    .micuenta_acctProfileBuyModifyForm02_content>.form>.buttonContainer>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctProfileBuyModifyForm02{padding:0 16px}
    .micuenta_acctProfileBuyModifyForm02_content>.step{gap:48px}
    .micuenta_acctProfileBuyModifyForm02_content>.step>.step1{width:140px}
    .micuenta_acctProfileBuyModifyForm02_content>.step>.step1>p{white-space:nowrap}
    .micuenta_acctProfileBuyModifyForm02_content>.step>.step2{width:140px}
    .micuenta_acctProfileBuyModifyForm02_content>.step>.step2>p{width:94px;text-align:center}
    .micuenta_acctProfileBuyModifyForm02_content>.step>.step2::after{right:80px;width:150px}
}

/* micuenta_acctChgEmailModifyForm */
.micuenta_acctChgEmailModifyForm{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.micuenta_acctChgEmailModifyForm>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.micuenta_acctChgEmailModifyForm>.breadcrumb>li{display:flex;gap:5px}
.micuenta_acctChgEmailModifyForm>.breadcrumb>li.more{position:relative}
.micuenta_acctChgEmailModifyForm>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.micuenta_acctChgEmailModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.micuenta_acctChgEmailModifyForm_body{width:100%;display:flex;gap:20px;margin-top:80px}
.micuenta_acctChgEmailModifyForm_body>.side_menu{display:flex;flex-direction:column;margin-top:55px}
.micuenta_acctChgEmailModifyForm_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px}
.micuenta_acctChgEmailModifyForm_content>.form{width:100%}
.micuenta_acctChgEmailModifyForm_content>.form>ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:40px 30px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li>.title{width:180px!important;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;flex-grow:0}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li>.title>span{color:#da291c}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li>.body{width:100%;flex-grow:1;flex:1}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li>.body>*{width:100%}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li>.body input{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;height:40px}
.micuenta_acctChgEmailModifyForm_content>.form>ul>li>.body input:disabled{color:#555;-webkit-text-fill-color:#555;-webkit-opacity:1}
.micuenta_acctChgEmailModifyForm_content>.form>button{width:180px;margin:0 auto;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctChgEmailModifyForm{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .micuenta_acctChgEmailModifyForm>.breadcrumb{margin-top:0;height:40px}
    .micuenta_acctChgEmailModifyForm>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .micuenta_acctChgEmailModifyForm>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .micuenta_acctChgEmailModifyForm>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .micuenta_acctChgEmailModifyForm>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .micuenta_acctChgEmailModifyForm_body{margin-top:0}
    .micuenta_acctChgEmailModifyForm_body>.side_menu{margin-top:0}
    .micuenta_acctChgEmailModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .micuenta_acctChgEmailModifyForm_content{margin-top:48px;gap:24px}
    .micuenta_acctChgEmailModifyForm_content>.step{gap:50px}
    .micuenta_acctChgEmailModifyForm_content>.form>ul{gap:24px;padding:40px 10px}
    .micuenta_acctChgEmailModifyForm_content>.form>ul>li{flex-direction:column;align-items:flex-start;gap:8px}
    .micuenta_acctChgEmailModifyForm_content>.form>ul>li>.title{width:100%!important}
    .micuenta_acctChgEmailModifyForm_content>.form>button{width:100%;margin-top:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctChgEmailModifyForm{padding:0 16px}
    .micuenta_acctChgEmailModifyForm_content>.step{gap:48px}
    .micuenta_acctChgEmailModifyForm_content>.step>.step1{width:140px}
    .micuenta_acctChgEmailModifyForm_content>.step>.step1>p{white-space:nowrap}
    .micuenta_acctChgEmailModifyForm_content>.step>.step2{width:140px}
    .micuenta_acctChgEmailModifyForm_content>.step>.step2>p{width:94px;text-align:center}
    .micuenta_acctChgEmailModifyForm_content>.step>.step2::after{right:80px;width:150px}
}

/* micuenta_acctChgPasswordModifyForm */
.micuenta_acctChgPasswordModifyForm{max-width:1180px;margin:0 auto;margin-top:15px;margin-bottom:120px}
.micuenta_acctChgPasswordModifyForm>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d}
.micuenta_acctChgPasswordModifyForm>.breadcrumb>li{display:flex;gap:5px}
.micuenta_acctChgPasswordModifyForm>.breadcrumb>li.more{position:relative}
.micuenta_acctChgPasswordModifyForm>.breadcrumb>li.more>.tooltip-txt{position:absolute;top:40px;left:0;background-color:#fff;z-index:1200}
.micuenta_acctChgPasswordModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";text-align:center}
.micuenta_acctChgPasswordModifyForm_body{width:100%;display:flex;gap:20px;margin-top:80px}
.micuenta_acctChgPasswordModifyForm_body>.side_menu{display:flex;flex-direction:column;margin-top:0px}
.micuenta_acctChgPasswordModifyForm_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px}
.micuenta_acctChgPasswordModifyForm_content>.form{width:100%}
.micuenta_acctChgPasswordModifyForm_content>.form>ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:40px 30px;border-top:solid 2px #222;border-bottom:solid 1px #222}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.title{width:180px!important;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;flex-grow:0}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.title>span{color:#da291c}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.body{width:100%;flex-grow:1;flex:1}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.body>*{width:100%}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.body input{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222;height:40px}
.micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.body input:disabled{color:#555;-webkit-text-fill-color:#555;-webkit-opacity:1}
.micuenta_acctChgPasswordModifyForm_content>.form>button{width:180px;margin:0 auto;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .micuenta_acctChgPasswordModifyForm{margin-top:0;margin-bottom:80px;max-width:unset;padding:0 24px}
    .micuenta_acctChgPasswordModifyForm>.breadcrumb{margin-top:0;height:40px}
    .micuenta_acctChgPasswordModifyForm>.breadcrumb>li.more>.tooltip-txt{flex-direction:row!important}
    .micuenta_acctChgPasswordModifyForm>.breadcrumb>li.more>.tooltip-txt>li{white-space:nowrap}
    .micuenta_acctChgPasswordModifyForm>.breadcrumb>li.more>.tooltip-txt>li>a{color:#222;text-decoration:none}
    .micuenta_acctChgPasswordModifyForm>.breadcrumb>li.more>.tooltip-txt>li:not(:last-child)::after{content:">";margin:0 3px}
    .micuenta_acctChgPasswordModifyForm_body{margin-top:0}
    .comprador .micuenta_acctChgPasswordModifyForm_body{margin-top:48px;}
    .micuenta_acctChgPasswordModifyForm_body>.side_menu{margin-top:0}
    .micuenta_acctChgPasswordModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .micuenta_acctChgPasswordModifyForm_content{margin-top:48px;gap:24px}
    .micuenta_acctChgPasswordModifyForm_content>.step{gap:50px}
    .micuenta_acctChgPasswordModifyForm_content>.form>ul{gap:24px;padding:40px 10px}
    .micuenta_acctChgPasswordModifyForm_content>.form>ul>li{flex-direction:column;align-items:flex-start;gap:8px}
    .micuenta_acctChgPasswordModifyForm_content>.form>ul>li>.title{width:100%!important}
    .micuenta_acctChgPasswordModifyForm_content>.form>button{width:100%;margin-top:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .micuenta_acctChgPasswordModifyForm{padding:0 16px}
    .micuenta_acctChgPasswordModifyForm_content>.step{gap:48px}
    .micuenta_acctChgPasswordModifyForm_content>.step>.step1{width:140px}
    .micuenta_acctChgPasswordModifyForm_content>.step>.step1>p{white-space:nowrap}
    .micuenta_acctChgPasswordModifyForm_content>.step>.step2{width:140px}
    .micuenta_acctChgPasswordModifyForm_content>.step>.step2>p{width:94px;text-align:center}
    .micuenta_acctChgPasswordModifyForm_content>.step>.step2::after{right:80px;width:150px}
}

/* logistico_dashboardSell */
.logistico_dashboardSell{max-width:1180px;margin:0 auto;margin-bottom:120px}
.logistico_dashboardSell>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.logistico_dashboardSell>.breadcrumb>li{display:flex;gap:5px}
.logistico_dashboardSell>.title{margin-top:80px;text-align:center}
.logistico_dashboardSell_body{width:100%;display:flex;gap:20px;margin-top:80px}
.logistico_dashboardSell_content{max-width:980px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.logistico_dashboardSell_content>*{width:100%}
.logistico_dashboardSell_content article+article{margin-top:60px}
.logistico_dashboardSell_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center}
.logistico_dashboardSell_miEstado{margin-top:8px}
.logistico_dashboardSell_miEstado>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.logistico_dashboardSell_miEstado>ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;margin-top:8px}
.logistico_dashboardSell_miEstado>ul>li{width:100%}
.logistico_dashboardSell_miEstado>ul>li>a{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:24px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff;text-decoration:none}
.logistico_dashboardSell_miEstado>ul>li>a:visited{text-decoration:none;color:inherit}
.logistico_dashboardSell_miEstado>ul>li>a>.num{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}
.logistico_dashboardSell_miEstado>ul>li>a>.num>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#000}
.logistico_dashboardSell_miEstado>ul>li>a>div:not(.num){width:100%;display:flex;justify-content:center;align-items:flex-end;padding:11px 0;background-color:#f8f8f8;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-top:16px}
.logistico_dashboardSell_miEstado>ul>li>a>div:not(.num)>p{width:fit-content;white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.logistico_dashboardSell_miEstado>ul>li.selected>a>div:not(.num){background-color:#da291c}
.logistico_dashboardSell_miEstado>ul>li.selected>a>div:not(.num)>p{color:#fff}
.logistico_dashboardSell_miEstado>ul>li.selected>a>div:not(.num)>img{filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(289deg) brightness(105%) contrast(101%)}
.logistico_dashboardSell_consultas>p,.logistico_dashboardSell_cotizaciones>p,.logistico_dashboardSell_pedidos>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.logistico_dashboardSell_consultas>div .table,.logistico_dashboardSell_cotizaciones>div .table,.logistico_dashboardSell_pedidos>div .table{margin-top:8px}
.logistico_dashboardSell_consultas>div .table>thead,.logistico_dashboardSell_cotizaciones>div .table>thead,.logistico_dashboardSell_pedidos>div .table>thead{width:100%}
.logistico_dashboardSell_consultas>div .table>thead>tr>th,.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th,.logistico_dashboardSell_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_consultas>div .table>thead>tr>th.filtered,.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered,.logistico_dashboardSell_pedidos>div .table>thead>tr>th.filtered{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.logistico_dashboardSell_consultas>div .table>thead>tr>th.filtered>p,.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered>p,.logistico_dashboardSell_pedidos>div .table>thead>tr>th.filtered>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_consultas>div .table>thead>tr>th.filtered>button,.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered>button,.logistico_dashboardSell_pedidos>div .table>thead>tr>th.filtered>button{height:16px}
.logistico_dashboardSell_consultas>div .table>thead>tr>th.filtered>button.rotate,.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered>button.rotate,.logistico_dashboardSell_pedidos>div .table>thead>tr>th.filtered>button.rotate{transform:rotate(180deg)}
.logistico_dashboardSell_consultas>div .table>thead>tr>th:nth-child(1),.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(1),.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(1){width:150px}
.logistico_dashboardSell_consultas>div .table>thead>tr>th:nth-child(2),.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(2),.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 390px)}
.logistico_dashboardSell_consultas>div .table>thead>tr>th:nth-child(3),.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(3),.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(3){width:100px}
.logistico_dashboardSell_consultas>div .table>thead>tr>th:nth-child(4),.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(4),.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(4){width:140px}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td{height:auto!important;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(1),.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(1),.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(1)>p,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(1)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(2),.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(2),.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 290px);align-items:stretch;flex:1}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(2)>p,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(2)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(3),.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(3),.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(3){width:100px}
.logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(4),.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(4),.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(4){width:140px}
.logistico_dashboardSell_consultas>div .table>tbody>tr:hover,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr:hover,.logistico_dashboardSell_pedidos>div .table>tbody>tr:hover{background-color:#FFF6F6}
.logistico_dashboardSell_consultas>div .table>tbody>tr:hover td,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr:hover td,.logistico_dashboardSell_pedidos>div .table>tbody>tr:hover td{color:#555!important}
.logistico_dashboardSell_consultas>div .table>tbody>tr:hover td p,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr:hover td p,.logistico_dashboardSell_pedidos>div .table>tbody>tr:hover td p{color:#555!important}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .logistico_dashboardSell_consultas>div .table>tbody>tr.active,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr.active,.logistico_dashboardSell_pedidos>div .table>tbody>tr.active{background-color:#fff6f6}
    .logistico_dashboardSell_consultas>div .table>tbody>tr.active td,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr.active td,.logistico_dashboardSell_pedidos>div .table>tbody>tr.active td{color:#222}
    .logistico_dashboardSell_consultas>div .table>tbody>tr.active td p,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr.active td p,.logistico_dashboardSell_pedidos>div .table>tbody>tr.active td p{color:#222}
}
.logistico_dashboardSell_consultas>button,.logistico_dashboardSell_cotizaciones>button,.logistico_dashboardSell_pedidos>button{margin:0 auto;margin-top:16px;height:36px;width:fit-content}
.logistico_dashboardSell_cotizaciones>div .table{margin-top:8px}
.logistico_dashboardSell_cotizaciones>div .table>thead{width:100%}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered>button{height:16px}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th.filtered>button.rotate{transform:rotate(180deg)}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(1){width:150px}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(2){width:calc(100% - 630px)}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(3){width:120px}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(4){width:120px}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(5){width:100px}
.logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:last-child{width:140px}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 530px);align-items:stretch;word-break:normal;text-align: justify}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(3){width:120px}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(4){width:120px}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(5){width:100px}
.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:last-child{width:140px}
.logistico_dashboardSell_pedidos>div .table{margin-top:8px}
.logistico_dashboardSell_pedidos>div .table>thead{width:100%}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 660px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(3){width:120px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(4){width:100px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(5){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(5)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(5)>button{height:16px}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(5)>button.rotate{transform:rotate(180deg)}
.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(6){width:140px}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 660px);align-items:stretch;word-break:normal;text-align: justify}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(3){width:120px}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(4){width:100px}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(5){width:150px}
.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(6){width:140px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .logistico_dashboardSell{max-width:unset;padding:0 24px;margin-bottom:80px}
    .logistico_dashboardSell>.breadcrumb{margin-top:0;height:40px}
    .logistico_dashboardSell_body{margin-top:0}
    .logistico_dashboardSell_body>.side_menu{margin:0;width:unset!important;position:absolute}
    .logistico_dashboardSell_body>.side_menu>.panel{display:none}
    .logistico_dashboardSell_body>.side_menu .title{padding:0 16px 0 20px}
    .logistico_dashboardSell_content{max-width:unset;margin-top:48px}
    .logistico_dashboardSell_content article+article{margin-top:50px}
    .logistico_dashboardSell_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .logistico_dashboardSell_miEstado>ul{justify-content:flex-start;align-items:stretch;gap:8px;flex-wrap:wrap}
    .logistico_dashboardSell_miEstado>ul>li{width:49%}
    .logistico_dashboardSell_miEstado>ul>li>a{position:relative;padding:15px 24px}
    .logistico_dashboardSell_miEstado>ul>li>a>.num{width:100%;justify-content:flex-start;align-items:flex-start;gap:16px}
    .logistico_dashboardSell_miEstado>ul>li>a>.num>p{padding-top:7px}
    .logistico_dashboardSell_miEstado>ul>li>a>div:not(.num){width:fit-content;position:absolute;bottom:20px;left:112px;background-color:transparent!important;color:#555555!important;padding:0;margin:0}
    .logistico_dashboardSell_miEstado>ul>li>a>div:not(.num)>p{color:#555555!important}
    .logistico_dashboardSell_miEstado>ul>li>a>div:not(.num)>img{filter:initial!important}
    .logistico_dashboardSell_consultas>div,.logistico_dashboardSell_cotizaciones>div,.logistico_dashboardSell_pedidos>div{overflow-x:auto}
    .logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(1)>p,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .logistico_dashboardSell_consultas>div .table>tbody>tr>td:nth-child(2)>p,.logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
    .logistico_dashboardSell_consultas>button,.logistico_dashboardSell_cotizaciones>button,.logistico_dashboardSell_pedidos>button{height:40px}
    .logistico_dashboardSell_cotizaciones>div .table>thead>tr>th:nth-child(2),.logistico_dashboardSell_pedidos>div .table>thead>tr>th:nth-child(2){min-width:300px}
    .logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(2),.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(2){min-width:300px}
    .logistico_dashboardSell_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.logistico_dashboardSell_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .logistico_dashboardSell{padding:0 16px}
    .logistico_dashboardSell_body>.side_menu{position:absolute;z-index:1}
    .logistico_dashboardSell_miEstado>ul>li{width:100%}
    .logistico_dashboardSell_miEstado>ul>li>a{position:relative;padding:15px 24px}
    .logistico_dashboardSell_miEstado>ul>li>a>.num{width:100%;justify-content:flex-start;align-items:flex-start;gap:16px}
    .logistico_dashboardSell_miEstado>ul>li>a>.num>p{padding-top:7px}
    .logistico_dashboardSell_miEstado>ul>li>a>div:not(.num){width:fit-content;position:absolute;bottom:20px;left:112px;background-color:transparent!important;color:#555555!important;padding:0;margin:0}
    .logistico_dashboardSell_miEstado>ul>li>a>div:not(.num)>p{color:#555555!important}
    .logistico_dashboardSell_miEstado>ul>li>a>div:not(.num)>img{filter:initial!important}
    .logistico_dashboardSell_consultas>div{overflow-x:scroll}
    .logistico_dashboardSell_consultas>div>.table>thead>tr>th:nth-child(2){min-width:430px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .logistico_dashboardSell .side_menu_panel_title .panel_icon{filter:invert(29%) sepia(94%) saturate(2630%) hue-rotate(346deg) brightness(83%) contrast(106%)}
    .logistico_dashboardSell .side_menu_panel_title>p{color:#da291c}
}
.logistico_dashboardSell .side_menu_item>li.selected>button>p{color:#222;font-weight:400!important}
.logistico_dashboardSell .side_menu_item>li.selected>button:hover>p{color:#da291c;font-weight:500!important}

/* vendedor_dashboard_sell2 */
.vendedor_dashboard_sell2{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_dashboard_sell2>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_dashboard_sell2>.breadcrumb>li{display:flex;gap:5px}
.vendedor_dashboard_sell2>.title{margin-top:80px;text-align:center}
.vendedor_dashboard_sell2_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_dashboard_sell2_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_dashboard_sell2_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_dashboard_sell2_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_dashboard_sell2_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_dashboard_sell2_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_dashboard_sell2_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_body>.side_menu.open>div>.title{border:none}
}
.vendedor_dashboard_sell2_body>.side_menu.open>.side_menu_content{margin-bottom:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_dashboard_sell2_body .side_menu_vendor .side_menu_panel_title .panel_icon{filter:invert(29%) sepia(94%) saturate(2630%) hue-rotate(346deg) brightness(83%) contrast(106%)}
    .vendedor_dashboard_sell2_body .side_menu_vendor .side_menu_panel_title>p{color:#da291c}
}
.vendedor_dashboard_sell2_body .side_menu_vendor .side_menu_item>li.selected>button>p{color:#222;font-weight:400!important}
.vendedor_dashboard_sell2_body .side_menu_vendor .side_menu_item>li.selected>button:hover>p{color:#da291c;font-weight:500!important}
.vendedor_dashboard_sell2_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_dashboard_sell2_content>*{width:100%}
.vendedor_dashboard_sell2_content article+article{margin-top:60px}
.vendedor_dashboard_sell2_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:18px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_title{margin-top:0px}
    .vendedor_dashboard_sell2_title.sel{margin-top:48px}
}
.vendedor_dashboard_sell2_miEstado>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.vendedor_dashboard_sell2_miEstado>ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;margin-top:8px}
.vendedor_dashboard_sell2_miEstado>ul>li{width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_dashboard_sell2_miEstado>ul>li{max-width:239px}
}
.vendedor_dashboard_sell2_miEstado>ul>li>a{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:24px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff;text-decoration:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a{padding:15px 24px;align-items:flex-start;justify-content:center}
}
.vendedor_dashboard_sell2_miEstado>ul>li>a:visited{text-decoration:none;color:inherit}
.vendedor_dashboard_sell2_miEstado>ul>li>a>.num{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num{gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div{display:flex;flex-direction:column}
}
.vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>p{font-size:30px}
}
.vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>p>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>p>br{display:block}
}
.vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>div{display:none}
.vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>div>p{font-size:14px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num>div>div{display:flex;align-items:center;gap:3px}
}
.vendedor_dashboard_sell2_miEstado>ul>li>a>div:not(.num){width:100%;display:flex;justify-content:center;align-items:flex-end;padding:11px 56px;background-color:#f8f8f8;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2_miEstado>ul>li>a>div:not(.num){display:none}
}
.dashboard>ul>li>a>div:not(.num)>p{width:fit-content;white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.dashboard>ul>li:hover>a>div:not(.num){background-color:#da291c}
.dashboard>ul>li:hover>a>div:not(.num)>p{color:#fff}
.dashboard>ul>li:hover>a>div:not(.num)>img{filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(289deg) brightness(105%) contrast(101%)}
.vendedor_dashboard_sell2_consultas>p,.vendedor_dashboard_sell2_cotizaciones>p,.vendedor_dashboard_sell2_pedidos>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.vendedor_dashboard_sell2_consultas>div .table,.vendedor_dashboard_sell2_cotizaciones>div .table,.vendedor_dashboard_sell2_pedidos>div .table{margin-top:8px}
.vendedor_dashboard_sell2_consultas>div .table>thead,.vendedor_dashboard_sell2_cotizaciones>div .table>thead,.vendedor_dashboard_sell2_pedidos>div .table>thead{width:100%}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(1),.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1),.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(1)>p,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1)>p,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(1)>button,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1)>button,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(1)>button.rotate,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1)>button.rotate,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(2),.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2),.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 290px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(2)>p,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2)>p,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(2)>button,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2)>button,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(2)>button.rotate,.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2)>button.rotate,.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_consultas>div .table>thead>tr>th:nth-child(3),.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(3),.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(3){width:140px}
.vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td,.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td{height:auto!important;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(1),.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(1),.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(1)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(2),.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(2),.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 290px);align-items:stretch;flex:1}
.vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(2)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(3),.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(3),.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(3){flex-grow:0;width:140px}
.vendedor_dashboard_sell2_consultas>button,.vendedor_dashboard_sell2_cotizaciones>button,.vendedor_dashboard_sell2_pedidos>button{margin:0 auto;margin-top:16px;width:fit-content}
.vendedor_dashboard_sell2_cotizaciones>div .table{margin-top:8px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead{width:100%}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2){width:calc(100% - 530px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(3){width:120px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(4){width:120px}
.vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(5){width:140px}
.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch}
.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 530px);align-items:stretch;word-break:normal;text-align: justify}
.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(3){width:120px}
.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(4){width:120px}
.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(5){width:140px}
.vendedor_dashboard_sell2_pedidos>div .table{margin-top:8px}
.vendedor_dashboard_sell2_pedidos>div .table>thead{width:100%}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 660px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(3){width:120px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(4){width:100px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(5){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(5)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(5)>button{height:16px}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(5)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(6){width:140px}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 660px);align-items:stretch;word-break:normal;text-align: justify}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(3){width:120px}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(4){width:100px}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(5){width:150px}
.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(6){width:140px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell2{padding:0 24px;margin-bottom:80px}
    .vendedor_dashboard_sell2>.breadcrumb{margin-top:0;height:40px}
    .vendedor_dashboard_sell2_body{margin-top:0}
    .vendedor_dashboard_sell2_body>.side_menu{margin:0}
    .vendedor_dashboard_sell2_content{margin-top:48px}
    .vendedor_dashboard_sell2_content article+article{margin-top:50px}
    .vendedor_dashboard_sell2_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .vendedor_dashboard_sell2_miEstado>ul{justify-content:flex-start;align-items:stretch;gap:8px;flex-wrap:wrap}
    .vendedor_dashboard_sell2_miEstado>ul>li{width:49%}
    .vendedor_dashboard_sell2_consultas>div,.vendedor_dashboard_sell2_cotizaciones>div,.vendedor_dashboard_sell2_pedidos>div{overflow-x:scroll}
    .vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .vendedor_dashboard_sell2_consultas>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
    .vendedor_dashboard_sell2_cotizaciones>div .table>thead>tr>th:nth-child(2),.vendedor_dashboard_sell2_pedidos>div .table>thead>tr>th:nth-child(2){min-width:300px}
    .vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(2),.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(2){min-width:300px}
    .vendedor_dashboard_sell2_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell2_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_dashboard_sell2{padding:0 16px}
    .vendedor_dashboard_sell2_body>.side_menu{position:absolute;z-index:1}
    .vendedor_dashboard_sell2_miEstado>ul>li{width:100%}
    .vendedor_dashboard_sell2_miEstado>ul>li>a{position:relative;padding:15px 24px}
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num{width:100%;justify-content:flex-start;align-items:center;gap:16px}
    .vendedor_dashboard_sell2_miEstado>ul>li>a>.num>p{padding-top:7px}
    .vendedor_dashboard_sell2_miEstado>ul>li>a>div:not(.num){width:fit-content;position:absolute;bottom:20px;left:112px;background-color:transparent!important;color:#555555!important;padding:0;margin:0}
    .vendedor_dashboard_sell2_miEstado>ul>li>a>div:not(.num)>p{color:#555555!important}
    .vendedor_dashboard_sell2_miEstado>ul>li>a>div:not(.num)>img{filter:initial!important}
    .vendedor_dashboard_sell2_consultas>div{overflow-x:scroll}
    .vendedor_dashboard_sell2_consultas>div>.table>thead>tr>th:nth-child(2){min-width:430px}
}

/* vendedor_dashboard_sell */
.vendedor_dashboard_sell{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_dashboard_sell>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_dashboard_sell>.breadcrumb>li{display:flex;gap:5px}
.vendedor_dashboard_sell>.title{margin-top:80px;text-align:center}
.vendedor_dashboard_sell_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_dashboard_sell_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_body>.side_menu{border:none;background-color:#fff}
    .vendedor_dashboard_sell.comprador .vendedor_dashboard_sell_body>.side_menu,.log .vendedor_dashboard_sell_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_dashboard_sell_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_dashboard_sell_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_dashboard_sell_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_dashboard_sell_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_dashboard_sell_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .vendedor_dashboard_sell.comprador .vendedor_dashboard_sell_body>.side_menu>div>.title,.log .vendedor_dashboard_sell_body>.side_menu>div>.title{padding-left:20px;border:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_body>.side_menu.open>div>.title{border:none}
}
.vendedor_dashboard_sell_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_dashboard_sell_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_dashboard_sell_content>*{width:100%}
.vendedor_dashboard_sell_content article+article{margin-top:60px}
.vendedor_dashboard_sell_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:18px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_title{margin-top:48px}
}
.vendedor_dashboard_sell_miEstado>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.vendedor_dashboard_sell_miEstado>ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;margin-top:8px}
.vendedor_dashboard_sell_miEstado>ul>li{width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_dashboard_sell_miEstado>ul>li{max-width:239px}
}
.vendedor_dashboard_sell_miEstado>ul>li>a{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:24px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff;text-decoration:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_miEstado>ul>li>a{padding:15px 24px;align-items:flex-start;justify-content:center}
}
.vendedor_dashboard_sell_miEstado>ul>li>a:visited{text-decoration:none;color:inherit}
.vendedor_dashboard_sell_miEstado>ul>li>a>.num{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num{gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num>div{display:flex;flex-direction:column}
}
.vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#000}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>p{font-size:30px}
}
.vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>p>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>p>br{display:block}
}
.vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>div{display:none}
.vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>div>p{font-size:14px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num>div>div{display:flex;align-items:center;gap:3px}
}
.vendedor_dashboard_sell_miEstado>ul>li>a>div:not(.num){width:100%;display:flex;justify-content:center;align-items:flex-end;padding:11px 56px;background-color:#f8f8f8;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell_miEstado>ul>li>a>div:not(.num){display:none}
}
.vendedor_dashboard_sell_miEstado>ul>li>a>div:not(.num)>p{width:fit-content;white-space:nowrap;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.vendedor_dashboard_sell_miEstado>ul>li:hover>a>div:not(.num){background-color:#da291c}
.vendedor_dashboard_sell_miEstado>ul>li:hover>a>div:not(.num)>p{color:#fff}
.vendedor_dashboard_sell_miEstado>ul>li:hover>a>div:not(.num)>img{filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(289deg) brightness(105%) contrast(101%)}
.vendedor_dashboard_sell_consultas>p,.vendedor_dashboard_sell_cotizaciones>p,.vendedor_dashboard_sell_pedidos>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700}
.vendedor_dashboard_sell_consultas>div .table,.vendedor_dashboard_sell_cotizaciones>div .table,.vendedor_dashboard_sell_pedidos>div .table{margin-top:8px}
.vendedor_dashboard_sell_consultas>div .table>thead,.vendedor_dashboard_sell_cotizaciones>div .table>thead,.vendedor_dashboard_sell_pedidos>div .table>thead{width:100%}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(1),.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1),.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(1)>p,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1)>p,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(1)>button,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1)>button,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(1)>button.rotate,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1)>button.rotate,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(2),.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2),.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 390px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(2)>p,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2)>p,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(2)>button,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2)>button,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(2)>button.rotate,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2)>button.rotate,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(3),.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(3),.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(3){width:100px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(3)>p,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(3)>p,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(3)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(3)>button,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(3)>button,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(3)>button{height:16px}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(3)>button.rotate,.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(3)>button.rotate,.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(3)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_consultas>div .table>thead>tr>th:nth-child(4),.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(4),.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(4){width:140px}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td,.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td{height:auto!important;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(1),.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(1),.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(1)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(2),.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(2),.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 390px);align-items:stretch;flex:1}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(2)>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(3),.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(3),.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(3){flex-grow:0;width:100px;display:flex;justify-content:center;align-items:center}
.vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(4),.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(4),.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(4){flex-grow:0;width:140px}
.vendedor_dashboard_sell_consultas>button,.vendedor_dashboard_sell_cotizaciones>button,.vendedor_dashboard_sell_pedidos>button{margin:0 auto;margin-top:16px;width:fit-content}
.vendedor_dashboard_sell_cotizaciones>div .table{margin-top:8px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead{width:100%}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2){width:calc(100% - 630px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(3){width:120px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(4){width:120px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(5){width:100px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(5)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(5)>button{height:16px}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(5)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(6){width:140px}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 630px);align-items:stretch;word-break:normal;text-align: justify}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(3){width:120px}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(4){width:120px}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(5){width:100px}
.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(6){width:140px}
.vendedor_dashboard_sell_pedidos>div .table{margin-top:8px}
.vendedor_dashboard_sell_pedidos>div .table>thead{width:100%}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1)>button{height:16px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(1)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2){width:calc(100% - 660px);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2)>button{height:16px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(3){width:120px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(4){width:100px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(5){width:150px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(5)>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(5)>button{height:16px}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(5)>button.rotate{transform:rotate(180deg)}
.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(6){width:140px}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(1){width:150px;align-items:stretch;flex-grow:0}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(2){width:calc(100% - 660px);align-items:stretch;word-break:normal;text-align: justify}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(3){width:120px}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(4){width:100px}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(5){width:150px}
.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(6){width:140px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_dashboard_sell{padding:0 24px;margin-bottom:80px}
    .vendedor_dashboard_sell>.breadcrumb{margin-top:0;height:40px}
    .vendedor_dashboard_sell_body{margin-top:0}
    .vendedor_dashboard_sell.comprador .vendedor_dashboard_sell_body{margin-top:48px;}
    .vendedor_dashboard_sell_body>.side_menu{margin:0;z-index:1;}
    .vendedor_dashboard_sell_content{margin-top:28px;}
    .vendedor_dashboard_sell_content article+article{margin-top:50px}
    .vendedor_dashboard_sell_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .vendedor_dashboard_sell_miEstado>ul{justify-content:flex-start;align-items:stretch;gap:8px;flex-wrap:wrap}
    .vendedor_dashboard_sell_miEstado>ul>li{width:49%}
    .vendedor_dashboard_sell_consultas>div,.vendedor_dashboard_sell_cotizaciones>div,.vendedor_dashboard_sell_pedidos>div{overflow-x:scroll}
    .vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .vendedor_dashboard_sell_consultas>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
    .vendedor_dashboard_sell_cotizaciones>div .table>thead>tr>th:nth-child(2),.vendedor_dashboard_sell_pedidos>div .table>thead>tr>th:nth-child(2){min-width:300px}
    .vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(1)>p,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(1)>p{-webkit-line-clamp:1}
    .vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(2),.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(2){min-width:300px}
    .vendedor_dashboard_sell_cotizaciones>div .table>tbody>tr>td:nth-child(2)>p,.vendedor_dashboard_sell_pedidos>div .table>tbody>tr>td:nth-child(2)>p{-webkit-line-clamp:1}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_dashboard_sell{padding:0 16px}
    .vendedor_dashboard_sell_body>.side_menu{position:absolute;z-index:1}
    .vendedor_dashboard_sell_miEstado>ul>li{width:100%}
    .vendedor_dashboard_sell_miEstado>ul>li>a{position:relative;padding:15px 24px}
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num{width:100%;justify-content:flex-start;align-items:center;gap:16px}
    .vendedor_dashboard_sell_miEstado>ul>li>a>.num>p{padding-top:7px}
    .vendedor_dashboard_sell_miEstado>ul>li>a>div:not(.num){width:fit-content;position:absolute;bottom:20px;left:112px;background-color:transparent!important;color:#555555!important;padding:0;margin:0}
    .vendedor_dashboard_sell_miEstado>ul>li>a>div:not(.num)>p{color:#555555!important}
    .vendedor_dashboard_sell_miEstado>ul>li>a>div:not(.num)>img{filter:initial!important}
    .vendedor_dashboard_sell_consultas>div{overflow-x:scroll}
    .vendedor_dashboard_sell_consultas>div>.table>thead>tr>th:nth-child(2){min-width:430px}
    .side_menu_comprador{border:1px solid #dfdfdf !important;border-radius:20px;}
    .side_menu_comprador .title{border:0 !important;}
}

/* trade_service */
.trade_service{max-width:1180px;margin:0 auto;margin-bottom:120px}
.trade_service>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.trade_service>.breadcrumb>li{display:flex;gap:5px}
.trade_service>.title{margin-top:80px;text-align:center}
.trade_service_body{width:100%;display:flex;gap:20px;margin-top:80px}
.trade_service_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service_body>.side_menu{border:none;background-color:#fff}
}
.trade_service_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.trade_service_body>.side_menu .side_menu_item{padding-bottom:15px}
.trade_service_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .trade_service_body>.side_menu>.tab-nav>label{width:50%}
}
.trade_service_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service_body>.side_menu.open>div>.title{border:none}
}
.trade_service_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.trade_service .trade_service_card_list{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 20px;margin-top:16px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .trade_service .trade_service_card_list{grid-template-columns:repeat(2,1fr)}
}
.trade_service .trade_service_card_list .trade_service_card_item{border-radius:16px;border:solid 1px #dfdfdf;cursor:pointer;}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .trade_service .trade_service_card_list .trade_service_card_item:hover{border-color:#da291c}
}
.trade_service .trade_service_card_list .trade_service_card_item .card_img{width:100%;object-fit:cover;border-top-right-radius: 16px;border-top-left-radius: 16px;}
.trade_service .trade_service_card_list .trade_service_card_item .card_info{padding:20px 16px;}
.trade_service .trade_service_card_list .trade_service_card_item .card_info .card-title{height:38px;font-size:16px;font-weight:700;color:#222;width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}
.trade_service .trade_service_card_list .trade_service_card_item .card_info .button-white-line{width:100%;margin-top:10px}
.trade_service_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.trade_service_content>*{width:100%}
.trade_service_content article+article{margin-top:60px}
.trade_service_content .result_area{margin-top:0 !important;}
.trade_service_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:32px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service{padding:0 24px;margin-bottom:80px}
    .trade_service>.breadcrumb{margin-top:0;height:40px}
    .trade_service_body{margin-top:0}
    .trade_service_body>.side_menu{margin:0}
    .trade_service_content{margin-top:48px}
    .trade_service_content article+article{margin-top:50px}
    .trade_service_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .trade_service .search_area{width:100%;flex-direction:column;gap:12px}
    .trade_service .search_area_first{width:100%}
    .trade_service .search_area_first .search1{width:100%}
    .trade_service .search_area_first .search1>input{width:100%}
    .trade_service .search_area_first .search1>button[type="submit"]{width:fit-content;padding-left:8px;padding-right:12px}
    .trade_service .search_area_first .search1>button[type="submit"]>span{display:none}
    .trade_service .search_area_first>button{width:44px;min-width:44px;height:44px;border-radius:25px;padding:0}
    .trade_service .search_area_first>button>span{display:none}
    .trade_service .search_area_second{width:100%;justify-content:space-between;align-items:center}
    .trade_service .search_area_second>.divider{display:none}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .trade_service{padding:0 16px}
    .trade_service_body>.side_menu{position:absolute;z-index:1}
    .trade_service_body .search_area_second{flex-direction:column-reverse;align-items:flex-start}
    .trade_service_body .search_area_second>*{width:100%!important}
}
.trade_service .inquery-modal .modal-body .modal-content{text-align:left;display:block}
.trade_service .inquery-modal .modal-body .modal-content .modal-body-header{width:100%}
.trade_service .inquery-modal .modal-body .modal-content .modal-body-footer{margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .modal-body .modal-content .modal-body-footer{margin-top:4px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .trade_service .inquery-modal .modal-body{width:950px;height:auto}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .modal-body{width:100%;height:100%;border-radius:0;max-width:none;overflow-y:auto}
    .trade_service .inquery-modal .modal-body .modal-content{display:flex;margin-top:0;}
}
.trade_service .inquery-modal .modal-title{font-family:ClanOT;font-size:24px;font-weight:700;color:#222;text-align:center}
.trade_service .inquery-modal .tab-menu{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-menu{margin-top:24px}
}
.trade_service .inquery-modal .tab-menu>a{width:50%;white-space: nowrap;}
.trade_service .inquery-modal .asterisk{color:#da291c}
.trade_service .inquery-modal .tab-content{display:flex;flex-direction:column;gap:16px;margin-top:32px}
.trade_service .inquery-modal .tab-content .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-content .input-group{flex-direction:column}
}
.trade_service .inquery-modal .tab-content .input-group .input-label{display:flex;align-items:center;width:120px;height:40px;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-content .input-group .input-label{margin-bottom:8px;height:auto}
}
.trade_service .inquery-modal .tab-content .input-group .input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-content .input-group .input{width:100%}
}
.trade_service .inquery-modal .tab-content .input-group .message-textarea-container{flex-grow:1}
.trade_service .inquery-modal .tab-content .input-group .message-textarea-container .textarea{width:100%;height:100px}
.trade_service .inquery-modal .tab-content .input-group.file-list{flex-direction:column;}
.trade_service .inquery-modal .tab-content .input-group .search-file{}
.trade_service .inquery-modal .tab-content .input-group .search-file .button-white-line{display:inline-block;margin-top:16px;width:fit-content}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-content .input-group .button-white-line{width:100%}
}
.trade_service .inquery-modal .tab-content .input-group .search-file .message-desc{display:inline-flex;align-items:center;margin-top:8px;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-content .input-group .message-desc{font-size:13px}
}
.trade_service .inquery-modal .tab-content .input-group .message-desc>img{margin-right:5px}
.trade_service .inquery-modal .tab-content .input-group .selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.trade_service .inquery-modal .tab-content .input-group .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .tab-content .input-group .selected-file-list .selected-file{min-height:24px}
}
.trade_service .inquery-modal .tab-content .input-group .selected-file-list .selected-file .file-name{margin:0 4px;word-break:normal;text-align: justify;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.trade_service .inquery-modal .divider{margin-top:20px;width:100%;height:1px;background:#dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .divider{display:none}
}
.trade_service .inquery-modal .bottom-buttons{display:flex;justify-content:center;gap:8px}
.trade_service .inquery-modal .bottom-buttons button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal .bottom-buttons button{width:auto;flex-grow:1}
}
.trade_service .inquery-modal-step2 .modal-body{padding:60px}
.trade_service .inquery-modal-step2 .modal-body .modal-content{text-align:left;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:20px}
.trade_service .inquery-modal-step2 .modal-body .modal-body-header{width:100%}
.trade_service .inquery-modal-step2 .modal-body .modal-body-contents{overflow-y:auto;height:451px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .trade_service .inquery-modal-step2 .modal-body{width:950px;min-height:750px;max-height:90%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .modal-body{width:100%;height:100%;border-radius:0;max-width:none;overflow-y:auto}
    .trade_service .inquery-modal-step2 .modal-body .modal-content{display:flex;margin-top:0;}
}
.trade_service .inquery-modal-step2 .modal-title{font-family:ClanOT;font-size:24px;font-weight:700;color:#222;text-align:center}
.trade_service .inquery-modal-step2 .tab-menu{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-menu{margin-top:24px}
}
.trade_service .inquery-modal-step2 .tab-menu>a{width:50%}
.trade_service .inquery-modal-step2 .asterisk{color:#da291c}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav{position:relative;padding-top:32px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav hr{position:absolute;top:34px;width:400px;margin-top:32px;border-color:#e3e3e5;background-color:#e3e3e5}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content{z-index:10;display:flex;gap:80px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li>button{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;text-decoration:none}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li>button.basica-btn .img{background-image:url(/icons/web/estimate_step01_off.svg);width:70px;height:70px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li>button.logistica-btn .img{background-image:url(/icons/web/estimate_step02_off.svg);width:70px;height:70px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li>button.detalles-btn .img{background-image:url(/icons/web/produrc_step04_off.svg);width:70px;height:70px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li.active>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li.active>button.basica-btn .img{background-image:url(/icons/web/estimate_step01_on.svg);width:70px;height:70px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li.active>button.logistica-btn .img{background-image:url(/icons/web/estimate_step02_on.svg);width:70px;height:70px}
.trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li.active>button.detalles-btn .img{background-image:url(/icons/web/produrc_step04_on.svg);width:70px;height:70px}
.trade_service .inquery-modal-step2 .tab-content-basica{display:none;flex-direction:column;gap:16px;margin-top:32px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group{flex-direction:column}
    .trade_service .inquery-modal-step2 .inquery-modal-step2-nav{padding-top:0;}
    .trade_service .inquery-modal-step2 .inquery-modal-step2-nav hr{margin-top:0;}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .input-label{display:flex;align-items:center;min-width:140px;width:140px;height:40px;font-size:14px;line-height:1.3;color:#222}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .input-label.two-line{flex-direction:column;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .input-label{margin-bottom:8px;height:auto}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .input{flex-grow:1;width:100%;height:fit-content;align-self:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .input{width:100%}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom{position:relative;width:100%}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-default{width:100%;height:40px;padding:9px 16px;border-radius:999px;background-color:#fff;border:solid 1px #dfdfdf}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-selected{width:100%;display:flex;justify-content:space-between;align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected>img.drop-icon{transition:0.3s;transform:rotate(180deg)}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options{display:none;width:100%;position:absolute;left:0;z-index:10;opacity:0;max-height:180px;overflow-y:auto;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border:solid 1px #dfdfdf;background-color:#f8f8f8;padding-bottom:4px;padding-top:4px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options .input input{border-color:#da291c;padding-left:37px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options .input-icon>img{width:unset;height:unset;left:3px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list{padding-top:0!important}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option{display:flex;justify-content:flex-start;width:100%;padding:9px 0}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option:hover>span{color:#da291c}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom>select{display:none}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-default{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-width:0}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options{display:block;opacity:1;transform:translateY(0%);border-top-width:0;top:35px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li{background-color:#f8f8f8;height:40px;padding:9px 16px;height:fit-content}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li>button{cursor:pointer;background-color:transparent}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected{width:100%}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected>span{color:#222}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .dropdown{width:100%}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .scroll-list-container{width:100%;max-height:104px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:8px 3px 8px 20px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .scroll-list-container .scroll-list{width:100%;overflow-y:auto}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li button{display:flex;justify-content:flex-start;width:100%;height:22px;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li.active button{color:#da291c}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li:hover button{color:#da291c}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container{width:100%;display:flex;flex-direction:column;gap:8px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .keyword-box{height:84px;overflow-y:auto;background-color:#f8f8f8;border-radius:5px;padding:10px 16px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .keyword-box{height:96px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .keyword-box{height:112px}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .keyword-box .keyword-box-item{display:flex;gap:4px;align-items:flex-start;margin-right:24px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .keyword-box .keyword-box-item{max-width:270px;word-break:break-all}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .tip{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .tip>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container .radio{display:flex;align-items:center;margin-bottom:0;padding:0;gap:7px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container .radio span{position:relative;display:block;width:18px;height:18px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container .radio span::after{content:'';width:8px;height:8px;background-color:#da291c;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container .radio .desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container{flex-grow:1}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .textarea{width:100%;height:100px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .button-white-line{margin-top:16px;width:auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .button-white-line{width:100%}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .message-desc{display:flex;align-items:center;margin-top:8px;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .message-desc{font-size:13px}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .message-desc>img{margin-right:5px}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .selected-file-list .selected-file{min-height:24px}
}
.trade_service .inquery-modal-step2 .tab-content-basica .input-group .message-textarea-container .selected-file-list .selected-file .file-name{margin:0 4px;word-break:normal;text-align: justify;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.trade_service .inquery-modal-step2 .tab-content-basica.show{display:flex}
.trade_service .inquery-modal-step2 .tab-content-logistica{display:none;flex-direction:column;gap:16px;margin-top:32px}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-logistica .input-group{flex-direction:column}
}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input-label{display:flex;align-items:center;min-width:140px;width:140px;height:40px;font-size:14px;line-height:1.3;color:#222}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input-label.two-line{flex-direction:column;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input-label{margin-bottom:8px;height:auto}
}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input{flex-grow:1;width:100%;height:fit-content;align-self:center}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input::-webkit-datetime-edit{display:block;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input{width:100%}
}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .dropdown{width:100%}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .dropdown .dropdown-default{width:100%}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .two-column{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .two-column .dropdown{width:100%;flex-grow:1}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .many-lines{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .many-lines .dropdown{width:100%}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:0}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item span{min-width:42px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item .counter{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 0;background-color:#fff}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item .counter .number{width:40px;text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.minus{background-image:url(/icons/web/op_minus.svg);width:24px;height:24px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.minus:hover{background-image:url(/icons/web/op_minus_on.svg)}
}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.plus{background-image:url(/icons/web/op_plus.svg);width:24px;height:24px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .trade_service .inquery-modal-step2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.plus:hover{background-image:url(/icons/web/op_plus_on.svg)}
}
.trade_service .inquery-modal-step2 .tab-content-logistica .input-group .datetime-container{height:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px;border-radius:999px;border:solid 1px #dfdfdf;background-color:#fff}
.trade_service .inquery-modal-step2 .tab-content-logistica.show{display:flex}
.trade_service .inquery-modal-step2 .tab-content-detalles{display:none;flex-direction:column;gap:24px;margin-top:32px}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group{flex-direction:column}
}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .input-label{display:flex;align-items:center;min-width:140px;width:140px;height:40px;font-size:14px;line-height:1.3;color:#222}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .input-label.two-line{flex-direction:column;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group .input-label{margin-bottom:8px;height:auto}
}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .input{flex-grow:1;width:100%;height:fit-content;align-self:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group .input{width:100%}
}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .option-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;padding:0}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .option-container .option-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .option-container .option-item span{min-width:80px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .option-container .option-item span span{color:#da291c}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container label{width:fit-content}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container label p{white-space:nowrap}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-tip{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-tip p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-box{width:100%;max-width:679px;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:8px;padding:10px 16px;border-radius:5px;background-color:#f8f8f8}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-box .file-item{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-box .file-item p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-box .file-item button{height:14px}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .textarea-container{width:100%;height:100px}
.trade_service .inquery-modal-step2 .tab-content-detalles .input-group .textarea-container textarea{width:100%}
.trade_service .inquery-modal-step2 .tab-content-detalles.show{display:flex}
.trade_service .inquery-modal-step2 .bottom-buttons-basica{display:none!important;justify-content:center;gap:8px}
.trade_service .inquery-modal-step2 .bottom-buttons-basica button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .bottom-buttons-basica button{width:auto;flex-grow:1}
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group .option-container .option-item{flex-direction:column;align-items:flex-start;gap:8px}
}
.trade_service .inquery-modal-step2 .bottom-buttons-basica.show{display:flex!important}
.trade_service .inquery-modal-step2 .bottom-buttons-logistica{display:none!important;flex-direction:row!important;justify-content:center;gap:8px;}
.trade_service .inquery-modal-step2 .bottom-buttons-logistica button{width:180px}
.trade_service .inquery-modal-step2 .bottom-buttons-logistica button.button-white-line-icon-left:hover img{filter:invert(20%) sepia(53%) saturate(5957%) hue-rotate(355deg) brightness(90%) contrast(88%)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .bottom-buttons-logistica button{width:auto;flex-grow:1}
}
.trade_service .inquery-modal-step2 .bottom-buttons-logistica.show{display:flex!important}
.trade_service .inquery-modal-step2 .bottom-buttons-detalles{display:none!important;flex-direction:row!important;justify-content:center;gap:8px}
.trade_service .inquery-modal-step2 .bottom-buttons-detalles button{width:180px}
.trade_service .inquery-modal-step2 .bottom-buttons-detalles button img{filter:invert(0%) sepia(99%) saturate(0%) hue-rotate(233deg) brightness(89%) contrast(100%)}
.trade_service .inquery-modal-step2 .bottom-buttons-detalles button:hover img{filter:invert(20%) sepia(53%) saturate(5957%) hue-rotate(355deg) brightness(90%) contrast(88%)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .bottom-buttons-detalles button{width:auto;flex-grow:1}
}
.trade_service .inquery-modal-step2 .bottom-buttons-detalles.show{display:flex!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .modal-body{padding:24px}
    .trade_service .inquery-modal-step2 .modal-body .modal-body-contents{height:100%}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .input-label.two-line{width:100%;flex-direction:row;align-items:center}
}
@media (max-width:1279px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .input-label.two-line{gap:4px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container{gap:26px}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container .radio span{min-width:20px;width:20px;height:20px;top:0}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .radio-container .radio .desc{padding-left:10px}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options{background-color:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li{background-color:#fff}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options .drop-custom-options-list{max-height:238px;overflow-y:auto}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li{height:36px}
    .trade_service .inquery-modal-step2 .tab-content-basica .input-group .keyword-container .keyword-list{width:100%}
    .trade_service .inquery-modal-step2 .tab-content-logistica .input-group .input-label.two-line{width:100%;flex-direction:row;align-items:center}
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group .input-label.two-line{width:100%;flex-direction:row;align-items:center}
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container label{width:100%}
    .trade_service .inquery-modal-step2 .tab-content-detalles .input-group .file-container .file-box{max-width:unset}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .trade_service .inquery-modal-step2 .modal-body{padding:16px}
    .trade_service .inquery-modal-step2 .modal-body .modal-body-header .modal-title{padding-top:34px;margin:0 auto}
    .trade_service .inquery-modal-step2 .modal-body .modal-body-header .modal-title>br{display:none}
}
@media (max-width:767px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (max-width:767px),only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px){
    .trade_service .inquery-modal-step2 .modal-body .modal-body-header .modal-title{display:block}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .trade_service .inquery-modal-step2 .modal-body .modal-body-contents{height:100%}
    .trade_service .inquery-modal-step2 .tab-menu>a{white-space:nowrap}
    .trade_service .inquery-modal-step2 .inquery-modal-step2-nav hr{width:170px;margin-top:0;}
    .trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content{gap:40px}
    .trade_service .inquery-modal-step2 .inquery-modal-step2-nav ul.content>li>button>span{width:74px;text-align:center}
    .trade_service .inquery-modal-step2 .bottom-buttons-logistica button,.trade_service .inquery-modal-step2 .bottom-buttons-detalles button{width:50%}
}

#fade.inquiry-modal .modal-body .modal-content{text-align:left;display:block}
#fade.inquiry-modal .modal-body .modal-content .modal-body-header{width:100%}
#fade.inquiry-modal .modal-body .modal-content .modal-body-footer{margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .modal-body .modal-content .modal-body-footer{margin-top:4px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    #fade.inquiry-modal .modal-body{width:950px;height:auto}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .modal-body{width:100%;height:100%;border-radius:0;max-width:none;overflow-y:auto}
    #fade.inquiry-modal .modal-body .modal-content{display:flex;margin-top:0;}
}
#fade.inquiry-modal .modal-title{font-family:ClanOT;font-size:24px;font-weight:700;color:#222;text-align:center}
#fade.inquiry-modal .tab-menu{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-menu{margin-top:24px}
}
#fade.inquiry-modal .inquiry-modal-body{display:none}
#fade.inquiry-modal .inquiry-modal-body.active{display:flex;flex-direction:column;}
#fade.inquiry-modal .inquiry-modal-body.tab1,#fade.inquiry-modal .inquiry-modal-body.tab2.step01,#fade.inquiry-modal .inquiry-modal-body.tab2.step02,#fade.inquiry-modal .inquiry-modal-body.tab2.step03{width:100%;padding-top:10px;flex-direction:column;gap:16px}
#fade.inquiry-modal .tab-menu>a{width:50%;white-space: nowrap;}
#fade.inquiry-modal .asterisk{color:#da291c}
#fade.inquiry-modal .tab-content{display:flex;flex-direction:column;gap:16px;margin-top:32px}
#fade.inquiry-modal .tab-content .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content .input-group{flex-direction:column}
}
#fade.inquiry-modal .tab-content .input-group .input-label{display:flex;align-items:center;width:120px;height:40px;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content .input-group .input-label{margin-bottom:8px;height:auto}
}
#fade.inquiry-modal .tab-content .input-group .input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content .input-group .input{width:100%}
}
#fade.inquiry-modal .tab-content .input-group .message-textarea-container{flex-grow:1}
#fade.inquiry-modal .tab-content .input-group .message-textarea-container .textarea{width:100%;height:100px}
#fade.inquiry-modal .tab-content .input-group.file-list{flex-direction:column;}
#fade.inquiry-modal .tab-content .input-group .search-file{display:flex;gap:8px;}
#fade.inquiry-modal .tab-content .input-group .search-file .button-white-line{display:inline-block;margin-top:16px;width:fit-content}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content .input-group .button-white-line{width:100%}
}
#fade.inquiry-modal .tab-content .input-group .search-file .message-desc{display:inline-flex;align-items:center;margin-top:8px;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content .input-group .message-desc{font-size:13px}
}
#fade.inquiry-modal .tab-content .input-group .message-desc>img{margin-right:5px}
#fade.inquiry-modal .tab-content .input-group .selected-file-list{display:none;gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
#fade.inquiry-modal .tab-content .input-group .selected-file-list.show{display:block;}
#fade.inquiry-modal .tab-content .input-group .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content .input-group .selected-file-list .selected-file{min-height:24px}
}
#fade.inquiry-modal .tab-content .input-group .selected-file-list .selected-file .file-name{margin:0 4px;word-break:normal;text-align: justify;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
#fade.inquiry-modal .divider{margin-top:20px;width:100%;height:1px;background:#dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .divider{display:none}
}
#fade.inquiry-modal .bottom-buttons{display:flex;justify-content:center;gap:8px}
#fade.inquiry-modal .bottom-buttons button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .bottom-buttons button{width:auto;flex-grow:1}
}
#fade.inquiry-modal .tab2 .modal-body-contents-scroll{overflow-y:auto;height:451px;}
#fade.inquiry-modal .tab2 .tab-menu>a{width:50%}
#fade.inquiry-modal .tab2 .asterisk{color:#da291c}
#fade.inquiry-modal .tab2 .inquiry-modal-nav{position:relative;padding-top:32px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav hr{position:absolute;top:34px;width:400px;margin-top:32px;border-color:#e3e3e5;background-color:#e3e3e5}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content{z-index:10;display:flex;gap:80px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li>button{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;text-decoration:none}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li>button.basica-btn .img{background-image:url(/icons/web/estimate_step01_off.svg);width:70px;height:70px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li>button.logistica-btn .img{background-image:url(/icons/web/estimate_step02_off.svg);width:70px;height:70px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li>button.detalles-btn .img{background-image:url(/icons/web/produrc_step04_off.svg);width:70px;height:70px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li.active>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li.active>button.basica-btn .img{background-image:url(/icons/web/estimate_step01_on.svg);width:70px;height:70px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li.active>button.logistica-btn .img{background-image:url(/icons/web/estimate_step02_on.svg);width:70px;height:70px}
#fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li.active>button.detalles-btn .img{background-image:url(/icons/web/produrc_step04_on.svg);width:70px;height:70px}
#fade.inquiry-modal .tab2 .tab-content-basica{display:none;flex-direction:column;gap:16px;margin-top:32px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group{flex-direction:column}
    #fade.inquiry-modal .tab2 .inquiry-modal-nav{padding-top:0;}
    #fade.inquiry-modal .tab2 .inquiry-modal-nav hr{margin-top:0;}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .input-label{display:flex;align-items:center;min-width:140px;width:140px;height:40px;font-size:14px;line-height:1.3;color:#222}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .input-label.two-line{flex-direction:column;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .input-label{margin-bottom:8px;height:auto}
}
#fade.inquiry-modal .tab-content-basica .input-group .input{flex-grow:1;width:100%;height:fit-content;align-self:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .input{width:100%}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom{position:relative;width:100%}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-default{width:100%;height:40px;padding:9px 16px;border-radius:999px;background-color:#fff;border:solid 1px #dfdfdf}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-selected{width:100%;display:flex;justify-content:space-between;align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected>img.drop-icon{transition:0.3s;transform:rotate(180deg)}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options{display:none;width:100%;position:absolute;left:0;z-index:10;opacity:0;max-height:180px;overflow-y:auto;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border:solid 1px #dfdfdf;background-color:#f8f8f8;padding-bottom:4px;padding-top:4px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options .input input{border-color:#da291c;padding-left:37px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options .input-icon>img{width:unset;height:unset;left:3px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list{padding-top:0!important}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option{display:flex;justify-content:flex-start;width:100%;padding:9px 0}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option:hover>span{color:#da291c}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom>select{display:none}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-default{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-width:0}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options{display:block;opacity:1;transform:translateY(0%);border-top-width:0;top:35px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li{background-color:#f8f8f8;height:40px;padding:9px 16px;height:fit-content}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li>button{cursor:pointer;background-color:transparent}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected{width:100%}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected>span{color:#222}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .dropdown{width:100%}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-selected>img.drop-icon{transition:0.3s;transform:rotate(180deg)}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .scroll-list-container{width:100%;max-height:104px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:8px 3px 8px 20px;border-radius:16px;border:solid 1px #dfdfdf;background-color:#fff}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .scroll-list-container .scroll-list{width:100%;overflow-y:auto}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li button{display:flex;justify-content:flex-start;width:100%;height:22px;color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li.active button{color:#da291c}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li:hover button{color:#da291c}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container{width:100%;display:flex;flex-direction:column;gap:8px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .keyword-box{height:84px;overflow-y:auto;background-color:#f8f8f8;border-radius:5px;padding:10px 16px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .keyword-box{height:96px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .keyword-box{height:112px}
}
#fade.inquiry-modal .tab-content-basica .input-group .keyword-container .keyword-box .keyword-box-item{display:flex;gap:4px;align-items:flex-start;margin-right:24px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .keyword-box .keyword-box-item{max-width:270px;word-break:normal;text-align: justify}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .tip{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .tip>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container .radio{display:flex;align-items:center;margin-bottom:0;padding:0;gap:7px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container .radio span{position:relative;display:block;width:18px;height:18px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container .radio span::after{content:'';width:8px;height:8px;background-color:#da291c;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container .radio .desc{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container{flex-grow:1}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .textarea{width:100%;height:100px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .button-white-line{margin-top:16px;width:auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .button-white-line{width:100%}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .message-desc{display:flex;align-items:center;margin-top:8px;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .message-desc{font-size:13px}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .message-desc>img{margin-right:5px}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content-basica .input-group .message-textarea-container .selected-file-list .selected-file{min-height:24px}
}
#fade.inquiry-modal .tab2 .tab-content-basica .input-group .message-textarea-container .selected-file-list .selected-file .file-name{margin:0 4px;word-break:normal;text-align: justify;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
#fade.inquiry-modal .tab2 .tab-content-basica.show{display:flex}
#fade.inquiry-modal .tab2 .tab-content-logistica{display:none;flex-direction:column;gap:16px;margin-top:32px}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-logistica .input-group{flex-direction:column}
}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input-label{display:flex;align-items:center;min-width:140px;width:140px;height:40px;font-size:14px;line-height:1.3;color:#222}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input-label.two-line{flex-direction:column;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input-label{margin-bottom:8px;height:auto}
}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input{display:flex;flex-grow:1;width:100%;height:fit-content;align-self:center;gap:8px;}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input::-webkit-datetime-edit{display:block;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input{width:100%}
}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .dropdown{width:100%}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .dropdown .dropdown-default{width:100%}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .two-column{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .two-column .dropdown{width:100%;flex-grow:1}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .many-lines{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .many-lines .dropdown{width:100%}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:0}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item span{min-width:42px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item .counter{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 0;background-color:#fff}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item .counter .number{width:40px;text-align:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.minus{background-image:url(/icons/web/op_minus.svg);width:24px;height:24px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    #fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.minus:hover{background-image:url(/icons/web/op_minus_on.svg)}
}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.plus{background-image:url(/icons/web/op_plus.svg);width:24px;height:24px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    #fade.inquiry-modal .tab2 .tab-content-logistica .input-group .counter-container .counter-item .counter button.plus:hover{background-image:url(/icons/web/op_plus_on.svg)}
}
#fade.inquiry-modal .tab2 .tab-content-logistica .input-group .datetime-container{height:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px;border-radius:999px;border:solid 1px #dfdfdf;background-color:#fff}
#fade.inquiry-modal .tab2 .tab-content-logistica.show{display:flex}
#fade.inquiry-modal .tab2 .tab-content-detalles{display:none;flex-direction:column;gap:24px;margin-top:32px}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab-content-detalles .input-group{flex-direction:column}
}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .input-label{display:flex;align-items:center;min-width:140px;width:140px;height:40px;font-size:14px;line-height:1.3;color:#222}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .input-label.two-line{flex-direction:column;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-detalles .input-group .input-label{margin-bottom:8px;height:auto}
}
#fade.inquiry-modal .tab-content-detalles .input-group .input{flex-grow:1;width:100%;height:fit-content;align-self:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-detalles .input-group .input{width:100%}
}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .option-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;padding:0}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .option-container .option-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .option-container .option-item span{min-width:80px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .option-container .option-item span span{color:#da291c}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container label{width:fit-content}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container label p{white-space:nowrap}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-tip{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-tip p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-box{width:100%;max-width:679px;display:none;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:8px;padding:10px 16px;border-radius:5px;background-color:#f8f8f8}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-box.show{display:flex;};
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-box .file-item{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-box .file-item p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-box .file-item button{height:14px}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .textarea-container{width:100%;height:100px}
#fade.inquiry-modal .tab2 .tab-content-detalles .input-group .textarea-container textarea{width:100%}
#fade.inquiry-modal .tab2 .tab-content-detalles.show{display:flex}
#fade.inquiry-modal .tab2 .bottom-buttons-basica{display:none!important;justify-content:center;gap:8px}
#fade.inquiry-modal .tab2 .bottom-buttons-basica button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .bottom-buttons-basica button{width:auto;flex-grow:1}
    #fade.inquiry-modal .tab2 .tab-content-detalles .input-group .option-container .option-item{flex-direction:column;align-items:flex-start;gap:8px}
}
#fade.inquiry-modal .tab2 .bottom-buttons-basica.show{display:flex!important}
#fade.inquiry-modal .tab2 .bottom-buttons-logistica{display:none!important;flex-direction:row!important;justify-content:center;gap:8px;}
#fade.inquiry-modal .tab2 .bottom-buttons-logistica button{width:180px}
#fade.inquiry-modal .tab2 .bottom-buttons-logistica button.button-white-line-icon-left:hover img{filter:invert(20%) sepia(53%) saturate(5957%) hue-rotate(355deg) brightness(90%) contrast(88%)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .bottom-buttons-logistica button{width:auto;flex-grow:1}
}
#fade.inquiry-modal .tab2 .bottom-buttons-logistica.show{display:flex!important}
#fade.inquiry-modal .tab2 .bottom-buttons-detalles{display:none!important;flex-direction:row!important;justify-content:center;gap:8px}
#fade.inquiry-modal .tab2 .bottom-buttons-detalles button{width:180px}
#fade.inquiry-modal .tab2 .bottom-buttons-detalles button img{filter:invert(0%) sepia(99%) saturate(0%) hue-rotate(233deg) brightness(89%) contrast(100%)}
#fade.inquiry-modal .tab2 .bottom-buttons-detalles button:hover img{filter:invert(20%) sepia(53%) saturate(5957%) hue-rotate(355deg) brightness(90%) contrast(88%)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .bottom-buttons-detalles button{width:auto;flex-grow:1}
}
#fade.inquiry-modal .tab2 .bottom-buttons-detalles.show{display:flex!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .modal-body{padding:24px}
    #fade.inquiry-modal .tab2 .modal-body .modal-body-contents{height:100%}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .input-label.two-line{width:100%;flex-direction:row;align-items:center}
}
@media (max-width:1279px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:1279px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .input-label.two-line{gap:4px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container{gap:26px}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container .radio span{min-width:20px;width:20px;height:20px;top:0}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .radio-container .radio .desc{padding-left:10px}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options{background-color:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options>li{background-color:#fff}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .drop-custom.open .drop-custom-options .drop-custom-options-list{max-height:238px;overflow-y:auto}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .scroll-list-container .scroll-list>li{height:36px}
    #fade.inquiry-modal .tab2 .tab-content-basica .input-group .keyword-container .keyword-list{width:100%}
    #fade.inquiry-modal .tab2 .tab-content-logistica .input-group .input-label.two-line{width:100%;flex-direction:row;align-items:center}
    #fade.inquiry-modal .tab2 .tab-content-detalles .input-group .input-label.two-line{width:100%;flex-direction:row;align-items:center}
    #fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container label{width:100%}
    #fade.inquiry-modal .tab2 .tab-content-detalles .input-group .file-container .file-box{max-width:unset}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    #fade.inquiry-modal .tab2 .modal-body{padding:16px}
    #fade.inquiry-modal .tab2 .modal-body .modal-body-header .modal-title{padding-top:34px;margin:0 auto}
    #fade.inquiry-modal .tab2 .modal-body .modal-body-header .modal-title>br{display:none}
}
@media (max-width:767px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (max-width:767px),only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px) and (min-resolution:2dppx) and (max-width:767px){
    #fade.inquiry-modal .tab2 .modal-body .modal-body-header .modal-title{display:block}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    #fade.inquiry-modal .tab2 .modal-body .modal-body-contents{height:100%}
    #fade.inquiry-modal .tab2 .tab-menu>a{white-space:nowrap}
    #fade.inquiry-modal .tab2 .inquiry-modal-nav hr{width:170px;margin-top:0;}
    #fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content{gap:40px}
    #fade.inquiry-modal .tab2 .inquiry-modal-nav ul.content>li>button>span{width:74px;text-align:center}
    #fade.inquiry-modal .tab2 .bottom-buttons-logistica button,#fade.inquiry-modal .bottom-buttons-detalles button{width:50%}
}


/* vendedor_profile_step1 */
.vendedor_profile_step1{max-width:1180px;margin:0 auto;margin-bottom:170px}
.vendedor_profile_step1>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_profile_step1>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_profile_step1>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_profile_step1>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_profile_step1>.title{margin-top:80px;text-align:center}
.vendedor_profile_step1_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_profile_step1_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_profile_step1_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_profile_step1_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_profile_step1_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_profile_step1_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_profile_step1_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_body>.side_menu.open>div>.title{border:none}
}
.vendedor_profile_step1_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_profile_step1_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_profile_step1_content>*{width:100%}
.vendedor_profile_step1_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:70px}
.vendedor_profile_step1_content_status_left,.vendedor_profile_step1_content_status_right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
.vendedor_profile_step1_content_status_left>p,.vendedor_profile_step1_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_content_status_left>p,.vendedor_profile_step1_content_status_right>p{text-align:center}
}
.vendedor_profile_step1_content_status_left>p>br,.vendedor_profile_step1_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_content_status_left>p>br,.vendedor_profile_step1_content_status_right>p>br{display:block}
}
.vendedor_profile_step1_content_status_left{position:relative}
.vendedor_profile_step1_content_status_left>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c}
.vendedor_profile_step1_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:300px;height:2px;background-color:#e3e3e5}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_content_status_left::after{width:150px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_content_status{gap:50px}
}
.vendedor_profile_step1_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_title{margin-top:48px}
    .log .vendedor_profile_step1_title{margin-top:20px;padding-bottom:16px;}
}
.vendedor_profile_step1_form{margin-top:30px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form{gap:24px;padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_profile_step1_form{padding-left:10px;padding-right:10px}
}
.vendedor_profile_step1_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_profile_step1_form_item:nth-child(4){margin-top:16px;//margin-bottom:16px;align-items:flex-start}
.vendedor_profile_step1_form_item .select{height:40px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item:nth-child(4){margin:0}
}
.vendedor_profile_step1_form_item:last-child{margin-top:10px;align-items:flex-start}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_profile_step1_form_item:last-child{margin-top:0}
}
.vendedor_profile_step1_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_profile_step1_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_profile_step1_form_item>.input,.vendedor_profile_step1_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_profile_step1_form_item>.select{height:40px;padding:11px 20px}
.vendedor_profile_step1_form_item_dropzone>.dropzone{width:100%;border:none;min-height:130px;height:130px;padding:0}
.vendedor_profile_step1_form_item_dropzone>.profile{width:130px !important; border-radius: 5%;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    /*.vendedor_profile_step1_form_item_dropzone>.dropzone{margin-top:8px}*/
}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-message{margin:0}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-message>img{width:130px;height:130px}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview{margin:0}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview>.dz-details,.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview .dz-progress{display:none}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview>.dz-image{width:130px;height:130px}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview>.dz-remove{position:absolute;right:-8px;top:-8px;z-index:40;width:32px;height:32px;border-radius:999px;background-color:#cbcbcb;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview>.dz-remove{width:40px;height:40px}
}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview>.dz-remove::before{content:'';position:absolute;left:0;top:0;width:32px;height:32px;background-image:url(/images/close_white.png);background-position:center;background-repeat:no-repeat}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview>.dz-remove::before{width:40px;height:40px}
}
.vendedor_profile_step1_form_item_dropzone>.dropzone>.dz-preview:hover>.dz-image img{filter:none;-webkit-filter:none}
.vendedor_profile_step1_form_item_check{display:flex;flex-wrap:wrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item_check{margin-top:8px}
}
.vendedor_profile_step1_form_item_check>li{display:flex;gap:7px;align-items:center;margin-right:30px;margin-bottom:10px;flex: 0 1 21%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item_check>li{margin-bottom:0;gap:0}
}
.vendedor_profile_step1_form_item_check>li>p{font-size:13px;color:#222;line-height:1.3}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    /*.vendedor_profile_step1_form_item_check>li:nth-child(1){min-width:110px}
    .vendedor_profile_step1_form_item_check>li:nth-child(2){min-width:172px}
    .vendedor_profile_step1_form_item_check>li:nth-child(3){min-width:202px}
    .vendedor_profile_step1_form_item_check>li:nth-child(4){min-width:65px}
    .vendedor_profile_step1_form_item_check>li:nth-child(5){min-width:110px}
    .vendedor_profile_step1_form_item_check>li:nth-child(6){min-width:172px}
    .vendedor_profile_step1_form_item_check>li:nth-child(7){min-width:202px}*/
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_form_item_check>li{width:50%;margin-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_profile_step1_form_item_check>li{width:100%}
}
.vendedor_profile_step1_submit{width:180px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1_submit{margin-top:20px;width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step1{padding:0 24px;margin-bottom:62px}
    .vendedor_profile_step1>.breadcrumb{margin-top:0;height:40px}
    .vendedor_profile_step1_body{margin-top:0}
    .vendedor_profile_step1_body>.side_menu{margin:0}
    .vendedor_profile_step1_content{margin-top:48px}
    .vendedor_profile_step1_content article+article{margin-top:50px}
    .vendedor_profile_step1_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_profile_step1{padding:0 16px}
    .vendedor_profile_step1_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_profile_step2 */
.vendedor_profile_step2{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_profile_step2>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_profile_step2>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_profile_step2>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_profile_step2>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_profile_step2>.title{margin-top:80px;text-align:center}
.vendedor_profile_step2_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_profile_step2_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_profile_step2_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_profile_step2_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_profile_step2_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_profile_step2_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_profile_step2_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_body>.side_menu.open>div>.title{border:none}
}
.vendedor_profile_step2_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_profile_step2_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_profile_step2_content>*{width:100%}
.vendedor_profile_step2_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:70px}
.vendedor_profile_step2_content_status_left,.vendedor_profile_step2_content_status_right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
.vendedor_profile_step2_content_status_left>p,.vendedor_profile_step2_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#da291c;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_content_status_left>p,.vendedor_profile_step2_content_status_right>p{text-align:center}
}
.vendedor_profile_step2_content_status_left>p>br,.vendedor_profile_step2_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_content_status_left>p>br,.vendedor_profile_step2_content_status_right>p>br{display:block}
}
.vendedor_profile_step2_content_status_left{position:relative}
.vendedor_profile_step2_content_status_left>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d}
.vendedor_profile_step2_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:300px;height:2px;background-color:#e3e3e5}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_content_status_left::after{width:150px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_content_status{gap:50px}
}
.vendedor_profile_step2_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_title{margin-top:48px}
}
.vendedor_profile_step2_form{margin-top:30px;padding:50px 30px 40px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_form{gap:24px;padding-top:40px;padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_profile_step2_form{padding-left:10px;padding-right:10px}
}
.vendedor_profile_step2_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_profile_step2_form_item.start{align-items:flex-start}
.vendedor_profile_step2_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_form_item.start>span>br{display:none}
}
.vendedor_profile_step2_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_profile_step2_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_profile_step2_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_profile_step2_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_profile_step2_form_item_line>.textarea{height:120px;border-radius:16px;width:100%}
.vendedor_profile_step2_form_item_select{width:100%;display:flex;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_form_item_select{flex-direction:column;gap:8px}
}
.vendedor_profile_step2_form_item_select_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_profile_step2_form_item_select>.select{width:100%;height:40px;padding:11px 20px}
.vendedor_profile_step2_form_item>span{min-width:120px;font-size:14px;color:#222;line-height:1.3}
.vendedor_profile_step2_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_profile_step2_form_item>.input,.vendedor_profile_step2_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_profile_step2_form_item>.select{height:40px;padding:11px 20px}
.vendedor_profile_step2_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_group{margin-top:20px}
}
.vendedor_profile_step2_group_submit,.vendedor_profile_step2_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2_group_submit,.vendedor_profile_step2_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_profile_step2{padding:0 24px;margin-bottom:62px}
    .vendedor_profile_step2>.breadcrumb{margin-top:0;height:40px}
    .vendedor_profile_step2_body{margin-top:0}
    .vendedor_profile_step2_body>.side_menu{margin:0}
    .vendedor_profile_step2_content{margin-top:48px}
    .vendedor_profile_step2_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_profile_step2{padding:0 16px}
    .vendedor_profile_step2_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_photos */
.vendedor_photos{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_photos>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_photos>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_photos>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_photos>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_photos>.title{margin-top:80px;text-align:center}
.vendedor_photos_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_photos_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_photos_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_photos_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_photos_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_photos_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_photos_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_body>.side_menu.open>div>.title{border:none}
}
.vendedor_photos_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_photos_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_photos_content>*{width:100%}
.vendedor_photos_content_photos{width:100%;border-top:2px solid #222;border-bottom:1px solid #222;padding:40px 30px;display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos{flex-direction:column;gap:16px;padding-left:0;padding-right:0}
}
.vendedor_photos_content_photos>span{display:block;min-width:160px;font-size:14px;font-weight:700;line-height:1.3;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_photos_content_photos>span{padding-top:11px}
}
.vendedor_photos_content_photos_body{width:100%;display:flex;flex-direction:column;gap:30px}
.vendedor_photos_content_photos_head{display:flex;flex-direction:column;gap:14px}
.vendedor_photos_content_photos_head_btn{display:flex;gap:8px;align-items:flex-end}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos_head_btn{flex-direction:column;align-items:flex-start}
}
.vendedor_photos_content_photos_head_btn>label{width:160px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos_head_btn>label{width:100%}
}
.vendedor_photos_content_photos_head_btn>label>p{white-space:nowrap}
.vendedor_photos_content_photos_head_btn>span{color:#da291c;font-size:13px;font-weight:500;line-height:40px;height:40px;}
.vendedor_photos_content_photos_head_info{display:flex;gap:5px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos_head_info{align-items:flex-start}
}
.vendedor_photos_content_photos_head_info>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos_content_photos_head_info>br{display:block}
}
.vendedor_photos_content_photos_head_info>p{color:#555;font-size:12px;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos_head_info>p{font-size:13px}
}
.vendedor_photos_content_photos_divider{height:1px;background-color:#dfdfdf}
.vendedor_photos_content_photos_item{display:flex;gap:30px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos_content_photos_item{flex-direction:column;gap:24px;align-items:center}
}
.vendedor_photos_content_photos_item_img{position:relative}
.vendedor_photos_content_photos_item_img_remove{position:absolute;right:4px;top:0;z-index:40;width:32px;height:32px;border-radius:999px;background-color:#cbcbcb;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos_item_img_remove{width:40px;height:40px}
}
.vendedor_photos_content_photos_item_img_remove::before{content:'';position:absolute;left:0;top:0;width:32px;height:32px;background-image:url(/images/close_white.png);background-position:center;background-repeat:no-repeat}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_content_photos_item_img_remove::before{width:40px;height:40px}
}
.vendedor_photos_content_photos_item_img>picture>img{width:165px;height:165px;border-radius:5px;border:solid 1px #dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos_content_photos_item_img>picture>img{width:170px;height:170px}
}
.vendedor_photos_content_photos_item_info{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos_content_photos_item_info{gap:8px}
}
.vendedor_photos_content_photos_item_info>p{font-size:14px;color:#222;line-height:1.3}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos_content_photos_item_info>p{padding-bottom:2px}
}
.vendedor_photos_content_photos_item_info>.input{width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos_content_photos_item_info>.input{padding-bottom:2px}
}
.vendedor_photos_content_photos_item_info>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_photos_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_title{margin-top:48px}
    .log .vendedor_photos_title{margin-top:20px;padding-bottom:24px;}
}
.vendedor_photos_btn{margin-top:16px;width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_photos{padding:0 24px;margin-bottom:80px}
    .vendedor_photos>.breadcrumb{margin-top:0;height:40px}
    .vendedor_photos_body{margin-top:0}
    .vendedor_photos_body>.side_menu{margin:0}
    .vendedor_photos_content{margin-top:48px}
    .vendedor_photos_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_photos{padding:0 16px}
    .vendedor_photos_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_video_register */
.vendedor_video_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_video_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_video_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_video_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_video_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_video_register>.title{margin-top:80px;text-align:center}
.vendedor_video_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_video_register_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_video_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_video_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_video_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_video_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_video_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_video_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_video_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_video_register_content>*{width:100%}
.vendedor_video_register_content_videos{width:100%;border-top:2px solid #222;border-bottom:1px solid #222;padding:40px 30px;display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_content_videos{flex-direction:column;gap:16px;padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_register_content_videos{padding-left:10px;padding-right:10px}
}
.vendedor_video_register_content_videos>span{display:block;min-width:160px;font-size:14px;font-weight:700;line-height:1.3;color:#222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_video_register_content_videos>span{padding-top:11px}
}
.vendedor_video_register_content_videos_body{width:100%;display:flex;flex-direction:column;gap:30px}
.vendedor_video_register_content_videos_head{display:flex;flex-direction:column;gap:8px}
.vendedor_video_register_content_videos_head_btn>label{width:160px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_content_videos_head_btn>label{width:100%}
}
.vendedor_video_register_content_videos_head_btn>label>p{white-space:nowrap}
.vendedor_video_register_content_videos_head_btn>span{color:#da291c;font-size:13px;font-weight:500;line-height:1.3}
.vendedor_video_register_content_videos_head_btn>.button-white-line-small.disabled{border:1px solid #dfdfdf;background-color:#ececec;cursor:not-allowed}
.vendedor_video_register_content_videos_head_btn>.button-white-line-small.disabled>p{color:#555}
.vendedor_video_register_content_videos_head_btn>.button-white-line-small.disabled:hover>p{color:#555}
.vendedor_video_register_content_videos_head_info{display:flex;gap:5px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_content_videos_head_info{align-items:flex-start}
}
.vendedor_video_register_content_videos_head_info>p{color:#555;font-size:12px;line-height:1.3;display:flex;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_register_content_videos_head_info>p{line-height:1.5}
}
.vendedor_video_register_content_videos_head_info>p>strong{display:block;margin-left:16px;margin-right:16px;height:12px;width:1px;background-color:#d9d9d9}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_register_content_videos_head_info>p>strong{display:none}
}
.vendedor_video_register_content_videos_head_info>p>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_register_content_videos_head_info>p>br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_content_videos_head_info>p{font-size:13px}
}
.vendedor_video_register_content_videos_divider{height:1px;background-color:#dfdfdf}
.vendedor_video_register_content_videos_upload{display:flex;flex-direction:column;gap:14px}
.vendedor_video_register_content_videos_upload_head{display:flex;align-items:center;gap:8px}
.vendedor_video_register_content_videos_upload_head>span{color:#555;font-size:14px;line-height:1.3}
.vendedor_video_register_content_videos_upload>progress{width:100%;height:4px;-webkit-appearance:none;border-radius:999px}
.vendedor_video_register_content_videos_upload>progress::-webkit-progress-value{background-color:#da291c;border-radius:4px}
.vendedor_video_register_content_videos_upload>progress::-webkit-progress-bar{border-radius:4px;background-color:#ececec}
.vendedor_video_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_title{margin-top:48px}
    .log .vendedor_video_register_title{margin-top:0}
}
.vendedor_video_register_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_group{margin-top:20px}
}
.vendedor_video_register_group_submit,.vendedor_video_register_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register_group_submit,.vendedor_video_register_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_register{padding:0 24px;margin-bottom:80px}
    .vendedor_video_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_video_register_body{margin-top:0}
    .vendedor_video_register_body>.side_menu{margin:0}
    .vendedor_video_register_content{margin-top:48px}
    .vendedor_video_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_register{padding:0 16px}
    .vendedor_video_register_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_video_edit */
.vendedor_video_edit{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_video_edit>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_video_edit>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_video_edit>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_video_edit>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_video_edit>.title{margin-top:80px;text-align:center}
.vendedor_video_edit_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_video_edit_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_video_edit_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_video_edit_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_video_edit_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_video_edit_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_video_edit_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_body>.side_menu.open>div>.title{border:none}
}
.vendedor_video_edit_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_video_edit_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_video_edit_content>*{width:100%}
.vendedor_video_edit_content_videos{width:100%;border-top:2px solid #222;border-bottom:1px solid #222;padding:40px 30px;display:flex;flex-direction:column;gap:26px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_content_videos{padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_edit_content_videos{padding-left:10px;padding-right:10px}
}
.vendedor_video_edit_content_videos_item{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_video_edit_content_videos_item_wrapper{width:100%;display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_content_videos_item_wrapper{flex-direction:column;gap:8px}
}
.vendedor_video_edit_content_videos_item_wrapper>span{display:block;min-width:160px;font-size:14px;font-weight:400;line-height:1.3;color:#222}
.vendedor_video_edit_content_videos_item_wrapper>span>strong{color:#da291c}
.vendedor_video_edit_content_videos_item_input{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_video_edit_content_videos_item_input>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_video_edit_content_videos_item_input>.input{width:100%}
.vendedor_video_edit_content_videos_item_warn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_content_videos_item_warn{padding-top:10px}
}
.vendedor_video_edit_content_videos_item_warn>p{color:#555;font-size:12px;line-height:1.3}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_edit_content_videos_item_warn>p{font-size:13px}
}
.vendedor_video_edit_content_videos_item_radio{padding-top:16px;display:flex;flex-wrap:wrap;gap:16px}
.vendedor_video_edit_content_videos_item_radio_item>.label_radioGroup{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_content_videos_item_radio_item>.label_radioGroup{width:unset;height:unset}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_edit_content_videos_item_radio_item>.label_radioGroup{padding-left:0;flex-direction:column;gap:5px;align-items:flex-start;}
}
.vendedor_video_edit_content_videos_item_radio_item>.label_radioGroup>img{width:180px;margin-left:10px;border-radius:5px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_content_videos_item_radio_item>.label_radioGroup>img{width:262px;margin-left:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_edit_content_videos_item_radio_item>.label_radioGroup>img{width:152px;margin-left:0}
}
.vendedor_video_edit_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_title{margin-top:48px}
    .log .vendedor_video_edit_title{margin-top:20px;padding-bottom:16px;}
}
.vendedor_video_edit_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_group{margin-top:20px}
}
.vendedor_video_edit_group_submit,.vendedor_video_edit_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit_group_submit,.vendedor_video_edit_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_edit{padding:0 24px;margin-bottom:80px}
    .vendedor_video_edit>.breadcrumb{margin-top:0;height:40px}
    .vendedor_video_edit_body{margin-top:0}
    .vendedor_video_edit_body>.side_menu{margin:0}
    .vendedor_video_edit_content{margin-top:48px}
    .vendedor_video_edit_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_edit{padding:0 16px}
    .vendedor_video_edit_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_video_search */
.vendedor_video_search{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_video_search>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_video_search>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_video_search>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_video_search>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_video_search>.title{margin-top:80px;text-align:center}
.vendedor_video_search_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_video_search_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_video_search_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_video_search_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_video_search_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_video_search_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_video_search_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_body>.side_menu.open>div>.title{border:none}
}
.vendedor_video_search_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_video_search_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_video_search_content>*{width:100%}
.vendedor_video_search_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.vendedor_video_search_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head_btn>.search1{width:100%}
}
.vendedor_video_search_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head_btn>.search1>button{width:54px}
    .vendedor_video_search_content_head_btn>.search1>button>span{display:none}
}
.vendedor_video_search_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.vendedor_video_search_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_head_btn>button>p{display:none}
}
.vendedor_video_search_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.vendedor_video_search_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.vendedor_video_search_content_table_area{display:flex;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_table_area.desktop{display:none}
    .vendedor_video_search_content_table_area.tablet{display:block}
    .vendedor_video_search_content_table_area.tablet>ul{border-top:solid 2px #222;border-bottom:solid 1px #222}
    .vendedor_video_search_content_table_area.tablet>ul>li{width:100%;align-self:stretch;flex-grow:0;display:flex;justify-content:flex-start;align-items:center;padding:24px 16px;padding-right:8px}
}
@media (max-width:1279px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_search_content_table_area.tablet>ul>li{flex-direction:column;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_table_area.tablet>ul>li>img{margin-right:16px;width:200px;height:120px;border-radius:5px}
}
@media (max-width:1279px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_search_content_table_area.tablet>ul>li>img{width:100%;height:auto;margin-right:0}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_table_area.tablet>ul>li>.info{width:100%;display:flex;align-items:center}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.body{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.body>.badge2{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:500;color:#fff;text-align:center;padding:2px 6px;width:92px;height:20px;white-space:nowrap}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.body>.badge2.type1{background-color:#0f9184}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.body>.badge2.type2{background-color:#555}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.body>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.body>p.body{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more{position:relative}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more>button{width:40px;height:100%}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt{position:absolute;right:0;top:28px;z-index:1200;width:90px;padding:10px;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul{width:100%}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button{display:flex;justify-content:flex-start;align-items:center;gap:4px;width:100%}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
    .vendedor_video_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>.divider{height:1px;margin-top:8px;margin-bottom:8px;background-color:#d9d9d9}
    .vendedor_video_search_content_table_area.tablet>ul li+li{border-top:1px solid #dfdfdf}
}
.vendedor_video_search_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:182px 338px 110px 100px 110px 100px 40px}
.vendedor_video_search_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;justify-content:center;text-align:center;padding:16px 10px 14px;height:unset!important}
.vendedor_video_search_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:182px 1fr;border-bottom:1px solid #dfdfdf}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .td{height:unset!important;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;text-align:center;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .td .badge2{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:500;color:#fff;text-align:center;padding:2px 6px;width:92px;height:20px;white-space:nowrap}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .td .badge2.type1{background-color:#0f9184}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .td .badge2.type2{background-color:#555}
.vendedor_video_search_content_table_area>.table>.tbody>.tr>.miniaturas{padding:20px 16px}
.vendedor_video_search_content_table_area>.table>.tbody>.tr>.content{display:grid;grid-template-columns:1fr 40px}
.vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content{display:grid;grid-template-columns:338px 210px 110px 100px}
.vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.titulo{justify-content:flex-start}
.vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.titulo>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.time{display:grid;grid-template-columns:110px 100px}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:60%;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt>ul{width:100%;padding:0}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt>ul>li{width:100%;display:flex;flex-direction:row;align-items:center;height:34px}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt>ul>li>button{height:100%;width:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt>ul>li>button>p,.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_video_search_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr .miniaturas>img{width:150px;height:90px;border-radius:5px;}
}
.vendedor_video_search_content_table_area>.table>.tbody>.tr.last,.vendedor_video_search_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.vendedor_video_search_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_paging_area{flex-direction:column}
}
.vendedor_video_search_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:153px;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.vendedor_video_search_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search_title{margin-top:48px}
    .log .vendedor_video_search_title{margin-top:20px;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_video_search{padding:0 24px;margin-bottom:80px;max-width:unset}
    .vendedor_video_search>.breadcrumb{margin-top:0;height:40px}
    .vendedor_video_search_body{margin-top:0}
    .vendedor_video_search_body>.side_menu{margin:0;z-index:1}
    .vendedor_video_search_content{margin-top:48px}
    .vendedor_video_search_content_table_area>.table{border-top:2px solid #222}
    .vendedor_video_search_content_table_area>.table>.thead{display:none}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr{padding:24px 16px;padding-right:0;grid-template-columns:200px 1fr;gap:16px}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr .td{padding:0;justify-content:flex-start}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content{grid-template-columns:1fr;gap:4px;align-items:flex-start;height:fit-content}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.titulo>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:3;text-align:left}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.time{display:flex;gap:8px}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.time>div+div{border-left:1px solid #d9d9d9;padding-left:8px}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr>.content>.content>.estado{order:-1}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr .miniaturas>img{width:200px;height:120px;border-radius:5px;}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr .tooltipBox{justify-content:center}
    .vendedor_video_search_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_video_search{padding:0 16px}
    .vendedor_video_search_body>.side_menu{position:absolute}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr}
    .vendedor_video_search_content_table_area>.table>.tbody>.tr .miniaturas>img{width:95%;height:auto;border-radius:5px;}
}

/* vendedor_history_search */
.vendedor_history_search{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_history_search>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_history_search>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_history_search>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_history_search>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_history_search>.title{margin-top:80px;text-align:center}
.vendedor_history_search_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_history_search_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_history_search_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_history_search_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_history_search_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_history_search_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_history_search_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_body>.side_menu.open>div>.title{border:none}
}
.vendedor_history_search_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_history_search_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_history_search_content>*{width:100%}
.vendedor_history_search_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.vendedor_history_search_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head_btn>.search1{width:100%}
}
.vendedor_history_search_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head_btn>.search1>button{width:54px}
    .vendedor_history_search_content_head_btn>.search1>button>span{display:none}
}
.vendedor_history_search_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.vendedor_history_search_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_head_btn>button>p{display:none}
}
.vendedor_history_search_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.vendedor_history_search_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.vendedor_history_search_content_table_area{display:flex;justify-content:center}
.vendedor_history_search_content_table_area.tablet{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_table_area.desktop{display:none}
    .vendedor_history_search_content_table_area.tablet{display:block}
    .vendedor_history_search_content_table_area.tablet>ul{border-top:solid 2px #222;border-bottom:solid 1px #222}
    .vendedor_history_search_content_table_area.tablet>ul>li{width:100%;align-self:stretch;flex-grow:0;display:flex;justify-content:flex-start;align-items:center;padding:20px 16px;padding-right:8px}
}
@media (max-width:1279px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_history_search_content_table_area.tablet>ul>li{flex-direction:column;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_table_area.tablet>ul>li>.info{width:100%;display:flex;align-items:center}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.body{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.body>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.body>p.body{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more{position:relative}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more>button{width:40px;height:100%}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt{position:absolute;right:0;top:28px;z-index:1200;width:90px;padding:10px;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul{width:100%}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button{display:flex;justify-content:flex-start;align-items:center;gap:4px;width:100%}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
    .vendedor_history_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>.divider{height:1px;margin-top:8px;margin-bottom:8px;background-color:#d9d9d9}
    .vendedor_history_search_content_table_area.tablet>ul li+li{border-top:1px solid #dfdfdf}
}
.vendedor_history_search_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:150px 790px 40px}
.vendedor_history_search_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.vendedor_history_search_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 40px}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.content{display:grid;grid-template-columns:150px 790px}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.content>.td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;height:unset}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.content>.description>p{margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox{height:unset;display:flex;align-items:center;justify-content:center;position:relative}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:35px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.vendedor_history_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_history_search_content_table_area>.table>.tbody>.tr:hover{background-color:#fff6f6}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr:hover .td{color:#222}
}
.vendedor_history_search_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_paging_area{flex-direction:column}
}
.vendedor_history_search_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:91px;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.vendedor_history_search_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search_title{margin-top:48px}
    .log .vendedor_history_search_title{margin-top:20px;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_history_search{padding:0 24px;margin-bottom:80px;max-width:unset}
    .vendedor_history_search>.breadcrumb{margin-top:0;height:40px}
    .vendedor_history_search_body{margin-top:0}
    .vendedor_history_search_body>.side_menu{margin:0;z-index:1}
    .vendedor_history_search_content{margin-top:48px}
    .vendedor_history_search_content_table_area>.table{border-top:2px solid #222}
    .vendedor_history_search_content_table_area>.table>.thead{display:none}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center;border-bottom:1px solid #dfdfdf}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr>.td{border:none}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr>.content{height:fit-content;grid-template-columns:1fr;gap:8px;padding:20px 16px}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr>.content>.td{padding:0;border:none;height:fit-content;align-items:flex-start}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr>.content>.description>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr>.content:hover>.date{color:#555!important}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr>.content:hover>.description{color:#222!important}
    .vendedor_history_search_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
    .vendedor_history_search_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_history_search{padding:0 16px}
    .vendedor_history_search_body>.side_menu{position:absolute}
}

/* vendedor-history-register */
.vendedor-history-register>.modal-body{height:auto;width:700px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-history-register>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-history-register>.modal-body{padding:50px 16px}
}
.vendedor-history-register-content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3;padding-bottom:10px}
.vendedor-history-register-content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-history-register-content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-history-register-content h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-history-register-content h1{width:220px;text-align:center}
}
.vendedor-history-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body{width:100%;display:flex;flex-direction:column;gap:20px}
.vendedor-history-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_profile_step2_form_item>span{min-width:120px}
.vendedor-history-register-content .vendedor-certi-register-content-body-form-btn{width:100%;display:flex;gap:8px}
.vendedor-history-register-content .vendedor-certi-register-content-body-form-btn>button{width:100%}
.vendedor-certi-register-content-body-form input[type="date"] {width: 190px;height: 40px;border-radius: 999px;background-color: white !important;border: 1px solid #dfdfdf;padding: 11px 20px;font-size: 14px;color: #222;display:flex;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
    .vendedor-certi-register-content-body-form input[type="date"] {width: 47%;position:relative;}
    .vendedor-certi-register-content-body-form input[type="date"]::before{content:attr(data-placeholder);position:absolute;width:calc(100% - 30px);background-color:#fff;}
    .mt20{margin-top: 20px;}
}
/* vendedor_contact_register */
.vendedor_contact_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_contact_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_contact_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_contact_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_contact_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_contact_register>.title{margin-top:80px;text-align:center}
.vendedor_contact_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_contact_register_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_contact_register_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_contact_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_contact_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_contact_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_contact_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_contact_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_contact_register_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_contact_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_contact_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_contact_register_content>*{width:100%}
.vendedor_contact_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_title{margin-top:48px}
    .log .vendedor_contact_register_title{margin-top:unset;padding-bottom:16px;}
}
.vendedor_contact_register_form{margin-top:30px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_form{gap:24px;padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_contact_register_form{padding-left:10px;padding-right:10px}
}
.vendedor_contact_register_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_contact_register_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_contact_register_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_contact_register_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_contact_register_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_contact_register_form_item_line>.textarea{height:120px;border-radius:16px;width:100%}
.vendedor_contact_register_form_item_select{width:100%;display:flex;gap:4px}
/*.vendedor_contact_register_form_item_select .dropdown-options>li>.dropdown-option{padding:9.5px 16px;}*/
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_form_item_select{flex-direction:column;gap:8px}
}
.vendedor_contact_register_form_item_select_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_contact_register_form_item_select>.select{width:100%;height:40px;padding:11px 20px}
.vendedor_contact_register_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_contact_register_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_contact_register_form_item>.input,.vendedor_contact_register_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_contact_register_form_item>.input .selector-and-input ~ input{margin-left:8px;}
.vendedor_contact_register_form_item>.select{height:40px;padding:11px 20px}
.vendedor_contact_register_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_group{margin-top:20px}
}
.vendedor_contact_register_group_submit,.vendedor_contact_register_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register_group_submit,.vendedor_contact_register_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_register{padding:0 24px;margin-bottom:62px}
    .vendedor_contact_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_contact_register_body{margin-top:0}
    .vendedor_contact_register_body>.side_menu{margin:0}
    .vendedor_contact_register_content{margin-top:48px}
    .vendedor_contact_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_contact_register{padding:0 16px}
    .vendedor_contact_register_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor-certi-register */
.vendedor-certi-register>.modal-body{height:auto;width:700px}
.vendedor-certi-register.history .vendedor_profile_step2_form_item>span{min-width:120px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-certi-register>.modal-body{padding:50px 16px}
}
.vendedor-certi-register-content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3}
.vendedor-certi-register-content h1>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-certi-register-content h1>br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content h1{font-size:20px}
}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form{width:100%}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body{display:flex;flex-direction:column;gap:8px}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body.history-register-content-body{gap:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body.history-register-content-body{gap:24px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body{gap:24px}
}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item .vendedor-certi-register-content-body-calendar{width:100%;display:flex;justify-content:space-between;align-items:center}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item>.input{width:100%}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item .vendedor-certi-register-content-body-calendar input::-webkit-datetime-edit{display:none;}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item>span{min-width:140px;font-size:14px;color:#222;line-height:1.3}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item>span strong{color:#da291c;vertical-align:text-top}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item .s-s-s{margin-left:5px;margin-right:5px}
}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item input[type="datetime-local"]{width:190px;height:40px;border-radius:999px;background-color:white!important;border:1px solid #dfdfdf;padding:11px 20px;font-size:14px;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body .vendedor_contact_register_item input[type="datetime-local"]{width:47%}
}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body-btn{margin-top:12px;width:100%;display:flex;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body-btn{margin-top:0}
}
.vendedor-certi-register-content .vendedor-certi-register-content-body-form .vendedor-certi-register-content-body-btn>button{width:100%}

/* vendedor_sub_register */
.vendedor_sub_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_sub_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_sub_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_sub_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_sub_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_sub_register>.title{margin-top:80px;text-align:center}
.vendedor_sub_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_sub_register_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_sub_register_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_sub_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_sub_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_sub_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_sub_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_sub_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_sub_register_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_sub_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_sub_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_sub_register_content>*{width:100%}
.vendedor_sub_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center}
.vendedor_sub_register_title>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_sub_register_title>br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_title{margin-top:48px}
    .log .vendedor_sub_register_title{margin-top:unset;padding-bottom:16px;}
}
.vendedor_sub_register_form{margin-top:30px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_form{gap:24px;padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_sub_register_form{padding-left:10px;padding-right:10px}
}
.vendedor_sub_register_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_sub_register_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_sub_register_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_sub_register_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_sub_register_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_sub_register_form_item_select{width:100%;display:flex;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_form_item_select{flex-direction:column;gap:8px}
}
.vendedor_sub_register_form_item_select_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_sub_register_form_item_select>.select{width:100%;height:40px;padding:11px 20px}
.vendedor_sub_register_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_sub_register_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_sub_register_form_item_with{width:100%;display:flex;align-items:center;gap:4px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_sub_register_form_item_with{gap:8px;flex-direction:column}
}
.vendedor_sub_register_form_item_with>.input{width:100%}
.vendedor_sub_register_form_item_with>.button-white-line{min-width:164px;white-space:nowrap}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_sub_register_form_item_with>.button-white-line{width:100%;min-width:none}
}
.vendedor_sub_register_form_item>.input,.vendedor_sub_register_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_sub_register_form_item>.select{height:40px;padding:11px 20px}
.vendedor_sub_register_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_group{margin-top:20px}
}
.vendedor_sub_register_group_submit,.vendedor_sub_register_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register_group_submit,.vendedor_sub_register_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_sub_register{padding:0 24px;margin-bottom:62px}
    .vendedor_sub_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_sub_register_body{margin-top:0}
    .vendedor_sub_register_body>.side_menu{margin:0}
    .vendedor_sub_register_content{margin-top:48px}
    .vendedor_sub_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_sub_register{padding:0 16px}
    .vendedor_sub_register_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_contact_search */
.vendedor_contact_search{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_contact_search>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_contact_search>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_contact_search>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_contact_search>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_contact_search>.title{margin-top:80px;text-align:center}
.vendedor_contact_search_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_contact_search_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_contact_search_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_contact_search_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_contact_search_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_contact_search_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_contact_search_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_contact_search_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_contact_search_body>.side_menu>div>.title{border:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_body>.side_menu.open>div>.title{border:none}
}
.vendedor_contact_search_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_contact_search_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_contact_search_content>*{width:100%}
.vendedor_contact_search_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.vendedor_contact_search_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head_btn>.search1{width:100%}
}
.vendedor_contact_search_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head_btn>.search1>button{width:54px}
    .vendedor_contact_search_content_head_btn>.search1>button>span{display:none}
}
.vendedor_contact_search_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.vendedor_contact_search_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_head_btn>button>p{display:none}
}
.vendedor_contact_search_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.vendedor_contact_search_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.vendedor_contact_search_content_table_area{display:flex;justify-content:center}
.vendedor_contact_search_content_table_area.tablet{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_table_area.desktop{display:none}
    .vendedor_contact_search_content_table_area.tablet{display:block}
    .vendedor_contact_search_content_table_area.tablet>ul{border-top:solid 2px #222;border-bottom:solid 1px #222}
    .vendedor_contact_search_content_table_area.tablet>ul>li{width:100%;align-self:stretch;flex-grow:0;display:flex;justify-content:flex-start;align-items:center;padding:20px 16px;padding-right:8px}
}
@media (max-width:1279px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_contact_search_content_table_area.tablet>ul>li{flex-direction:column;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info{width:100%;display:flex;align-items:center}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.body{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.body>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.body>p.body{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more{position:relative}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more>button{width:40px;height:100%}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt{position:absolute;right:0;top:28px;z-index:1200;width:90px;padding:10px;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul{width:100%}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button{display:flex;justify-content:flex-start;align-items:center;gap:4px;width:100%}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
    .vendedor_contact_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>.divider{height:1px;margin-top:8px;margin-bottom:8px;background-color:#d9d9d9}
    .vendedor_contact_search_content_table_area.tablet>ul li+li{border-top:1px solid #dfdfdf}
}
.vendedor_contact_search_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:240px 240px 340px 120px 40px}
.vendedor_contact_search_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 40px}
.mytr_main .table>.tbody>.tr:hover{background-color:#FFF6F6;}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1{display:grid;grid-template-columns:240px 240px 460px}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.description>p{word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.content2{display:grid;grid-template-columns:340px 120px}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.content2 .date>p{word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:35px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.vendedor_contact_search_content_table_area>.table>.tbody>.tr:last-child>.tooltipBox{border:none;}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.vendedor_contact_search_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_paging_area{flex-direction:column}
}
.vendedor_contact_search_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:91px;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.vendedor_contact_search_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search_title{margin-top:48px}
    .log .vendedor_contact_search_title{margin-top:unset;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_contact_search{padding:0 24px;margin-bottom:80px;max-width:unset}
    .vendedor_contact_search>.breadcrumb{margin-top:0;height:40px}
    .vendedor_contact_search_body{margin-top:0}
    .vendedor_contact_search_body>.side_menu{margin:0;z-index:1}
    .vendedor_contact_search_content{margin-top:48px}
    .vendedor_contact_search_content_table_area>.table{border-top:2px solid #222}
    .vendedor_contact_search_content_table_area>.table>.thead{display:none}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center;border-bottom:1px solid #dfdfdf}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:flex-start}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1{height:fit-content;grid-template-columns:1fr;gap:4px;padding:20px 16px}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.description>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{-webkit-line-clamp:2}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.content2{display:flex;gap:8px}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.content2>div{width:fit-content}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:1px solid #d9d9d9;padding-left:8px}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1:hover>.date{color:#555!important}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.content1:hover>.description{color:#222!important}
    .vendedor_contact_search_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center}
    .vendedor_contact_search_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_contact_search{padding:0 16px}
    .vendedor_contact_search_body>.side_menu{position:absolute}
}

/* vendedor_usuarios_list */
.vendedor_usuarios_list{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_usuarios_list>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_usuarios_list>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_usuarios_list>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_usuarios_list>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_usuarios_list>.title{margin-top:80px;text-align:center}
.vendedor_usuarios_list_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_usuarios_list_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_usuarios_list_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_usuarios_list_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_usuarios_list_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_usuarios_list_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_usuarios_list_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_usuarios_list_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_usuarios_list_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_body>.side_menu.open>div>.title{border:none}
}
.vendedor_usuarios_list_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_usuarios_list_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_usuarios_list_content>*{width:100%}
.vendedor_usuarios_list_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.vendedor_usuarios_list_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head_btn>.search1{width:100%}
}
.vendedor_usuarios_list_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head_btn>.search1>button{width:54px}
    .vendedor_usuarios_list_content_head_btn>.search1>button>span{display:none}
}
.vendedor_usuarios_list_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.vendedor_usuarios_list_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_head_btn>button>p{display:none}
}
.vendedor_usuarios_list_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.vendedor_usuarios_list_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.vendedor_usuarios_list_content_table_area{display:flex;justify-content:center}
.vendedor_usuarios_list_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:repeat(5,188px) 40px}
.vendedor_usuarios_list_content_table_area>.table>.thead>.tr>.th{height:66px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 40px}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1{display:grid;grid-template-columns:repeat(3,188px) 376px}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2{display:grid;grid-template-columns:repeat(2,188px)}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2>div>img{display:none}
}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:45px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.vendedor_usuarios_list_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.vendedor_usuarios_list_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_paging_area{flex-direction:column}
}
.vendedor_usuarios_list_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:91px;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.vendedor_usuarios_list_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list_title{margin-top:48px}
    .log .vendedor_usuarios_list_title{margin-top:unset;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_usuarios_list{padding:0 24px;margin-bottom:80px;max-width:unset}
    .vendedor_usuarios_list>.breadcrumb{margin-top:0;height:40px}
    .vendedor_usuarios_list_body{margin-top:0}
    .vendedor_usuarios_list_body>.side_menu{margin:0;z-index:1}
    .vendedor_usuarios_list_content{margin-top:48px}
    .vendedor_usuarios_list_content_table_area>.table{border-top:2px solid #222}
    .vendedor_usuarios_list_content_table_area>.table>.thead{display:none}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1{height:fit-content;grid-template-columns:1fr;gap:4px;padding:20px 16px}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2{display:flex;gap:8px}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2>div{width:fit-content;gap:4px}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:1px solid #d9d9d9;padding-left:8px}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1:hover>.date{color:#555!important}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1:hover>.description{color:#222!important}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .vendedor_usuarios_list_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_usuarios_list{padding:0 16px}
    .vendedor_usuarios_list_body>.side_menu{position:absolute}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .vendedor_usuarios_list_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* vendedor_social_search */
.vendedor_social_search{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_social_search>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_social_search>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_social_search>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_social_search>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_social_search>.title{margin-top:80px;text-align:center}
.vendedor_social_search_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_social_search_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_social_search_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_social_search_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_social_search_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_social_search_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_social_search_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_social_search_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_social_search_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_body>.side_menu.open>div>.title{border:none}
}
.vendedor_social_search_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_social_search_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_social_search_content>*{width:100%}
.vendedor_social_search_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.vendedor_social_search_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head_btn>.search1{width:100%}
}
.vendedor_social_search_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head_btn>.search1>button{width:54px}
    .vendedor_social_search_content_head_btn>.search1>button>span{display:none}
}
.vendedor_social_search_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.vendedor_social_search_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_head_btn>button>p{display:none}
}
.vendedor_social_search_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.vendedor_social_search_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.vendedor_social_search_content_table_area{display:flex;justify-content:center}
.vendedor_social_search_content_table_area.tablet{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_table_area.desktop{display:none}
    .vendedor_social_search_content_table_area.tablet{display:block}
    .vendedor_social_search_content_table_area.tablet>ul{border-top:solid 2px #222;border-bottom:solid 1px #222}
    .vendedor_social_search_content_table_area.tablet>ul>li{width:100%;align-self:stretch;flex-grow:0;display:flex;justify-content:flex-start;align-items:center;padding:20px 16px;padding-right:8px}
}
@media (max-width:1279px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_social_search_content_table_area.tablet>ul>li{flex-direction:column;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_table_area.tablet>ul>li>.info{width:100%;display:flex;align-items:center}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.body{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.body>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.body>p.body{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more{position:relative}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more>button{width:40px;height:100%}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt{position:absolute;right:0;top:28px;z-index:1200;width:90px;padding:10px;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul{width:100%}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button{display:flex;justify-content:flex-start;align-items:center;gap:4px;width:100%}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
    .vendedor_social_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>.divider{height:1px;margin-top:8px;margin-bottom:8px;background-color:#d9d9d9}
    .vendedor_social_search_content_table_area.tablet>ul li+li{border-top:1px solid #dfdfdf}
}
.vendedor_social_search_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:100px 660px 180px 40px}
.vendedor_social_search_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.vendedor_social_search_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 40px}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.content{display:grid;grid-template-columns:100px 660px 180px}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.content>.logo>img{width:30px;height:30px}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.content>.td{height:61px;padding:21.5px 10px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.content>.address>p{margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative;height:61px;padding:21.5px 10px}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:45px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.vendedor_social_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_social_search_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.vendedor_social_search_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_paging_area{flex-direction:column}
}
.vendedor_social_search_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:91px;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.vendedor_social_search_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search_title{margin-top:48px}
    .log .vendedor_social_search_title{margin-top:unset;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search{padding:0 24px;margin-bottom:80px;max-width:unset}
    .vendedor_social_search>.breadcrumb{margin-top:0;height:40px}
    .vendedor_social_search_body{margin-top:0}
    .vendedor_social_search_body>.side_menu{margin:0;z-index:1}
    .vendedor_social_search_content{margin-top:48px}
    .vendedor_social_search_content_table_area>.table{border-top:2px solid #222}
    .vendedor_social_search_content_table_area>.table>.thead{display:none}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center;border-bottom:1px solid #dfdfdf}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr>.td{border:none}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr>.content{height:fit-content;grid-template-columns:55px 1fr;gap:4px;padding:17px 15px;align-items:center}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr>.content>.td{padding:0;border:none;height:fit-content;align-items:flex-start}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr>.content>.date{display:none}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
    .vendedor_social_search_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_social_search{padding:0 16px}
    .vendedor_social_search_body>.side_menu{position:absolute}
    .vendedor_social_search_content_table_area>.table>.tbody>.tr>.content>.address{word-break:normal;text-align: justify}
}
.vendedor_social_search>.modal-container>.modal-body{height:324px;overflow:hidden}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search>.modal-container>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_social_search>.modal-container>.modal-body{padding:50px 16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search>.modal-container>.modal-body .modal-content{gap:24px}
}
.vendedor_social_search>.modal-container>.modal-body .modal-content .form-area{width:100%;display:flex;flex-direction:column;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search>.modal-container>.modal-body .modal-content .form-area{gap:24px;margin-bottom:10px}
}
.vendedor_social_search>.modal-container>.modal-body .modal-content .form-area>.form-item{width:100%;display:flex;justify-content:space-between;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_social_search>.modal-container>.modal-body .modal-content .form-area>.form-item{flex-direction:column;gap:8px;align-items:flex-start}
}
.vendedor_social_search>.modal-container>.modal-body .modal-content .form-area>.form-item>p{min-width:140px}
.vendedor_social_search>.modal-container>.modal-body .modal-content .form-area>.form-item>p>strong{color:#da291c}

/* vendedor_minihomepage_edit */
.vendedor_minihomepage_edit{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_minihomepage_edit>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_minihomepage_edit>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_minihomepage_edit>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_minihomepage_edit>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_minihomepage_edit>.title{margin-top:80px;text-align:center}
.vendedor_minihomepage_edit_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_minihomepage_edit_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_minihomepage_edit_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_minihomepage_edit_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_minihomepage_edit_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_minihomepage_edit_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_minihomepage_edit_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_minihomepage_edit_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_minihomepage_edit_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_body>.side_menu.open>div>.title{border:none}
}
.vendedor_minihomepage_edit_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_minihomepage_edit_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_minihomepage_edit_content>*{width:100%}
.vendedor_minihomepage_edit_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_title{margin-top:48px}
    .log .vendedor_minihomepage_edit_title{margin-top:20px;padding-bottom:16px;}
}
.vendedor_minihomepage_edit_form{padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:28px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_form{padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_minihomepage_edit_form{padding-left:10px;padding-right:10px}
}
.vendedor_minihomepage_edit_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_minihomepage_edit_form_item.start{align-items:flex-start}
.vendedor_minihomepage_edit_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_form_item.start>span>br{display:none}
}
.vendedor_minihomepage_edit_form_item_radio{display:flex;align-items:center;gap:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_form_item_radio{gap:70px}
}
.vendedor_minihomepage_edit_form_item_radio_item>span{font-size:14px;color:#222;padding-top:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_form_item_radio_item>span{margin-left:0}
}
.vendedor_minihomepage_edit_form_item_radio_item .radio{margin-bottom:0;}
.vendedor_minihomepage_edit_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_minihomepage_edit_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_minihomepage_edit_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_minihomepage_edit_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_minihomepage_edit_form_item_line>.textarea{height:120px;border-radius:16px;width:100%}
.vendedor_minihomepage_edit_form_item_line>.editor-area{height:300px;border-radius:16px;background-color:#f8f8f8}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_form_item_line>.editor-area{height:200px}
}
.vendedor_minihomepage_edit_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_minihomepage_edit_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_minihomepage_edit_form_item>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_minihomepage_edit_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_group{margin-top:20px}
}
.vendedor_minihomepage_edit_group_submit,.vendedor_minihomepage_edit_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit_group_submit,.vendedor_minihomepage_edit_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minihomepage_edit{padding:0 24px;margin-bottom:62px}
    .vendedor_minihomepage_edit>.breadcrumb{margin-top:0;height:40px}
    .vendedor_minihomepage_edit_body{margin-top:0}
    .vendedor_minihomepage_edit_body>.side_menu{margin:0}
    .vendedor_minihomepage_edit_content{margin-top:48px}
    .vendedor_minihomepage_edit_content article+article{margin-top:50px}
    .vendedor_minihomepage_edit_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_minihomepage_edit{padding:0 16px}
    .vendedor_minihomepage_edit_body>.side_menu{position:absolute;z-index:1}
}

/* productMangeList */
.productMangeList{max-width:1180px;margin:0 auto}
.productMangeList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.productMangeList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .productMangeList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .productMangeList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.productMangeList>.title{margin-top:80px;text-align:center}
.productMangeList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.productMangeList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_body>.side_menu{border:none;background-color:#fff}
}
.productMangeList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.productMangeList_body>.side_menu .side_menu_item{padding-bottom:15px}
.productMangeList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .productMangeList_body>.side_menu>.tab-nav>label{width:50%}
}
.productMangeList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_body>.side_menu.open>div>.title{border:none}
}
.productMangeList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.productMangeList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.productMangeList_content>*{width:100%}
.productMangeList_content_tab{display:flex;width:100%;height:60px;margin-bottom:40px}
.productMangeList_content_tab>li{width:100%}
.productMangeList_content_tab>li>button{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 20px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:15px;font-weight:400;color:#6d6d6d;border-bottom:solid 2px #dfdfdf}
.productMangeList_content_tab>li>button:hover,.productMangeList_content_tab>li>button.selected{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:15px;font-weight:700;color:#da291c;border-bottom:solid 2px #da291c}
.productMangeList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.productMangeList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head_btn>.search1{width:100%}
}
.productMangeList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head_btn>.search1>button{width:54px}
    .productMangeList_content_head_btn>.search1>button>span{display:none}
}
.productMangeList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.productMangeList_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_head_btn>button>p{display:none}
}
.productMangeList_content_head_result{display:flex;gap:5px}
.productMangeList_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.productMangeList_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.productMangeList_content_table_area{display:flex;justify-content:center}
.productMangeList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:580px repeat(3,120px) 40px}
.productMangeList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.productMangeList_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:82px 1fr 40px}
.productMangeList_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center;text-align:center}
.productMangeList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .productMangeList_content_table_area>.table>.tbody>.tr .td.tablet{display:none}
}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1{display:grid;grid-template-columns:1fr 120px}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2{display:grid;grid-template-columns:498px 120px 120px}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:15px 10px 16px;padding-left:0}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres>.td{padding:0}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres>.title{text-align:left}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres>.title>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres>.price{color:#da291c}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.destacado>.tablet{display:none}
}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:50px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:35px}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.productMangeList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.productMangeList_content_table_area>.table>.tbody>.tr.disabled{background-color:rgba(223,223,223,.3)}
.productMangeList_content_table_area>.table>.tbody>.tr.disabled>.image{position:relative}
.productMangeList_content_table_area>.table>.tbody>.tr.disabled>.image>img{position:absolute}
.productMangeList_content_table_area>.table>.tbody>.tr.disabled .td:not(.tooltipBox){opacity:.7}
.productMangeList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.productMangeList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_content_paging_area{flex-direction:column}
}
.productMangeList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList_title{}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productMangeList{margin-bottom:80px;max-width:unset}
    .productMangeList>.breadcrumb{margin-top:0;height:40px}
    .productMangeList_body{margin-top:0}
    .productMangeList_body>.side_menu{margin:0;z-index:1}
    .productMangeList_content{margin-top:48px}
    .productMangeList_content_table_area>.table{border-top:2px solid #222}
    .productMangeList_content_table_area>.table>.thead{display:none}
    .productMangeList_content_table_area>.table>.tbody>.tr{align-items:center}
    .productMangeList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .productMangeList_content_table_area>.table>.tbody>.tr .td.desktop{display:none}
    .productMangeList_content_table_area>.table>.tbody>.tr>.image{justify-content:center;padding:16px 10px}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1{height:fit-content;grid-template-columns:1fr 32px}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2{grid-template-columns:1fr;gap:0px!important;padding:15px 0 16px;padding-left:0}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres{padding:0}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.nombres>.title>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.destacado>.desktop{display:none}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>.grupo{order:-1}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.destacado{height:100%;justify-content:center}
    .productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .productMangeList_content_table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:30px}
    .productMangeList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .productMangeList{padding:0;}
    .productMangeList_body>.side_menu{position:absolute}
    .productMangeList_content_tab{overflow-x:auto;-webkit-overflow-scrolling:touch}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .productMangeList_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* productGroupList */
.productGroupList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.productGroupList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.productGroupList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .productGroupList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .productGroupList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.productGroupList>.title{margin-top:80px;text-align:center}
.productGroupList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.productGroupList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_body>.side_menu{border:none;background-color:#fff}
}
.productGroupList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.productGroupList_body>.side_menu .side_menu_item{padding-bottom:15px}
.productGroupList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .productGroupList_body>.side_menu>.tab-nav>label{width:50%}
}
.productGroupList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_body>.side_menu.open>div>.title{border:none}
}
.productGroupList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.productGroupList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.productGroupList_content>*{width:100%}
.productGroupList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.productGroupList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head_btn>.search1{width:100%}
}
.productGroupList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head_btn>.search1>button{width:54px}
    .productGroupList_content_head_btn>.search1>button>span{display:none}
}
.productGroupList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.productGroupList_content_head_btn>button>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_head_btn>button>span{display:none}
}
.productGroupList_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.productGroupList_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.productGroupList_content_table_area{display:flex;justify-content:center}
.productGroupList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:repeat(2,470px) 40px}
.productGroupList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.productGroupList_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 40px}
.productGroupList_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.productGroupList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.productGroupList_content_table_area>.table>.tbody>.tr>.content1{width:100%;display:grid;grid-template-columns:repeat(2,470px)}
.productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nombres{padding:15px 10px 16px 16px;justify-content:left;}
.productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nota{padding:15px 16px 16px}
.productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nota>p{width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.productGroupList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .productGroupList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .productGroupList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .productGroupList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.productGroupList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.productGroupList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_paging_area{flex-direction:column}
}
.productGroupList_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:fit-content;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
.productGroupList_content_paging_area>.button-primary>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.productGroupList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .productGroupList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .productGroupList>.breadcrumb{margin-top:0;height:40px}
    .productGroupList_body{margin-top:0}
    .productGroupList_body>.side_menu{margin:0;z-index:1}
    .productGroupList_content{margin-top:48px}
    .productGroupList_content_table_area>.table{border-top:2px solid #222}
    .productGroupList_content_table_area>.table>.thead{display:none}
    .productGroupList_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center}
    .productGroupList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1{height:fit-content;grid-template-columns:1fr;gap:4px;padding:20px 10px}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nombres{padding:0}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:1}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1>.nota{padding:0}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1:hover>.date{color:#555!important}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1:hover>.description{color:#222!important}
    .productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .productGroupList_content_table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:28px}
    .productGroupList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .productGroupList{padding:0 16px}
    .productGroupList_body>.side_menu{position:absolute}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .productGroupList_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* vendedor-product-group-register */
.vendedor-product-group-register>.modal-body{height:auto;width:700px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-product-group-register>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-product-group-register>.modal-body{padding:50px 16px}
}
.vendedor-product-group-register-content h1{color:#222;font-size:28px;font-weight:700;line-height:1.3;text-align:center}
.vendedor-product-group-register-content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor-product-group-register-content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-product-group-register-content h1{font-size:20px}
}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form{width:100%}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body{width:100%}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .modal-body-contents-scroll{display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .modal-body-contents-scroll{gap:24px}
}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .vendedor_profile_step2_form_item>span{min-width:100px}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .vendedor_profile_step2_form_item .input>input{font-size:14px}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .vendedor_profile_step2_form_item .textarea{width:100%;height:152px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .vendedor_profile_step2_form_item .textarea{height:100px}
}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body .vendedor_profile_step2_form_item .textarea>textarea{font-size:14px}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .modal-body-footer{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .modal-body-footer{margin-top:4px}
}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body-form-btn{margin-top:4px;width:100%;display:flex;gap:8px}
.vendedor-product-group-register-content .vendedor-product-group-register-content-body-form .vendedor-product-group-register-content-body-form-btn>button{width:100%}

/* inquirySellList */
.inquirySellList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.inquirySellList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.inquirySellList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .inquirySellList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .inquirySellList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.inquirySellList>.title{margin-top:80px;text-align:center}
.inquirySellList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.inquirySellList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_body>.side_menu{border:none;background-color:#fff}
    .log .inquirySellList_body>.side_menu{border:1px solid #dfdfdf;}
}
.inquirySellList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.inquirySellList_body>.side_menu .side_menu_item{padding-bottom:15px}
.inquirySellList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .inquirySellList_body>.side_menu>.tab-nav>label{width:50%}
}
.inquirySellList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .inquirySellList_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_body>.side_menu.open>div>.title{border:none}
}
.inquirySellList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.inquirySellList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.inquirySellList_content>*{width:100%}
.inquirySellList_content_tab{width:100%;display:flex;margin-bottom:48px}
.inquirySellList_content_tab>li{width:100%}
.inquirySellList_content_tab>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.inquirySellList_content_tab>li:hover>a,.inquirySellList_content_tab>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.inquirySellList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.inquirySellList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head_btn>.search1{width:100%}
}
.inquirySellList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head_btn>.search1>button{width:54px}
    .inquirySellList_content_head_btn>.search1>button>span{display:none}
}
.inquirySellList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.inquirySellList_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_head_btn>button>p{display:none}
}
.inquirySellList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.inquirySellList_content_head_result>p{width:fit-content;white-space:nowrap}
.inquirySellList_content_head_result .dropdown{width:336px;height:30px}
.inquirySellList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.inquirySellList_content_head_result .dropdown>.dropdown-options2>li{padding-top:6.5px;padding-bottom:6.5px}
.inquirySellList_content_table_area{display:flex;justify-content:center}
.inquirySellList_content_table_area>.table{width:100%}
.inquirySellList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:250px 450px 130px 110px 40px}
.inquirySellList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.inquirySellList_content_table_area>.table>.tbody{width:100%}
.inquirySellList_content_table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:42px 788px 110px 40px}
.inquirySellList_content_table_area>.table>.tbody>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.inquirySellList_content_table_area>.table>.tbody>.tr .td.fecha span.flag-icon{width:30px;height:21px;}
.inquirySellList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.inquirySellList_content_table_area>.table>.tbody>.tr>.content{padding:0;display:grid;grid-template-columns:208px 450px 130px}
.inquirySellList_content_table_area>.table>.tbody>.tr>.content>.de{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:12px 10px;padding-left:0}
.inquirySellList_content_table_area>.table>.tbody>.tr>.content>.de>p{padding:0;color:#6d6d6d;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.inquirySellList_content_table_area>.table>.tbody>.tr>.content>.asunto{justify-content:flex-start;cursor: pointer;}
.inquirySellList_content_table_area>.table>.tbody>.tr>.content>.asunto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox{position:relative}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .inquirySellList_content_table_area>.table>.tbody>.tr .tablet{display:none}
    .inquirySellList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .inquirySellList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .inquirySellList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.inquirySellList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.inquirySellList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.inquirySellList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_content_paging_area{flex-direction:column}
}
.inquirySellList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList_title{margin-top:48px}
    .log .inquirySellList_title{margin-top:20px;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquirySellList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .inquirySellList>.breadcrumb{margin-top:0;height:40px}
    .inquirySellList_body{margin-top:0}
    .inquirySellList_body>.side_menu{margin:0;z-index:1}
    .inquirySellList_content{margin-top:48px}
    .inquirySellList_content_head_result{width:100%;justify-content:space-between}
    .inquirySellList_content_head_result .divider{display:none}
    .inquirySellList_content_table_area>.table{border-top:2px solid #222}
    .inquirySellList_content_table_area>.table>.thead{display:none}
    .inquirySellList_content_table_area>.table>.tbody>.tr{align-items:center;grid-template-columns:56px 1fr 38px 40px}
    .inquirySellList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center}
    .inquirySellList_content_table_area>.table>.tbody>.tr .desktop{display:none}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content{height:fit-content;grid-template-columns:1fr;gap:4px;padding:20px 10px;padding-left:0}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content>.td{padding:0}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content>.de{flex-direction:row;justify-content:flex-start}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content>.de>p{color:#555}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content>.asunto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content>.pais{justify-content:flex-start}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content:hover>.date{color:#555!important}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content:hover>.description{color:#222!important}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.fecha>img{width:30px;height:21px}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:28px}
    .inquirySellList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquirySellList{padding:0 16px}
    .inquirySellList_body>.side_menu{position:absolute}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content>.de{flex-direction:column}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .inquirySellList_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* rfqSellList */
.rfqSellList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.rfqSellList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.rfqSellList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .rfqSellList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .rfqSellList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.rfqSellList>.title{margin-top:80px;text-align:center}
.rfqSellList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.rfqSellList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_body>.side_menu{border:none;background-color:#fff}
    .log .rfqSellList_body>.side_menu{border:1px solid #dfdfdf;}
}
.rfqSellList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.rfqSellList_body>.side_menu .side_menu_item{padding-bottom:15px}
.rfqSellList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .rfqSellList_body>.side_menu>.tab-nav>label{width:50%}
}
.rfqSellList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .rfqSellList_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_body>.side_menu.open>div>.title{border:none}
}
.rfqSellList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.rfqSellList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.rfqSellList_content>*{width:100%}
.rfqSellList_content_tab{width:100%;display:flex;margin-bottom:48px}
.rfqSellList_content_tab>li{width:100%}
.rfqSellList_content_tab>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.rfqSellList_content_tab>li:hover>a,.rfqSellList_content_tab>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.rfqSellList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.rfqSellList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head_btn>.search1{width:100%}
}
.rfqSellList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head_btn>.search1>button{width:54px}
    .rfqSellList_content_head_btn>.search1>button>span{display:none}
}
.rfqSellList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.rfqSellList_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_head_btn>button>p{display:none}
}
.rfqSellList_content_head_result{align-items:center}
.rfqSellList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.rfqSellList_content_head_result>p{width:fit-content;white-space:nowrap}
.rfqSellList_content_head_result .dropdown{width:336px;height:30px}
.rfqSellList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.rfqSellList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.rfqSellList_content_table_area{display:flex;justify-content:center}
.rfqSellList_content_table_area>.table{width:100%}
.rfqSellList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:250px 390px 100px 100px 140px}
.rfqSellList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.rfqSellList_content_table_area>.table>.tbody{width:100%}
.rfqSellList_content_table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:42px 798px 140px}
.rfqSellList_content_table_area>.table>.tbody>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.rfqSellList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.rfqSellList_content_table_area>.table>.tbody>.tr .badge2{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:500;color:#fff;text-align:center;padding:2px 6px;width:74px;height:20px;white-space:nowrap}
.rfqSellList_content_table_area>.table>.tbody>.tr .badge2.type1{background-color:#34ada4}
.rfqSellList_content_table_area>.table>.tbody>.tr .badge2.type2{background-color:#ff3f3f}
.rfqSellList_content_table_area>.table>.tbody>.tr>.content{padding:0;display:grid;grid-template-columns:208px 390px 100px 100px}
.rfqSellList_content_table_area>.table>.tbody>.tr>.content>.de{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:12px 10px;padding-left:0}
.rfqSellList_content_table_area>.table>.tbody>.tr>.content>.de>p{padding:0;color:#6d6d6d}
.rfqSellList_content_table_area>.table>.tbody>.tr>.content>.de>.title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.rfqSellList_content_table_area>.table>.tbody>.tr>.content>.producto{justify-content:flex-start}
.rfqSellList_content_table_area>.table>.tbody>.tr>.content>.producto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .rfqSellList_content_table_area>.table>.tbody>.tr .tablet{display:none}
    .rfqSellList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .rfqSellList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .rfqSellList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.rfqSellList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.rfqSellList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.rfqSellList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_content_paging_area{flex-direction:column}
}
.rfqSellList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList_title{margin-top:48px}
    .log .rfqSellList_title{margin-top:20px;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .rfqSellList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .rfqSellList>.breadcrumb{margin-top:0;height:40px}
    .rfqSellList_body{margin-top:0}
    .rfqSellList_body>.side_menu{margin:0;z-index:1}
    .rfqSellList_content{margin-top:48px}
    .rfqSellList_content_head_result{width:100%;justify-content:space-between}
    .rfqSellList_content_head_result .divider{display:none}
    .rfqSellList_content_table_area>.table{border-top:2px solid #222}
    .rfqSellList_content_table_area>.table>.thead{display:none}
    .rfqSellList_content_table_area>.table>.tbody>.tr{align-items:center;grid-template-columns:56px 1fr 62px}
    .rfqSellList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center}
    .rfqSellList_content_table_area>.table>.tbody>.tr .desktop{display:none}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content{height:fit-content;grid-template-columns:1fr;gap:4px;padding:20px 10px;padding-left:0}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content>.td{padding:0}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content>.de{flex-direction:row;justify-content:flex-start}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content>.de>p{color:#555}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content>.producto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content>.estado{justify-content:flex-start;order:-1}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content>.pais{justify-content:flex-start}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content:hover>.date{color:#555!important}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.content:hover>.description{color:#222!important}
    .rfqSellList_content_table_area>.table>.tbody>.tr>.fecha>img{width:30px;height:21px}
    .rfqSellList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .rfqSellList{padding:0 16px}
    .rfqSellList_body>.side_menu{position:absolute}
    .rfqSellList_content_head_result{flex-direction:column-reverse;align-items:flex-start}
    .rfqSellList_content_head_result .dropdown{width:100%}
}

/* orderSellList */
.orderSellList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.orderSellList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.orderSellList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .orderSellList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .orderSellList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.orderSellList>.title{margin-top:80px;text-align:center}
.orderSellList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.orderSellList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_body>.side_menu{border:none;background-color:#fff}
}
.orderSellList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.orderSellList_body>.side_menu .side_menu_item{padding-bottom:15px}
.orderSellList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .orderSellList_body>.side_menu>.tab-nav>label{width:50%}
}
.orderSellList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_body>.side_menu.open>div>.title{border:none}
}
.orderSellList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.orderSellList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.orderSellList_content>*{width:100%}
.orderSellList_content_tab{width:100%;display:flex;margin-bottom:48px}
.orderSellList_content_tab>li{width:100%}
.orderSellList_content_tab>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none}
.orderSellList_content_tab>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.orderSellList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.orderSellList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head_btn>.search1{width:100%}
}
.orderSellList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head_btn>.search1>button{width:54px}
    .orderSellList_content_head_btn>.search1>button>span{display:none}
}
.orderSellList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.orderSellList_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_head_btn>button>p{display:none}
}
.orderSellList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.orderSellList_content_head_result>p{width:fit-content;white-space:nowrap}
.orderSellList_content_head_result .dropdown{width:336px;height:30px}
.orderSellList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.orderSellList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.orderSellList_content_table_area{display:flex;justify-content:center}
.orderSellList_content_table_area>.table{width:100%}
.orderSellList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:150px 170px 254px 120px 156px 130px}
.orderSellList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.orderSellList_content_table_area>.table>.tbody{width:100%}
.orderSellList_content_table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:150px 170px 254px 120px 156px 130px}
.orderSellList_content_table_area>.table>.tbody>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.orderSellList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.orderSellList_content_table_area>.table>.tbody>.tr .badge2{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:500;color:#fff;text-align:center;padding:2px 6px;min-width:74px;width:fit-content;height:20px;white-space:nowrap}
.orderSellList_content_table_area>.table>.tbody>.tr .badge2.type1{background-color:#34ada4}
.orderSellList_content_table_area>.table>.tbody>.tr .badge2.type2{background-color:#ff3f3f}
.orderSellList_content_table_area>.table>.tbody>.tr .badge2.type3{background-color:#555}
.orderSellList_content_table_area>.table>.tbody>.tr .badge2.type4{background-color:#f6a73c}
.orderSellList_content_table_area>.table>.tbody>.tr .badge2.type5{background-color:#60bf75}
.orderSellList_content_table_area>.table>.tbody>.tr>.de{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.orderSellList_content_table_area>.table>.tbody>.tr>.de>p{padding:0}
.orderSellList_content_table_area>.table>.tbody>.tr>.de>.title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.orderSellList_content_table_area>.table>.tbody>.tr>.producto{justify-content:flex-start}
.orderSellList_content_table_area>.table>.tbody>.tr>.producto>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.orderSellList_content_table_area>.table>.tbody>.tr>.precio{color:#da291c}
.orderSellList_content_table_area>.table>.tbody>.tr>.estado{gap:4px;flex-direction:column}
.orderSellList_content_table_area>.table>.tbody>.tr>.estado>button p{white-space:nowrap}
.orderSellList_content_table_area>.table>.tbody>.tr>.estado>button:hover p{color:#000}
.orderSellList_content_table_area>.table>.tbody>.tr>.fecha{white-space:nowrap}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .orderSellList_content_table_area>.table>.tbody>.tr .tablet{display:none}
    .orderSellList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .orderSellList_content_table_area>.table>.tbody>.tr.active .td:not(.precio){color:#222}
    .orderSellList_content_table_area>.table>.tbody>.tr.active .td:not(.precio)>p{color:#222}
}
.orderSellList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.orderSellList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.orderSellList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_content_paging_area{flex-direction:column}
}
.orderSellList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .orderSellList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .orderSellList>.breadcrumb{margin-top:0;height:40px}
    .orderSellList_body{margin-top:0}
    .orderSellList_body>.side_menu{margin:0;z-index:1}
    .orderSellList_content{margin-top:48px}
    .orderSellList_content_head_result{width:100%;justify-content:space-between}
    .orderSellList_content_head_result .divider{display:none}
    .orderSellList_content_table_area>.table{border-top:2px solid #222}
    .orderSellList_content_table_area>.table>.thead{display:none}
    .orderSellList_content_table_area>.table>.tbody>.tr{align-items:center;grid-template-columns:1fr;gap:4px;padding:20px 16px}
    .orderSellList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .orderSellList_content_table_area>.table>.tbody>.tr .desktop{display:none}
    .orderSellList_content_table_area>.table>.tbody>.tr>.de{flex-direction:row;justify-content:flex-start}
    .orderSellList_content_table_area>.table>.tbody>.tr>.de>p{color:#555}
    .orderSellList_content_table_area>.table>.tbody>.tr>.producto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .orderSellList_content_table_area>.table>.tbody>.tr>.estado{flex-direction:row;justify-content:flex-start;order:-1;gap:8px;margin-bottom:6px}
    .estado_seller{flex-direction:row!important;justify-content:flex-start!important;order:-1;gap:8px;margin-bottom:6px}
    .orderSellList_content_table_area>.table>.tbody>.tr>.pais{justify-content:flex-start}
    .orderSellList_content_table_area>.table>.tbody>.tr>.fecha{margin-top:6px}
    .orderSellList_content_table_area>.table>.tbody>.tr:hover>.date{color:#555!important}
    .orderSellList_content_table_area>.table>.tbody>.tr:hover>.description{color:#222!important}
    .orderSellList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .orderSellList{padding:0 16px}
    .orderSellList_body>.side_menu{position:absolute}
    .orderSellList_content_head{margin-bottom:12px}
    .orderSellList_content_head_result{width:100%;flex-direction:column-reverse;gap:16px}
    .orderSellList_content_head_result>*{width:100%!important}
}

/* vendedor_minitab_search */
.vendedor_minitab_search{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_minitab_search>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_minitab_search>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_minitab_search>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_minitab_search>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_minitab_search>.title{margin-top:80px;text-align:center}
.vendedor_minitab_search_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_minitab_search_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_body>.side_menu{border:none;background-color:#fff}
    .log .vendedor_minitab_search_body>.side_menu{border:1px solid #dfdfdf;}
}
.vendedor_minitab_search_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_minitab_search_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_minitab_search_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_minitab_search_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_minitab_search_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .vendedor_minitab_search_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_body>.side_menu.open>div>.title{border:none}
}
.vendedor_minitab_search_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_minitab_search_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_minitab_search_content>*{width:100%}
.vendedor_minitab_search_content_table_area{display:flex;justify-content:center}
.vendedor_minitab_search_content_table_area.tablet{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_content_table_area.desktop{display:none}
    .vendedor_minitab_search_content_table_area.tablet{display:block}
    .vendedor_minitab_search_content_table_area.tablet>ul{border-top:solid 2px #222;border-bottom:solid 1px #222}
    .vendedor_minitab_search_content_table_area.tablet>ul>li{width:100%;align-self:stretch;flex-grow:0;display:flex;justify-content:flex-start;align-items:center;padding:20px 16px;padding-right:8px}
}
@media (max-width:1279px) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (max-width:767px),only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:192dpi) and (max-width:767px),only screen and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px) and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_minitab_search_content_table_area.tablet>ul>li{flex-direction:column;gap:16px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info{width:100%;display:flex;align-items:center}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.body{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.body>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.body>p.body{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more{position:relative}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more>button{width:40px;height:100%}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt{position:absolute;right:0;top:28px;z-index:1200;width:90px;padding:10px;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul{width:100%}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button{display:flex;justify-content:flex-start;align-items:center;gap:4px;width:100%}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>li>button>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
    .vendedor_minitab_search_content_table_area.tablet>ul>li>.info>.more>div.tooltip-txt>ul>.divider{height:1px;margin-top:8px;margin-bottom:8px;background-color:#d9d9d9}
    .vendedor_minitab_search_content_table_area.tablet>ul li+li{border-top:1px solid #dfdfdf}
}
.vendedor_minitab_search_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:1fr 1fr 40px}
.vendedor_minitab_search_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 40px}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.content{display:grid;grid-template-columns:470px 470px}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.content>.logo>img{width:30px;height:30px}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.content>.td{height:48px;padding:15px 10px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative;height:48px;padding:15px 10px}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:35px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;padding:8px 0}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>p,.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.vendedor_minitab_search_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search_title{margin-top:48px}
    .log .vendedor_minitab_search_title{margin-top:20px;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_minitab_search{padding:0 24px;margin-bottom:80px}
    .vendedor_minitab_search>.breadcrumb{margin-top:0;height:40px}
    .vendedor_minitab_search_body{margin-top:0}
    .vendedor_minitab_search_body>.side_menu{margin:0;z-index:1}
    .vendedor_minitab_search_content{margin-top:48px}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center;border-bottom:1px solid #dfdfdf}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.content{height:fit-content;grid-template-columns:1fr 1fr;gap:4px;padding:23px 15px;align-items:center}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.content>.td{padding:0;border:none;height:fit-content;align-items:center}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr>.tooltipBox{border:none}
    .vendedor_minitab_search_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
    .vendedor_minitab_search_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_minitab_search{padding:0 16px}
    .vendedor_minitab_search_body>.side_menu{position:absolute}
}

/* vendedor_product_register */
.vendedor_product_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_product_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_register>.title{margin-top:80px;text-align:center}
.vendedor_product_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_register_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_register_content>*{width:100%}
.vendedor_product_register_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}
.vendedor_product_register_content_status_left,.vendedor_product_register_content_status_right{width:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_content_status_left,.vendedor_product_register_content_status_right{width:70px}
}
.vendedor_product_register_content_status_left>p,.vendedor_product_register_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_content_status_left>p,.vendedor_product_register_content_status_right>p{text-align:center}
}
.vendedor_product_register_content_status_left>p>br,.vendedor_product_register_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_content_status_left>p>br,.vendedor_product_register_content_status_right>p>br{display:block}
}
.vendedor_product_register_content_status_left{position:relative}
.vendedor_product_register_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:220px;height:2px;background-color:#e3e3e5}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_content_status_left::after{width:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_content_status_left::after{width:80px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_content_status{gap:70px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_content_status{gap:16px;justify-content:space-between}
}
.vendedor_product_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_title{margin-top:48px}
}
.vendedor_product_register_warning{margin-top:30px;margin-bottom:10px;display:flex;align-items:center;gap:4px}
.vendedor_product_register_warning>p{color:#da291c;font-size:16px;font-weight:700;line-height:1.3}
.vendedor_product_register_box{padding:50px 30px 40px;border-top:2px solid #222;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box{padding:40px 10px 50px}
}
.vendedor_product_register_box_content_title{font-size:16px;font-weight:700;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content_title{font-size:14px}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_box_content .category-selection{display:flex;width:100%;height:240px;padding:20px;background:#f8f8f8;border-radius:16px;gap:16px;margin-top:4px}
}
.vendedor_product_register_box_content .category-selection .category-selector{width:100%;margin-top:5px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_box_content .category-selection .category-selector{borader-right:1px solid #dfdfdf}
    .vendedor_product_register_box_content .category-selection .category-selector:last-child{border-right:0}
}
.vendedor_product_register_box_content .category-selection .category-selector .category-selector-default{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 20px;border:solid 1px #dfdfdf;border-radius:999px;font-size:13px;color:#555;width:100%}
.vendedor_product_register_box_content .category-selection .category-selector .category-selector-default span{flex-grow:1;text-align:left;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-default{display:none}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options{display:none;background:#f8f8f8;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:0;border-top-right-radius:0;padding:10px 0;border:solid 1px #dfdfdf}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options{overflow:auto;height:100%}
}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li{margin-bottom:5px;position:relative}
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li:last-child{margin-bottom:0}
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li::before{content:"";display:block;position:absolute;top:9px;width:3px;height:3px;background-color:#444}
}
.vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li .category-selector-option{text-align:left;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li .category-selector-option{font-family:'Roboto';font-size:13px;line-height:1.3;text-align:left;color:#444;padding-left:11px;padding-right:52px}
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li .category-selector-option.active,.vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li .category-selector-option:hover{color:#da291c}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .category-selection .category-selector .category-selector-options>li .category-selector-option{min-height:38px;font-size:14px;color:#555;padding:10px 16px 10px 20px;word-break:normal;text-align: justify;}
}
.vendedor_product_register_box_content .category-selection .category-selector.open .category-selector-default{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-width:0}
.vendedor_product_register_box_content .category-selection .category-selector.open .category-selector-default>img{transition:0.3s;transform:rotate(180deg)}
.vendedor_product_register_box_content .category-selection .category-selector.open .category-selector-options{display:block;border-top-width:0}
.vendedor_product_register_box_content .category-selection .category-selector.selected .category-selector-default span{color:#222;font-weight:500}
.vendedor_product_register_box_content .selection-result-title{display:flex;align-items:center;font-size:14px;font-weight:500;color:#222;margin-top:18px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-title{font-weight:400;margin-top:27px}
}
.vendedor_product_register_box_content .selection-result-title .category-icon{margin-right:4px}
.vendedor_product_register_box_content .selection-result-container{width:100%;padding:20px;border-radius:16px;background-color:#f8f8f8;margin-top:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container{padding:20px 14px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container{margin-top:8px}
}
.vendedor_product_register_box_content .selection-result-container .selection-result-list-title{color:#555;font-size:13px;font-weight:400;line-height:1.3}
.vendedor_product_register_box_content .selection-result-container .selection-result-divider{margin-top:10px;margin-bottom:14px;width:100%;height:1px;background-color:#dfdfdf}
.vendedor_product_register_box_content .selection-result-container .selection-result-divider:not(.show){display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container .selection-result-divider{margin-top:15.5px;margin-bottom:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_box_content .selection-result-container .selection-result-divider{margin-top:10px}
}
.vendedor_product_register_box_content .selection-result-container .selection-list{overflow-y:auto;display:flex;flex-direction:column;gap:11px}
.vendedor_product_register_box_content .selection-result-container .selection-list:not(.show){display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container .selection-list{gap:0;height:168px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container .selection-list{height:221px;gap:8px}
}
.vendedor_product_register_box_content .selection-result-container .selection-list>li{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:13px;color:#555;padding-right:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container .selection-list>li{padding-right:12px;min-height:40px;margin-bottom:0;padding-top:7px;padding-bottom:7px;height:56px}
}
.vendedor_product_register_box_content .selection-result-container .selection-list>li:last-child{margin-bottom:0}
.vendedor_product_register_box_content .selection-result-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px;color:#555}
.vendedor_product_register_box_content .selection-result-container .eliminate-button .close-icon{margin-right:2px}
.vendedor_product_register_box_content .selection-result-container .dot-line{width:100%;height:1px;border-top:1px dashed #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container .dot-line{margin-top:8px;border-top:1px solid #dfdfdf}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_box_content .selection-result-container .dot-line{margin-top:0}
}
.vendedor_product_register_box_content .selection-result-container .eliminate-all{display:flex;justify-content:flex-end;margin-top:10px;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_box_content .selection-result-container .eliminate-all{margin-top:18px}
}
.vendedor_product_register_box_content .empty-selection-list{padding:20px 16px;margin-top:8px;background-color:#f8f8f8;font-size:14px;color:#555;border-radius:999px;display:block}
.vendedor_product_register_box_content .selection-result-container+.empty-selection-list{display:none}
.vendedor_product_register_submit{width:180px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_submit{margin-top:20px;width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register{padding:0 24px;margin-bottom:80px}
    .vendedor_product_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_register_body{margin-top:0}
    .vendedor_product_register_body>.side_menu{margin:0}
    .vendedor_product_register_content{margin-top:48px}
    .vendedor_product_register_content .selection-result-container{padding:9.5px 16px;min-height:40px;}
    .vendedor_product_register_content .selection-result-container .selection-list{height:100%}
    .vendedor_product_register_content article+article{margin-top:50px}
    .vendedor_product_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register{padding:0;}
    .vendedor_product_register_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_product_register_step2 */
.vendedor_product_register_step2{max-width:1180px;margin:0 auto;margin-bottom:120px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2{overflow-x:hidden}
}
.vendedor_product_register_step2>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_register_step2>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_register_step2>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_register_step2>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_register_step2>.title{margin-top:80px;text-align:center}
.vendedor_product_register_step2_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_register_step2_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_register_step2_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_register_step2_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_register_step2_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_register_step2_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_register_step2_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_register_step2_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_register_step2_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_register_step2_content>*{width:100%}
.vendedor_product_register_step2_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}
.vendedor_product_register_step2_content_status_left,.vendedor_product_register_step2_content_status_right{width:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_content_status_left,.vendedor_product_register_step2_content_status_right{width:70px}
}
.vendedor_product_register_step2_content_status_left>p,.vendedor_product_register_step2_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_content_status_left>p,.vendedor_product_register_step2_content_status_right>p{text-align:center}
}
.vendedor_product_register_step2_content_status_left>p>br,.vendedor_product_register_step2_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_content_status_left>p>br,.vendedor_product_register_step2_content_status_right>p>br{display:block}
}
.vendedor_product_register_step2_content_status_left{position:relative}
.vendedor_product_register_step2_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:220px;height:2px;background-color:#e3e3e5}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_content_status_left::after{width:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_content_status_left::after{width:80px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_content_status{gap:70px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_content_status{gap:16px;justify-content:space-between}
}
.vendedor_product_register_step2_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_title{margin-top:48px}
}
.vendedor_product_register_step2_form{padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form{padding-left:10px;padding-right:10px}
}
.vendedor_product_register_step2_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_product_register_step2_form_item .drop-custom{position:relative;width:100%}
.vendedor_product_register_step2_form_item .drop-custom .drop-default{width:100%;height:40px;padding:9px 16px;border-radius:999px;background-color:#fff;border:solid 1px #dfdfdf}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-selected{width:100%;display:flex;justify-content:space-between;align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-selected img.drop-icon{transition:0.3s;transform:rotate(180deg)}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-selected>span{width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options{display:none;width:100%;position:absolute;left:0;z-index:10;opacity:0;max-height:180px;overflow-y:auto;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border:solid 1px #dfdfdf;background-color:#f8f8f8;padding-bottom:4px;padding-top:4px}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options .input input{border-color:#da291c;padding-left:37px}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options .input-icon>img{width:unset;height:unset;left:3px}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options .drop-custom-options-list{padding-top:0!important}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option{display:flex;justify-content:flex-start;width:100%;padding:9px 0}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.vendedor_product_register_step2_form_item .drop-custom .drop-custom-options .drop-custom-options-list .drop-custom-option:hover>span{color:#da291c}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_product_register_step2_form_item .drop-custom>select{display:none}
}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-default{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-width:0}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-options{display:block;opacity:1;transform:translateY(0%);border-top-width:0;top:35px}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-options>li{background-color:#f8f8f8;height:40px;padding:9px 16px;height:fit-content}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-options>li>button{cursor:pointer;background-color:transparent}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-options>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-selected{width:100%}
.vendedor_product_register_step2_form_item .drop-custom.open .drop-custom-selected>span{color:#222}
.vendedor_product_register_step2_form_item.warn{margin-bottom:48px}
.vendedor_product_register_step2_form_item.warn>.input{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.vendedor_product_register_step2_form_item.start{align-items:flex-start}
.vendedor_product_register_step2_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item.start>span>br{display:none}
}
.vendedor_product_register_step2_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_product_register_step2_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_product_register_step2_form_item>.input,.vendedor_product_register_step2_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step2_form_item>.select{height:40px;padding:11px 20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item>.dropdown>.select{padding-right:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
}
.vendedor_product_register_step2_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_product_register_step2_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_register_step2_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_product_register_step2_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step2_form_item_line>.textarea{height:80px;border-radius:16px;width:100%}
.vendedor_product_register_step2_form_item_line>.textarea>textarea{font-size:14px;border-radius:16px}
.vendedor_product_register_step2_form_item_line>.editor-area{height:300px;border-radius:16px;background-color:#f8f8f8}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_line>.editor-area{height:200px}
}
.vendedor_product_register_step2_form_item_warn{display:flex;align-items:center;gap:3px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_warn{align-items:flex-start}
}
.vendedor_product_register_step2_form_item_warn>span{font-size:13px;color:#555;font-weight:400}
.vendedor_product_register_step2_form_item_warn>span>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_warn>span>br{display:block}
}
.vendedor_product_register_step2_form_item_more{width:100%;height:84px;overflow-y:auto;background-color:#f8f8f8;border-radius:5px;padding:10px 16px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_more{height:96px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_more{height:112px}
}
.vendedor_product_register_step2_form_item_more>button{display:flex;gap:4px;align-items:flex-start;margin-right:24px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_more>button{max-width:270px;word-break:normal;text-align: justify}
}
.vendedor_product_register_step2_form_item_more>button>span{font-size:12px;color:#555;line-height:1.3;text-align:left}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_more>button>span{font-size:13px}
}
.vendedor_product_register_step2_form_item_body{width:100%;display:flex;flex-direction:column;gap:30px}
.vendedor_product_register_step2_form_item_head{display:flex;flex-direction:column;gap:14px}
.vendedor_product_register_step2_form_item_head_btn{display:flex;gap:8px;align-items:flex-end}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_head_btn{flex-direction:column;align-items:flex-start}
}
.vendedor_product_register_step2_form_item_head_btn>label{width:160px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_head_btn>label{width:100%}
}
.vendedor_product_register_step2_form_item_head_btn>label>p{white-space:nowrap}
.vendedor_product_register_step2_form_item_head_btn>span{color:#da291c;font-size:13px;font-weight:500;line-height:1.3}
.vendedor_product_register_step2_form_item_head_info{display:flex;gap:5px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_head_info{align-items:flex-start}
}
.vendedor_product_register_step2_form_item_head_info>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_head_info>br{display:block}
}
.vendedor_product_register_step2_form_item_head_info>p{color:#555;font-size:12px;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_head_info>p{font-size:13px}
}
.vendedor_product_register_step2_form_item_divider{height:1px;background-color:#dfdfdf}
.vendedor_product_register_step2_form_item_item{display:flex;gap:30px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_item{flex-direction:column;gap:24px;align-items:flex-start}
}
.vendedor_product_register_step2_form_item_item_img{position:relative}
.vendedor_product_register_step2_form_item_item_img>label{margin-bottom:0;gap:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_item_img>label{width:100%;height:100%}
}
.vendedor_product_register_step2_form_item_item_img>label .dimmed{display:none}
.vendedor_product_register_step2_form_item_item_img>label>input[type="radio"]:checked+.dimmed{display:flex;width:165px;height:165px;background-color:rgba(46,39,39,.4);border-radius:5px;position:absolute;left:34px;top:0;justify-content:center;align-items:center}
.vendedor_product_register_step2_form_item_item_img>label>input[type="radio"]:checked+.dimmed>span{color:#fff;font-size:14px;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_item_img>label>input[type="radio"]:checked+.dimmed{left:24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_item_img>label>input[type="radio"]:checked+.dimmed{width:170px;height:170px;left:24px}
}
.vendedor_product_register_step2_form_item_item_img_remove{position:absolute;right:-8px;top:-8px;z-index:40;width:32px;height:32px;border-radius:999px;background-color:#cbcbcb;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_item_img_remove{width:40px;height:40px}
}
.vendedor_product_register_step2_form_item_item_img_remove::before{content:'';position:absolute;left:0;top:0;width:32px;height:32px;background-image:url(/images/close_white.png);background-position:center;background-repeat:no-repeat}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_item_img_remove::before{width:40px;height:40px}
}
.vendedor_product_register_step2_form_item_item_img picture{margin-left:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_item_item_img picture{margin-left:0}
}
.vendedor_product_register_step2_form_item_item_img picture>img{width:165px;height:165px;border-radius:5px;border:solid 1px #dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_item_img picture>img{width:170px;height:170px}
}
.vendedor_product_register_step2_form_item_item_info{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_register_step2_form_item_item_info>p{font-size:14px;color:#222;line-height:1.3}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_item_info>p{padding-bottom:2px}
}
.vendedor_product_register_step2_form_item_item_info>.input{width:100%}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2_form_item_item_info>.input{padding-bottom:2px}
}
.vendedor_product_register_step2_form_item_item_info>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_product_register_step2_form_check>.checkboxContainer label>span{font-size:14px;color:#222;line-height:1.3;margin-left:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_form_check>.checkboxContainer label>span{margin-left:4px}
}
.vendedor_product_register_step2_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_group{margin-top:20px}
}
.vendedor_product_register_step2_group_submit,.vendedor_product_register_step2_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2_group_submit,.vendedor_product_register_step2_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step2{padding:0 24px;margin-bottom:80px}
    .vendedor_product_register_step2>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_register_step2_body{margin-top:0}
    .vendedor_product_register_step2_body>.side_menu{margin:0}
    .vendedor_product_register_step2_content{margin-top:48px}
    .vendedor_product_register_step2_content article+article{margin-top:50px}
    .vendedor_product_register_step2_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step2{padding:0;}
    .vendedor_product_register_step2_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_product_register_step3_1 */
.vendedor_product_register_step3_1{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_product_register_step3_1>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_register_step3_1>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_register_step3_1>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_register_step3_1>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_register_step3_1>.title{margin-top:80px;text-align:center}
.vendedor_product_register_step3_1_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_register_step3_1_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_register_step3_1_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_register_step3_1_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_register_step3_1_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_register_step3_1_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_register_step3_1_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_register_step3_1_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_register_step3_1_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_register_step3_1_content>*{width:100%}
.vendedor_product_register_step3_1_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}
.vendedor_product_register_step3_1_content_status_left,.vendedor_product_register_step3_1_content_status_right{width:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_content_status_left,.vendedor_product_register_step3_1_content_status_right{width:70px}
}
.vendedor_product_register_step3_1_content_status_left>p,.vendedor_product_register_step3_1_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_content_status_left>p,.vendedor_product_register_step3_1_content_status_right>p{text-align:center}
}
.vendedor_product_register_step3_1_content_status_left>p>br,.vendedor_product_register_step3_1_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_content_status_left>p>br,.vendedor_product_register_step3_1_content_status_right>p>br{display:block}
}
.vendedor_product_register_step3_1_content_status_left{position:relative}
.vendedor_product_register_step3_1_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:220px;height:2px;background-color:#e3e3e5}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_content_status_left::after{width:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_content_status_left::after{width:80px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_content_status{gap:70px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_content_status{gap:16px;justify-content:space-between}
}
.vendedor_product_register_step3_1_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_title{margin-top:48px}
}
.vendedor_product_register_step3_1_form{padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form{padding-left:10px;padding-right:10px}
}
.vendedor_product_register_step3_1_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_product_register_step3_1_form_item.start{align-items:flex-start}
.vendedor_product_register_step3_1_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item.start>span>br{display:none}
}
.vendedor_product_register_step3_1_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_product_register_step3_1_form_item>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item>span>br{display:none}
}
.vendedor_product_register_step3_1_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_product_register_step3_1_form_item>.input,.vendedor_product_register_step3_1_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step3_1_form_item>.select{height:40px;padding:11px 20px}
.vendedor_product_register_step3_1_form_item_check_group{display:grid;grid-template-columns:repeat(4,1fr);row-gap:14px;column-gap:22px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item_check_group{gap:10px;width:100%}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item_check_group{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_form_item_check_group{grid-template-columns:repeat(1,1fr)}
}
.vendedor_product_register_step3_1_form_item_check_group_item{display:flex}
.vendedor_product_register_step3_1_form_item_check_group_item>.checkbox{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item_check_group_item>.checkbox{width:100%}
}
.vendedor_product_register_step3_1_form_item_check_group_item>label{gap:10px}
.vendedor_product_register_step3_1_form_item_check_group_item>label>span{padding-left:8px;white-space:nowrap;font-size:14px;line-height:1.6;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item_check_group_item>label>span{padding-left:0}
}
.vendedor_product_register_step3_1_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_product_register_step3_1_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_register_step3_1_form_item_line.row{flex-direction:row;gap:4px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_form_item_line.row{flex-direction:column;gap:8px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_form_item_line.row>button{width:100%}
}
.vendedor_product_register_step3_1_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_product_register_step3_1_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step3_1_form_item_line>.textarea{height:80px;border-radius:16px;width:100%}
.vendedor_product_register_step3_1_form_item_line>.textarea>textarea{font-size:14px;border-radius:16px}
.vendedor_product_register_step3_1_form_item_divider{display:none;height:1px;background-color:#dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_form_item_divider{display:block;margin-top:8px;margin-bottom:8px}
}
.vendedor_product_register_step3_1_form_item_divider:last-child{margin-bottom:0}
.vendedor_product_register_step3_1_form_item_radio{display:flex;gap:30px;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_form_item_radio{flex-direction:column;gap:0;align-items:flex-start}
}
.vendedor_product_register_step3_1_form_item_radio>label{margin-bottom:0;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item_radio>label{width:100%;justify-content:flex-start;gap:15px}
}
.vendedor_product_register_step3_1_form_item_radio>label>span{font-size:14px;color:#222;line-height:1.3;white-space:nowrap}
.vendedor_product_register_step3_1_form_item.double>.input{margin-right:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item.double>.input{margin-right:0;margin-bottom:16px}
}
.vendedor_product_register_step3_1_form_item.double.half>.input{margin-right:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_form_item.double.half{display:block}
    .vendedor_product_register_step3_1_form_item.double.half>span{display:block;margin-bottom:8px}
    .vendedor_product_register_step3_1_form_item.double.half>.input,.vendedor_product_register_step3_1_form_item.double.half>.dropdown{width:calc(50% - 5px)!important;display:inline-flex}
    .vendedor_product_register_step3_1_form_item.double.half>.input{margin-right:4px;margin-bottom:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1_form_item.double.half>.input{margin-right:4px;margin-bottom:0}
}
.vendedor_product_register_step3_1_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_group{margin-top:20px}
}
.vendedor_product_register_step3_1_group_submit,.vendedor_product_register_step3_1_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1_group_submit,.vendedor_product_register_step3_1_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_1{padding:0 24px;margin-bottom:80px}
    .vendedor_product_register_step3_1>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_register_step3_1_body{margin-top:0}
    .vendedor_product_register_step3_1_body>.side_menu{margin:0}
    .vendedor_product_register_step3_1_content{margin-top:48px}
    .vendedor_product_register_step3_1_content article+article{margin-top:50px}
    .vendedor_product_register_step3_1_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_1{padding:0 16px}
    .vendedor_product_register_step3_1_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_product_register_step3_2 */
.vendedor_product_register_step3_2{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_product_register_step3_2>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_register_step3_2>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_register_step3_2>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_register_step3_2>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_register_step3_2>.title{margin-top:80px;text-align:center}
.vendedor_product_register_step3_2_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_register_step3_2_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_register_step3_2_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_register_step3_2_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_register_step3_2_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_register_step3_2_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_register_step3_2_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_register_step3_2_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_register_step3_2_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_register_step3_2_content>*{width:100%}
.vendedor_product_register_step3_2_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}
.vendedor_product_register_step3_2_content_status_left,.vendedor_product_register_step3_2_content_status_right{width:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_content_status_left,.vendedor_product_register_step3_2_content_status_right{width:70px}
}
.vendedor_product_register_step3_2_content_status_left>p,.vendedor_product_register_step3_2_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_content_status_left>p,.vendedor_product_register_step3_2_content_status_right>p{text-align:center}
}
.vendedor_product_register_step3_2_content_status_left>p>br,.vendedor_product_register_step3_2_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_content_status_left>p>br,.vendedor_product_register_step3_2_content_status_right>p>br{display:block}
}
.vendedor_product_register_step3_2_content_status_left{position:relative}
.vendedor_product_register_step3_2_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:220px;height:2px;background-color:#e3e3e5}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_content_status_left::after{width:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_content_status_left::after{width:80px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_content_status{gap:70px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_content_status{gap:16px;justify-content:space-between}
}
.vendedor_product_register_step3_2_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_title{margin-top:48px}
}
.vendedor_product_register_step3_2_form{padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form{padding-left:10px;padding-right:10px}
}
.vendedor_product_register_step3_2_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_product_register_step3_2_form_item.start{align-items:flex-start}
.vendedor_product_register_step3_2_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item.start>span>br{display:none}
}
.vendedor_product_register_step3_2_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_product_register_step3_2_form_item>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item>span>br{display:none}
}
.vendedor_product_register_step3_2_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_product_register_step3_2_form_item>.input,.vendedor_product_register_step3_2_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step3_2_form_item>.select{height:40px;padding:11px 20px}
.vendedor_product_register_step3_2_form_item_check_group{display:grid;grid-template-columns:repeat(4,1fr);row-gap:14px;column-gap:22px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_check_group{gap:0;width:100%}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_check_group{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_form_item_check_group{grid-template-columns:repeat(1,1fr)}
}
.vendedor_product_register_step3_2_form_item_check_group_item>.checkbox{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_check_group_item>.checkbox{width:100%}
}
.vendedor_product_register_step3_2_form_item_check_group_item>.checkbox>p{padding-left:8px;white-space:nowrap;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_check_group_item>.checkbox>p{padding-left:0}
}
.vendedor_product_register_step3_2_form_item_period{display:flex;align-items:center;gap:4px;margin-right:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_period{width:100%;margin-right:0;gap:8px;margin-bottom:18px}
}
.vendedor_product_register_step3_2_form_item_period>span{font-size:14px;color:#222}
.vendedor_product_register_step3_2_form_item_period>.input{width:137px;font-size:14px!important;color:#555!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_period>.input{width:100%}
}
.vendedor_product_register_step3_2_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_product_register_step3_2_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_register_step3_2_form_item_line.row{flex-direction:row;gap:4px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_form_item_line.row{flex-direction:column;gap:8px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_form_item_line.row>button{width:100%}
}
.vendedor_product_register_step3_2_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_product_register_step3_2_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step3_2_form_item_line>.textarea{height:80px;border-radius:16px;width:100%}
.vendedor_product_register_step3_2_form_item_line>.textarea>textarea{font-size:14px;border-radius:16px}
.vendedor_product_register_step3_2_form_item_divider{display:none;height:1px;background-color:#dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_form_item_divider{display:block;margin-top:2px;margin-bottom:2px}
}
.vendedor_product_register_step3_2_form_item_divider:last-child{margin-bottom:0}
.vendedor_product_register_step3_2_form_item_radio{display:flex;gap:30px;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_form_item_radio{flex-direction:column;gap:0;align-items:flex-start}
}
.vendedor_product_register_step3_2_form_item_radio_item>.radio{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_radio_item>.radio{width:100%}
}
.vendedor_product_register_step3_2_form_item_radio_item>.radio>p{padding-left:8px;padding-top:2px;font-size:14px;color:#222;line-height:1.3;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item_radio_item>.radio>p{padding-left:0}
}
.vendedor_product_register_step3_2_form_item.double>.input{margin-right:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item.double>.input{margin-right:0;margin-bottom:16px}
}
.vendedor_product_register_step3_2_form_item.double.half>.input{margin-right:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_form_item.double.half{display:block}
    .vendedor_product_register_step3_2_form_item.double.half>span{display:block;margin-bottom:8px}
    .vendedor_product_register_step3_2_form_item.double.half>.input,.vendedor_product_register_step3_2_form_item.double.half>.dropdown{width:calc(50% - 5px)!important;display:inline-flex}
    .vendedor_product_register_step3_2_form_item.double.half>.input{margin-right:4px;margin-bottom:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2_form_item.double.half>.input{margin-right:4px;margin-bottom:0}
}
.vendedor_product_register_step3_2_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_group{margin-top:20px}
}
.vendedor_product_register_step3_2_group_submit,.vendedor_product_register_step3_2_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2_group_submit,.vendedor_product_register_step3_2_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_2{padding:0 24px;margin-bottom:80px}
    .vendedor_product_register_step3_2>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_register_step3_2_body{margin-top:0}
    .vendedor_product_register_step3_2_body>.side_menu{margin:0}
    .vendedor_product_register_step3_2_content{margin-top:48px}
    .vendedor_product_register_step3_2_content article+article{margin-top:50px}
    .vendedor_product_register_step3_2_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_2{padding:0 16px}
    .vendedor_product_register_step3_2_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_product_register_step3_3 */
.vendedor_product_register_step3_3{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_product_register_step3_3>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_register_step3_3>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_register_step3_3>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_register_step3_3>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_register_step3_3>.title{margin-top:80px;text-align:center}
.vendedor_product_register_step3_3_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_register_step3_3_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_register_step3_3_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_register_step3_3_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_register_step3_3_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_register_step3_3_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_register_step3_3_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_register_step3_3_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_register_step3_3_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_register_step3_3_content>*{width:100%}
.vendedor_product_register_step3_3_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}
.vendedor_product_register_step3_3_content_status_left,.vendedor_product_register_step3_3_content_status_right{width:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_content_status_left,.vendedor_product_register_step3_3_content_status_right{width:70px}
}
.vendedor_product_register_step3_3_content_status_left>p,.vendedor_product_register_step3_3_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_content_status_left>p,.vendedor_product_register_step3_3_content_status_right>p{text-align:center}
}
.vendedor_product_register_step3_3_content_status_left>p>br,.vendedor_product_register_step3_3_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_content_status_left>p>br,.vendedor_product_register_step3_3_content_status_right>p>br{display:block}
}
.vendedor_product_register_step3_3_content_status_left{position:relative}
.vendedor_product_register_step3_3_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:220px;height:2px;background-color:#e3e3e5}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_content_status_left::after{width:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_content_status_left::after{width:80px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_content_status{gap:70px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_content_status{gap:16px;justify-content:space-between}
}
.vendedor_product_register_step3_3_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_title{margin-top:48px}
}
.vendedor_product_register_step3_3_form{padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form{padding-left:10px;padding-right:10px}
}
.vendedor_product_register_step3_3_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_product_register_step3_3_form_item.start{align-items:flex-start}
.vendedor_product_register_step3_3_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item.start>span>br{display:none}
}
.vendedor_product_register_step3_3_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_product_register_step3_3_form_item>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item>span>br{display:none}
}
.vendedor_product_register_step3_3_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_product_register_step3_3_form_item>.input,.vendedor_product_register_step3_3_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step3_3_form_item>.select{height:40px;padding:11px 20px}
.vendedor_product_register_step3_3_form_item_check_group{display:grid;grid-template-columns:repeat(4,1fr);row-gap:14px;column-gap:22px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item_check_group{gap:0;width:100%}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item_check_group{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_form_item_check_group{grid-template-columns:repeat(1,1fr)}
}
.vendedor_product_register_step3_3_form_item_check_group_item>.checkbox{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item_check_group_item>.checkbox{width:100%}
}
.vendedor_product_register_step3_3_form_item_check_group_item>.checkbox>p{padding-left:8px;white-space:nowrap;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item_check_group_item>.checkbox>p{padding-left:0}
}
.vendedor_product_register_step3_3_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_product_register_step3_3_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_register_step3_3_form_item_line.row{flex-direction:row;gap:4px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_form_item_line.row{flex-direction:column;gap:8px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_form_item_line.row>button{width:100%}
}
.vendedor_product_register_step3_3_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_product_register_step3_3_form_item_line>.input{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step3_3_form_item_line>.textarea{height:80px;border-radius:16px;width:100%}
.vendedor_product_register_step3_3_form_item_line>.textarea>textarea{font-size:14px;border-radius:16px}
.vendedor_product_register_step3_3_form_item_divider{display:none;height:1px;background-color:#dfdfdf}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_form_item_divider{display:block;margin-top:2px;margin-bottom:2px}
}
.vendedor_product_register_step3_3_form_item_divider:last-child{margin-bottom:0}
.vendedor_product_register_step3_3_form_item_radio{display:flex;gap:30px;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_form_item_radio{flex-direction:column;gap:0;align-items:flex-start}
}
.vendedor_product_register_step3_3_form_item_radio_item>.radio{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item_radio_item>.radio{width:100%}
}
.vendedor_product_register_step3_3_form_item_radio_item>.radio>p{padding-left:8px;padding-top:2px;font-size:14px;color:#222;line-height:1.3;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item_radio_item>.radio>p{padding-left:0}
}
.vendedor_product_register_step3_3_form_item.double>.input{margin-right:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item.double>.input{margin-right:0;margin-bottom:16px}
}
.vendedor_product_register_step3_3_form_item.double.half>.input{margin-right:8px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_form_item.double.half{display:block}
    .vendedor_product_register_step3_3_form_item.double.half>span{display:block;margin-bottom:8px}
    .vendedor_product_register_step3_3_form_item.double.half>.input,.vendedor_product_register_step3_3_form_item.double.half>.dropdown{width:calc(50% - 5px)!important;display:inline-flex}
    .vendedor_product_register_step3_3_form_item.double.half>.input{margin-right:4px;margin-bottom:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3_form_item.double.half>.input{margin-right:4px;margin-bottom:0}
}
.vendedor_product_register_step3_3_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_group{margin-top:20px}
}
.vendedor_product_register_step3_3_group_submit,.vendedor_product_register_step3_3_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3_group_submit,.vendedor_product_register_step3_3_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step3_3{padding:0 24px;margin-bottom:80px}
    .vendedor_product_register_step3_3>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_register_step3_3_body{margin-top:0}
    .vendedor_product_register_step3_3_body>.side_menu{margin:0}
    .vendedor_product_register_step3_3_content{margin-top:48px}
    .vendedor_product_register_step3_3_content article+article{margin-top:50px}
    .vendedor_product_register_step3_3_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step3_3{padding:0 16px}
    .vendedor_product_register_step3_3_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_product_register_step4 */
.vendedor_product_register_step4{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_product_register_step4>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_register_step4>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_register_step4>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_register_step4>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_register_step4>.title{margin-top:80px;text-align:center}
.vendedor_product_register_step4_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_register_step4_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_register_step4_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_register_step4_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_register_step4_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_register_step4_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_register_step4_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_register_step4_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_register_step4_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_register_step4_content>*{width:100%}
.vendedor_product_register_step4_content_status{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}
.vendedor_product_register_step4_content_status_left,.vendedor_product_register_step4_content_status_right{width:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_content_status_left,.vendedor_product_register_step4_content_status_right{width:70px}
}
.vendedor_product_register_step4_content_status_left>p,.vendedor_product_register_step4_content_status_right>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#6d6d6d;white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_content_status_left>p,.vendedor_product_register_step4_content_status_right>p{text-align:center}
}
.vendedor_product_register_step4_content_status_left>p>br,.vendedor_product_register_step4_content_status_right>p>br{display:none}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_content_status_left>p>br,.vendedor_product_register_step4_content_status_right>p>br{display:block}
}
.vendedor_product_register_step4_content_status_left{position:relative}
.vendedor_product_register_step4_content_status_left::after{content:"";position:absolute;top:34px;left:70px;z-index:-1;width:220px;height:2px;background-color:#e3e3e5}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_content_status_left::after{width:100px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step4_content_status_left::after{width:80px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_content_status{gap:70px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step4_content_status{gap:16px;justify-content:space-between}
}
.vendedor_product_register_step4_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_title{margin-top:48px}
}
.vendedor_product_register_step4_form{padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form{padding-left:10px;padding-right:10px;gap:16px}
}
.vendedor_product_register_step4_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_product_register_step4_form_item.start{align-items:flex-start}
.vendedor_product_register_step4_form_item.start>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item.start>span>br{display:none}
}
.vendedor_product_register_step4_form_item.start>button{margin-top:28px;margin-left:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item.start>button{margin:0;width:100%}
}
.vendedor_product_register_step4_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_product_register_step4_form_item>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item>span>br{display:none}
}
.vendedor_product_register_step4_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_product_register_step4_form_item>.input,.vendedor_product_register_step4_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_register_step4_form_item>.select{height:40px;padding:11px 20px}
.vendedor_product_register_step4_form_item_check_group{display:grid;grid-template-columns:repeat(4,1fr);row-gap:14px;column-gap:22px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item_check_group{gap:0;width:100%}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item_check_group{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step4_form_item_check_group{grid-template-columns:repeat(1,1fr)}
}
.vendedor_product_register_step4_form_item_check_group_item>.checkbox{margin-bottom:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item_check_group_item>.checkbox{width:100%}
}
.vendedor_product_register_step4_form_item_check_group_item>.checkbox>p{padding-left:8px;white-space:nowrap;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_form_item_check_group_item>.checkbox>p{padding-left:0}
}
.vendedor_product_register_step4_form_item_line{display:flex;flex-direction:column;gap:8px;width:100%}
.vendedor_product_register_step4_form_item_line_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_register_step4_form_item_line>span{font-size:14px;color:#555;line-height:1.3}
.vendedor_product_register_step4_form_item_line>.textarea{height:80px;border-radius:16px;width:100%;display:flex;gap:8px}
.vendedor_product_register_step4_form_item_line>.textarea>textarea{font-size:14px;border-radius:16px}
.vendedor_product_register_step4_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_group{margin-top:20px}
}
.vendedor_product_register_step4_group_submit,.vendedor_product_register_step4_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4_group_submit,.vendedor_product_register_step4_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_register_step4{padding:0 24px;margin-bottom:80px}
    .vendedor_product_register_step4>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_register_step4_body{margin-top:0}
    .vendedor_product_register_step4_body>.side_menu{margin:0}
    .vendedor_product_register_step4_content{margin-top:48px}
    .vendedor_product_register_step4_content article+article{margin-top:50px}
    .vendedor_product_register_step4_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_register_step4{padding:0}
    .vendedor_product_register_step4_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_product_sort */
.vendedor_product_sort{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_product_sort>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_product_sort>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_product_sort>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_product_sort>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_product_sort>.title{margin-top:80px;text-align:center}
.vendedor_product_sort_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_product_sort_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_product_sort_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_product_sort_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_product_sort_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_product_sort_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_product_sort_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_body>.side_menu.open>div>.title{border:none}
}
.vendedor_product_sort_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_product_sort_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_product_sort_content>*{width:100%}
.vendedor_product_sort_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;margin-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_title{margin-top:48px}
}
.vendedor_product_sort_warn{display:flex;gap:4px;align-items:center}
.vendedor_product_sort_warn>p{font-size:13px;line-height:1.3;color:#555}
.vendedor_product_sort_form{margin-top:8px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_form{padding-left:0;padding-right:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_sort_form{padding-left:10px;padding-right:10px}
}
.vendedor_product_sort_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_product_sort_form_item_select{width:100%;display:flex;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_form_item_select{flex-direction:column;gap:8px}
}
.vendedor_product_sort_form_item_select_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_product_sort_form_item_select>.select{width:100%;height:40px;padding:11px 20px}
.vendedor_product_sort_form_item>span{min-width:78px;font-size:14px;color:#222;line-height:1.3}
.vendedor_product_sort_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_product_sort_form_item>.input,.vendedor_product_sort_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_product_sort_form_item>.select{height:40px;padding:11px 20px}
.vendedor_product_sort_form_sort{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.vendedor_product_sort_form_sort_item{background-color:#f8f8f8;border-radius:5px;padding:20px;height:90px;display:flex;align-items:center;justify-content:space-between}
.vendedor_product_sort_form_sort_item>button{min-width:24px;width:24px;height:24px;background:url(/icons/web/move.svg) no-repeat center center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_form_sort_item>button{min-width:40px;width:40px;height:40px;background:url(/icons/mobile/move.svg) no-repeat center center}
}
.vendedor_product_sort_form_sort_item.ui-sortable-helper{border:1px solid #da291c;background-color:#fff;box-shadow:4px 4px 4px 0 rgba(0,0,0,.1)}
.vendedor_product_sort_form_sort_item.ui-sortable-helper>button{background-image:url(/icons/web/move_on.svg)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_form_sort_item.ui-sortable-helper>button{background:url(/icons/mobile/move_on.svg) no-repeat center center}
}
.vendedor_product_sort_form_sort_item_left{display:flex;align-items:center;gap:10px}
.vendedor_product_sort_form_sort_item_left>img{width:50px;height:50px;border-radius:5px;border:1px solid #dfdfdf}
.vendedor_product_sort_form_sort_item_left_box{display:flex;flex-direction:column;gap:4px}
.vendedor_product_sort_form_sort_item_left_box>p{font-size:16px;font-weight:700;color:#222;word-break:keep-all;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.vendedor_product_sort_form_sort_item_left_box_num{display:flex;align-items:center;gap:5px}
.vendedor_product_sort_form_sort_item_left_box_num>p{font-size:12px;color:#da291c}
.vendedor_product_sort_form_sort_item_left_box_num>div{border-radius:999px;background-color:#555;display:flex;align-items:center;justify-content:center;width:auto;min-width:16px;height:16px;padding:4px}
.vendedor_product_sort_form_sort_item_left_box_num>div>span{font-size:12px;color:#fff}
.vendedor_product_sort_group{margin-top:16px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_group{margin-top:20px}
}
.vendedor_product_sort_group_submit,.vendedor_product_sort_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort_group_submit,.vendedor_product_sort_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_product_sort{padding:0 24px;margin-bottom:62px}
    .vendedor_product_sort>.breadcrumb{margin-top:0;height:40px}
    .vendedor_product_sort_body{margin-top:0}
    .vendedor_product_sort_body>.side_menu{margin:0}
    .vendedor_product_sort_content{margin-top:48px}
    .vendedor_product_sort_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_product_sort{padding:0 16px}
    .vendedor_product_sort_body>.side_menu{position:absolute;z-index:1}
}

/* showSettingModifyForm */
.showSettingModifyForm{max-width:1180px;margin:0 auto;margin-bottom:120px}
.showSettingModifyForm>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.showSettingModifyForm>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .showSettingModifyForm>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .showSettingModifyForm>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.showSettingModifyForm>.title{margin-top:80px;text-align:center}
.showSettingModifyForm_body{width:100%;display:flex;gap:20px;margin-top:80px}
.showSettingModifyForm_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm_body>.side_menu{border:none;background-color:#fff}
    .log .showSettingModifyForm_body>.side_menu{border:1px solid #dfdfdf;}
}
.showSettingModifyForm_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.showSettingModifyForm_body>.side_menu .side_menu_item{padding-bottom:15px}
.showSettingModifyForm_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .showSettingModifyForm_body>.side_menu>.tab-nav>label{width:50%}
}
.showSettingModifyForm_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .showSettingModifyForm_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm_body>.side_menu.open>div>.title{border:none}
}
.showSettingModifyForm_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.showSettingModifyForm_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.showSettingModifyForm_content>*{width:100%}
.showSettingModifyForm .showSettingModifyForm_content_form>ul{border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:40px 30px}
.showSettingModifyForm .showSettingModifyForm_content_form>ul>li{display:flex;align-items:center}
.showSettingModifyForm .showSettingModifyForm_content_form>button{width:160px;margin:0 auto;margin-top:16px}
.showSettingModifyForm .showSettingModifyForm_content_form .title{min-width:180px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.showSettingModifyForm .showSettingModifyForm_content_form .desc{display:flex;align-items:center}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.web{width:100%;display:flex;align-items:center;gap:4px}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.web .input.disabled{width:100%;flex-grow:1}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.web .input.empty{flex-grow:0}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color{display:flex;align-items:center;gap:30px}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label{display:flex;align-items:center;padding-left:24px;margin-bottom:0}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label span{top:50%;transform:translateY(-50%)}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square{width:32px;height:32px;border-radius:5px}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square.type1{background-color:#0d56bc}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square.type2{background-color:#14a655}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square.type3{background-color:#f56600}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square.type4{background-color:#8a38c9}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square.type5{background-color:#009eac}
.showSettingModifyForm .showSettingModifyForm_content_form .desc.color label .square.type6{background-color:#d31878}
.showSettingModifyForm_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm_title{margin-top:48px}
    .log .showSettingModifyForm_title{margin-top:unset;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showSettingModifyForm{padding:0 24px;margin-bottom:80px;max-width:unset}
    .showSettingModifyForm>.breadcrumb{margin-top:0;height:40px}
    .showSettingModifyForm_body{margin-top:0}
    .showSettingModifyForm_body>.side_menu{margin:0;z-index:1}
    .showSettingModifyForm_content{margin-top:48px}
    .showSettingModifyForm_content .showSettingModifyForm_content_form>ul{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;padding:40px 10px}
    .showSettingModifyForm_content .showSettingModifyForm_content_form>ul>li{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}
    .showSettingModifyForm_content .showSettingModifyForm_content_form .desc .dropdown{width:100%}
    .showSettingModifyForm_content .showSettingModifyForm_content_form .desc.color label{width:auto;padding-left:48px}
    .showSettingModifyForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .showSettingModifyForm{padding:0 16px}
    .showSettingModifyForm_body>.side_menu{position:absolute}
    .showSettingModifyForm_content .showSettingModifyForm_content_form .desc.web{flex-direction:column;gap:8px}
    .showSettingModifyForm_content .showSettingModifyForm_content_form .desc.web .input.empty{width:100%}
    .showSettingModifyForm_content .showSettingModifyForm_content_form .desc.color{flex-wrap:wrap;gap:22px}
}

/* showBannerRegForm */
.showBannerRegForm{max-width:1180px;margin:0 auto;margin-bottom:120px}
.showBannerRegForm>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.showBannerRegForm>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .showBannerRegForm>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .showBannerRegForm>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.showBannerRegForm>.title{margin-top:80px;text-align:center}
.showBannerRegForm_body{width:100%;display:flex;gap:20px;margin-top:80px}
.showBannerRegForm_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm_body>.side_menu{border:none;background-color:#fff}
    .log .showBannerRegForm_body>.side_menu{border:1px solid #dfdfdf;}
}
.showBannerRegForm_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.showBannerRegForm_body>.side_menu .side_menu_item{padding-bottom:15px}
.showBannerRegForm_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .showBannerRegForm_body>.side_menu>.tab-nav>label{width:50%}
}
.showBannerRegForm_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .showBannerRegForm_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm_body>.side_menu.open>div>.title{border:none}
}
.showBannerRegForm_body>.side_menu.open>.side_menu_content{margin-bottom:0}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .showBannerRegForm_body .side_menu_vendor .side_menu_panel_title .panel_icon{filter:invert(29%) sepia(94%) saturate(2630%) hue-rotate(346deg) brightness(83%) contrast(106%)}
    .showBannerRegForm_body .side_menu_vendor .side_menu_panel_title>p{color:#da291c}
}
.showBannerRegForm_body .side_menu_vendor .side_menu_item>li.selected>button>p{color:#222!important}
.showBannerRegForm .showBannerRegForm_content{max-width:980px;position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.showBannerRegForm .showBannerRegForm_content>*{width:100%}
.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>.search1{width:100%}
}
.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>.search1>button{width:54px}
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>.search1>button>span{display:none}
}
.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_btn>button>p{display:none}
}
.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_result>p{width:fit-content;white-space:nowrap}
.showBannerRegForm .showBannerRegForm_content .table_area{display:flex;justify-content:center;margin-top:0;}
.showBannerRegForm .showBannerRegForm_content .table_area>.table{width:100%}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.thead>.tr{display:grid;grid-template-columns:660px 140px 140px 40px}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center;width:100%;}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody{width:100%}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:1fr 140px 40px}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center;width:100%;}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .content{padding:0;display:grid;grid-template-columns:122px 1fr}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .content .content2{display:grid;grid-template-columns:1fr 144px;height:100%}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .content .empresa{justify-content:flex-start;padding-left:0}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .content .empresa>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox{position:relative}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:50px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;padding:2px 10px}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul{padding:0}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li{display:flex;flex-direction:row;align-items:center;height:34px}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li>button p,.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000;text-align:left}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .tablet{display:none}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr.active .td{color:#222}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.showBannerRegForm .showBannerRegForm_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm .showBannerRegForm_content_paging_area{flex-direction:column}
}
.showBannerRegForm_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm_title{margin-top:48px}
    .log .showBannerRegForm_title{margin-top:unset;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerRegForm{padding:0 24px;margin-bottom:80px;max-width:unset}
    .showBannerRegForm>.breadcrumb{margin-top:0;height:40px}
    .showBannerRegForm_body{margin-top:0}
    .showBannerRegForm_body>.side_menu{margin:0;z-index:1}
    .showBannerRegForm .showBannerRegForm_content{max-width:unset;margin-top:48px}
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_tab li a{min-width:120px}
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_result{width:100%;justify-content:space-between}
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_result .divider{display:none}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table{border-top:2px solid #222}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.thead{display:none}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr{align-items:center;grid-template-columns:1fr 38px 40px}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .desktop{display:none}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content{grid-template-columns:110px 1fr;align-items:flex-start;height:fit-content;padding:16px 10px;padding-left:0}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content>.td{padding:0}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content .content2{display:grid;grid-template-columns:1fr;gap:4px}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content .content2 .empresa>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content .content2 .visibilidad{justify-content:flex-start}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content>.pais{justify-content:flex-start;order:-1}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content:hover>.date{color:#555!important}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content:hover>.description{color:#222!important}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .tooltipBox{align-items:center;justify-content:center}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr .tooltipBox.open .tooltip-txt{top:30px}
    .showBannerRegForm_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .showBannerRegForm{padding:0 16px}
    .showBannerRegForm_body>.side_menu{position:absolute}
    .showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_result>p,.showBannerRegForm .showBannerRegForm_content .showBannerRegForm_content_head_result .dropdown{width:100%}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content{grid-template-columns:1fr;justify-content:center;align-items:flex-start;padding:30px 10px;gap:4px}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content .contactar{justify-content:flex-start}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content>.content2{gap:4px}
    .showBannerRegForm .showBannerRegForm_content .table_area>.table>.tbody>.tr>.content>.content2>div+div{border-left:none;padding-left:0}
}


/* showBannerReg */
.showBannerReg{max-width:1180px;margin:0 auto;margin-bottom:120px}
.showBannerReg>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.showBannerReg>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .showBannerReg>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .showBannerReg>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.showBannerReg>.title{margin-top:80px;text-align:center}
.showBannerReg_body{width:100%;display:flex;gap:20px;margin-top:80px}
.showBannerReg_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg_body>.side_menu{border:none;background-color:#fff}
    .log .showBannerReg_body>.side_menu{border:1px solid #dfdfdf;}
}
.showBannerReg_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.showBannerReg_body>.side_menu .side_menu_item{padding-bottom:15px}
.showBannerReg_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .showBannerReg_body>.side_menu>.tab-nav>label{width:50%}
}
.showBannerReg_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .showBannerReg_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg_body>.side_menu.open>div>.title{border:none}
}
.showBannerReg_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.showBannerReg .showBannerReg_content{max-width:980px;position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.showBannerReg .showBannerReg_content>*{width:100%}
.showBannerReg .showBannerReg_content .showBannerReg_content_list{border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:40px 30px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item.align-start{align-items:flex-start}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .title{width:160px;min-width:160px;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#222}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .title>span{color:#da291c}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc{display:flex}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc.set{width:100%;display:flex;flex-direction:column;gap:20px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile{width:100%;display:flex;flex-direction:column;gap:8px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .title,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .title{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .title p,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .title p{color:#555;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .title span,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .title span{color:#da291c;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:500}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone{position:relative;width:100%;border:none;height:142px;padding:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone{margin-top:8px}
}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .info {display: flex;gap: 5px;align-items: center;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
  .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .info {align-items: flex-start;}
}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .info > p {color: #555;font-size: 12px;line-height: 1.3;}
@media (max-width: 1279px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px) and (max-width: 1279px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 1279px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 1279px) {
  .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .info > p {font-size: 13px;}
}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .info > br {display: none;}
@media (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .info > br {display: block;}
}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-message,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-message{display:flex;align-items:center;justify-content:center;margin:0;width:100%;height:142px;border-radius:16px;background-color:rgba(48,42,42,.2)}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview{width:100%;margin:0;position:absolute;top:0}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-details,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview .dz-progress,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-details,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview .dz-progress{display:none}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-image,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-image{width:100%;height:142px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-image>img{width:100%;height:142px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-image>img{width:100%;height:200px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-remove,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-remove{position:absolute;right:-8px;top:-8px;z-index:40;width:32px;height:32px;border-radius:999px;background-color:#cbcbcb;cursor:pointer}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-remove,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-remove{width:40px;height:40px}
}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-remove::before,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-remove::before{content:'';position:absolute;left:0;top:0;width:32px;height:32px;background-image:url(/images/close_white.png);background-position:center;background-repeat:no-repeat}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-remove::before,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-remove::before{width:40px;height:40px}
}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview:hover>.dz-image img,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview:hover>.dz-image img{filter:none;-webkit-filter:none}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail{width:100%;display:flex;flex-direction:column;gap:8px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail .title{color:#222}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail .desc{display:flex;flex-direction:column;width:100%;gap:8px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail .desc .form_area{width:100%;display:flex;flex-direction:column;gap:8px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail .desc .form_area p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:400;color:#555}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail .desc .form_area .input{width:100%}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc{width:760px;height:142px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc{width:360px;height:200px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone{width:100%;border:none;height:142px;padding:0}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone{width:100%;border:none;height:200px;padding:0}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-message{height:142px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-message{height:200px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-preview>.dz-image{width:100%;height:142px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-preview>.dz-image{width:100%;height:200px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .btn-toggle{height:20px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .btn-toggle>input{position:relative;width:35px;height:20px;object-fit:contain;border-radius:10px;background-color:#DFDFDF;padding:2px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .btn-toggle>input::after{content:"";position:absolute;top:2px;right:unset;left:2px;transition:left 0.2s linear;width:16px;height:16px;background-color:#fff;border-radius:10px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .btn-toggle>input[type="checkbox"]{-webkit-appearance:none}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .btn-toggle>input[type="checkbox"]:checked{background-color:#da291c}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .btn-toggle>input[type="checkbox"]:checked::after{left:17px}
.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .detail+.mobile{border-top:dashed 1px #dfdfdf;padding-top:20px}
.showBannerReg .showBannerReg_content>button{width:180px;padding:8px 20px;margin:16px auto 0}
.showBannerReg_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .showBannerReg_title{margin-top:48px}
    .log .showBannerReg_title{margin-top:unset;padding-bottom:16px;}
    .showBannerReg{padding:0 24px;margin-bottom:80px;max-width:unset}
    .showBannerReg>.breadcrumb{margin-top:0;height:40px}
    .showBannerReg_body{margin-top:0}
    .showBannerReg_body>.side_menu{margin:0;z-index:1}
    .showBannerReg .showBannerReg_content{max-width:unset;margin-top:48px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_tab li a{min-width:120px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list{padding:40px 10px;gap:24px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list .showBannerReg_content_list_item{align-items:center;gap:8px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list .showBannerReg_content_list_item.align-start{flex-direction:column;align-items:flex-start;gap:16px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list .showBannerReg_content_list_item .title{width:fit-content;min-width:unset}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list .showBannerReg_content_list_item .desc .detail{gap:10px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list .showBannerReg_content_list_item .desc .detail .desc{gap:10px}
    .showBannerReg .showBannerReg_content>button{width:100%;margin-top:20px}
    .showBannerReg_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc{width:100%;height:142px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc{width:50%;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .showBannerReg{padding:0 16px}
    .showBannerReg_body>.side_menu{position:absolute}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .title,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .title{flex-direction:column;gap:4px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc{width:100%;height:58px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc{width:100%;height:170px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone{height:58px;min-height:unset}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .web .desc>.dropzone>.dz-message,.showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-message{height:58px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc{height:170px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone{height:170px}
    .showBannerReg .showBannerReg_content .showBannerReg_content_list_item .desc .mobile .desc>.dropzone>.dz-message{height:170px}
}

/* comCertList */
.comCertList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.comCertList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.comCertList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .comCertList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .comCertList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.comCertList>.title{margin-top:80px;text-align:center}
.comCertList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.comCertList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_body>.side_menu{border:none;background-color:#fff}
    .log .comCertList_body>.side_menu{border:1px solid #dfdfdf;}
}
.comCertList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.comCertList_body>.side_menu .side_menu_item{padding-bottom:15px}
.comCertList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .comCertList_body>.side_menu>.tab-nav>label{width:50%}
}
.comCertList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
    .log .comCertList_body>.side_menu>div>.title{border:none;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_body>.side_menu.open>div>.title{border:none}
}
.comCertList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.comCertList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.comCertList_content>*{width:100%}
.comCertList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.comCertList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head_btn>.search1{width:100%}
}
.comCertList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head_btn>.search1>button{width:54px;padding:0 0 0 4px;}
    .comCertList_content_head_btn>.search1>button>span{display:none}
}
.comCertList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.comCertList_content_head_btn>button>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_head_btn>button>span{display:none}
}
.comCertList_content_head_result>strong{font-size:14px;font-weight:500;line-height:1.3;color:#222}
.comCertList_content_head_result>span{font-size:14px;line-height:1.3;color:#6d6d6d}
.comCertList_content_table_area{display:flex;justify-content:center}
.comCertList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:55px 400px 285px 200px 40px}
.comCertList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.comCertList_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:55px 1fr 40px}
.comCertList_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.comCertList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.comCertList_content_table_area>.table>.tbody>.tr>.image{padding:15px 0 16px 15px}
.comCertList_content_table_area>.table>.tbody>.tr>.image img{width:40px;height:40px;border-radius:999px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_table_area>.table>.tbody>.tr>.image img{width:50px;height:50px}
}
.comCertList_content_table_area>.table>.tbody>.tr>.content1{display:grid;grid-template-columns:400px 285px 200px}
.comCertList_content_table_area>.table>.tbody>.tr>.content1>.nombres{padding:15px 10px 16px 16px;justify-content:flex-start}
.comCertList_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{width:fit-content;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:normal;text-align: justify}
.comCertList_content_table_area>.table>.tbody>.tr>.content1>.nota{padding:15px 16px 16px}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{height:fit-content;filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;padding:8px 0}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.comCertList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .comCertList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .comCertList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .comCertList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.comCertList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.comCertList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_paging_area{flex-direction:column}
}
.comCertList_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:91px;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
.comCertList_content_paging_area>.button-primary>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.comCertList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList_title{margin-top:48px}
    .log .comCertList_title{margin-top:unset;padding-bottom:16px;}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .comCertList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .comCertList>.breadcrumb{margin-top:0;height:40px}
    .comCertList_body{margin-top:0}
    .comCertList_body>.side_menu{margin:0;z-index:1}
    .comCertList_content{margin-top:48px}
    .comCertList_content_table_area>.table{border-top:2px solid #222}
    .comCertList_content_table_area>.table>.thead{display:none}
    .comCertList_content_table_area>.table>.tbody>.tr{grid-template-columns:55px 1fr 40px;align-items:center}
    .comCertList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .comCertList_content_table_area>.table>.tbody>.tr>.image{padding-left:10px;justify-content:center}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1{height:fit-content;grid-template-columns:1fr;padding:62px 10px 20px 14px;position:relative}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1>.nombres{padding:0;position:absolute;top:43px;left:15px}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1>.nombres>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:1}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1>.nota{padding:0}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1>.nota.ab{position:absolute;top:25px;left:15px}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1:hover>.date{color:#555!important}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1:hover>.description{color:#222!important}
    .comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .comCertList_content_table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:28px}
    .comCertList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .comCertList{padding:0 16px}
    .comCertList_body>.side_menu{position:absolute}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .comCertList_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* vendedor_order_complete */
.vendedor_order_complete{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_order_complete>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_order_complete>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_order_complete>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_order_complete>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_order_complete>.title{margin-top:80px;text-align:center}
.vendedor_order_complete_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_order_complete_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_order_complete_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_order_complete_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_order_complete_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_order_complete_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_order_complete_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_body>.side_menu.open>div>.title{border:none}
}
.vendedor_order_complete_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_order_complete_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_order_complete_content>*{width:100%}
.vendedor_order_complete_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_title{margin-top:48px}
}
.vendedor_order_complete_number{color:#da291c;font-size:18px;line-height:1.3;font-weight:700;text-align:left;margin-bottom:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_number{font-size:16px}
}
.vendedor_order_complete_form{padding:80px 0;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_form{padding:40px 0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_complete_form{padding-left:30px;padding-right:30px}
}
.vendedor_order_complete_form_img{width:60px;height:60px}
.vendedor_order_complete_form>h4{font-size:24px;line-height:1.3;font-weight:700;color:#222}
.vendedor_order_complete_form>h4>br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_complete_form>h4>br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete_form>h4{font-size:16px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_complete_form>h4{text-align:center}
}
.vendedor_order_complete_form_box{display:flex;gap:8px;align-items:center;margin-top:14px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_complete_form_box{width:100%;margin-top:8px;flex-direction:column}
}
.vendedor_order_complete_form_box .search1{width:100%}
.vendedor_order_complete_form_box .search1>input[type="text"]{width:532px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_complete_form_box .search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_complete{padding:0 24px;margin-bottom:80px}
    .vendedor_order_complete>.breadcrumb{margin-top:0;height:40px}
    .vendedor_order_complete_body{margin-top:0}
    .vendedor_order_complete_body>.side_menu{margin:0}
    .vendedor_order_complete_content{margin-top:48px}
    .vendedor_order_complete_content article+article{margin-top:50px}
    .vendedor_order_complete_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_complete{padding:0 16px}
    .vendedor_order_complete_body>.side_menu{position:absolute;z-index:1}
}

/* circularDraftList */
.circularDraftList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.circularDraftList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.circularDraftList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .circularDraftList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .circularDraftList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.circularDraftList>.title{margin-top:80px;text-align:center}
.circularDraftList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.circularDraftList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_body>.side_menu{border:none;background-color:#fff}
}
.circularDraftList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.circularDraftList_body>.side_menu .side_menu_item{padding-bottom:15px}
.circularDraftList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .circularDraftList_body>.side_menu>.tab-nav>label{width:50%}
}
.circularDraftList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_body>.side_menu.open>div>.title{border:none}
}
.circularDraftList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.circularDraftList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.circularDraftList_content>*{width:100%}
.circularDraftList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.circularDraftList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head_btn>.search1{width:100%}
}
.circularDraftList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head_btn>.search1>button{width:54px}
    .circularDraftList_content_head_btn>.search1>button>span{display:none}
}
.circularDraftList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.circularDraftList_content_head_btn>button>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_head_btn>button>span{display:none}
}
.circularDraftList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.circularDraftList_content_head_result>p{width:fit-content;white-space:nowrap}
.circularDraftList_content_head_result .dropdown{width:336px;height:30px}
.circularDraftList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularDraftList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularDraftList_content_table_area{display:flex;justify-content:center}
.circularDraftList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:1fr 40px}
.circularDraftList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.circularDraftList_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:940px 40px}
.circularDraftList_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.circularDraftList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.circularDraftList_content_table_area>.table>.tbody>.tr .nombres{padding:15px 10px 16px 16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.circularDraftList_content_table_area>.table>.tbody>.tr .nombres>p{overflow:hidden;text-overflow:ellipsis}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox>button{height:24px}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;padding:8px 0}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.circularDraftList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .circularDraftList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .circularDraftList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .circularDraftList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.circularDraftList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.circularDraftList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_paging_area{flex-direction:column}
}
.circularDraftList_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:fit-content;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
.circularDraftList_content_paging_area>.button-primary>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.circularDraftList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularDraftList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .circularDraftList>.breadcrumb{margin-top:0;height:40px}
    .circularDraftList_body{margin-top:0}
    .circularDraftList_body>.side_menu{margin:0;z-index:1}
    .circularDraftList_content{margin-top:48px}
    .circularDraftList_content_table_area>.table{border-top:2px solid #222}
    .circularDraftList_content_table_area>.table>.thead{display:none}
    .circularDraftList_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 40px;align-items:center}
    .circularDraftList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .circularDraftList_content_table_area>.table>.tbody>.tr>.nombres{padding:20px 10px}
    .circularDraftList_content_table_area>.table>.tbody>.tr>.nombres>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:1}
    .circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .circularDraftList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{top:25px}
    .circularDraftList_content_head_result{width:100%;justify-content:space-between}
    .circularDraftList_content_head_result .divider{display:none}
    .circularDraftList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .circularDraftList{padding:0 16px}
    .circularDraftList_body>.side_menu{position:absolute}
    .circularDraftList_content_head_result{flex-direction:column-reverse}
    .circularDraftList_content_head_result>*{width:100%!important}
}

/* circularContactList */
.circularContactList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.circularContactList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.circularContactList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .circularContactList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .circularContactList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.circularContactList>.title{margin-top:80px;text-align:center}
.circularContactList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.circularContactList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_body>.side_menu{border:none;background-color:#fff}
}
.circularContactList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.circularContactList_body>.side_menu .side_menu_item{padding-bottom:15px}
.circularContactList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .circularContactList_body>.side_menu>.tab-nav>label{width:50%}
}
.circularContactList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_body>.side_menu.open>div>.title{border:none}
}
.circularContactList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.circularContactList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.circularContactList_content>*{width:100%}
.circularContactList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.circularContactList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head_btn>.search1{width:100%}
}
.circularContactList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head_btn>.search1>button{width:54px}
    .circularContactList_content_head_btn>.search1>button>span{display:none}
}
.circularContactList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.circularContactList_content_head_btn>button>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_head_btn>button>span{display:none}
}
.circularContactList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.circularContactList_content_head_result>p{width:fit-content;white-space:nowrap}
.circularContactList_content_head_result .dropdown{width:336px;height:30px}
.circularContactList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularContactList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularContactList_content_table_area{display:flex;justify-content:center}
.circularContactList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:420px 420px 100px 40px}
.circularContactList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.circularContactList_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:1fr 100px 40px}
.circularContactList_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:flex-start;align-items:center}
.circularContactList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.circularContactList_content_table_area>.table>.tbody>.tr>.content1{display:grid;grid-template-columns:420px 420px}
.circularContactList_content_table_area>.table>.tbody>.tr>.content1>.contactar{padding:15px 10px 16px 16px}
.circularContactList_content_table_area>.table>.tbody>.tr>.content1>.contactar>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:normal;text-align: justify}
.circularContactList_content_table_area>.table>.tbody>.tr>.content1>.empresa{padding:15px 10px 16px;justify-content:flex-start;text-align:left}
.circularContactList_content_table_area>.table>.tbody>.tr>.content1>.empresa>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:normal;text-align: justify}
.circularContactList_content_table_area>.table>.tbody>.tr>.icon{justify-content:center}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox{display:flex;align-items:center;justify-content:center;position:relative}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox>button{height:24px}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
.circularContactList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .circularContactList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .circularContactList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .circularContactList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.circularContactList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.circularContactList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_paging_area{flex-direction:column}
}
.circularContactList_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:fit-content;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
.circularContactList_content_paging_area>.button-primary>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.circularContactList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularContactList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .circularContactList>.breadcrumb{margin-top:0;height:40px}
    .circularContactList_body{margin-top:0}
    .circularContactList_body>.side_menu{margin:0;z-index:1}
    .circularContactList_content{margin-top:48px}
    .circularContactList_content_table_area>.table{border-top:2px solid #222}
    .circularContactList_content_table_area>.table>.thead{display:none}
    .circularContactList_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr 38px 40px;align-items:center}
    .circularContactList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .circularContactList_content_table_area>.table>.tbody>.tr>.content1{grid-template-columns:1fr;gap:4px;padding:20px 16px}
    .circularContactList_content_table_area>.table>.tbody>.tr>.content1>.contactar{padding:0}
    .circularContactList_content_table_area>.table>.tbody>.tr>.content1>.contactar>p{-webkit-line-clamp:1}
    .circularContactList_content_table_area>.table>.tbody>.tr>.content1>.empresa{padding:0;order:-1}
    .circularContactList_content_table_area>.table>.tbody>.tr>.content1>.empresa>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222}
    .circularContactList_content_table_area>.table>.tbody>.tr>.icon{padding:15px 4px 16px}
    .circularContactList_content_table_area>.table>.tbody>.tr>.icon>img{width:30px;height:21px}
    .circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .circularContactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{top:25px}
    .circularContactList_content_head_result{width:100%;justify-content:space-between}
    .circularContactList_content_head_result .divider{display:none}
    .circularContactList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .circularContactList{padding:0 16px}
    .circularContactList_body>.side_menu{position:absolute}
    .circularContactList_content_head_result{flex-direction:column-reverse}
    .circularContactList_content_head_result>*{width:100%!important}
}

/* circularSentHistList */
.circularSentHistList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.circularSentHistList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.circularSentHistList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .circularSentHistList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .circularSentHistList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.circularSentHistList>.title{margin-top:80px;text-align:center}
.circularSentHistList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.circularSentHistList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_body>.side_menu{border:none;background-color:#fff}
}
.circularSentHistList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.circularSentHistList_body>.side_menu .side_menu_item{padding-bottom:15px}
.circularSentHistList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .circularSentHistList_body>.side_menu>.tab-nav>label{width:50%}
}
.circularSentHistList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_body>.side_menu.open>div>.title{border:none}
}
.circularSentHistList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.circularSentHistList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.circularSentHistList_content>*{width:100%}
.circularSentHistList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.circularSentHistList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head_btn>.search1{width:100%}
}
.circularSentHistList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head_btn>.search1>button{width:54px}
    .circularSentHistList_content_head_btn>.search1>button>span{display:none}
}
.circularSentHistList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.circularSentHistList_content_head_btn>button>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_head_btn>button>p{display:none}
}
.circularSentHistList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.circularSentHistList_content_head_result>p{width:fit-content;white-space:nowrap}
.circularSentHistList_content_head_result .dropdown{width:336px;height:30px}
.circularSentHistList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularSentHistList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularSentHistList_content_table_area{display:flex;justify-content:center}
.circularSentHistList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:620px 180px 180px}
.circularSentHistList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.circularSentHistList_content_table_area>.table>.tbody>.tr{display:grid;grid-template-columns:620px 180px 180px}
.circularSentHistList_content_table_area>.table>.tbody>.tr .td{align-items:center;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.circularSentHistList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.circularSentHistList_content_table_area>.table>.tbody>.tr>.asunto{padding:15px 10px 16px 16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.circularSentHistList_content_table_area>.table>.tbody>.tr>.asunto>p{overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.circularSentHistList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .circularSentHistList_content_table_area>.table>.tbody>.tr .tablet{display:none}
    .circularSentHistList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .circularSentHistList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .circularSentHistList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.circularSentHistList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.circularSentHistList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_paging_area{flex-direction:column}
}
.circularSentHistList_content_paging_area>.button-primary{position:absolute;right:0;bottom:0;width:fit-content;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
.circularSentHistList_content_paging_area>.button-primary>p{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_content_paging_area>.button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.circularSentHistList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularSentHistList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .circularSentHistList>.breadcrumb{margin-top:0;height:40px}
    .circularSentHistList_body{margin-top:0}
    .circularSentHistList_body>.side_menu{margin:0;z-index:1}
    .circularSentHistList_content{margin-top:48px}
    .circularSentHistList_content_table_area>.table{border-top:2px solid #222}
    .circularSentHistList_content_table_area>.table>.thead{display:none}
    .circularSentHistList_content_table_area>.table>.tbody>.tr{grid-template-columns:1fr;align-items:center;padding:20px 16px;gap:4px}
    .circularSentHistList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center;justify-content:flex-start}
    .circularSentHistList_content_table_area>.table>.tbody>.tr>.asunto>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:1}
    .circularSentHistList_content_table_area>.table>.tbody>.tr>.receptores{order:1}
    .circularSentHistList_content_head_result{width:100%;justify-content:space-between}
    .circularSentHistList_content_head_result .divider{display:none}
    .circularSentHistList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .circularSentHistList{padding:0 16px}
    .circularSentHistList_body>.side_menu{position:absolute}
    .circularSentHistList_content_head_result{flex-direction:column-reverse}
    .circularSentHistList_content_head_result>*{width:100%!important}
}

/* inquiry-reg */
.inquiry-reg{max-width:1180px;margin:0 auto;margin-bottom:120px}
.inquiry-reg>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.inquiry-reg>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .inquiry-reg>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .inquiry-reg>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.inquiry-reg>.title{margin-top:80px;text-align:center}
.inquiry-reg_body{width:100%;display:flex;gap:20px;margin-top:80px}
.inquiry-reg_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg_body>.side_menu{border:none;background-color:#fff}
}
.inquiry-reg_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.inquiry-reg_body>.side_menu .side_menu_item{padding-bottom:15px}
.inquiry-reg_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .inquiry-reg_body>.side_menu>.tab-nav>label{width:50%}
}
.inquiry-reg_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg_body>.side_menu.open>div>.title{border:none}
}
.inquiry-reg_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.inquiry-reg_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.inquiry-reg .contact-form{display:flex;flex-direction:column;gap:24px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222;width:100%;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form{padding-left:10px;padding-right:10px}
}
.inquiry-reg .contact-form .input-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form .input-group{flex-direction:column;gap:8px}
}
.inquiry-reg .contact-form .input-group .input-label{display:flex;align-items:center;width:160px;height:40px;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form .input-group .input-label{height:auto}
}
.inquiry-reg .contact-form .input-group .para-textarea{height:160px}
.inquiry-reg .contact-form .input-group .mensaje-textarea{height:120px}
.inquiry-reg .contact-form .input-group .textarea,.inquiry-reg .contact-form .input-group .input,.inquiry-reg .contact-form .input-group .archivos-input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form .input-group .textarea,.inquiry-reg .contact-form .input-group .input,.inquiry-reg .contact-form .input-group .archivos-input{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form .input-group .archivos-input .cargar-btn{width:100%}
}
.inquiry-reg .contact-form .input-group .archivos-input .message-desc{display:flex;align-items:center;margin-top:8px;font-size:13px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form .input-group .archivos-input .message-desc{font-size:13px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-reg .contact-form .input-group .archivos-input .message-desc{align-items:flex-start}
}
.inquiry-reg .contact-form .input-group .archivos-input .message-desc>img{margin-right:5px}
.inquiry-reg .contact-form .input-group .archivos-input .selected-file-list{display:none;gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.inquiry-reg .contact-form .input-group .archivos-input .selected-file-list.show{display:block;}
.inquiry-reg .contact-form .input-group .archivos-input .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .contact-form .input-group .archivos-input .selected-file-list .selected-file{min-height:24px}
}
.inquiry-reg .contact-form .input-group .archivos-input .selected-file-list .selected-file .file-name{margin:0 4px}
.inquiry-reg .bottom-buttons{display:flex;justify-content:center;gap:10px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .bottom-buttons{gap:8px}
}
.inquiry-reg .bottom-buttons>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg .bottom-buttons>button{flex-grow:1}
}
.inquiry-reg_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .inquiry-reg{padding:0 24px;margin-bottom:80px}
    .inquiry-reg>.breadcrumb{margin-top:0;height:40px}
    .inquiry-reg_body{margin-top:0}
    .inquiry-reg_body>.side_menu{margin:0}
    .inquiry-reg_content{margin-top:48px}
    .inquiry-reg_content article+article{margin-top:50px}
    .inquiry-reg_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
.inquiry-reg .asterisk{color:#da291c}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .inquiry-reg{padding:0 16px}
    .inquiry-reg_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_quote_register */
.vendedor_quote_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_quote_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_quote_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_quote_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_quote_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_quote_register>.title{margin-top:80px;text-align:center}
.vendedor_quote_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_quote_register_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_quote_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_quote_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_quote_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_quote_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_quote_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_quote_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_quote_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_quote_register_content>*{width:100%}
.vendedor_quote_register_quote{width:100%;display:flex;flex-direction:column;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_quote{gap:16px}
}
.vendedor_quote_register_quote_product{padding:20px 30px;border-radius:16px;background-color:#f8f8f8;display:flex;gap:16px;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_quote_product{padding:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_quote_product{align-items:flex-start}
}
.vendedor_quote_register_quote_product>img{width:60px;height:60px;border-radius:5px;border:solid 1px #dfdfdf}
.vendedor_quote_register_quote_product_info{display:flex;flex-direction:column;gap:8px}
.vendedor_quote_register_quote_product_info>div{display:flex;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_quote_product_info>div{flex-direction:column;gap:4px;align-items:flex-start}
}
.vendedor_quote_register_quote_product_info>div>p{min-width:78px;font-size:15px;font-weight:700;line-height:1.3;color:#222}
.vendedor_quote_register_quote_product_info>div>span{font-size:13px;color:#000;line-height:1.3;display:flex;align-items:flex-start;gap:8px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_quote_product_info>div>span{flex-direction:column;gap:4px}
}
.vendedor_quote_register_quote_product_info>div>span>img{width:20px;height:14px}
.vendedor_quote_register_quote_info{padding:30px;border-radius:16px;background-color:#f8f8f8;display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_quote_info{padding:30px 20px;gap:20px}
}
.vendedor_quote_register_quote_info>div{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_quote_info>div{flex-direction:column;align-items:flex-start;gap:4px}
}
.vendedor_quote_register_quote_info>div>p{min-width:150px;font-size:13px;line-height:1.3;color:#6d6d6d}
.vendedor_quote_register_quote_info.logistico>div>p{min-width:200px;font-size:13px;line-height:1.3;color:#6d6d6d}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_quote_info>div>p{font-size:14px}
}
.vendedor_quote_register_quote_info>div>.q-q-q{word-break:normal;text-align: justify}
.vendedor_quote_register_quote_info>div>span{font-size:13px;font-weight:500;color:#000;line-height:1.3;word-break:normal;text-align: justify;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_quote_info>div>span{font-size:14px}
}
.vendedor_quote_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:32px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_title{margin-top:48px;padding-bottom:20px}
}
.vendedor_quote_register_quote_info>div>span>.file_item{display:flex}
.vendedor_quote_register_quote_info>div>span>.file_item>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:12px;font-weight:400;color:#555;cursor:pointer}
.vendedor_quote_register_form{margin-top:30px;padding:50px 30px 40px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form{gap:24px;padding-top:40px;padding-left:0;padding-right:0;margin-top:40px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_form{padding-left:10px;padding-right:10px}
}
.vendedor_quote_register_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_quote_register_form_item.start{align-items:flex-start}
.vendedor_quote_register_form_item.start>span{margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item.start>span{margin-top:0}
}
.vendedor_quote_register_form_item_info{width:100%;display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item_info{gap:8px}
}
.vendedor_quote_register_form_item_info>.textarea{width:100%;height:100px}
.vendedor_quote_register_form_item_info>.textarea>textarea{font-size:14px}
.vendedor_quote_register_form_item_info_file>button{width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item_info_file>button{width:100%}
}
.vendedor_quote_register_form_item_info_file>.message-desc{display:flex;align-items:center;margin-top:8px;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item_info_file>.message-desc{font-size:13px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_form_item_info_file>.message-desc{align-items:flex-start}
}
.vendedor_quote_register_form_item_info_file>.message-desc>img{margin-right:5px}
.vendedor_quote_register_form_item_info_file>.selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.vendedor_quote_register_form_item_info_file>.selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item_info_file>.selected-file-list .selected-file{min-height:24px;}
}
.vendedor_quote_register_form_item_info_file>.selected-file-list .selected-file .file-name{margin:0 4px;word-break:normal;text-align: justify;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.vendedor_quote_register_form_item_select{width:100%;display:flex;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item_select{gap:8px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_form_item_select{flex-direction:column}
}
.vendedor_quote_register_form_item_select_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_quote_register_form_item_select>.select{width:100%;height:40px;padding:11px 20px}
.vendedor_quote_register_form_item_select>.dropdown>ul>li>button>span{display:flex;align-items:center;gap:6px}
.vendedor_quote_register_form_item_select>.dropdown>ul>li>button>span>img{width:20px;height:14px}
.vendedor_quote_register_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_quote_register_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_quote_register_form_item>.input,.vendedor_quote_register_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_quote_register_form_item>.select{height:40px;padding:11px 20px}
.vendedor_quote_register_form_item_date{width:230px;height:40px;border-radius:999px;border:1px solid #dfdfdf;padding:11px 20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_form_item_date{width:calc(50% - 4px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_form_item_date{width:100%}
}
.vendedor_quote_register_form_item_date>input{font-size:14px;color:#222;width:100%}
.vendedor_quote_register_warn{margin-top:10px}
.vendedor_quote_register_warn>p{display:flex;align-items:center;gap:4px;font-size:13px;line-height:1.3;color:#555}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register_warn>p{align-items:flex-start}
}
.vendedor_quote_register_group{margin-top:24px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_group{margin-top:20px}
}
.vendedor_quote_register_group_submit,.vendedor_quote_register_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register_group_submit,.vendedor_quote_register_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_quote_register{padding:0 24px;margin-bottom:62px}
    .vendedor_quote_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_quote_register_body{margin-top:0}
    .vendedor_quote_register_body>.side_menu{margin:0}
    .vendedor_quote_register_content{margin-top:48px}
    .vendedor_quote_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_quote_register{padding:0 16px}
    .vendedor_quote_register_body>.side_menu{position:absolute;z-index:1}
}

/* contact-detail */
.contact-detail{max-width:1180px;margin:0 auto;margin-bottom:120px}
.contact-detail>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.contact-detail>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .contact-detail>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .contact-detail>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.contact-detail>.title{margin-top:80px;text-align:center}
.contact-detail_body{width:100%;display:flex;gap:20px;margin-top:80px}
.contact-detail_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail_body>.side_menu{border:none;background-color:#fff}
}
.contact-detail_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.contact-detail_body>.side_menu .side_menu_item{padding-bottom:15px}
.contact-detail_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .contact-detail_body>.side_menu>.tab-nav>label{width:50%}
}
.contact-detail_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail_body>.side_menu.open>div>.title{border:none}
}
.contact-detail_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.contact-detail .contact-detail-card{padding:50px 30px;border-radius:16px;background:#f8f8f8}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card{padding:40px 20px}
}
.contact-detail .contact-detail-card .contact-detail-info{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info{flex-direction:column}
}
.contact-detail .contact-detail-card .contact-detail-info .profile{display:flex;flex-direction:column;align-items:center;padding-top:18.5px;width:300px;gap:10px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info .profile{padding-top:20px;padding-bottom:40px;width:100%}
}
.contact-detail .contact-detail-card .contact-detail-info .profile>img{width:120px;height:120px;border-radius:999px;}
.contact-detail .contact-detail-card .contact-detail-info .profile .profile-title{font-size:16px;font-weight:700;line-height:1.3;text-align:center;color:#222}
.contact-detail .contact-detail-card .contact-detail-info .profile .profile-subtitle{font-size:13px;line-height:1.3;text-align:center;color:#555}
.contact-detail .contact-detail-card .contact-detail-info .divider{width:1px;height:215px;background:#d9d9d9}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info .divider{width:100%;height:1px}
}
.contact-detail .contact-detail-card .contact-detail-info .profile-info-list{display:flex;flex-direction:column;gap:16px;flex-grow:1;padding-left:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info .profile-info-list{gap:20px;padding:30px 10px;border-bottom:1px solid #d9d9d9}
}
.contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group{display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group{flex-direction:column;gap:4px}
}
.contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group .info-label{width:150px;font-size:13px;line-height:1.3;text-align:left;color:#6d6d6d}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group .info-label{font-size:14px}
}
.contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group .info-value{display:flex;align-items:center;font-size:13px;font-weight:500;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group .info-value{font-size:14px}
}
.contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group .info-value>a{font-size:inherit;color:#222}
.contact-detail .contact-detail-card .contact-detail-info .profile-info-list .profile-info-group .info-value .flag-icon{width:14px;margin-right:8px}
.contact-detail .contact-detail-card .profile-buttons{display:flex;justify-content:center;gap:8px;margin-top:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .contact-detail-card .profile-buttons{margin-top:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-detail .contact-detail-card .profile-buttons{flex-direction:column}
}
.contact-detail .contact-detail-card .profile-buttons>button{width:auto}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-detail .contact-detail-card .profile-buttons>button{width:100%}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-detail .contact-detail-card .profile-buttons .eliminar-btn{order:1}
}
.contact-detail .bottom-button-container{display:flex;justify-content:center;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .bottom-button-container{margin-top:20px}
}
.contact-detail .bottom-button-container>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail .bottom-button-container>button{width:100%}
}
.contact-detail_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.contact-detail_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contact-detail{padding:0 24px;margin-bottom:80px}
    .contact-detail>.breadcrumb{margin-top:0;height:40px}
    .contact-detail_body{margin-top:0}
    .contact-detail_body>.side_menu{margin:0}
    .contact-detail_content{margin-top:48px}
    .contact-detail_content article+article{margin-top:50px}
    .contact-detail_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contact-detail{padding:0 16px}
    .contact-detail_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_order_cargo_register */
.vendedor_order_cargo_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_order_cargo_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_order_cargo_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_order_cargo_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_order_cargo_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_order_cargo_register>.title{margin-top:80px;text-align:center}
.vendedor_order_cargo_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_order_cargo_register_body>.side_menu{z-index:10;min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_order_cargo_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_order_cargo_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_order_cargo_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_order_cargo_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_order_cargo_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_order_cargo_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_order_cargo_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_order_cargo_register_content>*{width:100%}
.vendedor_order_cargo_register_quote{width:100%;display:flex;flex-direction:column}
.vendedor_order_cargo_register_quote_product{padding:20px 30px;border-radius:16px;background-color:#f8f8f8;display:flex;gap:16px;align-items:flex-start}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_quote_product{padding:20px}
}
.vendedor_order_cargo_register_quote_product>img{width:60px;height:60px;border-radius:5px;border:solid 1px #dfdfdf}
.vendedor_order_cargo_register_quote_product_info{display:flex;flex-direction:column;gap:8px}
.vendedor_order_cargo_register_quote_product_info>div{display:flex;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_cargo_register_quote_product_info>div{flex-direction:column;gap:4px;align-items:flex-start}
}
.vendedor_order_cargo_register_quote_product_info>div>p{width:120px;font-size:15px;font-weight:700;line-height:1.3;color:#222}
.vendedor_order_cargo_register_quote_product_info>div>span{font-size:13px;color:#000;line-height:1.3;display:flex;align-items:flex-start;gap:8px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_cargo_register_quote_product_info>div>span{flex-direction:column;gap:4px}
}
.vendedor_order_cargo_register_number{color:#da291c;font-size:18px;line-height:1.3;font-weight:700;text-align:left;margin-bottom:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_number{font-size:16px}
}
.vendedor_order_cargo_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:32px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_title{margin-top:48px}
}
.vendedor_order_cargo_register_form{padding:50px 30px 40px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;gap:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form{gap:24px;padding-top:40px;padding-left:10px;padding-right:10px}
}
.vendedor_order_cargo_register_form_title{margin-top:50px;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:8px;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form_title{margin-top:40px}
}
.vendedor_order_cargo_register_form_item{display:flex;align-items:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form_item{flex-direction:column;align-items:flex-start;gap:8px}
}
.vendedor_order_cargo_register_form_item.start{align-items:flex-start}
.vendedor_order_cargo_register_form_item.start>span{margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form_item.start>span{margin-top:0}
}
.vendedor_order_cargo_register_form_item_select{width:100%;display:flex;gap:4px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form_item_select{gap:8px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_cargo_register_form_item_select{flex-direction:column}
}
.vendedor_order_cargo_register_form_item_select_wrapper{width:100%;display:flex;flex-direction:column;gap:8px}
.vendedor_order_cargo_register_form_item_select>.select{width:100%;height:40px;padding:11px 20px}
.vendedor_order_cargo_register_form_item_select>.dropdown>ul>li>button>span{display:flex;align-items:center;gap:6px}
.vendedor_order_cargo_register_form_item_select>.dropdown>ul>li>button>span>img{width:20px;height:14px}
.vendedor_order_cargo_register_form_item>span{min-width:160px;font-size:14px;color:#222;line-height:1.3}
.vendedor_order_cargo_register_form_item>span>br{display:block}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form_item>span>br{display:none}
}
.vendedor_order_cargo_register_form_item>span>strong{color:#da291c;vertical-align:text-top}
.vendedor_order_cargo_register_form_item>.input,.vendedor_order_cargo_register_form_item>.select{width:100%;font-size:14px!important;color:#555!important}
.vendedor_order_cargo_register_form_item>.select{height:40px;padding:11px 20px}
.vendedor_order_cargo_register_form_item_date{width:230px;height:40px;border-radius:999px;border:1px solid #dfdfdf;padding:11px 20px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_form_item_date{width:calc(50% - 4px)}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_cargo_register_form_item_date{width:100%}
}
.vendedor_order_cargo_register_form_item_date>input{font-size:14px;color:#222;width:100%}
.vendedor_order_cargo_register_group{margin-top:24px;width:100%;display:flex;gap:10px;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_group{margin-top:20px}
}
.vendedor_order_cargo_register_group_submit,.vendedor_order_cargo_register_group_prev{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register_group_submit,.vendedor_order_cargo_register_group_prev{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_order_cargo_register{padding:0 24px;margin-bottom:62px}
    .vendedor_order_cargo_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_order_cargo_register_body{margin-top:0}
    .vendedor_order_cargo_register_body>.side_menu{margin:0}
    .vendedor_order_cargo_register_content{margin-top:48px}
    .vendedor_order_cargo_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_order_cargo_register{padding:0 16px}
    .vendedor_order_cargo_register_body>.side_menu{position:absolute;z-index:1}
}

/* vendedor_circular_register */
.vendedor_circular_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_circular_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_circular_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_circular_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_circular_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_circular_register>.title{margin-top:80px;text-align:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register>.vendedor_circular_register_body>.vendedor_circular_register_content>h1{margin-top:32px}
}
.vendedor_circular_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_circular_register_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_circular_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_circular_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_circular_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_circular_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_circular_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_circular_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_circular_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_circular_register_content>*{width:100%}
.vendedor_circular_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_title{margin-top:48px}
}.vendedor_circular_register_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_circular_register_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_circular_register_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_circular_register_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_circular_register_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_circular_register_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_circular_register_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_body>.side_menu.open>div>.title{border:none}
}
.vendedor_circular_register_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_circular_register_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_circular_register_content>*{width:100%}
.vendedor_circular_register_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_title{margin-top:48px}
}
.vendedor_circular_register .contact-form{display:flex;flex-direction:column;gap:24px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form{padding-left:10px;padding-right:10px}
}
.vendedor_circular_register .contact-form .input-group{display:flex;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group{flex-direction:column;gap:8px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group.with-button{margin-top:14px}
}
.vendedor_circular_register .contact-form .input-group .input-label{display:flex;align-items:center;min-width:160px;height:40px;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .input-label{height:auto}
}
.vendedor_circular_register .contact-form .input-group .para-textarea{height:160px}
.vendedor_circular_register .contact-form .input-group .mensaje-textarea{height:120px}
.vendedor_circular_register .contact-form .input-group .selector>.button-white-line{width:92px;margin-bottom:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector>.button-white-line{position:absolute;top:-12px;left:76px}
}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container{display:none;border-radius:16px;background-color:#f8f8f8;margin-bottom:8px;width:100%}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container.show{display:block;}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container{padding:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container{padding:20px;margin-top:8px}
}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{overflow-y:auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{height:100px;padding-right:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{padding-right:5px;height:136px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{padding-right:5px;height:120px}
}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#555}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{min-height:48px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{min-height:40px}
}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .divider{margin:16px 0 16px;height:1px;align-self:stretch;flex-grow:0;border:dashed 1px #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .divider{margin-top:16px;margin-bottom:19px}
}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .eliminate-all{display:flex;justify-content:flex-end}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px;margin-left:5px}
.vendedor_circular_register .contact-form .input-group .selector>.applied-category-list-container .eliminate-button .close-icon{margin-right:2px}
.vendedor_circular_register .contact-form .input-group .selector,.vendedor_circular_register .contact-form .input-group .textarea,.vendedor_circular_register .contact-form .input-group .input,.vendedor_circular_register .contact-form .input-group .archivos-input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .selector,.vendedor_circular_register .contact-form .input-group .textarea,.vendedor_circular_register .contact-form .input-group .input,.vendedor_circular_register .contact-form .input-group .archivos-input{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .archivos-input .cargar-btn{width:100%}
}
.vendedor_circular_register .contact-form .input-group .archivos-input .message-desc{display:flex;align-items:center;margin-top:8px;font-size:13px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .archivos-input .message-desc{font-size:13px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register .contact-form .input-group .archivos-input .message-desc{align-items:flex-start}
}
.vendedor_circular_register .contact-form .input-group .archivos-input .message-desc>img{margin-right:5px}
.vendedor_circular_register .contact-form .input-group .archivos-input .selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.vendedor_circular_register .contact-form .input-group .archivos-input .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .contact-form .input-group .archivos-input .selected-file-list .selected-file{min-height:24px}
}
.vendedor_circular_register .contact-form .input-group .archivos-input .selected-file-list .selected-file .file-name{margin:0 4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify;}
.vendedor_circular_register .bottom-buttons{display:flex;justify-content:center;gap:10px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .bottom-buttons{gap:8px}
}
.vendedor_circular_register .bottom-buttons>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register .bottom-buttons>button{flex-grow:1}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register{padding:0 24px;margin-bottom:80px}
    .vendedor_circular_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_circular_register_body{margin-top:0}
    .vendedor_circular_register_body>.side_menu{margin:0;z-index:1;}
    .vendedor_circular_register_content{margin-top:48px}
    .vendedor_circular_register_content article+article{margin-top:50px}
    .vendedor_circular_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
.vendedor_circular_register .asterisk{color:#da291c}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register{padding:0 16px}
    .vendedor_circular_register_body>.side_menu{position:absolute;z-index:1}
}
.vendedor_circular_register_modal>.modal-body{height:720px;width:800px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px 50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register_modal>.modal-body{padding:50px 16px 50px 16px}
}
.vendedor_circular_register_modal_content h1{color:#222;font-size:28px;font-weight:700;line-height:1.3;text-align:center}
.vendedor_circular_register_modal_content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_circular_register_modal_content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content h1{font-size:20px}
}
.vendedor_circular_register_modal_content .search1{width:100%}
.vendedor_circular_register_modal_content .search1>input[type="text"]{width:100%}
.vendedor_circular_register_modal_content .search1>button{width:108px;min-width:108px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content .search1>button{min-width:54px;width:54px}
    .vendedor_circular_register_modal_content .search1>button>span{display:none}
}
.vendedor_circular_register_modal_content .modal-body-contents-scroll{display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content .modal-body-contents-scroll{gap:24px}
}
.vendedor_circular_register_modal_content .modal-body-footer{margin-top:20px!important}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content .modal-body-footer{margin-top:0!important}
}
.vendedor_circular_register_modal_content_body{display:flex;flex-direction:column;width:100%}
.vendedor_circular_register_modal_content_body_table{width:100%;border-top:solid 2px #222;border-bottom:solid 1px #222;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content_body_table{margin-top:0}
}
.vendedor_circular_register_modal_content_body_table>table{width:100%;border-collapse:collapse}
.vendedor_circular_register_modal_content_body_table>table>thead{background-color:#f8f8f8}
.vendedor_circular_register_modal_content_body_table>table>thead>tr>th{padding:15px 11px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content_body_table>table>thead>tr>th{padding:8px 0}
}
.vendedor_circular_register_modal_content_body_table>table>thead>tr>th>p{font-size:14px;color:#222;line-height:1.3;font-weight:700}
.vendedor_circular_register_modal_content_body_table>table>thead>tr>th:nth-child(1){width:40px}
.vendedor_circular_register_modal_content_body_table>table>thead>tr>th:nth-child(2){width:100%}
.vendedor_circular_register_modal_content_body_table>table>tbody>tr{border-bottom:1px solid #dfdfdf}
.vendedor_circular_register_modal_content_body_table>table>tbody>tr:hover{background-color:#FFF6F6}
.vendedor_circular_register_modal_content_body_table>table>tbody>tr:last-child{border-bottom:none}
.vendedor_circular_register_modal_content_body_table>table>tbody>tr>td{padding:15px 11px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content_body_table>table>tbody>tr>td{padding:8px 0}
}
.vendedor_circular_register_modal_content_body_table>table>tbody>tr>td>span{font-size:13px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content_body_table>table>tbody>tr>td>span{padding-left:10px}
}
.vendedor_circular_register_modal_content_body_paging{width:100%;margin-top:16px;display:flex;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content_body_paging{margin-top:20px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content .modal-body-footer{position:relative}
}
.vendedor_circular_register_modal_content_body_form{width:100%;height:500px;overflow-y:auto;}
.vendedor_circular_register_modal_content_body_form_btn{width:100%;display:flex;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_circular_register_modal_content_body_form_btn{margin-top:0}
}
.vendedor_circular_register_modal_content_body_form_btn>button{width:100%}

/* circularBorradoresList */
.circularBorradoresList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.circularBorradoresList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.circularBorradoresList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .circularBorradoresList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .circularBorradoresList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.circularBorradoresList>.title{margin-top:80px;text-align:center}
.circularBorradoresList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.circularBorradoresList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_body>.side_menu{border:none;background-color:#fff}
}
.circularBorradoresList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.circularBorradoresList_body>.side_menu .side_menu_item{padding-bottom:15px}
.circularBorradoresList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .circularBorradoresList_body>.side_menu>.tab-nav>label{width:50%}
}
.circularBorradoresList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_body>.side_menu.open>div>.title{border:none}
}
.circularBorradoresList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.circularBorradoresList_content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.circularBorradoresList_content>*{width:100%}
.circularBorradoresList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.circularBorradoresList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head_btn>.search1{width:100%}
}
.circularBorradoresList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head_btn>.search1>button{width:54px}
    .circularBorradoresList_content_head_btn>.search1>button>span{display:none}
}
.circularBorradoresList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.circularBorradoresList_content_head_btn>button>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_head_btn>button>span{display:none}
}
.circularBorradoresList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.circularBorradoresList_content_head_result>p{width:fit-content;white-space:nowrap}
.circularBorradoresList_content_head_result .dropdown{width:336px;height:30px}
.circularBorradoresList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularBorradoresList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.circularBorradoresList_content_table_area{display:flex;justify-content:center}
.circularBorradoresList_content_table_area>.table{width:100%}
.circularBorradoresList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:calc(100% - 40px) 40px}
.circularBorradoresList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.circularBorradoresList_content_table_area>.table>.tbody{width:100%}
.circularBorradoresList_content_table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:calc(100% - 40px) 40px}
.circularBorradoresList_content_table_area>.table>.tbody>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:10px 16px;display:flex;justify-content:center;align-items:center}
.circularBorradoresList_content_table_area>.table>.tbody>.tr .td>p{text-align:left;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.circularBorradoresList_content_table_area>.table>.tbody>.tr .td.start{justify-content:flex-start}
.circularBorradoresList_content_table_area>.table>.tbody>.tr .td.start>p{margin-bottom:4px;word-break:normal;text-align: justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox{position:relative}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;width:fit-content;padding:2px 10px}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul{padding:0}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li{display:flex;flex-direction:row;align-items:center;height:34px}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:4px;white-space:nowrap}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li>button>span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000}
.circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt>ul>li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .circularBorradoresList_content_table_area>.table>.tbody>.tr .tablet{display:none}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.circularBorradoresList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.circularBorradoresList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.circularBorradoresList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_content_paging_area{flex-direction:column}
}
.circularBorradoresList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .circularBorradoresList{padding:0 24px;margin-bottom:80px;max-width:unset}
    .circularBorradoresList>.breadcrumb{margin-top:0;height:40px}
    .circularBorradoresList_body{margin-top:0}
    .circularBorradoresList_body>.side_menu{margin:0;z-index:1}
    .circularBorradoresList_content{margin-top:48px}
    .circularBorradoresList_content_head_result{width:100%;justify-content:space-between}
    .circularBorradoresList_content_head_result .divider{display:none}
    .circularBorradoresList_content_table_area>.table{border-top:2px solid #222}
    .circularBorradoresList_content_table_area>.table>.thead{display:none}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr{align-items:center}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr .td{padding:16px 10px;border:none;height:fit-content;align-items:center}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr .desktop{display:none}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox{align-items:center;justify-content:center}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr>.tooltipBox>.tooltip-txt{top:28px}
    .circularBorradoresList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .circularBorradoresList{padding:0 16px}
    .circularBorradoresList_body>.side_menu{position:absolute}
    .circularBorradoresList_content_head_result{flex-direction:column-reverse;align-items:flex-start!important}
    .circularBorradoresList_content_head_result>.dropdown{width:100%}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .circularBorradoresList_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* contactList */
.contactList{max-width:1180px;margin:0 auto;margin-bottom:120px}
.contactList>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.contactList>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .contactList>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .contactList>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.contactList>.title{margin-top:80px;text-align:center}
.contactList_body{width:100%;display:flex;gap:20px;margin-top:80px}
.contactList_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList_body>.side_menu{border:none;background-color:#fff}
}
.contactList_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.contactList_body>.side_menu .side_menu_item{padding-bottom:15px}
.contactList_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .contactList_body>.side_menu>.tab-nav>label{width:50%}
}
.contactList_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList_body>.side_menu.open>div>.title{border:none}
}
.contactList_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.contactList .contactList_content{max-width:980px;position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.contactList .contactList_content>*{width:100%}
.contactList .contactList_content .contactList_content_tab{width:100%;display:flex;margin-bottom:48px;overflow-x:auto}
.contactList .contactList_content .contactList_content_tab>li{flex-grow:1}
.contactList .contactList_content .contactList_content_tab>li>a{cursor:pointer;padding:0 20px;height:60px;border-bottom:solid 2px #dfdfdf;text-decoration:none;white-space:nowrap;min-width:180px}
.contactList .contactList_content .contactList_content_tab>li:hover>a,.contactList .contactList_content .contactList_content_tab>li.selected>a{border-bottom:solid 2px #da291c;font-weight:700!important;color:#da291c!important}
.contactList .contactList_content .contactList_content_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head{flex-direction:column;align-items:flex-start;gap:12px}
}
.contactList .contactList_content .contactList_content_head_btn{display:flex;align-items:center;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head_btn{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head_btn>.search1{width:100%}
}
.contactList .contactList_content .contactList_content_head_btn>.search1>input[type="text"]{padding-right:2px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head_btn>.search1>input[type="text"]{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head_btn>.search1>button{width:54px}
    .contactList .contactList_content .contactList_content_head_btn>.search1>button>span{display:none}
}
.contactList .contactList_content .contactList_content_head_btn>button{width:155px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head_btn>button{width:44px;height:44px;padding:10px}
}
.contactList .contactList_content .contactList_content_head_btn>button>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content .contactList_content_head_btn>button>span{display:none}
}
.contactList .contactList_content .contactList_content_head_result .divider{width:1px;height:20px;flex-grow:0;background-color:#dfdfdf}
.contactList .contactList_content .contactList_content_head_result>p{width:fit-content;white-space:nowrap}
.contactList .contactList_content .contactList_content_head_result .dropdown{width:336px;height:30px}
.contactList .contactList_content .contactList_content_head_result .dropdown>.dropdown-default2{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.contactList .contactList_content .contactList_content_head_result .dropdown>.dropdown-options2>li{height:30px;padding-top:6.5px;padding-bottom:6.5px}
.contactList .contactList_content .contactList_content_table_area{display:flex;justify-content:center}
.contactList .contactList_content .contactList_content_table_area>.table{width:100%}
.contactList .contactList_content .contactList_content_table_area>.table>.thead>.tr{display:grid;grid-template-columns:350px 350px 100px 140px 40px}
.contactList .contactList_content .contactList_content_table_area>.table>.thead>.tr>.th{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:14px;font-weight:700;color:#222;text-align:center}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody{width:100%}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr{width:100%;display:grid;grid-template-columns:1fr 140px 40px}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .td{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555;padding:15px 10px 16px;display:flex;justify-content:center;align-items:center}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .td span.desktop.flag-icon{width:20px;height:14px;}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .td span.tablet.flag-icon{width:30px;height:21px;}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .td>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#555}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content{padding:0;display:grid;grid-template-columns:350px 350px 100px}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content:hover{cursor:pointer;}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content .contactar{justify-content:flex-start}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content .contactar>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content .empresa{justify-content:flex-start}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content .empresa>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .content .pais .grupo>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .fecha .grupo>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox{position:relative}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>button{filter:invert(21%) sepia(28%) saturate(7439%) hue-rotate(353deg) brightness(107%) contrast(89%)}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt{width:152px;display:block!important;position:absolute;z-index:10;top:40px;right:0;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2);border:solid 1px #dfdfdf;background-color:#fff;padding:2px 10px}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul{padding:0}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li{width:100%;display:flex;flex-direction:row;align-items:center;min-height:36px;height:auto}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li>button{width:100%;height:100%;text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:4px}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li>button p,.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li>button span{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;color:#000;text-align:left}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li:last-child button{align-items:flex-start}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.tooltipBox.open>.tooltip-txt ul li+li{border-top:1px solid #dfdfdf}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .tablet{display:none}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr.active{background-color:#fff6f6}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr.active .td{color:#222}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr.active .td p{color:#222}
}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr:last-child{border-bottom:1px solid #222}
.contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr+.tr{border-top:1px solid #dfdfdf}
.contactList .contactList_content_paging_area{margin-top:16px;display:flex;align-items:center;justify-content:center;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content_paging_area{flex-direction:column}
}
.contactList .contactList_content_paging_area .button-primary{position:absolute;right:0;bottom:0;width:fit-content;height:36px;white-space:nowrap;padding:9px 20px;color:#fff;font-size:14px;font-weight:700}
.contactList .contactList_content_paging_area .button-primary>span{white-space:nowrap}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList .contactList_content_paging_area .button-primary{position:relative;margin-top:24px;width:100%;height:40px}
}
.contactList_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList_title{margin-top:48px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList{padding:0 24px;margin-bottom:80px}
    .contactList>.breadcrumb{margin-top:0;height:40px}
    .contactList_body{margin-top:0}
    .contactList_body>.side_menu{margin:0;z-index:1}
    .contactList .contactList_content{margin-top:48px;max-width:unset;width:100%}
    .contactList .contactList_content .contactList_content_tab li a{min-width:120px}
    .contactList .contactList_content .contactList_content_head_result{width:100%;justify-content:space-between}
    .contactList .contactList_content .contactList_content_head_result .divider{display:none}
    .contactList .contactList_content .contactList_content_table_area>.table{border-top:2px solid #222}
    .contactList .contactList_content .contactList_content_table_area>.table>.thead{display:none}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr{align-items:center;grid-template-columns:1fr 38px 40px}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .td{padding:0;border:none;height:fit-content;align-items:center}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .desktop{display:none}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content{height:fit-content;grid-template-columns:1fr;gap:4px;padding:20px 10px;padding-left:0}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content>.td{padding:0}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content .contactar{order:1}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content .empresa>p{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:16px;font-weight:700;color:#222;-webkit-line-clamp:2}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content>.pais{justify-content:flex-start;order:-1}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content:hover>.date{color:#555!important}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.content:hover>.description{color:#222!important}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr>.fecha>img{width:30px;height:21px}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .tooltipBox{align-items:center;justify-content:center}
    .contactList .contactList_content .contactList_content_table_area>.table>.tbody>.tr .tooltipBox.open .tooltip-txt{top:30px}
    .contactList_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactList{padding:0 16px}
    .contactList_body>.side_menu{position:absolute}
    .contactList .contactList_content .contactList_content_head_result{flex-direction:column-reverse;gap:16px}
    .contactList .contactList_content .contactList_content_head_result>p,.contactList .contactList_content .contactList_content_head_result .dropdown{width:100%}
    .contactList .contactList_content .contactList_content_content_table_area>.table>.tbody>.tr>.content1>.content2{flex-direction:column;gap:4px}
    .contactList .contactList_content .contactList_content_content_table_area>.table>.tbody>.tr>.content1>.content2>div+div{border-left:none;padding-left:0}
}

/* vendedor_proposal_preview */
.vendedor_proposal_preview{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_proposal_preview>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_proposal_preview>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_proposal_preview>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_proposal_preview>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_proposal_preview>.title{margin-top:80px;text-align:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview>.vendedor_order_complete_body>.vendedor_order_complete_content>h1{margin-top:32px}
}
.vendedor_proposal_preview .contact-form{display:flex;flex-direction:column;gap:24px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form{padding-left:10px;padding-right:10px}
}
.vendedor_proposal_preview .contact-form .input-group{display:flex;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group{flex-direction:column;gap:8px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group.with-button{margin-top:14px}
}
.vendedor_proposal_preview .contact-form .input-group .input-label{display:flex;align-items:center;min-width:160px;height:40px;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .input-label{height:auto}
}
.vendedor_proposal_preview .contact-form .input-group .para-textarea{height:160px}
.vendedor_proposal_preview .contact-form .input-group .mensaje-textarea{height:120px}
.vendedor_proposal_preview .contact-form .input-group .selector>.button-white-line{width:92px;margin-bottom:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.button-white-line{position:absolute;top:-12px;left:76px}
}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container{border-radius:16px;background-color:#f8f8f8;margin-bottom:8px;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container{padding:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container{padding:20px;margin-top:8px}
}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{overflow-y:auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{height:100px;padding-right:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{padding-right:5px;height:136px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{padding-right:5px;height:120px}
}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#555}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{min-height:48px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{min-height:40px}
}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .divider{margin:16px 0 16px;height:1px;align-self:stretch;flex-grow:0;border:dashed 1px #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .divider{margin-top:16px;margin-bottom:19px}
}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .eliminate-all{display:flex;justify-content:flex-end}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px;margin-left:5px}
.vendedor_proposal_preview .contact-form .input-group .selector>.applied-category-list-container .eliminate-button .close-icon{margin-right:2px}
.vendedor_proposal_preview .contact-form .input-group .selector,.vendedor_proposal_preview .contact-form .input-group .textarea,.vendedor_proposal_preview .contact-form .input-group .input,.vendedor_proposal_preview .contact-form .input-group .archivos-input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .selector,.vendedor_proposal_preview .contact-form .input-group .textarea,.vendedor_proposal_preview .contact-form .input-group .input,.vendedor_proposal_preview .contact-form .input-group .archivos-input{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .archivos-input .cargar-btn{width:100%}
}
.vendedor_proposal_preview .contact-form .input-group .archivos-input .message-desc{display:flex;align-items:center;margin-top:8px;font-size:13px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .archivos-input .message-desc{font-size:13px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview .contact-form .input-group .archivos-input .message-desc{align-items:flex-start}
}
.vendedor_proposal_preview .contact-form .input-group .archivos-input .message-desc>img{margin-right:5px}
.vendedor_proposal_preview .contact-form .input-group .archivos-input .selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.vendedor_proposal_preview .contact-form .input-group .archivos-input .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .contact-form .input-group .archivos-input .selected-file-list .selected-file{min-height:24px}
}
.vendedor_proposal_preview .contact-form .input-group .archivos-input .selected-file-list .selected-file .file-name{margin:0 4px}
.vendedor_proposal_preview .bottom-buttons{display:flex;justify-content:center;gap:10px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .bottom-buttons{gap:8px}
}
.vendedor_proposal_preview .bottom-buttons>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview .bottom-buttons>button{flex-grow:1}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview{padding:0 24px;margin-bottom:80px}
    .vendedor_proposal_preview>.breadcrumb{margin-top:0;height:40px}
    .vendedor_proposal_preview_body{margin-top:0}
    .vendedor_proposal_preview_body>.side_menu{margin:0}
    .vendedor_proposal_preview_content{margin-top:48px}
    .vendedor_proposal_preview_content article+article{margin-top:50px}
    .vendedor_proposal_preview_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
.vendedor_proposal_preview .asterisk{color:#da291c}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview{padding:0 16px}
    .vendedor_proposal_preview_body>.side_menu{position:absolute;z-index:1}
}
.vendedor_proposal_preview_modal>.modal-body{height:auto;width:800px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview_modal>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal>.modal-body{padding:50px 16px}
}
.vendedor_proposal_preview_modal_content h1{color:#222;font-size:28px;font-weight:700;line-height:1.3;text-align:center}
.vendedor_proposal_preview_modal_content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview_modal_content h1{font-size:20px}
}
.vendedor_proposal_preview_modal_content_body{width:100%;display:flex;flex-direction:column;gap:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview_modal_content_body .modal-body-contents{margin-bottom:0!important}
}
.vendedor_proposal_preview_modal_content_body_info{background-color:#f8f8f8;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:8px}
.vendedor_proposal_preview_modal_content_body_info>p{font-size:16px;color:#da291c;font-weight:700;line-height:1.3}
.vendedor_proposal_preview_modal_content_body_info_box{display:flex;flex-direction:column;gap:4px}
.vendedor_proposal_preview_modal_content_body_info_box>span{font-size:13px;color:#555;line-height:1.3}
.vendedor_proposal_preview_modal_content_body_info_box_tel{display:flex;align-items:center;gap:8px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content_body_info_box_tel{flex-direction:column;align-items:flex-start}
}
.vendedor_proposal_preview_modal_content_body_info_box_tel_divider{height:12px;width:1px;background-color:#999}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content_body_info_box_tel_divider{display:none}
}
.vendedor_proposal_preview_modal_content_body_info_box_tel_phone{display:flex;align-items:center;gap:4px}
.vendedor_proposal_preview_modal_content_body_info_box_tel_phone>span{font-size:13px;color:#555;line-height:1.3}
.vendedor_proposal_preview_modal_content_body_desc_msg{word-break:normal;text-align: justify;}
.vendedor_proposal_preview_modal_content_body_desc{display:flex;flex-direction:column;gap:4px;}
.vendedor_proposal_preview_modal_content_body_file{max-height:200px;overflow-y:auto;}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content_body_desc{gap:8px;}
}
.vendedor_proposal_preview_modal_content_body_desc>p{font-size:16px;color:#222;line-height:1.3;font-weight:700}
.vendedor_proposal_preview_modal_content_body_desc_divider{width:100%;height:1px;background-color:#dfdfdf}
.vendedor_proposal_preview_modal_content_body_desc_box{padding:8px 10px;display:flex;gap:8px;align-items:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content_body_desc_box{align-items:flex-start}
}
.vendedor_proposal_preview_modal_content_body_desc_box>img{width:60px;height:60px;border:1px solid #dfdfdf;border-radius:5px}
.vendedor_proposal_preview_modal_content_body_desc_box_text{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 60px);}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content_body_desc_box_text{height:auto;justify-content:baseline}
}
.vendedor_proposal_preview_modal_content_body_desc_box_text>p{font-size:14px;color:#222;line-height:1.3;font-weight:700}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_proposal_preview_modal_content_body_desc_box_text>p{margin-bottom:8px}
}
.vendedor_proposal_preview_modal_content_body_desc_box_text>span{color:#555;font-size:13px;line-height:1.3;max-width:630px;word-break:normal;text-align: justify;}
.vendedor_proposal_preview_modal_content_body_arch{display:flex;flex-direction:column;gap:4px}
.vendedor_proposal_preview_modal_content_body_arch>p{font-size:16px;color:#222;line-height:1.3;font-weight:700}
.vendedor_proposal_preview_modal_content_body_arch .selected-file-list{display:flex;gap:8px;padding:10px 16px;border-radius:5px;background-color:#f8f8f8}
.vendedor_proposal_preview_modal_content_body_arch .selected-file-list .selected-file{display:flex;align-items:flex-start;font-size:12px;line-height:1.3;color:#555;cursor:default}
.vendedor_proposal_preview_modal_content_body_arch .selected-file-list .selected-file>span{word-break:normal;text-align:left}
.vendedor_proposal_preview_modal_content_body_arch .selected-file-list .selected-file .file-name{margin:0 4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align: justify;}
.vendedor_proposal_preview_modal_content .modal-body-footer{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview_modal_content .modal-body-footer{position:relative}
}
.vendedor_proposal_preview_modal_content_body_form{width:100%}
.vendedor_proposal_preview_modal_content_body_form_btn{width:100%;display:flex}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_proposal_preview_modal_content_body_form_btn{margin-top:0}
}
.vendedor_proposal_preview_modal_content_body_form_btn>button{width:100%}

/* group_management_popup */
.group_management_popup>.modal-body{height:auto;width:700px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .group_management_popup>.modal-body{padding:50px 16px}
}
.group_management_popup>.modal-body .modal-body-header{margin-bottom:20px}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .group_management_popup>.modal-body .modal-body-header h1{margin:0 auto}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup .modal-content{gap:24px!important}
    .group_management_popup .modal-content .modal-body-contents{overflow:visible}
}
.group_management_popup_content {padding-bottom:20px;}
.group_management_popup_content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3}
.group_management_popup_content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .group_management_popup_content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup_content h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .group_management_popup_content h1{text-align:center}
}
.group_management_popup_content .popup-bottom-buttons{display:flex;gap:8px;width:100%;margin-top:20px}
.group_management_popup_content .popup-bottom-buttons button{max-width:unset!important;width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup_content .popup-bottom-buttons{flex-direction:row!important;margin-top:24px}
}
.group_management_popup_content .popup-bottom-buttons>button{flex-grow:1}
.group_management_popup .group_management_container{width:100%;padding-right:40px;max-height:490px;overflow-y:auto}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup .group_management_container{overflow:visible}
}
.group_management_popup_content .form-area{display:flex;flex-direction:column;gap:16px;}
.group_management_popup_content .form-area .form-item{display:flex;}
.group_management_popup_content .form-area .form-item > p{width:100px;line-height:40px !important;}
.group_management_popup_content .form-area .form-item > div{width:455px;}
.group_management_popup_content .form-area .form-item .dropdown-options>li>.dropdown-option{padding:9.5px 16px;}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup_content .form-area{flex-direction:column;gap:24px;}
    .group_management_popup_content .form-area .form-item{flex-direction:column;}
    .group_management_popup_content .form-area .form-item > div{width:100%;}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .group_management_popup_content .form-area{flex-direction:column;gap:24px;}
    .group_management_popup_content .form-area .form-item{flex-direction:column;}
    .group_management_popup_content .form-area .form-item > div{width:100%;}
}

.group_management_popup .group_management_container .group_management_top_item{display:flex;width:100%;position:relative}
.group_management_popup .group_management_container .group_management_top_item .input{width:100%}
.group_management_popup .group_management_container .group_management_top_item .add-btn{position:absolute;right:-40px;width:40px;height:40px;background:url(/icons/web/btn-item-add-hover.svg) no-repeat center center}
.group_management_popup .group_management_container .group_management_top_item .add-btn.disabled{background-image:url(/icons/web/btn-item-add.svg)}
.group_management_popup .group_management_container .group_management_top_item .add-btn:hover,.group_management_popup .group_management_container .group_management_top_item .add-btn:active{background-image:url(/icons/web/btn-item-add-hover.svg)}
.group_management_popup .group_management_container .group_management_list{display:flex;flex-direction:column;gap:10px;margin-top:8px;width:100%}
.group_management_popup .group_management_container .group_management_list_item{position:relative;display:flex;align-items:center;justify-content:space-between}
.group_management_popup .group_management_container .group_management_list_item .input{width:100%}
.group_management_popup .group_management_container .group_management_list_item .input input{padding-right:50px}
.group_management_popup .group_management_container .group_management_list_item .delete-btn{position:absolute;right:-40px;width:40px;height:40px;background:url(/icons/web/btn-item-del.svg) no-repeat center center}
.group_management_popup .group_management_container .group_management_list_item .delete-btn.disabled{background-image:url(/icons/web/item_del_disabled.svg)}
.group_management_popup .group_management_container .group_management_list_item .handle{position:absolute;right:16px;width:24px;height:24px;background:url(/icons/web/move.svg) no-repeat center center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup .group_management_container .group_management_list_item .handle{width:40px;height:40px;background:url(/icons/mobile/move.svg) no-repeat center center}
}
.group_management_popup .group_management_container .group_management_list_item.ui-sortable-helper input{border:1px solid #da291c;box-shadow:4px 4px 4px 0 rgba(0,0,0,.1)}
.group_management_popup .group_management_container .group_management_list_item.ui-sortable-helper .handle{background-image:url(/icons/web/move_on.svg)}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .group_management_popup .group_management_container .group_management_list_item.ui-sortable-helper .handle{background:url(/icons/mobile/move_on.svg) no-repeat center center}
}

/* contactList-modal */
.contactList-modal>.modal-body{height:auto;width:700px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList-modal>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactList-modal>.modal-body{padding:50px 16px}
}
.contactList-modal .modal-body-footer{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList-modal .modal-body-footer{margin-top:4px}
}
.contactList-modal-content h1{color:#222;font-size:24px;font-weight:700;line-height:1.3}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList-modal-content h1{font-size:20px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .contactList-modal-content h1{text-align:center}
}
.contactList-modal-content-body-form{width:100%}
.contactList-modal-content-body-form-wrapper{width:100%;display:flex;flex-direction:column;gap:16px}
.contactList-modal-content-body-form-wrapper .vendedor_profile_step2_form_item>span{min-width:100px}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .contactList-modal-content-body-form-wrapper .vendedor_profile_step2_form_item.start>span{margin-top:12px}
}
.contactList-modal-content-body-form-wrapper .textarea{height:152px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .contactList-modal-content-body-form-wrapper .textarea{height:100px}
}
.contactList-modal-content-body-form-btn{width:100%;display:flex;gap:8px}
.contactList-modal-content-body-form-btn>button{width:100%}

/* vendedor_transaction_register */
.vendedor_transaction_register{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_transaction_register>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_transaction_register>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_transaction_register>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_transaction_register>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_transaction_register>.title{margin-top:80px;text-align:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register>.vendedor_order_complete_body>.vendedor_order_complete_content>h1{margin-top:32px}
}
.vendedor_transaction_register .contact-form{display:flex;flex-direction:column;gap:24px;padding:40px 30px;border-top:2px solid #222;border-bottom:1px solid #222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form{padding-left:10px;padding-right:10px}
}
.vendedor_transaction_register .contact-form .input-group{display:flex;position:relative}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group{flex-direction:column;gap:8px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group.with-button{margin-top:14px}
}
.vendedor_transaction_register .contact-form .input-group .input-label{display:flex;align-items:center;min-width:160px;height:40px;font-size:14px;line-height:1.3;color:#222}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .input-label{height:auto}
}
.vendedor_transaction_register .contact-form .input-group .para-textarea{height:160px}
.vendedor_transaction_register .contact-form .input-group .mensaje-textarea{height:100px}
.vendedor_transaction_register .contact-form .input-group .selector>.button-white-line{width:92px;margin-bottom:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .selector>.button-white-line{position:absolute;top:-12px;left:76px}
}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container{border-radius:16px;background-color:#f8f8f8;margin-bottom:8px;width:100%}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container{padding:30px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container{padding:20px;margin-top:8px}
}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{overflow-y:auto}
@media (min-width:1280px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (min-width:1280px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:2dppx) and (min-width:768px) and (min-width:1280px),only screen and (min-resolution:192dpi) and (min-width:768px) and (min-width:1280px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{height:100px;padding-right:8px}
}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{padding-right:5px;height:136px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list{padding-right:5px;height:120px}
}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#555}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{min-height:48px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li{min-height:40px}
}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:16px}
@media (min-width:768px) and (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .applied-category-list>li~li{margin-top:0}
}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .divider{margin:16px 0 16px;height:1px;align-self:stretch;flex-grow:0;border:dashed 1px #dfdfdf}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .divider{margin-top:16px;margin-bottom:19px}
}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .eliminate-all{display:flex;justify-content:flex-end}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .eliminate-button{display:flex;flex-shrink:0;align-items:center;border-radius:999px;border:solid 1px #6d6d6d;background-color:#fff;padding:3px 12px 3px 6px;margin-left:5px;font-size:12px;margin-left:5px}
.vendedor_transaction_register .contact-form .input-group .selector>.applied-category-list-container .eliminate-button .close-icon{margin-right:2px}
.vendedor_transaction_register .contact-form .input-group .dropdown,.vendedor_transaction_register .contact-form .input-group .select,.vendedor_transaction_register .contact-form .input-group .selector,.vendedor_transaction_register .contact-form .input-group .textarea,.vendedor_transaction_register .contact-form .input-group .input,.vendedor_transaction_register .contact-form .input-group .archivos-input{flex-grow:1}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .dropdown,.vendedor_transaction_register .contact-form .input-group .select,.vendedor_transaction_register .contact-form .input-group .selector,.vendedor_transaction_register .contact-form .input-group .textarea,.vendedor_transaction_register .contact-form .input-group .input,.vendedor_transaction_register .contact-form .input-group .archivos-input{width:100%}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .archivos-input .cargar-btn{width:100%}
}
.vendedor_transaction_register .contact-form .input-group .archivos-input .message-desc{display:flex;align-items:center;margin-top:8px;font-size:13px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .archivos-input .message-desc{font-size:13px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register .contact-form .input-group .archivos-input .message-desc{align-items:flex-start}
}
.vendedor_transaction_register .contact-form .input-group .archivos-input .message-desc>img{margin-right:5px}
.vendedor_transaction_register .contact-form .input-group .archivos-input .selected-file-list{gap:8px;padding:10px 16px;margin-top:8px;border-radius:5px;background-color:#f8f8f8}
.vendedor_transaction_register .contact-form .input-group .archivos-input .selected-file-list .selected-file{display:flex;align-items:center;font-size:12px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .contact-form .input-group .archivos-input .selected-file-list .selected-file{min-height:24px}
}
.vendedor_transaction_register .contact-form .input-group .archivos-input .selected-file-list .selected-file .file-name{margin:0 4px}
.vendedor_transaction_register .bottom-buttons{display:flex;justify-content:center;gap:10px;margin-top:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .bottom-buttons{gap:8px}
}
.vendedor_transaction_register .bottom-buttons>button{width:180px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register .bottom-buttons>button{flex-grow:1}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register{padding:0 24px;margin-bottom:80px}
    .vendedor_transaction_register>.breadcrumb{margin-top:0;height:40px}
    .vendedor_transaction_register_body{margin-top:0}
    .vendedor_transaction_register_body>.side_menu{margin:0}
    .vendedor_transaction_register_content{margin-top:48px}
    .vendedor_transaction_register_content article+article{margin-top:50px}
    .vendedor_transaction_register_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
.vendedor_transaction_register .asterisk{color:#da291c}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register{padding:0 16px}
    .vendedor_transaction_register_body>.side_menu{position:absolute;z-index:1}
}
.vendedor_transaction_register_modal>.modal-body{height:auto;width:800px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal>.modal-body{min-width:100%;width:100%;height:100%;border-radius:0;padding:50px 24px}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register_modal>.modal-body{padding:50px 16px}
}
.vendedor_transaction_register_modal_content h1{color:#222;font-size:28px;font-weight:700;line-height:1.3;text-align:center;margin-bottom:20px}
.vendedor_transaction_register_modal_content h1 br{display:none}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register_modal_content h1 br{display:block}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content h1{font-size:20px}
}
.vendedor_transaction_register_modal_content_body{width:100%}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body .modal-body-contents{margin-bottom:0!important}
}
.vendedor_transaction_register_modal_content_body .modal-body-contents-scroll{display:flex;flex-direction:column;gap:16px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body .modal-body-contents-scroll{gap:24px}
}
.vendedor_transaction_register_modal_content_body .modal-body-contents-scroll>.search1{width:100%}
.vendedor_transaction_register_modal_content_body .modal-body-contents-scroll>.search1>input[type="text"]{width:100%}
.vendedor_transaction_register_modal_content_body .modal-body-contents-scroll>.search1>button{width:108px;min-width:108px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body .modal-body-contents-scroll>.search1>button{min-width:54px;width:54px}
    .vendedor_transaction_register_modal_content_body .modal-body-contents-scroll>.search1>button>span{display:none}
}
.vendedor_transaction_register_modal_content_body_table{width:100%;border-top:solid 2px #222;border-bottom:solid 1px #222}
.vendedor_transaction_register_modal_content_body_table>table{width:100%;border-collapse:collapse}
.vendedor_transaction_register_modal_content_body_table>table>thead{background-color:#f8f8f8}
.vendedor_transaction_register_modal_content_body_table>table>thead>tr>th{padding:15px 11px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body_table>table>thead>tr>th{padding:8px 0}
}
.vendedor_transaction_register_modal_content_body_table>table>thead>tr>th>p{font-size:14px;color:#222;line-height:1.3;font-weight:700}
.vendedor_transaction_register_modal_content_body_table>table>thead>tr>th:nth-child(1){width:40px}
.vendedor_transaction_register_modal_content_body_table>table>thead>tr>th:nth-child(2){width:100%}
.vendedor_transaction_register_modal_content_body_table>table>tbody>tr{border-bottom:1px solid #dfdfdf}
.vendedor_transaction_register_modal_content_body_table>table>tbody>tr:hover{background-color:#FFF6F6}
.vendedor_transaction_register_modal_content_body_table>table>tbody>tr:last-child{border-bottom:none}
.vendedor_transaction_register_modal_content_body_table>table>tbody>tr>td{padding:15px 11px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body_table>table>tbody>tr>td{padding:8px 0}
}
.vendedor_transaction_register_modal_content_body_table>table>tbody>tr>td>span{font-size:13px;line-height:1.3;color:#555}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body_table>table>tbody>tr>td>span{padding-left:10px}
}
.vendedor_transaction_register_modal_content_body_paging{width:100%;margin-top:16px;display:flex;justify-content:center}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_transaction_register_modal_content_body_paging{margin-top:0}
}
.vendedor_transaction_register_modal_content .modal-body-footer{margin-top:20px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content .modal-body-footer{position:relative}
}
.vendedor_transaction_register_modal_content_body_form{width:100%}
.vendedor_transaction_register_modal_content_body_form_btn{width:100%;display:flex;gap:8px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_transaction_register_modal_content_body_form_btn{margin-top:0}
}
.vendedor_transaction_register_modal_content_body_form_btn>button{width:100%}

/* vendedor_analysis */
.vendedor_analysis{max-width:1180px;margin:0 auto;margin-bottom:120px}
.vendedor_analysis>.breadcrumb{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:13px;font-weight:400;display:flex;gap:5px;color:#6d6d6d;margin-top:15px}
.vendedor_analysis>.breadcrumb>li{display:flex;gap:5px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis>.breadcrumb>li .tooltip-btn>ul{display:flex;gap:3px}
    .vendedor_analysis>.breadcrumb>li .tooltip-btn>ul>a{text-decoration:none;white-space:nowrap;color:#222}
    .vendedor_analysis>.breadcrumb>li .tooltip-btn>ul>li>a{text-decoration:none;white-space:nowrap;color:#222}
}
.vendedor_analysis>.title{margin-top:80px;text-align:center}
.vendedor_analysis_body{width:100%;display:flex;gap:20px;margin-top:80px}
.vendedor_analysis_body>.side_menu{min-width:180px;display:flex;flex-direction:column}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis_body>.side_menu{border:none;background-color:#fff}
}
.vendedor_analysis_body>.side_menu .side_menu_container:first-child{padding-bottom:8px}
.vendedor_analysis_body>.side_menu .side_menu_item{padding-bottom:15px}
.vendedor_analysis_body>.side_menu>.tab-nav{margin-bottom:24px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis_body>.side_menu>.tab-nav{width:100%;margin-bottom:4px}
    .vendedor_analysis_body>.side_menu>.tab-nav>label{width:50%}
}
.vendedor_analysis_body>.side_menu>div>.title{padding-left:0}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis_body>.side_menu>div>.title{padding-left:20px;border:1px solid #dfdfdf;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis_body>.side_menu.open>div>.title{border:none}
}
.vendedor_analysis_body>.side_menu.open>.side_menu_content{margin-bottom:0}
.vendedor_analysis_content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.vendedor_analysis_content>*{width:100%}
.vendedor_analysis_title{width:100%;font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:36px;font-weight:700;font-family:"ClanOT";color:#222;text-align:center;padding-bottom:30px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis_title{margin-top:48px}
}
.vendedor_analysis_number{text-align:left;margin-bottom:8px;display:flex;gap:30px}
.vendedor_analysis_number>div{display:flex;gap:8px;align-items:center}
.vendedor_analysis_number>div h4{font-size:15px;color:#222;line-height:1.3;font-weight:700}
.vendedor_analysis_number>div span{font-size:14px;color:#555;line-height:1.3}
.vendedor_analysis_graph{padding:0 0 50px;border-top:2px solid #222;border-bottom:1px solid #222;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis_graph{padding-bottom:40px}
}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .vendedor_analysis{padding:0 24px;margin-bottom:80px}
    .vendedor_analysis>.breadcrumb{margin-top:0;height:40px}
    .vendedor_analysis_body{margin-top:0}
    .vendedor_analysis_body>.side_menu{margin:0}
    .vendedor_analysis_content{margin-top:48px}
    .vendedor_analysis_content article+article{margin-top:50px}
    .vendedor_analysis_title{font-stretch:normal;font-style:normal;line-height:130%;letter-spacing:0;font-size:20px;font-weight:700;font-family:"ClanOT"}
}
@media (max-width:767px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:767px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:767px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (max-width:767px),only screen and (min-device-pixel-ratio:2) and (max-width:767px),only screen and (min-resolution:192dpi) and (max-width:767px),only screen and (min-resolution:2dppx) and (max-width:767px){
    .vendedor_analysis{padding:0 16px}
    .vendedor_analysis_body>.side_menu{position:absolute;z-index:1}
}

.side_dashboard .panel_icon{width:18px;height:18px;background:url(/icons/web/mymenu_panel.svg) no-repeat center center}
.side_dashboard:hover p,.side_dashboard.selected p{color:#da291c;}
.side_dashboard:hover .panel_icon,.side_dashboard.selected .panel_icon{width:18px;height:18px;background:url(/icons/web/icon-mymenu-panel-on.svg) no-repeat center center}
img.icondeclaration {width: 32px;height: 32px;flex-grow: 0;object-fit: contain;border-radius: 20px;background-color: #da291c;}
img.iconblock {width: 32px;height: 32px;flex-grow: 0;object-fit: contain;border-radius: 20px;border: solid 1px #2c2c2c;background-color: #fff;}
.mlcInquiry_icon{display: flex;justify-content: start;align-items: center;gap: 10px;padding: 10px;margin-bottom:65px}
@media (max-width:1279px),only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px) and (max-width:1279px),only screen and (min-device-pixel-ratio:2) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:2dppx) and (min-width:768px) and (max-width:1279px),only screen and (min-resolution:192dpi) and (min-width:768px) and (max-width:1279px){
    .mlcInquiry_icon{display: flex;justify-content: start;align-items: center;gap: 10px;padding: 10px;margin-bottom:0px}
}



.header .search .search-button {
    background-color: rgb(218, 41, 28);
    color: #FFFFFF;
    border: none;
    border-radius: 22px;
    padding: 0 14px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    transition: background-color 0.2s ease-in-out;
}

.header .search .search-button:hover {
    background-color: #ba251a;
}

body.mobile .search-button span {
    display: none;
}

body.mobile .header .search .search-button{
    padding: 0 6px;
}

body.mobile .header .open .search .search-button {
    margin-right: 10px;
}

/* Search Bar Dropdown Styles */
.header .search .search-select {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 16px;
    padding-right: 20px;
    padding-left: 5px;
    height: 33px;
    line-height: 1.3;
}

.header .search .search-select option {
    background-color: #fff;
    color: #222;
    padding: 10px;
}

.header .search .search-divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin-right: 10px;
}

/* Custom Search Select Styles */
.custom-search-select {
    position: relative;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    min-width: 90px;
}

body.mobile .custom-search-select {
    margin-right: 4px;
    min-width: 76px;
}

.custom-search-select .selected-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    height: 33px;
    cursor: pointer;
    background-color: transparent;
}

.custom-search-select .selected-option span {
    margin-right: 8px;
    color: #666;
}

.custom-search-select .options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 4px;
    padding: 5px 0;
    list-style: none;
}

.custom-search-select .options-list li {
    padding: 8px 12px;
    cursor: pointer;
    border-left: 3px solid transparent;
    color: #333;
}

.custom-search-select .options-list li:hover {
    background-color: #f5f5f5;
}

.custom-search-select .options-list li.selected {
    border-left-color: #da291c;
    background-color: #f0f0f0;
    font-weight: 700;
}