* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul, ol, dl, li {
    list-style: none;
}

body {
    background-color: #f7f7f7;
}

i, cite, address {
    font-style: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    text-align: center;
    word-break: keep-all;
}


em {
    font-weight: 700;
    font-style: normal;
    color: #00529B;
}

.align-left {
    text-align: left !important;
}

.tit-area, .fnc-area {
    margin-bottom: 1.6rem;
    align-items: center;
}

section.snsLoginBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 0.5rem 0.05rem rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
section.snsLoginBox > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.snsLoginBox > div > img{
    width: 120px;
    margin: 0 auto -20px;
}

section.snsLoginBox h1 {
    text-align: center;
    font-size:18px;
}
section.snsLoginBox .snsBtnWrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

section.snsLoginBox .snsBtnWrap > div {
    display: flex;
    justify-content: center;
}

section.snsLoginBox .sns_login {
    display: flex;
    width: 260px;
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 48px;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
    background: #f2f2f2;
}

section.snsLoginBox .sns_login > img {
    width: 32px;
    height: 32px;
}

section.snsLoginBox .sns_login.kakao img {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-right: 4px;
}

section.snsLoginBox .sns_login.google img {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-right: 4px;
}

/*section.snsLoginBox .sns_login.google {*/
/*    background: #FFF;*/
/*    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);*/
/*}*/

/*section.snsLoginBox .sns_login.naver {*/
/*    background: #03C75A;*/
/*    color:#fff;*/
/*}*/

/*section.snsLoginBox .sns_login.kakao {*/
/*    border-radius: 5px;*/
/*    background: #FEE500;*/
/*}*/

section.snsLoginBox .notice {
    display: flex;
    align-content: center;
    gap: 4px;
    line-height:1.4;
}


/* cbe scss 참조 */

:root {
    --wrap-gap: 4rem;
    --fs-xxlg: 3.6rem;
    --fs-xlg: 2.4rem;
    --fs-lg2: 2rem;
    --fs-lg: 1.6rem;
    --fs: 1.4rem;
    --fs-sm: 1.2rem;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: var(--fs);
    font-weight: 400;
    color: #5A585E;
    letter-spacing: -0.04em;
    line-height: 1.25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
}


.wrap {
    max-width: 133.4rem;
    margin: 0 auto;
    padding-left: var(--wrap-gap);
    padding-right: var(--wrap-gap);
    width: 100%;
}

.member {
    padding-top:120px;
    padding-bottom: 120px;
}

.page-tit-area {
    margin-bottom: 4rem;
}

.title-xlg {
    font-size: var(--fs-xxlg);
    font-weight: 700;
    color: #333333;
    margin-bottom: 4rem;
}

.font-size-sm {
    font-size: var(--fs-sm) !important;
}

.bg-box {
    background-color: #fff;
    border-radius: 1.6rem;
    margin-bottom: 4rem;
    padding: 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section {
    margin-bottom: 8rem;
}

.tit-area{
    margin-bottom: 1.6rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

fieldset legend {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
}

.agendar-view-area .agendar-tit-area .l-area, .fnc-extend-area .extend-default-area .l-area, .fnc-extend-area .extend-filter-area .l-area, .fnc-extend-area .extend-fnc-area .l-area, .mn-box-fnc .l-area, .box-info-area .info .l-area, div.CONTAINER header.INTEGRATION .wrap .l-area, .view-area .view-header .l-area, .info-block-list .info-fnc-area .l-area, .page-tit-area .l-area, .page-fnc-area .l-area, .tit-area .l-area, .fnc-area .l-area, .flex-area .l-area, .btn-flex-cont .l-area, .agendar-view-area .agendar-tit-area .r-area, .fnc-extend-area .extend-default-area .r-area, .fnc-extend-area .extend-filter-area .r-area, .fnc-extend-area .extend-fnc-area .r-area, .mn-box-fnc .r-area, .box-info-area .info .r-area, div.CONTAINER header.INTEGRATION .wrap .r-area, .view-area .view-header .r-area, .info-block-list .info-fnc-area .r-area, .page-tit-area .r-area, .page-fnc-area .r-area, .tit-area .r-area, .fnc-area .r-area, .flex-area .r-area, .btn-flex-cont .r-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem 0.8rem;
}

.title::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    border-radius: 2em;
    background-color: #00529B;
}

.title {
    position: relative;
    font-size: var(--fs-lg2);
    font-weight: 500;
    color: #333333;
    padding-left: 1.8rem;
    margin-bottom: 1.6rem;
}

.info-type table {
    border-top: 2px solid #1A1A1A;
}

table caption {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
}

.info-type th {
    color: #727077;
    background: #F8F8FB;
}

.info-type td {
    color: #727077;
    background: #fff;
}

.margin-top-sm {
    margin-top: 8px;
}

.info-type th, .info-type td {
    padding: 0.8rem;
    height: 4.8rem;
    border: 1px solid #DDDAE3;
    border-top: none;
    word-wrap: break-word;
    word-break: break-all;
}

.info-type thead th {
    text-align: center;
}

.bullet > li, .bullet-tit > li, .bullet-dash > li, .bullet-none > li, .bullet-hangul > li {
    position: relative;
    padding-left: 1.6rem;
}

.bullet > li:before, .bullet-tit > li:before {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #1A1A1A;
}

.bullet > li:before, .bullet-tit > li:before, .bullet-dash > li:before, .bullet-none > li:before, .bullet-hangul > li:before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0;

}
.bg-box, .mn-before-top .before-search, .bg-border-box, .border-box, .border-box-list > li {
    margin-bottom: 4rem;
    padding: 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.border-box, .border-box-list > li {
    border: 0.1rem solid #DDDAE3;
    border-radius: 1.6rem;
}

.margin-top-md {
    margin-top: 16px;
}
.margin-bottom-sm {
    margin-bottom: 8px;
}

.checkradio {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2.4rem;
}

input[type=checkbox], input[type=radio], label.checkbox input, label.chip input, label.radio input {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
}

.checkradio label {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
input[type=checkbox] + label, input[type=radio] + label, label.toggle, label.checkbox, label[class*=switch], label.radio {
    vertical-align: middle;
    margin-right: 1.6rem;
}
input[type=checkbox] + label, input[type=radio] + label, label.toggle, label.checkbox, label.chip, label.radio {
    font-size: var(--fs);
    font-weight: 400;
    color: #5A585E;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input[type=checkbox] + label, input[type=radio] + label, label[class*=switch] input + span, label.checkbox input + span, label.radio input + span {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
}

input[type=checkbox] + label:last-child, input[type=radio] + label:last-child, label.toggle:last-child, label.checkbox:last-child, label[class*=switch]:last-child, label.radio:last-child {
    margin-right: auto;
}
input[type=checkbox] + label::before, input[type=checkbox] + label::after, input[type=radio] + label::before, input[type=radio] + label::after, label.checkbox input + span::before, label.checkbox input + span::after, label.radio input + span::before, label.radio input + span::after {
    content: "";
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input[type=checkbox] + label::before, input[type=radio] + label::before, label.checkbox input + span::before, label.radio input + span::before {
    border: 0.2rem solid #C1BFC8;
    background-color: #ffffff;
}

input[type=radio] + label::before, input[type=radio] + label::after, label.radio input + span::before, label.radio input + span::after {
    border-radius: 50%;
}

input[type=checkbox]:checked + label::before, input[type=radio]:checked + label::before, label.checkbox input:checked + span::before, label.radio input:checked + span::before {
    border-color: #004380;
    background-color: #004380;
}

input[type=checkbox] + label::after, input[type=radio] + label::after, label.checkbox input + span::after, label.radio input + span::after {
    position: absolute;
    left: 0;
}

input[type=radio] + label::after, label.radio input + span::after {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.6rem;
    background-color: #DDDAE3;
}
input[type=radio]:checked + label::after, label.radio input:checked + span::after {
    background-color: #ffffff;
}

[class*=ico-]:not(.btn, .chip, .input) {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
}

[class*=ico-]:not(.btn, .chip, .input).ico-info {
    background-image: url("/template/parents/images/ico_notice.svg");
}

.btn-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #5A585E;
}

button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.btn {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0.8rem 1.6rem;
    min-width: 12rem;
    height: 4.8rem;
    text-decoration: none;
    color: #333333;
    border-radius: 0.8rem;
    border-width: 0.1rem;
    border-style: solid;
    line-height: 1;
    border-color: #C1BFC8;
    background-color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    gap: 0.8rem;
}

.btn.large, .btn.lg {
    height: 6.4rem;
    min-width: 16rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
}

.btn.solid, .btn.spot {
    color: #ffffff;
    background-color: #00529B;
    border-width: 0;
    font-weight: 700;
}

.btn.large, .btn.lg {
    height: 6.4rem;
    min-width: 16rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
}

.btn.small, .btn.sm {
    height: 3.6rem;
    min-width: 8rem;
    padding: 0.4rem 1.6rem;
    border-radius: 1.8rem;
    font-size: 1.3rem;
}

.btn.primary, .btn.spot2 {
    color: #ffffff;
    background-color: #00529B;
    border-width: 0;
    font-weight: 500;
}

.btn:hover {
    border-color: #918F97;
}
.btn.danger, .btn.spot3 {
    background-color: #EFEEF3;
    border-width: 0;
    font-weight: 500;
}

.btn.danger:hover, .btn.spot3:hover {
    color: #ffffff;
    background-color: #E33E37;
}

.btn[class*=ico-].ico-delete.danger:hover::before, .btn[class*=ico-].ico-delete.spot3:hover::before {
    background-image: url("/template/parents/images/ico_delete_w.svg");
}

.btn.circle, .btn.hideTxt, .btn.icon-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 4.8rem;
    min-width: auto !important;
    padding: 1.4rem;
    border-radius: 50%;
    gap: 2rem;
    overflow: hidden;
}

.btn[class*=ico-]::before {
    content: "";
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn[class*=ico-].ico-plus.primary::before, .btn[class*=ico-].ico-plus.solid::before, .btn[class*=ico-].ico-plus.spot::before, .btn[class*=ico-].ico-plus.spot2::before {
    background-image: url("/template/parents/images/ico_plus_w.svg");
}

.btn[class*=ico-].ico-img.primary::before, .btn[class*=ico-].ico-img.solid::before, .btn[class*=ico-].ico-img.spot::before, .btn[class*=ico-].ico-img.spot2::before {
    background-image: url("/template/parents/images/ico_img_w.svg");
}

.btn[class*=ico-].ico-delete.danger::before, .btn[class*=ico-].ico-delete.spot3::before {
    background-image: url("/template/parents/images/ico_delete.svg");
}


.preview-area {
    position: relative;
    width: 16rem;
    height: 9rem;
    overflow: hidden;
    background-color: #F8F8FB;
    border: 0.1rem solid #DDDAE3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.8rem;
    margin: 0;
}

.profile-edit-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 4rem;
}

.profile-edit-area > * {
    margin: 0;
}

.profile-edit-area figure {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.preview-area img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.file-custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: 0 0.4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    min-width: 0;
}

.file-custom input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
    text-indent: -99999px;
    max-width: 100%;
    min-width: 0;
    cursor: pointer;
    z-index: 2;
}

.title-lg {
    margin-bottom: 2.4rem;
    font-size: var(--fs-xlg);
    font-weight: 700;
    color: #333333;
}

.page-tit-area .l-area > *, .page-tit-area .r-area > *, .page-fnc-area .l-area > *, .page-fnc-area .r-area > *, .tit-area .l-area > *, .tit-area .r-area > *, .fnc-area .l-area > *, .fnc-area .r-area > *, .flex-area .l-area > *, .flex-area .r-area > * {
    margin-bottom: 0;
}

.dir-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}


.agendar-view-area .agendar-tit-area .dir-col, .fnc-extend-area .extend-default-area .dir-col, .fnc-extend-area .extend-filter-area .dir-col, .fnc-extend-area .extend-fnc-area .dir-col, .mn-box-fnc .dir-col, .box-info-area .info .dir-col, div.CONTAINER header.INTEGRATION .wrap .dir-col, .view-area .view-header .dir-col, .info-block-list .info-fnc-area .dir-col, .page-tit-area .dir-col, .page-fnc-area .dir-col, .tit-area .dir-col, .fnc-area .dir-col, .flex-area .dir-col, .btn-flex-cont .dir-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agendar-view-area .agendar-tit-area .r-area, .fnc-extend-area .extend-default-area .r-area, .fnc-extend-area .extend-filter-area .r-area, .fnc-extend-area .extend-fnc-area .r-area, .mn-box-fnc .r-area, .box-info-area .info .r-area, div.CONTAINER header.INTEGRATION .wrap .r-area, .view-area .view-header .r-area, .info-block-list .info-fnc-area .r-area, .page-tit-area .r-area, .page-fnc-area .r-area, .tit-area .r-area, .fnc-area .r-area, .flex-area .r-area, .btn-flex-cont .r-area {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.agendar-view-area .agendar-tit-area .l-area:only-child, .fnc-extend-area .extend-default-area .l-area:only-child, .fnc-extend-area .extend-filter-area .l-area:only-child, .fnc-extend-area .extend-fnc-area .l-area:only-child, .mn-box-fnc .l-area:only-child, .box-info-area .info .l-area:only-child, div.CONTAINER header.INTEGRATION .wrap .l-area:only-child, .view-area .view-header .l-area:only-child, .info-block-list .info-fnc-area .l-area:only-child, .page-tit-area .l-area:only-child, .page-fnc-area .l-area:only-child, .tit-area .l-area:only-child, .fnc-area .l-area:only-child, .flex-area .l-area:only-child, .btn-flex-cont .l-area:only-child, .agendar-view-area .agendar-tit-area .r-area:only-child, .fnc-extend-area .extend-default-area .r-area:only-child, .fnc-extend-area .extend-filter-area .r-area:only-child, .fnc-extend-area .extend-fnc-area .r-area:only-child, .mn-box-fnc .r-area:only-child, .box-info-area .info .r-area:only-child, div.CONTAINER header.INTEGRATION .wrap .r-area:only-child, .view-area .view-header .r-area:only-child, .info-block-list .info-fnc-area .r-area:only-child, .page-tit-area .r-area:only-child, .page-fnc-area .r-area:only-child, .tit-area .r-area:only-child, .fnc-area .r-area:only-child, .flex-area .r-area:only-child, .btn-flex-cont .r-area:only-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

i.required {
    
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    vertical-align: top;
}

i.required::after, :has(> label.required) > label:not(:has(span))::after, :has(> label.required) > div span:first-child::after, :has(> label.required) > label span:first-child:after, :has(> label.input-form-block > input:required) > label:not(:has(span))::after, :has(> label.input-form-block > input:required) > div span:first-child::after, :has(> label.input-form-block > input:required) > label span:first-child:after, :has(> label.input-form-block > .input-block > input:required) > label:not(:has(span))::after, :has(> label.input-form-block > .input-block > input:required) > div span:first-child::after, :has(> label.input-form-block > .input-block > input:required) > label span:first-child:after, :has(> input:required) > label:not(:has(span))::after, :has(> input:required) > div span:first-child::after, :has(> input:required) > label span:first-child:after {
    content: "*";
    
    display: -ms-inline-flexbox;
    display: inline-flex
;
    margin-left: 0.4rem;
    color: #F65C70;
    font-size: var(--fs);
}

.write-type table {
    border-top: 0.1rem solid #EFEEF3;
}

.write-type th, .write-type td {
    text-align: left;
    height: 7.2rem;
    padding: 0.8rem;
}

.write-type th {
    vertical-align: top;
    padding-top: 3rem;
    background-color: #F8F8FB;
}

.write-type td {
    background-color: #fff;
}

.list-type th, .list-type td, .write-type th, .write-type td {
    border-bottom: 1px solid #EFEEF3;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox  */
input[type='number'] {
    -moz-appearance: textfield;
}

input[type=text], input[type=search], input[type=password], input[type=number], input[type=email], input[type=tel], input[type=time], input[type=date], input[type=datetime-local], input[type=month], input[type=week], textarea {
    padding: 0.8rem 2.4rem;
    color: #333333;
    border: 0.1rem solid #C1BFC8;
    border-radius: 0.8rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input[type=text], input[type=search], input[type=password], input[type=number], input[type=email], input[type=email], input[type=tel], input[type=time], input[type=date], input[type=datetime-local], input[type=month], input[type=week] {
    height: 4.8rem;
    min-width: 0;
}

input[type=text]:read-only, input[type=search]:read-only, input[type=password]:read-only, input[type=number]:read-only, input[type=email]:read-only, input[type=tel]:read-only, input[type=time]:read-only, input[type=date]:read-only, input[type=datetime-local]:read-only, input[type=month]:read-only, input[type=week]:read-only, textarea:read-only {
    border-color: #EFEEF3;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, textarea:focus {
    outline: 0;
    border-color: #00529B;
    -webkit-box-shadow: inset 0 0 0 0.1rem #00529B;
    box-shadow: inset 0 0 0 0.1rem #00529B;
}

.percent-width10 {
    min-width: 0 !important;
    width: 100% !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    color: #333333;
    height: 4.8rem;
    padding: 0.8rem 4.8rem 0.8rem 2.4rem;
    border: 0.1rem solid #C1BFC8;
    border-radius: 0.8rem;
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right 1.6rem center;
    background-image: url("/template/parents/images/ico_select.svg");
}

.linked-sns label img {
    width: 24px;
    height: 24px;
}

.linked-sns .sns-naver img {
    margin-bottom: 2px;
}

.linked-sns .linked-true img {
    -webkit-filter: grayscale(100%) opacity(0.2);
    filter: grayscale(100%) opacity(0.2);
}

.write-type td > * {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.input-phone-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
}

.input-phone-area .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
}

.input-phone-area .phone select, .input-phone-area .phone input {
    width: 10rem;
}

.label {
    
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.4rem;
    padding: 0 0.8rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #F8F8FB;
    vertical-align: middle;
    gap: 0.4rem;
    border-radius: 0.4rem;
}

.label.lg {
    height: 3.2rem;
    font-size: 1.4rem;
    padding: 0 1.6rem;
}

.label.yellow {
    background-color: #FFF9E1;
    color: #F36523;
}

.label.blue {
    background-color: #E3F2FF;
    color: #00529B;
}

.label.green {
    background-color: #EEF8E8;
    color: #5FB52D;
}

.write-type td > :last-child {
    margin-right: 0;
}

.linked-sns .sns-naver {
    height: 4rem;
    padding-right: 2.4rem;
    background-color: #70c562;
    color: #ffffff;
}

.linked-sns .sns-kakao {
    height: 4rem;
    padding-right: 2.8rem;
    background-color: #fee500;
    color: #615113;
}

.linked-sns .sns-google {
    height: 4rem;
    padding-right: 2.4rem;
    background-color: #2487ea;
    color: #ffffff;
}

.linked-sns .linked-true {
    background-color: #EFEEF3;
    color: #C1BFC8;
}

.dim, .popup-alert-area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.popup, .popup-modal, .popup-modal-area .popup-modal, .popup-alert {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #DDDAE3;
    max-width: calc(100% - var(--wrap-gap) * 2);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(26, 26, 26, 0.2);
    box-shadow: 0.5rem 0.5rem 1rem rgba(26, 26, 26, 0.2);
    border-radius: 1.6rem;
    padding: 3.2rem 4rem;
    overflow-y: hidden;
}

.popup, .popup-modal, .popup-modal-area .popup-modal {
    display: none;
    gap: 1.6rem;
    width: 440px;
    max-height: calc(100vh - var(--wrap-gap) * 2);
    z-index: 100;
}

.popup .pop-header, .popup-modal .pop-header, .popup-alert .pop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}

.popup .pop-header, .popup-modal .pop-header {
    padding-right: 6.4rem;
}

.popup .pop-header h1, .popup-modal .pop-header h1, .popup-alert .pop-header h1 {
    display: block;
    font-size: var(--fs-lg2);
    font-weight: 500;
    color: #333333;
}

.popup .pop-body, .popup-modal .pop-body, .popup-alert .pop-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
    padding: 0 4rem;
}

.popup .pop-footer, .popup-modal .pop-footer {
    padding-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.pop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.4rem;
    height: 6.4rem;
    overflow: hidden;
    text-indent: -9999px;
}

.pop-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/template/parents/images/ico_close.svg");
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-block-area {
    margin-bottom: 2.4rem;
    display: grid;
    gap: 0.8rem;
    padding: 1.6rem;
    border: 0.4rem solid #EFEEF3;
    border-radius: 1.6rem;
    background-color: #F8F8FB;
}

.search-block-area .search {
    display: grid;
    gap: 0.4rem;
}

.search-block-area .search input {
    width: 100%;
    min-width: 0;
}

select:disabled {
    color: #918F97;
    background-color: #F8F8FB;
    border-color: #EFEEF3;
    background-image: url("/template/parents/images/ico_select.svg");
}

.agendar-view-area .agendar-tit-area, .fnc-extend-area .extend-default-area, .fnc-extend-area .extend-filter-area, .fnc-extend-area .extend-fnc-area, .mn-box-fnc, .box-info-area .info, div.CONTAINER header.INTEGRATION .wrap, .view-area .view-header, .info-block-list .info-fnc-area, .page-tit-area, .page-fnc-area, .tit-area, .fnc-area, .flex-area, .btn-flex-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.8rem;
}

.btn-flex-cont > button, .btn-flex-cont > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0 !important;
}

.btn:disabled, .btn.disabled {
    cursor: default;
    background-color: #F8F8FB;
    border-color: #EFEEF3;
    opacity: 1;
    pointer-events: none;
}

.btn.solid:disabled, .btn.spot:disabled {
    background-color: #918F97;
}

.checkradio-custom-block-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.checkradio-custom-block-area .checkradio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    min-height: 48px;
    padding: 16px;
    gap: 4px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.8rem;
}

.checkradio-custom-block-area.check-img .checkradio {
    padding-left: 4.8rem;
}

.checkradio-custom-block-area .checkradio input[type=checkbox] ~ label, .checkradio-custom-block-area .checkradio input[type=radio] ~ label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    border: 1px solid #EFEEF3;
    border-radius: 0.8rem;
    text-indent: -99999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #918F97;
}

.checkradio-custom-block-area .checkradio input[type=checkbox] ~ label, .checkradio-custom-block-area .checkradio input[type=radio] ~ label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    border: 1px solid #EFEEF3;
    border-radius: 0.8rem;
    text-indent: -99999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #918F97;
}

.checkradio-custom-block-area.check-img .checkradio input[type=checkbox] ~ label::before, .checkradio-custom-block-area.check-img .checkradio input[type=checkbox] ~ label::after, .checkradio-custom-block-area.check-img .checkradio input[type=radio] ~ label::before, .checkradio-custom-block-area.check-img .checkradio input[type=radio] ~ label::after {
    display: block;
    left: 1.6rem;
    position: absolute;
    border: 0.2rem solid #C1BFC8;
    background-color: #ffffff;
    border-radius: 50%;
}

.checkradio-custom-block-area .checkradio input[type=checkbox]:checked ~ label, .checkradio-custom-block-area .checkradio input[type=radio]:checked ~ label {
    color: #1A1A1A;
    border-color: #00529B;
    border-width: 2px;
    margin: 0;
}

.checkradio-custom-block-area.check-img .checkradio input[type=radio]:checked ~ label::before {
    border-color: #004380;
    background-color: #004380;
}

.checkradio-custom-block-area.check-img .checkradio input[type=radio]:checked ~ label::after {
    background-color: #ffffff;
    border-color: #fff;
}

.checkradio-custom-block-area .txt-area {
    font-size: 14px;
    color: #918F97;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkradio-custom-block-area .checkradio input[type=checkbox]:checked ~ .txt-area, .checkradio-custom-block-area .checkradio input[type=radio]:checked ~ .txt-area {
    color: #1A1A1A;
}

.box-info-area .info .l-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem 0.8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-info-area .info .l-area:only-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box-info-area .info cite {
    font-size: var(--fs-lg2);
    font-weight: 500;
    color: #333333;
}

.box-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

.box-info-list > li {
    display: grid;
    gap: 1.6rem;
    border: 1px solid #DDDAE3;
    border-radius: 1.6rem;
    padding: 2.4rem;
}

.box-info-list > li.is-disabled {
    background-color: #fff;
    border-color: #EFEEF3;
}

.box-info-area .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-info-area .info cite {
    font-size: var(--fs-lg2);
    font-weight: 500;
    color: #333333;
}
.font-color-gray {
    color: #918F97 !important;
}

.par_main_bg_top {
    position: relative;
    background: url("../images/main_bg.png"), linear-gradient(315deg, #ACD5FE 1.87%, #D1D9DA 11.88%, #FFDFAE 31%, #B4BFBF 51.94%, #448FDA 84.71%, #0C66BF 96.54%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    
}

.par_main_bg_top .top_area .logo {
    display: block;
    width: 170px;
    height: 48px;
    overflow: hidden;
}
.par_main_bg_top .top_area .logo h1::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../images/tok_logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.par_main_bg_top .top_area {
    padding:12px 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.par_main_bg_top .top_area .r_area {display: flex; align-items: flex-start; gap: 4px;}
.par_main_bg_top .top_area .user_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.par_main_bg_top .top_area .user_info > li {
    position: relative;
}

.main_search_area {margin:0 auto; display: flex; align-items: center; gap: 4px; border-radius: 999px; background: #fff; max-width: 400px; padding:0px 16px;}
.main_search_area select, .main_search_area input {border:none;}
.main_search_area .search_box {display: flex; align-items: center; gap: 4px; width: 100%;}

.main_favorite_area {max-width: 1240px; margin:40px auto 0;}
.main_favorite_list {margin-top: 20px; display: flex; align-items: center; gap: 16px; font-weight: 700; line-height: 150%;}
.main_favorite_list a {width: 140px; height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; font-size:15px; color:#191919; border-radius: 12px; border:1px solid #FFF; background: rgba(255,255,255, 0.4); backdrop-filter: blur(6px); text-align: center;}

.par_main_bg_top .main_btn {
    display: flex;
    align-content: center;
    justify-content: center;
    padding:8px;
    background: #fff;
    border-radius: 6px;
    gap: 4px;
}

.bookmark_box_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.bookmark_box {
    padding: 24px;
    border-radius: 24px;
    width: 62.3rem;
}

.bookmark_box .tit-area {
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.bookmark_box .tit-area h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.bookmark_box .tit-area h2::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../images/ico_bookers.svg");
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.bookmark_info .tit-area p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.bookmark_info .box + .box {
    margin-top: 12px;
}

.bookmark_info .box > span {
    display: block;
    font-size: 17px;
    color: #505151;
    font-weight: 700;
    margin-bottom: 8px;
}

.bookmark_info .box .fnc-area {
    margin-bottom: 0;
}
.bookmark_info .box .fnc-area strong {
    font-size: 32px;
    color: #000;
}
.bookmark_info .box .fnc-area .ico_copy {
    width: 40px;
    height: 40px;
    background-image: url("../images/ico_copy.svg");
    background-repeat: no-repeat;
    font-size: 0;
}

.box {
    padding: 24px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.25);
}
.box.white {
    background-color: rgba(255, 255, 255, 0.75);
}

.btn.ico_right::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/ico_right.svg");
    background-repeat: no-repeat;
}

/*btn*/
.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 48px;
    padding: 0 16px;
    border-radius: 24px;
    font-size: 17px;
    font-weight: 700;
    color: #191919;
}

/*link_full*/
.link_full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -99999px;
    opacity: 0.2;
    z-index: 1;
}

/*profile area*/
.profile_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.profile_area .img_area {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    background-image: url("../images/ico_profile.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.profile_area .img_area span {
    font-size: 0;
}
.profile_area figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_area .txt_area p {
    font-size: 19px;
    font-weight: 700;
    color: #191919;
}

.logout_bnt {
    min-width: auto;
}

/*glass 효과*/
.glass_effect {
    background: rgba(0, 0, 0, 0.04);
    box-shadow:
            0 1px 3px rgba(255, 255, 255, 0.2),
            inset 1px 1px 2px rgba(255, 255, 255, 0.8),
            inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    border: none
}

/*child_wrap*/
.child_wrap {
    max-width: 1200px;
    margin: 40px auto;
    padding:0 20px;
}

/*main_child_select_area*/
.main_child_select_area {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.main_child_select_area select {
    height:3.2rem;
}

.main_child_select_area > div > label {
    margin-right: 8px;
}

/*child_box_wrap*/
.child_box_wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(10rem, 1fr));
    gap: 1.2rem;
}

.child_box_wrap > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1.2rem;
    height: 30rem;
    border-radius: 1rem;
}

.child_box_wrap > div h3 + * {
    flex:1;
    width: 100%;
    overflow-y: auto;
    background:#fff;
    border-radius: 8px;
    padding:12px;
}

.child_box_wrap > div h3 + p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.child_box_wrap > div h3 + * p {
    font-size:13px;
}

.child_box_wrap .letter_list {
    border-top:1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.child_box_wrap .letter_list li {
    min-height: 25%;
}
.child_box_wrap .letter_list li a {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding:0.5em 0.3em;
}

.child_box_wrap .letter_list li a:hover > p {
    color: #217dab;
}

.child_box_wrap .letter_list li a > span {
    font-size:1.2rem;
    color:#999;
    font-weight: 200;
}

.child_box_wrap .letter_list li + li {
    border-top:1px solid #eaedf1;
}

.child_box_wrap > div h3 + *.meal_swiper {
    background: #fff url("../images/mealServiceBg.png") no-repeat bottom right;
}

.child_box_wrap > div h3 + * .swiper-button-next {
    color:#212d40;
    width: 1.5rem;
    height: 1.5rem;
    top:2.5rem;
    margin-top:0;
    right: 1.7rem;
}

.child_box_wrap .swiper-button-prev:after, .child_box_wrap .swiper-button-next:after {
    font-size:1.5rem;
}

.child_box_wrap > div h3 + * .swiper-button-prev {
    color:#212d40;
    width: 1.5rem;
    height: 1.5rem;
    top:2.5rem;
    margin-top:0;
    left: 1.7rem;
}

.child_box_wrap .meal_swiper .meal_title {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    height: 4rem;
    background: #f6f6f8;
    border-radius: 0.6rem;
}

.child_box_wrap .meal_swiper .meal_menu {
    height: calc(100% - 4rem);
    padding: 1rem;
    line-height: 1.95;
    overflow-y: auto;
}

.child_box_wrap div.guideMk {
    background: #fff;
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 0.1rem solid #d6dbe4;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: middle;
    cursor: pointer;
}
.child_box_wrap div.guideMk:before {
    content: "?";
    vertical-align: text-bottom;
}
.child_box_wrap div.guideMk:hover + .guide {
    opacity: 1;
}
.child_box_wrap div.guideMk span {
    position: absolute;
    white-space: nowrap;
    padding-left: 1.3rem;
}

.child_box_wrap div.guide {
    position: absolute;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    background: #f5f7f9;
    max-width: 100%;
    width: 32rem;
    padding: 1.2rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 0.5rem 0.05rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0.5rem 0.05rem rgba(0, 0, 0, 0.05);
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 200;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.child_box_wrap div.guide div.widgetEx {
    text-align: center;
    margin: 1.2rem 0;
}
.child_box_wrap div.guide div.widgetEx div {
    display: inline-block;
    margin: 0 1rem;
}
.child_box_wrap div.guide div.widgetEx div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border: 0.1rem solid #d6dbe4;
    border-radius: 0.4rem;
}
.child_box_wrap div.guide div.widgetEx div:nth-of-type(2) span {
    width: 12rem;
}

.child_box_wrap .toktok_swiper .toktok_date  {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    height: 4rem;
    border-radius: 0.6rem;
}

.child_box_wrap .toktok_swiper .toktok_content  {
    background: #f6f6f8;
    border-radius: 0.6rem;
    height: calc(100% - 4rem);
    padding: 1rem;
    line-height: 1.95;
    overflow-y: auto;
}

.txt_none {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


@media (max-width: 1023px) {

    .write-type table th, .write-type table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        border: none;
        line-height: 1.33;
        text-align: left;
        min-width: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        padding: 0;
    }
    .write-type table th, .write-type table td {
        background-color: transparent;
    }

    .write-type table td > :not(.block, .datepicker-box), .write-type table td > * {
        margin: 0;
    }

    .write-type table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.6rem;
        padding: 1.6rem 0.8rem;
        border-bottom: 1px solid #DDDAE3;
    }

    .profile_area {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile_area .r-area {
        width: 100%;
        justify-content: flex-end !important;
    }

    .profile_area .main_child_select_area {
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    .child_box_wrap {
        grid-template-columns: repeat(1, minmax(10rem, 1fr));
    }

}


@media (max-width: 767px) {
    :root {
        --wrap-gap: 1.6rem;
        --fs-xxlg: 2.4rem;
    }

    .member {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .fnc-area > .r-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    ;
        overflow-x: auto;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .info-type th, .info-type td {
        padding: 0.4rem;
    }

    .info-type {
        font-size: var(--fs-sm);
    }

    section.snsLoginBox {
        max-width: calc(100% - 40px);
    }
    .par_main_bg_top .top_area {
        padding: 12px 16px;
    }
    
    .par_main_bg_top .top_area .logo {
        width: 143px;
        height: 40px;
    }
    
    .bookmark_box .tit-area h2 {
        font-size: 28px;
    }
    .bookmark_box .tit-area h2::before {
        width: 32px;
        height: 32px;
        background-size: 32px;
        background-position: center;
    }
    
    .bookmark_box_wrap {
        padding: 40px 16px;
    }
    .bookmark_box {
        width: 100%;
    }
    .bookmark_box .tit-area .r-area .btn {
        width: 40px;
        min-width: 0;
        height: 40px;
        font-size: 0;
        border-radius: 50%;
        padding: 0;
        gap: 0;
    }
    .profile_area .img_area {
        width: 40px;
        height: 40px;
    }
    .profile_area .txt_area {
        display: none;
    }
    .logout_bnt {
        height: 40px;
    }
    .bookmark_info .box .fnc-area strong {
        font-size: 24px;
        display: block;
        word-break: break-all;
    }
    .bookmark_info .box .fnc-area .ico_copy {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    .bookmark_info .tit-area p {
        font-size: 20px;
    }
    
}

@media (max-width: 480px) {
    .input-phone-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-type th, .info-type td {
        font-size: 11px;
    }

    .margin-top-sm {
        font-size: 11px;
    }

    .bullet > li, .bullet-tit > li, .bullet-dash > li, .bullet-none > li, .bullet-hangul > li {
        padding-left: 0.6rem;
    }
    
    .bookmark_info > .box {
        position: relative;
        border-radius: 16px;
    }
    
    .bookmark_info .box .fnc-area .ico_copy {
        position: absolute;
        top: 24px;
        right: 24px;
    }
    .bookmark_box {
        padding: 16px;
    }
    .bookmark_box .tit-area {
        margin-bottom: 16px;
    }
    
    .bookmark_box .tit-area h2 {
        font-size: 24px;
    }
    .bookmark_box .tit-area h2::before {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    
    .box {
        padding: 16px;
        border-radius: 16px;
    }

}
