/* header */
#header {
	box-shadow: 1px 1px 8px rgba(80, 110, 254, 0.5);
	background-color: rgba(255, 255, 255, 0.9);
}

/* main index */
.mainContent {
    overflow: hidden;
    position: relative;
}

/* section */
.section {
    width: 100%;
    height: 100vh;
    font-family: 'SUIT';
    position: relative;
}

.mainSection .section {
    min-height: 920px;
}

.section .inner {
    margin: 0 auto;
    padding-top: 120px;
    display: block;
}

.section .sectionTopArea {
    position: relative;
}

.section .sectionTopArea .sectionTopNum {
    display: inline-block;
    font-weight: 600;
}

.section .sectionTopArea .sectionTopNum p {
    display: inline-block;
    color: #9FA5B9;
    font-size: 21px;
    font-family: 'NanumSquareNeo';
    margin-right: 5px;
}

.section .sectionTopArea .sectionTopNum b {
    color: #5A7BFF;
	background: linear-gradient(90deg, #5B94F8 0%, #5A7BFF 100%);
    background-size: 100%;
    background-repeat: repeat;
    font-family: 'NanumSquareNeo Heavy';

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;

    font-size: 26px;
}

.section .sectionTopArea .sectionTopTit {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.section .sectionTopArea .sectionTopTit h2 {
    display: inline-block;
    position: relative;
    font-size: 56px;
    width: 250px;
    line-height: 100%;
    font-family: "NanumSquareNeo ExtraBold";
    flex-shrink: 0;
}

.section .sectionTopArea .sectionTopTit h2 span:first-of-type {
    position: relative;
    color: #484E53;
    z-index: 5;
}

.section .sectionTopArea .sectionTopTit h2 span:last-of-type {
    color: transparent;
    -webkit-text-stroke: 1px rgba(238, 238, 238, 1);
    position: absolute;
    top: 5px;
    left: 5px;
}

.section .sectionTopArea .sectionTopTit .btnArea .mainGoBtn {
    background: rgba(255, 255, 255, 0.1) url(../images/mappickMain/ico-openInNew-black.svg) no-repeat 11px 10px / 56%;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid rgba(80, 110, 254, 0.8);
    box-shadow: 0 0 10px rgba(80, 110, 254, 0.4);
}

.section .sectionTopArea .sectionTopDesc {
    font-size: 20px;
    color: #777;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

/* scrollDownArea */
.scrollDownArea {
    position: absolute;
	left: calc(50% - 100px);
	bottom: 0;
    width: 200px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px 100px 0 0;
    background-color: rgba(255, 255, 255, 0.3);

    font-family: "NanumSquareNeo";
    font-size: 14px;
    line-height: 14px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    padding: 30px 0 20px;
}

.mouse {
    position: relative;
    left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 20px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 8px;
    margin-bottom: 10px;
}

.mouse::before {
    display: inline-block;
	content: '';
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	width: 3px;
	height: 6px;
	border-radius: 1px;
	background-color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    position: relative;
    left: 1px;
}

.scrollDownArea.black {
    background-color: #F0F0F0;
    color: #484E53;
    text-shadow: none;
}

.scrollDownArea.black .mouse {
	border-color: #484E53;
}

.scrollDownArea.black .mouse::before {
	background-color: #484E53;
}

/* .section.index01 */
.section.index01 {
    background: url(../images/mappickMain/mappickMainIndex.jpg) no-repeat center center / cover;
}

.section.index01::after {
	pointer-events: none;
}

.section.index01 .inner {
    width: 1300px;
    padding-top: 200px;
}

.section.index01 .sectionTopArea {
    position: absolute;
}

.section.index01 .sectionTopArea .sectionTopNum p {
    color: #E5E5E5;
}

.section.index01 .sectionTopArea .sectionTopNum b {
	background-image: linear-gradient(90deg, #84E4E5 0%, #C7CDFF 100%);
}

.section.index01 .sectionTopArea .sectionTopTit h2 {
    font-size: 60px;
}

.section.index01 .sectionTopArea .sectionTopTit h2 span:first-of-type {
    color: #fff;
}

.section.index01 .sectionTopArea .sectionTopTit h2 span:last-of-type {
    -webkit-text-stroke: 1px rgba(238, 238, 238, 0.2);
}

.section.index01 .sectionTopArea .sectionTopTit .btnArea .mainGoBtn {
    background: rgba(255, 255, 255, 0.1) url(../images/mappickMain/ico-openInNew-white.svg) no-repeat 11px 10px / 56%;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid rgba(80, 110, 254, 0.8);
    box-shadow: 0 0 10px rgba(80, 110, 254, 0.8);
}

.section.index01 .sectionTopArea .sectionTopDesc {
    color: #eee;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}


/* 전시회 이미지 슬라이드 */
.img_list {
    z-index: 1;
    overflow: unset !important;
    height: 100%;
    left: 0;
}

#mainSwiper {
    position: absolute;
    width: 2400px;
    height: 520px;
    margin-right: 0 !important;
    right: -1400px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.swiper-wrapper {
    width: 100%;
    display: flex;
}

.img_list .swiper-slide {
    display: inline-block;
    width: 800px !important;
    height: 520px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}

.img_list .swiper-slide.swiper-slide-active {
	z-index: 30 !important;
}

.img_list .swiper-slide > * {
    width: 100%;
    height: 100%;
}

.img_list .swiper-slide:focus {
    outline: 1px solid #fff;
    outline-offset: -1px;
}

.img_list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_list .swiper-slide .slide_item {
    opacity: 1;
}

#index01 .swiper-button-prev, #index01 .swiper-button-next {
    position: absolute !important;
    top: calc(50% - 50px) !important;
    text-indent: -9999px;
    margin-top: 0 !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 6px;
    border: 2px solid rgba(225, 225, 225, 0.7);
    background-color: rgba(238, 238, 238, 0.25);
    backdrop-filter: blur(5px);
    z-index: 100 !important;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
    transition: 0.3s;
}

#index01 .swiper-button-prev:hover, #index01 .swiper-button-next:hover {
    background-color: rgba(238, 238, 238, 0.1);
    border: 2px solid #fff;
    transition: 0.3s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5) !important;
}

#index01 .swiper-button-prev {
    left: 8% !important;
    background-image: url(../images/mappickMain/mainArrow-left-white.png);
}

#index01 .swiper-button-next {
    right: 8% !important;
    background-image: url(../images/mappickMain/mainArrow-right-white.png);
}

/* text_list */
.text_list {
	background: linear-gradient(90deg, rgba(91, 148, 248, 0.75) 0%, rgba(90, 123, 255, 0.75) 100%);
    width: 700px;
    border-radius: 3px 3px 40px 3px;
    color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 480px;
    z-index: 10;
}

.text_list .slick-slide {
    display: none;
    visibility: visible !important;
    width: 100%;
}

.text_list .slick-initialized .slick-slide {
    display: block;
}

.text_list a {
    display: flex;
    padding: 45px 60px;
    justify-content: space-between;
    width: inherit;
    height: inherit;
    font-size: 18px;
    font-weight: 400;
    gap: 20px;
}

.slide_left {
    width: calc(100% - 100px);
}

.text_list .slide_title {
    font-size: 30px;
    line-height: 115%;
    font-family: "NanumSquareNeo";
    margin-bottom: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text_list .slide_title.new::before {
    content: 'N';
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    background-color: rgba(72, 78, 83, 0.95);
    border-radius: 1px;
    font-size: 20px;
    font-family: 'SUIT';
    position: relative;
    top: -1px;
}

.text_list .slide_info {
    display: flex;
    gap: 20px;
    color: #E5E5E5;
    font-weight: 400;
    font-size: 0.975rem;
    line-height: 0.975rem;
    margin-bottom: 25px;
}

.text_list .slide_text {
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.slide_info .date,
.slide_info .name,
.servInfo .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.slide_info .date::before,
.slide_info .name::before,
.servInfo .date::before {
	content: '';
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
    background-size: 100%;
}

.slide_info .date::before {
	background-image: url("../images/mappickMain/ico-date-white.svg");
}

.slide_info .name::before {
	background-image: url("../images/mappickMain/ico-user-white.svg");
}

.servInfo .date::before {
	background-image: url("../images/mappickMain/ico-date.svg");
}

.slide_right .more {
    text-indent: -9999px;
    margin-top: 5px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.6) url(../images/mappickMain/mainArrow-black.svg) no-repeat center center / 31%;
}

/* section.index02 */
.section.index02 {
    position: relative;
}

.section.index02 .sectionTopArea {
    width: 1400px;
    margin: 0 auto;
}

.section.index02 .servArea {
    position: relative;
    width: 100%;
    margin-top: 40px;
    text-align: right;
}

/* servTab */
.servTab {
    position: relative;
    right: 125px;
    height: 70px;
    padding: 3px;
    display: inline-block;
    border: 2px solid #E5E5E5;
    background-color: #fff;
    border-radius: 8px;
}

.servNav {
    width: 512px;
    overflow: hidden;
    display: inline-block;
}

.servNav ul {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 0;
}

.servNav .slick-list {
    overflow: hidden !important;
    width: 100%;
}

.servNav .slick-track {
    display: flex !important; /* 가로 정렬 강제 */
    width: 100% !important;
    justify-content: flex-start;
    height: auto !important;
}

.servNav ul .servList {
    width: 25% !important; /* 4개씩 꽉 차게 배치 */
    flex: 0 0 auto !important;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: content-box;
}

.servNav .servList:hover {
	background: rgba(91, 148, 248, 0.1);
	border: 1px solid rgba(91, 148, 248, 0.2);
}

.servNav .servList button {
    width: 100%;
    height: 58px;
    padding: 28px 0 0;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 28px;
    color: #959CAB;
    font-weight: 500;
    border-radius: 4px;
    font-size: 0.975rem;
    border: 1px solid #fff;
}

.servNav .servList.list01 button {
    background-image: url('../images/mappickMain/ico-serv_landBundle_tab.svg') !important;
}

.servNav .servList.list02 button {
    background-image: url('../images/mappickMain/ico-serv_voteMap_tab.svg') !important;
}

.servNav .servList.list03 button {
    background-image: url('../images/mappickMain/ico-serv_themeMap_tab.svg') !important;
}

.servNav .servList.list04 button {
    background-image: url('../images/mappickMain/ico-serv_luckyMap_tab.svg') !important;
    background-size: 36px;
    background-position: center 1px;
}

.servNav .servList.active {
	background: linear-gradient(90deg, #5B94F8 0%, #5A7BFF 100%);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    background-position: center 7px;
}

.servNav .servList.active button {
    background-image: url('../images/mappickMain/ico-main-check-white.svg') !important;
    border: 1px solid #5B94F8;
    background-size: 45px;
    color: #fff;
}

/* sectBtnArea */
.sectBtnArea {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.sectBtnArea .btn {
    pointer-events: auto; /* 버튼만 클릭 가능 */
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.sectBtnArea .sectPrev {
    background-image: url(../images/mappickMain/mainArrow-left.svg);
    margin-left: -50px !important;
}

.sectBtnArea .sectNext {
    background-image: url(../images/mappickMain/mainArrow-right.svg);
    margin-right: -50px !important;
}

/* servDescArea */
.section.index02 .servDescArea {
    display: flex;
    gap: 60px;
    margin-top: -75px;
    justify-content: space-between;
}

.servLeft {
    max-width: 1200px;
    width: 62.5%;
    height: 450px;
    border-radius: 0 15px 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    overflow: hidden;
}

.servLeft ul {
    width: auto;
    display: flex;
}

.servLeft .servImgItem {
    max-width: 1200px;
    width: 100%;
    flex-shrink: 0;
}

.servLeft .servImgItem img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px inset;
    object-fit: cover;
    object-position: 0 0;
}

.servImgItem, .servDescList {
    display: none;
}

.servImgItem.active, .servDescList.active {
    display: block;
}

.servRight {
    margin: 80px 120px 0 0;
    display: inline-block;
}

.servDescList {
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}

.servDescList.active {
    display: block !important;
}

.servDescList .servIcon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.servDescList .servIcon img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.servDescList h3 {
    font-family: "NanumSquareNeo Bold";
    color: #484E53;
    font-size: 38px;
    line-height: 100%;
    margin-bottom: 15px;
}

.servDescList .servInfo {
    color: #AAAAAA;
}

.servDescList > p {
    width: 460px;
    margin: 30px 0 40px;
    color: #999999;
    font-size: 17px;
    line-height: 24px;
}

/* section.index03 */
.section.index03 .inner {
    display: flex;
    width: 1400px;
    justify-content: space-between;
    gap: 50px;
}

.section.index03 .sectionTopArea .sectionTopTit h2 {
    width: 285px;
}

.videoLeft {
    width: 450px;
    flex-shrink: 0;
}

.videoRight {
    width: 850px;
}

.videoArea {
    position: relative;
}

.videoInfoList {
    position: absolute;
    right: 950px;
    bottom: 0;
    width: 450px;
    text-align: right;
}

.videoInfoItem {
    display: none;
}

.videoInfoItem.active {
    display: block;
}

.videoInfoItem .videoTit {
    color: #484E53;
    font-size: 38px;
    font-family: "NanumSquareNeo";
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.videoInfoItem .videoTit .videoNum {
    color: #9FA5B9;
}

.videoInfoItem .videoTit span {
    color: #fff;
	background: linear-gradient(90deg, #5B94F8 0%, #5A7BFF 100%);
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 28px;
    position: relative;
    top: -4px;
    margin: 0 3px;
}

.videoInfoItem .videoDate {
    margin-top: 10px;
    color: #AAAAAA;
    font-size: 18px;
}

.videoContsList {
    width: 100%;
    height: 445px;
}

.videoContsItem {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.videoContsItem.active {
    display: block;
}

.videoContsItem iframe {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.videoTab {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.section.index03 .sectBtnArea {
    top: calc(50% - 25px);
}

.videoNav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
}

.videoList {
    width: auto;
}

.videoItem {
    display: inline-block;
    width: 100%;
    flex-shrink: 0;
    /* margin: 0 5px;*/
    cursor: pointer;
}

.videoItem .videoThumbnail {
    width: 100%;
    height: 100px;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.videoItem .videoThumbnail img {
    width: 70px;
    height: auto;
    margin: 0 auto;
    margin-top: 12px;
}

.videoThumbnail .mode {
    position: absolute;
    right: 4px;
    bottom: 4px;
    background-color: #E5E5E5;
    color: #484E53;
    border-radius: 1px;
    padding: 2px 4px;
    font-family: "NanumSquareNeo Bold";
    font-size: 12px;
    transition: 0.3s;
}

.videoItem.active .videoThumbnail {
    border: 2px solid #5A7BFF;
    box-shadow: 0 0 10px rgba(80, 110, 254, 0.4);
}

.videoItem:hover .videoThumbnail {
    border: 2px solid #5A7BFF;
    box-shadow: 0 0 10px rgba(80, 110, 254, 0.6);
}

.videoItem.active .videoThumbnail .mode, .videoItem:hover .videoThumbnail .mode {
    background-color: #6D7E8E;
    font-family: "NanumSquareNeo";
    color: #FFFFFF;
}

.videoDesc {
    font-weight: 600;
    margin-top: 10px;
}

.videoDesc .videoMode {
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #AAAAAA;
    margin-bottom: 1px;
    font-weight: 500;
}

.videoDesc p {
    font-size: 15px;
    line-height: 15px;
    color: #484E53;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

/* fullPagingArea */
.fullPagingArea {
	position: fixed;
	left: 70px !important;
	bottom: 50px !important;
	display: inline-block;
    font-family: "NanumSquareNeo";
	z-index: 100;
}

.fullPagingArea.fixed {
	bottom: 410px !important;
	position: absolute;
}

#menu {
	position: relative;
	top: unset !important;
	left: 0px !important;
	bottom: 0px !important;
	width: inherit !important;
	height: auto !important;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#menu li {
    display: inline-block;
    margin: 0 !important;
    color: #9FA5B9 !important;
	font-size: 17px;
    transition: 0.3s;
}

#menu li a {
    padding: 3px 15px 4px !important;
    display: block;
	position: relative;
}

#menu li a::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 7px;
    border: 2px solid #9FA5B9;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 2px;
}

#menu li:not(:last-of-type) a::after {
    position: absolute;
    top: 17px;
    left: 21px;
    content: "";
    width: 2px;
    height: 28px;
    background-color: #9FA5B9;
    z-index: 0;
}

#menu li.active a::before {
	box-shadow: 0 0 10px #506EFE;
    border: 2px solid #506EFE;
    background-color: #fff;
    z-index: 1;
}

#menu li.active, #menu li:hover {
	color: #506EFE !important;
    font-weight: 800;
}

.menuActiveBtn {
    width: 140px;
    height: 32px;
    position: absolute;
    top: -4.5px;
    background-color: rgba(238, 238, 238, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    z-index: -1;
	transition: 0.2s;
}

/* section.index04 */
.section.index04 {
	background: url(../images/mappickMain/bg-section-mouArea.jpg) no-repeat center center / 100%;
    height: 280px;
}

.section.index04 .inner {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    min-height: 280px;
    align-items: center;
    padding-top: 0;
}

.contactLeft .scCenter {
    color: #EEEEEE;
    font-size: 18px;
    margin-bottom: 10px;
}

.contactLeft .scNum {
    font-family: "NanumSquareNeo Heavy";
    font-size: 26px;
    margin-bottom: 10px;
}
.contactLeft .scTime {
    font-size: 14px;
}

.contactLeft .scTime span {
    color: #EEEEEE;
}

.contactLeft .btnArea .btn {
    color: #FFFFFF;
    padding: 6px 28px 6px 10px;
    text-align: left;
    border: 1px solid #CCCCCC;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/mappickMain/ico-contactLeft-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    transition: 0.3s;
    border-radius: 3px;
}

.contactLeft .btnArea .btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.contactLeft .btnArea .btn.cafe {
    background-image: url(../images/mappickMain/ico-contactLeft-naver.svg);
    border: 1px solid #7FF879;
}

.contactRight {
    text-align: right;
}

.contactRight .title {
    font-family: "NanumSquareNeo Bold";
    font-size: 58px;
    letter-spacing: -0.5px;
}

.contactRight p {
    font-size: 17px;
    margin-top: 35px;
}

.contactRight p:last-of-type {
    font-size: 21px;
    margin-top: 20px;
}

/* mouArea */
.section.mouArea {
    width: 100%;
    height: 56px;
    background-color: #f6f6f6;
}

.section.mouArea .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
}

.section.mouArea .inner .outro {
    display: block;
    width: 100%;
    overflow: hidden;
}

.section.mouArea .inner ul {
    display: flex;
    width: 100vw;
    gap: 10px;
}

.section.mouArea .inner ul li {
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

.section.mouArea .inner ul li img {
    display: inline-block;
    object-fit: contain;
    padding: 5px 5%;
    width: 90%;
    height: 100%;
}

.section.mouArea .inner ul li span {
    display: none;
}

#wrap.main #footer {
    margin-top: 0;
}

@media (max-width: 1850px){
    /* section.index02 */
	.servLeft {
        width: 62%;
	}

    .servTab {
        right: 100px;
    }

    .servNav {
        width: 440px;
    }

    .servDescList > p {
        width: 400px;
    }
}

@media (max-width: 1700px){
    /* section.index01 */
    .section.index01 .inner {
        width: 1100px;
    }

    #mainSwiper {
        width: 2100px !important;
        height: 500px;
        right: -1300px;
    }

    .img_list .swiper-slide {
        width: 700px !important;
        height: 500px;
    }

    .text_list {
        width: 620px;
        top: 430px;
    }

    .text_list a {
        padding: 40px 45px;
    }
}

@media (max-width: 1500px){
    /* section */
    .section .sectionTopArea .sectionTopTit h2 {
        font-size: 50px !important;
        width: 210px;
    }

    /* section.index01 */
    .section.index01 .inner {
        padding-top: 175px;
    }

    #mainSwiper {
        width: 1800px !important;
        right: -1100px;
    }

    .img_list .swiper-slide {
        width: 600px !important;
    }

    /* section.index02 */
    .section.index02 .sectionTopArea {
        width: 1000px;
    }

    .section.index02 .servArea {
        margin-top: 30px;
    }

    .servTab {
        right: 70px;
        height: 62px;
    }

    .servNav {
        width: 405px;
    }

    .servNav .servList button {
        font-size: 0.9rem;
        height: 50px;
        padding: 25px 0 0;
        background-size: 23px !important;
    }

    .servNav .servList.active button {
        background-size: 35px;
    }

    .sectBtnArea .btn {
        width: 34px;
        height: 34px;
        background-size: 10px;
        padding: 0;
    }

    .section.index02 .servDescArea {
        margin-top: -60px;
    }

    .servDescList {
        padding: 20px 10px;
    }

    .servDescList .servIcon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .servDescList h3 {
        font-size: 32px;
    }

    .servDescList > p {
        margin: 20px 0 30px;
    }

    .servLeft {
        max-width: 900px;
        height: 400px;
        width: 58%;
        border-radius: 5px;
        margin-left: 20px;
	}

    .servRight {
        margin: 80px 70px 0 0;
    }

    /* section.index03 */
    .section.index03 .inner {
        width: 1200px;
        gap: 20px;
    }

    .videoRight {
        width: 750px;
    }

    .section.index03 .sectionTopArea .sectionTopTit h2 {
        width: 255px;
    }

    .videoInfoList {
        right: 800px;
    }

    .videoInfoItem .videoTit {
        font-size: 28px;
    }

    .videoInfoItem .videoTit span {
        font-size: 22px;
    }

    /* section.index04 */
    .section.index04 {
        height: 230px;
    }

    .section.index04 .inner {
        min-height: 230px;
        width: 100%;
        padding: 0 30px;
    }

    .contactLeft .scCenter {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .contactLeft .scNum {
        margin-bottom: 7px;
    }

    .contactLeft .btnArea .btn {
        font-size: 14px;
        padding: 4px 25px 4px 8px;

    }

    .contactRight .title {
        font-size: 48px;
    }

    .contactRight p {
        font-size: 15px;
        margin-top: 20px;
    }

    .contactRight p:last-of-type {
        font-size: 17px;
        margin-top: 10px;
    }

    /* section.mouArea */
    .section.mouArea {
        height: 50px;
    }

    .section.mouArea .inner {
        width: calc(100% - 160px);
        padding: 5px 0;
    }

}

@media (max-width: 1300px){
    /* section */
    .mainSection .section {
        min-height: 850px;
    }

    .section .sectionTopArea .sectionTopNum p {
        font-size: 18px;
    }

    .section .sectionTopArea .sectionTopNum b {
        font-size: 20px;
    }

    .section .sectionTopArea .sectionTopDesc {
        font-size: 18px;
    }

    .scrollDownArea {
        width: 170px;
        height: 85px;
        padding: 20px 0;
        font-size: 12px;
        left: calc(50% - 85px);
    }

    /* section.index01 */
    .section.index01 .inner {
        width: 1000px;
        padding-top: 150px;
    }

    .section.index01 .sectionTopArea .sectionTopTit h2 {
        font-size: 54px;
        width: 225px;
    }

    #mainSwiper {
        width: 1500px !important;
        right: -900px !important;
    }

    .img_list .swiper-slide {
        width: 500px !important;
    }

    .text_list .slide_title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .text_list .slide_info {
        font-size: 0.9rem;
        line-height: 0.9rem;
        margin-bottom: 15px;
        min-width: 200px;
    }

    .text_list .slide_right .more {
        width: 70px;
        height: 70px;
    }

    /* section.index02 */
    .servTab {
        right: 55px;
    }

	.servLeft {
        width: 53%;
	}

    .servRight {
        margin: 80px 70px 0 0;
    }

    .servDescList {
        margin-top: 0;
    }

    .servDescList > p {
        font-size: 15px;
        width: 380px;
    }

    /* section.index03 */
    .section.index03 .inner {
        gap: 10px;
        width: 1000px;
    }

    .videoLeft {
        width: 400px;
    }

    .videoRight {
        width: 600px;
    }

    .videoInfoList {
        right: 640px;
    }

    /* fullPagingArea */
    .fullPagingArea {
        left: 40px !important;
    }

    /* section.mouArea */
    .section.mouArea .inner {
        padding: 5px 0;
    }

}

@media (max-width: 1100px){
    /* section */
    .section {
        padding: 0 30px !important;
    }


    .section .sectionTopArea .sectionTopTit {
        margin-top: 10px;
    }

    .section .sectionTopArea .sectionTopTit h2 {
        font-size: 40px !important;
        width: 170px !important;
    }

    .section .sectionTopArea .sectionTopTit .btnArea .mainGoBtn {
        width: 40px !important;
        height: 40px !important;
        padding: 0;
        background-position: 8px 8px !important;
    }

    .section .sectionTopArea .sectionTopDesc {
        font-size: 16px;
        margin-top: 20px;
    }

    /* section.index02 */
    .servTab {
        right: 20px;
    }

    .servRight {
        margin: 80px 40px 0 0;
    }

    .servLeft {
        width: 53%;
        margin-left: 0;
    }

    /* section.index03 */
    .section.index03 .inner {
        width: 100%;
    }

    .section.index03 .sectionTopArea .sectionTopTit h2 {
        width: 205px !important;
    }

    .videoTab {
        margin-top: 30px;
    }

    .videoLeft {
        width: 360px;
    }

    .videoContsList {
        height: 380px;
    }
}

@media (max-width: 960px){
    /* section */
    .section .inner {
        padding-top: 100px;
    }

    .section .sectBtnArea {
        display: none;
    }

    .section .sectionTopArea .sectionTopNum p {
        font-size: 15px;
    }

    .section .sectionTopArea .sectionTopNum b {
        font-size: 18px;
    }

    .section .sectionTopArea .sectionTopTit h2 {
        font-size: 36px !important;
        width: 151px !important;
    }

    .section .sectionTopArea .sectionTopTit .btnArea .mainGoBtn {
        width: 38px !important;
        height: 38px !important;
        background-position: 8px 7px !important;
        margin-top: 2px;
    }

    /* section.index01 */
    .section.index01 .inner {
        width: 100%;
        padding-top: 100px;
    }

    .img_list {
        position: relative;
    }

    #mainSwiper {
        width: 100% !important;
        border-radius: 5px 5px 0 0;
        height: 330px;
        top: 140px;
        right: 0 !important;
    }

    .img_list .swiper-slide {
        border-radius: 5px 5px 0 0;
        width: 100% !important;
        height: 330px;
    }

    #index01 .swiper-button-prev, #index01 .swiper-button-next {
        top: 130px !important;
        left: unset !important;
        right: 30px !important;
        width: 54px !important;
        height: 54px !important;
        background-size: 20px;
        border-radius: 4px;
    }

    #index01 .swiper-button-prev {
        right: 95px !important;
    }

    #index01 .swiper-button-next {
        right: 30px !important;
    }

    .text_list {
        margin-top: 0px;
        width: 100%;
        position: relative;
        top: 475px;
    }

    .text_list a {
        padding: 25px 40px;
        font-size: 16px;
    }

    .text_list .slide_title {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 10px;
    }

    .text_list .slide_title.new::after {
        padding-top: 1px;
        width: 24px;
        height: 24px;
    }

    .text_list .slide_right .more {
        width: 60px;
        height: 60px;
    }

    .section.index02 .sectionTopArea {
        width: 100%;
    }

    .servTab {
        width: 100%;
        margin: 0 auto;
        position: unset;
        border-radius: 5px;
    }

    .section.index02 .servArea {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }

    .servNav .servList {
        width: 100%;
    }

    .section.index02 .servDescArea {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .servLeft {
        max-width: unset;
        width: 100%;
        height: 290px;
        margin-left: 0;
    }

    .servRight {
        margin: 0;
    }

    .servDescList {
        padding: 5px 0;
        width: 100%;
    }

    .servTitArea {
        display: flex;
    }

    .servDescList .servIcon {
        margin-bottom: 0;
        width: 45px;
        height: 45px;
    }

    .servDescList h3 {
        margin-bottom: 0;
        font-size: 27px;
    }

    .servDescList > p {
        width: 100%;
        margin: 5px 0 20px;
    }

    .servTit {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .servInfo {
        position: relative;
        top: 18px;
        margin-left: 10px;
    }

    .section.index02 .btnArea {
        width: 100%;
    }

    .section.index02 .btn.mwdType08 {
        width: 100% !important;
        min-width: unset !important;
        margin: 0 auto;
    }

    .servNav  {
        width: 100%;
    }

    .servNav ul {
        overflow-y: auto;
        padding-bottom: 3px;
    }


    /* section.index03 */
    .section.index03 .inner {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .videoTab {
        margin-top: 20px;
    }

    .videoRight {
        width: 100%;
    }

    .videoInfoList {
        right: unset;
        position: relative;
        text-align: left;
        margin-top: 20px;
        display: flex;
        gap: 10px;
    }

    .videoInfoItem .videoTit {
        font-size: 24px;
    }

    .videoInfoItem .videoTit span {
        font-size: 18px;
        top: -2px;
    }

    .videoInfoItem .videoDate {
        margin-top: 0;
        font-size: 1rem;
        position: relative;
        top: 6px;
    }

    .videoContsList {
        height: 260px;
    }

    .videoList {
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    /* fullPagingArea */
    .fullPagingArea {
        left: 20px !important;
        bottom: 30px !important;
    }

    .fullPagingArea.fixed {
        bottom: 455px !important;
    }

    /* section.index04 */
    .section.index04 {
        height: unset;
        background-size: cover;
    }

    .section.index04 .inner {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 40px 20px;
        gap: 35px;
    }

    .contactLeft .scTime + .btnArea {
        justify-content: center;
    }

    .contactRight {
        text-align: center;
    }

    .contactRight .title {
        font-size: 38px;
    }

    .contactRight p {
        margin-top: 15px;
    }

    .contactLeft {
        text-align: center;
    }

    /* section.mouArea */
    .section.mouArea .inner {
        width: 100%;
    }
}

@media (max-width: 768px){
    /* section */
    .section {
        padding: 0 15px !important;
    }

    /* section.index02 */
    .servLeft {
        height: 260px;
    }

    .servDescList > p {
        width: 100%;
        margin: 10px 0 20px
    }

    .fullPagingArea {
        display: none;
    }

}

@media (max-width: 550px){
    /* section.index02 */
    .servLeft {
        height: 200px;
    }
}

@keyframes mouseDown {
	0% {
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes mouseDown {
	0% {
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.mouse::before {
    -webkit-animation: mouseDown 2s infinite;
    animation: mouseDown 2s infinite;
}