main {
    max-width: 1920px;
    margin: 0 auto;
}
.banner-area {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-ttl h1,
.banner-ttl h1 span {
    font-size: var(--font-48);
    font-family: var(--family-2);
    font-weight: 600;
    line-height: 5.8rem;
    color: var(--color-white);
    padding-bottom: 3rem;
    margin: 0;
}
.banner-ttl-grp {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.banner-slide .swiper-slide{
    position: relative;
}
.banner-slide .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 51%);
    z-index: 9;
}
.banner-area .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    z-index: 99;
}
.banner-ttl {
    padding: 15rem 0 0 0;
}
.banner-btn a {
    background-color: var(--color-red);
    color: var(--color-white);
    display: inline-block;
    font-size: var(--font-14);
    padding: 1.2rem 2.5rem;
    border-radius: 5px;
    box-shadow: 0px 3px 4px #00000029;
    transition: all .4s;
}
.banner-btn a:hover {
    background-color: var(--color-green);
    color: var(--color-white);    
}
.siam-element {
    background-color: var(--color-ec);
    padding: 10.5rem 0 3.7rem 0;
    position: relative;
    border-bottom: 1px solid #6666663a;
}
.siam-img {
    position: relative;
    padding-bottom: 7rem;
    transition: all .4s ;
    -webkit-transition: all .4s ;
    -moz-transition: all .4s ;
    -ms-transition: all .4s ;
    -o-transition: all .4s ;
}
.siam-pst-ttl h3{
    transition: all .4s ;
}
.siam-img:hover .siam-pst-ttl h3{
    color: var(--color-green);
}
.siam-img > a {
    position: absolute;
    inset: 0;
    top: 0;
}
.siam-img figure{
    width: 100%;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid var(--color-green);
}
.siam-img figure img{
    transition: all 1.1s ease 0s;
}
.siam-img:hover figure img{
    transform: scale(1.1);
    transition: .5s;
}
.siam-pst-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.5rem 0 0;
}
.siam-pst-ttl h3 {
    font-size: var(--font-16);
    color: var(--color-41);
    font-weight: 600;
    line-height: 2.5rem;
    padding-right: 3rem;
}
.bg-right-img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}
.bg-right-img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 271px;
}
  .bg-left-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 220px;
}
.set-jounry {
    position: relative;
    background-color: var(--color-ec);
    padding: 9rem 0 10rem 0;
}
.jounry-ttltl{
    padding-bottom: 5rem;
    position: relative;
}
.jounry-ttltl h2 {
    font-size: var(--font-36);
    color: var(--color-black);
    line-height: 4.5rem;    
    margin: 0;
    font-family: var(--family-2);    
    font-weight: 600;
}
.truted-pt {
    padding: 5.5rem 0 4.5rem;
    background-color: var(--color-ec);
    border-bottom: 1px solid #6666663a;
}
.jounry-ttl {
    padding-bottom: 3.5rem;
}
.jounry-ttl p {
    font-size: var(--font-13);
    color: var(--color-44);
    font-weight: bold;
    margin: 0;
}
.siam-cont-grp-tr .swiper-slide img {
    width: 200px;
}
.jounry-list {
    background-color: var(--color-white);
    padding: 3.5rem 4.5rem 5.7rem;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #0000000F;
    position: relative;
}
.jounry-list figure {
    display: block;
    padding-bottom: 3rem;
}
.jounry-list figure img {
    width: 70px;
}
.jounry-regist-grp {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0 1rem;
    padding: 5rem 0 0 0;
}
.jounry-regist > a {
    font-size: var(--font-14);
    background-color: var(--color-red);
    color: var(--color-white);
    font-weight: 500;
    padding: 1.2rem 2.5rem;
    outline: none;
    box-shadow: none;
    appearance: none;
    position: relative;
    z-index: 1;
    border: none;
    line-height: 2rem;
    border-radius: 5px;
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.jounry-regist > a:hover{
    background-color: var(--color-green);
    color: var(--color-white);
}
.jounry-regist.cer-btn > a:hover{
    background-color: var(--color-red);
    color: var(--color-white);
}
.jounry-regist.cer-btn > a {
    background-color: var(--color-green);
}

.dri-tech {
    background-color: var(--color-green);
    padding: 9rem 0 11rem 0;
}
.dri-image figure{
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
}
.dri-image figure img{
    transition: all 1.1s ease 0s;
}
.dri-image:hover figure img{
    transform: scale(1.1);
    transition: .5s;
}
.dri-tech .jounry-ttltl h2{
    color: var(--color-white);
}
.safe-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}.safe-dri {
    padding: 11rem 0 12rem;
}
.safe-img {
    padding: 5rem 0 0 0;
}
.safe-arrow h3 {
    font-size: var(--font-36);
    color: var(--color-black);
    line-height: 4.5rem;
    margin: 0;
    font-weight: bold;
    font-family: var(--family-2);
    padding: 0 2rem;
}
.safe-arrow p {
    margin: 0;
    font-weight: 500;
    line-height: 1.8rem;
    font-size: var(--font-13);
    color: var(--color-33);
}
.safe-dri .jounry-ttltl {
    padding-bottom: 6rem;
}

.impro-dri {
    background-color: var(--colorbgf5);
    padding: 8rem 0 15rem 0;
    position: relative;
}
.safe-img figure{
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
}
.safe-img figure img{
    transition: all 1.1s ease 0s;
}
.safe-img:hover figure img{
    transform: scale(1.1);
    transition: .5s;
}
.impro-dri .jounry-ttltl h2 {
    padding-bottom: 3rem;
}
.impro-dri .jounry-ttltl p {
    padding-bottom: 5rem;
    margin: 0;
}
.impro-dri .jounry-ttltl {
    padding-right: 16rem;
    padding-bottom: 0;
}

.dri-list ul {
    padding: 4rem 3rem;
    background-color: var(--color-white);
    border-radius: 1rem;
    box-shadow: 0 0 12px #00000012;
}
.dri-list ul li {
    padding-bottom: 1rem;
}
.dri-list ul li a {
    font-size: var(--font-14);
    color: var(--color-black);
    position: relative;
    display: block;
    padding-bottom: 1rem;
    font-weight: 500;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.dri-list ul li a:hover {
    color: var(--color-green);
}
.dri-list ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid var(--color-yellow);
    width: 45px;
    height: 1px;
}
.impro-dri:after {
    content: "";
    position: absolute;
    top: 0;
    right: 97px;
    left: auto;
    width: 182px;
    height: 100%;
    background-color: var(--color-yellow);
}
.impro-dri:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 97px;
    height: 100%;
    background-color: var(--color-white);
}
.dri-left-img {
    position: absolute;
    top: -245px;
    left: auto;
    right: 0;
    /* background-color: var(--color-white); */
    height: 100%;
    width: 205px;
    z-index: -1;
}

.impro-img {
    position: relative;
    z-index: 1;
    margin-right: -3rem;
}
.location-dri .jounry-regist-grp {
    padding: 0;
}
.location-cont p {
    font-size: var(--font-15);
    color: var(--color-33);
    font-weight: bold;
}
.location-dri {
    padding-top: 5rem;
}
.dri-list {
    margin-bottom: -12rem;
}
.locat-accd {
    padding: 9rem 0 11rem;
}
.locat-accd .accordion-button.collapsed {
    background-image: url(../images/plus-acc.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 17px;
}
.locat-accd .accordion-button:after {
    display:none;
}
.locat-accd .accordion-item {
    border: none;
}
.locat-accd .accordion-item {
    border: none;
    border-bottom: 1px solid #CFCFCF;
    padding: 3.2rem 4.4rem;
}.locat-accd .accordion-item .accordion-button {
    background-color: transparent;
    outline: none;
    font-size: var(--font-15);
    color: var(--color-33);
    line-height: 3rem;
    padding: 0;
    box-shadow: none;
    letter-spacing: 0;
}
.locat-accd .accordion-button:focus{
    box-shadow: none;
}
.locat-accd .accordion-body {
    padding: 3rem 0 0 0;
}
.new-grp-list {
    position: relative;
}
.news-list date {
    font-size: var(--font-11);
    color: var(--color-white);
    display: block;
    padding-bottom: 1.5rem;
}
.news-list p {
    font-size: var(--font-14);
    color: var(--color-white);
    margin: 0;
    font-weight: 400;
}
.new-grp-list,
.new-grp-list-sec {
    position: relative;
}
.news-list-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 33.2rem 3rem 2.2rem;
    z-index: 2;
}
.sian-news {
    padding: 7.3rem 0 10.8rem;
    position: relative;
}
.new-grp-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}
.new-grp-list > a,
.new-grp-list-sec > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.news-list-grp-sec .news-list date{
    color: var(--color-red);
}
.news-list-grp-sec .news-list p{
    color: var(--color-33);
}
.news-list-sec {
    padding: 2rem 6rem 2rem 2rem;
}


.new-grp-list-sec .news-list figure,
.new-grp-list .news-list figure{
    width: 100%;
    overflow: hidden;
}
.new-grp-list-sec .news-list figure img,
.new-grp-list .news-list figure img{
    transition: all 1.1s ease 0s;
}
.new-grp-list-sec:hover .news-list figure img,
.new-grp-list:hover .news-list figure img{
    transform: scale(1.1);
    transition: .5s;
}
.jounry-list h4 {
    font-size: var(--font-16);
    color: var(--color-black);
    margin: 0;
    padding-bottom: 2rem;
    font-weight: bold;
}

.new-grp-list:hover p,
.new-grp-list:hover date, 
.new-grp-list-sec:hover p,
.new-grp-list-sec:hover date{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.new-grp-list:hover p,
.new-grp-list:hover date, 
.new-grp-list-sec:hover p,
.new-grp-list-sec:hover date{
    color: var(--color-green);
}

.jounry-list p {
    font-size: var(--font-13);
    color: var(--color-33);
    line-height: 2.1rem;
}
.dri-tech .jounry-ttltl {
    padding-bottom: 6rem;
}
.locat-dri .dri-list {
    margin: 0;
}
.locat-dri {
    position: relative;
    margin-top: -15rem;
}
.location-dri {
    padding-top: 0;
    padding-bottom: 3rem;
}
.locat-accd .accordion-body p {
    font-size: var(--font-13);
    color: var(--color-33);
    line-height: 2.1rem;
    font-weight: 400;
}
.locat-accd .accordion-item:has([aria-expanded="true"]) {
    background-color: var(--colorbgf5);
    border-bottom: 1px solid transparent;
    margin-bottom: 1rem;
}
.locat-accd .accordion-item:has([aria-expanded="true"]) .accordion-button{
    color: var(--color-red);
}
.sian-news .news-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sian-news .jounry-ttltl {
    padding-bottom: 4rem;
}
.sian-news .news-bg-overlay figure,
.sian-news .news-bg-overlay figure img{
    height: 100%;
}

.location-dri figure {
    text-align: center;
}
.siam-cont-grp-tr,
.dri-grp {
    display: block;
    overflow: hidden;
}
.siam-cont-grp-tr .siam-count .swiper-slide {
    text-align: center;
}
.desktop-banner img {
    height: 720px;
    object-fit: cover;
}
.banner-area .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 2rem;}
.banner-area .swiper-pagination-bullet{width:1.5rem;height:1.5rem;background: var(--color-white);}
.banner-area .swiper-pagination-bullet-active{background-color: var(--color-green);}