/* jumbotron */
.jumbotron .container {
    position: relative; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide {
    overflow: hidden;
    border-radius: 20px; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame > div.summary {
    position: relative;
    z-index: 1;
    width: 720px;
    padding-left: 200px;
    background-image: url(../images/main/bg_jumbo_slider_summary.png); 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame > div.summary small {
    position: relative;
    left: 40px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    font-family: 'InkLipquid'; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame > div.summary h3 {
    position: relative;
    left: 40px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    font-size: 55px;
	line-height: 65px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Happiness-Sans-Title'; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame > div.summary p {
    position: relative;
    left: 40px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-top: 45px; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide .slider-frame > div.backdrop {
    height: 570px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-frame > div.summary small {
    left: 0;
    opacity: 1; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-frame > div.summary h3 {
    left: 0;
    opacity: 1; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-frame > div.summary p {
    left: 0;
    opacity: 1; 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-frame > div.backdrop {
    transform: scale(1.1); 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.slider-1 .slider-frame > div.backdrop {
    background-image: url(../images/main/bg_jumbo_slider01.png); 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.slider-2 .slider-frame > div.backdrop {
    background-image: url(../images/main/bg_jumbo_slider02.png); 
}
.jumbotron .container .jumbo-slider .swiper-wrapper .swiper-slide.slider-3 .slider-frame > div.backdrop {
    background-image: url(../images/main/bg_jumbo_slider03.png); 
}
.jumbotron .container .controls .jumbo-pagination {
    position: absolute;
    bottom: 60px;
    left: 215px;
    width: auto;
    z-index: 2; 
}
.jumbotron .container .controls .jumbo-pagination span {
    width: 60px;
    height: 8px;
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0;
    margin-right: 5px;
    border-radius: 0;
    border: 1px solid #fff;
    background: none; 
}
.jumbotron .container .controls .jumbo-pagination span:last-child {
    margin-right: 0; 
}
.jumbotron .container .controls .jumbo-pagination span:hover {
    opacity: .7;
    background-color: #fff; 
}
.jumbotron .container .controls .jumbo-pagination span.swiper-pagination-bullet-active {
    background-color: #fff; 
}
.jumbotron .container .controls .jumbo-pagination span.swiper-pagination-bullet-active:hover {
    opacity: 1; 
}
.jumbotron .container .controls .autoplay-progress {
    position: absolute;
    bottom: 60px;
    right: 75px;
    z-index: 1; 
}
.jumbotron .container .controls .autoplay-progress > div {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%; 
}
.jumbotron .container .controls .autoplay-progress > div:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 68px;
    height: 68px;
    content: '';
    display: block;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.2); 
}
.jumbotron .container .controls .autoplay-progress > div > svg {
    --progress: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 74px;
    height: 74px;
    stroke-width: 3px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg); 
}
.jumbotron .container .controls .autoplay-progress > div .btn-controls {
    position: absolute;
    top: 31px;
    left: 32px;
    width: 11px;
    height: 12px;
    display: block;
    z-index: 2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url(../images/main/ico_stop.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto; 
}
.jumbotron .container .controls .autoplay-progress > div .btn-controls.start {
    background-image: url(../images/main/ico_play.png); 
}

/* main common */
article {
    padding: 90px 0 100px; 
}

.article-header {
    position: relative;
    padding-bottom: 40px; 
}
.article-header h3 {
    position: relative;
    font-size: 40px;
    color: #111;
    font-weight: bold;
    font-family: 'Happiness-Sans-Bold';
    display: inline-block;
    padding-right: 25px; 
}
.article-header h3:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    content: '';
    background-color: #ff8518; 
}
.article-header p {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    margin-top: 25px; 
}
.article-header .btn-more {
    position: absolute;
    bottom: 40px;
    right: 0;
    font-size: 16px;
    color: #bbb;
    font-weight: 500;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.article-header .btn-more:hover {
    color: #ff8518; 
}


/* calendar */
.calendar-wrap .calendar-title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.calendar-wrap .calendar-title > a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}
.calendar-wrap .calendar-title > h4 {
    font-size: 25px;
    color: #111;
    padding: 0 20px;
}
.calendar-wrap .calendar-title > h4 > span{
    display: inline-block;
}
.calendar-wrap table{
    width: 100%;
    table-layout: fixed;
}
.calendar-wrap tr > th{
    border-radius:5px;
    background: #f5f5f5;
    font-size: 16px;
    color: #111;
    line-height: 47px;
    background-color: #fff;
}
.calendar-wrap tr > th.sun {
    border-radius: 30px 0 0 30px;
    background-color: #ff8518;
    color: #fff;
}
.calendar-wrap tr > th.sat {
    border-radius: 0 30px 30px 0;
    background-color: #00b58c;
    color: #fff;
}
.calendar-wrap tr > td {
    padding: 5px 15px 0 15px;
    position: relative;
}
.calendar-wrap tbody > tr:nth-of-type(1) > td {
    padding-top: 10px;
} 
.calendar-wrap tr > td > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-align: center;
    line-height: 30px;
}
.calendar-wrap tr > td > a.on {
    color: #111;
    font-weight: bold;
    background-color: #ffd202;
    border-radius: 50%;
}


/* schedule-gallery */
.schedule-gallery {
    padding: 90px 0 100px;
    overflow: hidden;
}
.schedule-gallery .container {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%; 
}
.schedule-gallery .container article {
    display: table-cell;
    padding: 0;
    height: 100%; 
}
.schedule-gallery .container article.schedule {
    width: 600px;
    padding-right: 80px; 
}
.schedule-gallery .container article.schedule .article-content {
    position: relative;
    width: 100%;
    height: calc(100% - 80px); 
}
.schedule-gallery .container article.schedule .article-content .details-schedule {
    position: relative;
    height: 100%;
    border-radius: 20px;
    background-color: #f5f5f5; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap {
    position: relative;
    padding: 40px 50px 30px; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar {
    width: 100%; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker {
    width: 100%;
    font-size: 0;
    text-align: center; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header {
    position: relative;
    width: 200px;
    padding: 0 40px;
    margin: 0 auto; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header > a {
    position: absolute;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header > a span {
    display: none; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header > a.ui-datepicker-prev {
    left: 0;
    background-image: url(../images/main/ico_month_prev.png); 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header > a.ui-datepicker-next {
    right: 0;
    background-image: url(../images/main/ico_month_next.png); 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    display: inline-block;
    font-size: 25px;
    color: #111;
    font-weight: bold;
    line-height: 35px;
    font-family: Pretendard,'Noto Sans KR', sans-serif; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    position: relative; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:after {
    position: absolute;
    bottom: -2px;
    right: -7px;
    content: '.'; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar thead {
    border-radius: 100px; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar thead tr th {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    background-color: #fff; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar thead tr th:first-child {
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #ff8518; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar thead tr th:last-child {
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #00b58c; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    font-weight: 500; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td > a {
    display: block;
    width: 30px;
    height: 30px;
    color: #666;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 50%; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td > a.ui-state-active {
    color: #111;
    font-weight: 600;
    background-color: #ffd202; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .calendar-wrap .calendar .ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
    padding-top: 15px; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 30px 35px;
    border-top: 1px solid #ddd; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div {
    display: table-cell;
    vertical-align: middle; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div.today {
    width: 95px; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div.today b {
    display: block;
    width: 95px;
    height: 95px;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    border-radius: 50%;
    padding-top: 60px;
    background-color: #fff;
    background-image: url(../images/main/ico_today.png);
    background-repeat: no-repeat;
    background-position: 50% 25px;
    background-size: auto auto; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div.schedule-list {
    padding-left: 20px; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div.schedule-list > ul > li {
    position: relative; 
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div.schedule-list > ul > li > a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
	color: #666;
}
.schedule-gallery .container article.schedule .article-content .details-schedule .details > div.schedule-list > ul > li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '·';
    transform: translateY(-50%); 
}
.schedule-gallery .container article.gallery {
    vertical-align: middle;
    padding: 60px;
    border: 1px solid #ddd;
    border-radius: 20px; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .swiper-wrapper .swiper-slide > a {
    display: block;
    text-align: center; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .swiper-wrapper .swiper-slide > a > figure img {
    display: block;
    width: 100%; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .swiper-wrapper .swiper-slide > a .details p {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls {
    position: relative;
    margin-top: 40px; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div {
    display: inline-block;
    vertical-align: top; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area {
    width: 120px; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button:last-child {
    margin-right: 0; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button:hover {
    background-color: #ff8518; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button.btn-gallery-prev {
    background-image: url(../images/main/ico_gallery_slider_prev.png); 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button.btn-gallery-prev:hover {
    background-image: url(../images/main/ico_gallery_slider_prev_on.png); 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button.btn-gallery-next {
    background-image: url(../images/main/ico_gallery_slider_next.png); 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.btn-area > button.btn-gallery-next:hover {
    background-image: url(../images/main/ico_gallery_slider_next_on.png); 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.gallery-pagination {
    top: 50%;
    left: auto;
    right: 0;
    z-index: 1;
    width: calc(100% - 120px);
    height: 5px;
    transform: translateY(-50%);
    background-color: #f5f5f5; 
}
.schedule-gallery .container article.gallery .article-content .gallery-slider .controls > div.gallery-pagination .swiper-pagination-progressbar-fill {
    background-color: #ffd202; 
}


/* business */
.business {
    overflow: hidden;
    background-color: #f5f5f5; 
}
.business .container .article-content > ul {
    display: table;
    table-layout: fixed;
    width: calc(100% + 40px);
    margin: 0 -20px; 
}
.business .container .article-content > ul > li {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px; 
}
.business .container .article-content > ul > li > a {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 60px 0 40px;
    border-radius: 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #fff; 
}
.business .container .article-content > ul > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    content: '';
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url(../images/main/bg_business_hover.png);
    background-repeat: no-repeat;
    /* background-position: 50% 50%; */
	background-position: 50% calc(50% - 10px);
    background-size: cover; 
}
.business .container .article-content > ul > li > a .icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 74px auto; 
}
.business .container .article-content > ul > li > a > dl {
    position: relative;
    z-index: 1;
    margin-top: 25px; 
}
.business .container .article-content > ul > li > a > dl > dt {
    font-size: 40px;
    color: #111;
    font-weight: bold;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.business .container .article-content > ul > li > a > dl > dd {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.business .container .article-content > ul > li > a .more {
    position: relative;
    z-index: 1;
    font-size: 25px;
    color: #ff8518;
    display: block;
    font-weight: bold;
    margin-top: 35px; 
}
.business .container .article-content > ul > li > a:hover {
    background-color: #ff8518;
    box-shadow: 5px 9px 18px 0px rgba(0, 0, 0, 0.05); 
}
.business .container .article-content > ul > li > a:hover > dl > dt {
    color: #fff; 
}
.business .container .article-content > ul > li > a:hover > dl > dd {
    color: #fff; 
}
.business .container .article-content > ul > li > a:hover:after {
    opacity: 1; 
}
.business .container .article-content > ul > li:nth-of-type(1) > a .icon {
    background-image: url(../images/main/ico_business01.png);
}
.business .container .article-content > ul > li:nth-of-type(1) > a:hover .icon {
    background-image: url(../images/main/ico_business1_on.png); 
}
.business .container .article-content > ul > li:nth-of-type(2) > a .icon {
    background-image: url(../images/main/ico_business02.png); 
}
.business .container .article-content > ul > li:nth-of-type(2) > a:hover .icon {
    background-image: url(../images/main/ico_business2_on.png); 
}
.business .container .article-content > ul > li:nth-of-type(3) > a .icon {
    background-image: url(../images/main/ico_business03.png); 
}
.business .container .article-content > ul > li:nth-of-type(3) > a:hover .icon {
    background-image: url(../images/main/ico_business3_on.png); 
}
.business .container .article-content > ul > li:nth-of-type(4) > a .icon {
    background-image: url(../images/main/ico_business04.png); 
}
.business .container .article-content > ul > li:nth-of-type(4) > a:hover .icon {
    background-image: url(../images/main/ico_business4_on.png); 
}
.business .container .article-content > ul > li:nth-of-type(5) > a .icon {
    background-image: url(../images/main/ico_business05.png); 
}
.business .container .article-content > ul > li:nth-of-type(5) > a:hover .icon {
    background-image: url(../images/main/ico_business5_on.png); 
}

/* notice */
.notice {
    overflow: hidden; 
}
.notice .container .article-content > ul {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: calc(100% + 40px);
    margin: 0 -20px; 
}
.notice .container .article-content > ul > li {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0 20px; 
}
.notice .container .article-content > ul > li > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 55px 40px 60px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 20px;
    border: 1px solid #ddd; 
}
.notice .container .article-content > ul > li > a p {
    font-size: 22px;
    line-height: 30px;
    color: #111;
    font-weight: 400;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.notice .container .article-content > ul > li > a .info {
    position: relative;
    margin-top: 80px; 
}
.notice .container .article-content > ul > li > a .info .date {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    padding-left: 30px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url(../images/main/ico_calendar.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 0 50%; 
}
.notice .container .article-content > ul > li > a .info .new {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 25px;
    font-style: normal;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #111;
    font-weight: bold;
    border-radius: 50%;
    background-color: #ffd202;
    transform: translateY(-50%); 
}
.notice .container .article-content > ul > li > a:hover {
    border-color: #fff;
    box-shadow: 5px 9px 18px 0px rgba(0, 0, 0, 0.05); 
}
.notice .container .article-content > ul > li > a:hover .info .date {
    background-image: url(../images/main/ico_calendar_on.png); 
}

/* partners */
.partners {
    padding: 40px 0;
    border-top: 1px solid #ddd;
}
.partners .container {
    position: relative;
    padding: 0 140px; 
}
.partners .container .partner-slider .swiper-wrapper .swiper-slide > a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px; 
}
.partners .container .partner-slider .swiper-wrapper .swiper-slide > a img {
    display: block;
    width: 100%; 
}
.partners .container .controls > button {
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    background-color: #f5f5f5; 
}
.partners .container .controls > button:hover {
    background-color: #ff8518; 
}
.partners .container .controls > button.btn-partner-prev {
    left: 15px;
    background-image: url(../images/main/ico_gallery_slider_prev.png); 
}
.partners .container .controls > button.btn-partner-prev:hover {
    background-image: url(../images/main/ico_gallery_slider_prev_on.png); 
}
.partners .container .controls > button.btn-partner-next {
    right: 15px;
    background-image: url(../images/main/ico_gallery_slider_next.png); 
}
.partners .container .controls > button.btn-partner-next:hover {
    background-image: url(../images/main/ico_gallery_slider_next_on.png); 
}