*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #ddd;
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 2px solid #ddd;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.promotionTmpl, .promotionTmpl section, div, .promotionTmpl div, .promotionTmpl a{
    box-sizing: border-box;
}


._inBlock {
    display: inline-block;
    vertical-align: bottom;
}

area:focus {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.conSec {
    position: relative;
    width: 100%;
    font-size: 0;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}




/* Modal */
.conSecMd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}

.csmBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9001;
    cursor: pointer;
}

.csmCon {
    position: absolute;
    z-index: 9002;
    background: #fff;
    max-height: 800px;
    overflow: auto;
    padding: 40px;
    width: 580px;
}

._aplBaseHeader {
    position: relative;
    padding-bottom: 17px;
    border-bottom: 1px solid #C6CFDC;
    margin-bottom: 20px;
}
._aplBaseHeader ._tit {
    width: 90%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -2%;
    word-break: auto-phrase;
    color: #191919;
}
._aplBaseHeader .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('/assets/img/icon/modal/close_btn.svg') no-repeat top center;
}
._aplBaseBody ._infoBox{
    padding: 16px;
    background-color: #F8FAFB;
    margin-bottom: 20px;
}
._aplBaseBody ._infoBox ._tit{
    font-size: 16px;
    font-weight: 700;
    color: #191E24;
    line-height: 150%;
}
._aplBaseBody ._infoBox ._txt{
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding-bottom: 5px;
    padding-left: 16px;
    word-break: keep-all;
    color: #2F3642;
}
._aplBaseBody ._infoBox ._txt::before {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /*background-color: #2754E7;*/
    background-color: #2F3642;
    top: 7px;
    left: 3px;
}
._aplBaseBody ._infoBox ._txt span{
    color: #2754E7;
    font-weight: 700;
}
._aplBaseBody ._infoBox ._txt span.ft_400 {
    font-weight: 400;
}
._aplBaseBody ._infoBox ._txt2 {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02px;
    font-weight: 400;
    color: #2F3642;
}
.ft_bold {
    font-weight: 700 !important;
}
.ft_udrline {
    text-decoration: underline;
}
._aplCon ._tit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #191E24;
}
._aplCon ._tit2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
    color: #191E24;
}
.pnt_txt {
    color: #2754E7;
}

.notice_box li {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: -0.02px;
    color: #4A5668;
    list-style : disc;
}
.notice_box li ._pnt {
    color: #2754E7;
}

/*근거문구*/
.supporting_box ._tit{
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02px;
    padding-left: 20px;
    color: #191919;
}
.supporting_box ._tit::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 10px;
    left: 6px;
    background-color: #191919;
    border-radius: 50%;
}
.supporting_box ._txt{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02px;
    padding-left: 22px;
    color: #2F3642; 
    margin-bottom: 22px;
}

/*선택된 항목 영역*/
.slc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 8px 0 12px;
    border-radius: 8px;
    border: 1px solid #DEE4ED;
    background-color: #F8FAFB;
    margin-bottom: 8px;
}
.slc_box:last-child {
    margin-bottom: 0;
}
.slc_box .slc_tit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02px;
    color: #2F3642;
    padding: 9px 0;
    width: 90%;
}




/*modal end*/


.mo_header {
    display: none;
}
/*margin,padding*/
._ml20 {
    margin-left: 20px;
}
._mb4 {
    margin-bottom: 4px !important;
}
._mt8 {
    margin-top: 8px;
}
._mt10 {
    margin-top: 10px;
}
._mt12 {
    margin-top: 12px;
}
._mt16 {
    margin-top: 16px !important;
}
._mb12 {
    margin-bottom: 12px !important;
}
._mb16 {
    margin-bottom: 16px !important;
}

._mb19 {
    margin-bottom: 19px !important;
}
._mb20 {
    margin-bottom: 20px !important;
}

._mt22 {
    margin-top: 22px !important;
}

._mb22 {
    margin-bottom: 22px !important;
}

._mb24 {
    margin-bottom: 24px !important;
}

._mt30 {
    margin-top: 30px !important;
}

._mt40 {
    margin-top: 40px !important;
}


._mt32 {
    margin-top: 32px !important;
}

._mb32 {
    margin-bottom: 32px !important;
}
._mb40 {
    margin-bottom: 40px !important;
}
._pb18 {
    padding-bottom: 18px !important;
}

.brd_btm0 {
    border-bottom: 0 !important;
}

.write_box {
    margin-top: 8px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #DEE4ED;
}

.write_box .__tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.02px;
    color: #2754E7;
}

.write_box .dv_line {
    padding-bottom: 8px;
    border-bottom: 1px solid #DEE4ED;
}

.write_box .write_box_dep {
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #DEE4ED;
    background-color: #F8FAFB;
}


/*loading*/

._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/img/icon/loading/loading_img.svg');
    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;
}
/*loading*/
.keyListLodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.logindBgDiv {
    width: 100%;
    height: 100%;
    background: url('/assets/img/icon/loading/loading_img.png') no-repeat center center;
    display: inline-block;
}

.logindCnDiv {
    width: 184px;
    height: 184px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 92px);
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 69px;
}


._cursorP {
    cursor: pointer;
}
._flex {
    display: flex !important;
    flex-wrap: wrap;
}
._PoAb {
    position: absolute;
}

._PoRe {
    position: relative;
}

._PoFix {
    position: fixed;
}

._hide {
    display: none !important;
    
}

.accordion-item-header {
    background: url('/assets/img/promotion/icon/FAQ_arrow1.png') no-repeat center right;
}

.accordion-item-header.header_active {
    background: url('/assets/img/promotion/icon/FAQ_arrow2.png') no-repeat center right;
}

._accordion_href {
    color: cornflowerblue !important;
    text-decoration: underline !important;
}


/* 하단  아코디언 스타일 예제 */
.BottomAccordionMainTitle {
    font-family: Pretendard !important;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: white;
    padding-top: 120px;
    padding-left: 130px;
}

.BottomAccordionTitle {
    font-family: Pretendard !important;
    padding-left: 130px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color: #2196F3;
    margin-top: 80px;
}
.accordion-item-body p a {
    color: #2196F3;
    text-decoration: underline;
}


.accordion {
    max-width: 844px;
    margin: 20px auto;
    margin-top: 28px;
    font-family: Pretendard !important;
    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;
}

.header_active {
    color: white;
    font-weight: bold;
}

.conSecBottomAccordion {
    background-color: black;
    padding-bottom: 130px;
}

/* 하단 아코디언 스타일 종료 */

/*form 태그 (input, select, textarea, radio, checkbox)*/
._ipt, ._slc {
    width: 100%;
    border-radius: 8px;
    height: 50px !important;
    line-height: 48px !important;
    border: 1px solid #A6B2C4 !important;
    padding-left: 14px;
    color: #040404;
    font-weight: 400;
    font-size: 14px;
}
._ipt._ntc {
    border: 1px solid #FA4D4C;
}
._slc {
    background: #fff url('/assets/img/icon/modal/select_arrow.svg') right 22px center no-repeat;
}

._ipt2, ._slc2 {
    min-width: 80px !important;
    width: 80px;
}

.calender_ipt {
    min-width: 162px !important;
    width: 162px;
    background: #fff url('/assets/img/icon/modal/calender_icon.svg') no-repeat right 14px center !important;
    cursor: pointer;
    color: #040404  !important;
    font-weight: 400;
    font-size: 14px;
}

._ipt3, ._slc3 {
    min-width: 141px !important;
    width: 141px;
}
._ipt:disabled, ._slc:disabled {
    background-color: #EFF2F6;
    border: 1px solid #C6CFDC;
}
._ipt4, ._slc4 {
    width: 374px;
}
._ipt5 {
    width: 265px;
}
._slc5 {
    min-width: 105px !important;
    width: 105px;
}
._ipt6 {
    min-width: 128px !important;
    width: 128px;
}
._slc7 {
    min-width: 162px !important;
    width: 162px;
}

._textarea {
    height: 169px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #A6B2C4;
    color: #040404;
    padding: 10px 14px;
    resize: none;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02px;
    font-weight: 400;
}
._textarea::placeholder {
    color: #8898AF;
}

input[type="radio"] {
    display: none;
}

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: 20px;
    background: url('/assets/img/icon/modal/radio.svg') no-repeat left center;
    padding-left: 27px;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    margin-right: 22px;
}

input[type=radio]:checked+label {
    background: url('/assets/img/icon/modal/radio_on.svg') no-repeat left center;
}

input[type=radio]+label>b {
    font-weight: bold;
}

input[type="checkbox"] {
    display: none;
}

input[type=checkbox]+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: 20px;
    background: url('/assets/img/icon/modal/check.svg') no-repeat left center;
    padding-left: 27px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox]:checked+label {
    background: url('/assets/img/icon/modal/check_on.svg') no-repeat left center;
}

.ipt_ntc {
    padding-left: 18px;
    background: url('/assets/img/icon/modal/ipt_notice_icon.svg') no-repeat left center;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #E83534;
    line-height: 140%;
}

button {
    cursor: pointer;
}

button.del_btn {
    width: 24px;
    height: 24px;
    background: url('/assets/img/icon/modal/del_btn.svg') no-repeat left center;
    font-size: 0;
}

button.add_btn {
    width: 76px;
    height: 40px;
    background: url('/assets/img/icon/modal/add_btn.svg') no-repeat left center;
    font-size: 0;
}

button.btn_type1 {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-radius: 8px;
    background-color: #163FC5;
    border: 1px solid #2754E7;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02px;
}
button.btn_type2 {
    width: 173px;
    height: 60px;
    line-height: 58px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #2754E7;
    text-align: center;
    color: #2754E7;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02px;
}
button.btn_type3 {
    width: 244px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #FFC811;
    color: #191E24;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    letter-spacing: -0.02px;
}
button.btn_type4 {
    width: 244px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #163FC5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    letter-spacing: -0.02px;
}

/*구분선*/
._line {
    width: 100%;
    height: 8px;
    background-color: #EFF2F6;

}

/*하단 안내 텍스트*/
.apl_ntc {
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02px;
    color: #4a5668;
    text-align: center;
}

.ntc_info {    
    padding: 12px 10px 12px 38px;
    background: #E835341A url('/assets/img/icon/modal/notice_icon.svg') no-repeat left 16px center ;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.02px;
    margin-bottom: 4px;
}

.container__image {
    width: 100%;
}
._pc {
    display: block !important;
}
._mo {
    display: none !important;
}

/* 화면이 768px 이하일 때 width를 auto로 변경 */
@media screen and (max-width: 768px) {
    ._mo {
        display: block !important;
    }
    ._pc {
        display: none !important;
    }
}
