/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

#container {
    min-width: 1200px;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    /* background: #dddddd; */
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 2px solid #525252;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.lbti_banner,
.left_nav_btn,
.left_nav_wrap,
#top_wrap {
    display: none !important;
}

#header {
    margin-top: 0 !important;
}

#top_btn {
    z-index: 10000;
}

.KDCTotal div,
.KDCTotal a,
._modalWrp div,
._modalWrp a,
.fltWrp div,
.fltWrp a {
    box-sizing: border-box;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}

area:focus {
    outline: none;
}

._inBlock {
    display: inline-block;
    vertical-align: middle;
}

._poRe {
    position: relative;
}

._poAb {
    position: absolute;
}

._poFxd {
    position: fixed !important;
    z-index: 1000;
}

._fltL {
    float: left;
}

._fltR {
    float: right;
}

._clearFx {
    clear: both;
}

._inFlex {
    display: inline-flex !important;
    align-items: center;
}

._hide {
    display: none !important;
}

._ftBold {
    font-weight: bold;
}

._lodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._lodingBg {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.png');
    display: inline-block;
    margin-top: calc(25% - 30px);
}

._lodingCn {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(25% - 30px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 70px;
}

.fltWrp {
    bottom: 150px;
    right: 0;
    width: 292px;
    text-align: center;
}

._modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 0;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

._modalBg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    cursor: pointer;
}

._modalWrp {
    background: #FFFFFF;
    z-index: 10001;
    position: absolute;
    top: 50px;
    left: calc(50% - 325px);
    width: 651px;
    height: 451px;
    box-sizing: border-box;
    border-radius: 8px;
}

/* ._modalApl{
    display: block;
    opacity: 1;
} */


._modalEvd ._modalWrp {
    width: 598px;
    height: 395px;
    left: calc(50% - 299px);
    overflow-x: hidden;
}

.closeBtn {
    /* width: 23px; */
    /* height: 23px; */
    /* background: url('/assets/data/img/promotion/EmrInt/modal/closeBtn.png') center no-repeat; */
    right: 40px;
    top: 40px;
}

.conSec {
    position: relative;
    max-width: 100%;
    width: 100%;
    font-size: 0;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}

.conSec1 {
    background: #121212;
    /* background: url('/assets/data/img/promotion/KdcTotal/2406/1/bg.png') no-repeat center center; */
}

.blink {
    animation: blinkAnim 1.0s infinite;
}

@keyframes blinkAnim {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.conSec2 {
    background: #202020 url('/assets/data/img/promotion/KdcTotal/2503/2/bg.png?v=1') no-repeat center center;
    background-color: white;

}

.conSec2-3 {
    background-color: #121212;

}

.conSec2-4 {
    background: #202020 url('/assets/data/img/promotion/KdcTotal/2503/4/bg.png?v=1') no-repeat center center;

}

.conSec3 {}

.conSec4 {
    background-color: #eceff1;
}

.conSec6 {
    background-color: #202020;
}

.conSec7 {
    background: #202020 url('/assets/data/img/promotion/KdcTotal/2406/7/bg.png?v=1') no-repeat center center;
}

.conSec14 {
    background: #f9f9f9;
}

.lecLst {
    padding-bottom: 84px;
    text-align: left;
}

.lecLst .lecWrp {
    margin-right: 50px;
    margin-bottom: 46px;
    cursor: pointer;
    width: 330px;
}

.lecLst .lecWrp:nth-child(3n+0) {
    margin-right: 0;
}

.lecLst .lecWrp ._thum {
    width: 330px;
    height: 190px;
    margin-bottom: 15px;
    position: relative;
}

.lecLst .lecWrp ._thum ._bdg {
    padding: 0 7px;
    line-height: 23px;
    background-color: #000;
    opacity: 0.8;
    border-radius: 2px;
    bottom: 6px;
    left: 6px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.42px;
    font-size: 14px;
    font-weight: 500;
}

.lecLst .lecWrp ._tit {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.54px;
    color: #161616;
    margin-bottom: 10px;
}

.lecLst .lecWrp ._prc .bsc_prc {
    font-size: 13px;
    letter-spacing: -0.39px;
    color: #919191;
    line-height: 19px;
    text-decoration: line-through;
    padding-right: 7px;
}

.lecLst .lecWrp ._prc .res_prc {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #f73b3b;
    font-weight: bold;
    padding-right: 7px;
}

.lecLst .lecWrp ._prc ._bdg2 {
    border: 1px solid #f73b3b;
    padding: 3px;
    line-height: 19px;
    border-radius: 2px;
    color: #f73b3b;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.36px;
    font-weight: 500;
}



.conSec9 {
    background: #f3f8fc url('/assets/data/img/promotion/KdcTotal/2406/9/bg.png') no-repeat center bottom;
}

.conSec10 {
    background: #202020 url('/assets/data/img/promotion/KdcTotal/2406/10/bg.png') no-repeat center center;
}

.conSec11 {
    background-color: #dce9fd;
}

.rvwWrp {
    position: relative;
    padding-bottom: 128px;
}

.rvwWrp .slick-slide {
    margin: 0 12.5px;
    opacity: 0.7;
}

.rvwWrp .slick-slide.slick-center {
    opacity: 1;
}

.rvwWrp .slick-next,
.rvwWrp .slick-prev {
    display: none !important;
}

.conSec12 {
    background: #dce9fd url('/assets/data/img/promotion/KdcTotal/2505/14/BG.png') no-repeat center center;
}

.conSec13 {
    background-color: #161616;
    padding: 120px 0;
    text-align: left;
}

.conSec13 ._tit {
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    margin-bottom: 55px;
    text-align: left;
}

.conSec13 ._tit2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #398dff;
    text-align: left;
    margin-top: 80px;
}

.conSec13 ._tit2:first {
    margin-top: 0;
}

.conSec13 .conDiv13 {
    max-width: 844px;
    margin: 20px auto;
}

.accordion {
    margin-top: 28px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.47;
    letter-spacing: normal;
    text-align: left;
    color: #c1c1c1;
}

.accordion-item {
    margin-bottom: 5px;
}

.accordion-item-header {
    padding: 10px;
    cursor: pointer;
    border-bottom: solid 2px #4a494a;
}

.accordion-item-body {
    display: none;
    padding: 10px;
}


.accordion-item-header {
    background: url('/assets/data/img/promotion/KDCrecruitEc/17/FAQ_arrow1.png') no-repeat center right;

}

.accordion-item-header.header_active {
    background: url('/assets/data/img/promotion/KDCrecruitEc/17/FAQ_arrow2.png') no-repeat center right;
    color: #fff;
    font-weight: bold;
}

._accordion_href {
    color: cornflowerblue !important;
    text-decoration: underline !important;
}



/*우측 플로팅*/
.conSecFlt {
    position: fixed;
    z-index: 1111;
}

.conSecFlt._sid {
    bottom: calc(50% - 208px);
    right: 10px;
}

/*
._leftArea {
    display: inline-block;
    float: left;

    width: 487px;
    height: 315px;
}

._rightArea {
    display: inline-block;
    width: 613px;
    height: 315px;
    background: white;
    padding: 24px;
}

._hr {
    width: 1100px;
    height: 1px;
    margin: 16px 0px 0px;
    background-color: #d4d4d4;
}

.conDiv14Row2 {
    padding-top: 16px;
}

._bottom {
    font-family: Pretendard;
    font-size: 12.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.64;
    letter-spacing: -0.38px;
    text-align: center;
    color: #919191cc;
    margin-top: 0px;
    padding-bottom: 100px;
}

._title {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.7px;
    text-align: left;
}

._subtitle {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.55px;
    text-align: left;
    color: #202020;
    margin-top: 24px;
    margin-bottom: 16px;
}

._content {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: left;
    color: #202020;
    margin-bottom: 12px;
}

._box {
    margin-top: 10px;
    padding: 8px 0px 8px 16px;
    border-radius: 4px;
    border: solid 1px #2a46ff;
    background-color: white;
    width: 440px;
}

._box_title {
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.58px;
    text-align: left;
    color: #2a46ff;
}

._box_content {
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.58px;
    text-align: left;
    color: #202020
}

._price .span1{
    margin-top: 26px;
    font-size: 22.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.68px;
    text-align: left;
    color: #919191;
    text-decoration: line-through;
    float: left;
}

._price .span2 {
    font-size: 36.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -1.1px;
    text-align: left;
    color: #f73b3b;
    margin-left: 10px;
    float: left;
    margin-top: 12px;
}
    */


.timerWrp {
    width: 100%;
    font-weight: bold;
    line-height: 24px;
    top: 154px;
    left: 0;
    color: #ff4040;
    font-size: 20px;
    text-align: center;
}

.day {
    position: absolute;
    left: 37px;
    top: 45px;
    color: #121212;
    font-size: 72px;
    font-weight: 700;
    width: 89px;
}

.hours {
    position: absolute;
    left: 237px;
    top: 45px;
    color: #121212;
    font-size: 72px;
    font-weight: 700;
    width: 180px;
    letter-spacing: 50px;
    text-align: center;

}

.minute {
    position: absolute;
    left: 567px;
    top: 45px;
    color: #121212;
    font-size: 72px;
    font-weight: 700;
    width: 180px;
    letter-spacing: 50px;
    text-align: center;

}

.seconds {
    position: absolute;
    left: 836px;
    top: 45px;
    color: #121212;
    font-size: 72px;
    font-weight: 700;
    width: 180px;
    letter-spacing: 50px;
    text-align: center;
}

._imgtag {
    position: absolute;
    top: 0px;
    right: 0px;
}

.flt_r_day {
    font-size: 32pt;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 88px;
    left: 0px;
    width: 181px;
    text-align: center;
    color: #FF2121;
}



.application_mod {
    font-family: "SUIT", sans-serif;
    box-sizing: border-box;
    padding: 40px 20px 40px 40px;
    background-color: #FFF;
    width: 750px;
}

.application_mod .top {
    /* height: 40px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.application_mod .top img {
    cursor: pointer;
}

.application_mod .top>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.application_mod .top>div p {
    font-size: 24px;
    font-weight: 800;
    color: #202020;
    margin: 0 8px 0 0;
}

.application_mod .top>div p span:first-child {
    color: #0062df;
}

.application_mod .top>div .requires {
    font-size: 12px;
}

.application_mod .top>div .requires span {
    color: #d42300;
}

.application_mod input.aplInpTxt {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    border: 1px solid #727482;
    min-width: auto;
    width: auto;
}

.application_mod select.splInpSel {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    border: 1px solid #727482;
    border-radius: 2px;
    min-width: auto;
    padding: 0 30px 0 12px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #282828;
    background: #fff url("/assets/data/img/promotion/EmrIns/modal/selectBoxArrow.png") right 12px center no-repeat;
}

.application_mod .apl_con {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}

.application_mod .closeBtn {
    /* width: 23px; */
    /* height: 23px; */
    top: 20px;
    right: 20px;
}

.application_mod .divider {
    height: 2px;
    width: 590px;
    background-color: #575862;
    margin-top: 8px;
    margin-bottom: 24px;
}

.application_mod .divider2 {
    height: 1px;
    width: 590px;
    background-color: #d9d9d9;
    margin-top: 24px;
    margin-bottom: 24px;
}

.application_mod .notice {
    /* background-color: #f2f2f2; */
    border-radius: 10px;
    /* padding: 19px 20px; */
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 22px;
}

.notice span {
    color: #f21429;
}

.apl_text_black {
    background: #ecf4fb;
    padding: 16px;
}

.application_mod .row {
    display: flex;
    align-items: center;
}

.application_mod .row1 {
    margin-bottom: 24px;
}

.application_mod .row1 .aplInpdis {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    padding: 0 5px;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    color: #727482;
}

.application_mod .wrap {
    display: flex;
    align-items: center;
}

.application_mod .wrap p {
    margin: 0 4px;
}

.application_mod .label_input {
    font-size: 14px;
    font-weight: 800;
    color: #202020;
    margin-right: 24px;
    width: 100px;
    height: 34px;
    line-height: 34px;
}

.application_mod .label_input span {
    color: #d42300;
}

.application_mod select {
    font-size: 13px;
    margin-left: 6px;
}

.application_mod .txtinput {
    font-size: 13px;
    padding: 8px 12px 8px 12px;
    min-width: 65px;
}

.application_mod select.splInpSel {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    border: 1px solid #727482;
    border-radius: 2px;
    min-width: auto;
    padding: 0 30px 0 12px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #282828;
    background: #fff url("/assets/data/img/promotion/EmrIns/modal/selectBoxArrow.png") right 12px center no-repeat;
}

.application_mod select.aplInpHp1 {
    width: 75px;
}

.application_mod input.aplInpHp2,
.application_mod input.aplInpHp3 {
    width: 65px;
}

.application_mod .mailinput input {
    width: 120px;
}

.application_mod label {
    font-size: 14px;
    vertical-align: middle;
}

.application_mod .row2 .aplInpdis {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    padding: 0 5px;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    color: #727482;
}

.application_mod .row3 .radiowrap_box {
    margin-right: 24px;
}

.application_mod .row3 .radiowrap {
    height: 22px;
    margin-bottom: 10px;
}

.application_mod input[type=radio]+label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 16px;
    background: url("/assets/data/img/promotion/LrgspPrgrm2407/modal/application/radio_off.png") no-repeat left center;
    padding-left: 21px;
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    margin-right: 22px;
}

.application_mod input[type=radio]:checked+label {
    background: url("/assets/data/img/promotion/LrgspPrgrm2407/modal/application/radio_on.png") no-repeat left center;
}

.application_mod .row4 {
    margin: 16px 0;
}

.application_mod .row4 .aplInpTxt {
    width: 311px;
}

.application_mod .row4 .search_box {
    position: absolute;
    left: 0;
    top: 34px;
    width: 409px;
    height: 204px;
    border: solid 1px #16181a;
    background-color: #ffffff;
    font-size: 14px;
    color: #16181a;
    z-index: 99999;
}

.application_mod .row4 .search_box .list_inner {
    border-bottom: 1px solid #f0f0f0;
    height: 120px;
    width: 304px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*padding: 15px 17px;*/
}

.application_mod .row4 .search_box .list_inner ul {
    padding: 15px 17px;
}

.application_mod .row4 .search_box .list_inner ul li {
    margin-bottom: 15px;
    cursor: pointer;
}

.application_mod .row4 .search_box .list_inner ul li:last-child {
    margin-bottom: 0;
}

.application_mod .row4 .search_box .list_inner div:nth-child(2) {
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

.application_mod .row4 .search_box .list_inner div:nth-child(2) span:nth-child(1) {
    margin-bottom: 5px;
}

.application_mod .row4 .search_box .list_inner div:nth-child(2) span:nth-child(2) {
    color: #505ed1;
    text-decoration: underline;
    cursor: pointer;
}

.application_mod .row4 .listwrap {
    width: 311px;
    height: 175px;
    background-color: #fff;
    border: 1px solid #16181a;
    z-index: 999;
}

.application_mod .row4 .resVal {
    height: 76px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow-y: scroll;
}

.application_mod .row4 .sch_val {
    display: block;
    font-family: "NotoSansCJKkr";
    color: #16181a;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 15px;
}

.application_mod .row4 .no_click {
    text-align: center;
    font-size: 14px;
    font-family: "NotoSansCJKkr";
    color: #505ed1 !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: bold;
}

.application_mod .row4 .noText {
    width: 100%;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    color: #3B3B3D;
    font-size: 14px;
}

.application_mod .row4 .srchVal {
    display: block;
    margin-bottom: 3px;
}

.application_mod .row5 {
    margin-bottom: 16px;
}

.application_mod .row5 .radiowrap_box2 {
    display: flex;
    align-self: flex-end;
}

.application_mod input[type=checkbox] {
    display: none;
}

.application_mod input[type=checkbox]+label {
    cursor: pointer;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-image: url("/assets/data/img/promotion/LrgspPrgrm2407/modal/application/check_off.png");
}

.application_mod input[type=checkbox]:checked+label {
    background-image: url("/assets/data/img/promotion/LrgspPrgrm2407/modal/application/check_on.png");
}

.application_mod .row6 .aplInpTxt {
    width: 311px;
}

.application_mod .row7 .chkwrap {
    margin-bottom: 20px;
}

.application_mod .row7 .chkwrap label {
    font-weight: 500;
}

.application_mod .row7 .chkwrap label span {
    color: #d42300;
    font-weight: 500;
}

.application_mod .row7 .chkwrap label p {
    margin: 4px 0;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #999999;
}

.application_mod button {
    cursor: pointer;
    font-family: "SUIT", sans-serif;
    border: 0;
    width: 590px;
    height: 50px;
    background-color: #0062df;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.application_mod button:hover {
    background-color: #002352;
}


.apl_text_black {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: -0.42px;
    text-align: left;
    color: #282828;
    margin-bottom: 8px;
}

.apl_text_black span {
    color: #cacdd1;
}

.aplInpDpthArea {
    display: inline-block;
    /* background-color: #f3f5f8; */
    /* padding: 26px 48px 22px 24px; */
    border-radius: 4px;
    width: 100%;
    margin-top: 8px;
}

.aplInpTitle {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.45px;
    text-align: left;
    color: #282828;
    margin-bottom: 20px;
}

.row_div1 {
    position: relative;
    height: 44px;
    margin-bottom: 16px;
}

.row_div_img {
    width: 77px;
    height: 44px;
    position: absolute;
    top: -13px;
    left: 26px;
}

.row_div2{
    position: absolute;
    font-weight: 500;
    top: 0px;
    padding-left: 114px;
}

.aplInpTitle span {
    color: #2566ea
}

.aplInpCompany {
    border-radius: 4px;
    border: solid 1px #bababa;
    background-color: white;
    width: 421px;
    margin: 12px 54px 11px 1px;
    padding: 18px 60px 17px 20px;
}

.aplInpBottomText {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #cd2323;
}

.conSec3-1{
    background: #f2f6ff;
}

.conSec8-1{
    background: #f2f6ff;
}

.btnAtr{
    font-size: 12px;
    font-weight: 500;
    float: right;
    color: #50585e !important;
    cursor: pointer;
}