@charset "UTF-8";

.inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.inner-m {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.inner-s {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.inner-xs {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.mt_40 {
    margin-top: 40px;
}

.mb_16 {
    margin-bottom: 16px;
}

.justify-content-flex-end {
	justify-content: flex-end !important;
}

.img-box {
    display: flex;
    justify-content: center;
}

.img-box img {
    width: 100%;
}

.img-box_80 img {
    width: 80%;
}

.green {
    color: #258174 !important;
}

.navy {
    color: #2941A1 !important;
}

.gray {
    color: #707070 !important;
}

.black {
    color: #111 !important;
}

.red {
    color: #E54B4C !important;
}

.a_line {
    color: #258174;
    font-weight: 700;
}

section {
    padding: 80px 0;
}

.tit {
    margin-bottom: 40px;
}

.tit span {
    font-size: 36px;
    font-weight: 700;
}

.common-box {
    padding: 40px 50px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    display: flex;
    column-gap: 10px;
}

.common-box p,
.common-box-noline p {
    font-size: 24px;
    line-height: 1.6;
    word-break: keep-all;
}

.common-box-noline {
    padding: 0 0 0 20px;
    border: 0;
    margin-bottom: 20px;
}

.common-box_multi {
    flex-direction: column;
}

.common-box_multi:not(.common-box-noline) {
    row-gap: 12px;
}

.sub-container>div:not(:last-child) {
    margin-bottom: 100px;
}

._bullet {
    display: flex;
    column-gap: 6px;
}

._bullet.important {
    font-size: 28px !important;
    font-weight: 600;
}

.bullet01 {
    position: relative;
}

.bullet01 p {
    font-size: 24px !important;
    font-weight: 600;
}

.sub-bullet p {
    font-size: 28px !important;
    font-weight: 600;
    padding-bottom: 12px;
}

.bullet_circle {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    display: block;
    margin-top: 2px !important;
    flex-shrink: 0;
}

.bullet_circle.navy {
    background: #2941A1;
}

.bullet_circle.green {
    background: #147F6F;
}

.bullet_circle.red {
    background: #E54B4C;
}

/* table */
.table-style-1 {
    width: 100%;
}

.table-style-1 th,
.table-style-1 td {
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.table-style-1 th {
    padding: 16px 12px;
    border-top: 2px solid #2941A1;
    background: #F2F8FF;
}

.table-style-green th {
    border-top: 2px solid #147F6F;
    background: #E9FCF8;
}

.table-style-1 td {
    padding: 12px 8px;
}

/* 
.table-style-1 th:not(:last-of-type),
.table-style-1 td:not(:last-of-type) {
	border-right: 1px solid #dbdbdb;
} */

.table-style-1 td.br_0 {
    border-right: 0 !important;
}

.table-style-1 tr {
    border-bottom: 1px solid #dbdbdb;
}

.table-style-1 .new {
    width: 56px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2941A1;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto;
}

.table-style-green .new {
    background: #147F6F;
}

.table-style-gray th {
    background: #f5f5f5;
    border-top: 2px solid #111;
}

.table-style-1 .new.red {
    background: #E54B4C;
}

.table-wrap {
    display: flex;
    flex-direction: column;
}

.table-wrap .btn-wrap {
    column-gap: 10px;
}

.table-wrap p {
    font-size: 20px;
}

.table-style-2 td {
    padding: 20px 30px;
}

.table-style-2 td>._bullet {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 6px;
}

.table-style-2 td ul {
    padding-left: 20px;
}

.table-style-2 td ul li,
.table-style-2 td ul li ._bullet,
.table-style-2 td ul li p {
    line-height: 1.4;
    text-align: left;
}

.table-wrap-s {
	padding: 30px 20px;
}

.table-style-s {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.table-style-s th,
.table-style-s td {
	font-size: 17px;
}

.table-style-s th {
	padding: 8px;
	border-top: 1px solid #dbdbdb;
}

.table-style-s td {
	padding: 6px;
}

/* input */
.input-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.input-wrap .input-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.input-wrap .input-box .input-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.input-wrap .input-box .input-item>span {
    font-size: 18px;
    font-weight: 600;
}

.input-wrap .input-box .input-item p {
    font-size: 17px;
    word-break: keep-all;
}

.input-wrap .input-box .input-item input,
.input-wrap .input-box .input-item select,
.input-wrap .input-box .input-item .text,
.table-style-1 .select-item-box select,
.parkingApp-section .select-wrap select  {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    background: #f7f7f7;
    padding: 8px 14px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.input-wrap .input-box .input-item .input-multi .text {
    border: 0;
}

.input-wrap .input-box .select-item-box {
    position: relative;
}

.table-style-1 .select-item-box {
    position: relative;
    width: 140px;
    margin: 0 auto;
}

.input-wrap .input-box .select-item-box select,
.table-style-1 .select-item-box select,
.parkingApp-section .select-wrap select {
    padding: 8px 40px 8px 14px;
    cursor: pointer;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-wrap .input-box .select-item-box .select-arrow,
.table-style-1 .select-item-box .select-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.input-wrap .input-box .select-item-box .select-arrow img,
.table-style-1 .select-item-box .select-arrow img {
    transition: all 0.3s;
}

.input-wrap .input-box .select-item-box select:focus+.select-arrow img,
.table-style-1 .select-item-box select:focus+.select-arrow img {
    transform: rotate(180deg);
}

.input-wrap .input-box .input-item .input-item-box input:disabled,
.input-wrap .input-box .input-item .input-item-box input[readonly] {
    border: 0;
}

.input-wrap .input-box .input-item .input-item-box input:disabled:focus,
.input-wrap .input-box .input-item .input-item-box input[readonly]:focus {
    border: 0;
    background: #f5f5f5;
}

.input-wrap .input-box .input-item input:focus,
.input-wrap .input-box .input-item select:focus,
.table-style-1 .select-item-box select:focus,
.parkingApp-section .select-wrap select:focus,
.input-wrap .input-box .input-item input[type="time"]:focus,
.input-wrap .input-box .input-item input[type="date"]:focus {
    border: 1px solid #111;
    background: #fff;
    transition: all 0.3s;
}

.input-wrap .input-box .input-item .input-multi {
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.table-style-1 .select-item-box-s {
	width: 72px;
}

.table-style-1 .select-item-box-l {
	width: 260px;
}

.table-style-1 .select-item-box-s .select-arrow {
    right: 14px;
}

.table-style-1 .select-item-box-s select {
    padding: 8px 32px 8px 14px;
}

.input-wrap .input-box .input-item .input-multi_ul {
    flex-wrap: wrap;
}

.input-wrap .input-box .input-item .input-multi_ul ul {
    padding-left: 12px;
}

.input-wrap .input-box .input-item .input-item-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.input-wrap-l .input-box {
    padding: 30px 60px;
    row-gap: 40px;
}

.input-wrap-l .input-box .input-item {
    flex-direction: row;
    column-gap: 20px;
}

.input-wrap-l .input-box .input-item>span {
    width: 200px;
    flex-shrink: 0;
    padding-top: 12px;
}

.input-wrap-l .input-box .input-item>span>span {
    font-weight: 600;
    word-break: keep-all;
}

#radio_text {
    display: flex;
    justify-content: center;
}

.radio-item input[type="radio"],
.checkbox-item input[type="checkbox"] {
    display: none !important;
}

.checkbox-item input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    cursor: pointer;
}

.checkbox-item input[type="checkbox"]+label::before {
    position: absolute;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    line-height: 24px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border: 1px solid #111;
    border-radius: 4px;
}

.checkbox-item input[type="checkbox"]:checked+label::before {
    background: #111 url(/img/check-02.svg) no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.input-checkbox-item input[type="checkbox"]+label::before {
	display: none;
}

.input-checkbox-item input[type="checkbox"]:checked + label {
	background: #147F6F;
	border: 1px solid #147F6F !important;
	transition: all 0.2s;
}

.input-checkbox-item input[type="checkbox"]:checked + label span {
	color: #fff !important;
}

.input-checkbox-item input[type="checkbox"]:checked + label svg path {
	fill: #fff;
}

.radio-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.radio-wrap .radio-item {
    width: 100%;
}

.radio-wrap .radio-item label {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    cursor: pointer;
}

.radio-wrap .radio-item label svg {
    width: 20px;
    flex-shrink: 0;
}

.radio-wrap .radio-item label span {
    font-size: 20px;
    font-weight: 700;
    color: #707070;
}

.radio-wrap .radio-item input[type="radio"]:checked+label {
    background: #147F6F;
    border: 1px solid #147F6F;
    transition: all 0.2s;
}

.radio-wrap .radio-item input[type="radio"]:checked+label span {
    color: #fff;
    transition: all 0.2s;
}

.radio-wrap .radio-item input[type="radio"]:checked+label svg path {
    fill: #fff;
    transition: all 0.2s;
}

.radio-wrap-s {
    column-gap: 10px;
    flex-direction: row !important;
}

.radio-wrap-s .radio-item {
    width: auto;
}

.radio-wrap-s .radio-item label {
    width: 110px;
    height: 48px;
    column-gap: 8px;
}

.radio-wrap-s .radio-item label span {
    font-size: 18px;
}

.radio-wrap-s .radio-item label svg {
    width: 18px;
}

.search-wrap {
    flex-direction: row;
    align-items: flex-end;
    column-gap: 10px;
    margin-bottom: 16px;
}

.search-wrap.btn-wrap {
    justify-content: flex-end;
}

.search-wrap.btn-wrap .btn-enter {
    width: 120px;
}

.search-wrap .input-box {
    flex-direction: row;
    align-items: flex-end;
    column-gap: 14px;
}

.search-wrap .input-box .date-picker-box .date-picker-item,
#courAddForm .date-picker-box .date-picker-item{
    position: relative !important;
}

.date-picker-box,
.time-picker-box .time-picker-item {
    position: relative;
}

.date-picker-box .date-picker-item,
.time-picker-box .time-picker-item {
    width: 100%;
}

.date-picker-box .date-picker-item input[type="date"],
.time-picker-box .time-picker-item input[type="time"] {
    position: relative;
    padding: 8px 50px 8px 14px;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.date-picker-box .date-picker-item input[type="date"]::before,
.time-picker-box .time-picker-item input[type="time"]::before {
    content: attr(data-placeholder);
}

.date-picker-box .date-picker-item input[type="date"]::-webkit-calendar-picker-indicator,
.date-picker-box .date-picker-item input[type="date"]::-webkit-inner-spin-button,
.time-picker-box .time-picker-item input[type="time"]::-webkit-calendar-picker-indicator,
.time-picker-box .time-picker-item input[type="time"]::-webkit-inner-spin-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: transparent;
    background: transparent;
}

.date-picker-box .date-picker-item .custom-calendar-icon,
.time-picker-box .time-picker-item .custom-clock-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* 아이콘 클릭 무시 */
}

.date-picker-box .date-picker-item .custom-calendar-icon img,
.time-picker-box .time-picker-item .custom-clock-icon img {
    width: 22px;
    height: 22px;
}

.info-wrap {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.info-wrap li {
    width: calc(100% / 4);
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
}

.info-wrap li img {
    width: 64px;
    height: 64px;
}

.info-wrap li span {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 6px;
    font-size: 22px;
    color: #2941A1;
    font-weight: 700;
}

.info-wrap li p {
    font-size: 22px;
    text-align: center;
    word-break: keep-all;
}

.info-wrap.fix li span {
    color: #147F6F;
}


.fileupload-wrap input[type='file'] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.fileupload-wrap .fileupload-span {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    background: #f7f7f7;
    padding: 8px 14px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fileupload-wrap .fileDownload-btn {
    border: 1px solid #474747;
    color: #474747;
    width: 90px;
    height: 34px;
    border-radius: 5px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fileupload-wrap .fileDownload-btn:hover {
    background: #474747;
    color: #fff;
}

/* modal 창 */
.new-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	transition: opacity 0.5s ease-out;
    opacity: 1;
}

.new-modal.fade-in {
    display: block;
    opacity: 1;
}

.new-modal.fade-out {
    opacity: 0;
}

.new-modal .new-modal-body {
	position: absolute;
	width: 900px;
	max-height: 88%;
	background: #fff;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* Internet Explorer 10+ */
}

.new-modal .new-modal-body .new-modal-box {
	position: relative;
	padding: 30px;
}

.new-modal .new-modal-body p {
	font-size: 20px;
	line-height: 1.4;
	word-break: keep-all;
}

.modal-close-btn {
    position: absolute;
    right: 24px;
    top: 24px;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #111;
    border-radius: 50%;
    cursor: pointer;
}

.close-btn img {
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(2);
}

.close-btn:hover {
    background: #147F6F;
    transition: all 0.2s;
}

/* Scroll Table */
.scroll-table {
    position: relative
}

.scroll-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 110px;
    height: 100px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.67);
    padding-top: 10px;
    z-index: 10;
    text-align: center;
    transform: translate(-50%, -50%)
}

.scroll-guide__img {
    width: 50%;
    height: auto
}

.scroll-guide__text {
    margin-top: 4px;
    color: #fff;
    font-size: 13px !important;
    line-height: 16px;
    word-break: keep-all;
}


/* 반응형 */
@media screen and (max-width: 1440px) {
    .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1350px) {

    .table-style-1 th,
    .table-style-1 td {
        font-size: 18px;
    }

    .table-style-1 th {
        padding: 20px 6px;
    }

    .table-style-1 td {
        padding: 16px 6px;
    }

    .table-wrap .btn-wrap {
        flex-direction: column;
        row-gap: 8px;
    }

}

@media screen and (max-width: 1280px) {

    .search-wrap .input-box {
        padding: 30px 40px;
        border: 3px solid #dbdbdb;
        border-radius: 10px;
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .search-wrap .input-box .input-item {
        width: calc(100% / 2 - 10px);
        flex-direction: row;
    }

    .search-wrap .input-box .input-item.date-picker-box {
        width: 100% !important;
    }

    .search-wrap .input-box .input-item>span {
        width: 120px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .info-wrap li img {
        width: 60px;
        height: 60px;
    }

    .info-wrap li span {
        padding-top: 16px;
    }

    .info-wrap li span,
    .info-wrap li p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {

    .img-box_80 img {
        width: 100%;
    }

    .info-wrap {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .info-wrap li {
        width: calc(100% / 2 - 10px);
    }
    
    .table-style-1 .select-item-box {
    	width: 100% !important;
    	margin-top: 6px;
    }
    
    .table-style-1 .select-item-box select {
    	height: 42px;
    	padding: 6px 32px 6px 14px;
    	font-size: 17px;
    }
    
    .table-wrap .btn-wrap {
    	align-items: flex-start;
    }
    
    .new-modal .new-modal-body {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 917px) {

    .newCourseModal .table-wrap,
    .course-info-wrap .table-wrap {
        position: relative;
        overflow-y: hidden;
        overflow-x: auto
    }

    .newCourseModal .table-wrap table,
    .course-info-wrap .table-wrap table {
        width: 1000px;
    }
    
    .scroll-guide {
    	display:block;
    	top:250px;
    }
}

@media screen and (max-width: 768px) {

    .sub-container>div:not(:last-child) {
        margin-bottom: 80px;
    }

    .common-box {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .common-box p {
        padding: 0;
    }

    .common-box p,
    .common-box-noline p {
        font-size: 20px;
    }

    .common-box_multi {
        row-gap: 6px;
    }

    .tit {
        margin-bottom: 20px;
    }

    .tit span {
        font-size: 30px;
    }

    .sub-bullet p {
        font-size: 24px !important;
    }

    .common-box {
        padding: 30px 40px;
    }

    .common-box-noline {
        padding: 0 0 0 16px;
    }

    .bullet01 p {
        font-size: 22px !important;
    }

    .modal-tit {
        font-size: 28px;
    }

    .input-wrap-l .input-box {
        padding: 20px 0;
    }

    .input-wrap-l .input-box .input-item>span {
        width: 160px;
    }

    .search-wrap .input-box .input-item.date-picker-box {
        flex-direction: column;
    }

    .search-wrap .input-box .input-item>span {
        width: 80px;
    }
    
    .new-modal p {
		font-size: 18px;
	}
	
	._bullet.important {
	    font-size: 24px !important;
	    font-weight: 600;
	}
}

@media screen and (max-width: 600px) {

    section {
        padding: 60px 0;
    }

    .input-wrap-l .input-box {
        row-gap: 24px;
    }

    .input-wrap-l .input-box .input-item {
        flex-direction: column;
        row-gap: 10px;
    }

    .input-wrap-l .input-box .input-item>span {
        width: 100%;
        padding-top: 0;
    }

    .input-wrap .input-box .input-item.date-picker-box .input-multi {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }

    .table-style-1 th,
    .table-style-1 td,
    .table-wrap p,
    .table-style-1 td p {
        font-size: 16px;
    }

    .newCourseModal .table-wrap table {
        width: 600px;
    }

}

@media screen and (max-width: 500px) {
    .shortcut-btn {
        width: 100%;
    }

    .input-sub-box.common-box {
        border: 0;
        padding: 30px 0;
    }

    .table-style-1 th,
    .table-style-1 td,
    .table-wrap p {
        font-size: 15px;
    }

    .info-wrap li {
        height: 220px;
        padding: 24px 30px;
    }

    .info-wrap li img {
        width: 54px;
        height: 54px;
    }
    
    .table-style-1 .select-item-box {
    	margin-top: 4px;
    }
    
    .table-style-1 .select-item-box select {
    	height: 36px;
    	padding: 4px 32px 4px 14px;
    	font-size: 15px;
    }
    
    .input-wrap .input-box .input-item .date-picker-box .input-multi {
    	flex-direction: column;
    	align-items: flex-start;
    	row-gap: 4px;
    }
    
    ._bullet.important {
	    font-size: 20px !important;
	    font-weight: 600;
	}

}

@media screen and (max-width: 410px) {

    .table-style-1 th,
    .table-style-1 td,
    .table-wrap p {
        font-size: 15px;
    }

    .info-wrap {
        gap: 3vw;
    }

    .info-wrap li {
        width: calc(100% / 2 - 1.5vw);
        height: 52vw;
    }

    .info-wrap li img {
        width: 14vw;
        height: 14vw;
    }

    .info-wrap li span,
    .info-wrap li p {
        font-size: 4.8vw;
    }

    .info-wrap li span {
        padding-top: 3.2vw;
        padding-bottom: 0.6vw;
    }

	


}

@media screen and (max-width: 375px) {

    .input-wrap .input-box .input-item .time-picker-box .input-multi {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }

    .table-style-1 th,
    .table-style-1 td,
    .table-wrap p {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .shortcut-btn span {
        font-size: 22px;
    }

    .shortcut-btn:hover span {
        margin-left: -60px;
    }

    .input-wrap .input-box .num-item .input-multi {
        column-gap: 4px;
    }

    .search-wrap .input-box {
        padding: 30px;
    }

    .search-wrap .input-box .input-item {
        flex-direction: column;
    }
}