section{
    margin: 0 auto;
}


/* 서브배너 상단 제목(공통) */
.subbnTop{
    margin-bottom: 20px;
}
.subbnTop h1{
    font-size: 35px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

/* 메인배너 */
.mainbn{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.mainbn_wrap{
    display: flex;
    gap: 15px;
}
.mainbn_wrap .left{
    width: 65%;
    border-radius: 20px;
}
.mainSwiper .swiper-slide{
    position: relative;
}
.mainbn_txt{
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.mainbn_txt h1{
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    text-shadow: 0px 0px 10px #000000ab;
}
.mainbn_wrap .left img{
    width: 100%;
    height: 100%;
}
.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev{
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #222;
    top:auto;
    bottom: 10px;
}
.mainSwiper .swiper-button-next{
    right: 54px;
}
.mainSwiper .swiper-button-prev{
    left: auto;
    right: 100px;
}
.mainSwiper .swiper-pagination{
    left: auto;
    right: 0;
    width: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}
.mainSwiper .swiper-pagination-current{
    color: #0075E3;
}
.mainbn_wrap .right{
    width: 40%;
    background-color: #003169;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
}
.mainbtn{
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
.mainbtn.stop{
    bottom: 11px;
    right: 83px;
    width: 7px;
    height: 18px;
}
.mainbtn.play{
    width: 16px;
    height: 18px;
    bottom: 10px;
    right: 76px;
}
.login_wrap h1{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
/* ======== */
/* 로그인 전 */
/* ======== */
.login{
    display: flex;
    flex-direction: column;
    gap: 10px ;
    margin-top: 30px;
}
.login img{
    width: 27px;
    height: 27px;
}
.log_text{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
}
.login input{
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    color: #222;
    letter-spacing: -1px;
}
.login input::placeholder{
    color: #B9B9B9;
    font-weight: 400;
}
.login_wrap button{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0075E3;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.2s;
    
}
.login_wrap button:hover{
    background-color: #288eec;
}
.main_login_bottom{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 3px;
}
.main_find_wrap,
.main_find_wrap a,
.join{
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
}
.join{
    display: block;
}
.main_find_wrap a:hover,
.join:hover{
    color: #edf8ff;
}
/* ======== */
/* 로그인 후 */
/* ======== */
.joinStatus{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    aspect-ratio: 2.7/1;
    margin-top: 8px;
    border-radius: 10px;
}
.joinStatus_sub{
    aspect-ratio: 4.5/1;
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px;
}
.joinStatus_sub .Sta_text{
    margin-bottom: 0;
}
.Sta_text span{
    font-size: 16px;
    letter-spacing: -1px;
}
.Sta_text span.Sta_key{
    display: inline-block;
    font-weight: 700;
    color: #0075E3;
    margin-right: 8px;
    text-align: right;
}
.Sta_text span.Sta_key.sta100{
    width: 100%;
    text-align: center;
}
.Sta_text span.Sta_value{
    color: #333;
}


/* 사업안내 */
.subbn01{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.subbn01_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 35px;
}
.subbn01_box{
    width: calc(25% - 35px);
    aspect-ratio: 5/4;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.subbn01_box>div{
    backface-visibility: hidden;
    transition: transform 1s ease;
    transform-style: preserve-3d;
    overflow: hidden;
}
.subbn01_box .front{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.subbn01_box .front h3{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px #00000031;
}
.subbn01_box:nth-child(4) .front h3{
    text-shadow: none;
    color: #333;
}
.subbn01_box .front img{
    width: 100%;
    height: 100%;
}
.subbn01_box .back{
    width: 100%;
    height: 100%;
    background-color: #003169;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transform: rotateY(180deg);
}
.subbn01_box .back p{
    color: #CAD7FF;
    letter-spacing: -1px;
}
.subbn01_box .back h3{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1px;
}
.subbn01_box .back p.moreview{
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 4px 15px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.2s;
}
.subbn01_box .back p.moreview:hover{
    border: 1px solid transparent;
    background-color: #fff;
    color: #003169;
}
.subbn01_box:hover .front{
    transform: rotateY(180deg);
}
.subbn01_box:hover .back {
    transform: rotateY(360deg);
}



/* 책임배상공제 */
.subbn02{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.subbn02_con{
    display: flex;
    gap: 35px;
    justify-content: center;
}
.subbn02_box{
    width: calc(33.3% - 35px);
    aspect-ratio: 2/1;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.subbn02_box:nth-child(1){
    background-color: #00B4C0;
}
.subbn02_box:nth-child(2) {
    background-color: #9C72FF;
}
.subbn02_box:nth-child(3) {
    background-color: #74C700;
}
.subbn02_box h3{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}
.subbn02_box .moreview{
    background-color: #fff;
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding: 4px 15px;
    border-radius: 20px;
    transition: all 0.2s;
    font-size: 16px;
}
.subbn02_box:hover .moreview{
    border: 2px solid transparent;
    color: #fff;
}
.subbn02_box:nth-child(1) .moreview{
    border: 2px solid #077E87;
}
.subbn02_box:nth-child(1):hover .moreview {
    background-color: #077E87;
}
.subbn02_box:nth-child(2) .moreview {
    border: 2px solid #4800AD;
}
.subbn02_box:nth-child(2):hover .moreview {
    background-color: #4800AD;
}
.subbn02_box:nth-child(3) .moreview {
    border: 2px solid #378E00;
}
.subbn02_box:nth-child(3):hover .moreview {
    background-color: #378E00;
}
.subbn02_box img{
    width: 22%;
    position: absolute;
    right: 25px;
    bottom: 25px;
    transition: all 0.2s;
}
.subbn02_box:hover img{
    width: 24%;
}



/* 알림마당 */
.subbn03{
    background-color: #EAF3FF;
}
.subbn03_wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0px 70px;
}
.subbn03_con{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.subbn03_con>div{
    width: calc(50% - 15px);
}
.subbn03_con .right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.subbn03_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 25px;
}
.box_top{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.box_top ul{
    display: flex;
    gap: 10px;
    justify-content: start;
}
.box_top li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.box_top li::after{
    display: flex;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #BFBFBF;
    margin-left: 10px;
    vertical-align: middle;
}
.box_top li:last-child:after{
    display: none;
}
.box_top h3{
    font-size: 25px;
    color: #BFBFBF;
    font-weight: 700;
    letter-spacing: -1px;
}
.box_top li.on h3{
    color: #003169;
}
.subbn03_con .right .box_top h3{
    color: #003169;
}
.subbn03_box .moreview_wrap{
    position: relative;
    width: 40px;
    height: 40px;
}
.subbn03_box .moreview{
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    border-radius: 50%;
    background-color: #E8E8E8;
    transition: all 0.2s;
}
.moreview_wrap .moreview{
    position: absolute;
    display: none;
}
.moreview_wrap .moreview.on{
    display: block;
}
.subbn03_box .moreview:first-child{
    position: absolute;
    top:0;
    left: 0;
}
.subbn03_box .moreview:hover{
    background-color: #003169;
}
.subbn03_box .moreview .bar01{
    border-bottom: 2px solid #222;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateY(-50%);
}
.subbn03_box .moreview .bar02 {
    border-left: 2px solid #222;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}
.subbn03_box .moreview:hover .bar01{
    border-bottom: 2px solid #fff;
}
.subbn03_box .moreview:hover .bar02 {
    border-left: 2px solid #fff;
}
.box_content ul,
.subbn03_con .right ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.box_content ul{
    display: none;
}
.box_content ul.on {
    display: flex;
}
.box_content a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_content span{
    font-size: 20px;
}
.box_content .txt{
    width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    transition: all 0.2s;
}
.box_content .date{
    width: 30%;
    text-align: end;
    color: #aaa;
}
.box_content li:hover .txt{
    color: #0075E3;
}
.subbn03_con .right ul a{
    width:  99%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    transition: all 0.2s;
}
.subbn03_con .right li:hover a{
    color: #0075E3;
}
.box_bottom{
    width: 100%;
    background-color: #003169;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.box_bottom h4{
    font-size: 18px;
    margin-left: 5px;
    letter-spacing: -1px;
}
.box_bottom h4 br{
    display: none;
}
.box_bottom span{
    font-weight: 500;
}

/* 1921px 이하 시 */
@media screen and (min-width: 1921px){
    .mainbn,
    .subbn01,
    .subbn02,
    .subbn03_wrap{
        width: 63%;
    }
    .mainbn_wrap .left{
        width: 62%;
    }
    .mainbn_wrap .right{
        width: 38%;
        padding: 20px 40px;
    }
    /* ======== */
    /* 로그인 전 */
    /* ======== */
    .log_text{
        padding: 30px 15px;
        border-radius: 15px;
    }
    .login_wrap h1{
        font-size: 33px;
    }
    .login_wrap button{
        border-radius: 15px;
        font-size: 20px;
    }
    /* ======== */
    /* 로그인 후 */
    /* ======== */
    .Sta_text span{
        font-size: 18px;
    }

    /* 알림마당 */
    .box_bottom h4{
        font-size: 24px;
    }
}

/* 1650px 이하 시 */
@media screen and (max-width: 1650px) {
    /* 메인배너 */
    .mainSwiper .swiper-button-next,
    .mainSwiper .swiper-button-prev{
        --swiper-navigation-size: 16px;
    }
    .mainSwiper .swiper-pagination{
        font-size: 18px;
    }
    .mainSwiper .swiper-button-prev {
        right: 90px;
    }
    .mainbtn.stop{
        bottom: 10px;
        right: 76px;
        height: 16px;
    }
    .mainbtn.play{
        width: 14px;
        height: 16px;
        right: 72px;
    }

    /* 알림마당 */
    .box_bottom h4{
        font-size: 17px;
    }
}

/* 1300px 이하 시 */
@media screen and (max-width: 1300px){
    /* 사업안내 */
    .subbn01_box .front h3,
    .subbn01_box .back h3 {
        font-size: 19px;
        line-height: 25px;
    }
}
/* 1200px 이하 시 */
@media screen and (max-width: 1215px){
    .mainbn,
    .subbn01,
    .subbn02,
    .subbn03_wrap {
        width: 90%;
    }
}

/* 1150px 이하 시 */
@media screen and (max-width: 1150px) {
    /* 사업안내 */
    .subbn01_con{
        gap: 15px;
    }
    .subbn01_box{
        width: calc(25% - 15px);
    }

    /* 책임배상공제 */
    .subbn02_con{
        gap: 15px;
    }
    .subbn02_box{
        width: calc(33.3% - 15px);
    }
    /* 알림마당 */
    .box_bottom h4 {
        font-size: 16px;
    }
}

/* 1024px 이하 시 */
@media screen and (max-width: 1024px) {
    .mainbn,
    .subbn01 {
        margin-bottom: 50px;
    }

    /* 서브배너 상단 제목(공통) */
    .subbnTop{
        margin-bottom: 15px;
    }
    .subbnTop h1{
        font-size: 28px;
    }
    /* 메인배너 */
    .mainbn_wrap {
        flex-direction: column;
    }
    .mainbn_wrap .left {
        width: 100%;
    }
    .mainbn_wrap .right {
        width: 100%;
    }
    .mainbn_txt h1{
        font-size: 26px;
    }
    .mainbn_txt {
        bottom: 20px;
        left: 25px;
    }
    .main_find_wrap,
    .main_find_wrap a,
    .join {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .login_wrap button {
        padding: 10px;
    }
    .joinStatus {
        aspect-ratio: auto;
    }

    /* ======== */
    /* 로그인 전 */
    /* ======== */
    .login {
        aspect-ratio: auto;
        margin-top: 15px;
    }
    .login_wrap h1{
        font-size: 28px;
    }
    .login_wrap h1.pt10{
        padding-top: 0 !important;
    }
    .log_text {
        aspect-ratio: auto;
    }
    .login img {
        width: 22px;
        height: 22px;
    }
    .login input {
        font-size: 15px;
    }
    .login_wrap button{
        aspect-ratio: auto;
        font-size: 18px;
        /* padding: 18px; */
    }
    .main_find_wrap a,
    .join {
        font-size: 16px;
    }

    /* ======== */
    /* 로그인 후 */
    /* ======== */
    .joinStatus,
    .joinStatus_sub{
        aspect-ratio: auto;
        margin-top: 10px;
    }
    .Sta_text span {
        font-size: 18px;
    }


    /* 사업안내 */
    .subbn01_box{
        width: calc(25% - 15px);
    }
    .subbn01_box .front h3{
        left: 15px;
        bottom: 15px;
        font-size: 18px;
    }
    .subbn01_box .back{
        padding: 15px;
    }
    .subbn01_box .back p{
        font-size: 14px;
    }
    .subbn01_box .back h3{
        font-size: 18px;
        line-height: normal;
    }
    .subbn01_box .back p.moreview{
        bottom: 15px;
        right: 15px;
        font-size: 14px;
    }
    
    
    /* 책임배상공제 */
    .subbn02{
        margin-bottom: 25px;
    }
    .subbn02_box{
        padding: 15px;
    }
    .subbn02_box h3{
        font-size: 22px;
    }
    .subbn02_box .moreview{
        font-size: 14px;
        bottom: 15px;
        left: 15px;
    }
    .subbn02_box img{
        right: 15px;
        bottom: 15px;
    }


    /* 알림마당 */
    .subbn03_wrap{
        padding: 25px 0px 50px;
    }
    .subbn03_con{
        gap: 10px;
    }
    .subbn03_con>div{
        width: calc(50% - 10px);
    }
    .subbn03_con .right{
        gap: 10px;
    }
    .subbn03_box{
        padding: 15px;
    }
    .box_top{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .box_top h3{
        font-size: 22px;
    }
    .subbn03_box .moreview_wrap{
        width: 30px;
        height: 30px;
    }
    .subbn03_box .moreview{
        width: 30px;
        height: 30px;
    }
    .subbn03_box .moreview .bar01{
        width: 12px;
        left: 33%;
    }
    .subbn03_box .moreview .bar02{
        height: 12px;
    }
    .box_content ul,
    .subbn03_con .right ul{
        gap: 12px;
    }
    .box_content span{
        font-size: 16px;
    }
    .subbn03_con .right ul a{
        font-size: 16px;
    }
    .box_bottom{
        height: 60px;
    }
    .box_bottom h4{
        font-size: 15px;
    }
}

/* 992px 이하 시 */
@media screen and (max-width: 992px){
    /* 사업안내 */
    .subbn01_con{
        gap: 20px;
        flex-wrap: wrap;
    }
    .subbn01_box{
        width: calc(50% - 20px);
    }


    /* 책임배상공제 */
    .subbn02_con{
        flex-direction: column;
    }
    .subbn02_box{
        width: 100%;
        padding: 20px;
        height: 150px;
    }
    .subbn02_box img{
        width: 10%;
    }
    .subbn02_box:hover img{
        width: 12%;
    }
    

    /* 알림마당 */
    .box_bottom h4 br{
        display: block;
    }
    .box_bottom h4{
        text-align: center;
    }
}


/* 768px 이하 시 */
@media screen and (max-width: 768px) {
/* 서브배너 상단 제목(공통) */
    .subbnTop h1 {
        font-size: 24px;
        letter-spacing: -1px;
    }


    /* 메인배너 */
    .mainbn_txt{
        left: 20px;
    }
    .mainbn_txt h1{
        font-size: 24px;
    }
    .mainSwiper .swiper-pagination{
        font-size: 16px;
    }
    .mainSwiper .swiper-button-next,
    .mainSwiper .swiper-button-prev{
        width: 14px;
    }
    .mainSwiper .swiper-button-prev{
        right: 80px;
    } 
    .mainbtn.stop{
        right: 70px;
    }
    .mainbtn.play{
        width: 12px;
        height: 14px;
        right: 66px;
    }
    .login_wrap h1{
        font-size: 24px;
    }
    .login{
        margin-top: 10px;
    }
    .Sta_text span{
        font-size: 16px;
    }
    .login_wrap button{
        font-size: 16px;
        padding: 10px;
    }


    /* 사업안내 */
    .subbn01_con{
        gap: 10px;
    }
    .subbn01_box{
        width: calc(50% - 10px);
    }


    /* 책임배상공제 */
    .subbn02_con{
        gap: 10px;
    }
    .subbn02_box img{
        width: 14%;
    }
    .subbn02_box:hover img{
        width: 16%;
    }


    /* 알림마당 */
    .subbn03_con{
        flex-direction: column;
        gap: 15px;
    }
    .subbn03_con>div{
        width: 100%;
    }
    .subbn03_con .right{
        gap: 15px;
    }
    .subbn03_box{
        padding: 20px;
    }
    .box_bottom h4{
        font-size: 20px;
    }
}


/* 500px 이하 시 */
@media screen and (max-width: 500px) {
    /* 메인배너 */
    .mainbn_txt{
        left: 14px;
        bottom: 14px;
    }
    .mainbn_txt h1{
        font-size: 20px;
    }
    .mainSwiper .swiper-button-next,
    .mainSwiper .swiper-button-prev,
    .top_btns{
        display: none;
    }
    .mainSwiper .swiper-pagination{
        font-size: 18px;
        right: 17px;
        bottom: 0;
    }
    .mainbn_wrap .right{
        border-radius: 10px;
    }
    .main_find_wrap a,
    .join{
        font-size: 15px;
    }
    /* ======== */
    /* 로그인 후 */
    /* ======== */
    .Sta_text span{
        font-size: 15px;
        letter-spacing: -1px;
    }


    /* 사업안내 */
    .subbn01_box{
        border-radius: 10px;
    }
    .subbn01_box .front{
        border-radius: 10px;
    }
    .subbn01_box .front h3{
        left: 14px;
        bottom: 14px;
        font-size: 16px;
        line-height: 19px;
    }
    .subbn01_box .back{
        padding: 14px;
        border-radius: 10px;
    }
    .subbn01_box .back p{
        font-size: 13px;
    }
    .subbn01_box .back h3{
        font-size: 16px;
        line-height: 19px;
    }
    .subbn01_box .back p.moreview{
        font-size: 13px;
    }

    
    /* 책임배상공제 */
    .subbn02_box{
        border-radius: 10px;
    }
    .subbn02_box h3{
        font-size: 20px;
    }
    .subbn02_box .moreview{
        font-size: 13px;
    }


    /* 알림마당 */
    .subbn03_box{
        padding: 14px;
        border-radius: 10px;
    }
    .box_top {
        border-bottom: 1px solid #E6E6E6;
    }
    .box_top h3 {
        font-size: 20px;
    }
    .box_content span{
        letter-spacing: -1px;
    }
    .subbn03_con .right ul a{
        letter-spacing: -1px;
    }
    .box_bottom{
        height: auto;
        padding: 10px;
        border-radius: 10px;
    }
    .box_bottom h4{
        font-size: 16px;
    }
}

/* 420px 이하 시 */
@media screen and (max-width: 420px){
    /* 서브배너 상단 제목(공통) */

    /* 메인배너 */
    .mainbn_txt h1{
        font-size: 18px;
    }
    .mainSwiper .swiper-pagination{
        font-size: 16px;
        right: 10px;
    }
    .mainbn_wrap .right{
        padding: 10px;
    }
    .main_find_wrap a,
    .join{
        font-size: 14px;
    }
    .login_wrap button{
        margin-top: 8px;
        font-size: 15px;
        padding: 8px;
    }
    /* ======== */
    /* 로그인 후 */
    /* ======== */
    .joinStatus, 
    .joinStatus_sub {
        margin-top: 8px;
        padding: 8px;
        gap: 5px;
    }
    .Sta_text {
        margin-bottom: 0;
    }


    /* 사업안내 */
    .subbn01_box>div{
        backface-visibility: visible;
        transition: none ;
        transform-style: flat ;
        overflow: visible;
    }
    .subbn01_box:hover .front{
        transform: rotateY(0deg);
    }
    .subbn01_box .front h3{
        left: 10px;
        bottom: 10px;
        font-size: 15px;
        line-height: 17px;
    }
    .subbn01_box .back{
        display: none;
    }


    /* 책임배상공제 */
    .subbn02_box{
        height: 130px;
        padding: 14px;
    }
    .subbn02_box h3{
        font-size: 18px;
    }
    .subbn02_box img{
        width: 18%;
        right: 14px;
        bottom: 14px;
    }
    .subbn02_box:hover img{
        width: 20%;
    }


    /* 알림마당 */
    .box_content .txt {
        width: 100%;
    }
    .box_content .date {
        display: none;
    }
    .box_bottom{
        flex-direction: column;
    }
    .box_bottom h4{
        font-size: 18px;
    }
}

/* 320px 이하 시 */
@media screen and (max-width: 320px){
    /* 서브배너 상단 제목(공통) */
    .subbnTop h1 {
        font-size: 20px;
    }
    .mainSwiper .swiper-pagination{
        font-size: 14px;
        right: 12px;
    }

    /* 메인배너 */
    .login_wrap h1{
        font-size: 20px;
    }
}


/* 메인 bpopup */
.b-modal {
    display: none !important;
}
.myPopup {
    width: calc(100% - 30px);
    max-width: 450px;
    display: none;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
#myPopup1{
    /* left: 0 !important; */
}
#myPopup2{
    /* left: 450px !important; */
}
#myPopup3{
    /* left: 900px !important; */
}
.popup-header {
    padding: 12px 16px;
    box-sizing: border-box;
    cursor: move;
    background: linear-gradient(180deg, #f5f5f5, #eee);
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    user-select: none;
    display: flex;
    position: relative;
}
.popup-header .title{
    width: 92%;
    font-weight: 600;
    color: #111;
    font-size: 16px;
}
.popup-body {
    max-width: 450px;
    /* aspect-ratio: 3/4; */
}
.popup-body img{
    width: 100%;
    height: 100%;
}
.popup-bottom{
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    box-sizing: border-box;
}
.popup-bottom button{
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #333;
}
.popup-close {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    position: absolute;
    right: 16px;
}
@media screen and (max-width: 1024px){
    #myPopup1, #myPopup2, #myPopup3{
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }
    .popup-header{
        padding: 12px;
    }
    .popup-header .title{
        font-size: 15px;
        letter-spacing: -1px;
    }
}