.input_item{
    width: 100%;
    border:1px solid #dcdcdc;
    border-radius: 10px;
    background-color: #ffffff;
    height: 50px;
    font-size: 1.5rem;
    font-weight: 300;
    text-indent: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
.input_item input[type="text"],
.input_item input[type="password"],
.input_item select {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    color: #1e1e23;
    box-sizing: border-box;
    border:0;
    text-indent: 16px;
    padding:0;
    border-radius: 10px;
}
.input_item input[type="password"]{width: calc(100% - 45px );}
input[type="text"]:read-only{background-color: #FAFAFA;}

/* 비밀번호 show & hide */
.input_item > .btn_show{position: absolute; right:10px; top:50%; transform: translateY(-50%);}
.input_item .btn_show .icon_view{display: inline-block; width: 19px; height: 11px; background: url("../images/sub/pw-show.png") center center no-repeat;}
.input_item .btn_show.hide .icon_view{background: url("../images/sub/pw-hide.png") center center no-repeat; }

/* 버튼 */
.login_btn_group{margin-top: 40px; display: flex; gap: 10px; align-items: center; justify-content: center;}
.m-btn{width: 150px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 1.6rem; font-weight: 600;}

.bk-line{background-color: #fff; border:1px solid #333; color:#333;}
.bk-line:hover,bk-line:focus{box-shadow: 0 0 5px rgba(51, 51, 51,0.8);}
.prpl-line{background-color: #fff; border:1px solid #846CDD; color:#846CDD;}
.prpl-line:hover,.prpl-line:focus{box-shadow: 0 0 5px rgba(132, 108, 221,0.8);}
.prpl-bg{background-color: #725BC9; color: #fff;}
.prpl-bg:hover,.prpl-bg:focus{box-shadow: 0 0 5px rgba(132, 108, 221,0.8);}
.bk-bg{background-color: #333333; color:#fff;}
.bk-bg:hover,.bk-bg:focus{box-shadow: 0 0 5px rgba(51, 51, 51,0.8);}
.gay-bg{background-color: rgb(239, 241, 248); color:#333;}
.gay-bg:hover,.gay-bg:focus{box-shadow: 0 0 5px rgba(207, 207, 207, 0.8);}
.yel-arr-btn{min-width: 180px; display: flex; align-items: center; padding-left:26px; padding-right: 60px; padding-top: 15px; padding-bottom: 12px; background-color: #FFDA53; border-radius: 30px; font-family: 'Jalnan';font-size: 1.8rem; position: relative;}
.yel-arr-btn:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--main-green); /*20250212*/
    border-radius: 50%;
    background-image: url(../images/sub/white_arr2.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.yel-arr-btn:hover,.yel-arr-btn:focus{box-shadow: 0 0 10px rgba(153, 124, 0, 0.6);  transition: all 0.2s;}

.user-wrap{background-color: #F8F9FE; padding:80px 0px 120px;}
.user-tit{margin-bottom: 60px; text-align: center; font-family: 'Jalnan';font-size: 4rem; text-align: center;}
.user-wrap .user-tit > .sub-tit{display: inline-block; font-size: 1.8rem; font-weight: 500; color:#725bc9; text-align: center; margin-top: 16px; }
.user-content{width: 100%; background-color: #fff; border-radius: 20px; max-width: 800px; margin:0 auto; position: relative; padding:60px 20px;}

/* 팝업 */
.modal-popup-wrap{position: fixed; width: 100%; height: 100%; left:0; top:0; background-color: rgba(121, 121, 121, 0.32); z-index: 10000; display: none;}
.modal-popup{min-width: 300px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); background-color: #fff; padding:30px; border-radius: 10px; font-size: 1.4rem; text-align: center;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}
.modal-popup .title{font-size: 2.4rem; font-weight: 600; text-align: center; margin-bottom: 18px;}
.modal-popup  .imgs{margin-bottom: 20px;}
.modal-popup .txt{margin-bottom: 26px; line-height: 1.4;}
.modal-popup .txt p{margin-bottom: 5px;}
.modal-popup .txt b{font-weight: 600;}
.pop_btn_group{display: flex; align-items: center; justify-content: center; gap: 10px;}
.popup-btn{width: 80px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 5px; font-weight: 600; margin:0;}
/* sns 팝업 */
.modal-popup.sns-popup{min-width: 210px;}
.modal-popup.sns-popup > .imgs{height: 80px; position: relative; z-index: 9; display: flex; align-items: center;  justify-content: center}
.modal-popup.sns-popup > .imgs::before{
    content: "";
    display: inline-block;
    width: 84px;
    height: 80px;
    background-color: #F8F9FE;
    border-radius: 26px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.modal-popup.sns-popup > .txt{margin-bottom: 50px;}

/* //팝업 */

/* step-wrap */
.step-wrap{max-width: 560px; margin:0 auto 40px; display: flex; justify-content: space-between; gap: 10px; }
.step-wrap.n2{max-width: 440px;}

.step-wrap li {
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 1.6rem;
    color:#777;
    font-weight: 500;
    box-shadow: 0px 6px 20px 0px rgba(153, 153, 153, 0.2);
    position: relative;
    padding:0 5px;
}
.step-wrap.n2 li{width: 180px;}
.step-wrap li.on{background-color: rgb(132, 108, 221); color:#fff; box-shadow: 0px 9px 21px 0px rgba(132, 108, 221, 0.5);}
.step-wrap li::before{
    content:"";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../images/sub/join-icon1.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
}
.step-wrap li.on::before{filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(4558%) hue-rotate(282deg) brightness(120%) contrast(109%);filter: brightness(0) saturate(100%) invert(88%) sepia(98%) saturate(2%) hue-rotate(176deg) brightness(118%) contrast(100%);
}
.step-wrap li:not(:last-child):after{
    content:"";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/sub/step-arw.png") center center no-repeat;
    position: absolute;
    right:-28px;
    top:50%;
    transform: translateY(-50%);
}
.step-wrap.n2 li:not(:last-child):after{ right:-44px;}
/* step-wrap _회원가입 */
.step-wrap.join li:nth-child(1)::before{background-image: url("../images/sub/join-icon1.png");}
.step-wrap.join li:nth-child(2)::before{background-image: url("../images/sub/join-icon2.png");}
.step-wrap.join li:nth-child(3)::before{background-image: url("../images/sub/join-icon3.png");}
/* step-wrap _기존회원통합 */
.step-wrap.mmbrIntg li:nth-child(1)::before{height: 28px; background-image: url("../images/sub/mmbrIntg-icon1.png");}
.step-wrap.mmbrIntg li:nth-child(2)::before{background-image: url("../images/sub/mmbrIntg-icon2.png");}
/* step-wrap _아이디찾기 */
.step-wrap.findId li:nth-child(1)::before{height: 28px; background-image: url("../images/sub/mmbrIntg-icon1.png");}
.step-wrap.findId li:nth-child(2)::before{width: 19px; height: 19px; background-image: url("../images/sub/findId-icon2.png");     background-position: top center;}
/* step-wrap _비밀번호찾기 */
.step-wrap.findPw li:nth-child(1)::before{height: 28px; background-image: url("../images/sub/findPw-icon1.png");}
.step-wrap.findPw li:nth-child(2)::before{background-image: url("../images/sub/mmbrIntg-icon2.png");}

/* 로그인 */
.user-content.yong1::before{
    content:"";
    display: block;
    width: 104px;
    height: 78px;
    background: url("../images/joayong/yong-icon01.png") left top no-repeat;
    background-size: 100%  auto;
    position: absolute;
    right:125px;
    top:-70px;
}

.login-box{max-width: 450px; margin:0 auto; text-align: center; padding:60px 15px;}

.login-box h3{font-weight: 800; font-size: 4rem; margin-bottom: 28px;}
.login-box h3 .point{color:var(--main-color);}
.login-box .a-txt{display: block; }

.login-box .a-txt span{display: inline-block; font-size: 1.8rem; position: relative;z-index: 9;}
.login-box .a-txt span::before{
    content: "";
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    background-color: #FFE91B;
    height: 16px;
    opacity: 0.6;
    position: absolute;
    left:0;
    bottom:-3px;
    z-index: -1;
}     
.login-box .a-txt::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/sub/txt-arrow.png") center center no-repeat;
    margin-left: 10px;
    transition: transform 0.5s;
}
.login-box .a-txt:hover:after,.login-box .a-txt:focus:after{transform: translateX(8px);} 

.login-form{padding-top: 45px;}
.login-form input{font-size: 1.6rem;}


.login_button{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #333333;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    padding:0;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 21px 0px rgba(121, 121, 121, 0.32);
}
.login_button:hover, .login_button:focus{background-color: #000;}
.loginFind{display: flex; justify-content: center; align-items: center; gap: 7px;}
.loginFind li{
    border:1px solid #e5e5e5;
    background-color: #ffffff;
    width: 110px;
    height: 34px;   
    border-radius: 20px;
    overflow: hidden;
    font-size: 1.4rem;
}
.loginFind li a {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.loginFind li a:hover,
.loginFind li a:focus{font-weight: 500; color:#fff; background-color:#725BC9;}
  
.snsLogin{padding-top: 50px;}
.snsLogin h4{font-size: 1.6rem; font-weight: 600; position: relative; z-index: 9; margin-bottom: 34px; text-align: center;}
.snsLogin h4 span{display: inline-block; padding:0 16px; background-color: #fff; }
.snsLogin h4::before{
    content:"";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    z-index: -1;
}
.snsLogBox{display: flex; gap: 20px; align-items: center;}
.snsLogBox > div{flex:1 1 45%; border-radius: 16px; height: 110px; font-weight: 600; font-size: 1.6rem;}
.snsLogBox .kakaoLog{background-color: #FEE500; color:#333;}
.snsLogBox .naverLog{background-color: #10ab55; color:#fff;} /*20250212*/

.snsLogBox > div a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px;}
.snsLogBox .kakaoLog .icon{width: 40px; height: 38px; background: url("../images/sub/login-kakao.png") center center no-repeat;}
.snsLogBox .naverLog .icon{width: 40px; height: 38px; background: url("../images/sub/login-naver.png") center center no-repeat;}

.snsJoinBox{display: flex; align-items: center; justify-content: center; gap: 10px; padding-bottom: 40px;}
.snsJoinBox >a{
    width: 200px;
    height: 52px;
    border:1px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 40px;
    display: flex;
    padding:0 7px;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 500;
}
.snsJoinBox >a .icon{width: 38px; height: 38px;  background-position: center center; background-repeat: no-repeat; border-radius: 50%;}
.snsJoinBox .naver .icon{background-color: #03C75A; background-image: url("../images/sub/login-naver.png"); background-size: 16px 15px;}
.snsJoinBox .kakao .icon{background-color: #FEE500; background-image:url("../images/sub/login-kakao.png"); background-size: 20px 19px;}
.snsJoinBox .naver:hover,.snsJoinBox .naver :focus{border-color: #03C75A;}
.snsJoinBox .kakao:hover,.snsJoinBox .kakao :focus{border-color: #FEE500;}



/* 회원가입 */
.join_inner{max-width: 600px; margin:0 auto;}
.join_inner >  h3{font-weight: 600; font-size: 3rem; text-align: center; margin-bottom: 40px;}
.join_inner .info-line{border-bottom:1px solid #E5E5E5; padding-bottom: 5px;}
.agreement_wrap li{margin-top: 30px;}
.agreement_content{padding-left:40px;}
.agreement_box{
    background-color: #F3F3F3;
    padding:30px 20px;
    border-radius: 10px;
    line-height: 1.6;
    color:#555;
    font-size: 1.5rem;
}
.agreement_box b{display: inline-block; font-weight: 600; font-size: 1.7rem; color:#333; margin-bottom: 10px;}
.agreement_box .scrollY{height: 150px; overflow-y: auto;}
.agreement_box .scrollY::-webkit-scrollbar {
    width: 8px;
}
.agreement_box .scrollY::-webkit-scrollbar-thumb {
    background-color: #715AC7;
    border-radius: 10px;
}

.agreement_box .scrollY::-webkit-scrollbar-track {
    background-color:#F3F3F3;
    border-radius: 10px;
}

.join_form{margin-top: 20px;}
.join_form dl{overflow: hidden; margin-bottom: 10px;}
.join_form dl dt{width: 145px; float:left; height: 50px; line-height: 50px; font-size: 1.6rem; font-weight: 500; }
.join_form dl dt span{display: inline-block; padding-left:16px;}
.join_form dl dt .red-st{position: relative;}
.join_form dl dt .red-st::before{
    content:"*";
    display: inline-block;
    font-weight: 600;
    color:#eb2a61;
    position: absolute;
    left:0;
    top:0;
}
.join_form dl dd{width: calc(100% - 145px); float:right;}
.join_form dl dd > span{display: inline-block; margin-bottom: 5px;}
.join_form dl dd > p{margin-bottom: 5px;}


/* 아이디 + 중복확인 */
.join_form .id-check-wrap{max-width: 480px; margin:40px auto;}
.join_form .id-check-box{display: flex; gap: 10px; align-items: center;}
.join_form .input_id_check {width: calc(100% - 140px);}
.join_form .id_check_btn{width: 130px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; font-weight: 500; border-radius: 10px; margin-bottom: 10px;}
/* 이메일 그룹 */
.email-group{display: flex; align-items: center; justify-content: space-between;}
.email-group > div{width: 140px;}
.email-group .at-sign{color:#888; font-family: 'pretendard'; font-size: 1.6rem;} /*20250212*/
/* 휴대폰번호 */
.phone-group{display: flex; gap: 10px; align-items: center; justify-content: right; margin-top: 15px;}
.phone-group .input_item{width: calc(100% - 150px); }
.phone-group .edit-phone{width: 100%; max-width: 450px; min-height: 5rem; padding: 8px 10px; font-weight: 500; color:#695ed0; border: 1px solid #695ed0; text-align: center; border-radius: 10px; word-break: keep-all;}
.phone-group .edit-phone > span::before {
    content:"";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/sub/cir_arrw.png") no-repeat;
    margin-right: 5px;
}
.phone-group .edit-phone:hover >span::before,
.phone-group .edit-phone:focus > span::before{transform: rotate(180deg); transition: transform 0.5s;}
/* 회원탈퇴 참고 */
.password-group{display: flex; gap: 10px; align-items: center;}
/* 성별 */
.idnt_group{display: flex; gap: 10px;}
.idnt_group > li{width: calc(50% - 5px); height: 50px; border-radius: 10px; position: relative; margin:2px}
.idnt_group input[type="radio"]{
    width: 100%;
    height: 100%;
    border-radius: inherit;    
    position: absolute;
    left:0;
    top:0;
}
.idnt_group input[type="radio"] ~ label{
    width: 100%;
    height: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: absolute;
    left:0;
    top:0;
    border: 1px solid #dcdcdc;
    font-size: 1.4rem;
    font-weight: 500;
    color: #777;
    border-radius: inherit;
    margin: 1px;
}
.idnt_group input[type="radio"]:focus ~ label{outline: 2px dashed #574bdf;}

.idnt_group input[type="radio"]:checked ~label{border-color:#725BC9; background-color:#725BC9; color:#fff;}
.idnt_group input[type="radio"] ~ label span{display: inline-block; position: relative;}
.idnt_group input[type="radio"]:checked ~label span::before{
    content:"";
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url("../images/sub/check-icon.png") no-repeat;
    margin-right: 10px;
    position: absolute;
    left:-18px;
    top:5px;
}


.def-text{font-size: 1.4rem;  color: #777; position: relative; padding-left: 18px;}
.def-text::before{
    content: '※';
    color:#777;
    position: absolute;
    top: 0;
    left: 0;
}
.item_style{font-size: 1.4rem; color:#725BC9; position: relative; padding-left: 10px;}
.item_style::before{
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #725BC9;
    content: '';
}
.item_style.erTxt{color:#e32828}
.item_style.erTxt::before{background-color:#e32828}

.join_form .cmpl-tit{font-weight: 600; font-size: 1.8rem; text-align: center;}
.join_form .cmpl-tit > span{font-size: 3rem; color:#846CDD}
.join_form  .img-con{margin:40px 0 40px; text-align: center;}
.join_form .shadow-box{
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 18px 0px rgba(121, 121, 121, 0.1);
    padding:30px 10px;
    text-align: center;
}
.join_form .grey-box {
    border-radius: 16px;
    background-color: rgb(247, 248, 249);
    padding: 40px;
    margin:30px 0;
    text-align: center;
}
.join_form .grey-box .point{color:#846cdd; font-weight: 600; font-size: 3rem;}
.join_form .txt-box{font-size: 1.6rem; text-align: center; line-height: 1.5;}
.join_form .txt-box span{font-weight: 600;}
.join_form .txt-box .prpl-txt{color:#725bc9; font-weight: 400;}
/* 회원정보입력 - 본인인증 */
.tel_certified{max-width: 480px; margin:0 auto;}
.tel_certified dl dt{width: 145px; text-align: left;}
.tel_certified dl dd{width: calc(100% - 145px);}
.tel_certified  dd .certi-alr{font-size: 1.4rem;}
.tel_certified  dd .certi-alr::before{
    display: inline-block;
    content: "";
    width: 23px;
    height: 21px;
    background: url("../images/sub/certified-icon.png") no-repeat;
    vertical-align: bottom;
    margin-right: 6px;
}
.tel_certified .certified_btn{display: inline-block; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 500; margin:2px 2px 10px;}

/* 아이디선택 */
.sel-id-wrap{padding:40px 0;}
.mmbrId_list > li{display: flex; font-size: 1.5rem; justify-content: space-between; align-items: center; margin-bottom: 8px;}
.mmbrId_list .radio-box{
    border-radius: 8px;    
    width: 100px;
    height: 34px;
    position: relative;
    color:#fff;
    margin:2px;
}
.mmbrId_list .radio-box input[type="radio"],
.mmbrId_list .radio-box input[type="radio"] ~ label{
    width: 100%;
    height: 100%;
    border:0;
    background-color: transparent;
    position: absolute;
    left:0;
    top:0;
    border-radius: inherit;
    box-sizing: border-box;
    margin:0;
    z-index: 8;
    color:inherit
}
.mmbrId_list .radio-box input[type="radio"] ~ label{z-index: 9; display: flex; align-items: center; justify-content: center; background-color: #725bc9; }
.mmbrId_list .radio-box input[type="radio"]:checked ~ label{background-color: #fff; color: #725bc9;}
.mmbrId_list .radio-box input[type="radio"]:checked ~ label > span{display: inline-block; position: relative; padding-left: 13px;}
.mmbrId_list .radio-box input[type="radio"]:checked ~ label > span::before{
    content:"";
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url("../images/sub/checked-img3.png");
    position: absolute;
    left:0;
    top:6px;
}
.mmbrId_list .radio-box input[type="radio"]:focus ~ label{outline: 2px dashed #574bdf;}
/* 비밀번호 재설정 */
.rst-pssw-wrap{max-width: 420px; margin:0 auto;}
.rst-pssw-wrap >li{margin-bottom: 20px;}

/* 마이페이지 */
br.mob-only{display: none;}
.myPage-content{width: 100%; max-width: 1070px; background-color: #fff; border-radius: 20px;margin: 0 auto; padding: 40px; position: relative; }
.myPage-content ~ .wh-box{width: 100%; max-width: 1070px; background-color: #fff; border-radius: 20px; padding: 40px; margin: 20px auto 0;}
.myPage-con-tit{font-weight: 600; font-size: 3rem; text-align: center; margin-bottom: 20px;}
.myPage-con-tit ~ .sub-tit{text-align: center; margin-bottom: 5px; color:#555;}
.essen-flex .myPage-con-tit {font-size: 2.2rem; margin-bottom: 0;}
/* 마이페이지 - 메인 */
.myPage-main{max-width: 1200px; margin:0 auto;}
.myPage-main > .con{margin-bottom: 50px;}
.myPage-main .profile{border-radius: 30px; background-color: rgb(255, 255, 255); display: flex; flex-wrap: wrap;justify-content: space-between}
.myPage-main .profile .img-area{padding:48px 40px; display: flex; gap: 10px; align-items: center;}
.myPage-main .profile .profile-imgs{width: 158px; height: 120px;  padding:0 30px 0 10px; position: relative;}
.myPage-main .profile .profile-imgs::before{
    content:"";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/sub/flower_icon1.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.myPage-main .profile .profile-imgs::after{
    content:"";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/sub/flower_icon2.png") no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
}
.myPage-main .profile .user-imgs{width: 120px; height: 120px;border-radius: 46px;background-color: rgb(250, 225, 0); overflow: hidden; position: relative;}
.myPage-main .profile .user-imgs img{width: 100%; height: 100%;  position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}

.myPage-main .profile .user-info > .name-txt{font-weight: 600; font-size: 2.6rem; margin-bottom: 10px;}
.myPage-main .profile .btn-area{padding:20px 15px; display: flex;justify-content: flex-end; align-items: flex-end; gap: 10px; margin-left: auto; flex-wrap: wrap;} 
.myPage-main .profile .btn-area > a{display: block; height: 50px; border-radius: 40px; display: flex; align-items: center;  text-align: center; font-weight: 500;}
.myPage-main .profile .goods-btn {position: relative; background-color: #fff6a1; padding:0 10px 0 60px;}
.myPage-main .profile .goods-btn::before {content: ''; display: inline-block; position: absolute; left: 5px; top: -35px; width: 53px; height: 78px; background-image: url("../images/joayong/yong-icon03.png"); background-size: contain; background-repeat: no-repeat;}
.myPage-main .profile .goods-btn::after {content: ""; display: inline-block; width: 25px; height: 25px; background-color: #fff; background-image: url(../images/sub/txt-arrow.png); background-position: center; background-repeat: no-repeat; margin-left: 10px; border-radius: 50%;}
.myPage-main .profile .user-edit-btn{background-color: #695ED0; color:#fff; padding:0 30px;}
.myPage-main .profile .user-edit-btn::before{content: ""; display: inline-block; width: 17px; height: 20px; background: url("../images/sub/wpen_ico.png") no-repeat; margin-right: 10px;}
.myPage-main .profile .user-edit-btn:hover,.myPage-main .profile .user-edit-btn:focus{background-color: #594ebf;}
.myPage-main .profile .go-sns-btn{background-color: #F8F9FE; padding:0 24px 0 10px;}
.myPage-main .profile .go-sns-btn .ani-img{position: relative; width: 62px; height: 34px; margin-right: 7px;}
.myPage-main .profile .go-sns-btn img{width: 34px; height: 34px; position: absolute; top:0; transition: left 0.5s ease; }
.myPage-main .profile .go-sns-btn img.naver-img{left:0;}
.myPage-main .profile .go-sns-btn img.kakao-img{left:28px;}
.myPage-main .profile .go-sns-btn:hover img.naver-img,.myPage-main .profile .go-sns-btn:focus img.naver-img{left:28px; transform: rotate(360deg);}
.myPage-main .profile .go-sns-btn:hover img.kakao-img,.myPage-main .profile .go-sns-btn:focus img.kakao-img{ left:0; transform: rotate(-360deg);}

.myPage-main .profile .go-sns-btn:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/sub/txt-arrow.png") no-repeat;
    margin-left: 10px;
}

.myPage-main .title-box{display: flex;  gap: 10px;flex-wrap: wrap; margin-bottom: 30px;}
.myPage-main .title-box > .title{font-size: 3rem;font-family: 'Jalnan';}
.myPage-main .title-box> .title.lab-txt{text-align: center; color:#0274C9; margin-right: 10px;}
.myPage-main .title-box > .title.lab-txt::before{display: none;}

.myPage-main .service{display: flex; gap: 30px;}
.myPage-main .service .policy_zone{width: 40%}
.myPage-main .service .lab_zone{width: 60%;}
.list a .txt-box{font-size: 1.7rem;}
.list a .txt-box > strong{display: inline-block; font-weight: 600; font-size: 2rem; margin-top: 5px;}
.list a .img-box {position: relative;}
.count{width: 28px; height: 28px; border-radius: 50%; position: absolute; right:13px; top:-6px; background-color: #ED6A24; color:#fff; font-weight: 500; display: flex; align-items: center; justify-content: center;} /*20250212*/

.policy_zone .list > li{ background-color: #fff;border-radius: 30px; padding: 15px 30px; overflow: hidden;box-shadow: 0px 3px 10px 0px rgba(214, 215, 222, 0.1);border:2px solid transparent; transition: all 0.3s;}
.policy_zone .list > li ~ li{margin-top: 20px;}
.policy_zone .list a{width: 100%;  background: url("../images/sub/gray_arrw.png") right center no-repeat;  display: flex; gap: 24px; align-items: center;}
.policy_zone .list a .img-box{width: 96px; height: 96px; border-radius: 50%; position: relative;}
.policy_zone .list a .img-box > img{position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
.policy_zone .list > li:nth-child(1):has(a:hover),.policy_zone .list > li:nth-child(1):has(a:focus){border-color: #695ED0;}
.policy_zone .list > li:nth-child(2):has(a:hover),.policy_zone .list > li:nth-child(2):has(a:focus){border-color: #00D1C3;}
.policy_zone .list > li:nth-child(1) .img-box{background-color: #F4F3FD;}
.policy_zone .list > li:nth-child(2) .img-box{background-color: #EDFAF9;}

.lab_zone > .list{display: flex; gap: 20px;}
.lab_zone > .list > li{flex:1 1 0; min-height: 280px; background-color: #31a784;border-radius: 30px; text-align: center; } /*20250212*/
.lab_zone > .list > li:nth-child(2){background-color: #A86EF7;}
.lab_zone > .list > li:nth-child(3){background-color: #FBE687;}
.lab_zone > .list > li:nth-child(3) > a{color:#333;}
.lab_zone > .list a{display: block; width: 100%; height: 100%; border-radius: inherit; padding:38px 10px; transition: all 0.3s; color:#fff;}
.lab_zone > .list a > .txt-box >p{margin-bottom: 5px;}
.lab_zone > .list a > .img-box{margin-bottom: 30px;}
.lab_zone > .list a > .img-box > .imgs{max-width: 120px; position: relative; margin:0 auto;}
.count.lab{width: 40px; height: 40px; right: 15px; top: -24px; font-size: 2.2rem; box-shadow: 0px 16px 7px 0px rgba(140, 140, 140, 0.17);}

.partic_zone .list{display: flex; gap: 20px;}
.partic_zone .list > li{min-height: 180px; flex:1 1 0; background-color: #fff; border-radius: 30px;}
.partic_zone .list > li > a{display: block; width: 100%; height: 100%; border-radius: inherit; padding:36px 40px; background-image: url("../images/sub/mypage_icn3.png"); background-position: right bottom; background-repeat: no-repeat;}
.partic_zone .list > li:nth-child(2) > a{background-image: url("../images/sub/mypage_icn4.png");}
.partic_zone .list a:hover{box-shadow: 0px 3px 20px 0px rgba(134, 134, 134, 0.1);}
/* 마이페이지 - 회원정보수정 */
.myPage-content .tab-con-tit {display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 50px;}
.myPage-content .tab-con-tit > li{width: 230px; height: 63px; overflow: hidden;}
.myPage-content .tab-con-tit > li >a{display: inline-block; width: 100%; height: 53px;text-align: center; padding:0 15px; color:#777; font-size: 2rem; border-radius: 30px; background-color: #F4F5F9; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.myPage-content .tab-con-tit > li.on >a{background-color: transparent; color:#fff; position: relative; z-index: 9; }
.myPage-content .tab-con-tit > li.on > a::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 63px;
    background: url("../images/sub/edit_tit_bg.png") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
}

.myPage-content .img-con{text-align: center; margin: 40px 0 20px;}

/* SNS 연동 */
.sns-list-wrap {margin-top: 50px;}
.sns-list-wrap > .sns-link-list{max-width: 500px; margin:0 auto;}
.sns-list-wrap > .sns-link-list a{width: 100%; height: 70px; padding:10px; display: flex; gap: 10px; align-items: center; justify-content: space-between; background-color: #F8F9FE; border-radius: 40px; margin-bottom: 20px; font-size: 1.8rem; font-weight: 500;}

.sns-link-list a> .txt{padding-left: 60px; position: relative;}
.sns-link-list a> .txt::before{
    content:"";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.sns-link-list a.naver-link > .txt::before{background-image: url("../images/sub/naver-icon-off.png");}
.sns-link-list a.kakao-link > .txt::before{background-image: url("../images/sub/kakao-icon-off.png");}

.sns-link-list a > .bar{width: 60px; height: 33px; border-radius: 50px; background-color: #DCDCDC; position: relative;}
.sns-link-list a > .bar::after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 6px 18px 0px rgba(69, 69, 69, 0.13);
}
/* is-active */
.sns-link-list a.naver-link.is-active > .txt::before{background-image: url("../images/sub/naver-icon.png");}
.sns-link-list a.kakao-link.is-active > .txt::before{background-image: url("../images/sub/kakao-icon.png");}
.sns-link-list a.is-active > .bar::after{left:auto; right:5px;}
.sns-link-list a.naver-link.is-active > .bar{background-color: #2AA800;} /*20250215*/
.sns-link-list a.kakao-link.is-active > .bar{background-color: #F9E000;}

/* 회원탈퇴 */
.cncl-wrap{max-width: 630px; margin:0 auto; }
.cncl-wrap .box{margin-bottom: 50px;}
.cncl-wrap textarea{box-sizing: border-box; resize: none; width: 100%; height: 150px; border: 1px solid #dcdcdc;border-radius: 10px; background-color: #ffffff;font-size: 1.5rem; font-weight: 300; padding:20px;}
.cncl-info-box{border-radius: 10px; background-color: #F8F9FE; padding:40px 15px; margin-bottom: 20px;}
.cncl-info-box .tit{font-size: 1.8rem; font-weight: 600; margin-bottom: 20px;}
.cncl-info-box .desc-dot > li{line-height: 1.5; position: relative; padding-left:14px; margin-bottom: 10px; font-size: 1.4rem; color:#555;}
.cncl-info-box .desc-dot > li::before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #DCDCDC;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:7px;
}

/* 관심 청년정책 */
.org-point{color:#F5800F;}

.myPolicy-list .total{margin-bottom: 20px;}
.myPolicy-list .list > li{display: flex; align-items: center;justify-content: space-between; padding:20px 30px;border-radius: 20px; background-color: #ffffff; box-shadow: 0px 6px 20px 0px rgba(114, 117, 133, 0.1);}
.myPolicy-list .list > li ~ li{margin-top: 20px;}
  
.myPolicy-list .list .img-wrap{ width: 175px; display: flex; align-items: center; font-weight: 500;position: relative;}
.myPolicy-list .list .img-wrap .img-box{width: 66px; height: 66px; border-radius: 20px; background-color: #F8F9FE; margin-right: 16px; }
.myPolicy-list .list .img-wrap .img-box > img{width: 100%;}
.myPolicy-list .list .img-wrap:after{
    content:"";
    display: inline-block;
    width: 1px;
    height: 27px;
    background-color: #E5E5E5;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.myPolicy-list .list .txt-wrap{display: block; width: calc(100% - 340px );  padding:0 30px;}
.myPolicy-list .list .txt-wrap .tit{font-weight: 500; font-size: 1.8rem;}
.myPolicy-list .list .itrst-date{ width: 165px; display: flex; align-items: center; gap: 10px; font-size: 1.8rem; font-weight: 500;}
.myPolicy-list .list .itrst-date > .like-img{margin-right: 5px;}
.myPolicy-list .list .itrst-date .date {width: calc(100% - 56px);}
/* 청년LAB 관심 프로그램 */
.myPolicy-list.type2 .list > li{display: flex; flex-direction: column; gap: 20px;}
.myPolicy-list.type2 .label-wrap{width: 100%;}

.myPolicy-list.type2 .label-wrap .field-label{ 
    display: inline-block;
    padding: 0.6rem 1.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 30px;
    border:2px solid transparent;
    background-color: #fff;
}

.myPolicy-list .label-wrap .field-label.program_counsel{border-color:#0073E9; color:#0073E9}
.myPolicy-list .label-wrap .field-label.program_employment{border-color: #00A149;color:#00A149}
.myPolicy-list .label-wrap .field-label.green{border-color: #00A149;color:#00A149}
.myPolicy-list .label-wrap .field-label.program_cultural_art{border-color: #db5e00;color:#db5e00} /*20250212*/
.myPolicy-list .label-wrap .field-label.program_foundation{border-color:#A334E9;color:#A334E9}
.myPolicy-list .label-wrap .field-label.program_self_reliance{border-color:#6D5146;color:#6D5146}
.myPolicy-list .label-wrap .field-label.program_psychology{border-color:#C2255C;color:#C2255C}
.myPolicy-list .label-wrap .field-label.program_capability{border-color:#FA5252;color:#FA5252}

.myPolicy-list.type2 .list .txt-wrap{padding:0; width: 100%;}
.myPolicy-list.type2 .list .itrst-date{width: 100%;}



/* 청년DB 신청내역 */
.list-box{background-color: #F8F9FE; border-radius: 20px; padding:50px; max-width: 970px; margin:0 auto;}
.list-emt-txt{text-align: center;}
.list-emt-txt > p{font-size: 2.2rem; font-weight: 600; margin-bottom: 20px;}
/* 청년DB 상세 */
.myYouthDB-wrap{max-width: 1070px; margin:0 auto;}
.youthDb-agree{padding-top: 30px;}
.youthDb-agree.line{border-top:1px solid #E5E5E5; }
.youthDb-agree .tit{font-size: 2.2rem; font-family: 'Jalnan'; margin-bottom: 20px;}
.youthDb-agree .brd-box{border-radius: 16px; border:1px solid #e5e5e5;padding:0 20px;}
.youthDb-agree .brd-box > li{padding:16px 0;}
.youthDb-agree .brd-box > li:not(:last-child){border-bottom: 1px solid #e5e5e5;}
/* 청년 상담소 */
.rspn-tit{display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px;}
.rspn-tit > .rspn-tag{display: inline-block; padding:10px 30px; border-radius: 30px; font-size: 1.8rem; border:1px solid #e04181; color:#e04181; background-color: #fff; text-align: center;}
.rspn-tit > .rspn-tag.y-rspn{border-color: #695ed0; background-color: #695ed0; color:#fff;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.ml15{margin-left:15px;}

/* 프로그램 신청내역 */
.myPage-content .agree-wrap{margin-top: 50px;}
.myPage-content .agree-field + .agree-field{margin-top: 30px;}
/* 이용약관 */
.provision-txt .tit01{font-family: 'Jalnan'; font-size: 3rem; margin-bottom: 36px; margin-top: 50px;}
.provision-txt .tit02{font-size: 2rem; font-weight: 600; margin-bottom: 20px; margin-top: 30px;}
.provision-txt .list > li{display: flex; gap: 5px;}
.provision-txt .iner{font-size: 1.5rem; padding-left: 16px;}
.provision-txt ul{margin-bottom: 40px;}
.provision-txt ul > li+li{margin-top: 15px;}
.provision-txt .bold{font-weight: 500;}
/* 이메일 무단 수집 거부 */
.indvdlinfo{min-height: 500px; display: flex; align-items: center; justify-content: center;flex-direction: column}
.indvdlinfo .imgs{margin-bottom: 70px;}
.indvdlinfo .txts{text-align: center; word-break: keep-all;}
.indvdlinfo .txts > b{font-weight: 600;}

/*관심정책 설정*/
.set_alarm {position: relative; margin-top: 60px;}
.set_alarm::after {position: absolute; right: 30px; top: -30px; width: 75px; height: 75px; background: url("../images/sub/speaker_ico_green.png"); content: '';}
.set_alarm .set-tit {position: absolute; left: 30px; top: -20px; display: inline-block; padding: 10px 25px; background-color: #3c3c3c; color: #fff; font-weight: 500; border-radius: 30px;}
.set_alarm .set-tit::before {position: absolute; left: 15px; top: -40px; width: 60px; height: 45px; background: url("../images/joayong/yong_half.png"); background-size: contain; content: '';}
.set_alarm .set-check-list {display: flex; flex-wrap: wrap; gap: 10px 25px; padding: 40px 50px 30px; margin-bottom: 12px; background-color: #dff2eb; border-radius: 20px;}
.set_alarm .set-check-list .check-box input[type="checkbox"] ~ label {width: auto;}
.set_alarm .set-check-list .check-box input[type="checkbox"]:checked {background-image: url("../images/sub/agree_check_on_green.png");}
.set_alarm .def-text {margin-left: 15px;}

/* 반응형 */
@media all and (max-width:1280px){
    .user-tit {margin-bottom: 15px; font-size: 3rem;}
    .user-wrap {padding: 50px 0 100px;}
}
@media all and (max-width:1024px){
    /* 관심 청년정책 */
    .myPolicy-list .list > li{flex-wrap: wrap; gap: 20px; justify-content: space-between;}
    .myPolicy-list .list .img-wrap{ width: 100%;}
    .myPolicy-list .list .img-wrap:after,.myPolicy-list .label-wrap:after{display: none;}
    .myPolicy-list .list .txt-wrap{width: 100%; padding:0;}
    .myPolicy-list .list .itrst-date{ width: 100%;}
    .myPolicy-list .list .itrst-date > .like-img > img {width: 30px;}
}
@media all and (max-width:960px){
    /* 마이페이지 - 메인 */
    .myPage-main .service{flex-direction: column;}
    .myPage-main .service .policy_zone{width: 100%;}
    .myPage-main .service .lab_zone{width: 100%;}
}
@media all and (max-width:800px){
    .user-content.yong1::before{ width: 95px; height: 72px; right: 10%; top: -65px;}
    /* 마이페이지 - 메인 */
    .myPage-main .lab > .list{flex-direction: column;}

}
@media all and (max-width:760px){
    
    .myPage-content .tab-con-tit > li{width: calc(100% / 3 - 6.666px);}
    .myPage-content .tab-con-tit > li > a{padding: 0 5px;}
    /* 마이페이지- 메인 */
    .lab_zone > .list{flex-direction: column;}
    .lab_zone > .list > li{min-height: auto; text-align: left;}
    .lab_zone > .list a{padding:30px; display: flex; align-items: center; gap: 20px; }
    .lab_zone > .list a > .img-box{margin-bottom: 0; width: 94px;}
    .lab_zone > .list a > .img-box img{width: 100%;}
    .count.lab{width: 28px; height: 28px;     top: -14px; font-size: 16px;}
    .partic_zone .list{flex-direction: column;}
}

@media all and (max-width:580px){
    .step-wrap li:not(:last-child):after{display: none;}

    .join_inner {padding:20px 0px;}
    .join_form dl dt{width: 100%; height: 40px; line-height: 40px; float: none;}
    .join_form dl dd{width: 100%; float: none;}

    /* 마이페이지 */
    .myPage-content .tab-con-tit {gap: 10px; margin-bottom: 20px;}    
    .myPage-content .tab-con-tit > li.on > a{background-color: #695ED0;}
    .myPage-content .tab-con-tit > li.on > a::after{display: none;}
    /* 마이페이지 - 메인 */
    .myPage-main .profile{padding:30px 20px;}
    .myPage-main .profile .img-area {padding:0; margin-bottom: 60px;}
    .myPage-main .profile .btn-area{padding:0;justify-content: flex-start; flex-wrap: wrap;}

    /* 회원탈퇴 참고 */
    .password-group{flex-direction: column;}

    /*관심정책 설정*/
    .set_alarm {margin-top: 40px;}
    .set_alarm .set-tit {left: 20px;}
    .set_alarm .set-check-list {padding: 35px 20px 20px; gap: 8px 20px;}
    .set_alarm::after {width: 55px; height: 55px; background-size: contain;}
    .set_alarm .def-text {margin-left: 0;}
}

@media all and (max-width:480px){
    /* 공통 */
    .m-btn{height: 45px;}

    .loginFind li{width: calc(100% / 3 - 10px )}
    /* 약관동의 */
    .agreement_content{padding-left:0;}
    /* 회원가입 */
    .join_form .item_style::before{top: 4px;}

    /* 아이디 + 중복확인 */
    .join_form .id-check-wrap{max-width: 480px; margin:40px auto;}
    .join_form .input_id_check {width: calc(100% - 80px);}
    .join_form .id_check_btn{width: 70px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; font-weight: 500; border-radius: 10px; margin-bottom: 10px;}
    
    .email-group{flex-wrap: wrap; justify-content: center}
    .email-group > div{width: 100%;}

    /* 휴대폰번호 */
    .phone-group{display: flex;gap: 10px;align-items: flex-start;flex-direction: column;}
    .phone-group .input_item{width: 100%}
    /* 회원통합 */
    .mmbrId_list .radio-box{height: 28px; width: 80px;}

    /* 마이페이지 */
    br.mob-only{display: block;}
    .myPage-content{padding:30px 20px;}
    .myPage-content .tab-con-tit {gap: 10px;}
    .myPage-content .tab-con-tit > li > a{ font-size: 1.5rem;}
    .myPage-content .tab-con-tit > li.on > a::before{display: none;}
    /* 마이페이지 - 메인 */
    .myPage-main .profile .img-area{width: 100%; gap: 20px; flex-direction: column;align-items: center; margin-bottom: 45px;}
    .myPage-main .profile .profile-imgs{width: 140px; height: 100px;}
    .myPage-main .profile .user-imgs{width: 100%; height: 94%; border-radius: 30px;}
    .myPage-main .profile .profile-imgs::before {left: -8px;}
    .myPage-main .profile .user-info{text-align: center;}
    .myPage-main .profile .btn-area{width: 100%; justify-content: center; flex-direction: column; align-items: center;}
    .myPage-main .profile .btn-area > a{width: 220px; justify-content: center}
    .myPage-main .profile .goods-btn {padding: 0 10px 0 40px;}
    .myPage-main .profile .goods-btn::before {width: 40px; height: 60px; top: -15px;}
    .myPage-main .profile .user-edit-btn {padding: 0 15px;}
    .myPage-main .profile .go-sns-btn {padding: 0 15px;}
    .partic_zone .list > li > a{background-size: 120px auto;}
    /* 회원탈퇴 */
    .cncl-info-box{ padding: 20px 10px}

    /* 관심 청년정책 */
    .myPolicy-list{padding:0;}
}

@media all and (max-width:380px){
    .step-wrap li{height: 50px;}
    .login-box .a-txt span{font-size: 1.5rem;}

}