@charset "utf-8";
/*! ─────────── DESIGN SYSTEM ─────────── */
.hide { display: none !important; } 
.mt0 { margin-top: 0 !important; } 
.mt04 { margin-top: 4px !important; } 
.mt08 { margin-top: 8px !important; } 
.mt12 { margin-top: 12px !important; } 
.mt16 { margin-top: 16px !important; } 
.mt20 { margin-top: 20px !important; } 
.mt24 { margin-top: 24px !important; } 
.mt32 { margin-top: 32px !important; } 
.mt36 { margin-top: 36px !important; } 
.mt40 { margin-top: 40px !important; } 
.mt56 { margin-top: 56px !important; } 
.mb0 { margin-bottom: 0 !important; } 
.pb0 { padding-bottom: 0 !important; }
.pb24 { padding-bottom: 24px !important; }
.pl16 { padding-left: 16px !important; }

.ft_roboto { font-family: 'Roboto'; } 

.fs22 { font-size: 22px; line-height: 32px; letter-spacing: -0.55px; } 
.fs17 { font-size: 17px; line-height: 24px; letter-spacing: -0.425px; } 
.fs14 { font-size: 14px; line-height: 20px; } 
.fs13 { font-size: 13px; line-height: 20px; letter-spacing: -0.325px; } 
.fw300 { font-weight: 300; } 
.fw500 { font-weight: 500; } 
.fc666 { color: #666; } 
.fc444 { color: #444; }

.flex { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.wid50 { width: calc(50% - 4px) !important; }
.text_center { text-align: center; } 




/*! ─────────── GLOBAL ─────────── */
/* wrap */
#wrap { position: relative; width: 100%; }

/* header */
#header { position: fixed; top: 0; width: 100%; height: 64px; max-width: 480px; padding: 8px 0; background: #ffffff; overflow: hidden; z-index: 1000; } 
#header.active { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
#header .btn_prev { display: inline-block; width: 48px; height: 48px; background: url(../image/btn/btn_hd_prev.svg) no-repeat center center; background-size: 10px; text-indent: -9999px; overflow: hidden; vertical-align: middle; }
#header .btn_exit { display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; width: 48px; height: 48px; background: url(../image/btn/btn_hd_exit.svg) no-repeat center center; background-size: 16px; text-indent: -9999px; overflow: hidden; }
#header .page_title { display: inline-block; font-size: 17px; font-weight: 500; color: #111; line-height: 24px; letter-spacing: -0.425px; padding: 12px 20px; vertical-align: middle; } 
#header .btn_prev + .page_title { padding: 12px 8px; }

/* container */
#container { position: relative; width: 100%; max-width: 480px; min-width: 360px; min-height: calc(var(--vh, 1vh) * 100); padding-top: 56px; background: #ffffff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); margin: 0 auto; }

/* section */
section { position: relative; background: #ffffff; min-height: calc(var(--vh, 1vh) * 100 - 56px); }

/* popup */
.popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 3000; } 
.popup .btn_close { position: absolute; right: 8px; top: 18px; 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_wrap { position: absolute; left: 50%; transform: translate(-50%, 0); width: 100%; max-width: 480px; min-width: 360px; background: #fff; } 
.popup .popup_wrap.type_center { top: 50%; transform: translate(-50%, -50%); } 
.popup .popup_wrap.type_toast { bottom: 0; border-radius: 16px 16px 0 0; } 
.popup .popup_wrap.popup_alert { width: 328px; }
.popup .popup_wrap .text_box { text-align: center; padding: 30px 20px; } 
.popup .popup_wrap .text_box p { font-size: 15px; font-weight: 400; color: #000; line-height: 20px; letter-spacing: -0.375px; } 
.popup .btn_pop_box { display: flex; width: 100%; text-align: center; padding: 0 20px 24px; } 
.popup .btn_pop_box .btn { display: block; width: 100%; font-size: 14px; font-weight: 500; color: #fff; line-height: 20px; padding: 10px; background: #006BBE; } 
.popup .btn_pop_box .btn.btn_gray { background: #444; margin-right: 8px; }

/* loading */
@keyframes rotate { 
    0% { transform: translate(-50%, -50%) rotate(0deg); } 
    100% { transform: translate(-50%, -50%) rotate(360deg); } 
}
#loading { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 3000; } 
#loading::after { content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; background: url(../image/img_loading.png) no-repeat center center; background-size: contain; animation: rotate 1s infinite linear; } 
/*! ─────────── GLOBAL ─────────── */




/*! ─────────── componant ─────────── */
.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: 40px; height: 40px; background: url(../image/icon/icon_confirm.svg) no-repeat center center; background-size: contain; } 

.cont_box { padding: 28px 16px; }
.fix_btn_pd { padding-bottom: 110px; }

.btn_box_wrap { position: absolute; bottom: 0; width: 100%; max-width: 480px; min-width: 360px; display: flex; justify-content: space-between; padding: 32px 16px 16px; 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.fixed { position: fixed; } 
.btn_box_wrap .btn { display: block; height: 56px; font-size: 18px; font-weight: 500; line-height: 24px; letter-spacing: -0.45px; text-align: center; padding: 14px; border-radius: 6px; }
.btn_box_wrap .btn_cancle { display: block; width: 100%; color: #fff; background: #444; margin-right: 8px; }
.btn_box_wrap .btn_submit { display: block; width: 100%; color: #fff; background: #006BBE; } 
.btn_box_wrap .disabled { color: #fff; background: #C0C0C0;  }


/* select_box */
.select_box { position: relative; display: flex; align-items: center; }
.select_box select { position: relative; width: 100%; height: 44px; font-size: 17px; font-weight: 400; color: #111; line-height: 24px; padding: 10px 30px 10px 8px; background: url(../image/icon/icon_arrow_down_gray.svg) no-repeat right center, #ffffff; border-bottom: 1px solid #ccc; border-radius: 0; cursor: pointer; } 
.select_box em { display: inline-block; font-size: 17px; font-weight: 400; color: #111; line-height: 24px; letter-spacing: -0.425px; margin-left: 8px; }
.select_box select:disabled { color: #888; background: url(../image/icon/icon_arrow_down_gray.svg) no-repeat calc(100% - 12px) center, #EEEEF0; border: 1px solid #EEEEF0; }

/* 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: 15px; font-weight: 400; color: #111; line-height: 22px; padding: 10px 12px; background: #ffffff; border: 1px solid #ccc; border-radius: 0; overflow: hidden; outline: none; box-sizing: border-box; }
.input_box.type_calendar input { height: 44px; font-size: 17px; padding: 10px 8px; border-width: 0 0 1px 0; background: url(../image/icon/icon_calendar.svg) no-repeat calc(100% - 8px) center, #fff; cursor: pointer; }
.input_box_lb { position: relative; display: flex; width: 100%; background: #fff; border: 1px solid #ccc; border-radius: 4px; overflow: hidden;  }
.input_box_lb label { position: absolute; left: 12px; top: 12px; display: inline-block; font-size: 12px; color: #444; }
.input_box_lb input { display: block; width: 100%; height: 65px; font-size: 15px; font-weight: 400; color: #111; line-height: 18px; padding: 23px 12px 4px 12px; outline: none; box-sizing: border-box; }
.input_box input::placeholder,
.input_box_lb input::placeholder { color: #666; }
.input_box_lb select { display: block; width: 100%; height: 65px; font-size: 15px; font-weight: 400; color: #111; 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; }
/*? 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: 12px; background: #fff; border: 1px solid #ccc; border-radius: 0; overflow: hidden; }
.textarea_box textarea { display: block; width: 100%; height: 154px; font-size: 15px; font-weight: 400; color: #111; line-height: 22px; padding: 0; resize: none; outline: none; box-sizing: border-box; }
.textarea_box textarea::placeholder { color: #666; }
.textarea_box textarea:disabled { background: #fafafa; }
.textarea_length { font-size: 13px; font-weight: 400; color: #666; line-height: 20px; letter-spacing: -0.325px; text-align: right; margin-top: 8px; }
.textarea_length em { color: #111; }
.textarea_box ~ .error_msg { position: absolute; bottom: -2px; }
/*? error */
.error_msg { width: 100%; height: 0; font-size: 13px; font-weight: 400; color: #FF4949; padding-left: 4px; margin-top: 0; overflow: hidden; transition: all 0.5s; } 
.input_box.error input,
.input_box_lb.error,
.textarea_box.error { border: 1px solid #FF4949; } 
.input_box.type_calendar.error input,
.select_box.error select { border: none; border-bottom: 1px solid #FF4949; } 
.input_box_lb.error label,
.textarea_box.error label { color: #FF4949; } 
.error + .validation_item + .error_msg,
.error ~ .error_msg,
.textarea_box.error + .textarea_length + .error_msg { height: 20px; margin-top: 8px; } 

/* all_chk_box */
.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: url(../image/icon/icon_chkbox_off.svg) no-repeat center center; background-size: contain; border-radius: 50%; overflow: hidden; cursor: pointer; } 
.all_chk_box input[type=checkbox]:checked + label { background: url(../image/icon/icon_chkbox_green.svg) no-repeat center center; background-size: contain; } 

/* text_info_box */
.text_info_box { width: 100%; padding: 18px 20px; background: #F7F7F7; border-radius: 4px; }
.text_info_box p { font-size: 15px; font-weight: 300; color: #444; line-height: 20px; letter-spacing: -0.375px; word-break: keep-all; }

/* table_wrap */
.table_wrap { width: 100%; padding: 14px 20px; border-top: 1px solid #666; border-bottom: 1px solid #E0E0E0; }
.table_wrap table { width: 100%; }
.table_wrap table tr th,
.table_wrap table tr td { font-size: 15px; font-weight: 300; color: #111; line-height: 20px; letter-spacing: -0.35px; text-align: left; } 
.table_wrap table tr th { width: 118px; min-width: 118px; color: #666; padding: 6px; } 
.table_wrap table tr td { width: calc(100% - 118px); color: #111; padding: 6px 12px; } 
.table_wrap table tr td .blue { color: #006BBE; } 
.table_wrap table tr td a.blue { text-decoration: underline; }
.table_wrap .btn_download { display: block; height: 40px; font-size: 14px; font-weight: 400; color: #444; line-height: 20px; letter-spacing: -0.35px; text-align: center; padding: 8px; background: #ffffff; border: 1px solid #ccc; border-radius: 2px; }

/* guide_box */
.guide_box { width: 100%; padding: 20px; background: #f7f7f7; border-radius: 4px; overflow: hidden; }
.guide_box .guide_title { font-size: 15px; font-weight: 500; color: #444; letter-spacing: -0.375px; line-height: 20px; margin-bottom: 16px; }
.guide_box .guide_title::before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../image/icon/icon_info.svg) no-repeat center center; background-size: contain; vertical-align: -4px; margin-right: 10px; }
.guide_box .guide_detail li { position: relative; font-size: 15px; font-weight: 300; color: #444; line-height: 20px; letter-spacing: -0.375px; word-break: keep-all; padding-left: 10px; margin-bottom: 20px; }
.guide_box .guide_detail li:last-of-type { margin-bottom: 0; }
.guide_box .guide_detail li::before { position: absolute; left: 0; top: 9px; width: 2px; height: 2px; background: #444; border-radius: 50%; content: ''; display: block; }
.guide_box .guide_detail li.blue { color: #006BBE; }
.guide_box .guide_detail li.blue::before { background: #006BBE; }

/* error_box */
.error_box { padding: 52px 16px 24px; text-align: center; } 
.error_box .title { font-size: 22px; font-weight: 500; color: #111; line-height: 24px; letter-spacing: -0.55px; word-break: keep-all; } 
.error_box .text { font-size: 15px; font-weight: 400; color: #444; line-height: 22px; letter-spacing: -0.375px; word-break: keep-all; } 
.error_box .call { display: inline-block; font-size: 15px; font-weight: 500; color: #242424; line-height: 22px; letter-spacing: -0.375px; } 
.error_box .call::before { width: 24px; height: 24px; background: url(../image/icon/icon_phone_circle.svg) no-repeat center center; background-size: contain; content: ''; display: inline-block; vertical-align: -6px; margin-right: 4px; } 
.error_box .call + .text { font-size: 13px; color: #555; line-height: 20px; letter-spacing: -0.325px; }
/*! ─────────── componant ─────────── */