.content_setting{
	padding-top: 0px;
}
/*.settingmain_whole{
    width: 100%;
    height: auto;
}*/
.setting_main_nav{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.setting_main_nav .display_flex{
    width: calc(100% + 32px);
    height: auto;
    padding: 16px 16px 15px 16px;
    margin: 0 -16px;
}
.setting_main_nav .display_flex img{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    background-size: contain;
}
.setting_main_nav .display_flex img.on{
    transform: rotate(90deg);
}
.setting_toggle_flex,
.setting_toggle_flex *{
    cursor: pointer;
}
.setting_main_toggle{
    width: calc(100% + 32px);
    height: auto;
    padding: 0 26px;
    margin: 0 -16px;
    background-color: var(--bgBlue);
    display: none;
}
.setting_main_toggle p{
    width: calc(100% + 32px);
    height: auto;
    padding: 11px 0 10px 0;
}
.setting_main_nav a p{
    width: calc(100% + 32px);
    height: auto;
    padding: 16px 16px 15px 16px;
    margin: 0 -16px;
}
span.settingmain_line{
    display: block;
    width: calc(100% + 32px);
    height: 10px;
    background: var(--bgBlue);
    margin: 0 -16px;
}
.setting_main_nav a .setting_toggle_flex p{
    padding: 0 0 0 16px!important;
}


/*비밀번호 변경*/
.settingpwchange_section2{
    display: none;
}
.settingpwchange_btn1{
    margin-top: calc(100vh - 346px);
}
.settingpwchange_btn2{
    margin-top: calc(100vh - 431px);
}
span.settingchange_line{
    display: block;
    width: calc(100% + 32px);
    height: 10px;
    background: var(--bgBlue);
    margin: 15px -16px;
}

/*간편로그인 연동되어 있을경우*/
.simple_login_out{
    margin-top: calc(100vh - 241px);
}
.simple_btn_sns{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.simple_btn_sns img{
    position: absolute;
    display: block;
    width: 42px;
    height: auto;
    background-size: contain;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.simple_btn_kakao{
    color: #1f2933;
    background-color: #ffe812;
}
.simple_btn_naver{
    color: #ffffff;
    background-color: #03c75a;
}

.simple_btn_apple{
	color: #ffffff;
    background-color: #000000;
}

/*간편로그인 연동 해제 팝업*/
#simple_out .pop_box{
    padding: 25px 16px 20px 16px;
}
#simple_out .pop_box p.like_title{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 25.5px;
    letter-spacing: -0.9px;
    text-align: center;
    color: var(--defaultText);
}
#simple_out .pop_box p.like_title span{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 25.5px;
    letter-spacing: -0.9px;
    text-align: center;
    color: var(--mainBlue);
}
#simple_out .pop_btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#simple_out button.btn_no{
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid var(--mainBlue);
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    color: var(--mainBlue);
    margin-right: 10px;
    border-radius: 30px;
}
#simple_out button.btn_ok{
    width: 100%;
    height: 56px;
    background-color: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}
/*연동 직후 페이지*/
.simple_login2_confirm{
    margin-top: calc(100vh - 212px);
}
/*연동 해제 페이지*/
.simple_login3_confirm{
    margin-top: calc(100vh - 188px);
}

/*회원 탈퇴*/
.setting_out_label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.setting_out_label *{
    cursor: pointer;
}
input[class="setting_out_chk"] + span{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/checkbox.svg') no-repeat;
    background-size: contain;
    margin-right: 5px;
}
input[class="setting_out_chk"]:checked + span{
    background: url('../images/checkbox_on.svg') no-repeat;
}
.dark input[class="setting_out_chk"] + span{
    background: url('../images/checkbox-dk.svg') no-repeat;
}
.dark input[class="setting_out_chk"]:checked + span{
    background: url('../images/checkbox_on-dk.svg') no-repeat;
}
.setting_out_btn{
    margin-top: calc(100vh - 448px);
}
/*회원탈퇴2*/
.settingout2_whole{
    width: 100%;
    height: auto;
}
.settingout2_whole p{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.settingout2_whole img{
    display: block;
    width: 115px;
    height: auto;
    background-size: contain;
    margin: 100px auto 40px auto;
}
.setting_out2_btn{
    margin-top: calc(100vh - 538px);
}
/*회원탈퇴3*/
.settingout3_whole p{
    line-height: 24px;
}
.setting_out3_btn{
    margin-top: calc(100vh - 328px);
}

/*유료서비스 취소*/
.settingmonthout_box{
    padding: 15px;
    border-radius: 10px;
}
.settingmonthout_row{
    margin: 0 auto 10px auto;
}
.settingmonthout_box .settingmonthout_row:last-child{
    margin-bottom: 0;
}
.settingmonthout_row p:first-child{
    min-width: max-content;
}
.settingmonthout_row p:last-child{
    text-align: end;
    margin-left: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.settingmonthout_chk{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.settingmonthout_chk *{
    cursor: pointer;
}
input[class="settingmonthout_chk"] + span{
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/checkbox.svg') no-repeat;
    background-size: contain;
    margin-right: 5px;
}
input[class="settingmonthout_chk"]:checked + span{
    background: url('../images/checkbox_on.svg') no-repeat;
}
.dark input[class="settingmonthout_chk"] + span{
    background: url('../images/checkbox-dk.svg') no-repeat;
}
.dark input[class="settingmonthout_chk"]:checked + span{
    background: url('../images/checkbox_on-dk.svg') no-repeat;
}
.settingmonthout_bottom_whole{
    width: 100%;
    height: auto;
    margin-top: calc(100vh - 583px);
}
p.settingmonthout_bottom_title img{
    display: block;
    min-width: 20px;
    width: 20px;
    height: auto;
    background-size: contain;
    margin: 0 5px 0 0;
}
p.settingmonthout_bottom_txt{
    max-width: 280px;
}
.settingmonthout_bottom_whole{
    width: 100%;
    height: auto;
    margin-top: calc(100vh - 583px);
}
#month_out .month_pop_whole{
    padding: 10px;
    border-radius: 10px;
    background-color: var(--bgBlue);
}
.month_pop_row{
    margin: 0 auto 10px auto;
}
.month_pop_whole .month_pop_row:last-child{
    margin-bottom: 0;
}

/*서비스 이용내역*/
.settingservice_row_whole{
    width: 100%;
    height: auto;
}
.settingservice_row{
    margin: 16px auto 0 auto;
    padding: 15px 15px 14px 15px;
    background-color: var(--card);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(31, 41, 51, 0.16);
}
.settingservice_row_whole .settingservice_row:first-child{
    margin-top: 15px;
}
.settingservice_row.settingservice_use{
    border: 1px solid var(--mainBlue);
}
span.service_status{
    min-width: max-content;
    width: max-content;
    height: auto;
    padding: 4px 7px 1px 7px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    color: var(--white);
}
span.service_status.service_use{
    background-color: var(--mainBlue);
}
span.service_status.service_end{
    background-color: var(--textGrey);
}
.settingnotice_row_whole{
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid var(--borderGrey);
    padding-bottom: 15px;
}
.settingnotice_whole .settingnotice_row_whole:first-child h2{
    margin-top: 5px;
}
.settingnotice_whole .settingnotice_row_whole:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.settingservice_flex{
    width: 100%;
    height: auto;
}

/*알림*/
.settingnotice_row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}
button.settingnotice_btn{
    position: relative;
    display: block;
    min-width: 43px;
    width: 43px;
    height: 24px;
    border-radius: 12px;
    background-color: var(--borderGrey);
}
button.settingnotice_btn span{
    position: absolute;
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    top: 2px;
    left: 2px;
}
button.settingnotice_btn.on{
    background-color: var(--mainBlue);
}
button.settingnotice_btn.on span{
    left: auto;
    right: 2px;
}

/*앱 테마*/
.settingtheme_whole label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.settingtheme_whole label *{
    cursor: pointer;
}
input[class="theme_radio"] + span{
    position: relative;
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    margin-right: 5px;
    background-color: transparent;
}
input[class="theme_radio"] + span > span{
    position: absolute;
    display: block;
    min-width: 12px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: var(--borderGrey);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[class="theme_radio"]:checked + span{
    border: 1px solid var(--mainBlue);
}
input[class="theme_radio"]:checked + span > span{
    background-color: var(--mainBlue);
}
p.theme_txt{
    position: relative;
}
p.theme_txt span{
    position: absolute;
    display: block;
    min-width: 8px;
    width: 8px;
    min-height: 24px;
    height: 24px;
    border-radius: 0 18px 18px 0;
    background-color: #f0f4ff;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
}
.dark p.theme_txt span{
    display: none;
}
.theme_btn{
    margin-top: calc(100vh - 317px);
}

/*접속기기관리*/
.settingdevice_txt_box{
    padding: 11px 0 10px 0;
    border-radius: 10px;
    background-color: var(--bgBlue);
}
.settingdevice_row_whole{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.settingdevice_row{
    width: 100%;
    min-height: 70px;
    height: auto;
    padding: 15px 15px 14px 15px;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    margin: 15px auto 0 auto;
}
.settingdevice_row div p:first-child span{
    min-width: max-content;
    width: max-content;
    height: auto;
    padding: 4px 7px 1px 7px;
    border-radius: 20px;
    background-color: var(--mainBlue);
    color: var(--white);
    margin-left: 5px;
    font-size: 12px;
    line-height: 15px;
}
button.settingdevice_remove_btn{
    display: block;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background-color: #f0f4ff;
}
#device_out .pop_btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#device_out button.device_btn{
    width: 100%;
    height: 56px;
    border-radius: 30px;
}
#device_out button.device_btn.device_btn_no{
    background-color: #fff;
    color: var(--mainBlue);
    border: 1px solid var(--mainBlue);
    margin-right: 10px;
}
#device_out button.device_btn.device_btn_ok{
    background-color: var(--mainBlue);
    color: #fff;
}

/*공지사항*/
/*리스트*/
.settingnoticelist_whole{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.settingnoticelist_row_whole{
    width: 100%;
    height: auto;
    margin: 0px auto 0 auto;
}
.settingnoticelist_row{
    padding: 15px 0;
    border-bottom: 1px solid var(--borderGrey);
}
.settingnoticelist_row p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.settingnoticelist_whole .pagination{
    margin-top: 15px;
}
/*디테일*/
.settingnoticedetail_whole h2,
.settingnoticedetail_whole p{
    word-break: break-all;
    line-height: 24px;
}

/*faq*/
.settingfaq_whole{
    width: 100%;
    height: auto;
}
.settingfaq_list_row_whole{
    border-bottom: 1px solid var(--borderGrey);
}
.settingfaq_list_row{
    padding: 15px 0;
    cursor: pointer;
}
.settingfaq_list_whole .settingfaq_list_row_whole:first-child{
    margin-top: 15px;
}
.settingfaq_list_row *{
    cursor: pointer;
}
.settingfaq_list_row p{
    word-break: break-all;
}
.settingfaq_list_row_whole img{
    display: block;
    width: auto;
    height: 5px;
    background-size: contain;
    margin-left: 20px;
}
.settingfaq_list_row_whole img.toggle_on{
    transform: rotate(180deg);
}
.settingfaq_list_answer{
    padding: 15px;
    background-color: var(--bgBlue);
    border-radius: 10px;
    margin: 1px auto 10px auto;
    display: none;
}
.settingfaq_list_answer p{
    word-break: break-all;
}
/*1:1문의리스트*/
.settingquest1_list_whole{
    width: 100%;
    height: auto;
}
.settingquest1_list{
    padding: 18px 15px;
    background-color: var(--bgBlue);
    border-radius: 10px;
    margin-bottom: 15px;
}
.settingquest1_list .display_flex{
    width: 100%;
    height: auto;
}
.settingquest1_list .display_flex img{
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.settingquest1_list img.arrow_icon{
    display: block;
    min-width: 17.7px;
    width: 17.7px;
    height: auto;
    background-size: contain;
}
/*1:1문의리스트*/
.settingquest2_row_whole{
    width: 100%;
    height: auto;
}
.settingquest2_row{
    padding: 15px 0;
    border-bottom: 1px solid var(--borderGrey);
}
.settingquest2_row p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.settingquest2_whole .pagination{
    margin-top: 15px;
}
/*문의 작성*/
.settingquest3_whole{
    width: 100%;
    height: auto;
}
.settingquest3_quest_whole{
    width: 100%;
    height: auto;
}
.settingquest3_quest_whole select{
    width: 100%;
    height: 46px;
    border: 1px solid var(--borderGrey);
    border-radius: 10px;
    padding: 0 16px;
    background:url('../images/selectbox_arrow.svg') no-repeat calc(100% - 16px) 50%/24px auto;
    color: var(--defaultText);
    margin-bottom: 20px;
}
.settingquest3_quest_whole input{
    height: 46px;
    margin: 5px auto;
}
.settingquest3_quest_whole textarea{
    display: block;
    margin: 10px auto;
    height: 260px;
}
.settingquest3_quest_whole button{
    margin-top: calc(100vh - 654px);
    margin-top: calc(100vh - 689px);
}


@media (max-width: 359px) {
    .settingmonthout_bottom_txt{
        max-width: none;
    }
}

@media (max-width: 305px) {
    .setting_out3_btn{
        margin-top: calc(100vh - 359px);
    }
}
@media (min-width: 367px) {
    .setting_out_btn{
        margin-top: calc(100vh - 429px);
    }
}
@media (min-width: 461px) {
    .setting_out_btn{
        margin-top: calc(100vh - 410px);
    }
}
@media (min-width: 471px) {
    .setting_out3_btn{
        margin-top: calc(100vh - 304px);
    }
}
@media (max-width: 366px) and (max-height: 466px) {
    .setting_out_btn{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 367px) and (max-width: 460px) and (max-height: 450px) {
    .setting_out_btn{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (min-width: 461px) and (max-height: 430px) {
    .setting_out_btn{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 209px) {
    .simple_login3_confirm{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 231px) {
    .simple_login2_confirm{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 262px) {
    .simple_login_out{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 336px) {
    .theme_btn{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 380px) {
    .settingpwchange_btn1{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 451px) {
    .settingpwchange_btn2{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 305px) and (max-height: 377px) {
    .setting_out3_btn{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (min-width: 471px) and (max-height: 323px) {
    .setting_out3_btn{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 602px) {
    .settingmonthout_bottom_whole{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-height: 708px) {
    .settingquest3_quest_whole button{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
/* 디바이스 해제 수정 */
#deviceOutPopBtn{
	padding-top:30px;
}

.footer{
	max-width: 480px;
	width: 90%;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 30px;
	height: 50px;
    border-radius: 100px;
}
