@charset "utf-8";
#ft { display: none !important; }
.btn_box_wrap.fixed { position: fixed; }

/*! ===== asset ===== !*/
.hide { display: none !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.blue { color: #2A81EB !important; }
.red { color: #E64C2E !important; }
.flex { display: flex; justify-content: space-between; }

/* icon */
.icon { display: inline-block; width: 24px; height: 24px; text-indent: -9999px; overflow: hidden; }
.icon_error { display: inline-block; width: 80px; height: 80px; background: url(../image/icon/icon_error.svg) no-repeat center center; background-size: contain; }
.icon_confirm { display: inline-block; width: 80px; height: 80px; background: url(../image/icon/icon_confirm.svg) no-repeat center center; background-size: contain; }
.icon_guide { background: url(../image/icon/icon_guide.svg) no-repeat center center; background-size: contain; }
.icon_picture { background: url(../image/icon/icon_picture.svg) no-repeat center center; background-size: contain; }
.icon_camera { background: url(../image/icon/icon_camera.svg) no-repeat center center; background-size: contain; }
.icon_tooltip { background: url(../image/icon/icon_tooltip.svg) no-repeat center center; background-size: contain; cursor: pointer; }
.icon_clipboard { background: url(../image/icon/icon_clipboard.svg) no-repeat center center; background-size: contain; }
.icon_board_chk { background: url(../image/icon/icon_board_check.svg) no-repeat center center; background-size: contain; }
.icon_cash { background: url(../image/icon/icon_cash.svg) no-repeat center center; background-size: contain; }
.icon_sad { background: url(../image/icon/icon_sad.svg) no-repeat center center; background-size: contain; }
.icon_clock { background: url(../image/icon/icon_clock.svg) no-repeat center center; background-size: contain; }
.icon_bookmark { background: url(../image/icon/icon_bookmark.svg) no-repeat center center; background-size: contain; }
.icon_document { background: url(../image/icon/icon_document.svg) no-repeat center center; background-size: contain; }
.icon_alert { background: url(../image/icon/icon_alert.svg) no-repeat center center; background-size: contain; }

/* btn */
.btn_box_wrap { position: absolute; bottom: 0; width: 100%; max-width: 480px; min-width: 360px; display: flex; justify-content: space-between; padding: 34px 20px 20px; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); z-index: 100; }
.btn_box_wrap .btn { display: block; height: 56px; font-size: 17px; font-weight: 500; line-height: 56px; text-align: center; border-radius: 8px; }
.btn_box_wrap .btn_cancle { display: block; width: 100px; color: #242424; background: #E0E2E5; margin-right: 8px; }
.btn_box_wrap .btn_submit { display: block; flex: 1; color: #ffffff; background: #121C72; } 
.btn_box_wrap .disabled{ color: #B5BCC3; background: #E6EAF1; pointer-events: none; }
.fix_btn_pd { padding-bottom: 110px; }

.cont_btn_box { display: flex; align-items: center; }
.cont_btn_box + .cont_btn_box { margin-top: 12px; }
.cont_btn_box input[type=file],
.cont_btn_box input[type=checkbox] { display: none; }
.cont_btn_box .btn { display: inline-block; width: 100%; font-size: 16px; font-weight: 400; color: #242424; line-height: 46px; text-align: center; border: 1px solid #777777; border-radius: 8px; cursor: pointer; }
.cont_btn_box .btn:nth-of-type(2) { margin-left: 10px; }
.cont_btn_box .btn_upload .icon { vertical-align: -6px; }
.cont_btn_box .btn_check { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.cont_btn_box .btn_check .chk_box { display: inline-block; width: 24px; height: 24px; text-indent: -9999px; background: #ffffff; border: 1px solid #727272; border-radius: 4px; overflow: hidden; margin: -2px 0 0 8px; transition: border 0.1s ease-in-out; }
.cont_btn_box input[type=checkbox]:checked + .btn_check .chk_box { background: url(../image/icon/icon_checked.svg) no-repeat center center #0AA622; background-size: 24px; border: 1px solid #0AA622; }

/* checkbox */
.all_chk_box { display: inline-block; width: 24px; height: 24px; margin-right: 8px; }
.all_chk_box input[type=checkbox] { display: none; }
.all_chk_box input[type=checkbox] + label { display: inline-block; width: 24px; height: 24px; text-indent: -9999px; background: #ffffff; border: 1px solid #727272; border-radius: 50%; overflow: hidden; cursor: pointer; transition: border 0.1s ease-in-out; }
.all_chk_box input[type=checkbox] + label:hover { border: 1px solid #242424; }
.all_chk_box input[type=checkbox]:checked + label { background: url(../image/icon/icon_checked.svg) no-repeat center center #0AA622; background-size: 24px; border: 1px solid #0AA622; }

/* select_box */
.select_box { position: relative; }
.select_box::after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%) rotate(180deg); width: 20px; height: 20px; background: url(../image/icon/icon_tg_arrow.svg) no-repeat center center; content: ''; display: block; }
.select_box select { position: relative; width: 100%; font-size: 16px; font-weight: 500; color: #242424; line-height: 18px; padding: 15px 40px 15px 15px; background: #ffffff; border: 1px solid #DDD; border-radius: 4px; cursor: pointer; }
/* ? focus */
.select_box.focus select { border: 1px solid #777; }
.select_box.focus::after { transform: translateY(-50%) rotate(0deg); }
.select_box.disabled select { background: #fafafa; }

/* input_box */
.input_wrap > .input_box_lb { margin-bottom: 8px; }
.input_wrap > .input_box_lb:last-of-type { margin-bottom: 0; }
.input_box { position: relative; width: 100%; }
.input_box input { display: block; width: 100%; height: 50px; font-size: 16px; font-weight: 500; color: #242424; line-height: 18px; padding: 15px; background: #ffffff; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; outline: none; box-sizing: border-box; }
.input_box.type_calendar input { background: url(../image/icon/icon_calendar.svg) no-repeat calc(100% - 15px) center, #ffffff; }
.input_box_lb { position: relative; display: flex; width: 100%; background: #ffffff; border: 1px solid #ddd; border-radius: 4px; overflow: hidden;  }
.input_box_lb label { position: absolute; left: 12px; top: 12px; display: inline-block; font-size: 12px; color: #6E7072; }
.input_box_lb input { display: block; width: 100%; height: 65px; font-size: 16px; font-weight: 500; color: #242424; line-height: 18px; padding: 23px 12px 4px 12px; outline: none; box-sizing: border-box; }
.input_box input::placeholder,
.input_box_lb input::placeholder { color: #8E9094; }
.input_box_lb select { display: block; width: 100%; height: 65px; font-size: 16px; font-weight: 500; color: #242424; line-height: 18px; padding: 23px 12px 4px 12px; border: none; box-sizing: border-box; background: url(../image/icon/icon_select.svg) no-repeat right 32px; }
.input_box_lb.type_birth .birth01 { width: 100px; background: #ffffff !important; }
.input_box_lb.type_birth .birth02 { flex: 1; background: #ffffff !important; }
.input_box_lb.type_birth .birth03 { width: 45%; background: #ffffff !important; }
.input_box_lb.type_birth span { display: block; font-size: 15px; font-weight: 500; color: #777; }
.input_box_lb.type_birth .ds { width: 6px; padding: 34px 0 4px; }
.input_box_lb.type_birth .ds2 { width: calc(100% - 136px); letter-spacing: 5px; padding: 36px 0 4px; }
.input_box_lb.type_phone .phone01 { width: 106px; }
.input_box_lb.type_phone .phone02 { flex: 1; }
/*? focus */
.input_box.focus input,
.input_box_lb.focus { border: 1px solid #777; }
/*? disabled */
.input_box_lb input:disabled,
.input_box_lb input:read-only { background: #FAFAFA; }
.input_box_lb.type_select input { background: url(../image/icon/icon_select.svg) no-repeat calc(100% - 10px) 32px, #ffffff; cursor: pointer; }

/* textarea_box */
.textarea_box { position: relative; width: 100%; padding: 15px; background: #ffffff; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; margin-top: 8px; }
.textarea_box textarea { display: block; width: 100%; height: 150px; font-size: 16px; font-weight: 500; color: #242424; line-height: 18px; padding: 0; resize: none; outline: none; box-sizing: border-box; }
.textarea_box textarea::placeholder { color: #8E9094; }
.textarea_box.focus { border: 1px solid #777; }
.textarea_box textarea:disabled { background: #fafafa; }
.textarea_length { font-size: 12px; font-weight: 400; color: #888888; margin-top: 8px; }
.textarea_length em { color: #242424; }

/*? error */
.error_msg { width: 100%; height: 0; font-size: 12px; font-weight: 400; color: #E64C2E; margin-top: 0; overflow: hidden; transition: all 0.5s; }
.input_box.error input,
.input_box_lb.error,
.textarea_box.error,
.select_box.error select { border: 1px solid #E64C2E; }
.input_box.error::after,
.input_box_lb.error::after,
.textarea_box.error::after,
.select_box.error::before { position: absolute; right: 10px; bottom: 10px; width: 24px; height: 24px; background: url(../image/icon/icon_input_error.svg) no-repeat center center; background-size: contain; content: ''; display: block; z-index: 5; }
.input_box_lb.error label,
.textarea_box.error label { color: #E64C2E; }
.error + .validation_item + .error_msg,
.error + .error_msg,
.textarea_box.error + .textarea_length + .error_msg { height: 20px; margin-top: 8px; }

/* popup */
.popup { display: none; position: fixed; top: 0; width: 100%; max-width: 480px; min-width: 360px; height: calc(var(--vh, 1vh) * 100); min-height: calc(var(--vh, 1vh) * 100); overflow: hidden; z-index: 2000; } 
.popup .popup_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } 
.popup .popup_wrap { display: flex; flex-direction: column; width: 100%; max-width: 480px; min-width: 360px; padding: 16px; background: #ffffff; border-radius: 8px; z-index: 1000; overflow: hidden; } 
.popup .popup_head { position: relative; width: 100%; } 
.popup .popup_head .popup_title { font-size: 18px; font-weight: 700; color: #242424; padding: 11px 0; }
.popup .popup_head .btn_close { position: absolute; right: 0; top: 0; width: 40px; height: 40px; background: url(../image/btn/btn_hd_exit.svg) no-repeat center center; background-size: 18px; text-indent: -9999px; display: block; }
.popup .popup_head .popup_desc { font-size: 15px; font-weight: 400; color: #555; word-break: keep-all; }
.popup .popup_section { position: relative; max-height: calc(var(--vh, 1vh) * 70); padding: 12px 0; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.popup .popup_section::-webkit-scrollbar { display: none; }
.popup .popup_text h3 { display: block; font-size: 18px; font-weight: 700; color: #242424; text-align: center; padding-top: 4px; }
.popup .popup_text p,
.popup .popup_text ul li { font-size: 15px; font-weight: 400; color: #555555; line-height: 20px; word-break: keep-all; }
.popup .popup_text p { padding: 20px 0; }
.popup .popup_text p .icon { display: block; margin: 0 auto 8px; }
.popup .popup_text ul { padding: 20px 0; }
.popup .popup_text ul li { position: relative; padding-left: 12px; margin-bottom: 14px; }
.popup .popup_text ul li:last-of-type { margin-bottom: 0; }
.popup .popup_text ul li::before { position: absolute; left: 0; top: 7px; width: 3px; height: 3px; background: #555555; border-radius: 50%; content: ''; display: block; }
.popup .popup_btn_box { position: relative; display: flex; align-items: center; justify-content: space-between; }
.popup .popup_btn_box .btn { width: 100%; height: 48px; font-size: 15px; font-weight: 500; line-height: 48px; text-align: center; box-sizing: border-box; border-radius: 4px; }
.popup .popup_btn_box .btn.big { height: 57px; font-size: 17px; line-height: 57px; }
.popup .popup_btn_box .btn_submit { color: #ffffff; background: #121C72; }
.popup .popup_btn_box .btn_cancle { color: #242424; background: #E0E2E5; }
/* center */
.popup .popup_wrap.type_center { position: absolute; left: 50%; top: calc(var(--vh, 1vh) * 50); transform: translateX(-50%) translateY(-50%); width: 90%; max-width: 432px; min-width: 312px; height: fit-content; } 
/* toast */
.popup .popup_wrap.type_toast { position: fixed; bottom: -30%; height: fit-content; padding: 16px 20px 20px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; transition: bottom 0.5s ease-in-out; } 
.popup .popup_wrap.type_toast .popup_btn_box::after { position: absolute; left: 0; top: -24px; width: 100%; height: 24px; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); content: ''; display: block; z-index: 5; }
.popup .popup_wrap.type_toast .popup_btn_box .btn { height: 56px; font-size: 17px; line-height: 56px; border-radius: 8px; }
.popup .popup_wrap.type_toast .popup_btn_box .btn.disabled { color: #B5BCC3; background: #E6EAF1; pointer-events: none; }
.popup.on .popup_wrap.type_toast { bottom: 0; }
/* full */
.popup .popup_wrap.type_full { position: fixed; top: 0; height: calc(var(--vh, 1vh) * 100); padding: 16px 20px 20px; border-radius: 0; }


/*! ===== layout ===== !*/
#wrap { position: relative; width: 100%; max-width: 1024px; margin: 0 auto; }

#pc { position: fixed; top: 0; width: 540px; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#pc h2 { display: inline-block; width: 70px; height: 50px; background: url(../image/logo_main_kyobo.png) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; }
#pc img{ width: 283px; }
#pc p { font-size: 18px; font-weight: 700; color: #242424; margin-top: 24px; }

#container { position: absolute; right: 0; top: 0; width: 480px; max-width: 480px; min-width: 360px; min-height: calc(var(--vh, 1vh) * 100); padding-top: 56px; background: #ffffff; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }

#hd { position: fixed; top: 0; width: 100%; max-width: 480px; background: #ffffff; overflow: hidden; z-index: 1000; }
#hd.active { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
.hd_wrap { display: flex; align-items: center; height: 56px; padding: 0 20px; }
.hd_wrap .btn { display: block; text-indent: -9999px; }
.hd_wrap .btn_prev { width: 8px; height: 16px; background: url(../image/btn/btn_hd_prev.svg) no-repeat center center; background-size: contain; margin-right: 20px; }
.hd_wrap .btn_exit { width: 16px; height: 16px; background: url(../image/btn/btn_hd_exit.svg) no-repeat center center; background-size: contain; margin-left: 20px; }
.hd_wrap .btn_menu { width: 18px; height: 16px; background: url(../image/btn/btn_hd_menu.svg) no-repeat center center; background-size: contain; margin-left: 20px; }
.hd_wrap .page_title { display: block; flex: 1; font-size: 16px; color: #242424; font-weight: 700; }

section { position: relative; background: #ffffff; min-height: calc(var(--vh, 1vh) * 100 - 56px); }
.main_title { font-size: 22px; font-weight: 700; color: #242424; line-height: 30px; word-break: keep-all; margin-bottom: 32px; }
.main_title b { position: relative; display: inline-block; z-index: 1; }
.main_title b::before { position: absolute; left: 0; bottom: 2px; width: 100%; height: 10px; background: #DCE7FC; content: ''; display: block; z-index: -1; }
.main_desc { font-size: 15px; font-weight: 400; color: #555; line-height: 22px; }
.sub_text { font-size: 12px; font-weight: 400; color: #808080; line-height: 16px; }

#ft { position: relative; width: 100%; background: #242424; overflow: hidden; }
#ft .ft_wrap { position: relative; width: 100%; padding: 30px 20px; }
#ft .terms_link { display: flex; margin-bottom: 12px; }
#ft .terms_link li { margin-right: 16px; }
#ft .terms_link li a { display: inline-block; font-size: 14px; font-weight: 500; color: #ffffff; }
#ft .ft_info { font-size: 14px; color: #ffffff; line-height: 22px; }

/* cont_box */
.cont_box { padding: 20px; }
.cont_tit_box { position: relative; margin-bottom: 16px; }
.cont_tit_box .btn_edit { position: absolute; right: 0; top: 0; font-size: 14px; font-weight: 400; color: #242424; line-height: 18px; border-bottom: 1px solid #242424; display: inline-block; }
.cont_tit_box .btn_add { position: absolute; right: 0; top: 0; font-size: 14px; font-weight: 500; color: #242424; display: inline-block; }
.cont_tit_box .btn_add::before { width: 18px; height: 18px; background: url(../image/icon/icon_plus.svg) no-repeat center center; background-size: contain; vertical-align: -3px; content: ''; display: inline-block; margin-right: 4px; }
.cont_tit_box .cont_title { font-size: 18px; font-weight: 700; line-height: 22px; word-break: keep-all; }
.cont_tit_box .cont_title_s { font-size: 16px; font-weight: 700; line-height: 20px; word-break: keep-all; }

/* info_box */
.info_box { width: 100%; padding: 16px; font-size: 15px; font-weight: 400; color: #555555; line-height: 22px; word-break: keep-all; background: #f4f4f4; border-radius: 8px; }

/* tooltip_box */
.tooltip_box { position: absolute; transform: scale(1); padding: 10px 44px 10px 12px; background: #437cd5; border-radius: 12px; -webkit-box-shadow: 0 4px 16px 0 rgba(18,28,114,0.1); box-shadow: 0 4px 16px 0 rgba(18,28,114,0.1); z-index: 10; opacity: 1; transition: all 0.2s ease; }
.tooltip_box::after { position: absolute; left: 20px; bottom: -18px; width: 20px; height: 16px; border: 10px solid transparent; border-top: 8px solid #437cd5; content: ''; display: block; box-sizing: border-box; }
.tooltip_box p { font-size: 12px; font-weight: 400; color: #ffffff; line-height: 20px; word-break: keep-all; }
.tooltip_box .btn_close { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: url(../image/btn/btn_close.svg) no-repeat center center; text-indent: -9999px; z-index: 5; }

/* guide_box */
.guide_box { width: 100%; background: #fafafa; border-radius: 8px; overflow: hidden; transition: all 0.2s ease-in-out; }
.guide_box::after { width: 100%; height: 1px; background: #fafafa; content: ''; display: block; transition: all 0.2s ease-in-out; }
.guide_box .guide_title { display: flex; align-items: center; width: 100%; padding: 16px 20px; cursor: pointer; }
.guide_box .toggle_tab::after { width: 24px; height: 24px; transform: rotate(180deg); background: url(../image/icon/icon_tg_arrow.svg) no-repeat center center; background-size: contain; content: ''; display: block; transition: all 0.3s ease-in-out; }
.guide_box .toggle_tab.on::after { transform: rotate(0deg); }
.guide_box .guide_title .icon_guide { margin-right: 4px; }
.guide_box .guide_title h3 { flex: 1; font-size: 14px; font-weight: 400; color: #242424; }
.guide_box .guide_detail { padding: 0 20px 20px; overflow: hidden; }
.guide_box .guide_detail li { position: relative; font-size: 14px; font-weight: 400; color: #555555; line-height: 20px; word-break: keep-all; padding-left: 12px; margin-bottom: 12px; }
.guide_box .guide_detail li:last-of-type { margin-bottom: 0; }
.guide_box .guide_detail li::before { position: absolute; left: 0; top: 7px; width: 3px; height: 3px; background: #555555; border-radius: 50%; content: ''; display: block; }
.guide_box p { font-size: 15px; font-weight: 400; color: #555555; line-height: 20px; word-break: keep-all; }
.guide_box.off { background: transparent; }
.guide_box.off::after { background: #e6e6e6; }
.guide_box.off .guide_title::after { transform: rotate(-180deg); }

/* error_box */
.error_box { width: 100%; text-align: center; padding: 40px 20px 20px; }
.error_box .icon_error { margin-bottom: 24px; }
.error_box .main_title { margin-bottom: 24px; }
.error_box .text { font-size: 15px; font-weight: 400; color: #555; line-height: 22px; word-break: keep-all; }
.call_box { margin-top: 50px; }
.call_box dt a { display: inline-block; font-size: 16px; font-weight: 500; color: #242424; line-height: 24px; }
.call_box dt a::before { width: 24px; height: 24px; background: url(../image/icon/icon_phone.svg) no-repeat center center; background-size: contain; content: ''; display: inline-block; vertical-align: -6px; margin-right: 4px; }
.call_box dd { font-size: 13px; font-weight: 400; color: #555555; word-break: keep-all; margin-top: 16px; }

/* loadin_box */
#loading { display: none; position: fixed; top: 0; width: 100%; max-width: 480px; height: calc(var(--vh, 1vh) * 100); background: rgba(255, 255, 255, 0.5); overflow: hidden; z-index: 2000; }
#loading::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 40px; height: 40px; background: url(../image/img_loading.gif) no-repeat center center; background-size: contain; content: ''; display: block; }



.m-only { display: none !important; }
/*! ===== mobile ===== !*/
@media only screen and (max-device-width : 640px) {
    #popup { height: calc(var(--vh, 1vh) * 100); }
}

@media screen and (max-width: 1024px){ 
    .m-only { display: block !important; }
    #pc { display: none; }
    #container { position: relative; width: 100%; margin: 0 auto; }
    #hd { left: 50%; top: 0; transform: translateX(-50%); }
    #hd, #popup, #popup .popup_bg,
    #popup .popup_wrap { position: fixed !important; }
    #popup .popup_wrap.type_toast { left: 50%; transform: translateX(-50%); }
}