html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#0d54a5;
--title:#262628;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 background: url("https://totoeye.com//wp-content/plugins/sytech-fronteditor/sytpl/aftersales_0/assets/img/page-banner.jpg") center center / cover no-repeat;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner {
 background: none;
 }}
@media screen and (max-width: 576px){
.page_banner {
 padding: 11px 0px;
 }}
@media screen and (max-width: 768px){
.page_banner {
 background-image: unset !important;
 }}
.content {
 max-width: 115.2rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1rem;
 }}
.flex {
 display: flex;
 }
.flex_center {
 justify-content: center;
 }
.page_banner .flex {
 flex-direction: column;
 min-height: 17.7rem;
 padding: 4rem 0px 4.2rem;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 flex-direction: column-reverse;
 padding: 2rem 0px;
 gap: 1rem;
 }}
@media screen and (max-width: 576px){
.page_banner .flex {
 padding: 0px;
 gap: 17px;
 }}
.page_banner .breadcrumbs {
 line-height: 2rem;
 min-height: 2rem;
 }
.page_banner .breadcrumbs span {
 font-size: 1.5rem;
 font-weight: 300;
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span {
 font-size: 14px;
 line-height: 20px;
 min-height: 20px;
 }}
@media screen and (max-width: 576px){
.page_banner .breadcrumbs span {
 color: rgb(104, 104, 112);
 }}
.page_banner .breadcrumbs span span::before {
 content: " > ";
 display: inline-block;
 margin: 0px 1.75rem 0px 1.4rem;
 }
.page_banner .breadcrumbs span span:first-child::before {
 display: none;
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span span::before {
 margin: 0px 17px 0px 13px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.page_banner .breadcrumbs span a {
 transition: 0.3s;
 text-decoration: underline transparent;
 }
.page_banner .breadcrumbs span a:hover {
 color: var(--primary);
 text-decoration-color: var(--primary);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#0d54a5;
--title:#262628;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.sales_main {
 padding: 5.7rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.sales_main {
 padding: 2rem 0px 4rem;
 }}
@media screen and (max-width: 576px){
.sales_main {
 padding: 29px 0px 50px;
 }}
.content {
 max-width: 115.2rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1rem;
 }}
.sales_main h1 {
 position: absolute;
 opacity: 0;
 pointer-events: none;
 }
ul {
 list-style: none;
 }
.page_nav .nav_list {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 2rem 7.37847%;
 }
.sales_main .nav_list {
 gap: 2rem 4.37847%;
 }
@media screen and (max-width: 768px){
.page_nav .nav_list {
 width: calc(100% + 2rem);
 margin: 0px -1rem;
 padding: 0px 1rem;
 flex-wrap: nowrap;
 white-space: nowrap;
 gap: 30px;
 overflow-x: auto;
 }}
.page_nav .nav_item {
 display: block;
 transition: 0.3s;
 font-size: 1.8rem;
 color: rgb(140, 141, 143);
 cursor: pointer;
 }
.page_nav .nav_item::after {
 width: 0.8rem;
 height: 0.8rem;
 border-radius: 50%;
 background-color: rgb(0, 83, 164);
 display: block;
 content: "";
 margin: 0.6rem auto 0px;
 transform: translateY(100%);
 opacity: 0;
 transition: 0.3s, transform 0.4s;
 }
.page_nav .nav_item.active, .page_nav .nav_item:hover {
 color: rgb(38, 38, 41);
 }
.page_nav .nav_item.active::after, .page_nav .nav_item:hover::after {
 transform: translateY(0px);
 opacity: 1;
 }
@media screen and (max-width: 768px){
.page_nav .nav_item {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.page_nav .nav_item::after {
 width: 4px;
 height: 4px;
 margin-top: 8px;
 }}
.sales_main .postdetail {
 font-size: 1.5rem;
 line-height: 1.46667;
 font-weight: 300;
 margin-top: 2.9rem;
 letter-spacing: 0.1px;
 display: none;
 }
 .sales_main .postdetail.active{
  display: block;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail {
 margin-top: 27px;
 font-size: 15px;
 line-height: 1.31667;
 letter-spacing: unset;
 }}
.content .content {
 padding: 0px;
 }
.sales_main .postdetail .content > :first-child {
 margin-top: 0px;
 }
.sales_main .postdetail .warning_box {
 border-bottom: 2px solid rgba(128, 128, 128, 0.1);
 padding-bottom: 1.8rem;
 margin: 5.5rem 0px;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail .warning_box {
 border-radius: 6px;
 background-color: rgb(246, 247, 249);
 padding: 25px 6px 8px;
 margin: 47px 0px;
 border-bottom: none;
 }}
.sales_main .postdetail h3 {
 font-size: 1.8rem;
 font-weight: 400;
 margin: 1.8rem 0px 2px;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail h3 {
 font-size: 16px;
 position: relative;
 margin: 21px 0px 5px;
 padding-left: 17px;
 font-weight: 500;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail h3::before {
 content: "· ";
 position: absolute;
 left: 0px;
 top: 0px;
 font-weight: 400;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail .warning_box h3 {
 text-align: center;
 margin-top: 0px;
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail .warning_box h3::before {
 display: none;
 }}
.sales_main .postdetail ul:not(.step_list) {
 margin: 1.2rem 0px;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail ul:not(.step_list) {
 margin: 5px 0px;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail .warning_box ul {
 margin-bottom: 0px;
 }}
.sales_main .postdetail ul:not(.step_list) li {
 position: relative;
 padding-left: 1.56rem;
 }
.sales_main .postdetail ul:not(.step_list) li::before {
 content: "·";
 position: absolute;
 left: 0px;
 top: 0px;
 }
.sales_main .postdetail .warning_box li {
 line-height: 1.2;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail ul:not(.step_list) li {
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail ul:not(.step_list) li::before {
 position: static;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail .warning_box li {
 line-height: 1.31667;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail ul:not(.step_list) br {
 display: none;
 }}
.sales_main .postdetail ul:not(.step_list) li + li {
 margin-top: 0.4rem;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail ul:not(.step_list) li + li {
 margin-top: 8px;
 }}
.sales_main .postdetail h2 {
 font-size: 2.5rem;
 font-weight: 400;
 margin: 5rem 0px 2.4rem;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail h2 {
 font-size: 19px;
 font-weight: 800;
 margin: 44px 0px 23px;
 }}
.sales_main .postdetail .step_box {
 margin: 4.6rem 0px 4.1rem;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail .step_box {
 margin: 25px 0px 24px;
 }}
.sales_main .postdetail .step_box ul {
 display: flex;
 gap: 2.3rem 1.99653%;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail .step_box ul {
 gap: 1rem 10px;
 overflow-x: auto;
 width: calc(100% + 2rem);
 margin: 0px -1rem;
 padding: 14px 1rem 0px;
 }}
.sales_main .postdetail .step_box li {
 flex: 1 1 0%;
 text-align: center;
 border-radius: 100px;
 background-color: rgb(246, 247, 249);
 padding: 0px 1rem 1.6rem;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail .step_box li {
 flex: 1 0 78px;
 border-radius: 6px;
 padding: 0px 10px 9px;
 }}
.sales_main .postdetail .step_box li span {
 display: inline-block;
 font-size: 1.8rem;
 font-weight: 400;
 color: rgb(255, 255, 255);
 line-height: normal;
 border-radius: 50%;
 min-width: 3.5rem;
 background-color: var(--primary);
 margin: 0px auto;
 transform: translateY(-50%);
 padding: 0.2rem 0.5rem 0.7rem;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail .step_box li span {
 font-size: 15px;
 line-height: 26px;
 padding: 0px 2px;
 min-width: 26px;
 }}
.sales_main .postdetail .step_box li .title {
 font-size: 1.8rem;
 font-weight: 500;
 color: rgb(38, 38, 41);
 margin-top: -1rem;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail .step_box li .title {
 font-size: 14px;
 margin-top: -7px;
 font-weight: 300;
 }}
.sales_main .postdetail p {
 margin: 2px 0px;
 }
@media screen and (max-width: 768px){
.sales_main .postdetail h3 + p {
 padding-left: 1.2rem;
 }}
@media screen and (max-width: 768px){
.sales_main .postdetail p {
 margin: 6px 0px;
 }}
.sales_main .postdetail .content > :last-child {
 margin-bottom: 0px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}