@charset "UTF-8";

/*
 * @file    - won_common.css
 * @desc    - 우리금융캐피탈 고객용 웹/앱 리뉴얼 2022
 * @author  - Kim Dong ha
 * @date    - 2022.04.08 ~ 
 *
*/




/* 추후 삭제 */

#WFC h2 {
    background: none;
}
#WFC .conSec input[type="text"],
#WFC .conSec input[type="number"],
#WFC .conSec input[type="tel"],
#WFC .conSec input[type="password"],
#WFC .conSec input[type="search"],
#WFC .conSec input[type="submit"]
{
    background: none;
}
 
/* **************************************** *
 * FONT
 * **************************************** */
/* Noto Sans KR */
@font-face{
    font-family: 'NotoSansKR';
    font-display: auto;
    font-style: lighten;
    font-weight: 300;
    src: url('../fonts/NotoSansKR-Light.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Light.woff') format('woff'),
         url('../fonts/NotoSansKR-Light.otf') format('opentype');
} 
@font-face{
    font-family: 'NotoSansKR';
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Regular.woff') format('woff'),
         url('../fonts/NotoSansKR-Regular.otf') format('opentype');
}
@font-face{
    font-family: 'NotoSansKR';
    font-display: auto;
    font-style: bolder;
    font-weight: 500;
    src: url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Medium.woff') format('woff'),
         url('../fonts/NotoSansKR-Medium.otf') format('opentype');
} 
@font-face{
    font-family: 'NotoSansKR';
    font-display: auto;
    font-style: bold;
    font-weight: 600;
    src: url('../fonts/NotoSansKR-Bold.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Bold.woff') format('woff'),
         url('../fonts/NotoSansKR-Bold.otf') format('opentype');
}


/* RESET */
html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

#WFC {
    width: 100%;
    min-width: 0;    
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: -o-fit-content;
    margin: 0;
	background-color: #fff;
}
#WFC * {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    letter-spacing: -0.05em;
    font: 400 14px 'NotoSansKR';
    line-height: 1.5;
    color: #333;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance:none;
    -o-appearance:none;
    outline: none;
}
#WFC main {
    display: block;
}

#WFC hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
#WFC pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
#WFC a {
    background-color: transparent;
}
#WFC abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
#WFC b, 
#WFC strong {
    font-weight: 600;
}
#WFC code,
#WFC kbd,
#WFC samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
#WFC small {
    font-size: 80%;
}
#WFC sub,
#WFC sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
#WFC sub {
    bottom: -0.25em;
}
#WFC sup {
    top: -0.5em;
}
#WFC img {
    border-style: none;
}
#WFC details {
    display: block;
}
#WFC summary {
    display: list-item;
}
#WFC template {
    display: none;
}
#WFC .hidden {
    display: none;
}

#WFC h1, #WFC h2, #WFC h3, #WFC h4, #WFC h5, #WFC h6, #WFC p {
    display: block;
}
#WFC span {
    font: inherit;
    color: inherit;
}

/* RESET FORMS */
#WFC button,
#WFC input,
#WFC optgroup,
#WFC select,
#WFC textarea {
    font-family: inherit;
    font-size: 100%;
}
#WFC button,
#WFC input {
    overflow: visible;
}
#WFC button,
#WFC input[type="button"],
#WFC select { 
    text-transform: none;
}
#WFC button,
#WFC [type="button"],
#WFC [type="reset"],
#WFC [type="submit"] {
    appearance: button;
    -webkit-appearance: button;
    -moz-appearance: button;
    -o-appearance: button;
}
#WFC button::-moz-focus-inner,
#WFC [type="button"]::-moz-focus-inner,
#WFC [type="reset"]::-moz-focus-inner,
#WFC [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
#WFC button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
#WFC progress {
    vertical-align: baseline;
}
#WFC textarea {
    overflow: auto;
}
#WFC [type="number"]::-webkit-inner-spin-button,
#WFC [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
#WFC [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
#WFC [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
#WFC ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
#WFC input, #WFC select, #WFC option {
    display: inline-block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: inherit;
    visibility: inherit;
}
#WFC input[type="number"]::selection,
#WFC input[type="text"]::selection,
#WFC input[type="tel"]::selection,
#WFC input[type="submit"]::selection,
#WFC input[type="password"]::selection
{
  background-color: transparent;
}
#WFC button,
#WFC input[type="button"] {
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

/* RESET FONTS */
    /* 폰트 - 정렬 */
#WFC .align_center {text-align: center !important;}
#WFC .align_left {text-align: left !important;}
#WFC .align_right {text-align: right !important;}
#WFC .keep_all {word-break: keep-all;}
/* 
 * 폰트 - 타이포 
 * 기본 타이포그래피 외 임의변경 절대 금지
 */
#WFC .f_25_400_151515 {
    font: 400 25px 'NotoSansKR' !important; 
    color: #151515 !important;
}
#WFC .f_22_400_333333 {
    font: 400 22px 'NotoSansKR' !important; 
    color: #333333 !important;
}
#WFC .f_17_500_151515 {
    font: 500 17px 'NotoSansKR' !important; 
    color: #151515 !important;
}
#WFC .f_17_400_333333 {
    font: 400 17px 'NotoSansKR' !important; 
    color: #333333 !important;
}
#WFC .f_17_400_bcbcbc {
    font: 400 17px 'NotoSansKR' !important; 
    color: #bcbcbc !important;
}
#WFC .f_15_500_151515 {
    font: 500 15px 'NotoSansKR' !important; 
    color: #151515 !important;
}
#WFC .f_15_400_151515 {
    font: 400 15px 'NotoSansKR' !important; 
    color: #151515 !important;
}
#WFC .f_15_400_333333 {
    font: 400 15px 'NotoSansKR' !important; 
    color: #333333 !important;
}
#WFC .f_14_500_333333 {
    font: 500 14px 'NotoSansKR' !important; 
    color: #333333 !important;
}
#WFC .f_14_400_333333 {
    font: 400 14px 'NotoSansKR' !important; 
    color: #333333 !important;
}
#WFC .f_14_500_999999 {
    font: 500 14px 'NotoSansKR' !important; 
    color: #999999 !important;
}
#WFC .f_14_400_999999 {
    font: 400 14px 'NotoSansKR' !important; 
    color: #999999 !important;
}
#WFC .f_13_400_333333 {
    font: 400 13px 'NotoSansKR' !important; 
    color: #333333 !important;
}
#WFC .f_13_400_666666 {
    font: 400 13px 'NotoSansKR' !important; 
    color: #666666 !important;
}
#WFC .f_13_400_999999 {
    font: 400 13px 'NotoSansKR' !important; 
    color: #999999 !important;
}
#WFC .f_1490ef {
    color: #1490ef !important;
}
#WFC .f_204b85 {
    color: #204b85 !important;
}
#WFC .f_f73e31 {
    color: #f73e31 !important;
}
#WFC .f_300 {
    font-weight: 300 !important;
}
#WFC .f_400 {
    font-weight: 400 !important;
}
#WFC .f_500 {
    font-weight: 500 !important;
}
#WFC .f_600 {
    font-weight: 600 !important;
}

/* 폰트 - 기호 */
#WFC .all_bullet {
    background: url(../images/renewal/bullet.png) 0 4px no-repeat;
    padding-left: 15px;
    font: 400 14px 'NotoSansKR';
}
#WFC .excl_mark_1 {
    padding: 5px 5px 5px 27px;
    background: #f2f5f9 url(../images/renewal/ico_outcome.png) no-repeat 8px 8px/15px auto;
    border-radius: 8px;
    font: 400 14px 'NotoSansKR';
    color: #666;
}


/* 
 * 기본 지정 값
 * 서식에 맞춰 자유추가 가능
*/
    /* 기본 패딩 */
#WFC .pt_5px {padding-top: 5px !important;}
#WFC .pt_10px {padding-top: 10px !important;}
#WFC .pt_15px {padding-top: 15px !important;}
#WFC .pt_20px {padding-top: 20px !important;}
#WFC .pt_24px {padding-top: 24px !important;}
#WFC .pt_25px {padding-top: 25px !important;}
#WFC .pt_30px {padding-top: 30px !important;}
#WFC .pt_35px {padding-top: 35px !important;}
#WFC .pt_40px {padding-top: 40px !important;}
#WFC .pt_45px {padding-top: 45px !important;}
#WFC .pt_50px {padding-top: 50px !important;}
#WFC .pb_5px {padding-bottom: 5px !important;}
#WFC .pb_10px {padding-bottom: 10px !important;}
#WFC .pb_15px {padding-bottom: 15px !important;}
#WFC .pb_20px {padding-bottom: 20px !important;}
#WFC .pb_25px {padding-bottom: 25px !important;}
#WFC .pb_30px {padding-bottom: 30px !important;}
#WFC .pb_35px {padding-bottom: 35px !important;}
#WFC .pb_40px {padding-bottom: 40px !important;}
#WFC .pb_45px {padding-bottom: 45px !important;}
#WFC .pb_50px {padding-bottom: 50px !important;}
#WFC .pb_64px {padding-bottom: 64px !important;}
#WFC .pl_5px {padding-left: 5px !important;}
#WFC .pl_10px {padding-left: 10px !important;}
#WFC .pl_15px {padding-left: 15px !important;}
#WFC .pl_20px {padding-left: 20px !important;}
#WFC .pl_25px {padding-left: 25px !important;}
#WFC .pl_30px {padding-left: 30px !important;}
#WFC .pl_35px {padding-left: 35px !important;}
#WFC .pl_40px {padding-left: 40px !important;}
#WFC .pl_45px {padding-left: 45px !important;}
#WFC .pl_50px {padding-left: 50px !important;}
#WFC .pr_5px {padding-right: 5px !important;}
#WFC .pr_10px {padding-right: 10px !important;}
#WFC .pr_15px {padding-right: 15px !important;}
#WFC .pr_20px {padding-right: 20px !important;}
#WFC .pr_25px {padding-right: 25px !important;}
#WFC .pr_30px {padding-right: 30px !important;}
#WFC .pr_35px {padding-right: 35px !important;}
#WFC .pr_40px {padding-right: 40px !important;}
#WFC .pr_45px {padding-right: 45px !important;}
#WFC .pr_50px {padding-right: 50px !important;}
#WFC .pt_0 {padding-top: 0 !important;}
#WFC .pt_5 {padding-top: 5% !important;}
#WFC .pt_10 {padding-top: 10% !important;}
#WFC .pt_20 {padding-top: 20% !important;}
#WFC .pt_25 {padding-top: 25% !important;}
#WFC .pt_30 {padding-top: 30% !important;}
#WFC .pt_40 {padding-top: 40% !important;}
#WFC .pt_50 {padding-top: 50% !important;}
#WFC .pb_0 {padding-bottom: 0 !important;}
#WFC .pb_5 {padding-bottom: 5% !important;}
#WFC .pb_10 {padding-bottom: 10% !important;}
#WFC .pb_20 {padding-bottom: 20% !important;}
#WFC .pb_30 {padding-bottom: 30% !important;}
#WFC .pb_40 {padding-bottom: 40% !important;}
#WFC .pb_50 {padding-bottom: 50% !important;}
#WFC .pl_0 {padding-left: 0 !important;}
#WFC .pl_5 {padding-left: 5% !important;}
#WFC .pl_10 {padding-left: 10% !important;}
#WFC .pl_20 {padding-left: 20% !important;}
#WFC .pl_30 {padding-left: 30% !important;}
#WFC .pl_40 {padding-left: 40% !important;}
#WFC .pl_50 {padding-left: 50% !important;}
#WFC .pr_0 {padding-right: 0 !important;}
#WFC .pr_5 {padding-right: 5% !important;}
#WFC .pr_10 {padding-right: 10% !important;}
#WFC .pr_20 {padding-right: 20% !important;}
#WFC .pr_30 {padding-right: 30% !important;}
#WFC .pr_40 {padding-right: 40% !important;}
#WFC .pr_50 {padding-right: 50% !important;}
    /* 기본 마진 */
#WFC .mt_5px {margin-top: 5px !important;}
#WFC .mt_10px {margin-top: 10px !important;}
#WFC .mt_15px {margin-top: 15px !important;}
#WFC .mt_20px {margin-top: 20px !important;}
#WFC .mt_25px {margin-top: 25px !important;}
#WFC .mt_30px {margin-top: 30px !important;}
#WFC .mt_35px {margin-top: 35px !important;}
#WFC .mt_40px {margin-top: 40px !important;}
#WFC .mt_45px {margin-top: 45px !important;}
#WFC .mt_50px {margin-top: 50px !important;}
#WFC .mt_60px {margin-top: 60px !important;}
#WFC .mt_70px {margin-top: 70px !important;}
#WFC .mb_5px {margin-bottom: 5px !important;}
#WFC .mb_10px {margin-bottom: 10px !important;}
#WFC .mb_15px {margin-bottom: 15px !important;}
#WFC .mb_20px {margin-bottom: 20px !important;}
#WFC .mb_25px {margin-bottom: 25px !important;}
#WFC .mb_30px {margin-bottom: 30px !important;}
#WFC .mb_35px {margin-bottom: 35px !important;}
#WFC .mb_40px {margin-bottom: 40px !important;}
#WFC .mb_45px {margin-bottom: 45px !important;}
#WFC .mb_50px {margin-bottom: 50px !important;}
#WFC .ml_5px {margin-left: 5px !important;}
#WFC .ml_10px {margin-left: 10px !important;}
#WFC .ml_15px {margin-left: 15px !important;}
#WFC .ml_20px {margin-left: 20px !important;}
#WFC .ml_25px {margin-left: 25px !important;}
#WFC .ml_30px {margin-left: 30px !important;}
#WFC .ml_35px {margin-left: 35px !important;}
#WFC .ml_40px {margin-left: 40px !important;}
#WFC .ml_45px {margin-left: 45px !important;}
#WFC .ml_50px {margin-left: 50px !important;}
#WFC .mr_5px {margin-right: 5px !important;}
#WFC .mr_10px {margin-right: 10px !important;}
#WFC .mr_15px {margin-right: 15px !important;}
#WFC .mr_20px {margin-right: 20px !important;}
#WFC .mr_25px {margin-right: 25px !important;}
#WFC .mr_30px {margin-right: 30px !important;}
#WFC .mr_35px {margin-right: 35px !important;}
#WFC .mr_40px {margin-right: 40px !important;}
#WFC .mr_45px {margin-right: 45px !important;}
#WFC .mr_50px {margin-right: 50px !important;}
#WFC .mt_0 {margin-top: 0 !important;}
#WFC .mt_5 {margin-top: 5% !important;}
#WFC .mt_10 {margin-top: 10% !important;}
#WFC .mt_20 {margin-top: 20% !important;}
#WFC .mt_30 {margin-top: 30% !important;}
#WFC .mt_40 {margin-top: 40% !important;}
#WFC .mt_50 {margin-top: 50% !important;}
#WFC .mb_0 {margin-bottom: 0 !important;}
#WFC .mb_5 {margin-bottom: 5% !important;}
#WFC .mb_10 {margin-bottom: 10% !important;}
#WFC .mb_20 {margin-bottom: 20% !important;}
#WFC .mb_30 {margin-bottom: 30% !important;}
#WFC .mb_40 {margin-bottom: 40% !important;}
#WFC .mb_50 {margin-bottom: 50% !important;}
#WFC .ml_0 {margin-left: 0% !important;}
#WFC .ml_1 {margin-left: 1% !important;}
#WFC .ml_2 {margin-left: 2% !important;}
#WFC .ml_5 {margin-left: 5% !important;}
#WFC .ml_10 {margin-left: 10% !important;}
#WFC .ml_20 {margin-left: 20% !important;}
#WFC .ml_30 {margin-left: 30% !important;}
#WFC .ml_40 {margin-left: 40% !important;}
#WFC .ml_50 {margin-left: 50% !important;}
#WFC .mr_0 {margin-right: 0% !important;}
#WFC .mr_1 {margin-right: 1% !important;}
#WFC .mr_2 {margin-right: 2% !important;}
#WFC .mr_5 {margin-right: 5% !important;}
#WFC .mr_10 {margin-right: 10% !important;}
#WFC .mr_20 {margin-right: 20% !important;}
#WFC .mr_30 {margin-right: 30% !important;}
#WFC .mr_40 {margin-right: 40% !important;}
#WFC .mr_50 {margin-right: 50% !important;}
    /* 기본 너비 */
#WFC .wid_5 {width: 5% !important;}
#WFC .wid_10 {width: 10% !important;}
#WFC .wid_15 {width: 15% !important;}
#WFC .wid_17 {width: 17% !important;}
#WFC .wid_19 {width: 19% !important;}
#WFC .wid_20 {width: 20% !important;}
#WFC .wid_25 {width: 25% !important;}
#WFC .wid_27 {width: 27% !important;}
#WFC .wid_30 {width: 30% !important;}
#WFC .wid_35 {width: 25% !important;}
#WFC .wid_40 {width: 40% !important;}
#WFC .wid_45 {width: 45% !important;}
#WFC .wid_46 {width: 46% !important;}
#WFC .wid_47_5 {width: 47.5% !important;}
#WFC .wid_50 {width: 50% !important;}
#WFC .wid_60 {width: 60% !important;}
#WFC .wid_65 {width: 65% !important;}
#WFC .wid_100 {width: 100% !important;}
#WFC .wid_160px {width: 160px !important;}
	/* 콘텐츠 높이만큼만 사용할 때 */
#WFC.h_fit_content {
    height: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: -o-fit-content !important;
    min-height: fit-content !important;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: -o-fit-content !important;
}
#WFC .h_fit_content {
    height: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: -o-fit-content !important;
    min-height: fit-content !important;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: -o-fit-content !important;
}

/* 배경 색상 추가 불가 */
#WFC .bg_fff {background-color: #fff !important;}
#WFC .bg_f2f2f2 {background-color: #f2f2f2 !important;}
#WFC .bg_f2f5f9 {background-color: #f2f5f9 !important;}

/* 기타 기본 */
#WFC .hr_1px_bcbcbc {width: 100%; height: 1px; background-color: #bcbcbc;}
#WFC .hr_7px_f5f5f5 {width: 100%; height: 7px; background-color: #f5f5f5;}



/*팝업(모달)-약관 팝업*/
#WFC #termPopup_modal_wrap{position:fixed; z-index:11; left:0; top:0; width:100%; height:100%; background:#fdfdfd; overflow:scroll;}
#WFC .termPopup_modal_cont{display:block; position:absolute; left:0; top:0; margin:0; padding:0px; width:100%; height:100%;}
#WFC .termPopup_modal_cont > section{padding:0 !important;}
#WFC .termPopup_modal_cont > section > .termPopup_header{position:fixed; z-index:12; top:0; left:0; width:100%; padding:20px; background:#efefef; box-sizing:border-box;}
#WFC .termPopup_modal_cont > section > .termPopup_header > h2{width:82%; font-size:16px !important; font-weight:600 !important;}
#WFC .termPopup_modal_cont > section > .termPopup_header >.termPopup_close{position:fixed; display:block; top:18px; right:18px; width:28px; height:28px; background:url(../images/bestCustomer/closeBt_hover.png) no-repeat right top; background-size: 28px; text-indent: -9999px;}
#WFC .termPopup_modal_cont > section > .termPopup{position:relative; width:100%; height:100%; padding:80px 18px 80px; box-sizing:border-box;}
#WFC .termPopup_modal_cont > section > .termPopup > li{margin-bottom:14px;}
#WFC .termPopup_modal_cont > section > .termPopup > li > h3{font-size:15px !important; font-weight:600 !important; margin:20px 0 10px;}
#WFC .termPopup_modal_cont > section > .termPopup > li > p{font-size:13px !important; text-align: justify;}
#WFC .termPopup_modal_cont > button{position:fixed !important; bottom:0;}



/* UI ELEMENTS - BUTTON */
    /* TABLE BUTTON */
#WFC button.btn_table_blue,
#WFC input[type="button"].btn_table_blue {
    display: block;
    width: 100%;
    height: 54px;
    background-color: #1490ef;
    border-radius: 6px;
    font: 400 15px 'NotoSansKR';
    color: #fff;
}
#WFC button.btn_table_blue p {
    font: inherit;
    color: inherit;
}
#WFC button.btn_table_blue:focus,
#WFC input[type="button"].btn_table_blue:focus {
    background-color: #0e65a8;
}
#WFC button.btn_table_blue:disabled,
#WFC input[type="button"].btn_table_blue:disabled {
    background-color: #e7f4fd;
}
#WFC button.btn_table_grey,
#WFC input[type="button"].btn_table_grey {
    display: block;
    width: 100%;
    height: 54px;
    background-color: #eef1f4;
    border-radius: 6px;
    font: 400 15px 'NotoSansKR';
    color: #333;
}
#WFC button.btn_table_grey p {
    font: inherit;
    color: inherit;
}
#WFC button.btn_table_grey:focus,
#WFC input[type="button"].btn_table_grey:focus {
    background-color: #d7d9dc;
}
#WFC button.btn_table_grey:disabled,
#WFC input[type="button"].btn_table_grey:disabled {
    background-color: #f8f9fb;
}
    /* BORDER BUTTON */
#WFC .border_btn_wrap {
    width: 100%;
}
#WFC .border_btn_wrap button,
#WFC .border_btn_wrap input[type="button"] {
    width: 100%;
    min-width: 63px;
    height: 43px;
    box-sizing: content-box;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #fff;
    font: 400 15px 'NotoSansKR';
    color: #666;
}
#WFC .border_btn_wrap button p {
    font: inherit;
    color: inherit;
}
#WFC .border_btn_wrap button:focus,
#WFC .border_btn_wrap input[type="button"]:focus {
    border-color: #bcbcbc;
    color: #333;
}
#WFC .border_btn_wrap button:disabled,
#WFC .border_btn_wrap input[type="button"]:disabled {
    border-color: #efefef;
    color: #d1d1d1;
}
    /* BORDER BUTTON - 버튼 개수 */
#WFC .border_btn_wrap.btn_one button,
#WFC .border_btn_wrap.btn_one input[type="button"] {
    display: block;
    width: 100%;
}
#WFC .border_btn_wrap.btn_half {
    display: flex;
}
#WFC .border_btn_wrap.btn_half button,
#WFC .border_btn_wrap.btn_half input[type="button"] {
    display: block;
    width: calc(50% - 8px);
}
#WFC .border_btn_wrap.btn_half button:nth-child(1),
#WFC .border_btn_wrap.btn_half input[type="button"]:nth-child(1) {
    margin-right: 8px;
}
#WFC .border_btn_wrap.btn_half button:nth-child(2),
#WFC .border_btn_wrap.btn_half input[type="button"]:nth-child(2) {
    margin-right: 0;
}

/* INOUT BOX BUTTON */
#WFC .in_box_btn {
    display: inline-block;
}
#WFC .in_box_btn button,
#WFC .in_box_btn input[type="button"] {
    width: auto;
    min-width: 63px;
    height: auto;
    padding: 14px 10px;
    background-color: #eef1f4;
    border-radius: 6px;
    font: 400 13px 'NotoSansKR';
    color: #333;
    text-align: center;
}
#WFC .in_box_btn button p {
    font: inherit;
    color: inherit;
}
#WFC .in_box_btn button:focus,
#WFC .in_box_btn input[type="button"]:focus
{
    background-color: #d7d9dc;
    color: #151515;
}
#WFC .in_box_btn button:disabled,
#WFC .in_box_btn input[type="button"]:disabled {
    background-color: #f8f9fb;
    color: #d1d1d1;
}

    /* 팝업 사설 인증 버튼 */
#WFC .border_btn_wrap button.private_certificate p span {
    display: inline-block;
}
#WFC .border_btn_wrap button.private_certificate p span img {
    width: auto;
    height: 22px;
    border-radius: 3px;
}
#WFC .border_btn_wrap button.private_certificate p .ico_kakao {
    background-color: #f2dc01;
}
#WFC .border_btn_wrap button.private_certificate p .ico_pass {
    background-color: #eb2f3f;
    padding: 3px 4px;
    box-sizing: border-box;
}
#WFC .border_btn_wrap button.private_certificate p .ico_toss {
    background-color: #f7f7f7;
}



/* HEADER */
#WFC header {
    display: block;
    width: 100%;
}
#WFC header .header {
    display: table;
    width: 100%;
    height: 54px;
    position: fixed;
    top: 0;
    z-index: 1;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
#WFC header .header .logo_wfc {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/renewal/logo_wfc.png) no-repeat center/106px auto;
    z-index: 0;
}

/* FOOTER */
#WFC footer .woori_footer {
    width: 100%;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}
#WFC footer .woori_footer .footer_logo {
    display: block;
    width: 160px;
    height: 20px;
    margin: 0 auto;
    background: url("../images/renewal/logo_woori_gray.png") no-repeat center/auto 100%;
}
#WFC footer .woori_footer .footer_info {
    width: 100%;
    padding: 10px 10px 0; 
    box-sizing: border-box;
}
#WFC footer .woori_footer .footer_info li {
    width: 100%;
    padding-bottom: 5px;
    font: 500 15px/1.4 'NotoSansKR', sans-serif;
    letter-spacing: -0.8px;
    color: #666;
}
#WFC footer .woori_footer .footer_info li.copyright {
    font: 400 13px/1.2 'NotoSansKR', sans-serif;
    letter-spacing: -0.25px;
    color: #999;
}

/* 페이지 하단 버튼 */
#WFC .btm_btn_wrap {
    display: flex;
    width: 100%;
    height: 64px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
#WFC .btm_btn_wrap button,
#WFC .btm_btn_wrap input[type="button"]
{
    height: 64px;
    margin: 0;
    padding: 0;
    font: 500 17px 'NotoSansKR !important';
    color: #fff;
    border-radius:0;
}
#WFC .btm_btn_wrap button p {
    font: inherit;
    color: inherit;
}
#WFC .btm_btn_wrap.btn_one button, 
#WFC .btm_btn_wrap.btn_one input[type="button"] {
    width: 100%;
}
#WFC .btm_btn_wrap.btn_half button,
#WFC .btm_btn_wrap.btn_half input[type="button"]
{
    width: 50%;
}
#WFC .btm_btn_wrap.btn_two button.btn_1,
#WFC .btm_btn_wrap.btn_two input[type="button"].btn_1 {
    width: 25%;
}
#WFC .btm_btn_wrap.btn_two button.btn_2,
#WFC .btm_btn_wrap.btn_two input[type="button"].btn_2 {
    width: 75%;
}
#WFC .btm_btn_wrap.btn_three button,
#WFC .btm_btn_wrap.btn_three input[type="button"] {
    width: 33.3%;
}
#WFC .btm_btn_wrap.btn_one button,
#WFC .btm_btn_wrap.btn_one input[type="button"]
{
    background-color: #1490ef;
}
#WFC .btm_btn_wrap.btn_one button:focus,
#WFC .btm_btn_wrap.btn_one input[type="button"]:focus {
    background-color: #0e65a8;
}
#WFC .btm_btn_wrap.btn_one button:disabled,
#WFC .btm_btn_wrap.btn_one input[type="button"]:disabled {
    background-color: #e7f4fd;
}
#WFC .btm_btn_wrap .btn_1 {
    background-color: #9aa5b4;
}
#WFC .btm_btn_wrap .btn_1:focus {
    background-color: #6c747e;
}
#WFC .btm_btn_wrap .btn_1:disabled {
    background-color: #dce0e5;
}
#WFC .btm_btn_wrap .btn_2 {
    background-color: #1490ef;
}
#WFC .btm_btn_wrap .btn_2:focus {
    background-color: #0e65a8;
}
#WFC .btm_btn_wrap .btn_2:disabled {
    background-color: #e7f4fd;
}
#WFC .btm_btn_wrap .btn_3 {
    background-color: #1285dc;
}
#WFC .btm_btn_wrap .btn_3:focus {
    background-color: #0d5993;
}
#WFC .btm_btn_wrap .btn_3:disabled {
    background-color: #c8e4fa;
}


#WFC .contents_wrap {
    width: 100%;
    background-color: transparent;
}

/* 약관 페이지 콘텐츠 */
#WFC .contents_wrap.contents_wrap_terms {
	padding: 53px 0 64px;
}
	/* 헤더만 있을 때 */
#WFC .contents_wrap.contents_wrap_header {
	padding-top: 53px;
}
	/* 하단 버튼만 있을 때 */
#WFC .contents_wrap.contents_wrap_btm_btn {
	padding-bottom: 64px;
}
/* 페이지 콘텐츠 섹션 */
    /* 반드시 section 태그만 사용하세요 */
#WFC .contents_wrap section {
    padding: 30px 24px;
    margin: 0;
    border-bottom: 7px solid #f5f5f5;
}
#WFC .contents_wrap section {
    background-color: #fff;
}
#WFC .contents_wrap section:last-child {
    border-bottom: none;
}

/* 페이지 콘텐츠 섹션 STEP */
#WFC .contents_wrap .step_wrap {
    width: 100%;
    padding: 25px 0;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5;
}
#WFC .step_wrap {
    width: 100%;
    padding: 25px 0;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5;
}
#WFC .step_wrap .step {
    display: table;
    width: auto;
    height: 23px;
    margin: 0 auto;
}
#WFC .step_wrap .step li {
    display: table-cell; 
    vertical-align: top;
    width: 23px; 
    height: 23px; 
    text-indent: -9999px;
    background-color: transparent;
}
#WFC .step_wrap .step .step_hr_border {
    width: 10px; 
    height: 23px;
}
#WFC .step_wrap .step .step_hr_border > span {
    display: block; 
    height: 50%; 
    border-bottom: 1px solid #bcbcbc;
}
#WFC .step_wrap .step .step_hr_border > span.on {
    border-bottom: 1px solid #0a4878;
}
#WFC .step_wrap .step .step_ok{background:url(../images/renewal/header_step_ok.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step1_on{background:url(../images/renewal/header_step1_on.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step2_on{background:url(../images/renewal/header_step2_on.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step3_on{background:url(../images/renewal/header_step3_on.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step4_on{background:url(../images/renewal/header_step4_on.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step5_on{background:url(../images/renewal/header_step5_on.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step1{background:url(../images/renewal/header_step1_off.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step2{background:url(../images/renewal/header_step2_off.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step3{background:url(../images/renewal/header_step3_off.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step4{background:url(../images/renewal/header_step4_off.png) no-repeat center center; background-size:23px;}
#WFC .step_wrap .step .step5{background:url(../images/renewal/header_step5_off.png) no-repeat center center; background-size:23px;}


/* 페이지 콘텐츠 섹션 - 타이틀 */
#WFC .contents_wrap section.page_title {}
    /* 스텝 타이틀 */
#WFC .page_title h2.step_tit {
    color: #333;
    font-weight: 400;  
    font-size: 22px; 
    word-break: keep-all; 
    background: none;
}
#WFC .page_title p {
    padding-bottom: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
#WFC .page_title p:last-child {
    padding-bottom: 0;
}
    /* 제목(h2) 아래에만 패딩 주기 */
#WFC .page_title h2 + p {
    padding-top: 15px;
}
    /* 완료 페이지 타이틀 + 본문 */
#WFC .page_title.page_completed h2 {
    padding: 140px 0 0;
    position: relative;
    text-align: center;
    font: 400 25px 'NotoSansKR';
    color: #151515;
}
#WFC .page_title.page_completed h2:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50px;
    left: calc(50% - 30px);
    background: url(../images/renewal/chk_checked.png) center center/100%;
}
#WFC .page_title.page_completed p {
    padding-bottom: 10px;
    text-align: center;
    font: 400 15px 'NotoSansKR';
    color: #151515;
    word-break: keep-all;
}


/* 진행 콘텐츠 본문
 * 반드시 conSec > UL.info_wrap 만 사용
 */
#WFC .contents_wrap section.conSec .info_wrap {}
    /* 모든 섹션의 마지막 li 밑패딩 제거 */
#WFC .conSec .info_wrap > li:last-child {
    padding-bottom: 0;
}

/* 진행 콘텐츠 - TYPHOGRAPHY */
#WFC .conSec .info_wrap .txt_ele {}
    /* 진행 콘텐츠 SECTION TITLE */
#WFC .conSec .info_wrap h3.sec_tit {
    font: 500 17px 'NotoSansKR';
    color: #333;
    padding-bottom: 20px;
}
#WFC .conSec .info_wrap .round_desc {
    padding: 20px 24px;
    background-color: #f2f5f9;
    border-radius: 6px;
    margin-top: 30px;
}
#WFC .conSec .info_wrap .round_desc p {
	word-break: keep-all;
	text-align: center;
}

/* 진행 콘텐츠 - 약관 체크박스 */
#WFC .conSec .info_wrap .check_ele > .chk_area {
    display: flex;
    flex-wrap: wrap;
}
    /* CHECK BOX DEFAULT */
#WFC .conSec .info_wrap .check_ele.chkbox_default > .chk_area {
    padding: 7px 0;
}
#WFC .conSec .info_wrap .check_ele.chkbox_default > .chk_area input[type="checkbox"] {
    width: 26px;
    height: 26px;
    padding-right: 16px;
    box-sizing: content-box;
    background: transparent url(../images/renewal/chk_unchecked.png) no-repeat 0 0/26px auto;
    border: none; 
    border-radius: 0px; 
}
#WFC .conSec .info_wrap .check_ele.chkbox_default > .chk_area input[type="checkbox"]:checked {
    background: transparent url(../images/renewal/chk_checked.png) no-repeat 0 1px/26px auto;
}
#WFC .conSec .info_wrap .check_ele.chkbox_default > .chk_area input[type="checkbox"] + label {
    width: calc(100% - 42px);
    position: relative;   
}
#WFC .conSec .info_wrap .check_ele.chkbox_default > .chk_area input[type="checkbox"] + label p {
    font: 500 16px 'NotoSansKR';
    color: #151515;
    word-break: keep-all;
}

    /* CHECK BOX SMALL */
#WFC .conSec .info_wrap .check_ele.chkbox_small {
    padding-bottom: 26px;
}
#WFC .conSec .info_wrap .check_ele.chkbox_small:last-child {
    padding-bottom: 0;
}
#WFC .conSec .info_wrap .check_ele.chkbox_small > .chk_area input[type="checkbox"] {
    width: 15px;
    height: 17px;
    padding-left: 6px;
    padding-right: 21px;
    box-sizing: content-box;
    background: transparent url(../images/renewal/chk_unchecked_small.png) no-repeat 6px 4px/15px auto;
    border: none; 
    border-radius: 0px; 
}
#WFC .conSec .info_wrap .check_ele.chkbox_small > .chk_area input[type="checkbox"]:checked {
    background: transparent url(../images/renewal/chk_checked_small.png) no-repeat 5px 4px/15px auto;
}
#WFC .conSec .info_wrap .check_ele.chkbox_small > .chk_area input[type="checkbox"] + label {
    width: calc(100% - 42px);   
    box-sizing: border-box;
    padding-right: 24px;
    position: relative;
}
#WFC .conSec .info_wrap .check_ele.chkbox_small > .chk_area input[type="checkbox"] + label p {
    font: 400 13px 'NotoSansKR';
    color: #151515;
    word-break: keep-all;
}
#WFC .conSec .info_wrap .check_ele.chkbox_small > .chk_area input[type="checkbox"] + label a.term_list_open {
    background: url(../images/renewal/btn_open.png) no-repeat center center; 
    background-size: 20px auto;
}
#WFC .conSec .info_wrap .check_ele.chkbox_small > .chk_area input[type="checkbox"] + label a.term_list_open {
    background: url(../images/renewal/btn_close.png) no-repeat center center; 
    background-size: 20px auto;
}

    /* CHECK BOX QUIET-1 단독사용 불가 */
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_1 > .chk_area input[type="checkbox"] {
    width: 20px;
    height: 22px;
    padding-left: 3px;
    padding-right: 20px;
    box-sizing: content-box;
    background: transparent url(../images/renewal/chk_unchecked.png) no-repeat 3px 2px/20px auto;
    border: none; 
    border-radius: 0px; 
}
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_1 > .chk_area input[type="checkbox"]:checked {
    background: transparent url(../images/renewal/chk_checked.png) no-repeat 3px 2px/20px auto;
}
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_1 > .chk_area input[type="checkbox"] + label {
    width: calc(100% - 43px);   
    position: relative;
}
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_1 > .chk_area input[type="checkbox"] + label p {
    font: 400 15px 'NotoSansKR';
    color: #151515;
    word-break: keep-all;
}
    /* CHECK BOX QUIET-2 단독사용만 가능 */
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_2 > .chk_area input[type="checkbox"] {
    width: 20px;
    height: 22px;
    padding-left: 3px;
    padding-right: 7px;
    box-sizing: content-box;
    background: transparent url(../images/renewal/chk_unchecked.png) no-repeat 3px 2px/20px auto;
    border: none; 
    border-radius: 0px; 
}
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_2 > .chk_area input[type="checkbox"]:checked {
    background: transparent url(../images/renewal/chk_checked.png) no-repeat 3px 2px/20px auto;
}
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_2 > .chk_area input[type="checkbox"] + label {
    width: calc(100% - 30px);   
    position: relative;
}
#WFC .conSec .info_wrap .check_ele.chkbox_quiet_2 > .chk_area input[type="checkbox"] + label p {
    font: 400 15px 'NotoSansKR';
    color: #151515;
    word-break: keep-all;
}
	/* 약관 보이기 화살표 */
#WFC .conSec .info_wrap .check_ele .chk_area input[type="checkbox"] + label a.term_right_arrow {
    display: inline-block;
    width: 24px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;background: url(../images/renewal/btn_arrow.png) no-repeat center/auto 14px;
}
    /* TERMS Slide Up/Down 약관 숨기기, 보이기 */
#WFC .conSec .info_wrap .check_ele.hide_term_li .chk_area input[type="checkbox"] + label a.hide_term_btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}
#WFC .conSec .info_wrap .check_ele.hide_term_li.hide_term_on .chk_area input[type="checkbox"] + label a.hide_term_btn {
    background: url(../images/renewal/btn_open.png) no-repeat center/17px auto;
}
#WFC .conSec .info_wrap .check_ele.hide_term_li.hide_term_off .chk_area input[type="checkbox"] + label a.hide_term_btn {
    background: url(../images/renewal/btn_close.png) no-repeat center/17px auto;
}
    /* hide_term 패딩 */
#WFC .conSec .info_wrap .check_ele .hide_terms {
    padding-top: 10px;
}


/* 진행 콘텐츠 - INPUT 입력 */
    /* INPUT TYPOGRAPHY */
#WFC .conSec .info_wrap .txt_ele .in_tit {
    font: 500 15px 'NotoSansKR';
    color: #151515;
    padding-bottom: 20px;
}
#WFC .conSec .info_wrap .input_ele .in_head {
    padding-bottom: 10px;
}
#WFC .conSec .info_wrap .input_ele .in_head p {
    font: 400 15px 'NotoSansKR';
    color: #151515;
} 
#WFC .conSec .info_wrap .input_ele .in_desc {
    margin-top: 10px;
} 
#WFC .conSec .info_wrap .input_ele .in_desc p {
    font: 400 13px 'NotoSansKR';
    color: #666;
} 
    /* INPUT ELEMENTS */
#WFC .conSec .info_wrap .input_ele {
    padding-bottom: 45px;
}
#WFC .conSec .info_wrap .input_ele .in_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#WFC .conSec .info_wrap .input_ele .in_area input[type="text"], 
#WFC .conSec .info_wrap .input_ele .in_area input[type="number"], 
#WFC .conSec .info_wrap .input_ele .in_area input[type="tel"],
#WFC .conSec .info_wrap .input_ele .in_area input[type="password"], 
#WFC .conSec .info_wrap .input_ele .in_area input[type="search"],
#WFC .conSec .info_wrap .input_ele .in_area input[type="submit"] {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
}
#WFC .conSec .info_wrap .input_ele .in_area input[type="text"], 
#WFC .conSec .info_wrap .input_ele .in_area input[type="number"], 
#WFC .conSec .info_wrap .input_ele .in_area input[type="tel"],
#WFC .conSec .info_wrap .input_ele .in_area input[type="password"], 
#WFC .conSec .info_wrap .input_ele .in_area input[type="search"],
#WFC .conSec .info_wrap .input_ele .in_area input[type="submit"],
#WFC .conSec .info_wrap .input_ele .in_area select
{   
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #bcbcbc;
}

#WFC .conSec .info_wrap .input_ele .in_area input[type="text"]::placeholder,
#WFC .conSec .info_wrap .input_ele .in_area input[type="number"]::placeholder,
#WFC .conSec .info_wrap .input_ele .in_area input[type="tel"]::placeholder,
#WFC .conSec .info_wrap .input_ele .in_area input[type="submit"]::placeholder,
#WFC .conSec .info_wrap .input_ele .in_area input[type="search"]::placeholder,
#WFC .conSec .info_wrap .input_ele .in_area input[type="password"]::placeholder
{
    font-weight: 300;
    font-size: 17px;
    color: #bcbcbc;
}
/* INPUT RADIO */
    /* Default Radio Button */
#WFC .conSec .info_wrap .input_ele .in_area.radio_default {
    padding: 7px 0;
}
#WFC .conSec .info_wrap .input_ele .in_area.radio_default input[type="radio"]{
    width: 26px;
    height: 26px;
    padding-right: 16px;
    box-sizing: content-box;
    background: transparent url("../images/renewal/radio_unchecked.png") no-repeat left center/26px auto;
    border: none; 
    border-radius: 0px;
}
#WFC .conSec .info_wrap .input_ele .in_area.radio_default input[type="radio"]:checked {
    background: transparent url("../images/renewal/radio_checked.png") no-repeat left center/26px auto;
}
#WFC .conSec .info_wrap .input_ele .in_area.radio_default input[type="radio"] + label {
    display: table;
    width: auto;
    height: auto;
    margin-right: 45px;
    border: none;
    border-radius: 0;
}
#WFC .conSec .info_wrap .input_ele .in_area.radio_default input[type="radio"] + label p {
    display: table-cell;
    vertical-align: middle;
    font: 400 15px 'NotoSansKR';
    color: #151515;
}
#WFC .conSec .info_wrap .input_ele .in_area.radio_default input[type="radio"]:last-of-type + label {
    margin-right: 0
}
    /* Segment Control Radio Button */
#WFC .conSec .segment_control .seg_list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
#WFC .conSec .segment_control .seg_list li {
    position: relative;
}
#WFC .conSec .segment_control .seg_list li::before {
    content: '';
    display: block;
    width: 1px;
    height: 23px;
    position: absolute;
    top: 11px;
    right: 0;
    z-index: 0;
    background-color: #f5f5f5;
}
#WFC .conSec .segment_control .seg_list li:last-child::before {
    content: none;
}
#WFC .conSec .segment_control .seg_list li input[type="radio"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
}
#WFC .conSec .segment_control .seg_list li input[type="radio"] + label {
    display: inline-block;
    width: 100%;
    padding: 12px 6px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}
#WFC .conSec .segment_control .seg_list li input[type="radio"] + label p {
    text-align: center;
    font: 400 14px 'NotoSansKR';
    color: #666;
}
#WFC .conSec .segment_control .seg_list li input[type="radio"]:checked + label {
    border: 1px solid #1364ba;
}
#WFC .conSec .segment_control .seg_list li input[type="radio"]:checked + label p {
    font-weight: 500;
    color: #1364ba;
}
    /* in_head 밑패딩 조정 */
#WFC .conSec .info_wrap .input_ele .in_head + .in_area.segment_control {
    padding-top: 4px;
}

    /* 탭 개수 */
#WFC .conSec .segment_control .seg_list.seg_two li {
    width: 50%;
}
#WFC .conSec .segment_control .seg_list.seg_three li {
    width: 33.3%;
}


/* INPUT SELECT BOX */
#WFC .conSec .info_wrap .input_ele .in_area .select_box {
    width: 100%;
    padding: 9px 28px 9px 0;
    box-sizing: border-box;
    font: 300 17px 'NotoSansKR';
    color: #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    background: transparent url(../images/renewal/select_btn.png) no-repeat right center/17px auto;
}
#WFC .conSec .info_wrap .input_ele .in_area .select_box span {
    font: inherit;
    color: inherit;
}

#WFC .conSec .info_wrap .input_ele .in_area .address_box.addr_search {
    width: 100%;
    padding: 9px 28px 9px 0;
    box-sizing: border-box;
    font: 300 17px 'NotoSansKR';
    color: #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    background: transparent url(../images/renewal/btn_search.png) no-repeat right center/17px auto;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box.addr_search span {
    font: inherit;
    color: inherit;
}

#WFC .conSec .info_wrap .input_ele .in_area .address_box.addr_display {
    padding-top: 4px;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box.addr_display .addr_list {
    border-top: 1px solid #bcbcbc;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box.addr_display .addr_list .rcv_li {
    border-top: 1px solid #bcbcbc;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box li {
    font: 400 13px 'NotoSansKR';
    color: #666;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box .addr_list .post_num {
    padding-bottom: 10px;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box .addr_list .addr_txt {
    padding-bottom: 5px;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box .addr_btn_wrap {
    width: 100%;
    position: relative;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box .addr_btn_wrap .addr_edit_btn {
    float: right;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    background: #eef1f4;
}
#WFC .conSec .info_wrap .input_ele .in_area .address_box .addr_btn_wrap .addr_edit_btn p {   
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
    /* 인증번호 입력 */
#WFC .conSec .info_wrap .input_ele .in_area.authorization_number {
    position: relative;
}
#WFC .conSec .info_wrap .input_ele .in_area.authorization_number input[type="number"] {
    width: calc(100% - 80px);
}
#WFC .conSec .info_wrap .input_ele .in_area.authorization_number .in_box_btn {
    margin-left: auto;
}
#WFC .conSec .info_wrap .input_ele .in_area.authorization_number .in_box_btn input[type="button"] {
    width: auto;
    height: auto;
    font: 400 13px 'NotoSansKR';
    color: #333;
    text-align: center;
    background-color: #eef1f4;
    border-radius: 6px;
}
#WFC .conSec .info_wrap .input_ele .in_area.authorization_number .in_timer {
    position: absolute;
    top: calc(50% - 11px);
    right: 80px;
    font: 400 13px 'NotoSansKR';
    color: #333;
}
    /* 분할용 대쉬 바 */
#WFC .conSec .info_wrap .input_ele .in_area .numDivine {
    width: 2%;
    height: 20.5px;
    margin: 0 3%;
    border-bottom: 2px solid #333;
    color: transparent;
}
#WFC .conSec .info_wrap .input_ele .in_area .numEncrypted {
    font: 400 12px/45px 'NotoSansKR'  !important;
    color: #333;
    letter-spacing: 0.25em;
}
#WFC .conSec .info_wrap .input_ele .in_area input[type="number"].placeholder_numEncrypted::placeholder,
#WFC .conSec .info_wrap .input_ele .in_area input[type="password"].placeholder_numEncrypted::placeholder {
    position: relative;
    top: -3px;
    font: 400 12px/45px 'NotoSansKR' !important;
    letter-spacing: 0.25em;
    text-align: center;
}


/* 진행 콘텐츠 - OUTPUT 수신 */    
    /* OUTPUT TYPOGRAPHY */
#WFC .conSec .info_wrap .txt_ele .out_tit {
    font: 500 15px 'NotoSansKR';
    color: #151515;
    padding-bottom: 13px;
}
#WFC .conSec .info_wrap .output_ele .out_head {
    max-width: 25%;
}
#WFC .conSec .info_wrap .output_ele .out_head p {
    text-align: left;
    word-break: keep-all;
    font: 400 14px 'NotoSansKR';
    color: #999;
}
    /* OUTPUT ELEMENTS */
#WFC .conSec .info_wrap .output_ele {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #ebebeb;
}
    /* 첫 줄만 보더탑 적용 */
#WFC .conSec .info_wrap .output_ele ~ .output_ele {
    border-top: none;
}#WFC .conSec .info_wrap .output_ele:last-child {
    border-bottom: none;
}
#WFC .conSec .info_wrap .output_ele .out_area {
    margin-left: auto;
    padding-left: 10px;
    box-sizing: border-box;
    max-width: calc(75% - 10px);
}
#WFC .conSec .info_wrap .output_ele .out_area p {
    text-align: right;
    word-break: keep-all;
    font: 400 14px 'NotoSansKR';
    color: #333;
}




/* UI ELEMENTS TAB */
#WFC .conSec .tab_wrap {
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
}
#WFC .conSec .tab_wrap .hor_tab {
    display: flex;
    border-bottom: 1px solid #ebebeb;
}
#WFC .conSec .tab_wrap .hor_tab li {
    position: relative;
}
    /* TAB RADIO */
#WFC .conSec .tab_wrap .hor_tab li input[type="radio"] {
    position: absolute;
    width: 100%;
    background: none;
}
#WFC .conSec .tab_wrap .hor_tab li input[type="radio"] + label {
    display: block;
    width: 100%;
    text-align: center;
}
#WFC .conSec .tab_wrap .hor_tab li input[type="radio"] + label p {
    display: inline-block;
    width: auto;
    height: 40px;
    position: relative;
    font: 400 17px/40px 'NotoSansKR';
    color: #666;
}
#WFC .conSec .tab_wrap .hor_tab li input[type="radio"]:checked + label p {
    font-weight: 500;
    color: #151515;
}
#WFC .conSec .tab_wrap .hor_tab li input[type="radio"]:checked + label p::before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 2px;
    position: absolute;
    left: -10px;
    bottom: 0;
    background-color: #151515;
}
    /* 탭 개수 */
#WFC .conSec .tab_wrap .hor_tab.tab_two li {
    width: 50%;
}
#WFC .conSec .tab_wrap .hor_tab.tab_three li {
    width: 33.3%;
}
    /* BOTTOM SHEET TAB */
#WFC .btm_sheet_zone .btm_sheet .conSec .tab_wrap {
    padding-top: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 70px;
    z-index: 1;
}

/* SEARCH BOX */
#WFC .search_wrap {}
#WFC .search_wrap .search_tab {
    width: 100%;
}    
    /* BOTTOM SHEET SEARCH BOX */
#WFC .btm_sheet_zone .btm_sheet .search_wrap .search_tab {
    padding-top: 10px;
}
#WFC .search_wrap .search_tab .search_bar.sTab_style_1 {
    position: relative;
}
#WFC .search_wrap .search_tab .search_bar.sTab_style_1 input[type="text"] {
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border-bottom: 2px solid #bcbcbc;
}
#WFC .search_wrap .search_tab .search_bar.sTab_style_1 input[type="text"]::placeholder {
    font: 300 17px 'NotoSansKR';
    color: #bcbcbc;
}
#WFC .search_wrap .search_tab .search_bar.sTab_style_1 input[type="text"]:focus{
    border-bottom: 2px solid #29a0e6;
}  
#WFC .search_wrap .search_tab .search_bar.sTab_style_1 .search_ico {
    width: 30px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url("../images/renewal/btn_search.png") no-repeat center/15px auto;
}
#WFC .search_wrap .search_tab .search_desc {
    padding-top: 5px;
}
#WFC .search_wrap .search_tab .search_desc p {
    font: 400 13px 'NotoSansKR';
    color: #666;
}
    /* SEARCH RESULTS */
#WFC .search_wrap .search_select_list {
    width: 100%;
    padding-top: 30px;
}
    /* 타이틀 유무에 따라 패딩값 차이 있음 */
#WFC .search_wrap .search_select_list .result_tit {
    padding: 15px 0 14px;
}
#WFC .search_wrap .search_select_list .result_tit p {
    font: 500 15px'NotoSansKR';
    color: #151515;
}


/* UI ELEMEMT - TABLE */
#WFC .table_wrap {
    width: 100%;
}
#WFC .table_wrap .table_row {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
#WFC .table_wrap .table_row .cell_wrap {
    display: flex;
}
#WFC .table_wrap .table_row .cell_wrap .cell {
    box-sizing: border-box;
    padding: 16px 10px;
    border-right: 1px solid #f5f5f5;
}
#WFC .table_wrap .table_row .cell_wrap .cell:last-child {
    border-right: none;
}
#WFC .table_wrap .table_row .cell_wrap .cell p {
    font: 400 13px 'NotoSansKR';
    color: #666;
}
    /* TABLE - HEAD 제목 */
#WFC .table_wrap .table_row.head_row {
    width: 100%;
    background-color: #f2f5f9;
    border-top: 1px solid #bcbcbc;
}
#WFC .table_wrap .table_row.head_row .cell_wrap .cell p {
    color: #151515;
    text-align: center;
}
#WFC .table_wrap .add_row {
    width: 100%;
    padding: 10px 0;
}
    /* TABLE - 선택가능 INPUT */
#WFC .table_wrap .table_row input[type="radio"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}
#WFC .table_wrap .table_row input[type="radio"]:checked + label p {
    color: #1490ef;
    font-weight: 500;
}
    /* TABLE - ADDRESS 주소 */
#WFC .table_wrap.table_addr .table_row .cell_wrap .cell:nth-child(1) {
    width: calc(100% - 70px);
}
#WFC .table_wrap.table_addr .table_row .cell_wrap .cell:nth-child(2) {
    width: 70px;
    text-align: center;
}
#WFC .table_wrap.table_addr .addressResult_radio {
    width: 100%;
    position: relative;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] {
    position: absolute;
    background: none;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] + label {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] + label .address_check {
    display: none;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] + label .addresstxt {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    font: 400 13px 'NotoSansKR';
    color: #666;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"]:checked + label .addresstxt {
    font-weight: 500;
    color: #1490ef;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] + label .addresstxt .maintxt {
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 16px 10px;
    border-right: 1px solid #f5f5f5;
    font: inherit;
    color: inherit;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] + label .addresstxt .posttxt {
    width: 70px;
    box-sizing: border-box;
    padding: 16px 10px;
    text-align: center;
    font: inherit;
    color: inherit;
}
#WFC .table_wrap.table_addr .addressResult_radio input[type="radio"] + label .addresstxt .subtxt {
    display: none;
}



/* BOTTOM SHEET CSS */
#WFC .btm_sheet_zone {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
#WFC .btm_sheet_zone .btm_sheet {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    bottom: -100vh;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#WFC .btm_sheet_zone .bg_dim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.3);
}
        /* 스크롤업 애니메이션 */
#WFC .btm_sheet_zone .btm_sheet.on {
    animation: _btm_sheet_ani 0.3s ease-out forwards;
}
@keyframes _btm_sheet_ani {
    0% {
        bottom: -100vh;
    }
    100% {
        bottom: 0;
    }
}
    /* BOTTOM SHEET 컨텐츠 */
#WFC .btm_sheet_zone .btm_sheet .conSec {
    width: 100%;
    height: 100%;
}
#WFC .btm_sheet_zone .btm_sheet .conSec .tit_wrap {
    width: 100%;
    height: 60px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
#WFC .btm_sheet_zone .btm_sheet .conSec .tit_wrap h2 {
    width: 100%;
    padding: 0 24px;
    margin: 0;
    box-sizing: border-box;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #151515;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
}
#WFC .btm_sheet_zone .btm_sheet .conSec .tit_wrap .close_btn {
    display: block;
    width: 15px;
    height: 60px;
    padding: 0 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/renewal/closeBt_hover.png) no-repeat center/15px auto;
    color: transparent;
}
#WFC .btm_sheet_zone .btm_sheet .conSec .cont_wrap {
    width: 100%;
    height: 100%;
    padding: 0 24px 30px;
    box-sizing: border-box;
    overflow-y: scroll;
}

    /* BOTTOM SHEET 윗패딩 - 타이틀만 있음 */
#WFC .btm_sheet_zone .btm_sheet .conSec .tit_wrap + .cont_wrap {
    padding-top: 70px;
}
    /* BOTTOM SHEET 윗패딩 - 타이틀+탭 있음 */
#WFC .btm_sheet_zone .btm_sheet .conSec .tab_wrap + .cont_wrap {
    padding-top: 140px;
}
    /* BOTTOM SHEET 셀렉트 리스트 */
#WFC .btm_sheet_zone .btm_sheet .conSec .cont_wrap .pop_selList li {
    width: 100%;
    padding: 15.5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}


/* LAYER POP UP */
#WFC .pop_zone {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
    /* 전체 페이지 FULL 팝업 */
#WFC .modal_full {
    background-color: #fff;
}
#WFC .modal_full .contents_wrap {
    padding: 0;
}
		/* FULL 팝업에 하단 버튼이 있을 시 */
#WFC .modal_full .contents_wrap.contents_wrap_btm_btn {
    height: calc(100% - 64px);
    min-height: calc(100% - 64px);
    overflow: scroll;
}
    /* DIM ALERT DIALOG 딤 모달 레이어 팝업 */
#WFC .dim_alert .bg_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
#WFC .dim_alert .bg_wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    background-color: rgba(0,0,0,0.3);
    touch-action: none;
    -webkit-touch-action: none;
}
#WFC .dim_alert .bg_wrap .alert_wrap {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    top: -5vh;
}
#WFC .dim_alert .bg_wrap .alert_wrap .tit_wrap {
    width: 100%;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
}
#WFC .dim_alert .bg_wrap .alert_wrap .tit_wrap h2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    color: #151515;
}
#WFC .dim_alert .bg_wrap .alert_wrap .tit_wrap .close_btn {
    display: block;
    width: 15px;
    height: 60px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/renewal/closeBt_hover.png) no-repeat center/15px auto;
    color: transparent;
}
#WFC .dim_alert .bg_wrap .alert_wrap .contents_wrap {
	height: auto;
	min-height: 200px;
    max-height: 70vh;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: scroll;
}
#WFC .dim_alert .bg_wrap .alert_wrap .contents_wrap .alert_body {
	padding: 0;
    font: 400 15px 'NotoSansKR';
    color: #333;
    text-align: center;
}
    /* 타이틀이 있는 경우 */
#WFC .dim_alert .bg_wrap .alert_wrap .tit_wrap + .contents_wrap {
    padding: 24px 20px;
}
    /* 하단 버튼 위치 조정 */
#WFC .dim_alert .bg_wrap .alert_wrap .contents_wrap.contents_wrap_btm_btn {
    padding: 40px 20px 104px;
}
#WFC .dim_alert .bg_wrap .alert_wrap .btm_btn_wrap {
    position: absolute;
}


/* 반응형 사이즈 조정 */
@media screen and (max-width : 288px) {

#WFC .contents_wrap section {
    padding: 30px 12px;    
}

}


/* 공통 로딩 딤레이어 #ajaxLoadLayer loadingbar */
#WFC #ajaxLoadLayer {
	width: 100%;
}
#WFC #ajaxLoadLayer .loading_barbox {
	width: 70px;
    height: 70px;
    position: fixed;
    left: calc(50% - 35px);
    top: calc(50% - 70px);
}
#WFC #ajaxLoadLayer .loading_barbox img {
	width: 70px;
    height: auto;
}