@charset "UTF-8";

.pb_80 {
    padding-bottom: 5rem;
}

.top_wrap {
    width: 100%;
}
.logo_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e1e0e8;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 1.25rem 3.25rem;
}
.logo_top a{
    display: inline-block;
}
.logo_top a img{
    width: 100%;
}
.logo_top a:nth-child(1){
    width: 11.125rem;
}
.logo_top a:nth-child(2){
    width: 10.25rem;
}
.logo_top a:nth-child(3){
    width: 11.25rem;
}

.top_con {
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #133597;
    width: 100%;
    padding: 1.5rem 3.25rem;
    border-radius: 0 ;
}
.public_date {
    color: #fff;
    flex-grow: 1;
    letter-spacing: -0.32px;
    font-size: 1.063rem;
}
.airzine_tab {
    /*flex-grow: 2;*/
    display: flex;
}
.airzine_tab a {
    color: #a0aed5;
    cursor: pointer;
    display: inline-block;
    padding: 0 0.953rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.32px;
    position: relative;
}
.airzine_tab a.active{
    color: #fff;
}
.airzine_tab a:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 1rem;
    background-color: #415dab;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tab01_con{
	padding: 1.5rem 2.5rem 1rem 2.5rem;
    border-left: 1px solid #e1e0e8;
    border-right: 1px solid #e1e0e8;    
}
.tab01_con section {
    width: 100%;
    margin-top: 2.75rem;
    display: flex;
    column-gap: 2rem;
    gap: 2rem;
}

.img_box {
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.625rem;
    cursor: pointer;
}

.img_box.airzineContents img {
	object-position: top center !important;
}
/* 에어진 3번째 section 이미지 */
.tab01_con section:nth-child(3) .airzineContents a > div > span:nth-of-type(1){
	display: block !important;
	float: none !important;
	overflow:hidden;
	margin: 1rem 0;
}

/* 에어진 첫번쨰 사진 position 수정 */
.big_con a img {
	object-position: top center !important;
}
.tab01_con section:nth-child(4) a > span{
	margin-bottom: 1rem !important;
}

.cut_txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.tit {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.36px;
    color: #2d2d2d;
    padding-bottom: 1rem;
}
p.sub_tit {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: -0.27px;
    color: #2d2d2d;
    margin-bottom: 1rem;
}

.big_con {
    display: flex;
    flex-direction: column;
    width: 64.625rem;
    cursor: pointer;
}
.big_con .img_box {
    height: 23.75rem;
}
.big_con span {
    line-height: 1.82;
    letter-spacing: -0.26px;
    color: #2d2d2d;
    font-size: 1.063rem;
    font-weight: 500;
    max-height: 5.75rem;
    
}

.column_con {
    width: 23.375rem;
}
.column_con .img_box {
    height: 14.625rem;
}

.event_list {
    padding: 1.75rem;
    border-radius: 0.625rem;
    border: solid 1px #e1e0e8;
}
.event_list ul li {
    position: relative;
    padding: 0 0 0.75rem 1.188rem;
    color: #2d2d2d;
    cursor: pointer;
}
.event_list ul li:last-child {
    padding-bottom: 0;
}
.event_list ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    font-weight: bold;
}
.event_list ul li p::before {
    content: "";
    width: 0.313rem;
    height: 0.5rem;
    background: #2d59ed;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8%;
    transform: translateY(50%);
}
.event_list ul li span {
    font-weight: 500;
    font-size: 1.125rem;
}

.flx_row_3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.813rem;
    width: 100%;
}
.flx_row_3 li {
    width: calc((100% - 5.718rem) / 3);
    cursor: pointer;
}
.flx_row_3 .sub_tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.flx_row_3 .img_box {
    height: 19.813rem;
}
.flx_row_3 .img_box img {
    object-fit: cover;
    object-position: center;
}

.flx_row_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.25rem;
}
.flx_row_2 li {
    width: calc((100% - 1.25rem) / 2);
    padding: 2.25rem 2.5rem;
    border-radius: 0.625rem;
    border: 1px solid #e1e0e8;
    height: 15.375rem;
    cursor: pointer;
}
.flx_row_2 li.flex_con {
    display: flex;
    gap: 1.25rem;
}
.flx_row_2 li .img_box {
    width: calc((100% - 1.25rem) / 2);
    margin-bottom: 0;
    cursor: pointer;
}
.flx_row_2 li .text_box {
    width: calc((100% - 1.25rem) / 2);
    cursor: pointer;
    overflow: hidden;
}
.flx_row_2 li span {
    font-size: 1.063rem;
    font-weight: 500;
    letter-spacing: -0.26px;
}

section.notifi_area {
    display: flex;
    margin: 1.5rem 0 1rem;
    column-gap: 8.25rem;
    border: solid 1px #2d59ed;
    background-color: #f2f6ff;
    border-radius: 0.625rem;
    padding: 2.25rem;
}
.notifi_box {
    width: 38.125rem;
}
.notifi_box p {
    padding-bottom: 1.25rem;
}
.notifi_box ul li{
    font-size: 1.25rem;
    font-weight: 500;
    color: #2d2d2d;
    letter-spacing: -0.3px;
    position: relative;
    padding-left: 1.188rem;
    cursor: pointer;
}
.notifi_box ul li::before {
    content: "";
    width: 0.313rem;
    height: 0.5rem;
    background: #2d59ed;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8%;
    transform: translateY(50%);
}
.notifi_box ul li:not(:last-child) {
    padding-bottom: 0.5rem;
}

.tab02_con .flx_row_2 {
    column-gap: 4rem;
    border-bottom: 1px solid #e1e0e8;
}
.tab02_con .flx_row_2 li {
    width: calc((100% - 4rem) / 2);
    border: 0;
    padding: 3.469rem 0; 
    height: 21.251rem;
    border-radius: 0;
}

.tab02_con .flx_row_2:last-child {
    border-bottom: 0;
}

.tab02_con .tit,
.tab03_con .tit {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: -0.42px;
    color: #2d2d2d;
    padding-left: 1.75rem;
    position: relative;
    margin-top: 3.5rem;
}
.tab02_con .tit::before,
.tab03_con .tit::before {
    content: "";
    width: 0.5rem;
    height: 0.75rem;
    background: #2d59ed;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tab02_con p.sub_tit {
    letter-spacing: 0.3px;
}

.tab02_con span {
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab02_con p.sub_tit {
    font-size: 1.25rem;
}

.tab03_con .tit {
    margin-bottom: 3rem;
}
.tab03_con .tit span {
    display: inline-block;
    font-size: 1.063rem;
    font-weight: 500;
    letter-spacing: normal;
    color: #909090;
    padding-left: 1rem;
}
.tab03_con .bx_calendar {
    margin-top: 8.5rem;
}

.list_select_con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5rem 3.5rem;
    box-shadow: 0 5px 10px 0 rgba(1, 17, 72, 0.15);
    border: solid 1px #d3d3d3;
    border-radius: 0.625rem;
    background-color: #fff;
    margin: 5rem 0 12.5rem;
}
.list_select_con p {
    font-size: 1.188rem;
    font-weight: bold;
    color: #2d2d2d;
    letter-spacing: -0.29px;
    margin-right: 2.5rem;
}
.list_select_con .list_select {
    width: calc(100% - 14.063rem);
}
.list_select_con .list_select select{
    width: 100%;
    background: url(../../../images/egovframework/img/ic-realtime-select-open@2x.png) no-repeat 97% 50% / 12px auto;
}
.list_select_con button {
    width: 7rem;
    height: 3.75rem;
    padding: 0;
    border-radius: 0.3125rem;
    border: 1px solid #2d59ed;
    margin-left: 0.5rem;
}

#calendar01 {
    position: relative;
    height: 71.875rem;
}
#calendar02 {
    position: relative;
}
#calendar01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 0.625rem;
    z-index: -1;
}

.view_tab02_con .page_view li:nth-child(1)::before {
background: url(../../../images/egovframework/img/ic-event-calendarview-off@2x.png) no-repeat;
}
.view_tab02_con .page_view li:nth-child(2)::before {
background: url(../../../images/egovframework/img/ic-event-listview-off@2x.png) no-repeat;
}
.view_tab02_con .page_view li.active:nth-child(1)::before {
background: url(../../../images/egovframework/img/ic-event-calendarview-on@2x.png) no-repeat;
}
.view_tab02_con .page_view li.active:nth-child(2)::before {
background: url(../../../images/egovframework/img/ic-event-listview-on@2x.png) no-repeat;
}
.view_tab02_con .page_view li.active {
background-color: #133597;
border-color: #133597;
color: #fff;
}
.calendar_sub a.active { 
    background-color: #133597;
    border-color: #133597;
    color: #fff;
}

.fc-daygrid-day-number {
    display: none;
}

.view_tab02_con {
    margin-bottom: 5.063rem;
}

.fc .fc-toolbar-chunk .fc-today-button {
    position: absolute;
    left: 0;
    top: 2rem;
    letter-spacing: -0.23px;
    font-size: 0.9375rem;
    width: 4.125rem !important;
    height: 2.5rem !important;
    border-radius: 1.25rem;
    margin: 0 !important;
}
.fc .fc-toolbar-chunk .fc-today-button:disabled {
    border: solid 1px #133597 !important;
    background-color: #133597 !important;
    color: #fff !important;
    opacity: 1;
}
.fc .fc-toolbar-chunk .fc-today-button:not(:disabled) {
    background-color: #fff;
    border: solid 1px #e0e4e6 !important;
    color: #555;
}
.tab03_con .bx_calendar .fc-toolbar .fc-toolbar-chunk button {
    height: 100%;
    margin: 0 1.875rem;
}
.tab03_con .bx_calendar .fc-toolbar .fc-icon-chevron-right::after {
    top: 70%;
}
.tab03_con .bx_calendar .fc-toolbar .fc-toolbar-chunk {
    display: flex;
}
.tab03_con .fc .fc-toolbar.fc-header-toolbar {
    width: 100%;
}
.tab03_con .fc--button {
    display: none !important;
}
.tab03_con .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin: 0;
}

.bx_calendar .fc-day-today .fc-daygrid-day-number-d {
    border-radius: 100%;
    background: #1d1d1d;
    color: #fff;
    padding: 0.25rem;
}
.bx_calendar .fc .fc-daygrid-day-number-d {
    margin: 0.625rem;
    font-size: 1.0625rem;
    font-weight: 400;
}
.tab03_con .fc-list-event-graphic {
    display: none;
}
.tab03_con .fc-direction-ltr .fc-list-day-text, 
.tab03_con .fc-direction-ltr .fc-list-day-side-text {
    color: #1d1d1d;
    letter-spacing: -0.26px;
    line-height: 2.35;
    font-size: 1.063rem;
    font-weight: 600;
    float: none;
}
.tab03_con .fc-list-event-title {
    text-align: center;
}
.tab03_con .fc-direction-ltr .fc-list-day-text {
    margin-right: 0.75rem;
}
.tab03_con .fc-theme-standard .fc-list {
    border: 0;
}
.tab03_con .fc-theme-standard .fc-list-day-cushion {
    background-color: #fafafa;
    border-color: #e0e4e6;
}
.tab03_con .fc-theme-standard td, .fc-theme-standard th {
    border-color: #e0e4e6;
}
.tab03_con .fc .fc-list-event-title a {
    color: #2d2d2d;
    line-height: 1;
    letter-spacing: -0.3px;
    font-size: 1.25rem;
    font-weight: 600;
}
.tab03_con .fc .fc-list-sticky .fc-list-day > * {
    position: relative;
}

.airzine_footer {
    padding: 1.75rem 0 2rem;  
    background-color: #fff;
    width: min(90rem, 100% - 2.5rem);
    margin: 0 auto 2rem auto;
    border: 1px solid #e1e0e8;
    border-radius: 0 0 0.625rem 0.625rem;
}
.airzine_footer .bx_1440 {
    display: flex;
    align-items: center;
}
.airzine_footer .logo {
    background: url(/images/egovframework/img/img-logo@2x.png) no-repeat;
    background-size: contain;
    width: 7.5rem;
    height: 2.792rem;
    margin: 0 2.75rem;
}
.airzine_footer .text_con {
    color: #7b7b7b;
    line-height: 1.5;
    letter-spacing: -0.21px;
    font-size: 0.875rem;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-grow: 1;
    padding-right: 3.125rem;
}

/* ----------- 반응형 ------------- */

@media (min-width: 0px) and (max-width: 757px) {
    
    p.tit {
        font-size: 1.063rem;
        padding-bottom: 0.5rem;
    }
    p.sub_tit { 
        font-size: 1.063rem;
    }

    .top_wrap {
        margin-top: 1.25rem;
        
    }
    .top_wrap .logo_top {
        padding: 1.25rem 1rem 1.5rem;
        align-items: flex-end;
        border: 0;
        border-top: 1px solid #e1e0e8;
        border-radius: 0;
    }
    .top_con {
        border-radius: 0 !important;
        flex-direction: column;
        padding: 1.125rem 0 1.5rem !important;
        row-gap: 1.25rem;
    }
    .public_date {
        font-size: 0.875rem;
        font-weight: 500;
    }
    .airzine_tab a {
        font-size: 1rem;
    }

    .tab01_con section {
        flex-direction: column;
        margin-top: 1.25rem;
    }
    .tab01_con section:first-child {
        margin-top: 2.5rem;
    }

    .big_con {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .big_con .img_box {
        height: auto;
        margin-bottom: 0.75rem;
    }
    .big_con span {
        line-height: 1.38;
        letter-spacing: -0.24px;
        font-size: 1rem;
    }

    .event_list {
        padding: 1.25rem;
    }
    .event_list ul li {
        padding-bottom: 0.75rem;
    }
    .event_list ul li p,
    .event_list ul li span  {
        font-size: 1rem;
    }

    .column_con {
        width: 100%;
    }
    .flx_row_3 li {
        width: 100%;
    }
    .flx_row_3 .img_box {
        margin-bottom: 0.75rem;
    }
    .flx_row_3 .sub_tit {
        margin-bottom: 1.25rem;
    }

    .flx_row_2 li {
        width: 100%;
        padding: 1.25rem 1rem;
        height: auto;
    }
    .flx_row_2 li.flex_con {
        flex-direction: column;
        gap: 1rem;
    }
    .flx_row_2 li .img_box {
        width: 100%;
        overflow: visible;
        height: 15.125rem;
    }
    .flx_row_2 li .img_box img {
        height: 100%;
    }
    .flx_row_2 li .text_box {
        width: 100%;
    }
    .flx_row_2 .sub_tit,
    .flx_row_2 .tit {
        font-size: 1.125rem;
        margin-bottom: 0.438rem;
        padding: 0;
    }
    .flx_row_2 .sub_tit.ellipsis_2 {
        -webkit-line-clamp: 1;
    }

    section.notifi_area { 
        padding: 1.25rem 1rem;
        row-gap: 1.5rem;
    }
    .notifi_box {
        width: 100%;
    }
    .notifi_box p {
        font-size: 1.125rem;
    }
    .notifi_box ul li {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 1.063rem;
    }

    .airzine_footer .bx_1440 {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1.073rem;
    }
    .airzine_footer .logo {
        margin: 0;
    }
    .airzine_footer .text_con {
        flex-direction: column;
        padding-right: 0;
        align-items: flex-start;
        row-gap: 1.25rem;
        font-size: 0.813rem;
    }
    .tab02_con .tit,
    .tab03_con .tit {
        margin: 1.5rem 0 1.25rem;
        font-size: 1.375rem;
    }
    .tab02_con .flx_row_2 {
        margin-bottom: 1.25rem;
        border: 0;
    }
    .tab02_con .flx_row_2 li {
        width: 100%;
        height: auto;
        padding: 0 !important;
        border: 0;
    }
    .tab02_con p.sub_tit {
        font-size: 1.063rem;
    }
    .flx_row_2 li span {
        font-size: 1rem;
    }
    .flx_row_2 li span.ellipsis_8 {
        -webkit-line-clamp: 3;
    }


    .tab03_con .tit::before{
        top: 1.938rem;
        transform: translateY(-1.5rem);
    }
    .tab03_con .tit span {
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: normal;
        margin: 0.5rem 0 0 -1.5rem;
    }

    .list_select_con {
        margin: 2rem 0 0;
        box-shadow: none;
        border: 0;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .list_select_con p {
        margin: 0 0 0.5rem;
    }
    .list_select_con .list_select {
        width: 100%;
    }
    .list_select_con button {
        margin: 1.25rem 0 0;
        width: 100%;
    }
    .tab03_con .bx_calendar {
        margin-top: 4.5rem;
    }
    .tab03_con .fc .fc-toolbar.fc-header-toolbar {
        top: -5.75rem;
    }
    .tab03_con .bx_calendar .fc-toolbar .fc-icon-chevron-right::after {
        top: 50%;
    }
    .tab03_con .bx_calendar .fc-toolbar .fc-toolbar-chunk {
        align-items: center;
    }
    .tab03_con .bx_calendar .fc-toolbar .fc-toolbar-chunk button {
        margin: 0 1.5rem;
        height: 1.813rem !important;
        padding: 0;
    }
    .page_view li {
        padding: 0.406rem 1.094rem;
        font-size: 0.813rem;
    }
    .tab03_con .fc-theme-standard td {
        height: 3.688rem;
    }
    .bx_calendar .fc .fc-daygrid-day-number-d {
        font-size: 0.75rem;
        margin: 0.25rem 0.5rem;
    }

    #calendar01 {
        height: 24.595rem;
    }
    
    .bx_calendar .fc-daygrid-event {
        padding: 0;
        border-radius: 50%;
        font-size: 0;
        height: 0.5rem;
        width: 0.5rem;
    }
    .tab03_con .fc-direction-ltr .fc-list-day-text,
    .tab03_con .fc-direction-ltr .fc-list-day-side-text {
        font-size: 1rem;
    }
    .tab03_con .fc .fc-list-event-title a {
        font-size: 1.063rem;
    }

    .tab03_con .fc-direction-ltr .fc-list-day-text, 
    .tab03_con .fc-direction-ltr .fc-list-day-side-text {
        line-height: 1;
    }
    .tab03_con .fc-theme-standard .fc-list-day-cushion {
        padding: 1.219rem 0 0.5rem;
    }
    #calendar02.fc-theme-standard td {
        height: auto;
        padding: 0.5rem 0;
    }
    #calendar02 .fc-scroller {
        overflow: hidden !important;
    }

    .news_detail {
        padding-bottom: 1.219rem;
        margin-bottom: 1.219rem;
    }
    .data_down {
        padding-bottom: 1.219rem;
    }
    button.min_gray_btn {
        width: 100%;
        height: 3.375rem !important;
    }
    
}
.airzineTabDiv a > span{
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.airzineTabDiv span{
	font-size: 1.0625rem !important;
	line-height: 1.5rem !important;
}