@charset "utf-8";

html,
body.done, body.mce-content-body{
    overflow-x: hidden;
}

#content{
    min-height: 100vh;
    width: 100%;
}

h1{
    position: absolute;
}
#sec-mainVisual{
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
#content:before{
    content: '';
    width: 100%;
    height: 100vh;
    background-color: #EBF2FC;
    position: absolute;
    top: 0;
    left: 0;
}
#sec-mainVisual img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
#sec-mainVisual .grid-container{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    transition: bottom .3s, grid-template-columns .3s ease 0s;
}
/* #sec-mainVisual .swiper-slide{
    aspect-ratio: 1900 / 1050;
    min-height: 800px;
} */
#sec-mainVisual .swiper-slide{
	height: initial;
}
#sec-mainVisual .swiper-slide .slide-content{
    padding-bottom: 5em;
    transition: padding .3s;
}
#sec-mainVisual .swiper-slide.text-left .grid-container .grid-content,
#sec-mainVisual .swiper-slide.text-right .grid-container .grid-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#sec-mainVisual .swiper-slide.text-right p{
    color: var(--black);
    font-size: 2em;
    font-weight: bold;
    text-shadow: 3px 5px 10px rgba(0,0,0,0.3);
}
#sec-mainVisual .swiper-slide.text-right p.label{
    text-shadow: none;
    color: var(--white);
    position: relative;
    padding: 0.15em 0.5em;
    background: linear-gradient(to right, #1f6be1 40%, rgba(31, 107, 225, 0.5) 55%, rgba(31, 107, 225, .3) 60%, transparent 72%);
}
#sec-mainVisual .swiper-slide.text-right p.label:before{
    content: '';
    border-bottom: 1.125em solid rgba(255, 255, 255, 0.8);
    border-right: 2em solid transparent;
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    transition: border .3s ease 0s;
}
#sec-mainVisual .swiper-slide.text-right p.title{
    font-size: 3em;
    /* background: var(--primary-blue);
    background: linear-gradient(to top, #3369e2 0%, #0044a9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--secondary-dark);
    margin-bottom: 0.35em;
}
#sec-mainVisual .swiper-slide p + .btn-wrap{
    margin-top: 4em;
}
#sec-mainVisual .swiper-slide .btn-wrap a{
    min-width: 220px;
    background-color: var(--secondary-dark);
}
#sec-mainVisual .swiper-slide .btn-wrap a:hover,
#sec-mainVisual .swiper-slide .btn-wrap a.focus{
    color: var(--white);
}
#sec-mainVisual .swiper-slide .btn-wrap a:hover:before,
#sec-mainVisual .swiper-slide .btn-wrap a.focus:before{
    top: 100%;
}
#sec-mainVisual .swiper-slide.text-left{
    background-color: var(--tbl-header-light);
}
#sec-mainVisual .swiper-slide.text-left:before,
#sec-mainVisual .swiper-slide.text-right:before{
    content: '';
    width: 50%;
    height: 100%;
    background: url(../images/main-visual/mainv-bg.jpg) no-repeat 0 50% / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#sec-mainVisual .swiper-slide.text-right:before{
    left: 50%;
}
#sec-mainVisual .swiper-slide.text-left .slide-content{
    padding-right: 1.5em;    
}
#sec-mainVisual .swiper-slide.text-right .slide-content{
    padding-left: 1.5em;
    grid-column: 2 / 3;
}
#sec-mainVisual .swiper-slide.text-left p,
#sec-mainVisual .swiper-slide.text-right p{
    color: var(--secondary-dark);
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 3px 5px 10px rgba(0,0,0,0.3);
}
#sec-mainVisual .swiper-slide.text-left p.title,
#sec-mainVisual .swiper-slide.text-right p.title{
    font-size: 4.5em;
    color: #fff;
    background: linear-gradient(to right, #c120b1 15%, #3B52BE 40%, #005DCD 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -40px;
}
#sec-mainVisual .swiper-slide.text-left img{
    float: right;
    width: 50%;
}
#sec-mainVisual .swiper-slide.text-right img{
    float: left;
    width: 50%;
}
#sec-mainVisual .swiper-slide.text-center a{
    display: block;
    width: 100%;
    height: 100%;
}
#sec-mainVisual .swiper-button-next, #sec-mainVisual .swiper-button-prev,
#sec-whatsNew .swiper-button-next, #sec-whatsNew .swiper-button-prev{
    position: relative;
}
#sec-mainVisual .control-btn.stop:before, #sec-mainVisual .control-btn.stop:after{
    background-color: var(--white);
}
#sec-mainVisual .control-btn.stop:hover:before, 
#sec-mainVisual .control-btn.stop:hover:after, 
#sec-mainVisual .control-btn.stop:focus:before, 
#sec-mainVisual .control-btn.stop:focus:after {
    background-color: var(--primary-blue);
}
#sec-mainVisual .control-btn.play:before{
    border-left-color: var(--white);
}
#sec-mainVisual .control-btn.play:hover:before, 
#sec-mainVisual .control-btn.play:focus:before {
    border-left-color: var(--primary-blue);
}

#sec-mainVisual .control-btn{
    position: relative;
    right: auto;
}

#content h2{
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 0.625em;
    font-weight: bold;
    transition: font-size .3s ease 0s, margin-bottom .3s ease 0s;
}
#content h2 span,
#content .text-wrap div{
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path .5s ease 0s;
}
#content .text-wrap div{
    transition: clip-path .8s ease 0s;
}
#content h2.animate span,
#content .text-wrap.animate div{
    clip-path: polygon(0 0, 100% 0, 300% 300%, 0 300%);
}
#content #sec-whatsNew h2{
    color: var(--white);
    padding-left: 0.25em;
}
#sec-whatsNew .grid-container{
    position: relative;
    z-index: 2;
}
#sec-whatsNew{
    padding-top: 2em;
    padding-bottom: 6.5em;
    position: relative;
    z-index: 2;
    transition: padding .3s;
}
#sec-whatsNew:after{
    content: '';
    width: 100%;
    aspect-ratio: 1900 / 1400;
    min-height: 150%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* background: linear-gradient(to bottom, #ebf2fc 50%, var(--white) 100%); */
    background: url(../images/home/index-bg.jpg) no-repeat 50% 0 / 100%;
}
#sec-whatsNew:before{
    content: '';
    width: calc(100% - 2em);
    max-width: 1310px;
    height: calc(100% + 5em);
    background-color: var(--primary-blue);
    background-image: url(../images/home/index-News-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 88% 50%, 74% 100%, 0 100%);
    position: absolute;
    z-index: 1;
    top: -5em;
    left: 0;
    transition: top .3s, clip-path .3s, height .3s;
}
#sec-whatsNew .swiper-wrapper{
    min-height: 360px;
    /* column-gap: 65px; */
    padding-top: 20px;
}
#sec-whatsNew .swiper-slide{
    height: auto;
   /*  max-width: 600px; */
}
#sec-whatsNew .swiper-slide a{
    position: relative;
    background-color: var(--white);
    padding: 2.3em 2.5em;
    display: grid;
    grid-template-rows: max-content max-content auto;
    height: 100%;
}
#sec-whatsNew .swiper-slide a:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(65deg, var(--bg-gradient1) 0%, var(--bg-gradient2) 100%);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: top .3s ease 0s, left .3s ease 0s, --bg-gradient1 .5s ease 0s;
}

#sec-whatsNew .swiper-slide.animate a:before{
    top: 10px;
    left: 10px;
    transition: top .3s .5s, left .3s .5s, --bg-gradient1 .5s ease 0s;
}

#sec-whatsNew .swiper-slide a:hover:before,
#sec-whatsNew .swiper-slide a:focus-within:before{
    --bg-gradient1: #33e2ed;
    top: 20px;
    left: 20px;
    transition: top .3s ease 0s, left .3s ease 0s, --bg-gradient1 .5s ease 0s;
}
#sec-whatsNew .swiper-slide a span{
    display: block;
    transition: font-size .3s ease 0s, margin .3s ease 0s;
}
#sec-whatsNew .swiper-slide a .news-type{
    color: var(--orange);
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#sec-whatsNew .swiper-slide a .news-title{
    color: var(--black);
    font-size: 1.4em;
    margin-bottom: 2em;
    font-weight: 400;
    transition: font-size .3s, font-weight .3s, color .3s;
}
#sec-whatsNew .swiper-slide a .news-date{
    color: #555666;
    font-size: 1em;
    margin-bottom: 0;
    align-self: flex-end;
    transition: font-size .3s, font-weight .3s, color .3s;
}
#sec-whatsNew .swiper-slide a:hover .news-title,
#sec-whatsNew .swiper-slide a:focus-within .news-title,
#sec-whatsNew .swiper-slide a:hover .news-date,
#sec-whatsNew .swiper-slide a:focus-within .news-date{
    color: var(--primary-dark);
    font-weight: bold;
}
#sec-whatsNew .swiper-control{
    margin-top: 3em;
    display: flex;
    align-items: center;
    column-gap: 0.75em;
    padding-left: 1em;
}
#sec-whatsNew .swiper-button-next:after, #sec-whatsNew .swiper-button-prev:after{
    background-color: var(--primary-light);
}
#sec-whatsNew .swiper-pagination .swiper-pagination-bullet:before{
    background-color: #80a2d5;
    opacity: 1;
}
#sec-whatsNew .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, #sec-whatsNew .swiper-pagination .swiper-pagination-bullet:hover:before, #sec-whatsNew .swiper-pagination .swiper-pagination-bullet:focus:before{
    background-color: var(--orange);
}
#sec-whatsNew .swiper-button-next:before, #sec-whatsNew  .swiper-button-prev:before{
	border-left: 2px solid var(--primary-blue);
    border-top: 2px solid var(--primary-blue);
}
#sec-whatsNew .control-btn{
    position: relative;
    transform:none;
    right: auto;
    top: auto;
}

#sec-whatsNew .control-btn.stop:before, #sec-whatsNew .control-btn.stop:after{
    background-color: var(--white);
}
#sec-whatsNew .control-btn.stop:hover:before,
#sec-whatsNew .control-btn.stop:hover:after,
#sec-whatsNew .control-btn.stop.focus:before,
#sec-whatsNew .control-btn.stop.focus:after {
    background-color: var(--orange);
}

#sec-whatsNew .control-btn.play:before{
    border-left-color: var(--white);
}
#sec-whatsNew .control-btn.play:hover:before,
#sec-whatsNew .control-btn.play.focus:before{
    border-left-color: var(--orange);
}

#sec-protection{
    margin-top: 13.5em;
    position: relative;
    padding-top: 7em;
    padding-bottom: 7em;
    z-index: 3;
    transition: padding .3s, margin-top .3s;
}
#sec-protection .bg{
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background-color: var(--secondary-light);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: border-radius .3s ease 0s;
}
#sec-protection .grid-container{
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(1.5em, 100px) minmax(87.5%, 1400px) minmax(1.5em, 100px);
    max-width: 1600px;
}
#sec-protection .text-content{
    width: 61%;
    padding-left: 1.25em;
    transition: padding .3s;
}
#sec-protection h2{
    color: var(--primary-blue);
}
#sec-protection .text-content p{
    font-size: 1.3em;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}
#sec-protection .text-content p + p{
    margin-top: 1em;
}
#sec-protection .sec-img{
    position: absolute;
    right: 0;
    top: -5em;
    overflow: hidden;
    /* background-color: #444; */
    aspect-ratio: 710/620;
    width: 36.8%;
    max-width: 700px;
		max-height: 600px;
    z-index: 3;
}
#sec-protection .sec-img img{
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-inline-size: inherit;
    max-block-size: inherit;
    margin-top: -13%;
    position: relative;
}
@supports (not (-webkit-text-size-adjust:none)) and (font: -apple-system-body) {
	#sec-protection .sec-img img{
		margin-top: 0;
	}
}
#content .num-blk-wrap{
    margin-top: 8em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75em;
    align-items: flex-start;
    transition: margin-top .3s, gap .3s;
}
#content .num-blk-wrap .blk{
    background-color: var(--white);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 465px;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform .3s ease 0s;
}
#content .num-blk-wrap .blk:hover,
#content .num-blk-wrap .blk.focus{
    transform: scale(1.025);
}
#content .num-blk-wrap .blk:nth-child(2){
    margin-top: 8em;
}
#content .num-blk-wrap .blk:nth-child(3){
    margin-top: -8em;
}
#content .num-blk-wrap .blk > div{
    overflow: hidden;
}
#content .num-blk-wrap .blk > div:last-child img{
    display: block;
    width: 100%;
    position: relative;      
}
@media not print{
    #content .num-blk-wrap .blk > div:last-child img{
        max-inline-size: inherit;
        max-block-size: inherit;
        margin-top: -5%;  
        object-fit: cover;
        min-height: 100%;
        width: 101%;
    }
}
#content .num-blk-wrap .blk:hover,
#content .num-blk-wrap .blk.focus{
    color: var(--secondary-dark);
}
/* #content .num-blk-wrap .blk:hover > div:last-child img,
#content .num-blk-wrap .blk.focus > div:last-child img{
    transform: scale(1.05);
} */
#content .num-blk-wrap .blk > div:first-child{
    padding: 1.5em 1.5em 1.25em;
   /*  height: 100%; */
    position: relative;
    transition: height .3s;
}
#content .num-blk-wrap .blk > div:first-child:before,
#content .num-blk-wrap .blk > div:first-child:after{
    content: '';
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .9) 60%, rgba(255, 255, 255, 0) 100%);
    transition: opacity .3s ease 0s;
}
#content .num-blk-wrap .blk > div:first-child:before{
    top: 0;
}
#content .num-blk-wrap .blk > div:first-child:after{
    bottom: 0;
    transform: rotate(180deg);
}
#content .num-blk-wrap .blk > div.scroll-up:before,
#content .num-blk-wrap .blk > div.scroll-down:after{
    opacity: 1;
}
#content .num-blk-wrap .blk > div:first-child > div{
    height: 100%;
    width: 100%;
    display: block;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#content .num-blk-wrap .blk > div:first-child > div:before,
#content .num-blk-wrap .blk > div:first-child > div:after{
    content: '';
    width: 14px;
    height: 14px;
    border-left: 2px solid var(--secondary-dark);
    border-top: 2px solid var(--secondary-dark);
    position: absolute;
    z-index: 3;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity .3s ease 0s, transform .3s ease 0s;
}
#content .num-blk-wrap .blk > div:first-child > div:before{
    top: 25px;
    transform: translateX(-50%) rotate(45deg);
}
#content .num-blk-wrap .blk > div:first-child > div:after{
    bottom: 30px;
    transform: translateX(-50%) rotate(225deg);
}
#content .num-blk-wrap .blk > div.scroll-up > div:before{
    opacity: 1;
    animation: arrow-scroll-up 1s ease 0s infinite reverse forwards;
}
#content .num-blk-wrap .blk > div.scroll-down > div:after{
    opacity: 1;
    animation: arrow-scroll-down 1s ease 0s infinite normal forwards;
}
@keyframes arrow-scroll-up {
    0% {
        transform: translateX(-50%) translateY(0) rotate(45deg);
    }
    50% {
        transform: translateX(-50%) translateY(6px) rotate(45deg);
    }
    100% {
        transform: translateX(-50%) translateY(0) rotate(45deg);
    }
}

@keyframes arrow-scroll-down {
    0% {
        transform: translateX(-50%) translateY(0) rotate(225deg);
    }
    50% {
        transform: translateX(-50%) translateY(6px) rotate(225deg);
    }
    100% {
        transform: translateX(-50%) translateY(0) rotate(225deg);
    }
}

#content .num-blk-wrap .blk p{
    line-height: 1.6em;
    margin-bottom: 1.5em;
    transition: font-size .3s ease 0s, margin .3s ease 0s;
}
#content .num-blk-wrap .blk p strong{
    font-size: 1.8em;
    line-height: 1.3em;
    background-image: linear-gradient(180deg, #0072d3, #0072d3);
    background-position: -100% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    position: relative;
    transition: font-size .3s ease 0s, margin .3s ease 0s, background-size .3s ease 0s, border .3s ease 0s, background-position .3s ease 0s, color .3s ease 0s;
}
#content .num-blk-wrap .blk:hover strong,
#content .num-blk-wrap .blk.focus strong{
    color: #0072d3;
    background-size: 100% 2px;
    background-position: 0 100%;
}
#content .num-blk-wrap .blk p span{
    display: block;
}

#content .num-blk-wrap .blk p strong + span{
    margin-top: 1.4em;
}

#content .num-blk-wrap .blk div > *:last-child{
    margin-bottom: 0 !important;
}

#sec-mainVisual .swiper-pagination-bullet:before{
	background-color: #fff;
	border: 1px solid #fff;
}
#sec-mainVisual .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	background-color: var(--secondary-dark);
}
#sec-whatsNew .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	border: 1px solid #fff;
}


@media screen and (max-width: 1280px) {
  #sec-mainVisual .swiper-slide.text-right p{
    font-size: 1.5em;
  }
  #sec-mainVisual .swiper-slide.text-right p.title{
    font-size: 2.5em;
  }
  #sec-mainVisual .swiper-slide.text-right p.label{
    padding: 0.25em 0.5em;
  }
  #sec-mainVisual .swiper-slide.text-left p{
    font-size: 1.8em;
  }
  #sec-mainVisual .swiper-slide.text-left p.title,
  #sec-mainVisual .swiper-slide.text-right p.title{
    font-size: 3em;
    margin-left: -25px;
  }
  #sec-mainVisual .swiper-slide p + .btn-wrap {
    margin-top: 2em;
    }
    #sec-mainVisual .swiper-slide .btn-wrap a{
        font-size: 1em;
        min-width: 180px;
    }
  #sec-whatsNew .swiper-slide a .news-type{
    font-size: 1.2em;
  }
  #sec-whatsNew .swiper-slide a .news-title{
    font-size: 1.4em;
    margin-bottom: 3em;
  }
  #sec-whatsNew .swiper-slide a .news-date{
    font-size: 1em;
  }
  #sec-protection .text-content p{
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #content .num-blk-wrap .blk .num{
    font-size: 4em;
  }
  #content .num-blk-wrap .blk p strong{
    font-size: 1.45em;
  }
  #content .num-blk-wrap{
    gap: 3em;
  }
  #content .num-blk-wrap .blk{
    height: 385px;
  }
  
    #sec-mainVisual .swiper-control{
        bottom: 4.25em;
    }
    #sec-whatsNew{
        padding-bottom: 4.5em;
    }
    #sec-whatsNew::before {
        height: calc(100% + 3em);
        top: -3em;
    }
}

@media screen and (max-width: 1140px)  and (min-width: 1081px){
    #content .num-blk-wrap .blk > div:last-child img{
        margin-top: 0;
    }
}

@media screen and (max-width: 1080px) {
    #content .num-blk-wrap{
        margin-top: 5em;
        grid-template-columns: 1fr;
    }
    #content .num-blk-wrap .blk{
        max-width: 660px;
        width: 100%;
        margin-top: 0 !important;
    }
    #content .num-blk-wrap .blk:nth-child(even){
        justify-self: flex-end;
    }
    #content .num-blk-wrap .blk{
        height: 405px;
    }
    #content .num-blk-wrap .blk > div:last-child img{
        margin-top: -15%;
    }
}

@media screen and (max-width: 980px) {
    #sec-protection .sec-img{
        display: none;
    }
    #sec-protection .text-content{
        width: 100%;
        padding-left: 0;
    }
    #content h2 {
        font-size: 2.5em !important;
    }
    #sec-whatsNew .swiper-wrapper{
        min-height: 300px;
    }
    #sec-whatsNew .swiper-slide a{
        padding: 1.5em 1.5em;        
    }
    #sec-mainVisual .swiper-slide.text-left p {
        font-size: 1.5em;
    }
    #sec-mainVisual .swiper-slide.text-left p.title ,
    #sec-mainVisual .swiper-slide.text-right p.title {
        font-size: 2.5em;
        margin-left: -20px;
    }
    #sec-mainVisual .swiper-slide p + .btn-wrap {
        margin-top: 1.5em;
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    #sec-whatsNew .swiper-wrapper{
        /* column-gap: 45px; */
    }
}

@media screen and (min-width: 769px) {
    #sec-mainVisual{
        aspect-ratio: 1900 / 1050;
    }
}

@media screen and (max-width: 767.98px) {
    #content h2 {
        font-size: 2.25em !important;
    }
    /* #sec-mainVisual{
        aspect-ratio: 750 / 1200;
    } */
    #sec-whatsNew{
        padding-bottom: 3em;
    }
    #sec-whatsNew:before{
        height: calc(100% + 2em);
        top: -2em;
    }
    #sec-whatsNew .swiper-slide a{
        padding: 2em;
    }
    #sec-protection{
        margin-top: 8.5em;
    }
    #sec-protection{
        margin-top: 4em;
        padding-top: 4em;
    }
    #content .num-blk-wrap{
        margin-top: 3em;
        gap: 2em;
    }
    #content .num-blk-wrap .blk, #content .num-blk-wrap .blk{
        max-height: 350px;
    }
    #content .num-blk-wrap .blk > div:first-child{
        padding-top: 1.5em;
    }
    #content .num-blk-wrap .blk .num{
        font-size: 3em;
        margin-bottom: 2em;
    }
    #sec-whatsNew .swiper-slide a .news-type{
        font-size: 1.1em;
    }
    #sec-whatsNew .swiper-slide a .news-title{
        font-size: 1.25em;
    }
    #sec-mainVisual .swiper-slide{
        display: grid;
    }
    #sec-mainVisual .swiper-slide.text-left .grid-container,
    #sec-mainVisual .swiper-slide.text-right .grid-container{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        grid-row: 1 / 2;
    }
    #sec-mainVisual .swiper-slide.text-left .grid-container .grid-content,
    #sec-mainVisual .swiper-slide.text-right .grid-container .grid-content{
        grid-template-columns: 1fr;
    }
    #sec-mainVisual .swiper-slide.text-left .grid-container .grid-content .slide-content,
    #sec-mainVisual .swiper-slide.text-right .grid-container .grid-content .slide-content{
        grid-column: 1 / 2;
        padding: 2em 0 0 0;
    }
    #sec-mainVisual .swiper-slide.text-left,
    #sec-mainVisual .swiper-slide.text-right{
        grid-template-rows: minmax(0, 40%) auto;
    }
    #sec-mainVisual .swiper-slide.text-left picture,
    #sec-mainVisual .swiper-slide.text-right picture{
        grid-row: 1 / 2;
    }
    #sec-mainVisual .swiper-slide.text-left img,
    #sec-mainVisual .swiper-slide.text-right img{
        width: 100%;
    }
    #sec-mainVisual .swiper-slide.text-left .grid-container,
    #sec-mainVisual .swiper-slide.text-right .grid-container{
        grid-row: 2 / 3;
        background: url(../images/main-visual/m-mainv-bg.jpg) no-repeat 50% 50% / cover;
    }
    #sec-mainVisual .swiper-slide.text-left:before,
    #sec-mainVisual .swiper-slide.text-right:before{
        display: none;
    }
    #sec-mainVisual .swiper-slide.text-left p ,
    #sec-mainVisual .swiper-slide.text-right p {
        font-size: 1.6em;
    }
    #sec-mainVisual .swiper-slide.text-left p.title ,
    #sec-mainVisual .swiper-slide.text-right p.title{   
        font-size: 2.6em;
        margin-bottom: 5px;
    }
    #sec-mainVisual .swiper-slide p + .btn-wrap {
        margin-top: 2.5em;
    }
    #sec-mainVisual .swiper-control {
        bottom: 3.5em;
    }
    #sec-whatsNew .swiper-slide a:hover:before, #sec-whatsNew .swiper-slide a.focus:before{
        top: 15px;
        left: 15px;
    }
    .btn-wrap a.btn-more span:after{
        right: 2px !important;
        top: 26% !important;
    }
    #sec-mainVisual .swiper-control .grid-content{
        justify-content: center;
    }
    .home .swiper-pagination{
        margin: 0 10px;
        position: relative;
        z-index: 1;
    }
    #sec-mainVisual .swiper-pagination:before {
        content: '';
        width: calc(100% + 35px * 2 + 10px * 2 + 34px);
        height: 44px;
        border-radius: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, .5);
        z-index: -1;
    }
    #sec-mainVisual .control-btn{
        background-color: rgba(255, 255, 255, .5);
        border-radius: 50%;
        margin-left: 10px;
    }
    #sec-mainVisual .control-btn.stop:before,
    #sec-mainVisual .control-btn.stop:after{
        background-color: var(--primary-blue);
    }
    #sec-mainVisual .control-btn.stop:hover:before,
    #sec-mainVisual .control-btn.stop.focus:before,
    #sec-mainVisual .control-btn.stop:hover:after,
    #sec-mainVisual .control-btn.stop.focus:after{
        background-color: var(--orange);
    }
    #sec-mainVisual .swiper-pagination .swiper-pagination-current,
    #sec-whatsNew .swiper-pagination .swiper-pagination-current{
        color: var(--orange);
    }
    #sec-whatsNew .swiper-pagination{
        color: var(--white);
    }
    #sec-whatsNew .swiper-button-next:hover:before, #sec-whatsNew .swiper-button-prev:hover:before, #sec-whatsNew .swiper-button-next.focus:before, #sec-whatsNew .swiper-button-prev.focus:before{
        border-color: var(--primary-blue);
    }
    #sec-whatsNew .swiper-wrapper{
        /* column-gap: 30px; */
        min-height: 0;
    }
    #sec-whatsNew .swiper-slide a{
        min-height: 0;
    }
}

@media screen and (max-width: 500px) {
    #content .num-blk-wrap .blk{
        grid-template-columns: 1fr;
        max-height: 250px;
    }
    #content .num-blk-wrap .blk > div:last-child{
        display: none;
    }
    #content .num-blk-wrap .blk .num{
        margin-bottom: 0.5em;
    }
    #content .num-blk-wrap .blk p{
        margin-bottom: 1.5em;
    }
    #sec-whatsNew .swiper-slide a{
        padding: 1.5em;
    }
    #sec-whatsNew .swiper-slide{
        max-width: 93%;
    }
}