 /*main*/
.title1{font-family: 'SBAggro';font-size: 34px;color: #000;font-weight: 400;letter-spacing: -1px;}
.title1 strong{color:#0064de}
.title2{font-family: 'SBAggro';font-size: 40px;color: #000;font-weight: 400;letter-spacing: -1px;}

.btn-more2{display: inline-block;width: 38px;height: 38px;background-color: #666666;border-radius: 100%;text-align: center;}
.btn-more2 img{vertical-align: top;padding-top: 12px;}

/**/
.mcont1 .inner{display: flex;justify-content:space-between;align-items: flex-end;padding: 50px 0;}
.visual-area{flex-shrink: 0;width: 790px;}
.visual-area .title1{margin-bottom: 30px;}
.slider1{position: relative;}
.slider1 .swiper {width: 100%;max-width: 790px;aspect-ratio: 790 / 470;margin: auto;position: relative;}
.slider1 .swiper .swiper-slide {display: flex;align-items: center;justify-content: center;}
.slider1 .swiper .swiper-slide .video-wrapper {width: 100%;max-width: 790px;aspect-ratio: 790 / 470;margin: 0 auto;border-radius: 25px;overflow: hidden;}
.slider1 .swiper .swiper-slide .video-wrapper iframe {width: 100%;height: 100%;}
.slider1 .swiper-button-prev:after, 
.slider1 .swiper-rtl .swiper-button-next:after{display: none;}
.slider1-ctr-box{display: flex;position: absolute; bottom: 30px;left:30px;z-index: 100;}
.slider1-ctr-box .controls{display: flex;justify-content: center;width: 146px;height: 34px;align-items: center; background: url('../images/main/bg_slider_ctr.png'); border-radius: 20px;}
.slider1 .swiper-button-next, 
.slider1 .swiper-button-prev{position: relative;display: block;width: 6px;height: 10px;opacity: 1 !important;top:inherit;margin: 0;left:inherit;right: inherit;}
.slider1 .swiper-button-prev{background: url('../images/main/btn_slider1_prev.png');}
.slider1 .swiper-button-next{background: url('../images/main/btn_slider1_next.png');}
.slider1 .swiper-pagination{position: relative;bottom:0;margin: 0 10px;font-size: 0;}
.slider1 .swiper-pagination-fraction{color: #fff;width: auto;font-size: 0;}
.slider1 .swiper-pagination-fraction > span{font-size: 14px;}
.slider1 .swiper-pagination-fraction .swiper-pagination-total {padding-left:11px;position: relative;margin-left: 6px;}
.slider1 .swiper-pagination-fraction .swiper-pagination-total::before{content: "";display: block;width: 7px;height: 1px;position: absolute;left:0;top:8px;background-color: #fff;}
.slider1 .btn-mute{display: block;cursor: pointer;margin-left: 10px;}
.slider1 .btn-mute .mute-state{display: block;width: 17px;height: 16px;background: url('../images/main/btn_mute_off.png') center no-repeat;cursor: pointer;}
.slider1 .btn-mute .mute-state.off{background: url('../images/main/btn_mute_on.png') center no-repeat;}
.slider1 .btn-auto{display: block;width: 34px;height: 34px;margin: 0 5px 0 0; background: url('../images/main/bg_slider_ctr.png'); border-radius: 100%;} 
.slider1 .btn-auto span{display: block;width:34px;;height:  34px;background: url('../images/main/btn_slider1_stop.png') center no-repeat; }
.slider1 .btn-auto.paused span{background: url('../images/main/btn_slider1_play.png') center no-repeat;}
.board-area{width: calc(100% - 790px);padding-left: 80px;}
.board-area .cage{display: flex;align-items: flex-end;flex-wrap: wrap;height: 100%;}
.board-box{width: 100%; padding: 0 0 30px 0;border-bottom: 1px dashed #e5e5e5;margin:  0 0 40px 0;}
.board-menu{display: flex;width: 100%;border-bottom: 1px solid #e5e5e5;padding: 0 0 10px 0;margin: 0 0 18px 0;}
.board-menu > li{position: relative; padding: 0 0 0 25px;margin: 0 0 0 19px;}
.board-menu > li::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 5px;height: 5px;background: #d5d5d5;border-radius: 100%;}
.board-menu > li:first-child{margin-left: 0;padding-left: 0;}
.board-menu > li:first-child::before{display: none;}
.board-menu li .btn-tabbd{position: relative; display: inline-block;font-size: 25px;color: #555555;height: 38px; }
.board-menu li.on .btn-tabbd{ padding: 0 0 0 43px; }
.board-menu li.on .btn-tabbd::before{content: '';position: absolute;left: 0;top: 0;width: 37px;height: 36px;background: url('../images/main/btn-tabbd_on.png') center no-repeat;z-index: 1;}
.board-menu li.on .btn-tabbd::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background: #bfd8f7;border-radius: 5px;}
.board-list > li{padding: 10px;}
.board-list a{display: block;width: 100%;height: 180px;padding: 22px;box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);border-radius: 15px;transition: all 0.3s ease;}
.board-list a .subject{display: block;height: 100px;margin: 0 0 15px 0; font-size: 18px;color: #000000; font-weight: 600;line-height: 1.4; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.board-list a .date{display: block;text-align: right;font-size: 15px;color: #555;}
.board-list a:hover{background-color: #0064de;transition: all 0.3s ease;}                                                                                                                                            
.board-list a:hover *{color: #fff;}
.board-cont{position: relative;}
.slider2-ctr-box{display:flex;position: absolute;right:0;top:-68px}
.slider2-ctr-box > button,
.slider2-ctr-box a{display: inline-block;width: 38px;height: 38px;background-color: #fff; background-position: center;background-repeat: no-repeat; border:1px solid #ededed;border-radius: 100%;}
.slider2-ctr-box .btn-slider2-prev{background-image: url(../images/main/btn_slider2_prev.png);}
.slider2-ctr-box .btn-slider2-next{background-image: url(../images/main/btn_slider2_next.png);margin:0 3px}
.slider2-ctr-box > button:hover,
.slider2-ctr-box a:hover{border:1px solid #666666;background-color: #666666;}
.slider2-ctr-box .btn-slider2-prev:hover{background-image: url(../images/main/btn_slider2_prev_ov.png);}
.slider2-ctr-box .btn-slider2-next:hover{background-image: url(../images/main/btn_slider2_next_ov.png);}
.slider2-ctr-box .btn-more{background-image: url(../images/main/btn_more01.png);}
.slider2-ctr-box .btn-more:hover{background-image: url(../images/main/btn_more02.png);}
.quick-box{width: 100%;}
.quick-list{display: flex;justify-content: space-between;}
.quick-list > li{position: relative;width: calc(33.3% - 17px );padding: 0 0 7px 0;}
.quick-list > li > a{position: relative; display: flex;width: 100%;align-items: center;justify-items: center; height: 135px;background-color: #e4e9f7;border-radius: 17px;z-index: 1;}
.quick-list > li::after{content: '';position: absolute;left: 7px; bottom:0; width: calc(100% - 14px);height:30px;background: #e0e4f2;border-radius: 0 0 20px 20px;}
.quick-list > li > a > span{display: block;width: 100%; padding: 54px 0 0 0;text-align: center;font-size: 20px;color: #444444;font-weight: 600;background-position: center top;background-repeat: no-repeat;}
.quick-list > li.link2::after{background-color: #d3dcf2;}
.quick-list > li.link3::after{background-color: #c7d3f2;}
.quick-list > li.link2 > a {background-color: #d7e0f7;}
.quick-list > li.link3 > a {background-color: #cbd7f7}
.quick-list > li.link1 > a > span{background-image: url('../images/main/icon_quick01.png');}
.quick-list > li.link2 > a > span{background-image: url('../images/main/icon_quick02.png');}
.quick-list > li.link3 > a > span{background-image: url('../images/main/icon_quick03.png');}
.quick-list > li.link1:hover > a > span{background-image: url('../images/main/icon_quick01_ov.png');color:#fff}
.quick-list > li.link2:hover > a > span{background-image: url('../images/main/icon_quick02_ov.png');color:#fff}
.quick-list > li.link3:hover > a > span{background-image: url('../images/main/icon_quick03_ov.png');color:#fff}
.quick-list > li:hover::after{background-color: #004191;}
.quick-list > li:hover > a{background-color: #0064de;color:#fff;}

/**/
.mcont2{background-color: #eef7fc;padding: 95px 0 110px 0;}
.mcont2 .inner {display: flex;justify-content: space-between;align-items: stretch;}
.map-area{flex-shrink: 0;width: 790px;}
.map-area .tit-box{display: flex;margin-bottom: 20px;}
.map-area .tit-box .title2{font-size: 40px;margin-right: 18px;}
.map-area .tit-box p{font-family: 'SBAggro';font-weight: 300;; color:#222222;font-size: 16px;}
.map-info > li{position: relative; color:#444444;font-size: 15px;margin: 0 0 5px 0;padding: 0 0 0 20px;}
.map-info > li::before{content: "※";display: block;position: absolute;left:0;top:0;}
.map-info > li:last-child{margin-bottom: 0;}
.map-wrap {position: relative;width: 100%;padding-top: 49.8%;margin-bottom: 30px;}
.map-bg {position: absolute;inset: 0;background: url('../images/main/map_default.png') no-repeat center/contain;transition: background 0.3s ease;z-index: 0;}
.map-wrap.bg-europe .map-bg {background-image: url('../images/main/map-europe.png');}
.map-wrap.bg-africa .map-bg {background-image: url('../images/main/map-africa.png');}
.map-wrap.bg-indo-asean .map-bg {background-image: url('../images/main/map-indo-asean.png');}
.map-wrap.bg-eurasia .map-bg {background-image: url('../images/main/map-eurasia.png');}
.map-wrap.bg-latam .map-bg {background-image: url('../images/main/map-latam.png');}
.marker {position: absolute;width: 60px;height: 60px;}
.marker.europe{top: 20%;left: 16.4%;}
.marker.africa{top: 46%;left: 9%;}
.marker.indo-asean{top: 44%;left: 22.6%;}
.marker.eurasia{top: 32.5%;left: 33%;}
.marker.latam{top: 66.5%;left: 84.5%;}
.tooltip {display: none;position: absolute;top: 50%;transform: translateY(-50%);left:70px;padding:0 0 0 23px;width: 302px;}
.marker:hover .tooltip {display: block;}
.marker > span{display: flex;width:100%;align-items: center;justify-content: center; height: 100%;background: #fff;border-radius: 100%;cursor: pointer;color:#222222;font-size: 14px;font-weight: 600;z-index: 2;text-align: center;}
.marker > span:hover{border-color: #3980c2;border-width: 2px;border-style: solid;}
.tooltip::before{content: "◀";display: block;position: absolute;left:0;top:50%;transform: translateY(-50%);color:#fff;font-size: 38px;}
.tooltip strong{display: block;width: 100%;font-size: 20px;color: #fff;font-weight: 600;background-color: #367ec1;padding: 10px;border-radius: 12px 12px 0 0;}
.country-list{display: flex;flex-wrap: wrap;text-align: left;background-color: #fff;padding: 20px 20px 13px 20px;border-radius: 0 0 12px 12px;box-shadow: 4px 3px 9px 0px rgba(231, 231, 231, .5);}
.country-list > li{display: flex;align-items: center; width: 50%;margin-bottom:10px;}
.country-list > li .flag{margin-right: 5px;box-shadow: 0px 2px 3px 3px rgba(231, 231, 231, 1);;border-radius: 100%;}
.country-list > li .country{color:#222222;font-size: 15px;font-weight: 500;}
.country-list > li .color{color:#367ec1;font-weight: 600;}

/*중동아프리카*/
.bg-africa .africa{z-index: 10;}
.africa .country-list > li:nth-child(odd){width: 60%;}
.africa .country-list > li:nth-child(even){width: 40%;}

/*유럽*/
.bg-europe .europe{z-index: 10;}
.europe .tooltip strong{background-color:#f36f40 ;}
.europe .country-list > li:nth-child(odd){width: 60%;}
.europe .country-list > li:nth-child(even){width: 40%;}
.europe .country-list > li .color{color:#f36f40}
.europe:hover span{border-color: #f36f40;}

/*인도 아세안*/
.bg-indo-asean .indo-asean{z-index: 10;}
.indo-asean .tooltip strong{background-color:#e82960 ;}
.indo-asean .country-list > li:nth-child(odd){width: 50%;}
.indo-asean .country-list > li:nth-child(even){width: 50%;}
.indo-asean .country-list > li .color{color:#e82960}
.indo-asean:hover  span{border-color: #e82960;}

/*유라시아*/
.bg-eurasia .eurasia{z-index: 10;}
.eurasia .tooltip strong{background-color:#7261ab ;}
.eurasia .country-list > li:nth-child(odd){width: 50%;}
.eurasia .country-list > li:nth-child(even){width: 50%;}
.eurasia .country-list > li .color{color:#7261ab}
.eurasia:hover  span{border-color: #7261ab;}

/*중남미*/
.bg-latam .latam{z-index: 10;}
.latam .tooltip {left: initial;right: 50%;padding-left: 0;padding-right: 23px;transform: translateX(-29px) translateY(-67%);}
.latam  .tooltip::before{right: 0;left: inherit;transform: rotateY(180deg);}
.latam .tooltip strong{background-color:#31b493 ;}
.latam .country-list > li:nth-child(odd){width: 50%;}
.latam .country-list > li:nth-child(even){width: 50%;}
.latam .country-list > li .color{color:#31b493}
.latam:hover  span{border-color: #31b493;}

/**/
.banner-area{position: relative; width: calc(100% - 790px);padding-left: 80px;}
.banner-area .title2{margin-bottom: 20px;}
.banner-slider{position: relative;}
.banner-slider .slider3 {position: relative;width: 100%;height: 100%;overflow: hidden;border-radius: 15px;border: 1px solid #e5e5e5;}
.banner-slider .slider3-ctr {display: flex;align-items: center;  }
.banner-slider .slider3-ctr .progress {width: 100px;height: 4px;background: #eee;position: relative;}
.banner-slider .slider3-ctr .progress-bar {height: 100%;background: #007bff;width: 0%;transition: width 0.3s linear;}
.banner-slider .slider3-ctr{display: flex;line-height: 14px;position: absolute;bottom: 30px;left:30px;z-index: 100;}
.banner-slider .slider3-ctr .btn-slider3-start{width: 34px;height: 34px;background: url('../images/main/bg_slider_ctr.png'); border-radius: 100%;padding-top: 5px;}
.banner-slider .slider3-ctr .btn-slider3-stop{width: 34px;height: 34px;background: url('../images/main/bg_slider_ctr.png'); border-radius: 100%;padding-top: 5px;margin: 0 10px;}
.banner-slider .slider3-ctr .cage{display: flex;width:auto;align-items: center;flex-wrap: wrap;padding:0 20px;height: 34px; background: url('../images/main/bg_slider_ctr.png');border-radius: 20px; }
.banner-slider .slider3-ctr .slider3-total{color: #fff;font-size: 14px;font-weight: 600;margin: 0 10px;}
.banner-slider .slider3-ctr .btn-slider3-prev{padding-top: 2px;}
.banner-slider .slider3-ctr .btn-slider3-next{padding-top: 3px;}
.banner-slider .slider3-ctr .slider3-pagination{position: relative;width:60px;height: 2px;background: transparent url(../images/main/bg_slider3_pagination.png);margin-left: 10px;}
.banner-slider .slider3-ctr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #fff;}
.banner-area .btn-more2{position: absolute;top:0;right: 0;}

/* */
.mcont3{padding: 80px 0;}
.aff-area .title2{margin-bottom: 20px;}
.aff-list{--ul-width: 100%;--li-width: 32.3%;display: flex;flex-wrap: wrap;height: 100%;gap:20px calc((var(--ul-width) - (var(--li-width) * 3)) / 2);}
.aff-list > li{display: inline-block;width: var(--li-width);height: 140px;}
.aff-list .aff-box {display: flex;height: 100%;border:1px solid #e5e5e5;border-radius: 12px;background-color: #fff;overflow: hidden;}
.aff-list .aff-box .aff-name{display: flex;align-items: center;justify-content: center;height: 100%;width: 192px;border-right:1px solid #e5e5e5;color: #333333;font-size: 20px;font-weight: 600;text-align: center;}
.aff-list .aff-box .aff-links{display: flex;align-items: center;justify-content: center;width: calc(100% - 192px);height: 100%;background-color: #fff;}
.aff-list .aff-box .aff-links > li{margin: 0 10px;}
.aff-list .aff-box .aff-links .sns-item .link-label{display: inline-block;text-align: center;font-size: 18px;color:#333333;font-weight: 600;padding-top: 7px;}
.aff-list .aff-box .aff-links .sns-item > a{display:block;width: 60px;height: 60px;background-position: center;background-repeat: no-repeat;background-image: url('../images/main/icon_aff01.png');background-size: 100%;}
.aff-list .aff-box .aff-links .sns-item.homepage > a{background-image: url('../images/main/icon_aff01.png');}
.aff-list .aff-box .aff-links .sns-item.instagram > a{background-image: url('../images/main/icon_aff02.png');}
.aff-list .aff-box .aff-links .sns-item.youtube > a{background-image: url('../images/main/icon_aff03.png');}
.aff-list > li:hover .aff-box{border:2px solid #0064de;background-color: #0064de;}
.aff-list > li:hover .aff-name{border-right: 1px solid #0064de;color:#fff}
.aff-list .aff-box .aff-links .sns-item.homepage > a:hover{background-image: url('../images/main/icon_aff01_ov.png');}
.aff-list .aff-box .aff-links .sns-item.instagram > a:hover{background-image: url('../images/main/icon_aff02_ov.png');}
.aff-list .aff-box .aff-links .sns-item.youtube > a:hover{background-image: url('../images/main/icon_aff03_ov.png');}


@media screen and (max-width: 1540px) {
    .mcont1 .inner{padding-left: 20px;padding-right: 20px;}
    .visual-area{width: 50%;}
    .board-area{padding-left: 30px;width: 50%;}
    .mcont2 .inner{padding-left: 20px;padding-right: 20px;}
    .map-area{width: 50%;}
    .banner-area{padding-left: 30px;width: 50%;}
    .map-area .tit-box{display: block;}
    .map-area .tit-box .title2{margin-right: 0;}
    .aff-list .aff-box .aff-name{width: 140px;}
    .aff-list .aff-box .aff-links{width: calc(100% - 140px);}
    .aff-list .aff-box .aff-links > li{margin: 0 5px;}
}

@media screen and (max-width: 1200px) {
    .visual-area .title1 br{display: none;}
    .board-menu li .btn-tabbd{font-size: 20px;}
    .board-menu li.on .btn-tabbd{padding-left: 30px;}
    .board-menu li.on .btn-tabbd::before{width: 28px;height: 28px;background-size: 100%;}
    .board-list a{padding: 15px;}
    .marker{width: 55px;height: 52px;}
    .aff-list .aff-box .aff-name{font-size: 18px;}
    .aff-list .aff-box .aff-links .sns-item > a{width: 44px;height: 44px;}
    .aff-list .aff-box .aff-links .sns-item .link-label{font-size: 14px;}
}

@media screen and (max-width: 1024px) {
    .title1{font-size: 32px;}
    .title2{font-size: 30px;}
    .mcont1 .inner{display: block;padding-top: 40px;padding-bottom: 75px;}
    .board-box{padding-bottom: 25px;margin-bottom: 25px;}
    .visual-area{width: 100%;margin-bottom: 75px;}
    .board-area{padding-left: 0;width: 100%;}
    .board-list a{height: 128px;}
    .board-list a .subject{font-size: 16px;height: 75px;}
    .quick-list > li > a{height: 96px;}
    .quick-list > li > a > span{font-size: 16px;padding-top: 34px;}
    .quick-list > li.link1 > a > span{background-size: 30px;}
    .quick-list > li.link2 > a > span{background-size: 27px;}
    .quick-list > li.link3 > a > span{background-size: 30px;}
    .mcont2{padding: 75px 0;}
    .mcont2 .inner{display: block;}
    .marker:hover .tooltip {display: none;}
    .marker .tooltip.on{display: block;}
    .map-area{width: 100%;margin-bottom: 75px;}
    .map-area .tit-box{margin-bottom: 17px;}
    .map-area .tit-box .title2{margin-bottom: 12px;}
    .map-area .tit-box p br{display: none;}
    .banner-area{padding-left: 0;width: 100%;}
    .banner-slider .slider3 img{width: 100% !important;}
    .aff-list{--ul-width: none;--li-width: ;gap: 16px;}
    .aff-list > li{width: calc(50% - 8px);}
}

@media screen and (max-width: 768px) {
    .aff-list{display: block;}
    .aff-list > li{width: 100%;margin-bottom: 15px;height: 100px;}
    .aff-list .aff-box .aff-name{width: 35%;font-size: 16px;}
    .aff-list .aff-box .aff-links{width: 65%;}
    .tooltip{width: 230px;left: 52px;}
    .tooltip strong{font-size: 16px;}
    .country-list{padding: 10px;}
    .country-list > li .country{font-size: 13px;}
    .country-list > li .flag img{width: 18px;}
}


@media screen and (max-width: 480px) {
    html{font-size: 14px;}
    .title1{font-size: 20px;}
    .title2{font-size: 20px;}
    .mcont1 .inner{padding: 40px 10px;}
    .visual-area{margin-bottom: 50px;}
    .visual-area .title1{margin-bottom: 20px;}
    .slider1-ctr-box{left:10px;bottom: 10px;}
    .slider1 .swiper .swiper-slide .video-wrapper{border-radius: 8px;}
    .board-menu{justify-content: center;}
    .board-menu li .btn-tabbd{font-size: 15px;font-weight: 600;}
    .board-list > li{padding: 5px;}
    .board-list a .subject{font-size: 14px;margin-bottom: 10px;}
    .board-list a .date{font-size: 13px;}
    .board-cont{padding-top: 25px;}
    .slider2-ctr-box{top:-10px}
    .slider2-ctr-box > button, .slider2-ctr-box a{width: 28px;height: 28px;}
    .slider2-ctr-box .btn-slider2-prev{background-size: 8px;}
    .slider2-ctr-box .btn-slider2-next{background-size: 8px;}
    .slider2-ctr-box .btn-more{background-size: 12px;}
    .quick-list > li{width: calc(33.3% - 5px);}
    .quick-list > li > a > span{font-size: 15px;}
    .map-area .tit-box .title2{font-size: 20px;}
    .mcont2{padding: 30px 0;}
    .mcont2 .inner{padding-left: 10px;padding-right: 10px;}
    .map-area{margin-bottom: 30px;}
    .map-area .tit-box p{font-size: 15px;}
    .marker{width: 40px;height: 40px;}
    .marker span{font-size: 12px;letter-spacing: -1px;}
    .marker:hover{border-width: 1px;}
    .marker.europe{top:15%}
    .marker.eurasia{top: 27.5%;left: 34%;}
    .map-wrap{margin-bottom: 20px;}
    .marker .tooltip{left: -28px;top: 192px;}
    .marker.indo-asean .tooltip{left: -86px;}
    .marker.eurasia .tooltip{left: -134px;}
    .marker.europe .tooltip{left: -60px;top: 286px;}
    .marker.latam .tooltip{top: 60px;right: inherit;transform: translateX(0) translateY( -50%);padding-right: 0;}
    .marker .tooltip.on{top:50%;left:0;z-index: 100;}
    .map-wrap.bg-europe .europe{position: static;}
    .map-wrap.bg-europe .europe > span{display: none}
    .map-wrap.bg-africa .africa{position: static;}
    .map-wrap.bg-africa .africa > span{display: none}
    .map-wrap.bg-eurasia .eurasia{position: static;}
    .map-wrap.bg-eurasia .eurasia > span{display: none}
    .map-wrap.bg-indo-asean .indo-asean{position: static;}
    .map-wrap.bg-indo-asean .indo-asean> span{display: none}
    .map-wrap.bg-latam .latam{position: static;}
    .map-wrap.bg-latam .latam > span{display: none}
    .tooltip strong{font-size: 14px;}
    .tooltip{padding-left: 0;transition: none;width: calc(100vw - 20px);}
    .tooltip::before{display: none;}
    .map-info > li{font-size: 14px;}
    .banner-slider .slider3-ctr{left:10px;bottom: 10px;}
    .banner-slider .slider3-ctr .btn-slider3-stop{margin: 0 5px;}
    .mcont3{padding: 30px 0;}
    .aff-list .aff-box .aff-name{font-size: 14px;width: 36%;}
    .aff-list .aff-box .aff-links{width: 64%;}
    .btn-more2{width: 28px;height: 28px;}
    .banner-area .btn-more2 img{width: 12px;padding-top: 8px;}
}