@charset "utf-8";
/*! ─────────── DESIGN SYSTEM ─────────── */
.hide { display: none !important; } 
.mt0 { margin-top: 0 !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; }

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

.fs24 { font-size: 24px; line-height: 29px; letter-spacing: -0.6px; } 
.fs16 { font-size: 16px; line-height: 21px; letter-spacing: -0.4px; } 
.fs14 { font-size: 14px; line-height: 19px; letter-spacing: -0.35px; } 
.fs13 { font-size: 13px; line-height: 20px; letter-spacing: -0.325px; } 
.fw300 { font-weight: 300; } 
.fw500 { font-weight: 500; } 
.fc666 { color: #666; } 

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

.btn_box_wrap.fixed { position: fixed; } 
.text_center { text-align: center; } 




/*! ─────────── GLOBAL ─────────── */
/* wrap */
#wrap { position: relative; width: 100%; min-width: 360px; min-height: 100vh; padding: 48px 0 40px; } 

/* header */
#header { position: fixed; left: 0; top: 0; width: 100%; height: 48px; padding: 12px 24px; background: #3662DF; text-align: center; overflow: hidden; z-index: 1000; } 
#header .page_title { font-size: 22px; font-weight: 500; color: #fff; line-height: 24px; letter-spacing: -0.55px; } 

/* container */
#container { position: relative; display: flex; align-items: flex-start; justify-content: center; width: 100%; max-width: 748px; padding: 40px 0 24px; margin: 0 auto; } 
#container.full { max-width: 786px; }

/* table */
#tablet { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 360px; padding-top: 64px; margin-right: 28px; } 
#tablet .side_nav { width: 128px; } 
#tablet .side_nav ul li { position: relative; padding-left: 32px; padding-bottom: 32px; } 
#tablet .side_nav ul li::before { content: ''; display: block; position: absolute; left: 11px; top: 0; width: 2px; height: 100%; border-left: 2px dotted #ccc; } 
#tablet .side_nav ul li:last-of-type { padding-bottom: 0; } 
#tablet .side_nav ul li .numb { display: inline-block; position: absolute; left: 0; top: 0; width: 24px; height: 24px; font-size: 14px; font-weight: 400; color: #fff; line-height: 25px; text-align: center; background: #ccc; border-radius: 50%; padding-left: 1px; } 
#tablet .side_nav ul li .text { display: inline-block; font-size: 16px; font-weight: 400; color: #666; line-height: 24px; letter-spacing: -0.4px; } 
#tablet .side_nav ul li.active .numb { font-weight: 700; background: #3662DF; } 
#tablet .side_nav ul li.active .text { font-weight: 500; color: #3662DF; } 
#tablet .side_nav ul li.finish .numb { text-indent: -9999px; background: url(../image/icon/icon_chkbox_gray.svg) no-repeat center center; background-size: contain; } 
#tablet .side_nav ul li.finish .text { font-weight: 400; color: #2a2a2a; } 
#tablet .text_box { width: 100%; padding: 20px; background: #F7F7F7; } 
#tablet .text_box p { position: relative; font-size: 13px; font-weight: 400; color: #444; line-height: 24px; letter-spacing: -0.325px; word-break: keep-all; padding-left: 10px; } 
#tablet .text_box p + p { margin-top: 8px; } 
#tablet .text_box p::before { content: ''; display: block; position: absolute; left: 0; top: 11px; width: 2px; height: 2px; background: #444; border-radius: 50%; } 

/* mobile */
#mobile { width: 360px; } 

/* nav */
#nav { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 1000; } 
#nav .nav_wrap { display: flex; width: 100%; } 
#nav .btn_back { width: 80px; min-width: 80px; height: 40px; background: url(../image/icon/icon_arrow_left_gray.svg) no-repeat center center, #EEEEF0; text-indent: -9999px; overflow: hidden; } 
#nav .btn { display: block; width: 100%; font-size: 16px; font-weight: 400; color: #fff; line-height: 24px; padding: 8px; text-align: center; } 
#nav .btn.type_arrow::after { content: ''; display: inline-block; width: 7px; height: 13px; background: url(../image/icon/icon_arrow_right_white.svg) no-repeat center center; background-size: contain; vertical-align: 0px; margin-left: 10px; } 
#nav .btn_cancle { background: #888; } 
#nav .btn_confirm { background: #3eb134; } 
#nav .btn.disabled { background: #525962; }

/* popup */
.popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 3000; } 
.popup .popup_wrap { position: absolute; left: 50%; transform: translate(-50%, 0); width: 328px; background: #fff; } 
.popup .popup_wrap.type_center { top: 50%; transform: translate(-50%, -50%); } 
.popup .popup_wrap .text_box { text-align: center; padding: 40px 20px; } 
.popup .popup_wrap .text_box p { font-size: 16px; font-weight: 400; color: #2a2a2a; line-height: 21px; letter-spacing: -0.4px; } 
.popup .btn_pop_box { display: flex; width: 100%; text-align: center; margin-top: 1px; } 
.popup .btn_pop_box .btn { display: block; width: 100%; font-size: 14px; font-weight: 500; color: #fff; line-height: 20px; padding: 10px; background: #3EB134; } 
.popup .btn_pop_box .btn.btn_gray { background: #525962; }

/* 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 ─────────── */




/* icon */
.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; } 

/* all_chk_box */
.all_chk_box { display: inline-block; width: 25px; height: 25px; margin-right: 5px; }
.all_chk_box input[type=checkbox] { display: none; }
.all_chk_box input[type=checkbox] + label { display: inline-block; width: 25px; height: 25px; text-indent: -9999px; background: #ffffff; border: 2px solid #ccc; border-radius: 4px; overflow: hidden; cursor: pointer; }
.all_chk_box input[type=checkbox]:checked + label { background: url(../image/icon/icon_chkbox_green.svg) no-repeat center center, #0AA622; background-size: 25px; border: 1px solid #3EB134; }

/* select_box */
.select_box { position: relative; display: flex; align-items: center; }
.select_box select { position: relative; width: 100%; height: 40px; font-size: 16px; font-weight: 500; color: #2a2a2a; line-height: 18px; padding: 6px 34px 10px 12px; background: url(../image/icon/icon_arrow_down_gray.svg) no-repeat calc(100% - 12px) center, #ffffff; border: 1px solid #ccc; border-radius: 30px; cursor: pointer; } 
.select_box em { display: inline-block; font-size: 14px; font-weight: 500; color: #2a2a2a; line-height: 20px; letter-spacing: -0.35px; margin-left: 4px; }
.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_box { position: relative; width: 100%; } 
.input_box label { display: inline-block; font-size: 14px; font-weight: 400; color: #2a2a2a; line-height: 20px; letter-spacing: -0.35px; margin-bottom: 8px; }
.input_box input { display: block; width: 100%; height: 40px; font-size: 13px; font-weight: 400; line-height: 20px; letter-spacing: -0.325px; padding: 10px 16px; background: #ffffff; border: 1px solid #ccc; border-radius: 20px; overflow: hidden; outline: none; box-sizing: border-box; } 
.input_box input::placeholder { color: #666; }
.input_box input:disabled { color: #888; background: #EEEEF0; border: 1px solid #EEEEF0; }
.input_box.type_birth { display: flex; align-items: center; }
.input_box.type_birth .ds { display: inline-block; font-size: 16px; margin: 0 8px; }
.input_box.type_calendar { cursor: pointer; }
.input_box.type_calendar input { font-size: 16px; background: url(../image/icon/icon_calendar.svg) no-repeat calc(100% - 16px) center, #ffffff; }
.input_box.type_calendar input:disabled { background: url(../image/icon/icon_calendar_disabled.svg) no-repeat calc(100% - 16px) center, #EEEEF0; }
.input_box.type_search input { font-size: 16px; padding-right: 42px; background: url(../image/icon/icon_search.svg) no-repeat calc(100% - 12px) center, #ffffff; background-size: 24px; }
.input_box.type_search input::placeholder { color: #ccc; }

/* textarea_box */
.textarea_box { position: relative; width: 100%; padding: 12px; background: #ffffff; border: 1px solid #ccc; border-radius: 12px; overflow: hidden; } 
.textarea_box textarea { display: block; width: 100%; height: 152px; font-size: 13px; font-weight: 400; line-height: 19px; letter-spacing: -0.325px; padding: 0; resize: none; outline: none; box-sizing: border-box; } 
.textarea_box textarea::placeholder { color: #666; } 
.textarea_length { font-size: 13px; font-weight: 400; color: #666; letter-spacing: -0.325px; line-height: 18px; 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: #CB2626; padding-left: 4px; 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 #CB2626; } 
.input_box_lb.error label,
.textarea_box.error label { color: #CB2626; } 
.error + .validation_item + .error_msg,
.error ~ .error_msg,
.textarea_box.error + .textarea_length + .error_msg { height: 20px; margin-top: 8px; } 

/* table */
.table_wrap table { width: 100%; border-top: 1px solid #666; } 
.table_wrap table tr { border-bottom: 1px solid #e0e0e0; } 
.table_wrap table tr th,
.table_wrap table tr td { font-size: 14px; font-weight: 300; line-height: 19px; letter-spacing: -0.35px; text-align: left; } 
.table_wrap table tr th { width: 118px; min-width: 118px; color: #666; padding: 10px 0; } 
.table_wrap table tr td { width: calc(100% - 118px); color: #2a2a2a; padding: 10px 12px; } 
.table_wrap table tr td .blue { color: #3662DF; } 

/* cont_box */
.cont_box { padding: 16px; } 

/* error_box */
.error_box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; min-height: calc(100vh - 200px); text-align: center; } 
.error_box .title { font-size: 18px; font-weight: 500; color: #2a2a2a; line-height: 23px; word-break: keep-all; } 
.error_box .text { font-size: 14px; font-weight: 400; color: #666; line-height: 19px; word-break: keep-all; } 
.error_box .call { display: inline-block; font-size: 16px; font-weight: 500; color: #2a2a2a; line-height: 24px; } 
.error_box .call::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; } 


@media (max-width: 767px){
     #tablet { display: none; } 
}