#sub{
    padding-bottom: 100px;
}

#sub.sub-1-1{
    padding-bottom: 0 !important;
}

.sub-1-1 .sec-1{
    position: relative;
}

.sub-1-1 .img-1,
.sub-1-1 .img-2{
    position: absolute;
    z-index: -1;
}

.sub-1-1 .img-1{
    top: 0;
    left: 0;
}

.sub-1-1 .img-2{
    bottom: -100px;
    right: 0;
}

.sub-1-1 .sec-1{
    margin-top: 100px;
}

.sub-1-1 .sec-1 .inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sub-1-1 .sec-1 .inner .img{
    position: relative;
    width: 585px;
    z-index: 99;
}

.sub-1-1 .sec-1 .inner .img::after {
    display: block;
    content: "";
    width: 145px;
    height: 133px;
    background: url(../../images/main/frm-1.png) no-repeat;
    position: absolute;
    top: -50px;
    left: -50px;
}

.sub-1-1 .sec-1 .inner .tbox{
    width: calc(100% - 700px);
    margin-left: auto;
}

.sub-1-1 .sec-1 .inner .tbox .top{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba( 255 255 255 / 10%);
}

.sub-1-1 .sec-1 .inner .tbox .top p{
    background: url("../../images/sub/logo.png") left center no-repeat;
    padding: 20px 0 20px 130px;
}

.sub-1-1 .sec-1 .inner .tbox .top h2{
    font-family: 'Giants';
}

.sub-1-1 .sec-1 .inner .tbox .top h2 span,
.sub-1-1 .sec-2 h3 span{
    color: #f9b000;
}

.sub-1-1 .sec-2{
    position: relative;
    margin-top: 100px;
    background-color: #3c3d50;
    overflow: hidden;
}

.sub-1-1 .sec-2 .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sub-1-1 .sec-2::after{
    display: block;
    content: "";
    width: 50%;
    height: 100vh;
    background: #17171e;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.sub-1-1 .sec-2 .item{
    width: 50%;
    padding: 80px 50px;
    z-index: 9;
}

.sub-1-1 .sec-2 .item .img{
    margin: 30px auto;
}

.sub-1-1 .sec-2 .item h3{
    text-align: center;
    font-family: 'Giants';
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba( 255 255 255 / 10%);
}

.sub-1-1 .sec-2 .back-img-1,
.sub-1-1 .sec-2 .back-img-2{
    position: absolute;
    z-index: 9;
}

.sub-1-1 .sec-2 .back-img-1 {
    left: 10%;
    top: 10%;
}


.sub-1-1 .sec-2 .back-img-2 {
    right: 10%;
    bottom: 10%;
}

.sub-1-2,
.sub-2-2{
    background: url("../../images/sub/intro-bg.png") center bottom / cover no-repeat;
}


.sub-1-2 .tabs{
    width: 600px;
}

.sub-1-2 .tabs a{
    color: #fff;
}

.sub-1-2 .tab_container{
    margin-top: 30px;
}

.sub-1-2 .top{
    position: relative;
}

.sub-1-2 .top > .tbox {
    position: absolute;
    bottom: -50px;
    left: 100px;
    border-radius: 20px;
    width: 420px;
    padding: 40px;
}

.sub-1-2 .top > .tbox.n-1{
    background: url("../../images/main/event-info-bg-1.png") center / cover no-repeat;
}

.sub-1-2 .top > .tbox.n-2{
    background: url("../../images/main/event-info-bg-3.png") center / cover no-repeat;
}

.sub-1-2 .top > .tbox h3{
    font-family: 'Giants';
}

.sub-1-2 .top > .tbox h3::before{
    display: block;
    content: "";
    width: 64px;
    height: 42px;
    background: url(../../images/sub/logo.png) center / contain no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
}

.sub-1-2 .img{
    border-radius: 10px;
    overflow: hidden;
}

.sub-1-2 .img > img{
    width: 100%;
}

.sub-1-2  .txt{
    width: 550px;
    margin: 50px 0 0 auto;
}

.sub-1-2 .sign{
    margin-top: 50px;
    text-align: right;
}

.sub-1-3 .top .img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.sub-1-3 .top .img img{
    width: 100%;
}

.sub-1-3 .top .tbox{
    display: flex;
    flex-wrap: wrap;
}

.sub-1-3 .top .tbox h2{
    width: 450px;
    font-family: 'Giants';
}
.sub-1-3 .top .tbox p{
    width: calc(100% - 550px);
    margin-left: auto;
}

.sub-1-3 .tit-bg::before {
    top: 35%;
}

.sub-1-3 .bottom{
    margin-top: 50px;
}

.sub-1-3 ul.tabs{
    margin-bottom: 20px;
}

.sub-1-3 ul.tabs li{
    letter-spacing: 0.08em;
}


.sub-1-3 .bottom .sd-wrap.n-1{
    padding: 0 0 80px 0;
}

.sub-1-3 .bottom .sd-wrap.n-2,
.sub-1-3 .bottom .sd-wrap.n-3{
    padding: 80px 0;
}


.swiper-button-prev,
.swiper-button-next{
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 1px 1px 20px rgba( 0 0 0 / 50%);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 14px;
    color: #111;
}

.sub-1-3 .ctr-wrap {
    position: relative;
    z-index: 9;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
}

.swiper-button-next.n-1{
    right: 0;

}

.swiper-button-prev.n-1{
    left: 0;
}

.sub-1-3 .bottom .list .item{
    background: #474857;
    padding: 20px;
    /*height: 100vh;*/
    border-radius: 10px;
    cursor: pointer;
}

.sub-1-3 .bottom .list .item .img{
    border-radius: 10px;
    overflow: hidden;
}

.sub-1-3 .bottom .list .item .img img{
    width: 100%;
}

.sub-1-3 .bottom .list .item .tbox{
    margin-top: 20px;
}

.sub-1-3 .bottom .list .item .tbox h4{
    font-family: 'Giants';
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba( 255 255 255 / 30%);
}

.sub-1-3 .bottom .list .info > div{
    display: flex;
    flex-wrap: wrap;
}

.sub-1-3 .bottom .list .info > div:not(:last-child){
    margin-bottom: 10px;
}

.sub-1-3 .bottom .list .info > div b{
    position: relative;
    width: 70px;
    font-size: 14px;
}

.sub-1-3 .bottom .list .info > div b::after {
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    background: url(../../images/sub/dot-line.png) center / contain no-repeat;
    position: absolute;
    top: 5px;
    right: 10px;
}

.sub-1-3 .bottom .list .info > div p{
    font-size: 14px;
}

.sub-1-3 .bottom .list .info > div p{
    width: calc(100% - 80px);
}

.sub-1-3 .bottom > div .scr{
    max-height: 180px;
    padding-right: 20px;
    overflow-y: scroll;
}

.sub-1-3 .bottom > div .scr::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #474857;
}

.sub-1-3 .bottom > div .scr::-webkit-scrollbar{
	width: 12px;
	background-color: #474857;
}

.sub-1-3 .bottom > div .scr::-webkit-scrollbar-thumb{
    position: relative;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
    cursor: pointer;
    padding: 50px;
}

.sub-1-3 .bottom > div .scr::-webkit-scrollbar-thumb::after{
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: red;
}

.sub-1-4 .top{
    margin-bottom: 50px;
}

.sub-1-4 .top,
.sub-1-4 .top > .btn-wrap,
.sub-1-4 .bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sub-1-4 .top > .btn-wrap{
    margin-left: auto;
    gap: 0 20px;
}

.sub-1-4 .cbox > h3.tit,
.sub-2-3 .item h3.tit{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.sub-1-4 .cbox h3.tit::before,
.sub-2-3 .cbox h3.tit::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 23px;
    height: 30px;
    background: url(../../images/sub/tit-bg.png) center / contain no-repeat;
}

.sub-1-4 .cbox.n-1 > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
    text-align: center;
}

.sub-1-4 .cbox.n-1 > div > div{
    width: calc((100% - 20px)/2);
}

.sub-1-4 .cbox.n-1 > div img{
    width: 100%;
}

.sub-1-4 .cbox.n-1 > div p{
    margin-top: 20px;
    font-size: 18px;
}

.sub-1-4 .cbox.n-2{
    margin-top: 50px;
}

.sub-1-4 .cbox.n-2 .item{
    padding: 50px;
}

.sub-1-4 .cbox.n-2 .top,
.sub-1-4 .cbox.n-2 .bottom{
    gap: 0 20px;
}

.sub-1-4 .cbox.n-2 .top .item {
    width: calc((100% - 20px)/2);
}
.sub-1-4 .cbox.n-2 .bottom .item {
    width: calc((100% - 40px)/3);
}

.sub-1-4 .cbox.n-2 .item > div,
.sub-1-4 .cbox.n-2 .item > div p{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.sub-1-4 .cbox.n-2 .item > div b{
    font-weight: 600;
}

.sub-1-4 .cbox.n-2 .item h3{
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba( 255 255 255 / 30%);
}

.sub-1-4 .cbox.n-2 .item.orange{
    background: #ec6707;
}

.sub-1-4 .cbox.n-2 .item.yellow{
    background: #f9b000;
}

.sub-1-4 .cbox.n-2 .item.blue{
    background: #0069b4;
}

.sub-1-4 .cbox.n-2 .item.turquoise{
    background: #009ba4;
}

.sub-1-4 .cbox.n-2 .item.black{
    background: #000;
}

.sub-2-1 {
    padding: 50px 0 100px 0;
}

.sub-2-1 .inner{
    display: flex;
    flex-wrap: wrap;
}

.sub-2-1 .img{
    width: calc(100% - 660px);
}

.sub-2-1 .img img{
    width: 100%;
}

.sub-2-1 .tbox{
    width: 610px;
    margin-top: 30px;
    margin-left: 50px;
}

.sub-2-1 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}


.sub-2-1 .top .btn.down{
    margin-left: auto;
}

.btn{
    width: 180px;
    border-radius: 50px;
    line-height: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
}

.btn > span{
    display: inline-block;
    padding-left: 20px;
}

.btn.down span{
    background: url("../../images/sub/down.png") left center / 20px no-repeat;
}

.btn.view{
    width: 150px;
}

.btn.view span{
    background: url("../../images/sub/view.png") left center / 12px no-repeat;
}

.sub-2-1 li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 30px;
    background-color: #474857;
    border-radius: 10px;
}

.sub-2-1 li:not(:last-child){
    margin-bottom: 20px;
}

.sub-2-1 li b{
    position: relative;
    width: 60px;
}

.sub-2-1 li b::after{
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    background: url("../../images/sub/dot-line.png") center / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.sub-2-1 li p{
    width: calc(100% - 80px);
    margin-left: 10px;
}

.sub-2-2 .btn.view{
    width: 250px;
    margin-left: auto;
    margin-bottom: 20px;
}

.sub-2-2 .img{
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba( 255 255 255 / 50%);
}

.sub-2-2 .img img{
    width: 50%;
    border-radius: 20px;
}

.sub-2-3 .cbox.n-1 .btn-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 450px;
    justify-content: end;
    margin-bottom: 20px;
    margin-left: auto;
    gap: 0 20px;
}

.sub-2-3 .cbox.n-1 .btn-wrap .btn{
    width: calc((100% - 20px)/2);
}

.sub-2-3 .cbox.n-1 .btn-wrap .btn.map{
    background-color: #06be34;
}

.sub-2-3 .cbox.n-1 .btn-wrap .btn.map span{
    color: #fff;
    background: url("../../images/sub/link-arrow-w.png") left center / 15px no-repeat;
}

.sub-2-3 .img{
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba( 255 255 255 / 50%);
}

.sub-2-3 .img img{
    width: 100%;
    border-radius: 20px;
}

.sub-2-3 .cbox.n-2{
    margin-top: 50px;
}

.sub-2-3 .cbox.n-2 .item:not(:last-child){
    margin-bottom: 50px;
}

.sub-2-3 .cbox.n-2 .item.n-4 .img{
    margin-bottom: 20px;
}

.ready{
    position: relative;
    margin: 50px auto;
}

.ready img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation:bounce 0.6s ease-in Infinite Alternate;
}


.ready h2{
    font-family: 'Giants';
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
}

.sub-2-5{
    position: relative;
}

.sub-2-5 .img-1,
.sub-2-5 .img-2{
    position: absolute;
}

.sub-2-5 .img-1{
    left: 10%;
    top: 0;
}

.sub-2-5 .img-2{
    right: 10%;
    bottom: 10%;
}

.sub-2-5 .item:not(:last-child){
    margin-bottom: 50px;
}

.sub-2-5 .item .tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
}

.sub-2-5 .item .tit h4{
    margin-left: auto;
    font-family: 'Giants';
    font-weight: 400;
}

.sub-2-5 .item.n-1 .tit {
    background: url("../../images/main/tour-bg-2.png") center / cover no-repeat;
}

.sub-2-5 .item li:first-child,
.sub-2-5 .item li:last-child{
    background-color: #181820;
}

.sub-2-5 .item.n-2 .tit {
    background: url("../../images/main/tour-bg-3.png") center / cover no-repeat;
}

.sub-2-5 .item.n-3 .tit {
    background: url("../../images/main/event-info-bg-1.png") center / cover no-repeat;
}

.sub-2-5 .item .tit > div{
    display: inline-block;
    background: rgba(255 255 255 / 30%);
    border-radius: 10px;
    padding: 10px 30px;
}

.sub-2-5 .item .tit > div p{
    font-family: 'Giants';
    font-size: 18px;
}

.sub-2-5 .item .tit > div p::before,
.sub-2-5 .item .tit > div p::after{
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    background: url(../../images/common/star.png) center / contain no-repeat;
    margin: 0 10px;
    transform: translateY(-3px);
}

.sub-2-5 .item ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
    background: #474857;
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
}

.sub-2-5 .item ul li{
    position: relative;
    background: #2f3042;
    padding: 10px 30px;
    border-radius: 10px;
}

.sub-2-5 .item ul li::after{
    display: block;
    content: "";
    width: 30px;
    height: 11px;
    background: url("../../images/sub/arr.png") center / contain no-repeat;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-2-5 .item ul li:last-child::after{
    display: none;
}

.sub3 .list,
.sub4 .list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sub3 .list .item,
.sub4 .list .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc((100% - 20px) / 2);
    background: #474857;
    padding: 20px;
    border-radius: 10px;
}

.sub3 .list .item .tbox,
.sub4 .list .item .tbox{
    width: 100%;
}

.sub3 .list .item .tbox .tit,
.sub4 .list .item .tbox .tit{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin-bottom: 10px;
}

.sub3 .list .item .tbox .tit .badge-1,
.sub4 .list .item .tbox .tit .badge-1{
    padding: 0px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.sub3 .list .item:nth-child(1) .tbox .tit .badge-1,
.sub3 .list .item:nth-child(6) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(1) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(6) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(11) .tbox .tit .badge-1,
.sub3 .list .item:nth-child(11) .tbox .tit .badge-1 {
    background-color: #d62849;
}

.sub3 .list .item:nth-child(2) .tbox .tit .badge-1,
.sub3 .list .item:nth-child(7) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(2) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(7) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(12) .tbox .tit .badge-1{
    background-color: #f9b000;
}

.sub3 .list .item:nth-child(3) .tbox .tit .badge-1,
.sub3 .list .item:nth-child(8) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(3) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(8) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(13) .tbox .tit .badge-1{
    background-color: #009ba4;
}

.sub3 .list .item:nth-child(4) .tbox .tit .badge-1,
.sub3 .list .item:nth-child(9) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(4) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(9) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(14) .tbox .tit .badge-1{
    background-color: #813b9c;
}

.sub3 .list .item:nth-child(5) .tbox .tit .badge-1,
.sub3 .list .item:nth-child(10) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(5) .tbox .tit .badge-1,
.sub4 .list .item:nth-child(10) .tbox .tit .badge-1 {
    background-color: #23222e;
}


.sub3 .list .item .tbox .tit,
.sub4 .list .item .tbox .tit {
    display: block;
}

.sub3 .list .item .tbox .tit .badge-1,
.sub4 .list .item .tbox .tit .badge-1 {
    padding: 5px 10px;
}

.sub3 .list .item .tbox .tit b,
.sub4 .list .item .tbox .tit b{
    font-family: 'Giants';
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    /*margin-left: 10px;*/
    display: block;
}

.sub3 .list .item .tbox .badge-2,
.sub4 .list .item .tbox .badge-2,
.sub4 .list .item .tbox .badge-3 {
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: #5e6071;
    background-repeat: no-repeat;
    padding: 5px 20px 2px 50px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.sub3 .list .item .tbox .badge-2{
    background-image: url(../../images/sub/light.png);
    background-size: 18px;
    background-position: 20px 5px;
}

.sub4 .list .item .tbox .badge-2{
    background-image: url(../../images/sub/date.png);
    background-size: 18px;
    background-position: 20px 5px;
}

.sub4 .list .item .tbox .badge-3{
    background-image: url(../../images/sub/map.png);
    background-size: 15px;
    background-position: 20px 5px;
}

.sub3 .list .item .tbox .txt,
.sub4 .list .item .tbox .txt{
    font-size: 14px;
    min-height: 80px;
}

.sub3 .list .item .sd-wrap,
.sub4 .list .item .sd-wrap{
    width: calc(100%);
    padding-bottom: 0;
}

.sub3 .list .item .sd-wrap .swiper-slide,
.sub4 .list .item .sd-wrap .swiper-slide{
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.sub3 .list .item .sd-wrap .swiper-slide > div,
.sub4 .list .item .sd-wrap .swiper-slide > div {
    padding-top: calc(300/400 * 100%);
    position: relative;
}

.sub3 .list .item .sd-wrap .swiper-slide > div > img,
.sub4 .list .item .sd-wrap .swiper-slide > div > img{
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
}


.sub-1-3 .sd-wrap .swiper-pagination-bullet-active::after,
.sub3 .sd-wrap .swiper-pagination-bullet-active::after,
.sub4 .sd-wrap .swiper-pagination-bullet-active::after{
    display: none;
}
.sub-1-3 .sd-wrap .swiper-horizontal>.swiper-pagination-bullets,
.sub-1-3 .sd-wrap .swiper-pagination-bullet,
.sub-1-3 .sd-wrap .swiper-pagination-horizontal.swiper-pagination-bullets
.sub-1-3 .sd-wrap .swiper-pagination-bullet,
.sub-1-3 .sd-wrap .swiper-pagination-bullet-active,

.sub3 .sd-wrap .swiper-horizontal>.swiper-pagination-bullets,
.sub3 .sd-wrap .swiper-pagination-bullet,
.sub3 .sd-wrap .swiper-pagination-horizontal.swiper-pagination-bullets
.sub3 .sd-wrap .swiper-pagination-bullet,
.sub3 .sd-wrap .swiper-pagination-bullet-active,

.sub4 .sd-wrap .swiper-horizontal>.swiper-pagination-bullets,
.sub4 .sd-wrap .swiper-pagination-bullet,
.sub4 .sd-wrap .swiper-pagination-horizontal.swiper-pagination-bullets
.sub4 .sd-wrap .swiper-pagination-bullet,
.sub4 .sd-wrap .swiper-pagination-bullet-active{
    margin: 0 5px !important; 
}

.sub-1-3 .sd-wrap .swiper-pagination-bullet,
.sub3 .sd-wrap .swiper-pagination-bullet,
.sub4 .sd-wrap .swiper-pagination-bullet{
    padding: 5px;
}

.sub-1-3 .sd-wrap .swiper-pagination,
.sub3 .sd-wrap .swiper-pagination,
.sub4 .sd-wrap .swiper-pagination{
    bottom: 0 !important;
}

.gallery .tab_container{
    margin-top: 30px;
}

.video .video-info{
    text-align: center;
}

.video .video-info b{
    display: inline-block;
}

@media screen and (max-width: 1280px) {

    .sub-2-1 .inner .img{
        width: 40%;
    }

    .sub-2-1 .inner .img img{
        width: 100%;
    }

    .sub-2-1 .inner .tbox {
        width: calc(100% - 45%);
        margin-left: auto;
        margin-top: 0;
    }



}


@media screen and (max-width: 1024px) {


    #sub {
        padding-bottom: 50px;
    }

    .sub-1-1 .sec-1 {
        margin-top: 0px;
    }
    .sub-1-1 .sec-1 .inner .img,
    .sub-1-1 .sec-1 .inner .img img{
        width: 100%;
    }

    .sub-1-1 .sec-1 .inner .tbox .top p {
        padding: 5px 0 5px 80px;
        background-size: 60px;
    }

    .sub-1-1 .sec-1 .inner .tbox .top h2{
        padding-left: 80px;
    }

    .sub-1-1 .sec-1 .inner .img::after{
        display: none;
    }

    .sub-1-1 .sec-1 .inner .tbox{
        width: 100%;
        margin-top: 20px;
    }

    .sub-1-1 .sec-2 .back-img-1{
        top: 20px;
    }

    .sub-1-1 .img-2{
        width: 30%;
    }

    .sub-1-1 .sec-2 .item {
        width: 100%;
        padding: 40px 0 80px 0;
    }

    .sub-1-1 .sec-2::after {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .sub-1-1 .sec-2 .item .img{
        width: 100%;
    }

    .sub-1-2 .tabs{
        width: 100%;
    }

    .sub-1-2 .top > .tbox{
        width: auto;
        left: 20px;
        padding: 40px 80px 40px 40px;
    }

    .sub-1-2 .txt{
        width: 100%;
        margin: 80px auto 0 auto;
    }

    .sub3 .list .item,
    .sub3 .list .item .tbox,
    .sub3 .list .item .sd-wrap,
    .sub4 .list .item,
    .sub4 .list .item .tbox,
    .sub4 .list .item .sd-wrap{
        width: 100%;
    }

    .sub3 .list .item .sd-wrap,
    .sub4 .list .item .sd-wrap{
        margin-top: 20px;
    }

    .sub-1-4 .top{
        margin-bottom: 20px;
    }
    
    .sub-1-4 .cbox.n-2 .item{
        padding: 20px;
    }

    .sub-1-4 .cbox.n-1 > div,
    .sub-1-4 .cbox.n-2 .bottom{
        gap: 20px 0;
    }

    .sub-1-4 .top > .btn-wrap{
        gap: 0 10px;
        margin: 20px auto;
    }

    .sub-1-4 .top > .btn-wrap .btn.down{
        flex: 1;
    }

    .sub-1-4 .top > .btn-wrap,
    .sub-1-4 .cbox.n-1 > div > div,
    .sub-1-4 .cbox.n-2 .bottom .item{
        width: 100%;
    }

    .sub-1-4 .cbox.n-2 .item > div p{
        font-size: 12px;
        gap: 0 2px;
    }

    .sub-1-4 .cbox.n-2 .item h3{
        font-size: 14px;
    }

    .sub-1-3 .bottom .list .item{
        height: auto;
    }

    .sub-1-3 .top .tbox h2 {
        width: 80%;
    }

    .sub-1-3 .top .tbox p {
        width: 100%;
        margin-left: auto;
        margin-top: 20px;
    }

    .sub-1-3 ul.tabs {
        padding: 0 20px 0 0;
    }

    .sub-1-3 .inner{
        padding: 0;
    }

    .sub-1-3 .top{
        padding: 0 20px;
    }

    .sub-1-3 .bottom{
        padding: 0 0 0 20px;
    }

    .sub-1-3 .tabs li.active::before,
    .sub-1-3 .tabs li.active::after{
        display: none;
    }


}/*E:1024*/


@media screen and (max-width: 768px) {

    .sub-1-2 .top > .tbox {
        width: auto;
        padding: 20px 80px 20px 22px;
    }

    .sub-1-2 .top > .tbox h3{
        font-size: 16px;
    }

    .sub-1-2 .top > .tbox h3::before{
        width: 42px;
    }

    .sub-1-3 ul.tabs li {
        padding: 6px 10px;
    }

    .sub-1-3 .bottom .sd-wrap.n-1,
    .sub-1-3 .bottom .sd-wrap.n-2,
    .sub-1-3 .bottom .sd-wrap.n-3 {
        padding: 60px 0;
    }

    .sub-1-3 .ctr-wrap{
        width: 108px;
    }

    .sub-2-1 {
        padding: 0;
    }

    .sub-2-1 .inner .img{
        width: 100%;
    }

    .sub-2-1 .inner .tbox{
        width: 100%;
        margin-top: 30px;
    }

    .sub-2-1 .top .down {
        width: 150px;
        line-height: 35px;
        height: 35px;
    }

    .sub-2-1 .top .down span {
        font-size: 14px;
    }

    .btn,
    .btn.down,
    .btn.view {
        line-height: 35px;
        height: 35px;
    }

    .swiper-button-prev, .swiper-button-next{
        width: 40px;
        height: 40px;
    }

    .sub-2-2 .btn.view{
        width: auto;
    }

    .sub-2-3 .btn.view{
        width: auto;
    }

    .sub-2-3 .img{
        padding: 0;
        border-radius: 10px;
    }

    .sub-2-3 .img img{
        border-radius: 10px;
    }

    .sub-2-5 .item .tit > div {
        padding: 0 20px;
    }


    .sub-2-3 .item.n-1 table{
        width: 920px;
    }

    .sub-2-3 .item.n-2 table td{
        text-align: left;
    }

    .sub-2-3 .cbox.n-1 .btn-wrap{
        width: 100%;
    }

    .sub-2-5 .item .tit h4{
        width: 100%;
        margin-top: 10px;
    }

    .sub-2-5 .item ul{
        padding: 20px;
        gap: 10px 40px;
    }

    .sub-2-5 .item:not(:last-child) {
        margin-bottom: 20px;
    }

    .sub-2-5 .item ul li{
        padding: 5px 10px;
        font-size: 14px;
    }
    
    .sub-2-5 .item ul li::after {
        width: 23px;
        height: 11px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .gallery ul.tabs{
        flex-wrap: wrap;
        gap: 10px;
    }

    .gallery ul.tabs li{
        width: calc((100% - 20px) / 3);
        flex: auto;
    }


}/*E:768*/