@charset "utf-8";

/*---------
//
//		간편대량발송 로그인
//
---------*/
/*common*/
.w100p {
    width: 100% !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

/*input*/
.input01 {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    height: 50px;
    line-height: 1;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-appearance: none;
}

.input01.errorInput {
    border-color: #ce2c35;
}

.input01::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
}

/*checkbox*/
label.check02,
label.check01 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

label.check01 > span {
    word-break: keep-all;
    line-height: 21px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

label.check02 > span {
    word-break: keep-all;
    line-height: 21px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

label.check02 span.c-red {
    color: #ce2c35;
    font-weight: 400;
}

label.check02 input,
label.check01 input {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
    transform: none !important;
    margin-bottom: 0;
    width: auto;
    height: auto;
}

label.check01 .control_indicator {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    background: url(/images/icon/check-off-fd263991a68f137c1beddd7ea5f5701f.png) 0 center no-repeat;
    background-size: 21px 21px;
}

label.check01 input:checked ~ .control_indicator {
    background: url(/images/icon/check-on-3629ec88471b77c684aa817143d9f009.png) 0 center no-repeat;
    background-size: 21px 21px;
}

label.check02 .control_indicator {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    height: 21px;
    width: 21px;
    background: url(/images/icon/check2-off-87a08fa011e5fc2f463e97cab350ae1b.png) 0 center no-repeat;
    background-size: 21px 21px;
}

label.check02 input:checked ~ .control_indicator {
    background: url(/images/icon/check2-on-4db8a6b83e7b79eb87ab9d9f21338e68.png) 0 center no-repeat;
    background-size: 21px 21px;
}


/*button style radio, checkbox*/
.btn-check input[type=radio],
.btn-check input[type=checkbox] {
    display: none;
}

.btn-check input[type=radio] + label,
.btn-check input[type=checkbox] + label {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    color: #999;
}

.board-search .btn-check input[type=radio] + label,
.board-search .btn-check input[type=checkbox] + label {
    border-radius: 5px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
}

.btn-check input[type=radio]:checked + label.btn-secondary,
.btn-check input[type=checkbox]:checked + label.btn-secondary {
    background: #fff;
    color: #1f4d9c;
    border-color: #1f4d9c;
}

.btn-check input[type=radio]:checked + label,
.btn-check input[type=checkbox]:checked + label {
    border: 1px solid #000;
    color: #fff;
    background: #555;
}

.btn-check input[type=radio]:checked:disabled + label,
.btn-check input:disabled + label {
    opacity: 0.6;
    cursor: no-drop
}

.btn-check label {
    margin-right: 5px;
}

.btn-check label:last-child {
    margin-right: 0;
}

/*button*/
button{
    border: 0;
    background: none;
    -webkit-appearance: none;
}

.btn01 {
    display: inline-block;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    font-size: 14px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    vertical-align: middle;
    outline: none;
    border: none;
}

.btn-blue {
    background: #1f4d9c;
    color: #fff;
}

.btn-blue.disabled,
.btn-blue:disabled {
    background: #f1f1f1;
    color: #999 !important;
    cursor: not-allowed;
}

.btn-orange {
    background: #f08200;
    color: #fff;
}

.btn-orange2 {
    background: #da711f;
    color: #fff;
}

.btn-orange > strong {
    color: #fff;
    font-weight: 500;
}

.btn-gray2 {
    background: #4e4e4e;
}

.btn-grey {
    background: #bbbabb;
    color: #fff;
}

.btn-b-blue {
    border: 1px solid #1f4d9c;
    border-radius: 5px;
    color: #1f4d9c;
    background: #fff;
    font-weight: 500;
}

.btn-b-blue.disabled,
.btn-b-blue:disabled {
    background: #fff;
    color: #999;
    border-color: #dfdfdf;
    cursor: not-allowed;
}

.btn-tertiary {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}

.btnWrap.w100p {
    overflow: hidden;
    font-size: 0;
}

.btnWrap.w100p .w50p {
    width: calc(50% - 3px);
}

.btnWrap.w100p .w50p:first-child {
    float: left;
}

.btnWrap.w100p .w50p:last-child {
    float: right;
}

.btnWrap .btn.w100p {
    border: none;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 25px 0;
    border-radius: 0;
}

/*table*/
caption {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.tableWrap {
    display: block;
}

.tableWrap table.table-border {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #000;
}

table.table-border > * {
    word-break: break-all;
}

table.table-border thead th {
    padding: 18px 10px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    background: #f8f8f8;
}

table.table-border thead th:first-child {
    vertical-align: top;
    text-align: left
}

table.table-border tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

table.table-border tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    line-height: 1.5;
    text-align: center;
}

table.table-border tbody td.text-left {
    text-align: left;
    padding: 15px 20px;
}

table.table-border tbody td:last-child {
    border-right: none;
}

table.table-border tbody td .c-black {
    color: #000;
    font-weight: 400;
}

table.table-border tbody td .c-orange {
    color: #f08200;
    font-weight: 400;
}

#bodyWrapper {
    letter-spacing: -0.05rem;
}

/*list*/
ul.list-simple li {
    list-style-type: "-";
    padding-left: 5px;
}

#bodyWrapper > header.pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

#bodyWrapper > header.pageHeader .btnPrev {
    position: absolute;
    top: 0;
    left: 16px;
    width: 40px;
    height: 56px;
    background: url(/images/icon/ico_back-61706f89bf277da0d28961a51801595f.png) center no-repeat;
    background-size: 26px auto;
}

#bodyWrapper > header.pageHeader h1 {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 56px;
}

/*2022-08*/
#bodyWrapper > header.border-blue{
    position: static;
    padding-bottom: 0 !important;
    border-bottom: 1.5px solid #1f4d9c;
}

#bodyWrapper > header.border-blue .btnPrev {
    position: absolute;
    top: 0;
    left: 16px;
    width: 40px;
    height: 56px;
    background: url(/images/icon/ico_back-61706f89bf277da0d28961a51801595f.png) center no-repeat;
    background-size: 26px auto;
}

#bodyWrapper > header.border-blue h1 {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 56px;
}

#bodyWrapper .container#container {
    margin: 0;
    padding: 56px 0 0 0;
    min-height: calc(100vh - 56px);
}

.loginWrap {
    padding: 30px 25px;
    min-height: calc(100vh - 278px);
}

.loginWrap .box {
    padding: 0;
}

.loginWrap h1.logo {
    margin-bottom: 20px;
    display: block;
}

.loginWrap h1.logo a {
    display: block;
    width: 190px;
    margin: 0 auto;
}

.loginWrap h1.logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.loginWrap h1.logo + p {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    line-height: 1.5;
}

.loginWrap .login-form {
    padding: 30px 0 20px;
}

.loginWrap .login-form .form-group {
    margin-bottom: 10px;
}

.loginWrap .login-form .form-group.last {
    margin-bottom: 0;
}

.loginWrap .login-form .form-group .form-label {
    display: none;
}

.loginWrap .login-form .errorText {
    font-size: 14px;
    font-weight: 400;
    color: #ce2c35;
    margin-top: 5px;
    line-height: 1.2;
}

.loginWrap .login-form .form-group .alertCount{
	position:absolute;
	top:560px;
	right:20px;
	width:66px;
	font-size:13px;
	line-height:44px;
	text-align:center;
	color:#e40f23;
	font-weight:400;
}

.loginWrap .btnWrap {
    margin: 30px auto 40px;
}

.loginWrap .btnWrap .btn01 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.sns_login {
    display: block;

    padding: 45px 0 50px;
    background: #f8f8f8;
    text-align: center;
}

.sns_login h2 {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.sns_login h2 + p {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #898989;
}

.sns_login .btn_group {
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.sns_login .btn_group button {
    width: auto;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    margin: 0 20px;
}

.sns_login .btn_group button img {
    width: 55px;
    height: auto;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

/*popup*/
.modal.centerModal {
    width: 86%;
    border-radius: 10px;
    box-shadow: none;
    padding: 0;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal.centerModal.w93p {
    width: 93%;
}

.modal.centerModal > a.close-modal {
    display: none;
}

.modal.centerModal > .inner {
    display: block;
    padding: 20px 20px;
}

.modal.centerModal .header {
    position: relative;
    text-align: center;
}

.modal.centerModal .header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    vertical-align: middle;
}

.modal.centerModal .header .close-modal {
    display: inline-block;
    width: 15px;
    height: 18px;
    text-align: center;
    background: url(/images/icon/ico_close-d67040bca225004d6d53ea70afc1fc14.png) 0 center no-repeat #fff;
    background-size: 15px auto;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.modal.centerModal .section {
    margin-top: 25px;
    text-align: left;
}

.modal.centerModal .section.alert {
    margin-top: 0;
    text-align: center;
    padding: 25px 0 45px;
}

.modal.centerModal .section.alert p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.modal.centerModal .section.alert h2.alertTit {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}

.modal.centerModal .section.alert p.subTit {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 1.2;
}

/*일반회원 팝업*/
.modal.centerModal .header h3.generalMem img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
}

.modal.centerModal .header h3.generalMem p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    vertical-align: middle;
}

.sub-text ul li {
    word-break: keep-all;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

/*회원가입*/
.registerWrap {
    padding: 15px 25px;
}

table.table-border.memTypeTable thead th {
    border-right: none;
}

table.table-border.memTypeTable thead th:first-child {
    border-right: 1px solid #eaeaea;
}

table.table-border.memTypeTable thead th img {
    max-width: 34px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
}

table.table-border.memTypeTable thead th img + p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

table.table-border.memTypeTable tbody th {
    vertical-align: top;
}

table.table-border.memTypeTable tbody td {
    border-right: none;
    padding: 15px 15px;
    vertical-align: top
}

table.table-border.memTypeTable tbody td p + p {
    margin-top: 5px;
}

.btnWrap.memTypeBtn {
    margin: 30px auto;
}

.btnWrap.memTypeBtn.w100p .w50p {
    width: calc(50% - 6px);
}

.btnWrap.memTypeBtn a.btn01 {
    line-height: 1.5;
    height: auto;
    padding: 17px 0;
    font-size: 18px;
}

.registerWrap .joinUsBox .joinUsTitle {
    border-bottom: 1px solid #000;
}

.registerWrap .joinUsBox .joinUsTitle.border-none {
    border-bottom: none;
    padding: 15px 0 0;
}

.registerWrap .joinUsBox .joinUsTitle h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #222;
}

.registerWrap .joinUsBox .joinUsBody {
    margin: 20px auto;
    padding: 0;
}

.findWrap .form-group,
.registerWrap .form-group {
    margin: 0;
}

.findWrap .form-group + .form-group,
.registerWrap .form-group + .form-group {
    margin-top: 20px;
}

.findWrap .form-group .form-label,
.registerWrap .form-group .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

.registerWrap .form-group .form-label > span.c-red {
    margin-left: 5px;
    color: #ce2c35;
    font-size: 16px;
    vertical-align: top;
}

.findWrap .form-group input.form-control,
.registerWrap .form-group input.form-control {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    height: 50px;
    line-height: 1;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-appearance: none;
    letter-spacing: -0.05rem;
}

.findWrap .form-group input.form-control:focus,
.registerWrap .form-group input.form-control:focus {
    border-color: #1f4d9c;
}

.findWrap .form-group input.form-control::-webkit-input-placeholder,
.registerWrap .form-group input.form-control::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    letter-spacing: -0.05rem;
}

.findWrap .form-group input.form-control.errorInput,
.registerWrap .form-group input.form-control.errorInput {
    border-color: #ce2c35;
}

.findWrap .form-group .errorText,
.registerWrap .form-group .errorText {
    font-size: 14px;
    font-weight: 400;
    color: #ce2c35;
    margin-top: 5px;
    line-height: 1.2;
}

.findWrap .form-group input.form-control.disabled,
.findWrap .form-group input.form-control:disabled,
.registerWrap .form-group input.form-control.disabled,
.registerWrap .form-group input.form-control:disabled {
    background: #f8f8f8;
    opacity: 1;
}

.findWrap .form-group .btnInput,
.registerWrap .form-group .btnInput {
    overflow: hidden;
}

.findWrap .form-group .btnInput input,
.registerWrap .form-group .btnInput input {
    width: calc(75% - 5px);
}

.registerWrap .form-group .btnInput.w25p,
.findWrap .form-group .btnInput .btn01,
.registerWrap .form-group .btnInput .btn01 {
    width: 25%;
}

.registerWrap .form-group .btnInput.w25p .btn01 {
    width: 100%;
}

.registerWrap .form-group.inpupBox_3 .form-control {
    width: 21%;
}

/*2022-08*/
/*라디오버튼 추가*/
.findWrap .form-control.form-radio {
    display: inline-block;
    width: auto;
    position: relative;
    cursor: pointer;        
    line-height: 22px;
    padding: 0 0 0 30px;
    height: auto;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    font-weight: 400;
}

.findWrap .form-control.form-radio input[type="radio"]{
    display: none;
}

.findWrap .form-control.form-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.findWrap .form-control.form-radio .form-indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    
    background: #fff;
    border: 1px solid #f07c00;
}

.findWrap .form-control.form-radio:hover input ~ .form-indicator,
.findWrap .form-control.form-radio input:focus ~ .form-indicator {
    background: #fff;
}

.findWrap .form-control.form-radio input:checked ~ .form-indicator {
    background: #fff;
}

.findWrap .form-control.form-radio:hover input:not([disabled]):checked ~ .form-indicator,
.findWrap .form-control.form-radio input:checked:focus ~ .form-indicator {
    background: #fff;
}

.findWrap .form-control.form-radio input:disabled ~ .form-indicator {
    opacity: 0.6;
    pointer-events: none;
}

.findWrap .form-control.form-radio .form-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.findWrap .form-control.form-radio input:checked ~ .form-indicator:after {
    display: block;
}

.findWrap .form-radio .form-indicator {
    border-radius: 50%;
}

.findWrap .form-radio .form-indicator:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 11px;
    width: 12px;
    border-radius: 50%;
    background: #f07c00;
}

.findWrap .form-radio input:disabled ~ .form-indicator:after {
    background: #fff;
}

.findWrap .form-radio + .form-radio{
    margin-left: 20px;
}

/*2023-12*/
/*라디오버튼 추가*/
.registerWrap .joinUsBox .form-control.form-radio {
    display: inline-block;
    width: auto;
    position: relative;
    cursor: pointer;        
    line-height: 22px;
    padding: 0 0 0 30px;
    height: auto;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    font-weight: 400;
}

.registerWrap .joinUsBox .form-control.form-radio input[type="radio"]{
    display: none;
}

.registerWrap .joinUsBox .form-control.form-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.registerWrap .joinUsBox .form-control.form-radio .form-indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    
    background: #fff;
    border: 1px solid #f07c00;
}

.registerWrap .joinUsBox .form-control.form-radio:hover input ~ .form-indicator,
.registerWrap .joinUsBox .form-control.form-radio input:focus ~ .form-indicator {
    background: #fff;
}

.registerWrap .joinUsBox .form-control.form-radio input:checked ~ .form-indicator {
    background: #fff;
}

.registerWrap .joinUsBox .form-control.form-radio:hover input:not([disabled]):checked ~ .form-indicator,
.registerWrap .joinUsBox .form-control.form-radio input:checked:focus ~ .form-indicator {
    background: #fff;
}

.registerWrap .joinUsBox .form-control.form-radio input:disabled ~ .form-indicator {
    opacity: 0.6;
    pointer-events: none;
}

.registerWrap .joinUsBox .form-control.form-radio .form-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.registerWrap .joinUsBox .form-control.form-radio input:checked ~ .form-indicator:after {
    display: block;
}

.registerWrap .joinUsBox .form-radio .form-indicator {
    border-radius: 50%;
}

.registerWrap .joinUsBox .form-radio .form-indicator:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 11px;
    width: 12px;
    border-radius: 50%;
    background: #f07c00;
}

.registerWrap .joinUsBox .form-radio input:disabled ~ .form-indicator:after {
    background: #fff;
}

.registerWrap .joinUsBox .form-radio + .form-radio{
    margin-left: 20px;
}

/*발신번호 부분 추가*/
.registerWrap div.ph-num {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 2px 0;
}

.registerWrap div.ph-num.w75p {
    width: calc(75% - 5px);
}

.registerWrap div.ph-num ul {
    display: block;
    font-size: 0;
}

.registerWrap div.ph-num ul li {
    display: inline-block;
    padding: 0 2.5px;
    position: relative;
}

.registerWrap div.ph-num ul li.w30p {
    width: 30%;
}

.registerWrap div.ph-num ul li.w40p {
    width: 40%;
}

.registerWrap div.ph-num ul li + li:before {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    content: '-';
    font-size: 14px;
    left: -2px;
    color: #000;
    font-weight: 500;
}

.registerWrap div.ph-num ul li > input.form-control {
    border: none;
    width: 100%;
    height: 44px;
    border-radius: 0;
}

.registerWrap div.ph-num ul li > input.form-control.disabled,
.registerWrap div.ph-num ul li > input.form-control:disabled {
    background: #fff;
}

.findWrap .form-group.emailProof .proof .limitTime,
.registerWrap .form-group.emailProof .proof .limitTime {
    line-height: 50px;
    padding: 0 15px 0 10px;
    color: #da711f;
}

.registerWrap .allAgreeCheck {
    margin-bottom: 15px;
}

.allAgreeCheck input[type=checkbox] + label {
    width: 100%;
    vertical-align: middle;
    text-align: left;
    height: 60px;
    line-height: 60px;
}

.allAgreeCheck label.btn01:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 58px;
    background: url(/images/icon/check-off-fd263991a68f137c1beddd7ea5f5701f.png) 0 center no-repeat;
    background-size: 21px 21px;
}

.allAgreeCheck label.btn01 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 58px;
    vertical-align: top;
    margin-left: 8px;
}

.allAgreeCheck input[type=checkbox]:checked + label {
    background: #fff;
    border: 1px solid #da711f;
    color: #da711f;
}

.allAgreeCheck input[type=checkbox]:checked + label.btn01:before {
    background: url(/images/icon/check-on-3629ec88471b77c684aa817143d9f009.png) 0 center no-repeat;
    background-size: 21px 21px;
}

.allAgreeCheck input[type=checkbox]:checked + label.btn01 span {
    color: #da711f;
}

.registerWrap .agreementBox {
    padding: 0 15px;
}

.registerWrap .agreementBox .agreementTitle {
    padding: 10px 0;
    border-bottom: none;
}

.registerWrap .agreementBox label.check01 > span {
    color: #666;
}

.registerWrap .agreementBox .agreementBody {
    border-bottom: 1px solid #dfdfdf;
}

.registerWrap .accordionBtn.iconBtn i.fa {
    font-size: 21px;
    color: #595959;
}

.registerWrap .form-value {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

/*아이디, 비번 찾기*/
.findWrap {
    padding: 15px 25px;
}

.findWrap .idLostTab .tabBtn a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #999;
    font-weight: 400;
    line-height: 1;
    padding: 10px 5px 15px;
    min-width: auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.findWrap .idLostTab .tabBtn a.active {
    color: #1f4d9c;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
}

.findWrap .idLostTab .tabBtn a.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #1f4d9c;
}

.findWrap .findBox {
    padding: 40px 0;
}

.findWrap .findBox p {
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    line-height: 1.5;        
}

.findWrap .greyBox {
    background: #f8f8f8;
    padding: 30px 25px;
    margin: 0 -25px;
}

.findWrap .greyBox ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #898989;
    word-break: keep-all;
}

.findWrap .greyBox ul li + li {
    margin-top: 5px;
}

.findWrap .greyBox a.c-blue {
    color: #1f4d9c;
    position: relative;
}

.findWrap .greyBox a.c-blue {
    display: inline-block;
}

.findWrap .greyBox a.c-blue:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #1f4d9c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}

#bodyWrapper .container#container.mypageConWrap {
    margin: 0;
    padding: 0 0 0 0;
    min-height: calc(100vh - 56px);
}

/*마이페이지 상세*/
/*.pageTitle {
    border-bottom: 1px solid #eaeaea;
}

.pageTitle .pageTitleCon {
    line-height: 1;
    padding: 5px 0;
}

.pageTitle .pageTitleCon a .fa-angle-left {
    font-size: 27px;
    line-height: 1;
    top: 50%;
    left: -3px;
    margin-top: -14px;
    padding: 0;
}*/

/*.pageTitle .form-group .select-control,*/
.registerWrap .form-group .select-control {
    height: 44px;
    line-height: 1;
    margin-left: 3px;
    width: calc(50% - 15px);
}

/*.pageTitle .form-group .select-control select,*/
.registerWrap .form-group .select-control select {
    height: 44px;
    line-height: 1;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding: 0 12px;
}

/*.pageTitle .form-group .select-control .fa,*/
.registerWrap .form-group .select-control .fa {
    top: 11px;
    right: 12px;
    font-size: 21px;
}

/*약관*/
.registerWrap .agreementBox .agreementBody {
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf
}

.agreementInfo,
.agreementBox .agreementBody div p {
    margin-left: 0 !important;
    font-size: 14px;
    color: #999;
}

/*가입완료*/
.registerWrap .registerResultText .thankText {
    padding: 15px 0 20px;
    text-align: center;
    color: #da711f;
    font-size: 24px;
    font-weight: 500;
}

.registerWrap .registerResultText .textCenter {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    line-height: 1.5;
}

/*탈퇴하기*/
.registerWrap .subBox ul li {
    word-break: keep-all;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 1.5;
}

.registerWrap .subBox ul li + li{
    margin-top: 5px;
}

.registerWrap .greyBox {
    background: #f8f8f8;
    padding: 30px 25px;    
}

.registerWrap .greyBox .userHasCash,
.registerWrap .greyBox .userHasCash span,
.registerWrap .greyBox .userHasCash strong{
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 400;    
}

.registerWrap .greyBox .userHasCash strong > *,
.registerWrap .greyBox .userHasCash strong{
    font-weight: 500;
    color: #000;
}

.registerWrap .greyBox .userHasCash strong.c-orange > *,
.registerWrap .greyBox .userHasCash strong.c-orange{
    color: #da711f
}