@import url("/fonts/font.css");

.web_none {display: none !important;}

/*section*/
.index_section {
	padding-top: 160px;
	padding-bottom: 240px;
	overflow: hidden;
}

.renew_section {
	padding-top: 100px;
	padding-bottom: 200px;
	border-top: 1px solid #DDDFE2;
}
.renew_board_relation {
	padding: 110px 0 160px;
	background-color: #F7F8FA;
}
.plugnet_title_section {
	padding-top: 120px;
	padding-bottom: 240px;
	text-align: center;
}
.plugnet_section {
	padding-top: 316px;
	padding-bottom: 316px;
}
.service_title_section {
	padding-top: 100px;
	padding-bottom: 60px;
}
.service_section {
	padding-top: 100px;
	padding-bottom: 200px;
	border-top: 1px solid #DDDFE2;
}
.service_footer_section {
	padding-top: 100px;
	padding-bottom: 120px;
	border-top: 1px solid #DDDFE2;
}
.renew_title_section {
	padding-top: 100px;
	padding-bottom: 60px;
}



/* ico btn */
.btrn_default {
	display: inline-block;
	padding: 16px 32px 16px 32px;
	font-size: 1rem;
	font-weight: 600;
	background-repeat: no-repeat;
	border-radius: 100px;
	background-color: #FFF;
	border: 2px solid #E2E2E2;
}
.btrn_common {
	color: #FFF;
	border-color: #00B1C5;
	background-color: #00B1C5;
}
.btrn_black {
	color: #FFF;
	border-color: #0D0D0E;
	background-color: #0D0D0E;
}
.btrn_download {
	display: inline-block;
	padding: 16px 50px 16px 32px;
	font-size: 1rem;
	font-weight: 600;
	background-color: #FFF;
	background-image: url('/images/icon/ico_down_black.png');
	background-repeat: no-repeat;
	background-position: right 32px center;
	background-size: 14px 14px;
	border-radius: 100px;
	border: 2px solid #0D0D0E;
}
.icon_right_arrow {
	padding-right: 52px !important;
	background-image: url('/images/icon/ico_right_arrow.svg');
	background-position: right 35px center;
}

.renew_video_title_section {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70vh;
	text-align: center;
	background-color: #000;
	background-position: center;
	background-size: cover;
}
.renew_video_title {}
.renew_video_title h1 {
	font-size: 5.375rem;
	color: #FFF;
}
.renew_video_title h4 {
	font-size: 20px;
	color: #FFF;
}

.contents_card_list {
	display: flex;
	align-items: flex-start;	
}
.contents_card_title {
	flex: 0 0 490px;
	max-width: 490px;
}
.contents_card_body {
	flex: 0 0 calc(100% - 520px);
	max-width: calc(100% - 520px);
	padding-left: 30px;
}
.grid_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.grid_row > li {
	padding: 0 15px;
}
.grid_row.two > li {
	flex: 0 0 50%;
	max-width: 50%;
}
.grid_row.three > li {
	flex: 0 0 33.3334%;
	max-width: 33.3334%;
}
.thumb_box_icon {
	width: 100%;
	padding-top: 56.25%;
	border-radius: 20px;
	background: #F8F8F8;
	background-position: center;
	background-size: auto 100px;
	background-repeat: no-repeat;
}
.thumb_box_desc {
	margin-top: 30px;
}
.thumb_box_desc_title {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.thumb_box_desc_title h5 {
	margin-bottom: 0;
}
.thumb_box_desc_title span.step {
	display: inline-block;
	margin-right: 12px;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	background-color: #000;
	border-radius: 8px;
}
.thumb_box_desc p {
	margin-bottom: 20px;
	font-size: 1rem;
	color: #707376;
}

.dash_list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.dash_list li {
	position: relative;
	padding-left: 12px;
	color: #707376;
	font-size: 1rem;
}
.dash_list li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 1px;
	background-color: #707376;
}
.add_link {
	margin-top: 16px;
}
.add_link p {
	display: block;
	margin-bottom: 4px;
}
.add_link a {
	display: inline-block;
	font-size: 0.875rem;
	text-decoration: underline;
}
.renew_pagination {
	position: relative;
	width: 100px;
	height: 44px;
}
.renew_pagination > div {
	position: absolute;
	margin-top: 0;
	top: 0;
}
.renew_pagination .swiper-button-prev {
	left: 0;
	right: auto;
}
.renew_pagination .swiper-button-next {
	right: 0;
	left: auto;
}

/*swiper*/
.swiper-button-next, .swiper-button-prev {
	width: calc(var(--swiper-navigation-size) / 33* 27);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 0;
}
.swiper-button-prev {
	background-image: url("/images/icon/pagi_prev.svg") !important;
}

.swiper-button-next {
	background-image: url("/images/icon/pagi_next.svg") !important;
}

/* index */
.index_section_area {
	display: flex;
	align-items: center;
}

.index_section_title {
	width: 430px;
}
.index_section_title h6 {
	margin-top: 16px;
	color: #707376;
	opacity: 0.8;
}
.index_section_title button {
	margin-top: 40px;
}

.index_section_swiper {
	width: calc(100% - 430px);
	padding: 0 80px;
}
.index_slide_area {
	border-radius: 16px;
	border: 1px solid #EBEBEB;
	background: #FFF;
}
.img_box {
	width: 100%;
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_section_swiper .swiper-button-next {
	right: -60px !important;
	background-image: url('/images/renewal/index/pagi_next.svg') !important;
}
.index_section_swiper .swiper-button-prev {
	left: -60px !important;
	background-image: url('/images/renewal/index/pagi_next.svg') !important;
	rotate: -180deg;
}
.index_slide_title {
	padding: 34px 40px;
}
.index_slide_title h6 {
	margin: 0;
}
.index_slide_title > div  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 4px;
}
.index_slide_title p {
	margin-top: 4px;
	color: #8C8F91;
}
.upperplus {
	position: relative;
}
.upperplus:after {
	content: '+';
    position: absolute;
    top: -4px;
    right: 8px;
    font-size: 85%;
}


/*회사소개*/
.video_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 70vh;
}
.background_video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_wrap_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}
.video_title {
	z-index: 10;
}
.introduce01 a {
	margin-top: 40px;
}
.introduce02 .grid_row > li {
	margin-top: 100px;
}
.introduce03 {
	overflow: hidden;
}
.introduce03 .contents_card_title h2 {
	margin-bottom: 40px;
}
.introduce03 .dash_list {
	margin-top: 16px;
}
.introduce03 ul li {
	margin-bottom: 6px;
	color: #707376;
}
.introduce04 {
	padding-bottom: 0;
}
.bi_intro {
	text-align: center;
}
.bi_intro h2 {
	margin-bottom: 20px;
}
.bi_intro h6 {
	line-height: 1.8;
}
.bi_img {
	display: block;
	width: 980px;
	margin: 80px auto 0;
	max-width: 100%;
	height: auto;
}
.bi_img img {
	display: block;
}
.bi_intro_desc {
	margin-top: 120px;
	border-top: 1px solid #E7EAEF;
}
.bi_intro_desc ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.bi_intro_desc ul li {
	padding: 160px 20px;
	width: 33.3334%;
	color: #707376;
	text-align: center;
}
.bi_intro_desc ul li + li {
	border-left: 1px solid #E7EAEF;
}
.bi_desc_img {
	margin: 0 auto 40px;
	width: 140px;
	height: 140px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bi_intro_desc ul li h5 {
	margin-bottom: 12px;
	color: #000;
}
.bi_intro_desc ul li h5 font {
	display: block;
	color: #B3B7BC;
}

/*고객사례, 새소식*/
.renew_board_section {
	padding-top: 50px;
}

.renew_board_header {
	border-bottom: 1px solid #DDDFE2;
}
.renew_board_header.view {
	text-align: center;
}
.renew_board_header.view h4 {
	margin-bottom: 20px;
}
.board_view_tag {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.board_view_tag span {
	position: relative;
	display: block;
	color: #707376;
}
.board_view_tag span + span {
	margin-left: 10px;
	padding-left: 10px;
}
.board_view_tag span + span:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 1px;
	height: 12px;
	background-color: #DDDFE2;
}

.renew_board_nav {
	margin-bottom: 20px;
}
.renew_board_nav ul {
	display: flex;
	align-items: center;
}
.renew_board_nav ul li {}
.renew_board_nav ul li:first-child {
	margin-right: 10px;
	padding-right: 20px;
	color: #B3B7BC;
	background-image: url('/images/icon/icon_board_nav.svg');
	background-repeat: no-repeat;
	background-position: right center;
}
.renew_board_nav ul li a {}

.renew_board_tab {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.renew_board_tab ul {
	display: flex;
	align-items: center;
}
.renew_board_tab ul li {
	margin-right: 40px;
	padding-bottom: 20px;
}
.renew_board_tab ul li a {

	color: #B3B7BC;
}
.renew_board_tab ul li.on {
	border-bottom: 2px solid #0D0E0E;
}
.renew_board_tab ul li.on a {
	color: #0D0E0E;
}
.renew_board_title {
	margin-bottom: 30px;
}
.renew_board_title h1 {
	margin-bottom: 20px;
}
.renew_board_title p {
	font-size: 1.2rem;
}
.renew_board_body {
	padding-top: 60px;
	padding-bottom: 140px;
}
.renew_board_body.view {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.board_form {
	margin-bottom: 10px;
	min-width: 400px;
	max-width: 100%;
}
.board_form_ipt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 28px;
	border: 2px solid #0D0E0E;
	border-radius: 50px;
	font-size: 14px;
}
.board_form_ipt button {
	width: 24px;
	height: 24px;
	font-size: 0;
	background: none;
	background-image: url('/images/icon/icon_board_search.svg');
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
.board_form_ipt input[type="text"] {
	width: 100%;
	border: none;
	background: none;
}
.board_form_ipt input[type="text"]:focus {
	outline: 0;
}

.renew_board_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.renew_board_list li {
	margin-bottom: 60px;
	padding: 0 15px;
	flex: 0 0 50%;
	max-width: 50%;
}

.board_thumb {
	width: 100%;
	padding-top: 56.25%;
	border-radius: 16px;
	background: #DFDFDF;
	background-position: center;
	background-size: cover;
}
.board_desc {}
.board_desc h5 {
	margin-top: 10px;
}
.board_tag {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.board_tag span {
	display: block;
	margin-right: 6px;
	padding: 7px 11px;
	font-size: 12px;
	border-radius: 4px;
	background: #F1F3F3;
}
.board_date {
	display: block;
	margin-top: 6px;
	color: #707376;
	font-size: 12px;
}

.board_contents {}
.board_view_btn {}
.board_view_btn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.board_view_btn ul li {
	display: flex;
	align-items: center;
}
.board_view_btn ul li a {
	display: block;
	background-repeat: no-repeat;
	
}
.btn_list {
	padding-left: 25px;
	background-position: left center;
	background-image: url('/images/icon/btn_list.svg');
	background-size: 14px 12px;
}
.btn_prev {
	padding-left: 10px;
	color: #B3B7BC;
	background-position: left center;
	background-image: url('/images/icon/btn_prev.svg');
	background-size: 5px 10px;
}
.btn_next {
	margin-left: 25px;
	padding-right: 10px;
	background-position: right center;
	background-image: url('/images/icon/btn_next.svg');
	background-size: 5px 10px;
}

/*plugnet*/
.small_title img {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto 24px;
}
.plugnet_title_section h1 {
	margin-bottom: 16px;
}
.plugnet_title_section h6 {
	margin-bottom: 40px;
}
.plugnet_title_section_btn * + * {margin-left: 12px;}

.plugnetSwiper {
	position: relative;
	max-width: 1200px;
	margin-top: 80px;
}
.plugnet_slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 56.25%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: 18px;
}
.plugnet_slide.img01 {
	background-image: url('/images/renewal/plugnet/aiservice.png');
}
.plugnet_slide.img02 {
	background-image: url('/images/renewal/plugnet/llmops.png');
}
.plugnet_slide.img03 {
	background-image: url('/images/renewal/plugnet/mlops.png');
}
.plugnet_slide.swiper-slide-active {
	box-shadow: 0 0 48px 0 rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 0 48px 0 rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 48px 0 rgba(0,0,0,0.08);
}
.plugnet_pagination {}
.plugnet_pagination .swiper-button-prev {
	background-image: url("/images/icon/swiper_prev.svg") !important;
	left: var(--swiper-navigation-sides-offset, -50px);
}
.plugnet_pagination .swiper-button-next {
	background-image: url("/images/icon/swiper_next.svg") !important;
	right: var(--swiper-navigation-sides-offset, -50px);
}

.card_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.card_box.plugnet {
	gap: 20px 130px;
}
.card_box.service {
	gap: 20px 80px;
}
.card_box_img {
	display: block;
	width: 50%;
	border: 6px solid #2F2E30;
	border-radius: 12px;
	overflow: hidden;
}
.card_box_title {
	width: 50%;
}
.plugnet .card_box_img {
	width: 50%;
}
.plugnet .card_box_title {
	width: calc(40% - 130px);
}

.service .card_box_img {
	width: calc(50% - 40px);
}
.service .card_box_title {
	width: calc(50% - 40px);
}
.card_box.service +.card_box.service {
	margin-top: 80px;
}


.card_box_title h3 {
	margin-bottom: 16px;
}
.card_box_title h5 {
	margin-bottom: 8px;
}
.card_box_title p {
	color: #707376;
}
.card_box_title button {
	margin-top: 40px;
}

.gray_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F8F8F8;
	border-radius: 16px;
	overflow: hidden;
}
.gray_box > div {
	flex: 50%;
}
.gray_box_title {
	padding: 40px 60px;
}
.gray_box + .gray_box {
	margin-top: 40px;
}
.gray_box_img {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.journey_box {}
.journey_box > ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px 40px;
}
.journey_box > ul > li {
	width: calc(50% - 20px);
}
.journey_box_img {
	margin-bottom: 24px;
	height: 380px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;

}
.journey_box_title p {
	color: #707376;
}

.care_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	border: 1px solid #E6E8EB;
	background: #FFF;
	overflow: hidden;
}
.care_box > div {
	flex: 50%;
}
.care_box_title {
	padding: 40px 60px;
}
.care_box + .care_box {
	margin-top: 40px;
}
.care_box_img {
	height: 460px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	background-size: 80%;
}

.service_title_section_title {}
.service_title_section_title p {
	color: #707376;
}

.layout_ftype {}
.layout_aside {
	position: relative;
}
.layout_aside_menu {
	position: absolute;
	top: 0;
}
.layout_aside_menu ul li {
	margin-bottom: 4px;
}
.layout_aside_menu a {
	display: inline-block;
	width: 200px;
	padding: 10px 20px;
	color: #B3B7BC;
	border-radius: 30px;
}
.layout_aside_menu a.on,
.layout_aside_menu a:hover {
	color: #FFF;
	background-color: #0D0D0E;
}
.layout_section {
	padding-left: 310px;
}


/* service */
.service_list_area {
	
}
.service_list_area + .service_list_area {
	margin-top: 200px;
}

.service_title_area {
	margin-bottom: 60px;
}
.service_title_area h6 {
	margin-bottom: 10px;
}



.subtitle_area {
	text-align: center;
}
.subtitle_area h6 {
	color: #707376;
}
.subtitle_area button {
	margin-top: 32px;
}