.top-section{
margin-bottom: 220px;
}
.banenr-contact>div.active-0::before {
left: 0;
}
.banenr-contact>div.active-1::before {
left: 50%;
}
.scope-section{
margin-bottom: var(--section-gap) !important;
}
.related-section{
display: none;
margin-bottom: var(--section-gap) !important;
}
.channel{
display: none;
}
.banenr-contact>div{
grid-template-columns: 1fr 1fr;
}
.banenr-contact>div::before{
width: 50%;
}
.contact-section{
width: calc( 100% - var(--pad-space) - var(--pad-space) );
max-width: 1250px;
margin: 0 auto;
background: #E8E8E8;
padding: 6%;
border-radius: var(--box-radius);
overflow:hidden;
}
.scope-body{
margin: 0 auto;
}
.scope-section .scope-footer button{
color:#000000 !important;
}
.scope-section .scope-footer button:hover{
color:white !important;
}
.scope-body>p{
font-size: var(--xd-16px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1.8em;
margin: 0;
width: 100%;
padding: 60px 0;
padding-top: 45px;
}
.scope-form{
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.scope-form form>div>div{
display: grid;
grid-template-columns: 210px 1fr;
align-items: flex-start;
grid-gap: 40px;
}
.scope-form-check{
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
margin-bottom: 60px;
}
.scope-form form{
display: grid;
grid-template-columns: 1fr;
grid-gap:40px;
margin-bottom: 40px;
width: 100%;
}
.scope-form form label{
font-size: var(--xd-19px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1.3em;
margin: 0;
}
.scope-form form label span{
color: #D71921;
}
.scope-form form input{
font-size: var(--xd-16px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1em;
margin: 0;
background: transparent;
border: unset;
outline: unset;
border-bottom: 2px solid #AFAFAF;
border-radius: 0;
padding: 0px;
padding-bottom: 20px;
}
.scope-form form input::placeholder {
font-size: var(--xd-16px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1em;
margin: 0;
color: #AFAFAF;
}
.scope-form-check label{
font-size: var(--xd-16px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1.5em;
margin: 0;
}
.scope-form-check input{
width: 20px;
height: 20px;
margin-right: 15px;
}
.scope-form-check>div{
display: flex;
align-items: center;
}
.scope-form-error{
display: none;
}
.scope-footer .global_btn_style{
background: white;
padding: 10px 50px;
margin-bottom: 0px;
}
.scope-footer{
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 250px;
}
.related-header p,
.related-body h5{
font-size: var(--xd-19px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1em;
margin: 0;
}
.related-header p{
color: #000000;
margin: 80px 0;
text-align: right;
line-height: 1.4em;
}
.related-body h5{
color: var(--main-color);
margin-bottom: 10px;
}
.related-body h6{
font-size: var(--xd-30px);
font-family: var(--en-font);
font-weight: 600;
line-height: 1em;
margin: 0;
color: var(--main-color);
margin-bottom: 30px;
}
.related-box p{
font-size: var(--xd-16px);
font-family: var(--ch-font);
font-weight: 400;
line-height: 1.4em;
margin: 0;
color: #000000;
}
.related-box p a{
color: #000000 !important;
text-decoration: unset !important;
}
.related-box{
padding: 50px 0;
border-bottom: 2px solid #AFAFAF;
}
.related-box>div>p:nth-child(1){
color: var(--main-color);
}
.related-box>div{
display: grid;
grid-template-columns: 79px 1fr;
grid-gap:40px;
margin-bottom: 10px;
}
.related-box>div:last-child{
margin-bottom: 0px;
}
.related-box>p{
color: var(--main-color);
margin-bottom: 10px;
}
.related-grid{
padding-bottom: 50px;
border-bottom: 2px solid #AFAFAF;
}
.related-grid .related-box{
padding: 0px 0;
border-bottom: unset;
}
.related-grid>div{
display: grid;
grid-template-columns: 1fr 15% 1fr;
}
.related-grid-line{
display: flex;
justify-content: center;
}
.related-grid-line>div{
width: 2px;
height: 100%;
background: #AFAFAF;
}
.channel-brand{
width: calc( 100% - var(--pad-space) - var(--pad-space) );
max-width: 1250px;
margin: 0 auto;
background: #E8E8E8;
border-radius: var(--box-radius);
display: grid;
grid-template-columns: 1fr 1fr;
}
.channel-brand>div:first-child{
padding: 12%;
}
.channel-brand h4{
font-size: var(--xd-65px);
font-family: var(--en-font);
font-weight: 600;
line-height: 1.2em;
margin: 0;
color: var(--main-color);
margin-bottom: 10px;
}
.channel-brand h3,
.channel-brand h5,
.channel-brand p{
font-family: var(--ch-font);
font-weight: 400;
line-height: 1em;
margin: 0;
color: black;
}
.channel-brand h3{
font-size: var(--xd-33px);
font-weight: 500;
color: var(--main-color);
}
.channel-brand h5{
font-size: var(--xd-28px);
color: var(--main-color);
margin-top: 80px;
margin-bottom: 50px;
}
.channel-brand p{
font-size: var(--xd-19px);
margin-top: 20px;
margin-bottom: 10px;
}
.channel-brand>div>a{
display: block;
width: 100%;
max-width: 260px;
}
.brand-box{
display: grid;
grid-template-columns: auto 1fr;
align-items: flex-end;
grid-gap:50px;
margin-bottom: 90px;
}
.brand-box>a:nth-child(1)>img{
height: 55px;
}
.brand-box>a:nth-child(2)>img{
height: 25px;
}
.brand-box>a:nth-child(3)>img{
height: 45px;
}
.brand-box>a:nth-child(4)>img{
height: 30px;
margin-bottom: 10px;
}
.channel-brand>div:first-child>img{
height: 35px;
}
.channel-brand>div:last-child{
width: 100%;
height: 90vh;
border-radius: var(--box-radius);
overflow: hidden;
}
.channel-brand>div:last-child img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
.channel-select{
background: #E8E8E8;
padding: 0 var(--pad-space);
margin-top: var(--section-gap);
}
.channel-select>div{
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 100px 0;
}
.channel-select h4{
font-family: var(--ch-font);
font-size: var(--xd-33px);
font-weight: 500;
color: var(--main-color);
line-height: 1em;
margin: 0;
text-align: center;
}
.channel-select>div>p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: black;
line-height: 2em;
margin: 0;
text-align: center;
margin-top: 30px;
margin-bottom: 60px;
}
.channel-select>div>div{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap:9%;
}
.channel-select-widget{
position: relative;
}
.channel-select-widget:hover .channel-select-widget-child{
opacity: 1;
transition: all .5s;
visibility: visible;
}
.channel-select-widget-btn{
background: var(--main-color);
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
border-radius: 100px;
cursor: pointer;
z-index: 5;
position: relative;
}
.channel-select-widget-btn>svg{
height: 16px;
transform: rotate(90deg) translateX(2px);
}
.channel-select-widget-btn>svg line{
stroke: white;
}
.channel-select-widget-btn>p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
font-weight: 400;
color: white;
line-height: 1em;
margin: 0;
margin-right: 10px;
}
.channel-select-widget-child{
position: absolute;
background: white;
border-radius: 0 0 var(--box-radius) var(--box-radius);
width: 100%;
left: 0;
top:50%;
z-index: 4;
padding: 60px 20px 40px 20px;
opacity: 0;
visibility: hidden;
}
.channel-select-widget-child>div{
max-height: 300px;
overflow-y: overlay;
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
padding: 0 20px;
}
.channel-select-widget-child>div::-webkit-scrollbar {
width: 5px;
}
.channel-select-widget-child>div::-webkit-scrollbar-button {
display: none;
}
.channel-select-widget-child>div::-webkit-scrollbar-track{
background: transparent;
}
.channel-select-widget-child>div::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.4);
}
.channel-select-widget-child p{
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
color: black;
line-height: 1em;
margin: 0;
padding-bottom: 10px;
position: relative;
cursor: pointer;
}
.channel-select-widget-child p::before{
content: "";
position: absolute;
width: calc(100% - 15px);
height: 1.5px;
background: #707070;
left: 15px;
bottom: 0;
}
.channel-select .global_btn_style{
background: white;
padding: 10px 40px;
margin-top: 60px;
}
.channel-map{
position: relative;
}
.channel-map-aside{
position: absolute;
left: 0%;
top:0;
width:90%;
max-width: 520px;
z-index: 3;
background: white;
height: 100%;
transition: all 1s;
transform: translateX(-100%);
}
.channel-map-aside.active{ transform: translateX(0%);
}
.channel-map-aside>div{
width: 100%;
height: calc(100% - 60px);
padding: 0 40px;
overflow-y: auto;
}
.channel-map-aside>div::-webkit-scrollbar {
width: 26px;
}
.channel-map-aside>div::-webkit-scrollbar-button {
display: none;
}
.channel-map-aside>div::-webkit-scrollbar-track{
background: #F9F9F9;
position: relative; }
.channel-map-aside>div::-webkit-scrollbar-thumb {
border-radius: 30px;
border:6px solid #F9F9F9;
background-color: #C0C0C0;
}
#map{
height: 100vh;
position: relative;
z-index: 1;
}
.channel-map-aside-box{
padding: 40px 0;
border-bottom: 1px solid #707070;
}
.channel-map-aside-box>div{
display: grid;
grid-template-columns: 60px 1fr;
align-items: flex-start;
grid-gap: 20px;
margin-bottom: 14px;
}
.channel-map-aside-box>div:first-child{
display: flex;
justify-content: space-between;
align-items: center;
}
.channel-map-aside-box>div:last-child{
margin-bottom: 0;
}
.channel-map-aside-box>div:first-child img{
height: 30px;
}
.channel-map-aside-box h5{
font-family: var(--ch-font);
font-size: var(--xd-24px);
font-weight: 500;
color: var(--main-color);
line-height: 1em;
margin: 0;
}
.channel-map-aside-box span,
.channel-map-aside-box p{
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 400;
color: #000000 !important;
line-height: 1.4em;
margin: 0;
text-decoration: unset !important;
}
.channel-map-aside-box p>a{
color: #000000 !important;
text-decoration: unset !important;
}
.channel-map-aside-close{
display: flex;
flex-direction: column;
background:transparent !important;
gap: 5px;
justify-content: center;
padding: 10px 0px;
align-items: center;
width: 24px;
border-radius: 50px;
position: relative;
border: unset;
margin-top: 0px;
margin-left: auto;
padding: 30px;
outline: unset !important;
}
.channel-map-aside-close span:first-child {
width: 29px;
height: 1px;
background: #C0C0C0;
transform: rotate(45deg);
position: absolute;
}
.channel-map-aside-close span:last-child {
width: 29px;
height: 1px;
background: #C0C0C0;
transform: rotate(-45deg);
position: absolute;
}
.channel-map-aside-open{
position: absolute;
left: 0;
top: 70px;
z-index: 2;
display: flex;
align-items: center;
background: var(--main-color) !important;
padding: 10px;
gap: 5px;
width: 100px;
border-radius: 0 100px 100px 0;
outline: unset !important;
opacity: 0;
}
.channel-map-aside-open svg{
height: 20px;
fill: white;
}
.channel-map-aside-open span{
font-size: var(--xd-16px);
font-family: var(--ch-font);
font-weight: 400;
color: white;
margin: 0;
line-height: 1em;
}
.sreach_sales_btn:focus span{
color: black;
}
.place-maker-btn{
cursor: pointer;
}
.select-style{
position: relative;
}
.select-style select{
font-family: var(--ch-font);
font-size: var(--xd-16px);
padding: 15px 40px 15px 20px;
font-weight: 400;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:1px solid #707070;
outline: unset !important;
cursor: pointer;
}
.select-style select:has(option[value=""]:checked) {
color: #AFAFAF;
}
.select-style option[disabled] {
display: none;
}
.select-style option {
color: black;
}
.select-style svg{
position: absolute;
top:50%;
right:20px;
transform: translateY(-50%);
}
.related-body>div:last-child{
border-bottom:unset;
}
.show-600{
display: none;
}
.map-select-style{
position: relative;
}
.map-select-style select{
font-family: var(--ch-font);
font-size: var(--xd-19px);
padding: 13px 40px 13px 30px;
font-weight: 400;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: unset !important;
outline: unset !important;
cursor: pointer;
display: block;
background: #707070;
border-radius: 100px;
color: white;
}
.map-select-style svg{
position: absolute;
top: calc(50% + 2px);
right: 20px;
transform: translateY(-50%);
width: 13px;
}
.map-select-style svg line{
stroke: white;
}
.map-select-style select option{
background-color: white;
color:black;
}
.map-select-style select:hover,
.map-select-style select:focus{
background: var(--main-color);
}
section.scope-section.scope-company-sec {
background: var(--main-color);
padding: 80px var(--pad-space);
margin-bottom: 0px !important;
}
.scope-company{
width: 100%;
max-width: 1400px;
display: grid;
grid-template-columns: 1fr 1fr;
margin: 0 auto;
}
.scope-company>div{
display: flex;
justify-content: center;
padding: 0 40px;
}
.scope-company>div:first-child{
border-right: 1px solid white;
}
.scope-company h5{
font-family: var(--ch-font);
font-weight: 600;
color: white;
line-height: 1em;
font-size: var(--xd-28px);
margin: 0;
margin-bottom: 40px;
}
.scope-company h6,
.scope-company p{
font-family: var(--ch-font);
font-weight: 400;
color: white !important;
line-height: 1.7em;
font-size: 15px;
margin: 0;
}
.scope-company p a{
color: white !important;
text-decoration: unset;
}
.scope-company-list{
display: grid;
grid-template-columns: 56px 1fr;
grid-gap:45px;
margin-bottom: 6px;
}
.scope-company>div>div>div:last-child{
margin-bottom: 0px;
}
.pop-up-tips{
position: fixed;
top: 0;
left: 0;
z-index: 300;
width: 100%;
height: 100dvh;
background: rgba(255, 255, 255, 0.8);
display: none;
}
.pop-up-tips>div{
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.pop-up-tips>div>div{
width: 100%;
max-width: 300px;
padding: 40px 20px;
background: white;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
border-radius: 20px;
}
.pop-up-tips h6{
font-family: var(--ch-font);
font-size: 25px;
font-weight: 700;
text-align: center;
margin: 0;
margin-bottom: 10px;
}
.pop-up-tips p{
font-family: var(--ch-font);
font-size: 15px;
font-weight: 400;
text-align: center;
margin-bottom: 30px;
}
.pop-up-tips button{
font-family: var(--ch-font);
font-size: 15px;
display: block;
margin: 0 auto;
font-weight: 700;
background: var(--main-color) !important;
color: white;
border-radius: 100px;
padding: 8px 30px;
cursor: pointer;
outline: unset !important;
}
@media only screen and (max-width:1300px) {
.scope-body>p,
.scope-form
{
padding-left: 0px;
}
.brand-box{
grid-template-columns: 0.9fr 1fr;
}
.contact-section{
padding-bottom: 60px;
}
}
@media only screen and (max-width:1024px) {
.scope-form form>div>div{
grid-template-columns: 1fr;
grid-gap: 15px;
}
.scope-form form {
grid-gap: 50px;
}
.scope-footer {
align-items: center;
padding-left: 0px;
padding-top: 25px;
}
}
@media only screen and (max-width:1000px) {
.channel-brand{
grid-template-columns: 1fr;
}
.channel-brand>div:first-child{
padding: 6%;
}
.channel-brand>div:last-child{
height: 50vh;
}
.brand-box a img{
height: auto !important;
width: 100%;
max-width: 210px;
}
.brand-box a{
display: flex;
justify-content: center;
}
}
@media only screen and (max-width:800px) {
.related-grid>div{
grid-template-columns: 1fr;
grid-gap:50px;
}
.related-grid-line>div{
width: 100%;
height: 2px;
}
.related-header p{
text-align: left;
}
}
@media only screen and (max-width:767px) {
.top-section{
margin-bottom: 140px;
}
.scope-body>p{
padding: 40px 0;
}
.channel-brand h5{
margin-top: 50px;
margin-bottom: 30px;
}
.channel-select>div>div{
grid-template-columns: 1fr;
grid-gap: 20px;
width: 100%;
max-width: 300px;
margin: 0 auto;
}
.channel-select .global_btn_style{
margin-top: 40px;
}
.channel-select>div>div>:nth-child(1) .channel-select-widget-btn{
z-index: 10;
}
.channel-select>div>div>:nth-child(1) .channel-select-widget-child{
z-index: 9;
}
.channel-select>div>div>:nth-child(2) .channel-select-widget-btn{
z-index: 8;
}
.channel-select>div>div>:nth-child(2) .channel-select-widget-child{
z-index: 7;
}
.channel-select>div>div>:nth-child(3) .channel-select-widget-btn{
z-index: 6;
}
.channel-select>div>div>:nth-child(3) .channel-select-widget-child{
z-index: 5;
}
.channel-select>div{
padding: var(--section-gap) 0;
}
.scope-company{
grid-template-columns: 1fr;
}
.scope-company>div{
justify-content: flex-start;
}
.scope-company>div:first-child{
border-right: unset;
border-bottom: 1px solid white;
padding: 0px 0 40px 0;
}
.scope-company>div:last-child{
padding: 40px 0 0px 0;
}
section.scope-section.scope-company-sec{
padding: var(--section-gap) var(--pad-space);
}
.scope-company-list{
margin-bottom: 2px;
}
.scope-company h5{
margin-bottom: 30px;
}
}
@media only screen and (max-width:600px) {
.scope-form-check>div{
align-items:flex-start;
}
.scope-form-check input {
margin-top: 1px;
}
.scope-footer {
padding-top: 0px;
}
.top-section{
margin-bottom: 100px;
}
.scope-form-check{
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.scope-form form{
margin-bottom: 40px;
}
.scope-form form>div>div{
grid-template-columns: 1fr;
grid-gap:10px;
}
.related-header p{
margin: 20px 0 40px 0;
}
.channel-map-aside>div{
padding: 0 20px;
}
.scope-header .sec-en-title,
.related-header .sec-en-title{
margin-bottom: 3px;
}
.scope-body>p{
padding: 20px 0 40px 0;
line-height: 1.7em;
}
.scope-form form input{
padding-bottom: 10px;
}
.scope-form form{
grid-gap:30px;
}
.scope-footer{
padding-left: 0px;
align-items: center;
}
.scope-form-check{
margin-bottom: 40px;
}
.select-style select{
padding: 10px 40px 10px 20px;
}
.related-body h6{
margin-bottom: 20px;
line-height: 1.1em;
}
.related-body h5{
margin-bottom: 6px;
}
.related-grid>div{
grid-gap:20px;
}
.related-grid{
padding-bottom: 20px;
margin-bottom: 30px;
}
.related-box{
padding-bottom: 20px;
padding-top: 25px;
}
.related-body>.related-box:last-child{
padding-bottom: 0px;
}
.related-box>div{
grid-gap:20px;
}
.show-600{
display: block;
}
.show-1920{
display: none;
}
.channel-brand h4{
line-height: 1.1em;
margin-bottom: 3px;
}
.channel-brand h5{
margin-top: 40px;
margin-bottom: 15px;
}
.brand-box{
grid-gap:6%;
margin-bottom: 40px;
}
.brand-box a{
padding: 10px 10px;
}
.brand-box>a:last-child{
padding: 10px 0;
padding-right: 10px;
}
.channel-brand>div>a{
max-width: 180px;
}
.channel-brand p{
margin-top:5px;
}
.brand-box a img{
height: auto !important;
width: 90%;
}
.channel-select>div>p{
margin-top: 20px;
margin-bottom: 30px;
}
}
@media only screen and (max-width:400px) {
.related-box>div{
grid-template-columns: 1fr;
grid-gap: 0px;
}
}