.updateHeader,
.updateContents {
    font-family: 'Noto Sans KR', 'sans-serif';
    margin: 0 50px;
}

.updateContents {
    width: calc(100vw - 100px);
}

.updateHeader .right {
    flex: 0 0 807px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 807px;
    height: 140px;
    -ms-grid-columns: (1fr)[3];
    position: relative;
    margin-right: 25px;
}

.updateHeader .right .text_box {
    margin-right: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.updateHeader .right .text_box p {
    border-top: #30404b 1px solid;
    padding-top: 20px;
    word-break: keep-all;
}

.updateHeader .right .text_box span {
    padding-top: 21px;
    word-break: keep-all;
}

.updateHeader .right .banner_wrap ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}

.updateHeader .right .banner_wrap li {
    width: 215px;
    height: 140px;
    margin-right: 5px;
}

.updateHeader .right .slider_wrap li {
    width: 215px;
    height: 140px;
    margin-right: 0px;
}

.updateHeader .right .banner_wrap li a,
.updateHeader .right .slider_wrap li a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.updateHeader .right .banner_wrap li img,
.updateHeader .right .slider_wrap li img {
    width: 100%;
    height: 140px;
}

.updateHeader .right .slider_wrap {
    display: none;
}

.slider_wrap .swiper-wrapper li,
.slider_wrap .swiper-wrapper li img {
    height: 140px;
    width: auto;
}

.slider_wrap .swiper-pagination {
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 8px;
}

.slider_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

.slider_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6c7784;
}

.pointer {
    cursor: pointer;
}

.updateHeader {
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: (1fr)[3];
    overflow: visible;
}

.updateHeader .left {
    height: 140px;
    flex: 0 0 935px;
    margin-right: 70px;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    margin-top: -10px;
}

.updateHeader .right h4 {
    margin-top: -10px;
}

.updateHeader .date_wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
    background: #f5f7f9;
    height: 49px;
    border-radius: 10px;
    margin: 13px 0 16px;
}

.updateHeader .current_year_wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    position: relative;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    height: 49px;
    width: 150px;
}

.updateHeader .current_year_wrap::after {
    display: block;
    content: '';
    width: 1px;
    height: 50%;
    background: #c4c5c7;
    margin-left: 20px;
}

.updateHeader .current_year_wrap img.calender {
    width: 19px;
    height: 19px;
    margin-top: -2px;
}

.updateHeader .current_year_wrap img.arrow {
    width: 14px;
    height: 9px;
    transition: transform .2s;
}

.updateHeader .current_year_wrap.active img.arrow {
    transform: rotate(180deg);
}

.updateHeader .current_year_wrap p {
    margin: 0 24px 0 13px
}

.updateHeader .current_year_wrap button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.updateHeader .date_wrap .month {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 49px;
    -webkit-box-lines: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:770px;
    width : -webkit-calc(98% - 150px);
    width : -moz-calc(98% - 150px);
    width: calc(98% - 150px);
    gap: 2%;
}

.updateHeader .date_wrap .month li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    flex: 1 1;
    -webkit-flex: 1 1;
}

.updateHeader .date_wrap .month li button {
    font-weight: 400;
    font-size: 17px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: none;
    height: 49px;
    padding: 0 8px;
    font-family: 'Noto Sans KR', 'sans-serif';
    vertical-align: middle;
}

.updateHeader .date_wrap .month li button::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
}

.updateHeader .date_wrap .month li button:hover::after,
.updateHeader .date_wrap .month li.active button::after {
    background: #3e71e4;
}

.updateHeader .date_wrap .month li:hover button,
.updateHeader .date_wrap .month li.active button {
    color: #3e71e4;
}

.updateHeader .date_wrap .month li button[disabled] {
    font-weight: 300;
    font-size: 17px;
    color: #cccdcf;
    letter-spacing: -1px;
    cursor: not-allowed;
    pointer-events: none;
    -moz-user-select: none; /* 파이어폭스에서 cursor가 동작하지 않을 때 추가 */
}

.updateHeader .date_wrap .month li button[disabled]:hover::after {
    background: transparent;
}

.updateHeader .select_wrap {
    z-index: 10;
    display: none;
    position: absolute;
    top: 49px;
    left: 37px;
    width: 109px;
    height: 208px;
    border: 1px solid #e3e6e8;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 10px 8px 10px 15px;
    box-sizing: border-box;
}

.updateHeader .select_year {
    overflow-y: scroll;
    height: 178px;
    padding: 3px 0 7px;
}

.updateHeader .select_year::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.updateHeader .select_year::-webkit-scrollbar-thumb {
    background-color: rgb(135 142 149);
    border-radius: 10px;
}

.updateHeader .select_year::-webkit-scrollbar-track {
    background-color: rgb(238 238 238);
    border-radius: 10px;
}

.updateHeader .select_year li + li {
    margin-top: 15px;
}

.updateHeader .select_year input {
    display: none;
}

.updateHeader .select_year input + label {
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
    color: #9e9e9e;
    letter-spacing: -.5px;
    text-align: left;
}

.updateHeader .select_year input:checked + label {
    color: #3e71e4;
}

.updateHeader .totalCut {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 6px;
    padding-left: 10px;
    height: 14px;
}

.updateHeader .totalCut li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.updateHeader .totalCut li::after {
    display: block;
    content: "";
    background: #ddd;
    width: 1px;
    height: 100%;
    margin-left: 6px;
    margin-top: 3px;
}

.updateHeader .totalCut li:last-child::after {
    display: none;
}

.updateHeader .totalCut li span {
    color: #4273d7;
    margin-left: 4px;
}

.updateContents{
    width:auto;max-width:100%;
    margin-top :30px;
    position:relative;
}

.updateContents .totalCut{
    width:100%;
    color: black;
    font-size:13px;
    position:absolute;
    top:15px;
    font-family: 'Noto Sans KR',
    sans-serif; font-weight:400;
}

.updateContents .totalCut ul li{
    float:left;
    line-height:17px;
}

.updateContents .totalCut ul li::after{
    content:'|';
    float:left;
    font-size:10px;
    margin:0 7px;
    color:#cecece;
}

.updateContents .totalCut ul li:first-child::after{
    content:'';
}

.updateContents .totalCut ul li > span{
    display:inline-block;
    color:#4273d7;
    margin:0 1px 0 2px;
    font-weight:400;
}

.updateContents .totalCut ul .first{}

.ucWeekWrap .ucWeekRow{
    width:100%;
    position:relative;
    display:inline-block;
    *display:inline;
    zoom:1;
}

.ucWeekWrap .ucWeekRow:nth-child(1) {
    padding-bottom: 7px;
}

.ucWeekWrap .ucWeekRow:nth-child(2) {
    padding-top: 70px;
}

.ucWeekWrap .ucWeekRow:nth-child(3) {
    padding-top: 70px;
}

.ucWeekWrap .ucWeekRow:nth-child(4) {
    padding-top: 70px;
}

.ucWeekWrap .ucWeekRow:nth-child(5) {
    padding-top: 70px;
}

.ucWeekWrap .ucWeekRow + .ucWeekRow {
    border-top: 1px solid #ddd;
}

.ucWeekWrap .ucWeekRow.lastRow{border:none;padding-bottom:none;}

.ucWeekWrap .ucwrLeft{
    float:left;
    position:absolute;
    left:0;
    width: 233px;
    border-radius: 10px;
    border: 1px solid #dde9f6;
    overflow: hidden;
    height: max-content;
    box-sizing: border-box;
}

.font_type01 {
    font-weight: 500;
    font-size: 40px;
    color: #000;
    letter-spacing: 0.5px;
    text-align: left;
}

.font_type02 {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    letter-spacing: -0.5px;
    text-align: left;
}

.font_type03 {
    font-weight: 500;
    font-size: 13px;
    color: #9c9ea4;
    letter-spacing: 0;
    text-align: left;
}

.font_type04 {
    font-weight: 500;
    font-size: 19px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: left;
}

.font_type05 {
    font-weight: 400;
    font-size: 17px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: center;
}

.font_type06 {
    font-weight: bold;
    font-size: 17px;
    color: #3e71e4;
    letter-spacing: -.5px;
    text-align: center;
}

.font_type07 {
    font-weight: 400;
    font-size: 17px;
    color: #cccdcf;
    letter-spacing: -.5px;
    text-align: center;
}

.font_type08 {
    font-weight: 400;
    font-size: 13px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: left;
}

.font_type09 {
    font-weight: 400;
    font-size: 20px;
    color: #3e71e4;
    letter-spacing: -1px;
    text-align: left;
    line-height: 21px;
    margin: 0px 0px 8px 0px;
}

.font_type10 {
    font-weight: 500;
    font-size: 12px;
    color: #30404b;
    letter-spacing: -.5px;
    text-align: left;
    line-height: 12px;
}

.font_type11 {
    font-weight: 400;
    font-size: 12px;
    color: #75787a;
    letter-spacing: -.5px;
    text-align: left;
}

.font_type12 {
    font-weight: 400;
    font-size: 20px;
    color: #2b2c2d;
    line-height: 23px;
    text-align: left;
}

.font_type13 {
    font-weight: 600;
    font-size: 12px;
    color: #9e9e9e;
    letter-spacing: -.5px;
    line-height: 17px;
    text-align: left;
}

.font_type14 {
    font-weight: 500;
    font-size: 18px;
    color: #2d2c2d;
    letter-spacing: -.5px;
    line-height: 21px;
    text-align: left;
}

.font_type15 {
    font-weight: 400;
    font-size: 14px;
    color: #2d2c2d;
    letter-spacing: -.5px;
    line-height: 20px;
    text-align: left;
}

.font_type16 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
}

.font_type17 {
    font-weight: 400;
    font-size: 16px;
    color: #3e71e4;
    letter-spacing: -.5px;
    text-align: center;
}

.font_type18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #9e9e9e;
    letter-spacing: -.5px;
    text-align: center;
}

.ucWeekWrap .ucwrLeft .ucwrTop{
    background: #dde9f6;
    padding: 19px 20px 19px 20px;
    height: 78px;
    box-sizing: border-box;
}

.ucWeekWrap .ucwrLeft .ucwrTop.blue{
    background:#7eadff;
}

.ucWeekWrap .ucwrLeft .ucwrTop.green{
    background:#5cd36f;
}

.ucWeekWrap .ucwrLeft .ucwrTop .reg strong{
    display:block;
}

.ucWeekWrap .ucwrLeft .ucwrTop .reg span{
    font-weight:400;
}

.ucWeekWrap .ucwrLeft .ucwrTop .term img{
    margin-right:5px;
}

.ucWeekWrap .ucwrLeft .ucCateList {
    padding: 20px;
}

.ucWeekWrap .ucwrLeft .ucCateList li + li {
    margin-top: 9px;
}

.ucWeekWrap .ucwrRight{
    width:auto;
    margin-left:273px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

.ucWeekWrap .ucwrRight .ucImgRow{
    width:279px;
    height:327px;
    margin-right:20px;
    margin-bottom:88px;
    position:relative;
    display:inline-block;
    *display:inline;
    zoom:1;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgWrap{
    position:relative;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgWrap > a {
    height: 279px;;
    display: block;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgWrap .imgWrapInner{
    width:206px;
    height:206px;
    position:relative;
    border:1px solid white;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgWrap .imgWrapInner:hover{
    border:1px solid black;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment .viewIcon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 48px;
    height: 48px;
}

.ucWeekWrap .ucImgRow .popup_box {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    display: none;
    z-index: 9;
    background: #fff;
    border: 1px solid #6d7587;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.ucWeekWrap .ucImgRow .popup_box.active {
    display: block;
    height: 350px;
}

.ucWeekWrap .ucImgRow .popup_box .title {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 2px;
    align-items: flex-end;
    margin: 18px 20px;
}

.ucWeekWrap .ucImgRow .popup_box .scroll_wrap {
    height: 230px;
    overflow: hidden;
    padding: 0 8px 0 20px;
}

.ucWeekWrap .ucImgRow .popup_box .img_list {
    overflow-y: auto;
    height: 232px !important;
    position: relative;
}

.ucWeekWrap .ucImgRow .popup_box .img_list::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.ucWeekWrap .ucImgRow .popup_box .img_list::-webkit-scrollbar-thumb {
    background-color: rgb(135 142 149);
    border-radius: 10px;
}

.ucWeekWrap .ucImgRow .popup_box .img_list::-webkit-scrollbar-track {
    background-color: rgb(238 238 238);
    border-radius: 10px;
}

.ucWeekWrap .ucImgRow .popup_box .img_list li {
    display: block;
    width: 180px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #EAEBEE;
}

.ucWeekWrap .ucImgRow .popup_box .img_list li > img {
    width: 100%;
    height: auto;
}

.ucWeekWrap .ucImgRow .popup_box .img_list .list_box_list_background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ucWeekWrap .ucImgRow .popup_box .img_list .list_box_list_background img {
    display: none;
    width: 21px;
    height: 21px;
}

.ucWeekWrap .ucImgRow .popup_box .img_list .list_box_list_background:hover {
    border: 1px solid #6d7587;
}

.ucWeekWrap .ucImgRow .popup_box .img_list .list_box_list_background:hover img {
    display: block;
}

.ucWeekWrap .ucImgRow .popup_box .popup_box_bottom {
    background: #6d7587;
    height: 61px;

    display: table;
    width: 100%;
}

.ucWeekWrap .ucImgRow .popup_box .popup_box_bottom a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    height: 100%;

    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.ucWeekWrap .ucImgRow .popup_box .popup_box_bottom a img {
    width: 9px;
    height: 16px;
}

.row_more_btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.row_more_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #3e71e4;
    border: 1px solid #3e71e4;
    padding: 17px;
    height: 53px;
    width: 358px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 200px;
}

.row_more_btn:hover {
    border: 1px solid #3e71e4;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgWrap > a:hover {
    border-color: #6d7587;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgWrap .viewImg{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin:auto;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    cursor:pointer;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment {
    position: relative;
    margin-top: 15px;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment .imgCommentTop {
    max-width: 191px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment .imgCommentTop .listTitle{
    cursor:pointer;
    color:black;
    font-size:16px;
    letter-spacing:-0.5px;
    line-height:16px;
    margin-top:10px;
    display:block;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment .imgCommentTop a:hover{}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment .imgCommentBottom {
    display : block;
    margin-top: 8px;
    max-width: 191px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment > * {
    display: block;
}

.ucWeekWrap .ucwrRight .ucImgRow .imgComment .imgCommentBottom.green {color:#38bd48;}
.ucWeekWrap .ucwrRight .ucImgRow .imgComment .imgCommentBottom.blue {color:#7eadff;}

.ie_z_index{z-index: 4;}