.main-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}
.main-wrap .inner {
	width: 100%;
	max-width: 1200px;
}
.main-wrap h2 {
	font-size: 35px;
	font-weight: 700;
	color: var(--color-black);
}
.main-wrap .mo { display: none; }
.main-wrap .mo_onlytap { display: none; }
.mo_only { display: none; }

/* Main Visual Section */
.main-wrap .visual {
	width: 100%;
	height: 800px;
	background: url("/images/main/mainbanner02.png") no-repeat 50% 50%; background-size: cover;
}
.main-wrap .visual .inner {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	gap: 10px;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 291px;
}
.main-wrap .visual .inner .more_btn button{
	width: 285px;
	height: 65px;
	background-color: #FFFFFF4D;
	border: 0;
	color: white;
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
}
.main-wrap .visual .inner p {
	font-size: 20px;
	font-weight: 400;
	line-height: 23.44px;
	color: #fff;
}
.main-wrap .visual .inner p strong { font-weight: 600; }
.main-wrap .visual .inner h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 58.59px;
	color: #fff;
}
.main-wrap .visual .inner h1 .mo-btn {
	display: none;
}
.main-wrap .visual .inner h1 .mo-btn button {
	font-family: 'roboto', sans-serif;
	width: 150px;
	height: 50px;
	background-color: #FFFFFF4D;
	border: 1px solid #FFFFFF;
}
.main-wrap .visual .inner h1 .mo-btn button a {
	color: white;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.main-wrap .c01 .swiper {
	width: 100%;
	height: 100%;
  }

.main-wrap .c01 .swiper .swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .main-wrap .c01 .swiper .swiper-wrapper .swiper-slide img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: cover;
  }
.main-wrap .c01 .newsboard {
	width: 1560px;
	margin-top: 20px;
}
.main-wrap .c01 .newsboard .newsboardeach {
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	height: 700px;
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_img {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_info {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	background: #fff;
	color: #000;
	border: 1px solid #DEDEDE;

}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_info .topinfo {
	font-size: 14px;
	color: #939393;
	margin-bottom: 15px;
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_info h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_info .bottominfo {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.main-wrap .c01 .newsboard .newsboard_info .newboard_arrow {
	display: flex;
	justify-content: flex-end;
}
.main-wrap .c01 .newsboard .newsboard_info .newboard_arrow img{
	transform: rotate(360deg);
}
.main-wrap .c01 .newsboard .newsboard_info .newsboard_date {
	display: none;
}
.main-wrap .c01 .item .txt-box ul {
	display: flex;
	margin-top: 20px;
	gap: 20px;
	margin-bottom: 80px;
}
.main-wrap .c01 .item .txt-box ul li {
	font-size: 18px;
	color: #939393; 
	width: 173px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
}
.main-wrap .c01 .item .txt-box ul li:nth-child(1) {
	background-color: #F1F1F1;
	width: 159px;
  }
  
  .main-wrap .c01 .item .txt-box ul li:nth-child(2) {
	background-color: #F1F1F1;
	width: 159px;
  }
  
  .main-wrap .c01 .item .txt-box ul li:nth-child(3) {
	background-color: #F1F1F1;
	width: 325px;
  }
  
  .main-wrap .c01 .item .txt-box ul li:nth-child(4) {
	background-color: #F1F1F1;
	width: 325px;
  }
  
  .main-wrap .c01 .item .txt-box ul li:nth-child(5) {
	background-color: #F1F1F1;
	width: 139px;
  }
.main-wrap .c01 .item .youtube-box { width: 500px; }

/* Main First Component (C01) */
.main-wrap .main_first_component {
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	gap: 100px;
	padding: 100px 0;
}
.main-wrap .c01 {
	display: flex;
	flex-direction: column;
    width: 239px;
	position: relative;
	justify-content: space-between;
}
.main-wrap .c01 h2 {
	font-size: 40px;
	font-weight: 900;
	color: var(--color-black);
	line-height: 45px;
	word-break: keep-all;
}
.main-wrap .c01 p {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-black);
	display: flex;
	align-items: center;
	gap: 15px;
}

/* Category List Section */
.c01_list {
	display: flex;
	flex-direction: column;
	width: 861px;
	position: relative;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
.c01_list .category {
	display: flex;
    align-items: flex-start;
	border-bottom: 1px solid #DEDEDE;
}
.c01_list .category:nth-child(2) ul li:nth-child(1) {
	border: 0;
}
.c01_list .category:nth-child(2) ul li:nth-child(2) {
	border: 0;
}

.c01_list .category h3 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
	color: #000;
	width: 130px;
	padding-top: 25px;
}
.c01_list .category ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 130px);
}
.c01_list .category ul li {
	width: 240px;
	position: relative;
	height: 80px;
    display: flex;
    align-items: center;
}
.c01_list .category ul li:first-child::after {
	content: "";
	position: absolute;
	left: -130px;
	bottom: 0;
	width: 861px;
	height: 1px;
	background-color: #DEDEDE;
}
.c01_list .category ul li:nth-child(4)::after {
	content: "";
	position: absolute;
	left: -130px;
	bottom: 0;
	width: 861px;
	height: 1px;
	background-color: #DEDEDE;
}
.c01_list .category:last-child ul li:nth-child(4)::after {
	display: none;
}
.c01_list .category:last-child {
	border-bottom: 0;
}
.c01_list .category ul li:last-child {	
	border-bottom: 0;
}
.c01_list .category ul li:last-child::after {
	display: none;
}
.c01_list .category:nth-child(2) ul li::after {
	display: none;
}
.c01_list .category ul li:nth-child(3n) {
	width: calc(100% - 480px);
	padding-right: 0;
}

.c01_list .category ul li a {
	color: #636363;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
}
.c01_list .category ul li a:hover {
	color: #F2682E;
}

/* Main Second Component (C02) */
.main-wrap .c02 {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 100%;
	position: relative;
}
.main-wrap .c02 .inner {
	width: 100%;
}
.main-wrap .c02 .main_sec_component .inner .title_wrap .info {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
}
.main-wrap .c02 .main_sec_component .inner .title_wrap .title {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
}
.main-wrap .c02 .main_sec_component .inner .title_wrap .title_wrap_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 30px 0;
}
.main-wrap .c02 .main_sec_component .inner .title_wrap .title_wrap_inner .more_view {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	display: flex;
	gap: 15px;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap {
    width: 100%;
    max-width: 1219.8px;
    margin: 0 auto;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap .press_wrap_pc {
    display: flex;
    gap: 30px;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap .press_wrap_mobile {
    display: none;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item {
    width: 100%;
    overflow: hidden;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item > div {
    width: 100%;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item p {
    font-size: 16px;
    color: #C4C4C4;
    font-weight: 600;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 5px 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item:hover p{
	color: #F2682E;
}
.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item span {
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    height: auto;
    max-height: 32px;
}
.main-wrap .c02 .main_sec_component .inner .more_btn button {
    width: 285px;
    height: 65px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
}
.main-wrap .c02 .main_sec_component{
	width: 100%;
	height: 853px;
	background: url("/images/main/main_bottom_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_img {
	width: 100%;
}

.newsboardeach .newboard_arrow img {
    content: url('/images/main/arrow_other.svg'); /* 기본 화살표 이미지 */
    transition: 0.3s ease-in-out; /* 이미지 전환 효과 */
}

/* Active slide styles */

/* 활성 슬라이드의 화살표 스타일 */
.swiper-slide-active .newboard_arrow img {
    content: url('/images/main/arrow.svg'); /* 활성 슬라이드 화살표 이미지 */
}
.main-wrap .c01 .newsboard .newsboardeach .newsboard_info .topinfo {
	font-size: 25px;
	font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.main-wrap .c01 .newsboard .newsboardeach .newsboard_info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.main-wrap .c01 .newsboard .newsboardeach .newsboard_info .bottominfo {
	font-size: 20px;
	font-weight: 400;
	color: #808080;
    line-height: 1.6;
	word-break: break-word;
}

.main-wrap .c01 .newsboard .swiper-slide-active .newsboard_info .bottominfo {
    color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	word-break: break-word;
}

.c01_bottom_swiper {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #DEDEDE;
}
.c01_bottom_swiper .partnerSwiper {
	width: calc(100% + 100px); 
	margin: 0 auto;
	padding-left: 50px; 
	overflow: visible; 
}
.c01_bottom_swiper .swiper-slide {
	display: flex;
	height: 100%
}
.c01_bottom_swiper .swiper-slide img {
	max-width: 100%;
	object-fit: contain;
}

.more-view-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.more-view-link.white {
    color: #fff;
}

.more-view-link:hover {
    color: #F2682E;
}

.more-view-link img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.more-view-link:hover img {
    transform: translateX(34px);
    filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(1000%) hue-rotate(350deg) brightness(100%) contrast(100%);
}
.main_first_component .pc-only {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .main-wrap .visual {
        height: 750px;
    }
	.main-wrap .visual .inner {
		padding: 0 16px 291px 16px;
	}
    .main-wrap .visual .inner h1 {
        font-size: 36px;
    }
    .main-wrap .visual .inner p {
        font-size: 18px;
    }
    .main-wrap .visual .inner .more_btn button {
        width: 240px;
        height: 55px;
        font-size: 18px;
    }
    .main-wrap .main_first_component {
		padding: 100px 0 50px 16px;
    }
	.c01_list .category ul {
		width: calc(100% - 100px);
	}
	.c01_list .category ul li{
        width: 190px;
	}
	.c01_list .category ul li:nth-child(3n) {
		width: calc(100% - 400px);
	}
	.main-wrap .c01 h2 {
		font-size: 34px;
		line-height: 34px;
	}
	.main-wrap .c02 .inner {
		padding: 0 16px;
	}
	.main-wrap .c01 .item .txt-box ul {
		margin-bottom: 10px;
		text-align: center;
	}
	.main-wrap .c01 .item .txt-box ul li {
		font-size: 1.1rem;
		padding: 0 10px;
	}
	.main-wrap .c02 {
        padding: 0;
    }
	.main-wrap .c02 .main_sec_component .inner p {
        font-size: 18px;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_wrap_pc {
        display: none;
    }
    
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_wrap_mobile {
        display: block;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap {
        width: 100%;
        padding: 0;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .pressSwiper {
        overflow: visible;
        padding: 0;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item {
        width: 100%;
        margin: 0 auto;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item > div {
        width: 100%;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item p {
        width: 100%;
        padding: 0;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item span {
        font-size: 11px;
        line-height: 14px;
    }
    .main-wrap .c02 .main_sec_component .inner .title_wrap .info {
        font-size: 20px;
        line-height: 32px;
    }
    .main-wrap .c02 .main_sec_component .inner .title_wrap .title {
		font-size: 34px;
        line-height: 34px;
    }
	.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: keep-all;
        height: auto;
        max-height: 60px;
        line-height: 16px;
        margin: 10px 0 0 0;
		font-weight: 600;
        font-size: 13px;
    }
	.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item span {
		display: none;
	}
	.pc_only {
		display: none;
	}
    .more-view-link:hover {
        color: inherit;
    }
    .more-view-link:hover img {
        transform: none;
        filter: none;
    }
}
@media screen and (max-width: 1024px) {
	.c01_list .category ul li {
        width: 185px;
    }
	.c01_list .category ul li:nth-child(3n) {
        width: calc(100% - 370px);
    }
}
@media screen and (max-width: 990px) {
    .main-wrap .main_first_component {
        flex-direction: column;
        gap: 40px;
        padding: 60px 16px;
    }
    .main-wrap .c01 {
		align-items: flex-end;
		flex-direction: row;
        width: 100%;
    }
    .c01_list {
        width: 100%;
		border-top: none;
		border-bottom: none;
    }
    .c01_list .category {
        flex-direction: column;
        padding: 30px 0 0 0;
		border-bottom: none;
    }
    .c01_list .category h3 {
        width: 100%;
        font-size: 16px;
        padding-bottom: 20px;
        border-bottom: 2px solid #000000;
    }
    .c01_list .category ul {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .c01_list .category ul li {
        width: 100% !important;
        padding: 15px 0;
        position: relative;
    }
    .c01_list .category ul li::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #DEDEDE;
        display: block !important;
    }
	.c01_list .category ul li:nth-child(3n) {
        width: 100% !important;
    }
	.c01_list .category ul li:first-child::after {
        left: 0;
        bottom: 0;
        width: 100%;
	}
	.c01_list .category ul li:nth-child(4)::after {
		left: 0;
        bottom: 0;
        width: 100%;
	}
	.c01_list .category ul li:last-child::after {
		display: none !important;
	}
	.c01_list .category ul li:last-child {
		border-bottom: 2px solid #000000 ;
	}
	.c01_list .category:nth-child(2) ul li:last-child::after {
        display: none !important;
    }
    .c01_list .category:last-child ul li:last-child::after {
        display: none !important;
    }
	.main-wrap .visual .inner {
		padding: 0 16px 100px;
		display: flex;
	}
	.main-wrap .visual .inner h1 {
        gap: 50px;
        display: flex;
        flex-direction: column;
    }
    .main-wrap .visual .inner h1 .mo-btn {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .main-wrap .visual {
        height: 700px;
    }
    .main-wrap .visual .inner h1 {
		font-size: 2rem;
        line-height: 3rem;
		margin-bottom: 10px;
    }
    .main-wrap .visual .inner p {
        font-size: 1.2rem;
    }
    .main-wrap .visual .inner .more_btn button {
        width: 200px;
        height: 50px;
        font-size: 1.2rem;
    }
    .main-wrap .c01 {
        padding: 0;
    }
	.main-wrap .c01 .item .txt-box ul {
        margin-bottom: 10px;
		margin-top: 10px;
    	gap: 10px;
		flex-wrap: wrap;
    }
	.main-wrap .c01 .item .txt-box ul li {
        font-size: 1rem;
    }
    .main-wrap .c01 .newsboard .newsboardeach .newsboard_img {
        width: 100%;
    }
    .main-wrap .c01 .newsboard .newsboard_info {
        width: 100%;
        height: 180px;
        padding: 20px;
    }
	.main-wrap .c01 .newsboard .newsboard_info .topinfo {
		font-size: 1rem;
	}
	.main-wrap .c01 .newsboard .newsboard_info h3 {
		font-size: 1.3rem;
	}
	.main-wrap .c01 .newsboard .newsboard_info .bottominfo {
		display: none;
	}
	.main-wrap .c01 .newsboard .newsboard_info .newboard_arrow{
		display: none;
	}
	.main-wrap .c01 .newsboard .newsboard_info .newsboard_date {
		display: flex;
		color: #9E9E9E;
		font-size: 14px;
		font-weight: 600;
	}
	.main-wrap .c02 .main_sec_component .inner h1{
		font-size: 2rem;
        line-height: 3rem;
		margin-bottom: 10px;
	}
	.main-wrap .c02 .main_sec_component .inner p {
        font-size: 1.2rem;
	}
	.main-wrap .c02 .main_sec_component .inner .more_btn button{
        width: 200px;
        height: 50px;
        font-size: 1.2rem;
	}
	.newsboard .swiper-slide-active:nth-of-type(1) .newsboard_info {
		border: 1px solid #DEDEDE;
		color: #000000;
		background-color: white;
	}
	.c01_bottom_swiper {
		padding: 10px 0;
	}
	.main-wrap .c01 .newsboard .newsboardeach .newsboard_info {
		padding: 10px;
	}
	.main-wrap .c01 .newsboard .newsboardeach .newsboard_info h3 {
		font-size: 20px;
	}
	.main-wrap .c01 .newsboard .newsboardeach {
        height: 435px;
	}
    .main-wrap .c02 .main_sec_component .inner .press_wrap {
        width: 100%;
        padding: 0;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .pressSwiper {
        overflow: visible;
        padding: 0;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item {
        width: 100%;
        margin: 0 auto;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item > div {
        width: 100%;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }
    .main-wrap .c02 .main_sec_component .inner .press_wrap .press_item p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
        word-break: keep-all;
        margin: 10px 0;
        height: auto;
        max-height: none;
        padding: 0;
    }
	.main-wrap .visual .inner h1 .mo-btn button {
		width: 200px;
        height: 55px;

    }
	.main-wrap .visual .inner h1 .mo-btn button a {
        font-size: 13px;
		font-weight: 700;
	}
}
@media screen and (max-width: 575px) {
	.main-wrap .visual {
		height: 500px;
	}
	.main-wrap .visual .inner h1 {
        font-size:26px;
        line-height: 30px;
		font-weight: 600;
        margin-bottom:0;
		gap: 50px;
    }
	.main-wrap .visual .inner h1 strong {
		font-weight: 600;
	}
	.main-wrap .visual .inner p {
        font-size: 1rem;
    }
	.main-wrap .c01 {
		padding: 0;
	}
	.main-wrap .c01 h2 {
		font-size: 35px;
		font-weight: 900;
		line-height: 35px;
	}
	.main-wrap .c01 p {
		font-size: 13px;
		font-weight: 600;
		gap: 5px;
	}
	.main-wrap .c01 img {
		width: 20px;
		height: 20px;
	}
	.main-wrap .main_first_component {
		padding: 50px 16px;
		gap: 50px;
	}
	.c01_bottom_swiper {
		height: 50px;
    	padding: 0;
	}
	.c01_bottom_swiper .partnerSwiper .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  .c01_bottom_swiper .partnerSwiper .swiper-slide img {
		height: 50px;
		width: auto;
		object-fit: contain;
	  }
	.c01_bottom_swiper .partnerSwiper {
		padding-left: 30px;
	}
	.main_first_component .mo-only {
		display:flex;
		align-items: center;
		gap: 5px;
		font-size: 13px;
        font-weight: 600;
	}
	.main_first_component .mo-only img {
		width: 20px;
		height: 20px;
	}
	.c01_list .category:first-child {
        padding: 0 ;
	}
	.c01_list .category h3 {
		font-size: 20px;
		font-weight: 700;
		color: #636363;
		padding-bottom: 10px;
	}
	.c01_list .category ul li a {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	.c01_list .category ul li {
        padding: 10px 0;
    }
	.main-wrap .c02 .main_sec_component {
		height: 540px;
	}
	.main-wrap .c02 .main_sec_component .inner h1{
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 10px;
	}
	.main-wrap .c02 .main_sec_component .inner p {
        font-size: 1rem;
	}
	.main-wrap .c02 .main_sec_component .inner .more_btn button{
		width: 200px;
        height: 50px;
        font-size: 1rem;
	}

    .main-wrap .c02 .main_sec_component .inner .title_wrap .info {
        font-size: 18px;
		font-weight: 300;
        line-height: 23px;
    }
	
    .main-wrap .c02 .main_sec_component .inner .title_wrap .title {
        font-size: 35px;
		font-weight: 900;
        line-height: 50px;
        margin: 30px 0;
    }
	.more-view-link {
		font-size: 13px;
		font-weight: 600;
	}
	.main-wrap .c02 .main_sec_component .inner .title_wrap .title_wrap_inner {
		margin: 0;
	}
	.main-wrap .c02 .main_sec_component .inner .title_wrap .title_wrap_inner .more_view {
		font-size: 13px;
		font-weight: 600;
	}
	.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: keep-all;
        height: auto;
        max-height: 60px;
        line-height: 16px;
        margin: 10px 0 0 0;
		font-weight: 600;
        font-size: 13px;
    }
	.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item span {
		display: none;
	}
	.main-wrap .c02 {
        padding: 0;
    }
    .mo_only {
        display: block;
    }
	.main-wrap .c02 .main_sec_component .inner .press_wrap .press_item img {
        width: 100%;
        height: 180px;
    }
	.main_first_component .pc-only {
		display: none;
	}
}

