@charset "UTF-8";

@import url(font.css);
@import url(common.css);
@import url(swiper-bundle.css);

/* main */
.main {
    max-width: 1280px;
    padding: 40px 0 100px;
    position: relative;
}

.main h3 {
    margin: 0 0 18px 0;
    font-size: 45px;
    font-weight: 500;
    color: #e29612;
}

.main h3 strong {
    display: block;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.24;
    color: #002998;
}

[class*=mainSection] {
    margin: 0 0 47px 0;
    position: relative;
}

[class*=mainSection] h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.mainSection01 {
    display: flex;
}

.mainSection01 .main-infor {
    width: 500px;
    padding: 0 30px 0 0;
    background: #fff url(../img/bg_main_infor.png) no-repeat 100% 43px;
}

.mainSection01 .main-infor .date {
    margin: 0 0 270px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.mainSection01 .box {
    width: 470px;
    min-height: 280px;
    padding: 26px 30px 25px;
    border-radius: 0 40px 0 40px;
    background-color: #f4f7fb;
}

.mainSection01 .box .top {
    margin: 0 0 13px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}

.mainSection01 .box h4 {
    margin: 0;
    padding: 6px 0 0 0;
    font-size: 18px;
    font-weight: 500;
}

.mainSection01 .box .top .total {
    position: absolute;
    top: -6px;
    right: 0;
    font-size: 25px;
    font-weight: bold;
    color: #079ed3;
}

.mainSection01 .box h5 {
    margin: 0 0 13px 0;
    font-size: 16px;
    font-weight: bold;
    color: #959595;
}

.mainSection01 .box p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.mainSection01 .box p + p {
    margin: 3px 0 0 0;
}

.mainSection01 .box .moreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 40px;
    margin: 15px auto 0;
    border-radius: 74px;
    background-color: #079ed3;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.calendarArea {
    width: 780px;
    min-height: 650px;
    padding: 24px 27px 28px 30px;
    background-color: #f4f7fb;
    box-sizing: border-box;
}

#main-calendar .fc-col-header-cell {
    border: solid 1px #d4d4d4;
    background-color: #eee;
}

#main-calendar.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 17px;
}

#main-calendar .fc-toolbar-chunk {
    height: 38px;
}

#main-calendar.fc .fc-toolbar-title {
    font-size: 27px;
    font-weight: 500;
    color: #000;
}

#main-calendar.fc .fc-button-group {
    position: absolute;
    top: 0;
    right: 0;
}

#main-calendar.fc .fc-prev-button {
    width: 34px;
    height: 28px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    background-size: 8px 13px;
    top: 4px;
    right: 39px;
    left: auto;
}

#main-calendar.fc .fc-next-button {
    width: 34px;
    height: 28px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    background-size: 8px 13px;
    top: 8px;
    right: 0;
    left: auto;
}

#main-calendar.fc .fc-scrollgrid {
    border-right-width: 1px;
    border-left-width: 1px;
}

#main-calendar.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

#main-calendar.fc .fc-theme-standard td,
#main-calendar.fc .fc-theme-standard th {
    border: solid 1px #d4d4d4;
    background-color: #eee;
}

#ain-calendar .fc-theme-standard td:last-child,
#main-calendar .fc-theme-standard th:last-child {
    border-right: 1px solid #d4d4d4;
}

#main-calendar.fc .fc-scrollgrid-sync-inner {
    padding: 3px 0;
}

#main-calendar.fc .fc-theme-standard th .fc-scrollgrid-sync-inner {
    height: 28px;
}

#main-calendar.fc .fc-col-header-cell-cushion {
    font-size: 15px;
    font-weight: 500;
}

#main-calendar.fc .fc-day-sun .fc-col-header-cell-cushion,
#main-calendar.fc .fc-day-sun .fc-daygrid-day-number {
    color: #d50000;
}

#main-calendar.fc .fc-scrollgrid-sync-table {
    background-color: #fff;
}

#main-calendar.fc .fc-theme-standard td,
#main-calendar.fc .fc-theme-standard th {
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

#main-calendar.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 20px;
}

#main-calendar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 29px;
}

#main-calendar.fc .fc-daygrid-day-top {
    justify-content: center;
}

#main-calendar.fc .fc-daygrid-day-number {
    padding: 4px 0 0 0;
    font-size: 15px;
    font-weight: 400;
}

#main-calendar.fc .fc-h-event {
    height: 20px;
    padding: 1px 10px 1px;
    font-size: 13px;
}

#main-calendar.fc .fc-daygrid-event,
#main-calendar.fc .fc-direction-ltr .fc-daygrid-event.fc-event-start,
#main-calendar.fc .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin: 6px 0 0 0;
}

[class*=mainSection] .list {
    display: flex;
    gap: 0 30px;
}

[class*=mainSection] .list li {
    width: 262px;
}

[class*=mainSection] .list li figure img {
    display: block;
    width: 262px;
    height: 175px;
    margin: 0 0 10px 0;
}

[class*=mainSection] .list li figure figcaption {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #000;
}

.mainSection03 .list li figure figcaption {
    padding: 0 0 0 37px;
    position: relative;
}

.mainSection03 .list li figure figcaption::before {
    display: block;
    content: '';
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.mainSection03 .list li figure figcaption.instagram::before {
    width: 25px;
    height: 25px;
    top: 0;
    background-image: url(../img/icon_instagram.png);
}

.mainSection03 .list li figure figcaption.youtube::before {
    width: 27px;
    height: 19px;
    top: 2px;
    background-image: url(../img/icon_youtube.png);
}

.mainSection02 .moreBtn,
.mainSection03 .moreBtn {
    display: block;
    padding: 58px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    color: #079ed3;
    background: url(../img/moreBtn.png) no-repeat center 0;
    position: absolute;
    top: 93px;
    right: 44px;
}

.mainSection04 {
    display: flex;
    gap: 0 40px;
}

.mainSection04 .moreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 30px;
    margin: 20px auto 0;
    border-radius: 20px;
    border: solid 1px #079ed3;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #079ed3;
    box-sizing: border-box;
}

/* subpage */
.contTit {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
}

.tit01 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

/* search */
.searchBox {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 30px 30px 29px;
    border: solid 1px #d4d4d4;
    background-color: #f6f7f8;
    position: relative;
}

.search-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 100px;
}

.search-items li {
    display: flex;
    align-items: center;
}

.search-items li label {
    display: block;
    width: 89px;
    font-size: 16px;
    font-weight: 500;
}

.search-items li label.w-auto {
    width: auto;
    margin-right: 30px;
}

.search-items li select {
    width: 357px;
}

.search-items li input.useDatepicker {
    width: 176px;
}

.searchBtn {
    width: 85px;
    height: 35px;
    padding: 6px 28px 7px;
    border-radius: 2px;
    background-color: #1e3970;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 29px;
}

/* table */
.tableCol table {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.tableCol table thead tr th {
    height: 50px;
    background-color: #f6f7f8;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
}

.tableCol table tbody tr td {
    padding: 13px 0 15px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
}

.tableCol table tbody tr:last-child th,
.tableCol table tbody tr:last-child td {
    border-bottom: 0;
}

.tableRow table {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.tableRow table .col-first {
    width: 18%
}

.tableRow table .col-second {
    width: auto;
}

.tableRow table tbody th {
    padding: 13px 30px 15px;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.tableRow table tbody th label {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.tableRow table tbody th a {
    display: block;
    font-weight: 500;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableRow table tbody th.vat {
    vertical-align: top;
}

.tableRow table tbody td {
    padding: 13px 0 15px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.tableRow table tbody tr:last-child th,
.tableRow table tbody tr:last-child td {
    border-bottom: 0;
}

/* tab */
.tab {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.tab li a {
    display: flex;
    align-items: center;
    width: 106px;
    height: 40px;
    padding: 8px 30px 9px;
    border-radius: 3px;
    background-color: #e3e3e3;
    font-size: 16px;
    color: #000;
    line-height: 1;
}

.tab li.active a {
    background-color: #dc8c00;
    font-weight: bold;
    color: #fff;
}

.topArea {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.topArea button {
    margin-left: auto;
    padding: 8px 20px 7px;
}

.topArea .tit01 {
    margin-bottom: 0;
}

.btnBottom {
    margin: 20px 0 0 0;
}

.btnBottom button,
.btnBottom a {
    min-width: 85px;
}

/* 달력으로 보기 */
.calendar {
    padding: 27px 0 0 0;
    border-top: 1px solid #000;
}

.fc-daygrid-event-harness {
    cursor: pointer;
}

.fc .fc-toolbar-chunk .fc-button:focus {
    box-shadow: none;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
    border-bottom: 1px solid #000;
}

.fc-col-header-cell .fc-scrollgrid-sync-inner {
    padding: 0 0 12px;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 0;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

/* 일요일 color */
.fc .fc-day-sun .fc-col-header-cell-cushion,
.fc .fc-day-sun .fc-daygrid-day-number {
    color: #dc0007;
}

.fc .fc-daygrid-day-top {
    flex-direction: row;
}

.fc .fc-daygrid-day-number {
    padding: 5px 0 0 6px;
    font-size: 19px;
    font-weight: 400;
    color: #000;
}

.fc-daygrid-day-number[aria-label='2025년 3월 1일'] > .fc-daygrid-day-number {
    color: #dc0007;
}

.fc-theme-standard th {
    border: 0;
    border-bottom: 2px solid #000;
}

.fc-theme-standard td {
    border: 1px solid #d4d4d4;
    background-color: #fbfbfc;
}

.fc-theme-standard td:first-child,
.fc-theme-standard th:first-child {
    border-left-style: hidden;
}

.fc-theme-standard td:last-child,
.fc-theme-standard th:last-child {
    border-right-style: hidden;
}

.fc .fc-non-business {
    background: none;
}

/* 오늘 */
.fc .fc-daygrid-day.fc-day-today {
    background-color: #fff3E1;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 30px;
    position: relative;
}

.fc .fc-toolbar-title {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    color: #000;
}

.fc .fc-button-group {
    position: absolute;
    top: 0;
    right: 70px;
}

.fc .fc-prev-button {
    width: 61px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    font-size: 0;
    background: #fff url(../img/img_arrow_down.png) no-repeat center;
    background-size: 10px 20px;
    position: absolute;
    top: 9px;
}

.fc .fc-next-button {
    width: 61px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    font-size: 0;
    background: #fff url(../img/img_arrow_down.png) no-repeat center;
    background-size: 10px 20px;
    position: absolute;
    transform: rotate(-180deg);
    top: 2px;
    right: 0;
    left: auto;
}

.fc .fc-prev-button:hover,
.fc .fc-next-button:hover,
.fc .fc-next-button:focus {
    background-color: transparent;
}

.fc-button-primary:not(:disabled):active {
    background-color: transparent;
}

.fc-button:focus {
    box-shadow: none;
}

.fc .fc-next-button .fc-icon {
    font-size: 0;
    vertical-align: top;
}

.fc-icon-chevron-right:before {
    display: none;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.fc--button.fc-button.fc-button-primary {
    display: none;
}

.fc .fc-daygrid-event,
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin: 30px 0 0 0;
}

.fc .fc-expectedAccepted-button,
.fc .fc-accepting-button,
.fc .fc-deadlineApplication-button,
.fc .fc-progress-button,
.fc .fc-ContestEnd-button {
    width: 85px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: default !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0;
}

.fc-h-event {
    height: 30px;
    padding: 3px 15px 4px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.fc-event-title {
    padding: 0;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 0;
}

.fc .substitute-public-holiday,
.fc .samiljeol {
    display: block;
    border-color: transparent !important;
    background-color: transparent !important;
    margin: -27px 0 0 30px !important;
}

.fc-day-other {
    visibility: hidden; /* 모양 유지하고 이전,다음달 날짜만 숨김 */
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 150px;
}

.fc .fc-daygrid-day-events {
    margin-top: 0;
}

/* 국제스포츠 이벤트 조회 수정 */
.scale {
    display: flex;
    gap: 0 20px;
}

.scale li label {
    margin-right: 15px;
}

.textBox {
    width: 750px;
    height: 75px;
}

/* 대회사진 목록 */
.inquiryList {
    padding: 20px 0 30px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.inquiryList ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.inquiryList ul li {
    width: 305px;
}

.inquiryList ul li .photo {
    width: 100%;
    height: 203px;
    margin: 0 0 8px 0;
}

.inquiryList ul li .photo > img {
    width: 100%;
    height: 100%;
}

.inquiryList ul li p {
    height: 47px;
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inquiryList ul li .bottom {
    display: flex;
}

.inquiryList ul li .bottom span {
    display: block;
    font-size: 16px;
    color: #959595;
}

.inquiryList ul li .bottom .alarm {
    margin: 0 15px 0 auto;
    padding-left: 26px;
    background: url(../img/icon_alarm.png) no-repeat 0 5px;
}

.inquiryList ul li .bottom .count {
    padding-left: 23px;
    background: url(../img/icon_eye.png) no-repeat 0 5px;
}

/* 대회사진 상세 */
.view-details {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.view-details h5 {
    padding: 17px 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.view-details .detailsInfor {
    display: flex;
    padding: 18px 0 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.view-details .detailsInfor span {
    display: block;
    font-size: 16px;
    color: #959595;
}

.view-details .detailsInfor .date {
    font-size: 16px;
    color: #000;
}

.view-details .detailsInfor .alarm {
    margin: 0 15px 0 auto;
    padding-left: 26px;
    background: url(../img/icon_alarm.png) no-repeat 0 5px;
}

.view-details .detailsInfor .count {
    padding-left: 23px;
    background: url(../img/icon_eye.png) no-repeat 0 5px;
}

.detailsView {
    padding: 30px 0 50px;
    overflow: hidden;
}

.pre-line {
    white-space: pre-line;
}

.gallery-thumbs {
    height: 154px;
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
}

.gallery-thumbs .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
    display: block;
    width: 46px;
    height: 46px;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 1;
}

.gallery-thumbs .swiper-button-prev {
    left: 15px;
    right: auto;
    background-image: url(../img/btn_gallery_thumbs_prev.png);
}

.gallery-thumbs .swiper-button-next {
    right: 15px;
    background-image: url(../img/btn_gallery_thumbs_next.png);
}

.gallery-thumbs .swiper-button-prev::after,
.gallery-thumbs .swiper-button-next::after {
    display: none;
}

.gallery-big {
    width: 100%;
    height: 1028px;
    position: relative;
}

.gallery-big .swiper-slide .swiper-slide-container {
    width: 100%;
    height: 100%;
}

.gallery-big.video {
    height: 750px;
}

.gallery-big .swiper-slide .swiper-slide-container iframe {
    width: 100%;
    height: 100%;
}

.gallery-big .swiper-slide .swiper-slide-container.instagram {
    text-align: center;
}

.gallery-big .swiper-slide .swiper-slide-container.instagram iframe {
    width: 440px;
    height: 100%;
}

.gallery-big .swiper-button-prev,
.gallery-big .swiper-button-next {
    display: block;
    width: 82px;
    height: 82px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.gallery-big .swiper-button-prev {
    left: 20px;
    right: auto;
    background-image: url(../img/btn_gallery_prev.png);
}

.gallery-big .swiper-button-next {
    right: 20px;
    background-image: url(../img/btn_gallery_next.png);
}

.gallery-big .swiper-button-prev::after,
.gallery-big .swiper-button-next::after {
    display: none;
}

.swiper-slide-container img {
    width: 100%;
    height: 100%
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: solid 5px #dc8c00;
}

/* .gallery-thumbs .swiper-slide-active {
	border: solid 5px #dc8c00;
}    */

/* 공지사항 상세 */
.detailsView .img {
    margin-bottom: 20px;
}

.detailsView p {
    font-size: 16px;
    line-height: 1.5;
}

.detailsView p + p {
    margin: 30px 0 0 0;
}

.attachment {
    display: flex;
    gap: 60px;
    padding: 18px 0 19px;
    border-top: 1px solid #000;
}

.attachment p {
    font-size: 16px;
    font-weight: bold;
}

.attachment a {
    display: block;
    padding: 0 0 0 19px;
    font-size: 16px;
    color: #959595;
    background: url(../img/icon_attachment.png) no-repeat 0 2px;
}

.attachment a + a {
    margin: 17px 0 0 0;
}

/* 공지사항 수정 */
.tit-inp {
    width: 605px;
}

.textBox01 {
    width: 100%;
    height: 270px;
}

.upload-box {
    width: 605px;
    height: 125px;
    margin: 0 0 10px 0;
    padding: 32px 0 32px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.dragover {
    border-color: #333;
    color: #333;
    background: #f9f9f9;
}

.upload-area .upload-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/img_upload.png') no-repeat center 0;
    background-size: 20px;
    font-size: 0;
}

.upload-area .noteTxt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #959595;
    position: absolute;
    top: 65px;
}

.file-list li {
    width: 605px;
    height: 35px;
    padding: 5px 16px 7px 15px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    position: relative;
}

.file-list li + li {
    margin: 10px 0 0 0;
}

.file-list li a {
    width: 80%;
    display: block;
    padding: 0 0 0 19px;
    font-size: 16px;
    color: #959595;
    background: url('../img/icon_attachment.png') no-repeat 0 3px;
}

.file-list li .btn-del {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../img/img_del.png') no-repeat 0 0;
    position: absolute;
    top: 13px;
    right: 16px;
}

.button-deleteAll {
    width: 100px;
    margin: 10px 0 0 0;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    color: #000;
}

.captcha-area {
    display: flex;
    align-items: center;
    gap: 9px;
}

.canvas-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 75px;
    padding: 0 12px 0 10px;
    border: solid 1px #d4d4d4;
    border-radius: 2px;
    background-color: #fff;
}

.canvas-card canvas {
    width: 100%;
    height: 52px;
}

.captcha-area .btns {
    display: grid;
    gap: 5px;
}

.captcha-area .button {
    width: 100px;
    height: 35px;
    padding: 6px 20px 6px 21px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    color: #000;
}

#captcha {
    display: block;
    width: 319px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.msg {
    margin-top: 10px;
    font-weight: 700;
}

.msg.ok {
    color: #16a34a;
}

.msg.no {
    color: #dc2626;
}

/* 대회영상 수정 */
.link-list li {
    display: flex;
    width: 605px;
    height: 35px;
    padding: 4px 16px 4px 13px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    position: relative;
}

.link-list li + li {
    margin: 5px 0 0 0;
}

.link-list li input {
    width: 90%;
    height: 100%;
    display: block;
    padding: 0 0 0 26px;
    border: unset;
    background: url('../img/icon_link.png') no-repeat 0 5px;
    font-size: 16px;
    color: #959595;
}

.link-list li button {
    margin-left: auto;
    display: block;
    width: 10px;
    height: 10px;
    background: url('../img/img_del.png') no-repeat 0 0;
    position: absolute;
    top: 13px;
    right: 16px;
}

/* 로그인 */
.formWrap .inner {
    width: 1440px;
    margin: 0 auto;
}

.formWrap .header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #cbcbcb;
    position: static;
}

.formWrap .header .inner {
    padding: 38px 0 0;
    box-sizing: border-box;
}

.formWrap .header h1 a {
    font-size: 24px;
    font-weight: bold;
}

.loginArea {
    padding: 80px 0 130px 0;
    background: #f8fbfe url(../img/bg_login.png) no-repeat 31% 38px;
}

.loginArea .inner {
    display: flex;
    justify-content: center;
}

.loginArea .login-left {
    width: 840px;
    background: url(../img/bg_loginLeft.png) no-repeat 100% 62px;
}

.loginArea h2 {
    margin: 0 0 220px 0;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.18;
    color: #002998;
}

.loginArea h2 span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    color: #f39a00;
}

.loginArea .settingBox {
    width: 100%;
    padding: 42px 50px 53px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    box-sizing: border-box;
}

.loginArea .settingBox p {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.loginArea .settingBox ul {
    display: flex;
    gap: 20px;
    margin: 0 0 20px 0;
}

.loginArea .settingBox ul li a {
    display: block;
    width: 170px;
    height: 135px;
    padding: 92px 0 20px 0;
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    background-position-x: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.loginArea .settingBox ul li a:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #1d3b72;
}

.loginArea .settingBox ul li:nth-child(1) a {
    background-image: url(../img/login_method01.png);
    background-position-y: 29px;
}

.loginArea .settingBox ul li:nth-child(2) a {
    background-image: url(../img/login_method02.png);
    background-position-y: 18px;
}

.loginArea .settingBox ul li:nth-child(3) a {
    background-image: url(../img/login_method03.png);
    background-position-y: 16px;
}

.loginArea .settingBox ul li:nth-child(4) a {
    background-image: url(../img/login_method04.png);
    background-position-y: 25px;
}

.loginArea .downloadManual {
    display: block;
    width: 740px;
    height: 73px;
    padding: 24px 30px 26px 38px;
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
}

.loginArea .downloadManual::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../img/icon_down.png) no-repeat 0 0;
    position: absolute;
    top: 19px;
    right: 30px;
}

.loginArea .login-right {
    width: 550px;
    padding: 105px 85px 100px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    box-sizing: border-box;
}

.loginArea .login-right h3 {
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.loginArea .loign input {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 0 30px 0;
    padding: 12px 0 14px 60px;
    border: 0;
    border-bottom: 2px solid #1e3970;
    font-size: 16px;
    color: #000;
}

.loginArea .loign label {
    display: block;
    position: relative;
}

.loginArea .loign label::before {
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 9px;
    left: 8px;
}

.loginArea .loign label.loginId::before {
    width: 33px;
    height: 33px;
    background-image: url(../img/bg_loginInp01.png);
}

.loginArea .loign label.password::before {
    width: 28px;
    height: 34px;
    background-image: url(../img/bg_loginInp02.png);
}

.loginArea .loign input::placeholder {
    color: #a2a2a2;
}

.loginArea .loign button {
    display: block;
    width: 380px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 28px;
    background-color: #1e3970;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.application-guide {
    width: 100%;
    margin: 50px 0 0;
    padding: 23px 22px 34px 25px;
    border-radius: 5px;
    background-color: #eff1f8;
}

.application-guide h4 {
    margin: 0 0 13px 0;
    font-size: 16px;
    font-weight: bold;
}

.application-guide p {
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 1.63;
    position: relative;
}

.application-guide p + p {
    margin-top: 5px;
}

.application-guide p::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #1e3970;
    position: absolute;
    top: 10px;
    left: 0;
}

/* 회원가입 */
.joinArea {
    padding: 50px 0 60px;
    background-color: #f8fbfe;
}

.joinArea .inner {
    width: 1440px;
    padding: 46px 50px 80px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

.joinArea .inner h2 {
    margin: 0 0 40px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.joinArea h3 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.step {
    margin: 0 0 27px 0;
    padding: 0 0 130px 0;
    border-bottom: 1px solid #d4d4d4;
}

.step ul {
    width: 669px;
    margin: 0 auto;
    border-top: 1px solid #d4d4d4;
    position: relative;
}

.step ul li {
    padding: 48px 0 0 0;
    position: absolute;
    top: -15px;
}

.step ul li.step01 {
    left: -21px;
}

.step ul li.step02 {
    left: 198px;
}

.step ul li.step03 {
    left: 418px;
}

.step ul li.step04 {
    right: -18px;
}

.step ul li::before {
    content: '';
    width: 29px;
    height: 29px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.step ul li.active:before {
    border: solid 2px #dc8c00;
    background-image: url(../img/bg_step.png);
    background-repeat: no-repeat;
    background-position: center;
}

.step ul li span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.step ul li strong {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.94;
    font-weight: 500;
}

.step ul li.active span,
.step ul li.active strong {
    font-weight: bold;
    color: #dc8c00;
}

.step ul li.after::before {
    border-color: #dc8c00;
    background-color: #dc8c00;
}

.joinCont {
    width: 790px;
    margin: 0 auto;
}

.termsCont {
    width: 100%;
    height: 320px;
    margin: 0 0 15px 0;
    padding: 15px 15px 25px 25px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

.termsCont textarea {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 16px;
    line-height: 2.19;
}

.termsCont textarea::-webkit-scrollbar {
    width: 10px; /* 스크롤바의 너비 */
}

.termsCont textarea::-webkit-scrollbar-thumb {
    height: 69px; /* 스크롤바의 길이 */
    background-color: #d9d9d9; /* 스크롤바의 색상 */
    border-radius: 5px;
}

.termsCont textarea::-webkit-scrollbar-track {
    background-color: #fff; /*스크롤바 뒷 배경 색상*/
}

.termsChk {
    margin: 0 0 35px 0;
    text-align: right;
}

.termsChk input[type='checkbox'] + label {
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 35px;
    font-size: 16px;
    color: #3d3d3d;
}

.termsChk input[type='checkbox'] + label::before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1e3970
}

.termsChk input[type='checkbox']:checked + label::before {
    background-image: url('../img/bg_check_on.png');
    background-repeat: no-repeat;
    background-position: center;
}

.joinArea .btnWrap {
    justify-content: center;
}

.joinArea .btnWrap button {
    width: 99px;
    height: 40px;
}

.joinArea .certifyTit {
    margin-bottom: 25px;
}

.certifiedCont {
    margin: 0 0 40px 0;
}

.certifiedCont ul {
    display: flex;
    gap: 30px;
}

.certifiedCont ul li a {
    display: block;
    width: 380px;
    height: 270px;
    margin: 0 0 18px 0;
    padding: 204px 0 38px 0;
    border-radius: 10px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    background-position: center 54px;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.certifiedCont ul li:nth-child(1) a {
    background-image: url(../img/icon_authentication01.png);
}

.certifiedCont ul li:nth-child(2) a {
    background-image: url(../img/icon_authentication02.png);
}

.certifiedCont ul li.active a,
.certifiedCont ul li a:hover {
    box-shadow: 0 3px 9px 0 rgba(0, 30, 149, 0.32);
    border: solid 3px #1d3b72;
}

.certifiedCont ul li p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.inforCont {
    margin: 0 0 30px 0;
    padding: 29px 30px 30px 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #f8fbfe;
    box-sizing: border-box;
}

.inforCont ul li + li {
    margin: 20px 0 0 0;
}

.inforCont ul li label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.inforCont ul li input,
.inforCont ul li select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 10px 9px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    color: #000;
}

.inforCont ul li input::placeholder {
    color: #959595;
}

.inforCont ul li input.inputEmail {
    width: 620px;
    margin: 0 5px 0 0;
}

.inforCont ul li input.inputEmail + button {
    width: 85px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background-color: #1e3970;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.inforCont ul li select + select {
    margin: 0 0 0 5px;
}

.application-completed {
    margin: 0 0 50px 0;
    padding: 197px 0 0 0;
    background: url(../img/bg_completed.png) no-repeat center 25px;
}

.application-completed .txt01 {
    margin: 0 0 18px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.application-completed .txt02 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

/* layer Popup  */
.modalPop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(4, 4, 4, 0.47);
    z-index: 500;
}

.modalLayer {
    width: 760px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 600;
}

.modalLayer .modalTop {
    height: 75px;
    padding: 22px 30px 25px;
    background-color: #1e3970;
    box-sizing: border-box;
}

.modalLayer .modalTop h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.modalLayer .modalCont {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
}

.modalLayer .modalCont .tableRow table tbody td {
    padding: 8px 30px;
}

.modalLayer .modalCont .tableRow table tbody td select {
    width: 191px;
}

.modalLayer .modalCont .tableRow table tbody td input[type='text'],
.modalLayer .modalCont .tableRow table tbody td input[type='password'] {
    width: 100%;
}

.modalLayer .modalCont .btnBottom {
    margin: 15px 0 0 0;
}

.empty {
    text-align: center;
    height: 150px;
}

li.empty {
    width: 100% !important;
    padding-top: 70px;
}

#load {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    text-align: center;
}

#load > img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

/* responsive */
@media (max-width: 1470px) {
    .search-items {
        gap: 15px 60px;
    }
}

@media (max-width: 1450px) {
    .mainSection01 {
        flex-direction: column;
    }

    .mainSection01 .main-infor {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .mainSection01 .box {
        width: 100%;
    }

    .calendarArea {
        width: 100%;
    }

    .mainSection02 .moreBtn,
    .mainSection03 .moreBtn {
        position: static;
    }

    .searchBtn {
        margin: 20px 0 0 0;
        position: static;
    }

    .formWrap .inner {
        width: 100%;
    }

    .formWrap .header .inner {
        padding: 38px 20px 0;
    }

    .loginArea .inner {
        flex-direction: column;
    }

    .loginArea .login-left,
    .loginArea .login-right {
        width: 100%;
    }

    .loginArea h2 {
        padding: 0 0 0 20px;
    }

    .loginArea .settingBox ul li {
        width: 100%;
    }

    .loginArea .settingBox ul li a {
        width: 100%;
        height: auto;
    }

    .loginArea .downloadManual {
        width: 100%;
    }
}

@media (max-width: 1325px) {
    .search-items {
        gap: 15px 35px;
    }
}

@media (max-width: 1280px) {
    /* main */
    .main {
        padding: 20px 0 80px;
    }

    .main h3 {
        margin: 0 0 10px 0;
        font-size: 22px;
    }

    .main h3 strong {
        font-size: 31px;
        line-height: 1.19;
    }

    [class*=mainSection] {
        margin: 0 0 25px 0;
    }

    [class*=mainSection] .list {
        flex-wrap: wrap;
        gap: 20px 2%;
        margin-bottom: 20px;
    }

    [class*=mainSection] .list li {
        width: 49%;
    }

    [class*=mainSection] .list li figure img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    [class*=mainSection] .list li figure figcaption {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mainSection03 .list li figure figcaption {
        padding: 0 0 0 0;
    }

    .mainSection03 .list li figure figcaption::before {
        display: none;
    }

    .mainSection01 .main-infor {
        padding: 0 20px;
        background-position: 100% 0;
        background-size: 182px 179px;
    }

    .mainSection01 .main-infor .date {
        margin: 0 0 35px 0;
        font-size: 15px;
    }

    .mainSection01 .box {
        min-height: auto;
        padding: 17px 15px 20px;
    }

    .mainSection01 .box h4 {
        font-size: 15px;
    }

    .mainSection01 .box .top {
        margin: 0 0 8px 0;
        padding: 0 0 10px 0;
    }

    .mainSection01 .box .top .total {
        font-size: 20px;
        top: 0;
    }

    .mainSection01 .box h5 {
        margin: 0 0 2px 0;
        font-size: 15px;
    }

    .mainSection01 .box p {
        font-size: 15px;
    }

    .mainSection01 .box p.event-name {
        margin: 0 0 7px 0;
    }

    .mainSection01 .box p + p {
        margin: 2px 0 0 0;
    }

    .mainSection01 .box .moreBtn {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .calendarArea {
        min-height: auto;
        padding: 25px 20px;
    }

    #main-calendar.fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px;
        padding: 0;
    }

    #main-calendar .fc-toolbar-chunk {
        height: auto;
    }

    #main-calendar.fc .fc-toolbar-title {
        font-size: 22px;
    }

    #main-calendar.fc .fc-next-button {
        top: 4px;
    }

    #main-calendar.fc .fc-theme-standard td,
    #main-calendar.fc .fc-day {
        border: 1px solid #d4d4d4;
    }

    #main-calendar.fc .fc-scrollgrid-sync-inner {
        padding: 0;
    }

    #main-calendar.fc .fc-h-event {
        height: 5px;
    }

    #main-calendar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 25px;
    }

    #main-calendar.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
        margin-bottom: 10px;
    }

    .mainSection02,
    .mainSection03,
    .mainSection04 {
        padding: 0 20px;
    }

    .mainSection02 .moreBtn,
    .mainSection03 .moreBtn {
        width: 100%;
        height: 40px;
        padding: 8px 0 9px;
        border-radius: 20px;
        border: solid 1px #079ed3;
        background-color: #fff;
        background-image: none;
        font-weight: bold;
        position: static;
    }

    .mainSection04 {
        gap: 27px 0;
        flex-direction: column;
    }

    .mainSection04 .tableRow .mobTable tbody tr {
        padding: 8px 0 10px;
        border-bottom: 1px solid #000;
    }

    .mainSection04 .tableRow .mobTable tbody th,
    .mainSection04 .tableRow .mobTable tbody td,
    .mainSection04 .tableRow .mobTable tbody tr:first-child td {
        padding: 0;
    }

    .mainSection04 .moreBtn {
        width: 100%;
        height: 40px;
        margin: 20px 0 0;
    }

    /* subpage */
    .contTit {
        padding: 0 20px;
        font-size: 22px;
    }

    .tit01 {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .searchBox {
        margin: -20px 0 0 0;
        padding: 18px 20px 30px;
    }

    .search-items,
    .search-items li {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .search-items li.period {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .search-items li.period label {
        flex-basis: 100%;
    }

    .search-items li input[type=text].useDatepicker {
        width: 49%;
    }

    .search-items li label {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .search-items li select,
    .search-items li input[type=text] {
        width: 100%;
    }

    .searchBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 7px 0 6px;
        line-height: 1;
    }

    .topArea {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 20px 0;
        padding: 0 20px;
    }

    .topArea button {
        order: 1;
        width: 100%;
        margin: 20px 0 50px;
    }

    .topArea .tab {
        order: 2;
        gap: 0 6px;
        width: 100%;
    }

    .topArea .tab li,
    .topArea .tab li a {
        width: 100%;
    }

    .topArea .tab li a {
        padding: 9px 0 8px;
        justify-content: center;
    }

    .topArea .tit01 {
        order: 2;
        padding: 0;
    }

    /* table */
    .tableCol {
        padding: 0;
    }

    .tableCol .res-tbl {
        border-bottom: 0;
    }

    .res-tbl colgroup {
        display: none;
    }

    .res-tbl thead {
        display: none;
    }

    .res-tbl tbody tr {
        display: block;
        padding: 18px 0 19px;
        border-bottom: 1px solid #d4d4d4;
        position: relative;
    }

    .res-tbl tbody tr.active {
        background-color: #f1faff;
    }

    .tableCol .res-tbl tbody tr td {
        display: flex;
        width: 100%;
        line-height: 1.73;
        margin: 0 0 7px 0;
        padding: 0 20px;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        border: none;
    }

    .res-tbl tbody tr td:first-child,
    .res-tbl tbody tr th:first-child,
    .res-tbl tbody tr td.mob-td-first {
        padding-top: 0;
    }

    .res-tbl tbody tr td:last-child,
    .res-tbl tbody tr th:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .res-tbl tbody tr td::before {
        display: inline-block;
        content: attr(data-label);
        min-width: 80px;
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
        flex: 0 0 108px;
        font-weight: 500;
    }

    .res-tbl tbody tr td.none::before {
        display: none;
    }

    .res-tbl tbody tr td .button-line {
        width: 100%;
        font-weight: 500;
        padding: 8px 15px 7px;
    }

    .tableRow table {
        border-bottom-color: #d4d4d4;
    }

    .tableRow table .col-first {
        /* width: 21% */
        width: 30.5%;
    }

    .tableRow table tbody th {
        padding: 7px 0 7px 20px;
        border-bottom: 0;
        font-size: 15px;
    }

    .tableRow table tbody th a {
        font-size: 15px;
    }

    .tableRow table tbody td {
        padding: 7px 20px 7px 34px;
        border-bottom: 0;
        font-size: 15px;
    }

    .tableRow table tbody tr:first-child th,
    .tableRow table tbody tr:first-child td {
        padding-top: 18px;
    }

    .tableRow table tbody tr:last-child th,
    .tableRow table tbody tr:last-child td {
        padding-bottom: 20px;
    }

    .tableRow .mobTable tbody,
    .tableRow .mobTable tbody tr,
    .tableRow .mobTable tbody tr th,
    .tableRow .mobTable tbody tr td {
        display: block;
        width: 100%;
    }

    .tableRow .mobTable colgroup {
        display: none;
    }

    .tableRow .mobTable tbody th {
        padding: 0 20px 5px;
    }

    .tableRow .mobTable tbody td,
    .tableRow .mobTable tbody tr:first-child td {
        padding: 0 20px 8px;
    }

    .tableRow .mobTable tbody tr:last-child th {
        padding-bottom: 5px;
    }

    .tableRow .mobTable tbody td select,
    .tableRow .mobTable tbody td input[type=text],
    .tableRow .mobTable tbody td input[type=password] {
        width: 100%;
    }

    .tableRow .mobTable tbody td select.sel-width01 {
        width: 49%;
    }

    .tableRow .mobTable tbody td .textBox {
        width: 100%;
        height: 116px;
        font-size: 15px;
    }

    .tableRow .mobTable tbody td .competition-period {
        display: flex;
    }

    .tableRow .mobTable tbody td .scale {
        gap: 0 6px;
    }

    .tableRow .mobTable tbody td .scale li {
        width: 100%;
    }

    .tableRow .mobTable tbody td .scale li label {
        display: block;
        margin: 0 0 5px 0;
    }

    .tableRow .mobTable tbody td .scale li label .mobView {
        font-weight: 500;
    }

    .tableRow .mobTable.trbor {
        border-bottom-color: #000;
    }

    .tableRow .mobTable.trbor tr {
        padding: 18px 0 12px;
        border-bottom: 1px solid #d4d4d4;
    }

    .tableRow .mobTable.trbor tr:first-child {
        padding: 0 0 12px;
    }

    .tableRow .mobTable.trbor tr:last-child {
        border-bottom: 0;
    }

    .btnBottom button,
    .btnBottom a {
        width: 100%;
    }

    .btnBottom.col03 {
        flex-wrap: wrap;
    }

    .btnBottom.col03 button {
        width: 49.6%;
    }

    .btnBottom a.list {
        width: 100%;
        margin-top: 5px;
        order: 3;
    }

    /* 이벤트 조회 캘린터 */
    .calendar {
        padding: 22px 0 0 0;
        border-top-width: 2px;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .fc .fc-toolbar-title {
        font-size: 22px;
    }

    .fc .fc-prev-button,
    .fc .fc-next-button {
        width: 32px;
        height: 27px;
        background-size: 8px 13px;
    }

    .fc .fc-next-button {
        top: 0;
        right: 20px;
    }

    .fc .fc-button-group {
        height: 27px;
        right: 57px;
        padding: 0;
    }

    .fc .fc-prev-button {
        top: 0;
    }

    .fc-theme-standard td {
        border: 0;
        border-bottom: 1px solid #d4d4d4;
    }

    .fc .fc-daygrid-event,
    .fc-direction-ltr .fc-daygrid-event.fc-event-start,
    .fc-direction-rtl .fc-daygrid-event.fc-event-end {
        height: 5px;
        margin: 10px 0 0 0;
    }

    .fc-col-header-cell .fc-scrollgrid-sync-inner {
        padding: 0 0 9px;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 14px;
        font-weight: 500;
    }

    .fc .fc-daygrid-day-top {
        justify-content: center;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 25px;
    }

    .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
        margin-bottom: 20px;
    }

    .fc .fc-daygrid-day-number {
        padding: 5px 0 0 0;
        font-size: 14px;
        font-weight: 500;
    }

    .fc-h-event .fc-event-title {
        font-size: 0;
    }

    /* 대회사진 목록 */
    .inquiryList {
        padding: 20px;
    }

    .inquiryList ul {
        flex-direction: column;
        width: 100%;
    }

    .inquiryList ul li {
        width: 100%;
    }

    .inquiryList ul li .photo {
        height: auto;
    }

    .inquiryList ul li .photo > img {
        width: 100%;
    }

    .inquiryList ul li p {
        height: auto;
        font-size: 15px;
    }

    .inquiryList ul li .bottom span {
        font-size: 15px;
    }

    .inquiryList ul li .bottom .alarm,
    .inquiryList ul li .bottom .count {
        background-position: 0 3px;
    }

    /* 대회사진 상세 */
    .view-details h5 {
        padding: 12px 20px 14px;
        font-size: 18px;
    }

    .view-details .detailsInfor {
        padding: 13px 20px 14px;
    }

    .view-details .detailsInfor span {
        font-size: 15px;
    }

    .view-details .detailsInfor .alarm {
        background-position-y: 2px;
    }

    .view-details .detailsInfor .count {
        background-position-y: 3px;
    }

    .detailsView {
        padding: 20px;
    }

    .gallery-big {
        height: 257px;
    }

    .gallery-big.video {
        height: 375px;
    }

    .gallery-big .swiper-slide .swiper-slide-container.instagram iframe {
        width: 100%;
        height: 100%;
    }

    .gallery-big .swiper-button-prev,
    .gallery-big .swiper-button-next {
        display: none;
    }

    .gallery-thumbs {
        height: 98px;
        margin: 0 0 10px 0;
    }

    .gallery-thumbs .swiper-button-prev,
    .gallery-thumbs .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-top: calc(8px - (var(--swiper-navigation-size) / 2));
    }

    .gallery-thumbs .swiper-button-next {
        right: 0;
    }

    .gallery-thumbs .swiper-button-prev {
        left: 0;
    }

    /* 로그인 */
    .loginArea {
        padding: 50px 0 100px 0;
        background-position: 0 20px;
        background-size: contain;
    }

    .loginArea .login-left {
        background-size: contain;
        background-position: 0 105px;
    }

    .loginArea .login-right {
        padding: 50px 20px;
        border-radius: 0;
    }

    .loginArea h2 {
        padding: 0 20px;
        font-size: 35px;
    }

    .loginArea h2 span {
        font-size: 20px;
    }

    .loginArea .settingBox {
        padding: 42px 20px 53px;
    }

    .loginArea .settingBox ul {
        flex-wrap: wrap;
        gap: 10px 2%;
    }

    .loginArea .settingBox ul li {
        width: 49%;
    }

    .loginArea .settingBox ul li a {
        font-size: 15px;
    }

    .loginArea .downloadManual {
        padding: 24px 20px 26px 20px;
    }

    .loginArea .loign button {
        width: 100%;
    }

    .loginArea .login-right h3 {
        margin: 0 0 30px 0;
        font-size: 24px;
    }

    /* 회원가입 */
    .formWrap .header .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0;
    }

    .formWrap .header h1 a {
        font-size: 22px;
    }

    .joinArea .inner {
        width: 100%;
        padding: 30px 0 50px;
        border-radius: 0;
    }

    .joinArea .inner h2 {
        font-size: 20px;
    }

    .joinArea .btnWrap button {
        width: 100%;
    }

    .step {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }

    .step ul {
        display: flex;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    .step ul li {
        width: 100%;
        position: relative;
    }

    .step ul li.step01,
    .step ul li.step02,
    .step ul li.step03 {
        left: 0;
    }

    .step ul li.step04 {
        right: 0;
    }

    .step ul li span {
        font-size: 14px;
    }

    .step ul li strong {
        font-size: 16px;
    }

    .joinCont {
        width: 100%;
    }

    .terms,
    .certifiedCont {
        width: 100%;
        padding: 0 20px;
    }

    .termsCont {
        padding: 15px 5px 20px;
    }

    .termsChk {
        text-align: left;
    }

    .certifiedCont ul {
        flex-direction: column;
    }

    .certifiedCont ul li a {
        width: 100%;
        height: auto;
        font-size: 18px;
    }

    .certifiedCont ul li p {
        font-size: 15px;
    }

    .inforCont {
        padding: 25px 20px 30px;
    }

    .inforCont .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .inforCont ul li input.inputEmail {
        width: 100%;
        margin: 0;
    }

    .inforCont ul li input.inputEmail + button {
        width: 100%;
    }

    .inforCont ul li select + select {
        margin: 0;
    }

    .application-completed {
        padding: 197px 20px 0;
    }

    .application-completed .txt01 {
        font-size: 18px;
    }

    .application-completed .txt02 {
        font-size: 15px;
    }

    .attachment {
        flex-direction: column;
        gap: 15px;
        padding: 13px 20px 20px;
    }

    .attachment p,
    .attachment a {
        font-size: 15px;
    }

    .attachment a {
        background-position-y: 0;
    }

    .attachment a + a {
        margin: 15px 0 0 0;
    }

    .textBox01 {
        height: 485px;
    }

    .upload-box {
        width: 100%;
        height: 40px;
        margin: 0 0 15px 0;
        padding: 0;
        border: 0;
    }

    .upload-area .upload-btn {
        background-image: none;
        background-color: #959595;
        font-size: 15px;
        color: #fff;
    }

    .file-list li {
        width: 100%;
    }

    .file-list li a {
        font-size: 15px;
        overflow: hidden;
        width: 95%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .upload-area .noteTxt {
        display: none;
    }

    .button-deleteAll {
        width: 100%;
    }

    .captcha-area {
        gap: 5px;
    }

    .canvas-card {
        width: 74%;
    }

    .captcha-area .btns {
        width: 32.5%;
    }

    .captcha-area .button {
        width: 100%;
        padding: 0;
    }

    #captcha {
        width: 100%;
    }

    .link-list li {
        width: 100%;
        align-items: center;
        padding: 0 15px;
    }

    .link-list li a {
        font-size: 15px;
        background-position-y: 2px;
        overflow: hidden;
        width: 95%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .link-list li button {
        width: 10px;
    }

    .link-list + .btnWrap {
        padding: 0;
    }

    /* layerPop */
    .modalLayer {
        width: 90%;
    }

    .modalLayer .modalCont {
        padding: 20px 15px;
    }

    .modalLayer .modalCont .tableRow .mobTable {
        border-bottom-color: #000;
    }

    .modalLayer .modalCont .tableRow .mobTable tbody th {
        padding: 0 0 5px 0;
    }

    .modalLayer .modalCont .tableRow table tbody tr:first-child th {
        padding-top: 13px;
    }

    .modalLayer .modalCont .tableRow .mobTable tbody td,
    .modalLayer .modalCont .tableRow .mobTable tbody tr:first-child td {
        padding: 0 0 8px 0;
    }

    .modalLayer .modalCont .tableRow .mobTable tbody tr:last-child td {
        padding: 0 0 20px 0;
    }
}

@media (max-width: 480px) {
    .btnBottom.col03 button {
        width: 49%;
    }
}

@media (max-width: 415px) {
}

@media (max-width: 395px) {
    .link-list li a {
        background-position-y: 3px;
    }
}

@media (max-width: 360px) {

} 
