#main:before,
#main:after {
    content: "";
    position: absolute;
    z-index: -1;
}
#main:before {
    width: 1655px;
    height: 897px;
    right: calc((100% - 1680px) - 1143px);
    top: 0;
    background: url(../images/main/mbg_1.png) no-repeat 50% 50%;
}
#main:after {
    width: 1870px;
    height: 500px;
    left: calc((100% - 1680px) - 1165px);
    bottom: 0;
    background: url(../images/main/mbg_2.png) no-repeat 50% 50%;
}

#main {
    width:1680px;
    /*overflow: hidden;*/
    position: relative;
    margin:0 auto;
    padding:4.3125rem 0 4.6rem 0;
}
.main-top {
    width:100%;
    overflow: hidden;
    padding: 1rem 10px 4rem 0;
}

.mj-banner {
    width:64%;
    height: 100%;
    display: flex;
    gap:1.875rem;
    float: left;
}
.mj-banner .mj-banner-in {
   background: #81A6FA;
   background: linear-gradient(180deg,rgba(129, 166, 250, 1) 0%, rgba(104, 137, 249, 1) 28%, rgba(104, 137, 249, 1) 50%, rgba(86, 119, 247, 1) 100%);
   color: #fff;
   text-align: center;
   flex:1;
   cursor: pointer;
   padding: 4.375rem 0 7.5rem 0;
   border-radius: 2.5rem;
   position: relative;
   box-shadow: 8px 8px 24px rgba(26, 38, 159, 0.27);
   transition: all 0.3s;
   top:0;
}
.mj-banner .mj-banner-in:hover {
    top: -1rem;
}
.mj-banner .mj-banner-in.bn02 {
    background: #7981FA;
    background: linear-gradient(180deg,rgba(121, 129, 250, 1) 0%, rgba(97, 104, 248, 1) 28%, rgba(97, 104, 248, 1) 50%, rgba(80, 86, 246, 1) 100%);
}
.mj-banner .mj-banner-in.bn03 {
    background: #392FAB;
    background: linear-gradient(180deg,rgba(57, 47, 171, 1) 0%, rgba(46, 38, 144, 1) 28%, rgba(46, 38, 144, 1) 50%, rgba(35, 29, 126, 1) 100%);
}
.mj-banner .title {
    font-size: 1.8125rem;
    font-family: "Jalnan";
    font-weight: 300;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mj-banner .title:before {
    content: "";
    width:205px;
    /*height:160px;*/
    aspect-ratio: 1.28 / 1;
    margin-left:29%;
}
.mj-banner .bn01 .title:before {
    background: url(../images/main/bn01.png) no-repeat 50% 50%;
    background-size: 100%;
}
.mj-banner .bn02 .title:before {
    background: url(../images/main/bn02.png) no-repeat 50% 50%;
    background-size: 100%;
}
.mj-banner .bn03 .title:before {
    background: url(../images/main/bn03.png) no-repeat 50% 50%;
    background-size: 100%;
}
.mj-banner .text {
    line-height: 1.3;
}
.mj-banner .btn {
    background: rgba(255, 255, 255, 0.3) url(../images/main/arrow_w.svg) no-repeat 50% 50%;
    background-size: 30%;
    width:44.5px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    position: absolute;
    right:1.5625rem;
    bottom:1.5625rem;
    box-shadow: 3px 3px 10px rgba(27, 22, 109, 0.47);
    transition: all 0.3s;
}
.mj-banner-in:hover .btn {
    transform: rotate(45deg);
    box-shadow: 3px 3px 10px rgba(27, 22, 109, 0.47);
}

.log-box {
    width:23.8%;
    display: flex;
    align-items: center;
    border-radius: 1.875rem;
    background: #fff;
    padding:0.3125rem;
    justify-content: space-between;
    float: right;
    margin-bottom: 3.4375rem;
    box-shadow: 2px 2px 16px rgba(0, 54, 157, 0.08);
}
.log-box > * {flex-shrink: 0}
.log-box .user {
    display: flex;
    align-items: center;
    color: #222;
    padding:0 1.25rem;
}
.log-box .user strong {
    font-size: 1.0625rem;
    color: #4c54eb;
    margin-right: 0.3125rem;
}
.log-box .btn {
    font-size: 1rem;
    background: #4c54eb;
    padding: 1rem 1rem 1rem 2.625rem;
    border-radius: 1.875rem;
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: all 0.2s;
}
.log-box .btn:hover {
    background: #333bcb;
}
.log-box .btn:before {
    content: "";
    width:16px;
    height:16px;
    display: block;
    position: absolute;
    top:50%;
    left:1.3rem;
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/main/ic_logout.svg) no-repeat 50% 50%;
    background-size: 100%;
}
.log-box .btn.v_before:before {
    transform: translateY(-50%) rotate(0deg);
}

.quick-icon {
    width:23.8%;
    float: right;
}
.quick-icon .title {
    font-size: 1.75rem;
    font-family: "Jalnan";
    font-weight: 300;
    margin-bottom: 1.875rem;
}
.quick-icon .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quick-icon .list li {
    width:30%;
    margin-bottom: 1.25rem;
}
.quick-icon .list li a {
    background: #fff;
    border-radius: 1.25rem;
    display: flex;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    font-size: 0.9063rem;
    /*padding-top: 4.25rem;*/
    color: #444;
    box-shadow: 2px 2px 16px rgba(0, 54, 157, 0.08);
    transition: all 0.2s;
}
.quick-icon .list li a:hover {
    background: #4c54eb;
    color: #fff;
}
.quick-icon .list .icon-01 a:before {background-image: url(../images/main/qic_01.svg);}
.quick-icon .list .icon-02 a:before {background-image: url(../images/main/qic_02.svg);}
.quick-icon .list .icon-03 a:before {background-image: url(../images/main/qic_03.svg);}
.quick-icon .list .icon-04 a:before {background-image: url(../images/main/qic_04.svg);}
.quick-icon .list .icon-05 a:before {background-image: url(../images/main/qic_05.svg);}
.quick-icon .list .icon-06 a:before {background-image: url(../images/main/qic_06.svg);}
.quick-icon .list .icon-01 a:hover:before {background-image: url(../images/main/qic_01_on.svg);}
.quick-icon .list .icon-02 a:hover:before {background-image: url(../images/main/qic_02_on.svg);}
.quick-icon .list .icon-03 a:hover:before {background-image: url(../images/main/qic_03_on.svg);}
.quick-icon .list .icon-04 a:hover:before {background-image: url(../images/main/qic_04_on.svg);}
.quick-icon .list .icon-05 a:hover:before {background-image: url(../images/main/qic_05_on.svg);}
.quick-icon .list .icon-06 a:hover:before {background-image: url(../images/main/qic_06_on.svg);}
.quick-icon .list li a:before {
    content: "";
    width:40%;
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



.main-bottom {
    margin-bottom: 4.5rem;
    display: flex;
}

.notice {
    width:39.8%;
    position: relative;
    padding:3.125rem 0 0 0;
    margin-right:4%;
}
.notice .title,
.sm-box dt,
.mv-guide .title {
    font-size: 1.75rem;
    font-family: "Jalnan";
    font-weight: 300;
}
.notice .title {
    margin-bottom: 2.1875rem;
}
.notice .more {
    position: absolute;
    right:0;
    top:40px;
    display: block;
    width:2.625rem;
    height:2.625rem;
    background: #fff;
    border-radius: 100%;
    box-shadow: 3px 3px 10px rgba(87, 108, 133, 0.16);
}
.notice .more::before,
.notice .more::after {
  content: '';
  position: absolute;
  background-color: #000;
  transition: all 0.2s;
}
.notice .more::before {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40%;
  transform: translate(-50%, -50%);
}
.notice .more::after {
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.notice .more:hover::before,
.notice .more:hover::after {
    transform: translate(-50%, -50%) rotate(180deg);
}
.notice-list {
    display: flex;
    justify-content: space-between;
}
.notice-box {
    width:calc(50% - 27px);
}
.notice-box:nth-child(n+3) {
    display: none;
}
.notice-box .tit {
    font-weight: 600;
    font-size: 1.3125rem;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice-box .tit:hover {
    text-decoration: underline;
}
.ic-new {
    width:27px;
    aspect-ratio: 1 / 1;
    background: #dce8fb;
    text-align: center;
    color: #0064dc;
    font-size: 0.9375rem;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-right:5px;
    vertical-align: middle;
}
.notice-box .txt {
    line-height: 1.7;
    color: #444;
    margin-bottom: 1.5625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.notice-box .date {
    font-size: 0.9375rem;
    color: #666;
    display: flex;
    align-items: center;
    gap:0 7px;
}
.notice-box .date:before {
    content: "";
    width:15px;
    height:15px;
    background: url(../images/main/ic_date.svg) no-repeat 50% 50%;
    background-size: 100%;
    opacity: 0.4;
}

.sm-banner {
    width:20.2%;

}
.sm-box {
    background: #fff url(../images/main/sm-box.png) no-repeat calc(100% - 1.875rem) calc(100% - 1.875rem);
    border-radius: 1.25rem;
    padding:1.875rem 1.875rem 75px 1.875rem;
    margin-bottom: 1.5625rem;
    box-shadow: 2px 2px 16px rgba(158 194 237 / 0.3);
    cursor: pointer;
    transition: all 0.2s;
}
.sm-box:hover {
    box-shadow: 0 0 25px rgba(158 194 237 / 0.7);
}
.sm-box dt {
    color: #26346f;
    margin:2px 0 1.25rem 0;
}
.sm-box dd {
    line-height: 1.3;
    color: #666666;
}

.sm-link {
    display: block;
    padding:2.1875rem 1.875rem;
    background: #d8eaff;
    color: #26346f;
    border-radius: 1.25rem;
    font-size: 1.1875rem;
    font-weight: 500;
    position: relative;
}
.sm-link:after {
    content: "";
    position: absolute;
    right:1.875rem;
    top:50%;
    transform: translateY(-50%);
    width:2.125rem;
    aspect-ratio: 1 / 1;
    background: #fff url(../images/main/sm-link.svg) no-repeat 50% 50%;
    background-size: 41%;
    border-radius: 100%;
    transition: all 0.2s;
}
.sm-link:hover:after {
    right:1.3rem;
}

.mv-guide {
    width:23.8%;
    margin-left: auto;
}
.mv-guide .title {
    margin-bottom: 1.5625rem;
    margin-top: 2px;
}
.mv-guide .txt {
    color: #555555;
    line-height: 1.3;
    margin-bottom: 1.5625rem;
}
.mv-guide .img {

}


.r-site {
    display: flex;
    align-items: center;
}
.r-site .title {
    display: block;
    font-size: 1.75rem;
    font-family: "Jalnan";
    font-weight: 300;
    flex-shrink: 0;
    width:13.3%;
    margin-top: 3px;
}
.r-site-slide {
    width:86.7%;
    overflow: hidden;
    margin: 0 5%;
}
.r-site .swiper-prev,
.r-site .swiper-next {
    width:2.5rem;
    height:2.5rem;
    flex-shrink: 0;
    background: #fff url(../images/main/r-site-arrow.svg) no-repeat 50% 50%;
    background-size: 50%;
    border-radius: 0.625rem;
    box-shadow: 0 0 10px rgba(87, 108, 133, 0.2);
}
.r-site .swiper-prev {
    transform: scaleX(-1);
}
.swiper-slide img {max-width: 100%;}
.swiper-notification {display: none;}


@media all and (max-width:1680px) {
    #main {
        width: 96%;
    }
    #main:before {
        right: calc(30% - 1655px);
    }
    #main:after {
        left: calc(42% - 1870px);
    }
}
@media all and (max-width:1380px) {
    #main:before,
    #main:after {
        display: none;
    }
    .ver-main {
        background: #f5f7ff;
    }
    .main-top {
        display: flex;
        flex-direction: column;
        overflow: unset;
        padding: 0;
    }
    .mj-banner {
        order: 2;
        width:100%;
        /*flex-direction: column;*/
        margin-bottom: 3.4375rem;
    }
    .mj-banner .title:before {
        width: 205px;
        margin-left: 25%;
    }
    .log-box {
        order: 1;
        width:50%;
        margin-left: auto;
    }
    .quick-icon {
        order: 3;
        width:100%;
    }
    .quick-icon .list li {
        width: 15%;
    }
    .main-bottom {
        flex-wrap: wrap;
        gap: 4rem 0;
        justify-content: space-between;
    }
    .notice {width:100%; margin-right: 0;}
    .notice-box {
        background: #fff;
        border-radius: 1.25rem;
        padding: 1.875rem;
        box-shadow: 2px 2px 16px rgba(0, 54, 157, 0.08);
        width: 47%;
    }
    .sm-banner,
    .mv-guide {width: 47%;}
    .r-site .title {width:23%;}
}
@media all and (max-width:970px) {
    .log-box {width:70%;}
    .mj-banner {
        flex-direction: column;
    }
    .mj-banner .mj-banner-in {
        padding: 4.375rem 0 4.375rem 13rem;
    }
    .mj-banner .title:before {
        position: absolute;
        left: 3rem;
        top: 50%;
        transform: translateY(-38%);
        margin:0;
    }
    .mj-banner .title,
    .mj-banner .text {text-align: left; display: block;}
    .mj-banner .btn {
        bottom: 50%;
        transform: translateY(50%) rotate(45deg);
        right:3rem;
    }
}
@media all and (max-width:767px) {
    #main {padding: 2.5rem 0 0 0;}
    .log-box {width:90%; margin: 0 0 1.6rem auto;}
    .sm-banner,
    .mv-guide {width: 100%;}
    .mj-banner {margin-bottom: 4.5rem; gap: 1.3rem;}
    .mj-banner .mj-banner-in {
        padding: 3rem 0 3rem 130px;
        border-radius: 2rem;
    }
    .mj-banner .title {
        margin-bottom: 0.7rem;
        font-size: 1.6rem;
    }
    .mj-banner .text {font-size: 1.05rem;}
    .mj-banner .title:before {
        width: 130px;
        left:2rem;
    }
    .mj-banner .btn {
        width: 30px;
        height: 30px;
        right:1.7rem;
    }
    .quick-icon .list li {
        width: 30%;
    }
    .quick-icon .list li a {font-size: 1.05rem; border-radius: 1rem;}
    .quick-icon .list li a:before {width: 43%;}
    .notice {padding: 3.25rem 0 0 0;}
    .notice-list {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        padding: 1rem 0 2rem 0;
        margin-top: -1rem;
    }
    .notice-list::-webkit-scrollbar{
        width : 10px;
        height : 10px;
    }
    .notice-list::-webkit-scrollbar-thumb{
        background: #6168f8;
        border-radius: 12px;
    }
    .notice-list::-webkit-scrollbar-track{
        background: #e6e8ee;
        border-radius: 12px;
    }
    .notice-box {
        background: #fff;
        border-radius: 1.25rem;
        padding: 1.875rem;
        box-shadow: 2px 2px 16px rgba(0, 54, 157, 0.08);
        display: inline-block;
        white-space: wrap;
        width:80%;
        margin-right: 2rem;
        flex-shrink: 0;
    }
    .notice-box:nth-child(n+3) {display: inline-block;}
    .notice-box:last-child {margin-right: 0;}
    .notice-box .txt {line-height: 1.5; font-size: 1.1rem;}
    .notice-box .date {font-size: 1rem;}
    .main-bottom {gap: 4.5rem 0;}
    .sm-box {
        background: #fff url(../images/main/sm-box.png) no-repeat calc(100% - 3rem) calc(100% - 2rem);
        padding: 2.3rem 2.3rem 110px 2.3rem;
        margin-bottom: 2.3rem;
    }
    .sm-box dd {font-size: 1.3rem}
    .sm-link {
        padding: 2.8rem 2.3rem;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .sm-link:after {width: 2.6rem; background-size: 40%;}
    .mv-guide .txt {font-size: 1.3rem}
    .mv-guide .img {margin: 2.5rem auto 0 auto; text-align: center;}
    .mv-guide .img img {max-width: 90%;}
    .r-site {background: #fff; padding: 2.3rem 2%; margin: 0 -2%;}
    .r-site .title{display: none;}
}
