/*기본설정*/

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** 폰트 **/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.02rem;
    word-break: keep-all;
}

p, span {
    letter-spacing: -0.02rem;
    font-weight: 500;
    word-break: keep-all;
}

span{
    color:#1d47dd;
}

h1 {
    font-size: 40px;
    color: #1F1F24;
}
h2 {
    font-size: 34px;
    color: #1F1F24;
    font-weight:700;
}
h2 span {
    font-weight:700;
}
h3 {
    font-size: 20px;
    color: #5A5C69;
    font-weight: 500;
}

.h3 {
     font-size: 20px;
     color: #5A5C69;
     font-weight: 500;
 }

h4 {
    font-size: 18px;
    color: #5A5C69;
    font-weight:500;
}
.h4 {
    font-size: 18px;
    color: #5A5C69;
    font-weight:500;
 }
    h4 span {
        color: #2D5BFF;
        font-weight:700;
    }

h5 {
    font-size: 13px;
    color:#8a8a8a;
    font-weight:500;
}

h6 {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500;
}


/** 컬러 **/
.white{
    color:#fff;
}
.bg-white{
    background-color:#fff;
}

.bg-navyblue{
    background-color:#282C37;
}

.bg-primary-100{
    background-color: #FBFCFF;
}
.bg-primary-200{
    background-color: #ECF0FF !important;
}
.bg-primary-250{
    background-color: #CBD6FF;
}
.bg-primary-300{
    background-color: #96ADFF;
}
.bg-primary-400{
    background-color: #6C8CFF;
}
.bg-primary-500{
    background-color: #2D5BFF;
}
.bg-primary-600{
    background-color: #1B4AF0;
}
.bg-primary-800{
    background-color: #002ED0;
}

.primary-100{
    color: #FBFCFF;
}
.primary-200{
    color: #ECF0FF;
}
.primary-250{
    color: #CBD6FF;
}
.primary-300{
    color: #96ADFF;
}
.primary-400{
    color: #6C8CFF;
}
.primary-500{
    color: #2D5BFF !important;
}
.primary-600{
    color: #1B4AF0;
}
.primary-800{
    color: #002ED0;
}

.gray-1000{
    color: #1D1E23;
}


.bg-green-200{
    background-color: #E7F4F6 !important;
}
.bg-green-500{
    background-color: #068C9D !important;
}
.green-500{
    color: #068C9D !important;
}
.border-green{
    border: solid 1px #068C9D !important;
}
.br-0{
    border-radius: 0px !important;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1
}
.btn-large {
    width: 100%;
    height: auto;
    background-color: #EFEFEF;
    border: solid 1px #EFEFEF;
    border-radius: 12px;
    font-size: 20px;
    color:#8a8a8a;
    font-weight: 600;
    padding: 20px;
}

.btn-large-act {
    width: 100%;
    height: auto;
    background-color: #282C37;
    border: solid 1px #282C37;
    border-radius: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 20px;
}

.btn-large-primary {
    width: 100%;
    height: auto;
    background-color: #2D5BFF;
    border: solid 1px #2D5BFF;
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 32px;
}

.btn-large-secondary {
    width: 100%;
    height: auto;
    background-color: #ECF0FF;
    border: solid 1px #ECF0FF;
    border-radius: 12px;
    font-size: 24px;
    color: #2D5BFF;
    font-weight: 600;
    padding: 32px;
}

.btn-large-green-act {
    width: 100%;
    height: auto;
    background-color: #068C9D;
    border: solid 1px #068C9D;
    border-radius: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 20px;
}

.btn-large-navy {
    width: 100%;
    height: auto;
    background-color: #282C37;
    border: solid 1px #282C37;
    border-radius: 12px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding: 20px;
}

.btn-50 {
    width: 49%;
    height: auto;
    background-color: #EFEFEF;
    border: solid 1px #EFEFEF;
    border-radius: 12px;
    font-size: 20px;
    color: #8a8a8a;
    font-weight: 600;
    padding: 20px;
}

    .btn-50-add {
        width: 49%;
        height: auto;
        background-color: #EAEAEB;
        border: solid 1px #EAEAEB;
        border-radius: 12px;
        font-size: 20px;
        color: #282C37;
        font-weight: 600;
        padding: 20px;
    }
    .btn-100-st3 {
        width: 100%;
        height: 120px;
        background-color: #ECF0FF;
        border: solid 1px #ECF0FF;
        border-radius: 12px;
        padding: 19px 20px;
    }
    .btn-100-st3 h3{
        font-size: 22px;
        color: #2D5BFF;
        font-weight: 600;
    }
    .btn-100-st4 {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border: solid 4px #1f1f24;
        border-radius: 16px;
        padding: 32px;

        font-weight:bold;
    }
    .btn-100-st4 h3{
        font-size:24px;
        color: #1f1f24;
        font-weight:800;
        padding:10px 16px;
        margin-bottom:0;
    }
        .btn-100-st4:hover {
            background-color: #F4F4F5;
        }
        .btn-100-st4:focus {
            background-color: #F4F4F5;
        }

        .btn-50-st3 {
            height: 120px;
            background-color: #ECF0FF;
            border: solid 1px #ECF0FF;
            border-radius: 12px;
            padding: 19px 20px;
        }
        .btn-50-st3 h3{
            font-size: 22px;
            color: #2D5BFF;
            font-weight: 600;
        }

    .btn-50-act {
        width: 49%;
        height: auto;
        background-color: #282C37;
        border: solid 1px #282C37;
        border-radius: 12px;
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        padding: 20px;
        float: right;
    }
    .btn-50-B {
        width: 49%;
        height: 78px;
        background-color: #EAEAEB;
        border: solid 1px #EDEDED;
        border-radius: 12px;
        font-size: 20px;
        color: #282C37;
        font-weight: 600;
        padding: 19px 20px;
    }

.btn-50-shadow {
    width: 49%;
    height: auto;
    background-color: #fff;
    border-radius: 16px;
    border: solid 1px #00000015;
    font-size: 20px;
    color: #1F1F24;
    font-weight: 600;
    padding: 24px;
    box-shadow: 0px 1px 8px #00000015;
}
.btn-50-shadow:hover {
    width: 49%;
    height: auto;
    background-color: #fff;
    border-radius: 16px;
    border: solid 1px #00000025;
    font-size: 20px;
    color: #1F1F24;
    font-weight: 600;
    padding: 24px;
    box-shadow: 0px 4px 12px #00000025;
}


.btn-mid {
    width: 140px;
    height: 54px;
    background-color: #EFEFEF;
    border: solid 1px #EFEFEF;
    border-radius: 12px;
    font-size: 18px;
    color: #8a8a8a;
    font-weight: 400;
    padding: 0px 0px;
}
.btn-mid-act {
    width: 140px;
    height: 54px;
    background-color: #2D5BFF;
    border: solid 1px #2D5BFF;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px;
}
.btn-st10{
    width: 60px;
    height: 30px;
    font-size: 12px;
    color: #787878;
    border-radius: 0.25rem;
    border: solid 1px #EFEFEF;
}


.btn-st3 {
    width: 30%;
    height: 54px;
    background-color: #EFEFEF;
    border: solid 1px #EFEFEF;
    border-radius: 11px;
    font-size: 16px;
    color: #8a8a8a;
    font-weight: 400;
    padding: 0px 1rem;
}
.btn-st4 {
    width: 60%;
    height: 54px;
    background-color: #2D5BFF;
    border: solid 1px #2D5BFF;
    border-radius: 11px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 0px 1rem;
}
.text-align-center{
    text-align:center;
}
.none-data{
    background: lightgray !important;
    color: #8a8a8a !important;
}



/** 모달 **/
.modal-dialog{
    margin: auto auto;
}

.rounded-2{
    border-radius: 16px;
}
.rounded-3{
    border-radius: 24px;
}
.w-200{
    width:200px;
}


/*드롭다운 메뉴 시작*/

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.9rem;
    clear: both;
    font-size:16px;
    font-weight: 500;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    background-color: transparent;
    border: 0
}

.dropdown-item p{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-bottom: 0rem!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 7.9rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: #ECF0FF;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4e73df
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #b7b9cc;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #EDEDED;
}

.dropdown-line {
    border-width:1px 0 0 0;
    border-color:#ededed;
    margin:6px auto;
}

.btn-primary {
    color: #fff;
    background-color: #2D5BFF;
    border-color: #4e73df;
    text-align:center;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }
        

        
        
        
        
/*드롭다운 메뉴 끝*/
/*기본설정 끝*/
/*--------------------------------------------------------------------------------------------*/
.center-box {
    display: flex;
    justify-content: center;
    align-content: center;
    min-height:588px;
    margin-bottom:60px;
}

.inner-content {
    flex-basis: 33.3%;
    min-width: 588px;
    max-width: 620px;
    padding:0 16px;

}

.top-section {
    height: auto;
    padding: 18px 0 18px;
}

/*header 시작*/
.sidebar-brand-text {
    flex-grow: 6;
}
.sidebar-brand-text h4 {
    font-weight: 800;
    font-size: 20px;
    color: #2D5BFF;
    margin-bottom: 0;
}
.main_logo{
    max-width: 400px;
    max-height: 38px;
}


/*header 끝*/
.nav-drop{
    display:inline-flex;
    float:right;
}
/*ProgressBar 프로그레스바 시작*/
.prog-section {
    padding: 30px 0 0 0;
}

.prog-txt {
    display: flex;
    justify-content: space-between;
    padding: 0 0;
    text-align:center;
}

    .prog-txt h4 {
        font-size: 16px;
        font-weight: 500;
        color: #989898;
        width:110px;
    }

    .prog-txt h5 {
        font-size: 17px;
        font-weight: 700;
        color: #2D5BFF;
        width:104px;
    }


.btn-prog-act {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #2D5BFF;
    color: #2D5BFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    cursor: default !important;
}

.btn-prog-check {
    width: 40px;
    height: 40px;
    background-color: #2D5BFF;
    border-radius: 30px;
    border: 2px solid #2D5BFF;
    color: #2D5BFF;
    font-weight: 600;
    line-height: 17px;
    cursor: default !important;
    padding-left: 4px;
}

.btn-prog {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #8A8A8A;
    border: 2px solid #8A8A8A;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    cursor: default !important;
}

.line-prog {
    width: 100px;
    height: 6px;
    background-color: #C4C4C4;
    border-radius: 6px;
}

.line-prog-act {
    width: 120px;
    height: 6px;
    background-color: #2D5BFF;
    border-radius: 6px;
}

.prog-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 37px;
}
.C_add{
	width:120px;
	margin-left:1.5rem;
	font-weight:600;
	color:#2D5BFF;
	border-right:solid 1px #EDEDED;
}

/*ProgressBar 프로그레스바 끝*/

/* 뒤로가기 버튼 시작 */
.button-back {
    height: 2.4em;
    min-width: 100px;
    border-radius: 2rem;
    letter-spacing: 1px;
    transition: all 0.2s linear;
    cursor: pointer;
    border: solid 1px #EDEDED;
    background: #fff;
}

    .button-back > img {
        margin-right: 4px;
        margin-left: 0px;
        font-size: 21px;
        transition: all 0.4s ease-in;
    }

    .button-back:hover > svg {
        transform: translateX(-4px);
    }

    .button-back > span {
        font-size: 0.9rem;
        letter-spacing: -0.02rem;
        font-weight: 600;
        padding-right: 6px;
        color: #181818;
    }

    .button-back:hover {
        box-shadow: 5px 5px 5px #efefef, -5px -5px 5px #ffffff;
        transform: translateY(-1px);
    }
/* 뒤로가기 버튼 끝 */

/*-------------- 카카오 로그인 페이지 시작--------------*/

.logo_section {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom:30px;
    border-bottom: solid 1px #EDEDED;
}
.title_text {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

    .kakao-btn {
        width: 100%;
        height: auto;
        background-color: #FEE500;
        border: solid 1px #FEE500;
        border-radius: 12px;
        padding: 18px;
        font-size: 20px;
        font-weight: 600;
        color:#191600;
        line-height:2em;
    }

        .kakao-btn svg {
            float: left;
            margin: 9px 0;
        }


/* 체크박스 영역 시작 */

.check-section {
    padding-top: 22px;
    justify-content: space-between;
    display: flex;
}

/* 체크박스 커스터마이징 시작*/
.chk {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: #cccccc;
    border: solid 1px #c4c4c4;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.chk input:checked ~ .checkmark {
    background-color: #2D5BFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display:inline;
}

/* Show the checkmark when checked */
.chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */



.chk .checkmark:after {
    left: 0.5rem;
    top: 0.25rem;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* 체크박스 커스터마이징 끝*/

.check-txt {
    padding-left: 30px;
    color: #323232;
    font-weight: 500;
}
.check-ip{
    font-size:14px;
    color:#323232;
    font-weight:500;
}
    .check-ip span {
        font-weight: 600;
    }

.join-info{
    padding:8px 34px;
}

/*---------------- 카카오 로그인 페이지 끝----------------*/

/*-------------- 서비스 이용약관 페이지 시작--------------*/
.modal-body span {
    color: #323232;
}

.terms-box{
    border:solid 1px #c4c4c4;
    border-radius:10px;
    padding:4px 20px;
    margin-bottom:20px;
}

.allagree-p{
    border-bottom:solid 1px #c4c4c4;
    padding-bottom:10px;
}

.allagree {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
}

.select-p{
    padding:14px 0;

}
.selectagree {
    padding: 6px 0 0 0;
}
.select-txt{
    font-size:18px;
    color:#5c5c5c;
    font-weight:400;
}
.select-p-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom:5px;
}
.read-more{
    padding-top:8px;
}
.read-more a {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 400;
    text-decoration: underline;
}
/*-------------- 서비스 이용약관 페이지 끝 --------------*/

/*--------------- 사업장선택 페이지 시작 ----------------*/

.EID-section {
    display: flex;
}
.EID-box{
    width:440px;
    height:54px;
    margin-right:10px;
}

.B-Name-section{
	padding:8px 0;
}
.B-Name-section h3{
	color:#181818;
	font-weight:600;
}
.B-Name-section h5{
	color:#1B4AF0;
}
.B-Name-section h6{
	color:#FF3030;
}
.error{
	border: 1px solid #FF3030;
}
.B-Name-section h7{
	color:#28B411;
	font-size:14px;
}

/*--------------- 사업장선택 페이지 끝 ---------------*/

/*--------------- 정보연계 페이지 시작 ----------------*/


.cert-section-wrap{
    padding-bottom:20px;
}
.cert-section {
    display: flex;
    margin-bottom: 10px;
}
.cert-P1 {
    width: 50%;
    border-radius: 6px 0 0 6px;
    background-color: #F8F8F8;
    padding:22px 24px 12px;
    border:solid 1px #ededed;

}
.complete {
    background-color: #E6FFE2;
}
.cert-P2 {
    width: 50%;
    border-radius: 0 6px 6px 0;
    background-color: #ffffff;
    padding: 24px 24px 20px;
    border: solid 1px #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

    .cert-P2 h6 {
        padding-top: 10px;
    }

.cert-P1 h3 {
    color: #323232;
    font-weight: 600;
    padding-top: 10px;
}

.status{
    display:table-cell;
    width:50px;
    height:22px;
    border-radius:10px;
    background-color:#8a8a8a;
    color:#fff;
    font-size:11px;
    text-align:center;
    vertical-align:middle;
}

.status-act {
    display: table-cell;
    width: 50px;
    height: 22px;
    border-radius: 10px;
    background-color: #28B411;
    color: #fff;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

    .circle {
        display: table-cell;
        border: solid 1px #c4c4c4;
        background-color:#c4c4c4;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        padding: 7px;
    }


.certDetails {
    width: 50%;
    border-radius: 0 6px 6px 0;
    background-color: #ffffff;
    border: solid 1px #ededed;
    display: flex;
}

    .certDetails h6{
        font-size:12px;
        font-weight:500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .D-category {
        width: 86px;
        padding: 30px 10px 18px 26px;
    }
        .D-category h6{
            color:#323232;
        }

    .D-content {
        width: 180px;
        padding: 30px 10px 18px 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        }
    }
    .D-delete{
        padding-top:4px;
    }
        .D-delete svg{
            cursor:pointer;
        }

/*----------------- 정보연계 페이지 끝 ------------------*/
/*-------------- 자료가져오기 페이지 시작 ---------------*/
.download-section-wrap {
    padding-bottom: 20px;
}
.download-section {
    display: flex;
    margin-bottom: 8px;
    height: 54px;
}

.download-P1 {
    min-width: 140px;
    display: flex;
    align-items: center;
}

    .download-P1 h4{
        font-weight:600;
        color:#323232;
    }


.download-P2 {
    min-width: 130px;
    display: flex;
    align-items:flex-end;
}

    .download-P2 h4{
        font-weight:600;
        color:#323232;
        line-height:2em;
    }

.per-status{
	text-align:right;
	padding-left:10px;
}

.per-status span{
	font-weight:600;
}

.year-section {
    display: flex;
    flex-direction: row;
}
.year-area {
    min-width: 140px;
}
.year-t {
    display: flex;
    width: 100%;
    margin-right: 40px;
}
.year-r {
    display: flex;
    width: 100%;
    margin-right: 0px;
}
        .year-t h4, .year-r h4 {
            font-size: 14px;
            font-weight: 500;
            color: #5c5c5c;
        }
.year-txt {
    display: flex;
    text-align: center;
    width: 20%;
    justify-content: center;
}
.year-txt2{
	display: flex;
    text-align: center;
    width: 12%;
    justify-content: center;
}

/*-------------- 프로그래스 바 시작 --------------*/

.loader {
 --height-of-loader: 4px;
 --loader-color: rgba(0,0,250,0.05);
 width: 100%;
 height: 58px;
 border-radius: 0px;
 background-color: #ffffff;
 position: relative;
 text-align:center;
 padding:20px 0;
 border:solid 1px #DADADA;
}

.loader h3{
	font-size:14px;
	color:#2D5BFF;
	font-weight:700;
}

.loader::before {
 content: "";
 position: absolute;
 background: var(--loader-color);
 top: 0;
 left: 0;
 width: 0%;
 height: 100%;
 border-radius: 0px;
 animation: moving 120s ease-in-out;
 animation-iteration-count:1;
 ;
}

@keyframes moving {
 50% {
  width: 100%;
 }

 100% {
  width: 0%;
  right: 0%;
  left: unset;
 }
}
/*-------------- 프로그래스 바 끝 --------------*/


/*-------------- 다운로드 프로그래스 바 시작 --------------*/
.D-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 100%;
    background-color: #ffffff;
    border:solid 1px ededed;
}

.progress-bar__container {
    width: 100%;
    height: 54px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    will-change: transform;
}

.progress-bar {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.progress-piece {
    display: flex;
    width: 20%;
    border-left: solid 1px #fff;
    height: 100%;
    background-color: #E6FFE2;
    color: #28B411;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight:600;
    font-size:14px;
}
.fail {
    background-color: #FFE2E2;
    color: #FF3030;
}

.red-star:after{
    content:"*";
    margin: 0 0 0 6px;
    display: inline;
    color:#f34e4e;
}

/*---------------- 다운로드 프로그래스 바 끝 ----------------*/
/*----------------- 자료가져오기 페이지 끝 ------------------*/
/*------------------ 간편확인 페이지 시작 -------------------*/
.report-box {
    border: solid 1px #F4F4F4;
    border-radius: 10px;
    margin: 50px 0 30px;
    display: flex;
    justify-content: space-between;
}
.report-txt {
    padding: 38px 0 22px 30px;
}
.report-img{
    padding: 4px 30px 4px 0;
}
.report-img-center{
    padding: 4px 30px 30px 220px;
}
    .report-box h3 span {
        font-weight: 700;
        font-size: 24px;
        color: #181818;
    }

    .report-box h2 {
        color: #1B4AF0;
        padding-top:20px;
    }

.report-section h4 {
    padding-bottom:44px;
}
    .report-section h4 span {
        color: #2D5BFF!important;

    }
/*간편확인 미대상*/
.notTarget {
    text-align: center;
    padding: 46px 0 40px 0;
    margin:0 auto;
}
.notTarget h3 {
    padding-bottom:6px;
}

/*------------------ 간편확인 페이지 끝 ------------------*/
/*---------------- 근로자 고용현황 정보 추가입력 모달 시작 -----------------*/
.popup-wrap {
    background-color: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}
.popup {
    width: 100%;
    max-width:640px;
    height:auto;
    border-radius:20px;
    padding:20px 24px;
    overflow:hidden;
    background-color:#fff;
    box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}

.add3 {
    background-color: #F2F5FF;
}

.popup-head {
    text-align: center;
}
.popup-head h2{
    padding-bottom:6px;
    border:solid 1px rgba(0, 0, 0, 0);
}


.close_btn {
    width: 100%;
    height: 24px;
}
.close_btn svg {
    float: right;
    cursor:pointer;
}
.popup-body {
    width: 104%;
    background-color: #ffffff;
    margin:24px 0 44px;
}

.body-content {
    width:100%;
    padding: 30px;
}

.body-titlebox {
    text-align:center;
    width:100%;
    height: 40px;
    margin-bottom: 10px;
}

.popup-foot {
    width:100%;
    height:auto;
}


.pop-btn {
    display:flex;
    width:50%;
    height:100%;
    justify-content:center;
    align-items:center;
    float:left;
    color:#fff;
    cursor:pointer;
}

/*근로자 고용현황 정보 표 시작*/
.T-section {
    height: 390px;
    overflow: auto;
}

    .T-section thead th {
        position: sticky;
        top: 0;
    }

table.type11 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.5;
}

    table.type11 th {
        padding: 10px;
        font-weight: 600;
        vertical-align: top;
        color: #fff;
        background: #6284FD;
    }

    table.type11 td {
        padding: 10px;
        vertical-align: middle;
        border-bottom: 1px solid #ededed;
        border-left: 1px solid #ededed;
        background: #ffffff;
        color:#5c5c5c;
        font-weight:600;
    }
        table.type11 td:last-child {
            border-right: 1px solid #ededed;
        }

.t-num {
    min-width: 48px;
    max-width: 48px;
}
.t-name {
    min-width: 114px;
    max-width: 114px;
}
.t-old {
    min-width: 109px;
    max-width: 109px;
}
.t-woman {
    min-width: 109px;
    max-width: 109px;
}
.t-employees {
    min-width: 218px;
    max-width: 218px;
}
.t-day {
    min-width: 110px;
    max-width: 110px;
}
.t-state {
    min-width: 103px;
    max-width: 103px;
}

.c-num {
    min-width: 47px;
    max-width: 47px;
}
.c-name {
    min-width: 114px;
    max-width: 114px;
}
.c-old {
    min-width: 109px;
    max-width: 109px;
}
.c-woman {
    min-width: 109px;
    max-width: 109px;
}
.c-employees {
    min-width: 218px;
    max-width: 218px;
}
.c-day {
    min-width: 110px;
    max-width: 110px;
}
.c-state {
    min-width: 103px;
    max-width: 103px;
}

/*근로자 고용현황 정보 표 끝*/

/*Toggle switches 토글스위치 시작*/
.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.2em;
    height: 1.8em;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 30px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 1.2em;
        width: 1.2em;
        border-radius: 20px;
        left: 0.3em;
        bottom: 0.3em;
        background-color: white;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2D5BFF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2D5BFF;
}

input:checked + .slider:before {
    transform: translateX(1.4em);
}
/*Toggle switches 토글스위치 끝*/

.t2{
    padding-bottom:20px;
}

.T-content{
    overflow:auto;
}

/*---------------- 근로자 고용현황 정보 추가입력 모달 끝 -----------------*/

/*---------------- 근로자 고용현황 정보 추가입력 페이지 끝 -----------------*/

/*---------------- 사업장 추가 정보 체크 페이지 시작 -----------------*/

.Q-body{
    width:100%;
    background-color:#fff;
    padding:16px 20px;
    margin:26px 0;
}
.Q-line{
    display:flex;
    border-bottom:solid 1px #f7f7f7;
    padding:12px 0 7px;
}
    .Q-line:last-child {
        border-bottom: solid 0px #f7f7f7;
    }
    .Q-line h4 {
        padding-top: 2px;
        padding-left: 14px;
        color:#323232;
    }

/*---------------- 사업장 추가 정보 체크 페이지 끝 -----------------*/
/*---------------- 메인 페이지 시작 -----------------*/
.main-center-box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
.m-inner {
    padding: 100px 24px;
    width: 636px;
    font-size: 44px;
    font-weight: 800;
    color: #181818;
}
.m-inner h1 {
    font-weight: 800;
    color: #181818;
}
.m-inner span {
    font-weight: 800;
    color: #00137A;
}
.main-p1 h1 {
    font-size:44px;
    margin-bottom:3rem;
}
.main-p1 img {
    width:588px;
    margin: 60px 0 0;
    text-align:center;
}
.main-p2 {
    background-color: #F7F9FF;
}
    .main-p2 h1{
    	font-size:44px;
        padding-bottom:20px;
    }
    .main-p2 img {
        margin: 60px 0 70px;
        text-align: center;
    }
.main-p3 {
    background-color: #001A77;
}
.main-p3 h1{
    color:#fff;
    font-size:32px;
    padding-bottom:35px;
}
.p3-box {
    background-color: #fff;
    color: #323232;
    height: 140px;
    border-radius: 10px;
    padding:34px 38px;
}
.p3-box h4{
    color:#323232;
}
.main-p4 h1 {
    padding-bottom: 10px;
}
.main-p4 img {
    margin: 50px 0 0;
    text-align: center;
}
.main-p5 {
    background-color: #F7F9FF;
}
/*-----아코디언 시작-----*/
.accordion {
    list-style: none;
    padding: 0;
    max-width: 560px;
    margin: 50px auto 10px auto;
    border-top: 0px solid #d9e5e8;
}

.accordion li {
    list-style: none;
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    text-align:left;
}
.accordion li p {
    display: none;
    padding: 10px 25px 30px 0;
    color: #5c5c5c;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 20px;
    user-select: none;
    color:#323232;
}
.accordion a:hover{
    color:#323232;
}

.accordion a:after {
    width: 11px;
    height: 11px;
    border-right: 2px solid #6284FD;
    border-bottom: 2px solid #6284FD;
    position: absolute;
    right: 10px;
    content: " ";
    top: 26px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion p {
    font-size: 16px;
    line-height: 2;
    padding: 10px;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*------아코디언 끝------*/
/*------푸터시작------*/
.termsUse-info{
    display: flex;
    flex-direction: row;
}

.footer-wrapper{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: auto;
    margin: auto 0;
    border-top:solid 1px #dddddd;
}
.footer{
    flex-basis: 33.3%;
    min-width: 588px;
    padding:20px 0;
}
.footer-lg{
    flex-basis: 33.3%;
    min-width: 1440px;
    padding:1rem;
}
.logo{
    padding-bottom: 18px;
}
.logo img{
    max-width: 260px;
    max-height: 48px;
}
.termsUse-info a{
    text-decoration: none;
    cursor:pointer;
}

.termsUse-info h4{
    font-size: 14px;
    padding-right: 1rem;
    font-weight: 600;
    color: #fff;
}

.footer-info address{
    line-height: 0.5em;
}
.footer-info h6{
    font-size: 14px;
    line-height: 0.8em;
    color: #fff;
    font-weight: 400;
}
.footer-info h5{
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-bottom:0 !important;
}
/*-------푸터끝-------*/
/**** HTML TAG progress bar ****/
.progressTag {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 444px;
  height: 30px;
  color: #96ADFF;
}
progress::-webkit-progress-bar {
  background-color: #EFEFEF;
}
progress::-webkit-progress-value {
  background-color: #96ADFF;
}
progress::-moz-progress-bar {
  background-color: #EFEFEF;
}


.progressTag2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 400px;
  height: 50px;
  color: #96ADFF;
}
progress::-webkit-progress-bar {
  background-color: #EFEFEF;
}
progress::-webkit-progress-value {
  background-color: #96ADFF;
}
progress::-moz-progress-bar {
  background-color: #EFEFEF;
}


.form-steps {
    position:relative;
    z-index:-1;
	display: block;
	width: 100%;
	position: relative;
	margin: 20px 0 10px;
}

.form-steps:after {
		content: "";
		display: table;
		clear: both;
}

.form-steps__item {
		padding: 0;
		position: relative;
		display: block;
		float: left;
		width: 25%;
		text-align: center;
}

.form-steps__item-content {
		display: inline-block;
}

.form-steps__item-icon {
		background: lightgray;
		color: #8a8a8a;
		display: block;
		border-radius: 100%;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto 10px auto;
		position: relative;
		font-size: 13px;
		font-weight: 700;
		z-index: 2;

}

.form-steps__item-text {
		font-size: 16px;
		color: #787878;
		font-weight: 500;
		line-height:38px;
}

.form-steps__item-line {
		display: inline-block;
		height: 3px;
		width: 100%;
		background: lightgray;
		float: left;
		position: absolute;
		left: -50%;
		top: 56px;
		z-index: 1;
}

.form-steps__item--active .form-steps__item-icon {
		background: #2D5BFF;
		color: white;
		border-color: mediumseagreen;
}

.form-steps__item--active .form-steps__item-text {
		color: #2D5BFF;
		font-weight: 700;
		font-size: 18px;
}

.form-steps__item--active .form-steps__item-line,
.form-steps__item--completed .form-steps__item-line {
		background: #2D5BFF;
}

.form-steps__item--completed .form-steps__item-text {
		color: #787878;
}

.form-steps__item--completed .form-steps__item-icon {
	background: #2D5BFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkuMTIgNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuMTIgMS4wNkw4LjA2IDAgMy4xOCA0Ljg4IDEuMDYgMi43NiAwIDMuODIgMy4xOCA3bDUuOTQtNS45NHoiLz48L3N2Zz4=);
  color: transparent;
  background-size: 10px;
  background-repeat: no-repeat;
	background-position: center center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {

		.form-steps__item-icon,
		.form-steps__item--completed .form-steps__item-icon {
				width: 30px;
				height: 30px;
				line-height: 30px;
		}

		.form-steps__item-line {
				top: 50px;
		}
}

.form-steps__item-icon:after {
	  content: '';
    position: absolute;
    top: 50%;

    height: 3px;
    background: lightgrey;
}

.form-steps__item-icon:before {
	content: '';
	position: absolute;
    top: 50%;

    height: 3px;
    background: lightgrey;
}

.form-steps__item--active .form-steps__item-icon:before,
.form-steps__item--completed .form-steps__item-icon:after,
.form-steps__item--completed .form-steps__item-icon:before {
	background: green;
}

.form-steps__item:last-child .form-steps__item-icon:after {
	background: lightslategray;
}

.form-steps__item--active .form-steps__item-icon:after,
.form-steps__item:last-child.form-steps__item--active .form-steps__item-icon:after,
.form-steps__item:first-child.form-steps__item--active .form-steps__item-icon:before,
.form-steps__item:first-child.form-steps__item--completed .form-steps__item-icon:before{
	background: mediumseagreen;
}

.error-section{
    text-align:center;
    padding:5rem 0 3rem;
}


/*new header 시작*/

.header-wrap{
    display:flex;
    width:100%;
    justify-content: space-between;
    box-shadow:0 0.15rem 1.75rem 0 rgb(58 59 69 / 5%) !important;
}

.navdrop{
    width:100%;
    text-overflow:clip;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.navdrop a{
    width:100px!important;
    text-overflow:clip;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.com-add{
    height: 4.375rem;
    display:flex;
    align-items: center;
    padding:0 0.75rem;
    width: 110px;
}

.com-add span{
    font-weight:600;
}

/*new header 끝*/



.popup2-wrap{
  background-color:rgba(0,0,0,.3);

  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  padding:15px;
  z-index: 9999;
}
.popup2{
  width:100%;
  max-width:400px;
  border-radius:10px;
  overflow:hidden;
  background-color:#264db5;
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}
.popup2-head{
  width:100%;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.popup2-head span{
    color:#fff;
}
.popup2-body{
  width:100%;
  background-color:#fff;
}
.body2-content{
  width:100%;
  padding:2rem;
}
.body2-titlebox{
  text-align:center;
  width:100%;
  height:auto;
}
.body2-contentbox{
  word-break:keep-all;
  overflow-y:auto;
  min-height:100px;
  max-height:200px;
}
.popup2-foot{
  width:100%;
  height:50px;
}
.pop2-btn{
  display:inline-flex;
  width:49%;
  height:100%;
  justify-content:center;
  align-items:center;
  float:left;
  color:#fff;
  cursor:pointer;
  font-size:16px;
  font-weight:600;
}

.pop2-btn1{
  display:inline-flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
  float:left;
  color:#fff;
  cursor:pointer;
}

.pop2-btn.confirm{
  border-right:1px solid #3b5fbf;
  background:#f4f4f4;
  color:#787878;
}
.center-txt{
    text-align:center;
    color:#5c5c5c;
    font-weight:700;
}

.Mil-months{
    width:90%;
    border:solid 1px #ddd;
    border-radius:0.25rem;
    padding:0.25rem 0.5rem;
}

.width-100PER{
    min-width:100% !important;
}
.width-90PER{
    min-width:100% !important;
}
.width-50PER{
    min-width:50% !important;
}
.width-40PER{
    min-width:40% !important;
}
.width-10PER{
    width: 10%;
}
.width-15PER{
    width: 15%;
}
.width-20PER{
    width: 20%;
}
.width-25PER{
    width: 25%;
}
.width-30PER{
    width: 30%;
}
.width-35PER{
    width: 35%;
}

.width-160{
    width:160px;
}

.min-width-200{
    min-width:200px;
}

.btn-terms{
    width:100%;
    text-align:center;
    font-size:0.85rem;
}
.term-modal h4, .term-modal p, .term-modal, .term-modal table{
    font-size:0.85rem;
    color:#323232;
    font-weight:500;
}
.term-table-light {
    background-color:#eee;
    border:solid 2px #eee;
    font-weight:500;
}
.term-table-light th {
    font-weight:600 !important;
    border-bottom: solid 2px #eee !important;
}
.fw-bold{
    font-weight:700 !important;
}
.radio_section {
    text-align:center;
}
.imgBox img{
    width:3.8rem;
    height:3.8rem;
    border-radius:1.2rem;
    border:solid 1px #f4f4f4;
}
.imgBox img:active{
    border:solid 1px #000;
}

.provider_item{
    margin:0.8rem 0.4rem;
    text-align:center;
}
.provider_item span{
    font-size:14px;
    color:#323232;
    height: 2rem;
    display:flex;
    align-item:center;
    justify-content:center;
    flex-direction: column;
    line-height:0rem;
    margin-bottom:0rem;
}
.provider_item span span{
    font-size:10px;
    letter-spacing:-0.04rem;
}
.fs-14{
    font-size:14px !important;
}
.userInfo{
    border:solid 1px #dadada;
    width:100%;
}
.userInfo tr{
    border-bottom:solid 1px #dadada;
}
.userInfo th{
    background-color:#f4f4f4;
    padding:0.4rem 0.8rem;
    width:30%;
}
.userInfo td{
    background-color:#fff;
    padding:0.4rem 0.8rem;
}
.userInfo input{
    width:150px;
    padding:0.2rem;
}
.userInfo label{
    color:#323232;
    font-weight:500;
}
.userInfo select{
    padding:0.2rem;
}
.border-st1{
    border:solid 1px #efefef;
}
.policy{
    height:60px;
    padding:0.8rem 0.8rem;
    display:flex;
    align-item:center;
    justify-content:space-evenly;;
    color:#323232;
}
.policy label{
    padding:0.2rem;
}

.display-flex{
    display:flex;
    flex-wrap:wrap;
    align-item:center;
}
.align-item-center{
    align-item:center;
}
.color-323232{
    color:#323232;
}

.justify-content-evenly{
    justify-content: space-evenly;
}
.flex-direction-column{
    flex-direction: column;
}
.redoCollect h3{
    font-size:22px;
}
.redoCollect h5{
    font-size:14px;
    font-weight:400;
}
.background-08{
    background-color:rgba(0, 0, 0, 0.8);
}
.FC-181818{
    color:#181818;
}


/**220923수정**/

.form-control.is-invalid{
    border-color:#e81500;
    padding-right: calc(1em + 1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e81500'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e81500' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.25em + .4375rem) center;
    background-size: calc(.5em + .875rem) calc(.5em + .875rem);
}

.form-control.is-valid:focus{
    border-color:#00ac69;
    box-shadow:0 0 0 0.2rem rgb(0 172 105 / 25%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ac69' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(.25em + .4375rem) center;
    background-size:calc(.5em + .875rem) calc(.5em + .875rem);
}

.form-control-solid, .form-control-solid:focus{
    background-color: #fff;
}


.speechBubble{
    width:370px;
    height:34px;
    display:flex;
    justify-content: center;
    align-item: center;
    background-color:#EAF8E8;
    border-radius:1rem;
    text-align:center;
    padding:5px 0 0;
}

.modal{
    background-color: rgba(0, 0, 0, 0.3);
}


@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

blink{animation: blink 4s infinite;}
.loader-cc-wrap{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.loader-cc {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  border-radius: 50%;
}

.loader-cc {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.loader-cc {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/** main page 양도소득세 **/


.main{
    height: 848px;
    background: #4948fb url(../img/main-hero-bg.png) top center no-repeat;
}
.main .main-inner{
    width: 1400px;
    margin: auto;
    padding: 165px 1rem;
}
.main .main-inner .left-content{
    padding-top: 40px;
}
.main .main-inner .left-content h1{
    font-family: 'yg-jalnan';
    font-size: 78px;
    color: #fae705;
}
.main .main-inner .left-content h2{
    font-family: 'yg-jalnan';
    font-size: 66px;
    color: #fae705;
    line-height: 64px;
}
.main .main-inner .left-content h2 span{
    font-family: 'yg-jalnan';
    font-size: 66px;
    color:#fff !important;
}
.main .main-inner .left-content h4{
    font-family: 'GmarketSansMedium';
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 62px;
    color: #fff;
}
.main .main-inner .left-content h4 span{
    font-family: 'GmarketSansMedium';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 62px;
    color: #fae705;
}

button.learn-more {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 font-family: 'GmarketSansMedium';
 font-size: 26px;
 font-weight: 800;
 color: #000000;
 text-transform: uppercase;
 padding: 24px 48px;
 background: #fae705;
 box-shadow: 0 0 0 4px #f4c300 inset;
 border-radius: 1.5em;
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
 transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

button.learn-more::before {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #ffcc00;
 border-radius: inherit;
 transform: translate3d(0, 0.75em, -1em);
 transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

button.learn-more:hover {
 background: #fae705;
 -webkit-transform: translate(0, 0.25em);
 transform: translate(0, 0.25em);
}

button.learn-more:hover::before {
 -webkit-transform: translate3d(0, 0.5em, -1em);
 transform: translate3d(0, 0.5em, -1em);
}

button.learn-more:active {
 background: #fae705;
 -webkit-transform: translate(0em, 0.75em);
 transform: translate(0em, 0.75em);
}

button.learn-more:active::before {
 -webkit-transform: translate3d(0, 0, -1em);
 transform: translate3d(0, 0, -1em);
}


@media only screen and (max-width: 767px){
    .main{
       height: auto;
       background: #4948fb;
    }
    .main .main-inner{
        width: 100%;
        margin: auto;
        padding: 40px 0%;
    }
    .main .main-inner .left-content{
        padding-top: 40px;
    }
    .main .main-inner .left-content h1{
        font-family: 'yg-jalnan';
        font-size: 32px;
        color: #fae705;
    }
    .main .main-inner .left-content h2{
        font-family: 'yg-jalnan';
        font-size: 32px;
        color: #fae705;
        line-height: 32px;
    }
    .main .main-inner .left-content h2 span{
        font-family: 'yg-jalnan';
        font-size: 32px;
        color:#fff !important;
    }
    .main .main-inner .left-content h4{
        font-family: 'GmarketSansMedium';
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 32px;
        color: #fff;
    }
    .main .main-inner .left-content h4 span{
        font-family: 'GmarketSansMedium';
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 62px;
        color: #fae705;
    }

    button.learn-more {
     position: relative;
     display: inline-block;
     cursor: pointer;
     outline: none;
     border: 0;
     vertical-align: middle;
     text-decoration: none;
     font-family: 'GmarketSansMedium';
     font-size: 16px;
     font-weight: 800;
     color: #000000;
     text-transform: uppercase;
     padding: 16px 48px;
     background: #fae705;
     box-shadow: 0 0 0 4px #f4c300 inset;
     border-radius: 1.5em;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
     transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    }

    .footer-lg{
        flex-basis: 33.3%;
        min-width: 100%;
        padding: 1rem;
    }
}