@charset "utf-8";

/**************************************************************************************************/
/* 원데이 스토리 */
/**************************************************************************************************/
.oneday-list-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.oneday-story-view .oneday-list-title{
    justify-content: start;
    margin-bottom: 17px;
}
.oneday-list-title .sns .sns-icon{
    width: 16px;
    height: 16px;
}
.youtube .sns .sns-icon{
    background: url("../images/oneday_story/youtube_icon.svg") no-repeat center / 100%;
}
.instagram .sns .sns-icon{
    background: url("../images/oneday_story/instagram_icon.svg") no-repeat center / 100%;
}
.naverblog .sns .sns-icon{
    background: url("../images/oneday_story/naverblog_icon.svg") no-repeat center / 100%;
}
.oneday-list-title .sns .sns-name{
    font-weight: 400;
    color: #545861;
    line-height: 1;
    margin-left: 5px;
}
.oneday-list-title .sns{
    display: flex;
}
.oneday-list-title .date{
    color: #999999;
    line-height: 1.2;
}
.oneday-story-view .oneday-list-title .date{
    margin-left: 7px;
}
.oneday-list .oneday-list-content{
    color: #222222;
    line-height: 1.57;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.oneday-list li{
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
}
.oneday-story .bottom-area{
    background-color: transparent;
}
.oneday-story .bottom-area .fixed-btm{
    background-color: transparent;
}
.oneday-view-title-wrap{
    margin-bottom: 33px;
}
.oneday-view-title-wrap .oneday-list-text{
    line-height: 1.35;
    color: #222222;
}
.oneday-view-content-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
}
.oneday-view-content-wrap .oneday-view-content{
    font-weight: 400;
    color: #222222;
    line-height: 1.714;
}
.oneday-view-content-wrap .oneday-view-content.view-more-text{
    margin-top: 30px;
}
.oneday-view-content-wrap .oneday-view-content.view-more-btn{
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}
.oneday-story-view .not-fixed.ground-btm,
.oneday-event-list .not-fixed.ground-btm{
    position: fixed;
}
.oneday-list li.youtube.new:nth-of-type(1) {
    padding-top: 0;
}
.oneday-list li.youtube.new>.inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.oneday-list li.youtube.new>.inner>.text>p:nth-of-type(1) {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.oneday-list li.youtube.new>.inner>.text>p:nth-of-type(2) {
    font-size: 12px;
    color: #999;
}
.oneday-list li.youtube.new>.inner .thumnail {
    width: 160px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    position: relative;
}
.oneday-list li.youtube.new>.inner .thumnail:after {
    content: '';
    width:24px;
    height: 24px;
    background: url('../images/common/thum_logo_youtube.svg') 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_1>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_1::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image1.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_2>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_2::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image2.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_3>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_3::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image3.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_4>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_4::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image4.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_5>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_5::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image5.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_6>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_6::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image6.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_7>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_7::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image7.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_8>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_8::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image8.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_9>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_9::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image9.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_10>.dim::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.oneday-list li.youtube.new>.inner .thumnail.dummy_10::before {
    content: '';
    display: block;
    width: 160px;
    height: 90px;
    background: url('../images/oneday_story/youtube_thum/image10.jpeg') 0 no-repeat;
    background-size: cover;
}
.oneday-list li{
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
}

.youtube-go {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 9999;
    opacity: 1;
}
.youtube-go::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.youtube-go .movie {
    position: absolute;
    width: 100%;
    padding-top:30px ;
}
.youtube-go .movie .inner-movie {
    position: relative;
    width:100vw;
    height:55.556vw;
    margin:auto;
    color: #fff;
    text-align:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:transparent;
}
.youtube-go .b-close {
    position: absolute;
    top:0;
    right:8%;
    font-size: 0;
}
.youtube-go .b-close::before {
    content: '';
    display: block;
    width:17px;
    height: 17px;
    border-top: 1px solid #fff;
    transform: rotate(225deg);
    position: absolute;
    top:0px;
    left:0px;
}
.youtube-go .b-close::after {
    content: '';
    display: block;
    width:17px;
    height: 17px;
    border-top: 1px solid #fff;
    transform: rotate(-225deg);
    position: absolute;
    top:0px;
    left:-12px;
}
.instagram-view .oneday-view-img{
    margin-bottom: 21px;
}
.instagram-view .oneday-view-img .oneday-view-img-area{
    width: 100%;
    background-color: #545861;
    height: 91.11vw;
    margin-bottom: 4.16vw;
}
.instagram-view .oneday-view-img .oneday-view-img-area img{
    width: 100%;
}
.instagram-view .oneday-view-img .oneday-view-img-area iframe{
    width: 100%;
    height: 100%;
}
.instagram-view .oneday-view-img .oneday-view-img-area:last-child{
    margin-bottom: 0;
}
.oneday-event-view .ground-btm .btn-floating{
    background: #0EC99D;
    border: 1px solid #0EC99D;
}
.oneday-event-view .ground-btm .btn-floating:active {
    background-color: #1FBC96;
}
.oneday-event-view .oneday-list-title{
    display: block;
    margin-bottom: 0;
}
.oneday-event-view .oneday-list-title .oneday-list-text{
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
}
.oneday-event-view .oneday-view-content{
    height: 100vw;
    background-color: rgba(251,0,0,.2)
}
.oneday-view-explanation-wrap{
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}
.oneday-view-explanation-wrap::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    top: 0;
}
.oneday-view-explanation-title-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}
.oneday-view-explanation-title-wrap .oneday-view-explanation-btn{
    width: 16px;
    height: 16px;
    background: url("../images/common/btn_accordion_up_16px.svg") no-repeat center / 100%;
    transform: rotate(0deg);
    transition: transform .35s;
}
.oneday-view-explanation-title-wrap .oneday-view-explanation-btn.close{
    transform: rotate(180deg);
}
.oneday-view-explanation-wrap .oneday-view-explanation li{
    color: #000;
    position: relative;
    margin-left: 10px;
}
.oneday-view-explanation-wrap .oneday-view-explanation li::after{
    content: "";
    display: block;
    position:absolute;
    width: 4px;
    height: 4px;
    left: -10px;
    top: 7px;
    border-radius: 100%;
    background-color: #0EC99D;
}
.oneday-event-wrap{
    padding-bottom: 88px;
}
.oneday-event-wrap .oneday-event-content{
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
}
.oneday-event-wrap .oneday-event-content .oneday-event-title{
    color: #000;
    margin-bottom: 12px;
}
.oneday-event-wrap .oneday-event-content .date{
    color: #666666;
}
.oneday-event-list .no-event{
    margin-top: 15.78vh;
}
.oneday-event-view .oneday-view-content-wrap{
    position: relative;
}
.oneday-event-view .oneday-event-end{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 1;
}
.oneday-event-view .oneday-event-end .oneday-event-end-text{
    color: #fff;
    text-align: center;
    margin-top: 21vh;
}

.oneday-story .confirmation-subscription{
    padding: 30px 0 20px 0;
    background-color: transparent;
    border-bottom: 1px solid #DDDDDD;
    overflow-y: scroll;
}
.oneday-story .confirmation-subscription .inner{
    width: max-content;
    padding-right: 20px;
}
.oneday-story .contract-list .confirmation-subscription .sortation-tagwrap{
    margin-bottom: 0;
    flex-wrap: nowrap;
}
.oneday-story .contract-list .confirmation-subscription .sortation-tag.click{
    background-color: #0EC99D;
    border: 1px solid #0EC99D;
}
.oneday-story-view .naverblog-view.naverblog{
    width: 100%;
}
.oneday-story-view .naverblog-view.naverblog .naverblog-area{
    width: 100%;
    height: 100%;
}
.oneday-story-view .youtube-view.youtube .video-wrap{
    width: 100vw;
    height: 55.556vw;
    background-color: #666;
}
.oneday-story-view .youtube-view.youtube .video-wrap .video-area{
    width: 100%;
    height: 100%;
}
.oneday-story .guideline-view.oneday-story-list{
    padding: 25px 0 40px 0;
}
/**************************************************************************************************/
/* 마이페이지 */
/**************************************************************************************************/
/* 마이페이지 - 초기화면 */
.mypage-header #header{
    position: relative;
    height: auto;
}
.after-certification .mypage-header #header{
    background: linear-gradient(to right, #9953F6, #20D2C6);
}
.mypage-header #header .mypage-header-bg [class*="btn-"] span{
    text-indent: initial;
    font-size: 12px;
}
.mypage-header-bg{
    position: relative;
    padding-bottom: 40px;
}
.mypage-header-bg::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 95px;
    background: #fff;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #eee;
}
.mypage-header-bg .mypage-myinfo-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 20px 0 30px 0;
}
.mypage-header-bg .mypage-myinfo-wrap .user-name{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.mypage-header-bg .mypage-myinfo-wrap .change-info .btn-text{
    color: #fff;
}
.mypage-header-bg .mypage-myinfo-wrap .change-info .btn-text:after{
    background: #fff;
}
.mypage-header-bg .mypage-my-insurance-wrap{
    display: flex;
    gap: 12px;
    z-index: 1;
    position: relative;
}
.mypage-header-bg .mypage-my-insurance-wrap .mypage-my-insurance{
    flex-grow: 1;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0px 7px 10px 2px rgb(0 0 0 / 10%);
}
.mypage-header-bg .mypage-my-insurance-wrap .mypage-my-insurance .title{
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
}
.mypage-header-bg .mypage-my-insurance-wrap .mypage-my-insurance .have-insurance{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
.mypage-header-bg .mypage-my-insurance-wrap .mypage-my-insurance .have-insurance > b{
    font-size: 22px;
}
.mypage-header-bg .mypage-my-insurance-wrap .mypage-my-insurance .more-btn .btn-inside{
    color: #222;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 4px 14px 6px 14px;
    line-height: 1;
    height: fit-content;
}
.container.mypage{
    padding-top: 0;
}
.mypage-mygift-title-wrap .mypage-mygift-title{
    position: relative;
    padding: 19px 4.444% 12px 4.444%;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 18px;
}
.mypage-mygift-title-wrap .mypage-mygift-title .mypage-mygift-btm{
    content: "";
    position: absolute;
    right: 4.444%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    opacity: 0.6;
    background: url("../images/common/btn_accordion_down_16px.svg") no-repeat center center;
    transform: rotate(-90deg);
}
.mypage-mygift-content .content-slide{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}
.mypage-mygift-content .content-slide .content-top-wrap{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon{
    width: 72px;
    height: 72px;
    border-radius: 6px;
    background-color: #F4F4F4;
    position: relative;
    box-sizing: border-box;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon::after{
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.back-home::after{
    background: url("../images/mypage/gift-back-home.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-ana::after{
    background: url("../images/mypage/gift-ana.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-child::after{
    background: url("../images/mypage/gift-child.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-cyber::after{
    background: url("../images/mypage/gift-cyber.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-golf::after{
    background: url("../images/main/icon_gift_golf.png") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-hiking::after{
    background: url("../images/mypage/gift-hiking.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-newcar::after{
    background: url("../images/mypage/gift-newcar.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-icon.gift-car::after{
    background: url(../images/common/coupon_img_car.png) 0 no-repeat;
    background-size: 48px auto;
}

.mypage-mygift-content .content-slide.no-gift .content-top-wrap .content-icon.back-home::after{
    background: url("../images/mypage/gift-link.svg") center no-repeat;
    background-size: 100%;
}
.mypage-mygift-content .content-slide .content-top-wrap .content-text-wrap{
    height: fit-content;
}
.mypage-mygift-content .content-slide .content-top-wrap .from{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
.mypage-mygift-content .content-slide.no-gift .content-top-wrap .from{
    font-size: 16px;
}
.mypage-mygift-content .content-slide .content-top-wrap .title{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 11px;
}
.mypage-mygift-content .content-slide .content-top-wrap .text{
    font-size: 14px;
    line-height: 1.3;
    color: #666666;
    margin-top: 10px;
}
.mypage-mygift-content .content-slide .content-top-wrap .date-wrap{
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
}
.mypage-mygift-content .content-slide .content-top-wrap .date{
    color: #222;
}
.mypage-mygift-content .content-slide .content-top-wrap .date-label{
    width: 37px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 0 3px 0 3px;
    background-color: #666;
    text-align: center;
}
.mypage-mygift-content .content-slide .content-bottom-btn .btn-floating.pink.border{
    background: transparent;
    border: 1px solid #FB7091;
    color: #FB7091;
}
.mypage-mygift-content.swiper-gift-list{
    overflow-x: hidden;
    padding: 2% 4.444% 30px 4.444%;
}
.mypage-mygift-content.swiper-gift-list .content-slide.swiper-slide .box-inner{
    padding: 15px 20px;
}
.mypage-index-banner {
    position: relative;
    width: 100%;
    background:#F7F9FC;
    overflow:hidden;
    bottom: 0;
    z-index: 10;
}

.mypage-index-banner .mypage-index-banner-inner{
    padding:20px 6.666%;
}
.mypage-index-banner .banner-cont {
    position:relative;
    padding:4px 0;
    background:url("../images/common/mypage_banner.svg") no-repeat right center;
    z-index:1;
}
.mypage-index-banner .banner-cont p {
    font-size:22px;
    font-weight:700;
    letter-spacing:-0.02em;
    line-height:32px;
}
.mypage-index-banner .banner-cont .report-link {
    display:inline-block;
    height:30px;
    margin-top:16px;
    padding:0 12px;
    color:#222222;
    font-size:12px;
    letter-spacing:-0.02em;
    line-height:30px;
    border:1px solid #222222;
    border-radius:15px;
    background:none;
}
.before-certification .container.mypage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 48px);
}
.mypage-certification{
    gap: 25px;
}
.mypage-certification .b-black-certification-wrap{
    margin: 0;
    height: fit-content;
}
.mypage-certification.giftbox-certification-guide-certification .desc::before{
    background: url("../images/common/icon_mypage_logout.svg") 0 no-repeat;
}
.swiper-gift-list .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #DDDDDD;
    opacity: 1;
    border-radius: 50px;
    transition: width .35s;
    will-change: width;
}
.swiper-gift-list .swiper-pagination-bullet-active{
    background: #999999;
    width: 20px;
}
.swiper-gift-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.mypage-mygift-wrap .swiper-container-horizontal>.swiper-pagination-bullets,
.mypage-mygift-wrap .swiper-pagination-custom,
.mypage-mygift-wrap .swiper-pagination-fraction{
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}
.mypage-certification .b-black-self-certification.sended{
    display: block;
}
.before-certification .mypage-header-bg,
.before-certification .container.mypage .mypage-mygift-wrap{
    display: none;
}
.before-certification .mypage-certification{
    display: flex;
    margin-bottom: 45%;
}
.after-certification .mypage-header-bg,
.after-certification .container.mypage .mypage-mygift-wrap{
    display: block;
}
.after-certification .mypage-certification{
    display: none;
}
.sub-title1.smalltitle{
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #222222;
    margin-top: 30px;
    margin-bottom: 32px;
}
.membership-info.info-list-wrap.another-type .content-top{
    padding-bottom: 0;
}
.membership-info.info-list-wrap.another-type .content-top::after{
    display: none;
}

/* 계약관리 - 계약조회 */
.contract-announcement .enter-info-content{
    height: auto;
    padding-bottom: 0;
}
.contract-announcement .contract-error-container{
    padding-top: 20%;
}
.contract-announcement.cancel-completion .guideline-restrictions{
    margin-bottom: 20px;
}
.guideline-restrictions .info p.no-icon{
    margin-left: 0;
    color: #222222;
    font-weight: 500;
    line-height: 1.4;
}
.contract-announcement.cancel .guideline-restrictions{
    margin-bottom: 30px;
}
.contract-announcement.cancel .guideline-restrictions .info{
    background-color: transparent;
}
.contract-announcement.cancel .sub-title1{
    margin-top: 0;
}
.sub-title2{
    font-weight: 400;
    padding-bottom: 20px;
    flex-shrink: 0;
}
.contract-list .confirmation-subscription{
    margin-bottom: 0;
    flex-grow: 1;
    flex-basis: 0;
}
.contract-list .confirmation-subscription .sortation-tagwrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}
.contract-list .confirmation-subscription .sortation-tag{
    padding: 7px 13px 7px 13px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    flex-shrink: 0;
    color: #999999;
    transition: all .35s;
}
.contract-list .confirmation-subscription .sortation-tag.click{
    background-color: #19C4D8;
    border: 1px solid #19C4D8;
    color: #fff;
}
.contract-list .confirmation-subscription .sortation-list{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
    margin-bottom: 20px;
}
.contract-list .sortation-title-wrap{
    margin-bottom: 0;
    padding: 19px 20px 18px 20px ;
    border-bottom: 1px solid #EEEEEE;
}
.contract-list .sortation-title-wrap .detail-btn{
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}
.contract-list .sortation-title-wrap .detail-btn > button{
    width: 16px;
    height: 16px;
    background: url("../images/common/Icon_accordion_next.svg") no-repeat center / 100%;
}
.contract-list .sortation-content-inner{
    padding: 16px 20px 15px 20px;
}
.not-fixed.more-btn .fixed-btm{
    background: transparent;
}
.not-fixed.more-btn .btn-floating{
    border: 1px solid #999999;
    background: transparent;
    color: #222222;
    box-sizing: border-box;
}
.not-fixed.more-btn .btn-floating.is-disabled{
    border:1px solid #ddd !important;
    color:#666;
    pointer-events:none;
}
#wrap.contract-list .container.contract-list{
    display: flex;
    flex-direction: column;
}


/* 계약관리 - 계약상세 */
.contract-detail .sub-title2{
    padding-bottom: 30px;
}
.contract-detail .confirmation-subscription.contract-detail-content{
    background-color: transparent;
}
.contract-detail .confirmation-subscription.contract-detail-content .sortation::after{
    display: none;
}
.contract-detail .total-insurance-premium{
    margin-top: 0;
}
.how-to-lssue-wrap .how-to-lssue{
    margin-top: 10px;
    padding-bottom: 30px;
    position: relative;
    background-color: #fff;
}
.how-to-lssue-wrap .how-to-lssue::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    left: 0;
    bottom: 0;
}
.how-to-lssue-wrap .how-to-lssue li{
    margin-bottom: 20px;
    display: flex;
}
.how-to-lssue-wrap .how-to-lssue li:last-child{
    margin-bottom: 0;
}

.how-to-lssue-wrap .how-to-lssue li label{
    font-weight: 400;
    color: #222222;
    margin-left: 10px;
}
.how-to-lssue-wrap .popup-content .popup-content-wrap{
    display: flex;
    flex-direction: column;
    position: relative;
}
.how-to-lssue-wrap .popup-content .select-information-wrap {
    margin: 20px 0;
}
.view-list-reative{
    position: relative;
}
.view-list-reative::after{
    display: none;
}
.view-list-reative.on{
    padding-right: 20px;
}
.view-list-reative.on::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 8px;
    background: url("../images/common/btn_accordion_down_16px.svg") no-repeat center / 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .35s;
}
.view-list-reative.show::after{
    transform: translateY(-50%) rotate(180deg);
}
.view-list-wrap.view-list-box{
    width: 160px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #999999;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    display: none;
    top: 0;
}
.view-list-wrap.view-list-box.show{
    display: block;
}
.view-list-wrap.view-list-box .view-list-inner{
    padding: 20px;
    
}
.view-list-box.view-list-wrap .view-list{
    margin: 0;
    padding: 13px 0;
}
.view-list-box.view-list-wrap .view-list:first-child{
    padding-top: 0;
}
.view-list-box.view-list-wrap.view-list:last-child{
    padding-bottom: 0;
}
.view-list-box.view-list-wrap .view-list-close-wrap{
    height: 31px;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
}
.view-list-box.view-list-wrap .view-list-close{
    width: 20px;
    height: 20px;
    background-color: #222;
    margin: 15px 15px 0 0;
    background: url("../images/common/btn_close_24px.svg") no-repeat center / 100%;
}


/**************************************************************************************************/
/* 보상 청구 */
/**************************************************************************************************/
/* 보상 처리 절차 */
.charge-procedure .dot-list > li + li {
    margin-top:10px;
}
.procedure-list {
    padding:10px 0 0;
    border-top:1px solid #dddddd;
}
.procedure-list > li {
    margin:0 4.444%;
    padding:20px 0;
    border-bottom:1px solid #dddddd;
}
.procedure-list > li:last-child {
    border-bottom:0 none;
}
.procedure-list .procedure-box {
    padding:0 4px;
}
.procedure-list .procedure-box .label-step {
    display:inline-block;
    color:#19C4D8;
    font-size:14px;
    font-weight:500;
    letter-spacing:-0.02em;
    line-height:1.4;
}
.procedure-list .procedure-box h4 {
    margin:4px 0 11px;
    font-size:16px;
    font-weight:700;
    letter-spacing:-0.02em;
    line-height:1.5;
}
.procedure-list .procedure-box .btn-procedure-wrap {
    margin:20px 20px 0;
}
.procedure-list .procedure-box .btn-procedure {
    display:block;
    height:40px;
    color:#1AAABB;
    font-size:16px;
    font-weight:500;
    letter-spacing:-0.02em;
    line-height:38px;
    text-align:center;
    border:1px solid #1AAABB;
    border-radius:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.charge-accordion {
    border-top:1px solid #dddddd;
}
.charge-accordion h5 {
    margin-bottom:10px;
    font-size:14px;
    font-weight:700;
    letter-spacing:-0.02em;
    line-height:1.4;
}
.charge-accordion .dot-list + h5 {
    margin-top:21px; 
}


/* 보상 서류 안내 */
.charge-document-guide .select-tab-depth1 {
    margin-bottom:30px;
}
.charge-document-guide .select-tab-depth2 {
    margin-bottom:22px;
}
.charge-document-guide .select-tab-depth2 li label {
    color:#222222;
    border-color:#222222;
}
.charge-document-guide .select-tab-depth2 li input[type="radio"]:checked + label {
    color:#1AAABB;
}
.charge-document-guide .charge-document-tit {
    margin:31px 0 10px;
    font-size:14px;
    font-weight:500;
    letter-spacing:-0.02em;
    line-height:1.333;
}
.charge-document-guide .document-normal-common {
    margin-bottom:30px;
}
.charge-document-guide .pop-tbl th,
.charge-document-guide .pop-tbl td {
    padding:11px 5px;
    line-height:1.333;
}
.charge-document-guide .pop-tbl td {
    vertical-align:middle;
}
.charge-document-guide .pop-tbl .document-info {
    color:#666666;
    letter-spacing:-0.02em;
    line-height:1.333;
}
.charge-document-guide .pop-tbl .document-info b {
    display:block;
    margin-bottom:4px;
    color:#222222;
    font-weight:500;
}
.charge-document-guide .btn-text span {
    white-space:nowrap;
}
.charge-document-guide .tbl-normal-common .col1 {
    width:auto;
}
.charge-document-guide .tbl-normal-common .col2 {
    width:18%;
}
.charge-document-guide .tbl-normal-common tr td:last-child {
    text-align:center;
}
.charge-document-guide .tbl-normal-traffic .col1 {
    width:22%;
}
.charge-document-guide .tbl-normal-traffic .col2 {
    width:auto;
}
.charge-document-guide .tbl-normal-traffic .col3 {
    width:19%;
}
.charge-document-guide .tbl-normal-traffic tbody th {
    color:#666666;
    font-weight:400;
    background:none;
}
.charge-document-guide .tbl-normal-traffic tr td:last-child {
    text-align:center;
}
.charge-document-guide .tbl-document-car .col1 {
    width:auto;
}
.charge-document-guide .tbl-document-car .col2 {
    width:20%;
}
.charge-document-guide .tbl-document-car tr td:last-child {
    text-align:center;
}
.charge-document-guide .document-car-etc {
    border-top:1px solid #dddddd;
}
.charge-document-guide .document-car-etc > li {
    padding:11px 5px;
    letter-spacing:-0.02em;
    line-height:1.333;
    border-bottom:1px solid #dddddd;
}
.charge-document-guide .document-car-etc b {
    display:block;
    margin:0 0 7px;
    font-weight:500;
}
.charge-document-guide .document-car-etc span {
    margin:7px 0 0;
    color:#666666;
}


/* 보험금 청구 - 필요서류 확인 */
.html-enter-info-charge,
.html-enter-info-charge body,
.html-enter-info-charge #wrap {
    height:100%;
}
.html-enter-info-charge .container {
    height:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.html-enter-info-charge .enter-info-wrap {
    height:100%;
}
.enter-info-charge {
    position:relative;
}
.enter-info-charge .step-view {
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.enter-info-charge .enter-info-content .question-txt {
    margin-top:16px;
}
.enter-info-charge .enter-info-content .question-txt button.margin-left{
    margin-left: 2px;
    margin-top: -2px;
}
.enter-info-charge .enter-info-content .question-bottom-txt{
    font-size: 12px;
}
.enter-info-charge .info-icon > .info-icon-charge {
    background-image:url("../images/charge/icon_info_charge.svg");
}


/* 보험금 청구 - 보험가입자가 아닌 경우 */
.popup-container.pop-charge-history {
    z-index:1000;
}
.no-join-box {
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    padding:0 4.444% 70px;
    text-align:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.no-join-box .result-box p {
    margin-top:16px;
    font-size:20px;
    line-height:1.5;
    font-weight: 500;
}


/* 보험금 청구 - 개인정보처리동의 */
.charge-agree .guideline-view {
    padding-top:0;
}
.charge-agree .dot-list.margin-bottom li{
    margin-bottom: 10px;
    font-weight: 500;
    color: #707070;
}
.charge-agree .dot-list.margin-bottom li:last-child{
    margin-bottom: 0;
}

/* 보험금 청구 - 사고 내용 입력 */
.charge-accident-input .select-subscription-date {
    margin-bottom:0;
}
.charge-accident-input .select-subscription-date > ul {
    margin-bottom:0;
}
.charge-accident-input .progress-step1 .select-subscription-date > ul {
    padding-top:0;
}
.charge-accident-input .progress-step1 .select-subscription-date li.start {
    border-bottom:1px solid #eeeeee;
}
.charge-accident-input .progress-step2 {
    margin-bottom:0 !important;
}
.select-date-accident .time-output i {
    font-style:normal;
}
.select-date-accident .mbsc-datetime-minute-wheel .mbsc-scroller-wheel {
    display:block;
}
.select-date-accident .mbsc-datetime-minute-wheel:after {
    display:none;
}

.charge-accident-input .input-accident-applicant {
    padding-top:10px;
}
.non-applicant .result-box {
    padding-top:20%;
}
.non-applicant .ground-btm {
    z-index:10;
}

.select-tab li.accident-type-car input[type="radio"] {
    height:48px;
}
.accident-car-search {
    padding:20px 0;
}
.car-accident-number {
    position:relative;
    padding:4px 88px 0 0;
}
.car-accident-number .btn-search {
    position:absolute;
    right:0;
    bottom:0;
    width:78px;
	height:40px;
    padding:0;
    color:#fff !important;
    font-weight:400;
	letter-spacing:-0.02em;
	text-align:center;
    line-height:1;
    border:0 none;
	border-radius:4px;
	background:#3B3A40;
}
.car-accident-number .btn-search span {
    vertical-align:middle;
}
.car-accident-number .btn-search:after {
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
    margin-left:4px;
    vertical-align:middle;
    background:url("../images/common/icon_search_w.svg") no-repeat center center;
    background-size:contain;
}
.charge-list-item dl {
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:1.428;
}
.charge-list-item dl:after {
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.charge-list-item dt {
    float:left;
    width:30%;
    padding:5px 0;
    color:#333333;
    clear:both;
}
.charge-list-item dd {
    float:right;
    width:65%;
    padding:5px 0;
    font-weight:500;
}
.charge-list > li {
    margin:0 0 20px;
}
.charge-list > li:last-child {
    margin:0;
}
.charge-list .charge-list-item {
    padding:11px 20px;
    cursor:pointer;
    border:1px solid #dddddd;
    border-radius:4px;
}
.charge-list .charge-list-item.selected {
    border-color:#1AAABB;
}
.charge-list-link > li {
    border-bottom:1px solid #eeeeee;
}
.charge-list-link .charge-list-item {
    position:relative;
    padding:15px 10px;
    cursor:pointer;
}
.charge-list-link .charge-list-item:after {
    content:"";
    position:absolute;
    right:0;
    top:50%;
    width:16px;
    height:16px;
    margin-top:-8px;
    background:url("../images/common/btn_accordion_down_16px.svg") no-repeat center center;
    -webkit-transform:rotateZ(-90deg);
    transform:rotateZ(-90deg);
}
.charge-list-chk > li {
    position:relative;
    margin:0 0 20px;
}
.charge-list-chk > li:last-child {
    margin:0;
}
.charge-list-chk .charge-list-item {
    display:block;
    position:relative;
    padding:11px 35px 11px 20px;
    cursor:pointer;
    border:1px solid #dddddd;
    border-radius:4px;
    z-index:1;
}
.charge-list-chk .charge-list-item.selected {
    border-color:#1AAABB;
}
.charge-list-chk .checkbox {
    position:absolute;
    right:10px;
    top:50%;
    z-index:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.charge-list-chk > li > label {
    position:relative;
    z-index:1;
}
.no-car-accident {
    height:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.no-car-accident .result-box {
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}

.select-tab-location {
    padding-bottom:30px;
    border-top:1px solid #dddddd;
}
.search-addr-box.overseas-box:after {
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.search-addr-box.overseas-box .addr-code {
    float:left;
    width:16%;
    margin:0;
}
.search-addr-box.overseas-box dl {
    float:right;
    width:82%;
    margin:0;
    line-height:20px;
}
.search-addr-box.overseas-box dl dt {
    width:auto;
    min-width:30px;
    padding-right:18px;
    word-break:normal;
}
.search-addr-box.overseas-box dl dd {
    width:auto;
}

.accident-input-text textarea {
    display:block;
    width:100%;
    height:280px;
    margin:0;
    padding:10px;
    font-size:18px;
    letter-spacing:-0.02em;
    line-height:1.4;
    border:1px solid #bbbbbb;
    resize:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.accident-input-text .accident-input-btm {
    position:relative;
    padding-right:70px;
}
.accident-input-text .accident-input-btm .count {
    position:absolute;
    right:0;
    top:0;
    width:65px;
    letter-spacing:-0.02em;
    line-height:1.5;
    text-align:right;
}


/* 보험금 청구 - 보험금 지급 정보 입력 */
.charge-payment-input .form-input + .form-input {
    margin-top:20px;
}

/* 보험금 청구 - 일반보험금 청구 - 피해내용입력 */
.attached-damage .attached-damage-add-img-wrap{
    margin-bottom: 30px;
}
.attached-damage .attached-damage-add-img-wrap .form-input .msg{
    margin-top: 0;
}
.attached-damage .attached-damage-add-img-wrap .charge-type.go-link-btn-wrap .fixed-btm:first-child{
    margin: 11px 0;
}
.attached-damage .attached-damage-add-img-wrap .guideline-view{
    padding-top: 20px;
}

.attached-file-list-wrap .attached-file-line{
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.attached-file-list-wrap .attached-file-line:last-child{
    margin-bottom: 0px;
}
.attached-file-list-wrap .attached-file-line .attached-file{
    font-size: 14px;
    color: #222;
    font-weight: 500;
    border-bottom: 1px solid #222222;
    overflow-wrap: break-word;
    max-width: 90%;
    line-height: 1.5;
}
.attached-file-list-wrap .attached-file-line button.remove{
    flex-shrink: 0;
}
button.remove{
    width: 20px;
    height: 20px;
    background: url("../images/charge/remove.svg")  no-repeat center / 100%;
}
button.remove span{
    font-size: 0;
}


/* 보상 내역 조회 */
.check-reward-details .txt-explain {
    padding:30px 0 31px;
}
.check-reward-details .txt-explain p {
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:1.357;
}
.container-charge .result-total {
    padding:0 4.444% 11px;
    color:#666666;
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:1.571;
    border-bottom:1px solid #eeeeee;
}
.check-reward-details .no-reward-detail {
    padding:20% 0;
}
.check-reward-details .result-reward-detail .fixed-btm {
    padding-bottom:10px;
}
.check-reward-details .guideline-view {
    padding-bottom:30px;
}
.reward-detail .explain-top {
    padding:0 4.444% 30px;
}
.reward-detail .explain-top .explain-txt {
    margin:0 0 20px;
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:1.357;
    text-align:center;
}
.reward-detail .select-tab-wrap.line {
    border-top:1px solid #dddddd;
}
.reward-detail .base-info {
    padding:20px 10px;
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:1.5;
    word-break:break-word;
}
.reward-detail .base-info dl:after {
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.reward-detail .base-info dt {
    float:left;
    width:35%;
    padding:5px 0;
    clear:both;
    color:#333333;
}
.reward-detail .base-info dd {
    float:right;
    width:60%;
    padding:5px 0;
    color:#222222;
    font-weight:500;
}
.reward-detail .base-info dd .btn-text {
    color:#1AAABB;
}
.reward-detail .base-info dd .btn-text:after {
    background:#1AAABB;
}
.reward-detail .base-info h5 {
    margin:11px 0 6px;
    font-size:14px;
    font-weight:400;
    letter-spacing:-0.02em;
    line-height:1.428;
}
.reward-detail .base-info.type-box {
    padding:20px 16px;
    background:#f7f7f7;
}
.reward-detail .base-info.type-box dt {
    width:25%;
}
.reward-detail .base-info.type-box dd {
    float:left;
    width:75%;
}
.reward-detail .btn-view-progress {
    line-height:1;
}
.reward-detail .non-pay-state {
    padding:20% 0;
}
.reward-detail .charge-accordion .dot-list > li {
    margin-bottom:10px;
}
.reward-detail .charge-accordion .dot-list > li:last-child {
    margin-bottom:0;
}
.alert-progress {
    width:100%;
    padding:0 16px 20px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.alert-progress .progress-view ol {
    display:flex;
    flex-direction:row;
    margin:0 -8px;
    text-align:center;
}
.alert-progress .progress-view ol > li {
    flex:1;
    position:relative;
    padding:0 8px;
    color:#999999;
    font-size:12px;
    letter-spacing:-0.02em;
    line-height:1.333;
}
.alert-progress .progress-view ol > li.complete {
    color:#222222;
    font-weight:500;
}
.alert-progress .progress-view ol > li span {
    display:block;
    width:100%;
    height:50px;
    padding:9px 0 0;
    border:1px solid #dddddd;
    border-radius:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.alert-progress .progress-view ol > li.complete span {
    border-color:#1AAABB;
    -webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.alert-progress .progress-view ol > li:after {
    content:"";
    position:absolute;
    left:auto;
    right:-5px;
    top:50%;
    width:10px;
    height:10px;
    margin-top:-5px;
    background:url("../images/charge/progress_arrow.svg") no-repeat center center;
    z-index:1;
}
.alert-progress .progress-view ol > li.complete:after {
    background-image:url("../images/charge/progress_arrow_comp.svg");
}
.alert-progress .progress-view ol > li:last-child:after {
    display:none;
}
.alert-progress .progress-info {
    margin:16px 0 0;
    padding:15px 20px;
    border-radius:4px;
    background:#f7f7f7;
}
.alert-progress .progress-info dl {
    font-size:14px;
    letter-spacing:-0.02em;
    line-height:1.4;
}
.alert-progress .progress-info dl:after {
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.alert-progress .progress-info dt {
    float:left;
    padding:6px 0;
    width:35%;
    clear:both;
}
.alert-progress .progress-info dd {
    float:right;
    padding:6px 0;
    width:60%;
    font-weight:500;
    text-align:right;
    word-break:break-all;
}
.progress-popup .popup-wrap .popup-btn {
    height:40px;
    line-height:40px;
}
.progress-popup .popup-wrap .popup-btn [class*="popup-btn"] span {
    font-size:14px;
}


/* 보험금 청구 서류 제출 - 사고 접수 목록 */
.charge-submit-document .result-total {
    border-bottom:0 none;
}
.result-submit-document .fixed-btm {
    text-align:center;
}
.no-submit-document {
    padding:20% 0 0;
    border-top:1px solid #EEEEEE;
}


/* 보험금 청구 - 일반보험금 청구 - 사고접수완료 */
.charge-completion,
.charge-completion .charge-completion-head{
    display: flex;
    flex-direction: column;
}
.charge-completion .charge-completion-head{
    align-items: center;
    padding-top: 30px;
    margin-bottom: 20px;
}
.charge-completion .charge-completion-head .charge-completion-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    background: url("../images/charge/charge-completion-info.svg") no-repeat center / 100%;
}
.charge-completion .charge-completion-head .sub-title1{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.container-charge .go-link-btn-wrap{
    width: 100%;
}
.charge-type.go-link-btn-wrap .fixed-btm{
    padding: 0;
}
.charge-type.go-link-btn-wrap .fixed-btm:first-child{
    margin-bottom: 12px;
}
.charge-type.go-link-btn-wrap .fixed-btm .btn-floating{
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    font-weight: 400;
    border: 1px solid #222222;
}
.charge-completion .confirmation-subscription.charge-completion-content{
    background-color: transparent;
    margin-bottom: 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.charge-completion .confirmation-subscription.charge-completion-content .sortation-content-wrap .content{
    color: #999999;
}
.charge-completion-info.guideline-view{
    padding-top: 20px;
}
.charge-completion-info .btn-floating{
    background: #3B3A40;
    border: 1px solid #3B3A40;
}
.go-link-btn-wrap.charge-type{
    position: relative;
    margin-bottom: 0px;
}
.go-link-btn-wrap.charge-type.open{
    margin-bottom: 148px;
}
.charge-type .add-img-attached-wrap{
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #999999;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    top: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.charge-type .add-img-attached-wrap .add-img-attached-list{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    padding: 12px 0;
}
/**************************************************************************************************/
/* 고객센터 */
/**************************************************************************************************/
/* 알려드립니다 (공지사항) */
.container.board-notice {
    padding-top:48px;
}
.board-notice-list li{
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
}
.board-notice-list:last-child{
    border-bottom: none;
}
.board-notice-list>li>a p:nth-of-type(1) {
    color:#000;
    font-weight:400;
    line-height: 1.5;
}
.board-notice-list>li>a p:nth-of-type(2) {
    color:#999;
}
.board-notice-list>li>a>.flex-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.board-notice-list li.notice-item {
    background:#F6F5FE;
}
.board-notice-list li.notice-item > a > .flex-box {
    position:relative;
    padding-left:27px;
}
.board-notice-list li.notice-item > a > .flex-box::before {
    content:"";
    position:absolute;
    left:0;
    top:2px;
    width:22px;
    height:22px;
    background: url('../images/common/notice-important.svg') 0 no-repeat;
}
.board-notice-list li.notice-item > a p:nth-of-type(1) {
    font-weight:700;
}

.board-notice-view .ground-btm .btn-floating{
    background: #fff;
    border: 1px solid #999;
    color: #222;
}
.ground-btm .btn-floating.smallsize{
    height: 40px;
    width: 128px;
    margin: 0 auto;
    line-height: 40px;
    display: block;
}
.board-notice-view .oneday-list-title{
    display: block;
    margin-bottom: 0;
}
.board-notice-view .oneday-list-title .oneday-list-text{
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
}
.board-notice-view .board-notice-view-title-wrap .oneday-list-text {
	color:#000000;
}
.board-notice-view .board-notice-view-title-wrap .date {
	display:inline-block;
	margin-top:12px;
	color:#999999;
}
.board-notice-view .oneday-view-content{
    height: 100vw;
    background-color: rgba(251,0,0,.2)
}
.board-notice-view .oneday-view-content.notice {
    min-height: 200px;
    height:auto;
}
.board-notice-view .oneday-view-explanation-wrap::after{
    content: "";
    display: none;
}
.board-notice-view .oneday-view-explanation-wrap {
    margin-top: 0;
}
.board-notice-view .oneday-view-explanation-wrap>.inner>.tit {
    padding-bottom: 20px;
    color:#666666;
    line-height: 1.57;
}
.board-notice-view .oneday-view-explanation-wrap p,
.board-notice-view .oneday-view-explanation-wrap span{
    color:#666666;
    line-height: 1.57;
    display: block;
}
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch {
    font-size: 12px;
    color: #999999;
    margin-top: 6.944vw;
}
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch>em {
    text-decoration: underline;
}
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch a,
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch a:link,
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch a:visited,
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch a:active{
    color: #999999;
}
.board-notice-view .oneday-view-explanation-wrap>.inner>.file-attatch a{
    text-decoration-line: underline;
    text-decoration-color: #999999;
}


/* 알림 */
.clock {
    display: flex;
    align-items: center;
}
.clock::before {
    content: '';
    display: inline-block;
    background: url('../images/common/icon-clock.svg') 0 no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 7px;
}
.board-notice-list.notify>li>a {
    display: flex;
    position: relative;
}
.board-notice-list.notify i {
    padding-left: 20px;
}
.board-notice-list.notify i:before {
    content:'';
    display: inline-block;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 5.556vw;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.board-notice-list.notify>li>a>div>.point-circle:nth-of-type(1) {
    position: relative;
    padding-left: 12px;
    font-weight: bold;
}
.board-notice-list.notify>li>a>div>.point-circle:nth-of-type(1)::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F21936;
    position: absolute;
    top: 0px;
    left: 0px;
}
.board-notice.notify {
    height: calc(100vh - 68px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.board-notice.notify .not-fixed.ground-btm {
    position: fixed;
}
.board-notice.notify>.no-notify {
    display: flex;
    flex-direction: column;
}
.board-notice.notify>.no-notify p {
    text-align: center;
}
.board-notice.notify>.no-notify .tit {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.board-notice.notify>.no-notify .desc {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 1.5;
}
.board-notice.notify>.no-notify .heart-bg {
    margin-top: 25px;
    width: 100%;
    height: 60px;
    background: url('../images/common/img-notify.svg') 0 no-repeat;
    background-position: center center;
}
.board-notice.notify>.no-notify .b-direct-go {
    font-size: 16px;
    color: #222;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}


/* 자주하는 질문 (FAQ) */
.capsule-wrap-inline {
	display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.capsule-wrap-inline input[type="radio"] {
	display: none;
}
.capsule-wrap-inline input[type="radio"] + label {
    color: #999;
    font-size: 12px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    display: inline-block;
}
.capsule-wrap-inline input[type="radio"]:checked + label {
    color: #fff;
    background: #897EF1;
    border: 1px solid #897EF1;
}


/* 사고접수 */
.oneday-accident-help {
    margin-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee ;
}
.oneday-accident-help .text::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/common/oneday_accident_help.svg?20240612');
    margin: 0 auto;
}
.oneday-accident-help .text>p {
    color:#666666;
    text-align: center;
    font-size: 14px;
    letter-spacing:-0.02em;
    padding-top: 24px;
    position: relative;
    line-height: 20px;
}

.oneday-accident-cs {
    margin-top: 25px;
    text-align: center;
}
.oneday-accident-cs .tel>.tit {
    font-size: 12px;
    letter-spacing:-0.02em;
    color: #19C4D8;
}
.oneday-accident-cs .tel .tel-number > a {
    font-size: 30px;
    font-family: 'NotoSansCJKkr-Bold';
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-top: 4px;
    display: block;
}
.oneday-accident-ARS {
    margin-top: 27px;
    padding: 0 4.444vw;
    padding-bottom: 25px;
}
.oneday-accident-ARS ul {
    background: #F7F7F7;
    padding: 30px 20px;
    border-radius: 5px;
}
.oneday-accident-ARS ul>.tit {
    font-size: 14px;
    color: #666;
    letter-spacing:-0.02em;
    margin-bottom: 20px;
}
.oneday-accident-ARS>ul>li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.oneday-accident-ARS>ul>li>.number {
    position: relative;
    width: 44px;
    height: 44px;
}
.oneday-accident-ARS>ul>li>.number::before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0 0 0 / 0.12);
    box-shadow: 3px 3px 8px 0px rgba(0 0 0 / 0.12);
    border-radius: 50%;
}
.oneday-accident-ARS>ul>li>.number>.pre-sharp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.oneday-accident-ARS>ul>li>.number {
    color: #19C4D8;
    font-weight: bold;
}
.oneday-accident-ARS>ul>li>.number>.pre-sharp>.sharp {
    font-size: 14px;
}
.oneday-accident-ARS>ul>li>.number>.pre-sharp>.num {
    font-size: 20px;
}
.oneday-accident-ARS>ul>li>.desc {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.oneday-accident-ARS>ul>li>.desc>p:nth-of-type(1) {
    color:#333;
    font-size: 16px;
    font-weight:500;
    letter-spacing:-0.02em;
    line-height:26px;
}
.oneday-accident-ARS>ul>li>.desc>p:nth-of-type(2) {
    color:#666;
    font-size: 14px;
    letter-spacing:-0.02em;
    line-height: 1.3;
}
.asmr-list li{
    padding: 10px 0;
}
.asmr-list li.asmr .inner{
	position: relative;
}
.asmr-list li.asmr .inner img{
	width: 100%;
}
.asmr-textbox{
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 50%;
	left: 25px;
	color: #fff;
	transform: translateY(-50%);
}
.asmr-list-title{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 13px;
}
.asmr-list-content i{
	font-size: 12px;
	margin-right: 3px;
	font-style: normal;
}
.asmr-list-content i:last-child{
	margin-right: 0;
}
.oneday-accident-menulist {
    padding: 0 4.444vw;
    padding-bottom: 45px;
}
.oneday-accident-menulist>p{
	color:#666666;
    text-align: center;
    font-size: 14px;
    letter-spacing:-0.02em;
    margin-bottom: 5px;
    position: relative;
    line-height: 20px;
}
.oneday-accident-menulist>p>.neonline{
    background: linear-gradient(to top, #19C4D8 25%, transparent 15%);
}
.oneday-accident-menulist ul {
	display: flex;
	flex-flow: row wrap;
}
.oneday-accident-menulist ul li {
	display: inline-block;
	flex-basis: calc((100% / 4) - 2px );
	margin-top: 20px;
}
.oneday-accident-menulist ul li a {
	font-size: 12px;
	color: #333;
	display: block;
	text-align: center;
}
.oneday-accident-menulist ul li a::before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 4px;
}
.oneday-accident-menulist ul li a.charge_order::before {
	background: url("../images/menu/icon_charge_order.svg") 0 no-repeat;
}
.oneday-accident-menulist ul li a.charge_info::before {
	background: url("../images/menu/icon_charge_info.svg") 0 no-repeat;
}
.oneday-accident-menulist ul li a.charge_money::before {
	background: url("../images/menu/icon_charge_money.svg") 0 no-repeat;
}
.oneday-accident-menulist ul li a.charge_search::before {
	background: url("../images/menu/icon_charge_search.svg") 0 no-repeat;
}


/* 추가사항 */
.oneday-lab{
	padding: 0;
}
.oneday-lab .main-visual-slide .slide-info {
	position:fixed;
	top:0;
    left: 50%;
	z-index: 10;;
	margin-top:4vh;
    text-align:center;
	transform: translateX(-50%);
}
.oneday-lab .main-visual-slide .swiper-pagination {
	display:inline-block;
	position:static;
	vertical-align:top;
}
.oneday-lab .main-visual-slide .swiper-pagination-bullet {
	width:6px;
	height:6px;
	margin: 0 4px;
	opacity:0.2;
	border-radius:50%;
	background:#000;
	transition:400ms;
}
.oneday-lab .main-visual-slide .swiper-pagination-bullet-active {
	width:12px;
	height: 12px;
	opacity:1;
	background:#fff;
	transform: translateY(20%);
}
.oneday-lab .item-background{
	height: 100vh;
	display: flex;
	align-items: flex-start;
	text-align: center;
	justify-content: center;
}
.oneday-lab .item-background .item img{
	width: 100%;
}
/*.oneday-lab .item-background.type01{
	background:linear-gradient(-140deg, #3c84a3b3, #3c84a3);
}
..oneday-lab .item-background.type02{
	background:linear-gradient(-140deg, #288c78b3, #288c78);
} */

.oneday-lab .btn-gruop-area{
	position:fixed;
	top: calc(90vh - 20px);
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	padding-right: 52px;
}
.lab-btn{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 15px;
}
.lab-btn.sns{
    background:url("../images/btn_sns.png?20220718") no-repeat center center;
    background-size: 25px auto;
}
.lab-btn.save{
    background:url("../images/btn_save.png?20220718") no-repeat center center;
    background-size: 25px auto;
}


/* 보관함 */
.one-word.date-calendar .ui-widget.ui-widget-content{
    width: 100%;
    background: #fff;
}
/*헤더*/
.one-word.date-calendar .ui-datepicker-header{    
    background: #fff;
}
.one-word.date-calendar .ui-datepicker-header .ui-datepicker-title{
    color: #222;
    font-weight: 600;
    font-size: 17px;
    margin: 0 18px;
}
.one-word.date-calendar .ui-datepicker-header .ui-datepicker-title select{
    appearance: none;
    border:none;
    width: auto;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    background:#fff;
}
.one-word.date-calendar .ui-datepicker-header .ui-datepicker-title select:last-child{
    margin-left: 15px;
}
.one-word.date-calendar .ui-datepicker-header .ui-datepicker-title select
.one-word.date-calendar .ui-datepicker-prev span, .one-word.date-calendar .ui-datepicker-next span{
    background-size: 6px 12px;
}
.one-word.date-calendar .ui-datepicker-header .ui-datepicker-prev{
    left: 40px;
}
.one-word.date-calendar .ui-datepicker-header .ui-datepicker-next{
    right: 40px;
}

/*캘린더컨텐츠*/
.one-word.date-calendar .ui-widget-content .ui-datepicker-calendar{
    margin: 0 22px;
    width: calc(100% - 44px);
}
.one-word.date-calendar .ui-widget-content .ui-datepicker-calendar th{
    font-size: 13px;
    font-weight: 600;
    color: #666;
    letter-spacing: -0.02em;
}
.one-word.date-calendar .ui-datepicker-calendar .ui-datepicker-week-end:first-child,
.one-word.date-calendar .ui-datepicker-calendar .ui-datepicker-week-end:first-child .ui-state-default{
    color: #e83f42;
}
.one-word.date-calendar .ui-datepicker-calendar .ui-datepicker-week-end:last-child,
.one-word.date-calendar .ui-datepicker-calendar .ui-datepicker-week-end:last-child .ui-state-default{
    color: #0ec99d;
}
.one-word.date-calendar .ui-widget-content td{
    padding-bottom: 80px;
}
.one-word.date-calendar .ui-widget-content td a{
    margin-bottom: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.one-word.date-calendar .ui-widget-content .ui-state-active{
    background: #0ec99d;
}
.one-word.date-calendar .ui-widget-content td.td_con{
    padding-bottom: 20px;
}
.one-word.date-calendar .ui-widget-content td.td_con > div{
    width: 32px;
    height: 66px;
    cursor: pointer;
}
.one-word.date-calendar .ui-widget-content td.td_con > div > img{
    width: 100%;
    height:auto;
}
.one-word.date-calendar .ui-widget-content .ui-state-active{
    background: #0ec99d; 
}
/* 추가사항 */


/**************************************************************************************************/
/* 회원관리 */
/**************************************************************************************************/
.membership-info .content-in,
.choose-certification .content-in{
    display: flex;
    flex-direction: column;
    width: auto;
}
.membership-info .content-in{
    padding-top: 0;
    gap: 31px;
}
.choose-certification .content-in{
    gap: 0;
    padding: 22px 0;
}
.membership-info .confirm-select-wrap{
    margin-bottom: 21px;
}
.membership-info .content-in .phone-num-wrap .email-address-form{
    margin-top: 0;
}
.membership-info .content-in .name-wrap,
.membership-info .content-in .id-card-num-wrap,
.membership-info .content-in .phone-num-wrap,
.membership-info .content-in .e-mail-wrap,
.membership-info .content-in .agree-select-wrap{
    position: relative;
}
.membership-info .content-in .name-wrap{
    z-index: 5;
}
.membership-info .content-in .id-card-num-wrap{
    z-index: 4;
}
.membership-info .content-in .phone-num-wrap{
    z-index: 3;
}
.membership-info .content-in .e-mail-wrap{
    z-index: 2;
}
.membership-info .content-in .agree-select-wrap{
    z-index: 1;
    padding-bottom: 0;
}
.membership-info .membership-info-toggle .form-label{
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom:15px;
}
.membership-info .membership-info-toggle .form-label::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #999999;
    bottom: 0;
}
.membership-info .toggle-switches-type{
    margin-top: 15px;
}
.membership-info .toggle-switches-type .popup-content-line{
    margin-bottom: 20px;
}
.membership-info .toggle-switches-type .popup-content-line:last-child{
    margin-bottom: 0;
}
.membership-info-toggle.content-wrap{
    background-color: #F7F7F7;
    padding: 30px 0;
}
.membership-info-toggle.content-wrap .sub-title1.smalltitle{
    margin-bottom: 20px;
    margin-top: 0;
}

/* 본인인증 선택 */
.choose-certification .sub-title1{
    margin-bottom: 0;
    padding-top: 0;
}
.choose-certification .content-in .content-wrap{
	padding: 22px 4.444%;
	font-size: 16px;
    font-weight: 400;
    color:#222;
	letter-spacing:-0.02em;
	line-height:18px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.choose-certification .content-in .content-wrap:first-child{
    border-top: 1px solid #eeeeee;
}
.choose-certification .content-in .certification-icon{
    width: 16px;
    height: 16px;
    background: url("../images/common/btn_accordion_down_16px.svg") no-repeat center center;
    transform: rotate(-90deg);
}
.choose-certification .content-in .content-wrap.click{
    color: #1AAABB;
    font-weight: 500;
}
.choose-certification .content-in .content-wrap.click .certification-icon{
    background: url("../images/common/btn_accordion_down_16px_on.svg") no-repeat center center;
}

.tooltip-box.custom{
    display: block;
}
.tooltip-box.custom .tooltip-layer2{
    width: 100%;
}
.tooltip-box.custom .tooltip-layer2 .tooltip-cont{
    padding: 30px;
}
.tooltip-box.custom .tooltip-layer2 .tooltip-cont h5{
    margin-bottom: 0;
}

/* 간편비밀번호 */
.simple-password-container .sub-title1{
    margin-bottom: 50px;
}
.simple-password-container .sub-title1.margin-msg{
    margin-bottom: 23px;
}
.simple-password-container .simple-password-wrap{
    border: 1px solid #BBB;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.simple-password-container .simple-password-area{
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 34px 0;
}
.simple-password-container .simple-password-area .simple-password{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ddd;
}
.simple-password-container .simple-password-area .simple-password.on{
    background: #19C4D8;
}
.simple-password-container .form-input.top{
    margin-bottom: 11px;
}
.simple-password-container .form-input.bottom{
    margin-top: 11px;
}
.simple-password-container .button-wrap{
    margin-top: 22px;
}
.simple-password-completion{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30%;
}
.simple-password-completion .simple-password-completion-img{
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}
.simple-password-completion .simple-password-completion-img.simple-password{
    background: url("../images/charge/simple-password-completion-img.svg") no-repeat center / 100%;
}
.simple-password-completion .simple-password-completion-img.fingerprint{
    background: url("../images/charge/fingerprint.svg") no-repeat center / 100%;
}
.simple-password-completion .simple-password-completion-img.face-id-icon{
    background: url("../images/charge/face-id-icon.svg") no-repeat center / 100%;
}
.simple-password-completion .simple-password-completion-text{
    font-size: 20px;
    color: #222;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
.slide-popup .popup-wrap .popup-content.fingerprint-type{
    justify-content: center;
    align-items: center;
}
.fingerprint-icon-wrap{
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.fingerprint-icon-wrap .fingerprint-icon{
    width: 70px;
    height: 70px;
    background: url("../images/charge/fingerprint-icon.svg") no-repeat center / 100%;
}
.fingerprint-icon-wrap .fingerprint-text{
    font-size: 18px;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.02em;
}
.sub-title.fingerprint-type{
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #999;
    line-height: 1.4;
}
.form-input.simple-password-type{
    text-align: center;
}
.form-input.simple-password-type .msg{
    margin-top: 0;
    color: #222;
}
.form-input.simple-password-type .msg.msg-error{
    color: #E83F42;
}
.membership-info-toggle .toggle-switches-type .changes-onandoff-btn{
    padding-left: 0;
}



/**************************************************************************************************/
/* 스플래쉬 화면 */
/**************************************************************************************************/
.splash-wrap{
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.splash-wrap .splash-logo{
    width: 100px;
    height: 100px;
    background:url("../images/common/splash-logo.svg") no-repeat center;
    background-size:100% auto;
    margin-top: -6.579vh;
}
.splash-wrap .splash-hana-logo{
    width: 100px;
    height : 30px;
    background:url("../images/common/splash-hana-logo.svg") no-repeat center;
    background-size:100% auto;
    position: absolute;
    bottom: 50px;
}
.popup.loading-view {
	position: absolute;
    width: calc(100% - 22.222vw);
    padding: 0 11.111vw;
    height: 100%;
    z-index: 9999;
    background: rgba(0 0 0 / 0.7);
    left: 0;
    top: 0;
}
.popup.loading-view .loading-box{
	background:#fff;
	width:100%; 
	padding:25px 0 15px;
    border-radius:5px;
}
.popup.loading-view .loading-box .loading-txt em {
    font-weight:500;
}
.popup.loading-view .loading-box .loading-txt > p {
    font-size:14px;
    font-weight:400;
}
.popup.loading-view .loading-box .construct-txt{
    border-bottom:0;
}
.popup.loading-view .loading-box .construct-txt .time{
    font-size:16px;
    font-weight: 500;
}

/* 2022-08-16 원데이매직볼 */
/* 흔들흔들 */
.shake{
  animation: shake 0.7s;
}
@keyframes shake {
  0% { transform: translate(4px, 4px) rotate(0deg); }
  5% { transform: translate(-8px, -8px) rotate(-10deg); }
  10% { transform: translate(-7px, 0px) rotate(10deg); }
  15% { transform: translate(7px, 4px) rotate(0deg); }
  20% { transform: translate(4px, -4px) rotate(7deg); }
  25% { transform: translate(-8px, 8px) rotate(-7deg); }
  30% { transform: translate(-7px, 4px) rotate(0deg); }
  35% { transform: translate(7px, 4px) rotate(-5deg); }
  40% { transform: translate(-4px, -4px) rotate(5deg); }
  45% { transform: translate(4px, 4px) rotate(0deg); }
  50% { transform: translate(4px, -4px) rotate(-5deg); }
  55% { transform: translate(4px, 4px) rotate(0deg); }
  60% { transform: translate(-8px, -8px) rotate(-10deg); }
  65% { transform: translate(-7px, 0px) rotate(10deg); }
  70% { transform: translate(7px, 4px) rotate(0deg); }
  75% { transform: translate(4px, -4px) rotate(7deg); }
  80% { transform: translate(-8px, 8px) rotate(-7deg); }
  85% { transform: translate(-7px, 4px) rotate(0deg); }
  95% { transform: translate(7px, 4px) rotate(-5deg); }
  100% { transform: translate(-4px, -4px) rotate(5deg); }
}
/* 흔들흔들 끗*/
.vh100{
	height: 100vh;
}
.oneday-counselor{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  color:black;
  height: 80%;
  align-content: flex-start;
  overflow-x: hidden;
}
.balloon{
  width: 230px;
  padding: 25px 35px;
  position: relative;
  background:white;
  font-size: 23px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
  letter-spacing: -0.08em;
  filter: drop-shadow(2px 2px 10px rgb(0 0 0 / 15%));
}
.balloon::after{
  border-top: 20px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
}
.balloon font{
	width: 25px;
	height: 25px;
	background: linear-gradient(120deg, #eeeeee, #f2f2f2);
	display: inline-block;
	padding: 2px;
	margin: 0 2px 0 0;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-weight: bolder;
	border:1px solid #a8a8a8;
}
img{
  width: 300px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1s;
}
img.shake{
  width: 130%;
}
.row{
  position: relative;
  margin-top:25px ;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1s;
  padding-bottom: 50px;
}
.row.move{
  transform: translateY(-15%);
  margin-top: 0px;
}
.row .action-btn{
  position:absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.center{
  margin-top: 10px;  
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
    
}
#fortune{
  position: absolute;
  /* width: 110px; */
  height: auto;
  text-align: center;
}
#message{
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.08em;
  display: block;
  background: transparent;
  padding: 0;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
/* 텍스트 페이드인 */
@keyframes fadein{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-moz-keyframes fadein{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes fadein{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-o-keyframes fadein{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
/* 텍스트 페이드인 끗*/

.fade-in-box{
  animation: flicker 4s linear infinite;
}
@keyframes flicker{
  0%,100%{
    text-shadow: 
    0px 0px 7px #fff, 
    0px 0px 21px #fff, 
    0px 0px 42px #001324, 
    0px 0px 84px #001324, 
    0px 0px 102px #001324, 
    0px 0px 122px #001324, 
    0px 0px 161px #001324;
  }
  55%{
    text-shadow: none;
  }
}
.blur-background{
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgb(0 0 0 / 20%);
  filter: blur(50px);
  border-radius: 50%;
  z-index: -1;
}
.blur-bottom{
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 30px;
  background: black;
  filter: blur(13px);
  border-radius: 50%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1s;
  z-index: -1;
}
.row.move .blur-bottom{
    width:50%
}
.ground-btm.counsellor{
  background: transparent;
}
.ground-btm.counsellor .fixed-btm{
  background: transparent;
}
.ground-btm.counsellor .fixed-btm .btn-floating.counsellor{
	width: 100px;
	height: 50px;
	border-radius: 10px;
	line-height: 1;
	border:none;
	background:-webkit-linear-gradient(270deg, #12D1AC, #766DF8);
	background:linear-gradient(270deg, #12D1AC, #766DF8);
	-webkit-box-shadow:0 -5px 15px rgba(0,0,0,0.1);
	box-shadow:0 -5px 15px rgba(0,0,0,0.1);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/* filter: drop-shadow(2px 2px 10px #999); */
}

/* 공지사항 게시글에 관련 스타일설정 */
.main_box_m {
	width: 100%;
	margin: 0px auto;
	/* float: left; */
}

.main_box_m .top_bg01 {
	background: url("/static/resources/board/img/bg_temp01_m.png") no-repeat center;
	background-size: contain;
	height: 180px;
	margin: 40px 0;
}

.main_box_m .top_bg02 {
	background: url("/static/resources/board/img/bg_temp02_m.png") no-repeat center;
	background-size: contain;
	height: 180px;
	margin: 40px 0;
}

.main_box_m .top_bg03 {
	background: url("/static/resources/board/img/bg_temp03_m.png") no-repeat center;
	background-size: contain;
	height: 180px;
	margin: 40px 0;
}

.main_box_m .top_bg04 {
	background: url("/static/resources/board/img/bg_temp04_m.png") no-repeat center;
	background-size: contain;
	height: 180px;
	margin: 40px 0;
}

.main_box_m dl {
	padding: 25px 20px;
}

.main_box_m dl dt {
	font-size: 20px;
	color: #333;
	letter-spacing: -1px;
	font-weight: 500;
}

.main_box_m dl dt .thin {
	font-weight: 300;
}

.main_box_m dl dd {
	font-size: 14px;
	color: #555;
	letter-spacing: -1px;
	line-height: 22px;
	margin-top: 25px;
}

.main_box_m ul.triagle {
	font-size: 14px;
	color: #333;
	border-top: none;
	margin: 0 20px;
	padding-right: 45px;
}

.main_box_m ul.triagle li {
	position: relative;
	display: block;
	margin-left: 15px;
	margin-bottom: 8px;
	border-bottom: none;
	float: left;
}

.main_box_m ul.triagle li::before {
	content: "▷";
	position: absolute;
	left: -17px;
}

.main_box_m ul.triagle li:last-child {
	margin-bottom: 0px;
}

.main_box_m .middle {
	padding: 0 0px 25px 10px;
	font-size: 16px;
	color: #595757;
	word-break: break-all;
	line-height: 24px;
}

.main_box_m .bottom {
	padding: 20px 0;
	background: #f8f8f8;
	float: left;
	margin-bottom: 50px
}

.main_box_m .bottom.bgff {
	background: #fff;
}

.main_box_m .bottom.fixed {
	padding: 30px 20px;
	margin: 0 20px;
	border-radius: 15px;
}

.main_box_m .bottom.tb_fixed {
	width: 100%;
	overflow-x: scroll;
	padding: 0;
	background: #fff;
}

.main_box_m .bottom .winner_form {
	display: inline-block;
	padding: 0;
	float: left;
	width: 50%;
	vertical-align: middle;
}

.main_box_m .bottom dl.winner_form dt {
	display: inline-block;
	font-size: 15px;
	color: #666;
	width: 100%;
	margin-bottom: 10px;
}

.main_box_m .bottom dl.winner_form dd {
	display: inline-block;
	margin-top: 0;
	line-height: 45px;
}

.main_box_m .bottom dl.winner_form dd .box {
	border: 1px solid #009591;
	padding: 10px 20px;
	width: 100%;
	display: inline;
	border-radius: 5px;
}

.main_box_m .bottom button {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	outline: none;
	text-align: center;
	border: none;
	border-radius: 30px;
	background: #009591;
	cursor: pointer;
	box-shadow: 0 9px 9px 3px rgba(219, 219, 219, 0.7);
	margin-top: 20px;
}

.main_box_m .bottom .number_noti {
	display: block;
	padding: 0;
}

.main_box_m .bottom dl.number_noti dt {
	display: block;
	font-size: 18px;
	color: #555;
	line-height: 32px;
}

.main_box_m .bottom dl.number_noti dd {
	display: block;
	line-height: 32px;
	margin: 0 0 25px 10px;
}

.noti_tb_m {
	font-size: 14px;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #ddd;
	font-family: 'Roboto', 'Noto Sans KR', 'FontAwesome' !important;
	word-break: keep-all;
}

.noti_tb_m th, .noti_tb_m td {
	padding: 5px;
	text-align: center;
}

.noti_tb_m th:last-child, .noti_tb_m td:last-child {
	border-right: 0;
}

.noti_tb_m thead tr:first-child th {
	border-top: none;
	padding: 8px;
}

.noti_tb_m thead tr:nth-child(2) th {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
}

.noti_tb_m thead th, .noti_tb_m tbody th {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	background: #f9f9fb;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.noti_tb_m thead th {
	font-size: 15px;
}

.noti_tb_m tbody tr:nth-child(9) td {
	border-bottom: 3px solid #ddd;
	border-bottom-style: double;
}

.noti_tb_m tbody tr:nth-child(10) td {
	border-top: none
}

.noti_tb_m tbody td {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.noti_tb_m tbody td.td_txt {
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

.noti_tb_m tbody td p {
	color: #555;
}`

.noti_tb_m tbody td p a {
	color: #999;
}

.noti_tb_m .card_kb {
	background: url("/static/resources/board/img/bg_card_kb.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_ss {
	background: url("/static/resources/board/img/bg_card_ss.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_hd {
	background: url("../img/bg_card_hd.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_nh {
	background: url("/static/resources/board/img/bg_card_nh.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_sh {
	background: url("/static/resources/board/img/bg_card_sh.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_bc {
	background: url("/static/resources/board/img/bg_card_bc.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_hana {
	background: url("/static/resources/board/img/bg_card_hana.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .card_lotte {
	background: url("/static/resources/board/img/bg_card_lotte.png") #fff no-repeat center 30%;
	vertical-align: bottom;
	background-size: 120px auto;
	background-position-y: 25%
}

.noti_tb_m .interest_free {
	font-size: 14px;
	color: #555;
}

.noti_tb_m .asterisk {
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin-top: 20px;
}

.noti_tb_m .asterisk:before {
	content: "*";
	margin-right: 5px;
}

.noti_tb_m .kome {
	font-size: 12px;
	line-height: 10px;
	color: #666;
	margin-top: 0;
}

.noti_tb_m .kome:before {
	content: "※";
	margin-right: 5px;
}

.noti_tb_m .rectangle {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	margin-top: 20px;
}

.noti_tb_m .rectangle:before {
	content: "■";
	margin-right: 5px;
}

.noti_tb_m .none {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin-top: 20px;
}

.item_box+.item_box {
	margin-top: 40px;
}

.main_box.kai {
	margin: 50px auto;
	white-space: initial;
	line-height: initial;
}

.main_box.kai .bottom {
	float: none;
	padding: 50px;
}

.main_box.kai .item_box h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

.main_box.kai .item_box .list_btn_type {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	justify-content: flex-start;
}

.main_box.kai .item_box .list_btn_type li {
	width: calc(25% - 9.9px);
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0/ 8%);
}

.main_box.kai .item_box .list_btn_type li>a {
	padding: 18.5px 20px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	display: list-item;
}

.main_box.kai .item_box .list_btn_type li>a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 10px;
	background: url('/static/resources/mo/img/icon_prev.png') center center
		no-repeat;
	background-size: 6px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotateY(180deg);
}

.main_box_m .bottom.kai {
	float: none;
	padding: 20px;
}

.main_box_m .item_box h3 {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
}

.main_box_m .item_box .list_btn_type {
	float: none;
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.main_box_m .item_box .list_btn_type li {
	float: initial;
	border-bottom: none;
	width: calc(50% - 5px);
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0/ 8%);
}

.main_box_m .item_box .list_btn_type li>a {
	padding: 12.5px 20px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	display: list-item;
}

.main_box_m .item_box .list_btn_type li>a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 10px;
	background: url('/static/resources/mo/img/icon_prev.png') center center
		no-repeat;
	background-size: 6px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotateY(180deg);
}

/*보험금청구 서류첨부*/
.photo_add_wrap .photo_area {
	border-radius: 5px;
  	height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #ddd;
}
.photo_add_wrap .photo_area.pdf{        
	background: #f7f7f7 url("../images/mypage/photo_add_default_pdf.png?123")no-repeat center;
    background-size: 375px auto;
}
.photo_add_wrap .photo_area.tiff{
	background: #f7f7f7 url("../images/mypage/photo_add_default_tiff.png?123")no-repeat center;
    background-size: 375px auto;
}
.photo_add_wrap .photo_area.heic{
	background: #f7f7f7 url("../images/mypage/photo_add_default_heic.png?123")no-repeat center;
    background-size: 375px auto;
}
.photo_add_wrap .photo_area img{
	width: 100%;
    min-height: 299px;
    height: auto;
    vertical-align: middle;
}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line{
    border: 1px solid #ddd !important;
    border-radius: 5px;
    padding: 16px 18px;
    align-items: center;
    margin-bottom: 0;
}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line:not(:first-child){margin-top: 10px;}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line > span{
	width: calc(100% - 50px);
    display: inline-flex;
    align-items: center;
}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line > span p.attached-file{
	max-width: 75%;
    width: auto;
    border: none;
    color: #666 !important;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line > span p.attached-file + span{
    color: #666 !important;
    font-weight: 400;
    letter-spacing: -0.025em;
    font-size: 14px;
   	white-space: nowrap;
}
.photo_add_wrap .guideline-view{
	border-top: 1px solid #eee;
    padding-top: 20px;
}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line.select{border: 1px solid #1aaabb !important;}
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line.select p.attached-file,
.photo_add_wrap .attached-damage-add-file-wrap ul li.attached-file-line.select p.attached-file + span{color: #222 !important;}

.charge-list-chk .charge-list-item + .charge-list-item{
	margin-top: 20px;
} 
.photo_add_wrap.doc .attached-damage-add-file-wrap ul li.attached-file-line{
    background: #fff;
    border: 1px solid #1aaabb !important;
}
.reward-doc-group{
	padding: 15px 20px 5px;
	border-radius: 4px;
	background: #f9f9fb
}
.reward-doc-group + .reward-doc-group{
	margin-top: 15px;
} 
.reward-doc-group .form-input .msg{
	font-size: 13px;
	color: #111;
}
.reward-doc-group .not-fixed.more-btn .btn-floating{
    background: #fff;
}
.reward-doc-group .attached-damage-add-file-wrap{
    margin-top:-10px;
}

/*20250408 원데이 로그인 개편*/
.cont-sub-text {
	display: none;
    padding: 0 4.444%;
    font-size: 15px;
    color: #333;
}
.cont-sub-text .underline-text {
    font-size: 14px;
    border-bottom: 1px solid #009591;
    text-decoration: none;
    color: #009591;
    font-weight: 500;
}