.header-background{width:100%;height:440px;background-image:linear-gradient(180deg,#FFFFFF 0%,#DEEEFC 100%)}
.main-box{position:relative;margin:0 auto;width:1522px;width:auto;}
.media-box-1{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}
.round-1{width:600px;height:600px;border-radius:100%;background-color:#fff;position:absolute;top:-493px;left:-487px}
.round-2{width:350px;height:350px;border-radius:100%;background:#dffffa;position:absolute;top:-266px;left:-372px}
.round-3{width:300px;height:300px;border-radius:100%;background:#f1faff;position:absolute;right:-332px;bottom:-146px}
.media-box-1 h1{font-size:36px;color:#1f2238;font-weight:600;padding-top:79px;margin-right:246px}
.media-box-1 .media-desc{font-size:20px;color:#1f2238;line-height:32px;font-weight:200;padding-top:16px}
.media-box-1 .media-box-1-right{margin-top:61px}
.media-menu-wrap{background:#FFFFFF;box-shadow:0px 4px 10px 0px rgba(100,161,155,0.2)}
.media-menu-box{height:66px;display:flex;align-items:center;justify-content:space-between;}
.media-menu-box a:first-child{padding-left: 10px;}
.media-menu-box a{font-size:16px;line-height:66px;color:#1F2238;font-weight:400;margin-right:48px;position:relative}
.media-menu-box a.active{color:#116DF7;font-weight:600}
.media-menu-box a.active:after{content:'';width:78px;height:2px;background:#116DF7;display:block;left:50%;position:absolute;transform:translate(-50%,0);bottom:0}
.media-box{padding:80px 0}
.media-box a{color:#116DF7}
.part-title{font-size:28px;color:#3E3F45;font-weight:600;padding-top:40px;padding-bottom:16px}
.part-title:first-child{padding-top:0}
.part-content{font-size:16px;color:#3E3F45;padding-bottom:10px}
.strong{font-weight: bold;}
.part-single-title{font-size:18px;color:#3E3F45;font-weight:600;padding-top:30px;padding-bottom:16px}
.part-single-content{font-size:16px;color:#3E3F45; padding-bottom:10px;}
.media-box .link-email{color:#99CC33}

@media (max-width: 1200px){
    .media-box-1{padding: 0 10px;}
    .media-menu-box{justify-content:flex-start;width: 100%;overflow-y: auto;}
    .media-box{padding: 40px 10px;}
}
@media (max-width: 1000px){
    .header-background{height: auto;}
    .media-box-1{padding: 20px 10px;}
    .media-box-1 h1{padding-top: 0px;margin-right:0;}
    .media-box-1-right{display: none;}
    .media-menu-box a{white-space: nowrap;}

    .media-menu-box::-webkit-scrollbar{width:4px;height:4px;background-color:#fff}
    .media-menu-box::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(0,0,0,.2)}
    .media-menu-box::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5);border-radius:5px}
    .media-menu-box::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.15)}
    .media-menu-box::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-track:vertical{border-left:1px solid #fff;border-right:1px solid #fff}
    .media-menu-box::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:horizontal{border-top:1px solid #fff;border-bottom:1px solid #fff}
    .media-menu-box::-webkit-scrollbar-track:hover{border-radius:5px;background-color:rgba(0,0,0,.15)}
}


@media (max-width: 600px){
    .media-box-1 h1{font-size: .8rem;}
    .media-box-1 .media-desc{font-size: .6rem;}
    .media-menu-box a{font-size: .5rem;margin-right: 20px;}

    .part-title{font-size:.8rem;padding-top: 20px;}
    .part-content {font-size: .6rem;}
}
