
.btn_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.btn + .btn {
    margin-left: 5px
}

.btn span {
    position: relative
}

.btn:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity .3s, background .3s
}

.btn_big {
    width: 290px;
    height: 75px;
    border-radius: 2px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px
}

.btn_mid {
    width: 260px;
    height: 60px;
    border-radius: 2px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

.btn_mid2 {
    width: 260px;
    height: 70px;
    border-radius: 2px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px
}

.btn_mid3 {
    min-width: 150px;
    padding: 0 20px;
    height: 50px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px
}

.btn_mid4 {
    min-width: 320px;
    padding: 0 1rem;
    height: 64px;
    font-size: 20px;
    border-radius: 3px
}

.btn_link {
    min-width: 150px;
    height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    line-height: 50px
}

.btn_link span {
    padding-right: 22px
}

.btn_link span:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: url(../images/spr_etc.png) -499px -383px no-repeat
}

.btn_sml {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    height: 38px;
    padding: 0 15px;
    font-size: 14px
}

.btn_sml02 {
    height: 45px;
    padding: 0 35px;
    line-height: 43px;
    font-size: 14px
}

.btn_sml03 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 1px;
}

.btn_blue {
    color: #fff;
    background-color: #2b305a
}

.btn_lightblue {
    color: #fff;
    background-color: #848796
}

.btn_blue_border {
    color: #2b305a;
    border: 1px solid #2b305a
}

.btn_white {
    color: #2b305a;
    background-color: #fff;
    border: 1px solid #2b305a
}

.btn_gray {
    color: #606060;
    border: 1px solid #cbcbcb;
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-color: #fff
}

.btn_gray02 {
    background: #e7e7e7;
    font-size: 19px;
    color: #575757;
    font-weight: normal
}

.btn_black {
    background: #323232;
    color: #fff
}

.btn_yellow {
    background: #9f865d;
    color: #fff
}

.btn_deepyellow {
    background: #dcb15c;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.btn_deepyellow::before {
    opacity: 0
}

.btn_green {
    color: #fff;
    background: rgba(43, 126, 43, .96)
}

.btn_deepblue {
    color: #fff;
    background: rgba(31, 83, 152, .98)
}

.btn_share {
    background: #3c5a99;
    color: #fff
}

.btn_share span {
    position: relative;
    padding-left: 15px
}

.btn_share span:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 13px;
    transform: translateY(-50%);
    background: url(../images/spr_etc.png) no-repeat;
    background-size: 800px 800px;
    background-position: 0 -574px
}

.btn_text {
    text-decoration: underline
}

.btn_text.text_blue {
    color: #286bc6
}

.btn_arrow span {
    position: relative;
    padding-right: 28px
}

.btn_arrow span:after {
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    right: 5px;
    transform: translate(0, -50%) rotate(-40deg) skewX(10deg);
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f
}

.btn_grd_blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c5891), color-stop(1, #404975));
    background: -webkit-linear-gradient(top, #4c5891 0, #404975 100%);
    background: linear-gradient(top, #4c5891 0, #404975 100%)
}

.btn_grd_gray {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e3e3e3), color-stop(1, #cacaca));
    background: -webkit-linear-gradient(top, #e3e3e3 0, #cacaca 100%);
    background: linear-gradient(top, #e3e3e3 0, #cacaca 100%)
}

.btn_grd_yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9a866a), color-stop(1, #87765d));
    background: -webkit-linear-gradient(top, #9a866a 0, #87765d 100%);
    background: linear-gradient(top, #9a866a 0, #87765d 100%)
}

.btn_grd_gold {
    background: url(../../images/portal/data/spr_data.png) no-repeat;
    background-size: 800px 800px;
    background-position: left 0 top 0;
    transition: 0.3s
}

.btn.disabled {
    border: 0;
    background: none;
    background: #f6f6f6;
    color: #aaa;
    cursor: default
}

.btn.disabled:before {
    display: none
}

.btn_blind {
    color: #888;
    border: 1px solid #dfdfdf
}

.btn .icon {
    position: relative
}

.btn .icon:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: url(../images/icn_cm_spr.png?v=3) no-repeat;
    background-size: 1600px 1600px
}


.custom_check {
    position: relative;
    display: inline-block
}

.custom_check input[type="checkbox"], .custom_check input[type="radio"] {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 1px;
    height: 1px;
    opacity: 0
}

.custom_check input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -.25px;
    color: #000;
    line-height: 1.3;
    cursor: pointer
}

.custom_check input[type="checkbox"] + label:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    transition: 0.25s;
    box-sizing: border-box;
    transform: translate(0, -50%)
}

.custom_check input[type="checkbox"] + label:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: calc(50% - 6px);
    z-index: 10;
    width: 12px;
    height: 10px;
    background: url(../img/spr_etc.png) 0 -411px no-repeat;
    background-size: 800px 800px
}

.custom_check input[type="checkbox"]:checked + label:before {
    background-color: #2b2f5a;
    border: 1px solid #2b2f5a
}

.custom_check.round input[type='checkbox'] + label:before {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 50%
}

.custom_check.round input[type="checkbox"] + label:after {
    width: 8px;
    height: 8px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 50%
}

.custom_check.round input[type='checkbox']:checked + label:before {
    border-color: #262626
}

.custom_check.round input[type='checkbox']:checked + label:after {
    background: #262626
}

.custom_check.single {
    width: 28px;
    height: 28px;
    box-sizing: border-box
}

.custom_check.single input[type="checkbox"] + label {
    width: 100%;
    height: 100%;
    font-size: 0;
    padding: 0
}

.custom_radio {
    position: relative;
    display: inline-block
}

.custom_radio input[type="radio"] {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 1px;
    height: 1px;
    opacity: 0
}

.custom_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    cursor: pointer
}

.custom_radio input[type="radio"] + label:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom_radio input[type="radio"] + label:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    top: 50%;
    border-radius: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 3px
}

.custom_radio input[type='radio']:checked + label:before {
    border-color: #262626
}

.custom_radio input[type='radio']:checked + label:after {
    background: #262626
}

.custom_input {
    position: relative;
    display: inline-block;
    width: calc(100% - 2px);
    border: 1px solid #b3b3b3;
    box-sizing: content-box
}

.custom_input input[type="email"], .custom_input input[type="password"], .custom_input input[type="text"] {
    width: 100%;
    height: 58px;
    padding: 0 25px;
    font-size: 17px;
    color: #323232;
    box-sizing: border-box;
    border: 0
}

.custom_input.mid input[type="email"], .custom_input.mid input[type="password"], .custom_input.mid input[type="text"] {
    height: 53px
}

.custom_input label:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 54%;
    box-sizing: border-box;
    background: #fff
}

.custom_input.label label {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 17px;
    color: #323232;
    transition: 0.15s
}

.custom_input > *, .custom_input:after, .custom_input:before {
    cursor: text
}

input.active {
    box-shadow: 0 0 0 1px #2b305a
}

.custom_input.sml input[type="text"] {
    height: 43px;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal
}

.custom_input .circle_pending {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

.custom_input.active {
    border: 1px solid #2b305a
}

.custom_input.active label {
    left: 18px;
    top: -8px;
    transform: translate(0, 0);
    padding: 0 9px;
    background-color: #fff;
    font-size: 13px;
    color: #2b305a
}

.custom_input.error {
    border: 1px solid #931313
}

.custom_input.error label {
    color: #931313
}

.custom_input input.active + label {
    left: 18px;
    top: -8px;
    transform: translate(0, 0);
    padding: 0 9px;
    font-size: 13px;
    color: #2b305a
}

.custom_input.error input {
    box-shadow: 0 0 0 1px #931313
}

.custom_input.error input + label, .custom_input.error input:focus + label {
    color: #931313
}

.custom_input.correct input {
    background-color: #e8f0fe
}

.custom_input.icon input[type="password"], .custom_input.icon input[type="text"] {
    padding-right: 60px
}

.custom_input.sml.icon input[type="text"] {
    padding-right: 44px
}

.custom_input.icon:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/spr_etc.png) no-repeat;
    background-size: 800px 800px
}

.custom_input.icon_email:before {
    width: 21px;
    height: 16px;
    background-position: -73px -383px
}

.custom_input.icon_pass:before {
    width: 18px;
    height: 22px;
    background-position: -117px -383px
}

.custom_input.icon_pass_check:before {
    right: 15px;
    width: 22px;
    height: 22px;
    background-position: -225px -383px
}

.custom_input.icon_user:before {
    width: 18px;
    height: 18px;
    background-position: -155px -383px
}

.custom_input.icon_verification:before {
    width: 19px;
    height: 21px;
    background-position: -190px -383px
}

.custom_input.error:before {
    right: 20px;
    width: 21px;
    height: 21px;
    background-position: -35px -447px
}

.custom_input.icn_cal:before {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-position: -383px -383px
}

.custom_input.icon_phone:before {
    width: 18px;
    height: 24px;
    background-position: -585px -383px
}

.custom_input.icon_key:before {
    width: 14px;
    height: 24px;
    background-position: -612px -383px
}

.custom_input input[type="email"]:disabled, .custom_input input[type="password"]:disabled, .custom_input input[type="text"]:disabled, .custom_select select:disabled {
    background: #f4f4f4;
    color: #b3b3b3;
    cursor: not-allowed
}

.custom_input input:disabled + label {
    left: 18px;
    top: -8px;
    transform: translate(0, 0);
    padding: 0 9px;
    font-size: 13px;
    color: #2b305a
}

.custom_input input[readonly] {
    background: #f4f4f4;
    color: #b3b3b3
}

.custom_input input[readonly] + label {
    left: 18px;
    top: -8px;
    transform: translate(0, 0);
    padding: 0 9px;
    font-size: 13px;
    color: #2b305a
}

input:focus {
    box-shadow: 0 0 0 1px #2b305a
}

.custom_input input:focus + label {
    left: 18px;
    top: -8px;
    transform: translate(0, 0);
    padding: 0 9px;
    font-size: 13px;
    color: #2b305a
}

input:disabled:focus {
    box-shadow: 0 0 0 1px #b3b3b3
}

input[readonly]:focus {
    box-shadow: 0 0 0 1px #b3b3b3
}

.custom_select {
    position: relative;
    display: inline-block;
    box-sizing: border-box
}

.custom_select:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 8px;
    height: 8px;
    border-left: 2px solid #4f4f4f;
    border-top: 2px solid #4f4f4f;
    background-color: transparent;
    -webkit-transform: translate(0, -50%) rotate(225deg);
    transform: translate(0, -50%) rotate(225deg);
    position: absolute;
    right: 20px;
    top: 45%
}

.custom_select select {
    width: 100%;
    height: 58px;
    padding: 0 45px 0 25px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    font-size: 18px;
    color: #4f4f4f;
    white-space: nowrap;
    cursor: pointer;
    outline: 0
}

.custom_select.mid select {
    height: 48px;
    box-sizing: border-box;
    font-size: 15px;
    color: #888
}

a {
    color: #1b93a7;
}

.label-bg-color{
    color: #05a5ad;
    background: #d99e0a47;
    border-radius: 10px;
    padding: 1px 1px 1px 10px;
    margin-bottom: 5px;
    width: 230px;
    line-height: 2.0;
}