/* 로그인 */
#login {
    padding: 40px 30px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
}
#login .loginImg {
    width: 40%;
    margin: 10px auto;
}
#login .loginImg img {
    width: 100%;
}
#login .loginArea {}
#login .loginArea form {}
#login .loginArea .loginCheck {}
#login .loginArea .loginCheck li {/* padding: 5px 0; */}
#login .loginArea .loginCheck li input {}
#login .loginArea .loginCheck li button {background-color: #8d81fd;border: none;color: #fff;width: 100%;height: 50px;font-size: 16px;font-weight: 500;border-radius: 5px;margin-top: 10px;}
#login .loginArea .save {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#login .loginArea .save li {
}
#login .loginArea .save li input[type='checkbox'] {}
#login .loginArea .save li input[type='checkbox'] + label {}
#login .loginArea .save li input[type='checkbox'] + label i {}
#login .loginArea .save li input[type='checkbox']:checked + label {}
#login .loginArea .save li input[type='checkbox']:checked + label i {}
#login .loginArea .save li a {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 300;
}

#login .or {
    position: relative;
    text-align: center;
    height: 20px;
}
#login .or .orText {
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-size: 12px;
    color: #a7a7a7;
    padding: 0 8px;
}
#login .or .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    left: 0;
    top: 50%;
}

#login .snsLogin {}
#login .snsLogin a {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
}
#login .snsLogin .naver {
    background-color: #1ec800;
    color: #fff;
}
#login .snsLogin .naver img {
    width: 16px;
    top: 16px;
    left: 18px;
    position: absolute;
}
#login .snsLogin .kakao {
    background-color: #fee500;
    margin-bottom: 10px;
}
#login .snsLogin .kakao img {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 22px;
}

#login .register {
    text-align: center;
}
#login .register a {
    color: #a7a7a7;
    font-size: 12px;
    display: block;
    line-height: 45px;
}
#login .register a strong {
    color: #333333;
    font-size: 13px;
}

/* 정보수정 환경설정 */
#configBtn {
    position: fixed;
    z-index: 999;
    top: 5px;
    right: 5px;
}
#configBtn a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
/* 회원가입 */
#register {
    padding: 50px 20px 75px;
    background-color: #f9f9f9;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
#register .content {
    height: 100%;
    /* overflow-y: scroll; */
    box-sizing: border-box;
}
#register .content .con_box {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}
#register .content .con_box h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}
#register .content .con_box h4 {font-size: 16px;padding-bottom: 10px;padding-top: 20px;}
#register .content .con_box p {}
#register .content .con_box p strong {
}
#register .swiper-wrapper {
    /* padding-bottom: 75px; */
    box-sizing: border-box;
    /* min-height: 100%; */
}
#register .swiper-slide {
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}
#register .swiper-slide:first-child {
    background-color: #f9f9f9;
}
#register .swiper-slide .agreeCheck {
    margin-top: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff;
}
#register .swiper-slide .agreeCheck dt {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
}
#register .swiper-slide .agreeCheck dt input[type="checkbox"] {}
#register .swiper-slide .agreeCheck dt input[type="checkbox"] + label {
    color: #333;
    font-size: 14px;
}
#register .swiper-slide .agreeCheck dt input[type="checkbox"]:checked + label {
    color: #5854c9;
}
#register .swiper-slide .agreeCheck dt input[type="checkbox"] + label i {}
#register .swiper-slide .agreeCheck dt input[type="checkbox"] + label strong {
    font-size: 15px;
    font-weight: 500;
}
#register .swiper-slide .agreeCheck dt .allView {
    position: absolute;
    font-size: 21px;
    color: #999999;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#register .swiper-slide .agreeCheck dt .allView i {}
#register .swiper-slide .agreeCheck dd {
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 100;
    line-height: 18px;
    overflow: auto;
    height: 90px;
    border: 15px solid#fff;
    border-radius: 5px;
}
#register .swiper-slide .agreeCheck dd p {
    text-align: justify;
}
#register .swiper-slide .agreeCheck dd h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
#register .swiper-slide .agreeCheck dd strong {}
#register .swiper-slide .subTitle {
    font-size: 14px;
    color: #656565;
    font-weight: 500;
    margin-top: 20px;
}
#register .swiper-slide .memberType {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#register .swiper-slide .memberType li {
    flex: 0 0 49%;
}
#register .swiper-slide .memberType li input[type='radio'] {
    display: none;
}
#register .swiper-slide .memberType li input[type='radio'] + label {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
}
#register .swiper-slide .memberType li input[type='radio'] + label span {
    font-size: 12px;
}
#register .swiper-slide .memberType li input[type='radio']:checked {}
#register .swiper-slide .memberType li input[type='radio']:checked + label {
    background-color: #8d81fd;
    color: #fff;
}
#register .swiper-slide .minorInfo {
    font-size: 12px;
    color: #acacac;
    line-height: 18px;
    padding-top: 5px;
}
#register .btnArea {
    position: fixed;
    width: calc(100% - 40px);
    margin: 0 20px;
    left: 0;
    bottom: 15px;
    z-index: 10;
}
#register .btnArea button {
    background-color: #474441;
    color: #fff;
    border: none;
    width: 100%;
    height: 45px;
    border-radius: 5px;
}
#register .snsLogin {
    margin-top: 5px;
}
#register .snsLogin a {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    padding-left: 25px;
    background-color: #ddd;
    color: #fff;
}
#register .snsLogin .naver {}
#register .snsLogin .naver.disableLink {
    background-color: #1ec800;
    color: #fff;
}
#register .snsLogin .naver img {
    width: 16px;
    top: 16px;
    left: 18px;
    position: absolute;
}
#register .snsLogin .kakao {}
#register .snsLogin .kakao.disableLink {background-color: #fee500;color: #452d33;}
#register .snsLogin .kakao img {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 22px;
    opacity: 0.3;
}
#register .snsLogin .kakao.disableLink img {opacity: 1}

/* 보호자 동의 */
#registerStep2 {
    padding-top: 40px;
    box-sizing: border-box;
}
#registerStep2 .mainTitle {
    font-size: 20px;
    line-height: 26px;
}
#registerStep2 .minorInfo {}
#registerStep2 .minorInfo span {
    color: #656565;
    font-weight: 500;
}
#registerStep2 .agreeCheck {}
#registerStep2 .agreeCheck dt {}
#registerStep2 .agreeCheck dd {
    height: 35px !important;
    overflow: hidden !important;
}
#registerStep2 .parentPhone {
    padding-top: 15px;
}
#registerStep2 .parentPhone button {
    background-color: #8d81fd;
    border: none;
    color: #fff;
    width: 100%;
    line-height: 45px;
    border-radius: 5px;
    font-size: 15px;
}

/* 가입정보 */
#registerStep3 {
    padding-top: 30px;
    box-sizing: border-box;
}
#registerStep3 .mainTitle {
    font-size: 22px;
    font-weight: 400;
}
#registerStep3 .minorInfo {
    padding-bottom: 10px;
}
#registerStep3 .memberType {
    margin-top: 0 !important;
}
#registerStep3 .memberType label {
    height: 50px !important;
    color: #8d81fd;
    line-height: 46px !important;
}

/* 가입완료 */
#registerStep4 {
    align-items: center;
}
#registerStep4 .successArea {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#registerStep4 .successContents {width: 100%;height: 85%;max-height: 500px;display: flex;flex-direction: column;justify-content: space-between;}
#registerStep4 .successContents li {}
#registerStep4 .successContents .logo {
    text-align: center;
}
#registerStep4 .successContents .logo img {
    width: 26%;
}
#registerStep4 .successContents .info {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}
#registerStep4 .successContents .banner {
    position: relative;
    border-radius: 10px;
    color: #fff;
    height: 75px;
    padding-left: 35%;
    padding-top: 15px;
    box-sizing: border-box;
    line-height: 20px;
    font-weight: 400;
}
#registerStep4 .successContents .banner img {
    width: 55px;
    position: absolute;
    top: 10px;
    left: 10%;
}
#registerStep4 .successContents .banner1 {
    background-color: #8d81fd;
}
#registerStep4 .successContents .banner2 {
    background-color: #ffd000;
    color: #4540c5;
}
#registerStep4 .successContents .banner3 {
    background-color: #5854c9;
}
#firstChild {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 60px 15px 30px;
    box-sizing: border-box;
}
#firstChild .firstArea {
    height: calc(100% - 45px);
}
#firstChild .firstArea .firstContents {
    width: 100%;
    height: 95%;
    max-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#firstChild .firstArea .firstContents li {}
#firstChild .firstArea .firstContents .logo {
    text-align: center;
}
#firstChild .firstArea .firstContents .logo img {
    width: 26%;
}
#firstChild .firstArea .firstContents .info {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}
#firstChild .firstArea .firstContents .banner {
    position: relative;
    border-radius: 10px;
    color: #fff;
    height: 75px;
    padding-left: 24%;
    padding-top: 15px;
    box-sizing: border-box;
    line-height: 20px;
    font-weight: 400;
}
#firstChild .firstArea .firstContents .banner i {
    width: 55px;
    position: absolute;
    top: 23px;
    left: 10%;
    font-size: 30px;
}
#firstChild .firstArea .firstContents .banner1 {
    background-color: #5854c9;
}
#firstChild .firstArea .firstContents .banner1 i {}
#firstChild .firstArea .firstContents .banner2 {
    background-color: #ffd000;
    color: #4540c5;
}
#firstChild .firstArea .firstContents .banner2 i {}
#firstChild .firstArea .firstContents .banner3 {
    background-color: #8d81fd;
}
#firstChild .firstArea .firstContents .banner3 i {}
#firstChild .firstArea .firstContents .banner4 {
    background-color: #eb7060;
}
#firstChild .firstArea .firstContents .banner4 i {}
#firstChild .confirm {
    background-color: #474441;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 45px;
    width: 100%;
}

/* 환경설정 */
#config {
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}
#config .content {height: 100%;overflow: hidden;overflow-y: scroll}
#config .configWrap {
}
#config .configWrap .mainTitle {
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    padding-left: 20px;
}
#config .configWrap .mainTitle span {}
#config .configWrap .inputGroup {
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
#config .configWrap .inputGroup .inputArea {
    line-height: 36px;
}
#config .configWrap .userId {
    color: #5854c9;
    font-weight: 500;
}
#config .configWrap .logout {
    font-size: 14px;
    display: inline-block;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 14px;
    height: 36px;
    box-sizing: border-box;
    width: auto;
}
#config .configWrap .text {
    font-size: 14px;
    display: block;
    text-align: right;
    color: #666;
}
#config .configWrap .secession {
    font-size: 14px;
}
#config .configWrap .subTitle {}
#config .configWrap .toggle {
    font-size: 42px;
    display: block;
    text-align: right;
}
#config .configWrap .toggle .la-toggle-off {
    color: #999;
}
#config .configWrap .toggle .la-toggle-on {
    color: #5854c9;
}
#config .configWrap .info {
    font-size: 14px;
    color: #666;
    padding: 5px;
    line-height: 18px;
    width: 75%;
}

/* 아이디 비번 검색 */
#idPassSearch {
    padding-top: 50px;
}
#idPassSearch .content {
    padding: 0 30px;
}
#idPassSearch section {
    padding-top: 30px;
    padding-bottom: 20px;
}
#idPassSearch section .mainTitle {
    font-size: 22px;
    font-weight: 400;
}
#idPassSearch section .minorInfo {
    font-size: 12px;
    color: #acacac;
    line-height: 18px;
    padding-top: 5px;
}
#idPassSearch section .inputGroup {}
#idPassSearch section .inputGroup button {}

/* 자녀목록 */
#childList {
    padding-top: 50px;
}
#childList .content {
    padding: 0 20px 20px;
}
#childList .child {
    background-color: #f2f1f6;
    border-radius: 10px;
    margin-top: 20px;
}
#childList .child .infoArea {
    padding: 15px 10px 20px;
}
#childList .child .infoArea .childInfo {
    display: flex;
    align-items: center;
}
#childList .child .infoArea .childInfo .photo {
    width: 70px;
    height: 70px;
    position: relative;
}
#childList .child .infoArea .childInfo .photo .icon {
    position: absolute;
    color: #8d81fd;
    font-size: 20px;
    top: -4px;
    left: 0px;
}
#childList .child .infoArea .childInfo .photo a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
#childList .child .infoArea .childInfo .photo a img {
    width: 100%;
}
#childList .child .infoArea .childInfo .info {
    padding-left: 15px;
    width: calc(100% - 70px);
}
#childList .child .infoArea .childInfo .info .name {
    font-size: 20px;
}
#childList .child .infoArea .childInfo .info .name .grade {
    color: #5854c9;
}
#childList .child .infoArea .childInfo .info .name .app {
    background-color: #f4634f;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    border-radius: 3px;
    padding: 2px 5px 3px 2px;
vertical-align: bottom;}
#childList .child .infoArea .childInfo .info .name .app i {
    font-size: 18px;
    vertical-align: text-bottom;
}
#childList .child .infoArea .childInfo .info .bmi {
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
}
#childList .child .infoArea .childInfo .info .bmi .line {font-size: 8px;color: #bfbfbf;display: inline-block;height: 15px;vertical-align: middle;}
#childList .child .infoArea .childInfo .info .bmi .class {
    color: #656565;
    font-size: 12px;
}
#childList .child .infoArea .childInfo .info .bmi .edit {
    width: 40px;
    background-color: #8d81fd;
    color: #fff;
    border: none;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
    float: right;
    text-align: center;
}
#childList .child .infoArea .weekTalk {
    background-color: #5854c9;
    color: #fff;
    padding: 10px 60px 10px 40px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    border-radius: 10px;
    margin-top: 13px;
    text-align: justify;
    min-height: 30px;
}
#childList .child .infoArea .weekTalk:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 33px;
    margin-left: -4px;
    border-style: solid;
    border-width: 0 6px 10px;
    border-color: #5854c9 transparent;
}
#childList .child .infoArea .weekTalk a {
    color: #fff;
    display: block;
}
#childList .child .infoArea .weekTalk .icon {
    font-size: 24px;
    position: absolute;
    top: 20px;
    left: 10px;
    transform: translateY(-50%);
}
#childList .child .infoArea .weekTalk .talk {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #f4634f;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding-top: 4px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
#childList .child .menuArea {
    display: flex;
    background-color: #fff;
    border: 1px solid #f2f1f6;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
#childList .child .menuArea li {
    width: 33.333%;
    border-right: 1px solid #f2f1f6;
}
#childList .child .menuArea li:last-child {
    border: none;
}
#childList .child .menuArea li a {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#childList .child .menuArea li a i {
    font-size: 22px;
    color: #5854c9;
    vertical-align: middle;
}

/* 자녀 메인 */
#child {
    padding-top: 50px;
    padding-bottom: 80px;
}
#child .content {
    padding: 0 20px;
}
#child .infoArea {
    position: relative;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
#child .infoArea .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8d81fd;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    left: 50%;
    top: 89px;
    transform: translateX(30px);
}
#child .infoArea .photo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 60px;
    background-color: #f5f5f5;
    transform: translateX(-50%);
}
#child .infoArea .photo img {
    width: 100%;
}
#child .infoArea .bmi {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding-top: 130px;
}
#child .infoArea .bmi .line {
    font-size: 8px;
    color: #bfbfbf;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
}
#child .infoArea .bmiClass {
    font-size: 12px;
    color: #656565;
    font-weight: 400;
}
#child .talkArea {}
#child .talkArea .talkInfo {
    font-size: 14px;
    font-weight: 400;
}
#child .talkArea .talkInfo i {
    font-size: 20px;
    color: #5854c9;
    vertical-align: middle;
}
#child .talkArea .weekTalk {
    background-color: #5854c9;
    color: #fff;
    padding: 14px 15px 16px 40px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-radius: 10px;
    margin-top: 10px;
    text-align: justify;
}
#child .talkArea .weekTalk:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 13px;
    margin-left: -4px;
    border-style: solid;
    border-width: 0 6px 10px;
    border-color: #5854c9 transparent;
}
#child .talkArea .weekTalk a {
    color: #fff;
    display: block;
}
#child .talkArea .weekTalk .icon {
    font-size: 24px;
    position: absolute;
    top: 25px;
    left: 10px;
    transform: translateY(-50%);
}
#child .talkArea .weekTalk .talk {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #f4634f;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding-top: 4px;
    box-sizing: border-box;
    transform: translateY(-50%);
    display: none;
}
#child .btnArea {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
#child .btnArea a {
    width: 48%;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 1px 3px #fff2;
    text-align: center;
    line-height: 39px;
    font-weight: 400;
}
#child .btnArea .talkBtn {
    background-color: #f3624f;
}
#child .btnArea .topicBtn {
    /* background-color: #8d81fd; */
    background-color: #ffd000;
    color: #4540c5;
}

#child .topicArea {margin-top: 30px;}
#child .topicArea .topicInfo {
    font-size: 14px;
    font-weight: 400;
}
#child .topicArea .topicInfo i {
    font-size: 20px;
    color: #5854c9;
    vertical-align: middle;
}
#child .topicArea .topic {
    background-color: #f2f1f6;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
}
#child .topicArea .topic .curriculum {
    background-color: #5854c9;
    position: absolute;
    width: 50px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 10px 10px 10px 0px;
}
#child .topicArea .topic .unit {
    font-size: 12px;
    color: #474441;
    font-weight: 500;
}
#child .topicArea .topic .subject {
    font-size: 16px;
    color: #050505;
    font-weight: 500;
}
#child .topicArea .topic .subject .youtube {
    font-size: 30px;
    color: #5854c9;
    vertical-align: middle;
}

/* 자녀추가 */
#childAdd {
    padding: 50px 0 85px;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}
#childAdd .content {padding: 20px;}
#childAdd .way {}
#childAdd .addInfo {}
#childAdd .addInfo .title {
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5854c9;
}
#childAdd .addInfo .title span {
    font-size: 14px;
    padding-left: 5px;
}
#childAdd .addInfo .info {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 30px;
}
#childAdd section {
    margin-bottom: 30px;
}
#childAdd section .mainTitle {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}
#childAdd section .mainInfo {
    font-size: 13px;
    color: #9e9fa1;
    padding-bottom: 10px;
}
#childAdd section .mainInfo strong {
    color: #5854c9;
    font-size: 14px;
    font-weight: 500;
}
#childAdd section .result {
    padding-top: 10px;
}
#childAdd #directAdd label .sex {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #efefef;
    border-radius: 20px;
    overflow: hidden;
    vertical-align: middle;
}
#childAdd #directAdd label .sex img {
    width: 100%;
}
#childAdd #searchResult {
    padding-top: 25px;
}
#childAdd #searchResult .mainInfo {
    line-height: 18px;
    text-align: justify;
}
#childAdd #searchResult .resultList {}
#childAdd #searchResult .resultList .check {}
#childAdd #searchResult .resultList .check input[type='radio'] {
    display: none;
}
#childAdd #searchResult .resultList .check input[type='radio'] + label {
    display: flex;
    padding: 5px;
}
#childAdd #searchResult .resultList .check input[type='radio'] + label > i {
    font-size: 20px;
    margin-right: 5px;
}
#childAdd #searchResult .resultList .check input[type='radio'] + label > .subject {
    font-size: 16px;
    color: #656565;
}
#childAdd #searchResult .resultList .check input[type='radio']:checked + label {}
#childAdd #searchResult .resultList .check input[type='radio']:checked + label > i {
    color: #5854c9;
}
#childAdd #searchResult .resultList .check input[type='radio']:checked + label > .subject {
    color: #5854c9;
    font-weight: 500;
}
#childAdd .btnArea {
    position: fixed;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
}
#childAdd .btnArea button {
    background-color: #474441;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 45px;
    width: 100%;
}

/* PUSH 알림 */
#pushWrap {
    padding: 50px 0 0;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}
#pushWrap .content {
}
#pushWrap .title {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 15px 0;
    background-color: #f2f1f6;
}
#pushWrap .pushList {
    border-top: 1px solid #f5f5f5;
}
#pushWrap .pushList li {
    background-color: #fff;
    padding: 5px 20px;
    border-bottom: 1px solid #eee;
    color: #999;
}
#pushWrap .pushList li.new {
    color: #333;
}
#pushWrap .pushList li .subject {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0 12px;
}
#pushWrap .pushList li .subject p {
    font-weight: 200;
    flex: 0 0 calc(100% - 70px);
    line-height: 18px;
}
#pushWrap .pushList li.new .subject p {
    font-weight: 400;
}
#pushWrap .pushList li .subject .delete {
    background-color: #f3624f;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    flex: 0 0 30px;
    box-shadow: 0 1px 3px #0002;
}
#pushWrap .pushList li .subject .delete i {
    font-size: 18px;
}
#pushWrap .pushList li .pushData {
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #f5f5f5;
    padding: 15px 0px;
    color: #656565;
    text-align: justify;
    display: none;
}
#pushWrap .pushList li .pushData .btnArea {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    color: #f3624f;
}
#pushWrap .pushList li .pushData .btnArea button,
#pushWrap .pushList li .pushData .btnArea .ok {
    display: inline-block;
    border: 1px solid #e9e4fc;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #5854c9;
    color: #fff;
    box-shadow: 0 1px 3px #0002;
}
#pushWrap .pushList li .pushData .btnArea .accept {}
#pushWrap .pushList li .pushData .btnArea .reject {
    background-color: #f3624f;
}

/* 공통으로 옮길것 */
.inputGroup {margin-top: 10px;}
.inputGroup .inputArea {
    position: relative;
}
.inputGroup .inputArea .placeholder {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 15px;
    transition: 0.5s;
    color: #cdcdcd;
}
.inputGroup .inputArea .inputTxt {
    height: 50px;
    font-size: 15px;
    box-sizing: border-box;
    padding-top: 13px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans KR';
    background-color: transparent;
}
.inputGroup .inputArea .inputTxt:focus {}
.inputGroup .inputArea .inputTxt.onTxt + .placeholder,
.inputGroup .inputArea .inputTxt:focus + .placeholder {font-size: 10px;top: 8px;color: #5854c9;}
.inputGroup .inputArea button {
    border: 1px solid #eaeaea;
    background-color: #8d81fd;
    width: 100%;
    height: 50px;
    line-height: 46px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
}
.inputGroup .inputArea button.send {}
.inputGroup .inputArea input[type='radio'] {
    display: none;
}
.inputGroup .inputArea input[type='radio'] + label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
    color: #8d81fd;
}
.inputGroup .inputArea input[type='radio'] + label span {
    font-size: 12px;
}
.inputGroup .inputArea input[type='radio']:checked {}
.inputGroup .inputArea input[type='radio']:checked + label {
    background-color: #8d81fd;
    color: #fff;
}
