/**
* Created by PhpStorm.
* Date         : 2021-11-12
* Developer    : SeHwan Hwang
* Description  : wp_style.css
* ⓒ 2021. WebPlanet Co. All Rights Reserved.
*/

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
*/
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
@charset "utf-8";

/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
/* font */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
/* font-family: 'Play', sans-serif; */



@font-face {
	font-family: 'Pretendard-Thin';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-ExtraLight';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Light';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Medium';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-SemiBold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Bold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-ExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Black';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: "HYHeadLine-Medium";
	src: url("https://db.onlinewebfonts.com/t/b6bd6a4ea9787e452355467f5c8bde76.eot");
	src: url("https://db.onlinewebfonts.com/t/b6bd6a4ea9787e452355467f5c8bde76.eot?#iefix")format("embedded-opentype"),
		/* url("https://db.onlinewebfonts.com/t/b6bd6a4ea9787e452355467f5c8bde76.woff2")format("woff2"), */
		/* url("https://db.onlinewebfonts.com/t/b6bd6a4ea9787e452355467f5c8bde76.woff")format("woff"), */
	url("https://db.onlinewebfonts.com/t/b6bd6a4ea9787e452355467f5c8bde76.ttf")format("truetype"),
	url("https://db.onlinewebfonts.com/t/b6bd6a4ea9787e452355467f5c8bde76.svg#HYHeadLine Medium")format("svg");
}
@font-face {
	font-family: 'SebangGothic-Regular';
	font-weight: 400;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.ttf') format("truetype");
	font-display: swap;
}
:root {
	--font-pre100: 'Pretendard-Thin';
	--font-pre200: 'Pretendard-ExtraLight';
	--font-pre300: 'Pretendard-Light';
	--font-pre400: 'Pretendard-Regular';
	--font-pre500: 'Pretendard-Medium';
	--font-pre600: 'Pretendard-SemiBold';
	--font-pre700: 'Pretendard-Bold';
	--font-pre800: 'Pretendard-ExtraBold';
	--font-pre900: 'Pretendard-Black';
	--font-hanyangM: 'HYHeadLine-Medium';
	--font-sb400: 'SebangGothic-Regular';
}


.wp_solution {
	font-family: var(--font-pre400);
}


/* page_btns */
.wp_solution .page_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 0 0 0;
}
.wp_solution .page_btns .pager_inner {
	display: flex;
	align-items: center;
}
.wp_solution .page_btns .pager_inner a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: var(--font-prer);
	color: #000;
}
.wp_solution .page_btns .pager_inner a:last-child{
	border-right: none;
}
.wp_solution .page_btns .pager_inner a.wp_pg_arr i{
	font-size: 20px;
	font-weight: 700;
	color: #DDDDDD;
}
.wp_solution .page_btns .pager_inner a.wp_pg_arr i.xi-angle-left{
	margin-right: 15px;
}
.wp_solution .page_btns .pager_inner a.wp_pg_arr i.xi-angle-right{
	margin-left: 15px;
}
.wp_solution .page_btns .pager_inner a.wp_pg_arr:hover{
	color: #000;
}
.wp_solution .page_btns .pager_inner a.wp_pg_num{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp_solution .page_btns .pager_inner a.wp_pg_num.on {
	color: #fff !important;
	background: #000;
}
.wp_solution .page_btns .pager_inner a.wp_pg_num:hover {
	color: #555;
}


/* option_btns */
.wp_solution .option_btns {
	padding: 60px 0 0 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px;
}
.wp_solution .option_btns button,
.wp_solution .option_btns a {
	width: 80px;
	height: 30px;
	font-size: 14px;
	color: #393939;
	border: 1px solid #DDDDDD;
	background: #fbfbfb;
	font-family: var(--font-prer);
}
.wp_solution .option_btns button:hover,
.wp_solution .option_btns a:hover {
	border: 1px solid #333;
	background: #333;
	color: #fff;
}
/**********************************************************************************************************************/







/**********************************************************************************************************************/
/* prd_liId */
/**********************************************************************************************************************/
.wp_solution .prd_liId{}
.wp_solution .prd_liId .piner{}
.wp_solution .prd_liId .prd_itms{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
    font-size: 16px;
}
.wp_solution .prd_liId .prd_itms .prd_li{
	width: 100%;
	overflow: hidden;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in{
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	border: 1px solid #ddd;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .img_box{}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .img_box img{}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .nohov_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 7;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_in{
	position: relative;
	width: 100%;
	height: 100%;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .name{
	font-size: 24px;
	font-family: var(--font-pre600);
	color: #fff;
	width: calc(100% - 50px);
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon {
	position: absolute;
	bottom: 35px;
	right: 35px;
	background: transparent;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	opacity: 1;
}

.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box i{
	color: #ddd;
	font-weight: 700;
	font-size: 25px;
	transition: 0.3s;
}

.wp_solution .prd_liId .prd_itms .prd_li:hover .li_in .txt_area .txt_box .plus_icon .icon_box i{
	color: #013469;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box::before,
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box::before {
	width: 60px;
	height: 60px;
	z-index: -2;
	animation: ripple1 2s infinite ease-in-out;
}
.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box::after {
	width: 50px;
	height: 50px;
	z-index: -1;
	animation: ripple2 2s infinite ease-in-out;
}
@keyframes ripple1 {
	0% {
		transform: scale(0);
		opacity: 0.5;
	}
	60% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0.5;
	}
}
@keyframes ripple2 {
	0% {
		transform: scale(0);
		opacity: 0.5;
	}
	60% {
		transform: scale(1.05);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0.5;
	}
}

/**********************************************************************************************************************/







/**********************************************************************************************************************/
/* prd_viId */
/**********************************************************************************************************************/
.wp_solution .prd_viId .prdVi_top{
	display: flex;
	align-items: flex-start;
	gap: 100px;
}
.wp_solution .prd_viId .prdVi_top .slide_area{
	position: relative;
}
.wp_solution .prd_viId .prdVi_top .slide_area .prdVi_slider{
	width: 100%;
	max-width: 500px;
	aspect-ratio: auto 1/1;
	border: 1px solid #ddd;

}
.wp_solution .prd_viId .prdVi_top .slide_area .prdVi_slider .prdV_sld{}
.wp_solution .prd_viId .prdVi_top .slide_area .prdVi_slider .prdV_sld .img_box{
	width: 100%;
	height: 100%;

}
.wp_solution .prd_viId .prdVi_top .slide_area .prdVi_slider .prdV_sld .img_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;

}

.wp_solution .prd_viId .prdVi_top .slide_area .pager_box{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 5px 10px;
}
.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner .prdVi_arr{
	background: transparent;
	line-height: 1;
}
.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner .prdVi_arr i{
	font-size: 13px;
	color: #fff;
}
.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner .prdVi_num{
	color: #fff;
	font-size: 16px;
	font-family: var(--font-pre400);
}
.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner .prdVi_num .now{}
.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner .prdVi_num .total{}
.wp_solution .prd_viId .prdVi_top .info_area{
    flex: 1;
    padding-top: 20px;
}
.wp_solution .prd_viId .prdVi_top .info_area .name{
	position: relative;
	padding-left: 20px;
	font-size: 36px;
	font-family: var(--font-pre600);
	color: #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.wp_solution .prd_viId .prdVi_top .info_area .name::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #013469;
    display: none;
}
.wp_solution .prd_viId .prdVi_top .info_area .cttBox{
	padding: 0 20px;
}
.wp_solution .prd_viId .prdVi_top .info_area .cttBox .descTit,
.wp_solution .prd_viId .prdVi_bot .cttBox .descTit{
	position: relative;
	font-size: 22px;
	padding-left: 20px;
	font-family: var(--font-pre600);
	color: #000000;
}
.wp_solution .prd_viId .prdVi_top .info_area .cttBox .descTit::before,
.wp_solution .prd_viId .prdVi_bot .cttBox .descTit::before{
	content: '▶';
	position: absolute;
	top: 6px;
	left: 0;
	color: #8099B4;
	font-size: 13px;
}
.wp_solution .prd_viId .prdVi_top .info_area .cttBox .edit_box,
.wp_solution .prd_viId .prdVi_bot .cttBox .edit_box{
	padding-top: 20px;
	white-space: pre-wrap;
	font-size: 20px;
	font-family: var(--font-pre400);
	color: #333333;
	line-height: 1.3;
	padding: 20px 20px 0;
}
.wp_solution .prd_viId .prdVi_top .info_area .cttBox .edit_box,
.wp_solution .prd_viId .prdVi_bot .cttBox .edit_box{
	padding: 20px 20px 0;
}
.wp_solution .prd_viId .prdVi_bot .cttBox .edit_box{
	padding: 40px 20px 0;
}
.wp_solution .prd_viId .prdVi_bot{
	margin-top: 60px;
}
.wp_solution .prd_viId .prdVi_bot .cttBox{}
.wp_solution .prd_viId .prdVi_bot .cttBox .descTit{}
.wp_solution .prd_viId .prdVi_bot .cttBox .edit_box{}
/**********************************************************************************************************************/














































/**
* Created by PhpStorm.
* Date         : 2021-11-12
* Developer    : SeHwan Hwang
* Description  : wp_style.css
* ⓒ 2021. WebPlanet Co. All Rights Reserved.
*/

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
*/
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
@charset "utf-8";

/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
/* font */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
/* font-family: 'Play', sans-serif; */



@font-face {
	font-family: 'Pretendard-Thin';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-ExtraLight';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Light';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}


@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Medium';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-SemiBold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Bold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-ExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Black';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'SeoulNamsanLight';
	font-weight: 300;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanLight.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanLight.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanLight.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanLight.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanLight.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'SeoulNamsanMedium';
	font-weight: 500;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanMedium.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanMedium.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanMedium.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanMedium.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanMedium.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'SeoulNamsanBold';
	font-weight: 700;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanBold.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanBold.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanBold.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanBold.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanBold.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'SeoulNamsanExtraBold';
	font-weight: 800;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanExtraBold.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanExtraBold.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanExtraBold.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanExtraBold.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/seoulnamsan/SeoulNamsanExtraBold.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 300;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 400;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 700;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'NanumSquare';
	font-weight: 800;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.ttf') format("truetype");
	font-display: swap;
}
:root {
	--font-pre100: 'Pretendard-Thin';
	--font-pre200: 'Pretendard-ExtraLight';
	--font-pre300: 'Pretendard-Light';
	--font-pre400: 'Pretendard-Regular';
	--font-pre500: 'Pretendard-Medium';
	--font-pre600: 'Pretendard-SemiBold';
	--font-pre700: 'Pretendard-Bold';
	--font-pre800: 'Pretendard-ExtraBold';
	--font-pre900: 'Pretendard-Black';
	--font-namsan300: 'SeoulNamsanLight';
	--font-namsan500: 'SeoulNamsanMedium';
	--font-namsan700: 'SeoulNamsanBold';
	--font-namsan800: 'SeoulNamsanExtraBold';
	--font-nns300: 'NanumSquare-Light';
	--font-nns400: 'NanumSquare-Regular';
	--font-nns700: 'NanumSquare-Bold';
	--font-nns800: 'NanumSquare-ExtraBold';
}

.wp_solution {
	font-family: var(--font-pre400);
	word-break: keep-all;
}



@media (max-width: 1400px) {}








@media (max-width: 1200px) {
	/**********************************************************************************************************************/
	/* prd_liId */
	/**********************************************************************************************************************/
	.wp_solution .prd_liId .prd_itms {
		gap: 20px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box {
		padding: 20px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon {
		bottom: 20px;
		right: 20px;
	}
	/**********************************************************************************************************************/




	/**********************************************************************************************************************/
	/* prd_viId */
	/**********************************************************************************************************************/
	.wp_solution .prd_viId .prdVi_top {
		gap: 30px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox {
		padding: 0;
	}
	.wp_solution .prd_viId .prdVi_top .slide_area .prdVi_slider {
		max-width: 450px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox .edit_box, .wp_solution .prd_viId .prdVi_bot .cttBox .edit_box {
		font-size: 18px;
		padding: 15px 15px 0;
	}
	/**********************************************************************************************************************/

}









@media (max-width: 992px) {
	/**********************************************************************************************************************/
	/* prd_liId */
	/**********************************************************************************************************************/
	.wp_solution .prd_liId .prd_itms {
		gap: 15px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .name {
		font-size: 20px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box{
		width: 30px;
		height: 30px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box i {
		font-size: 18px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box::before {
		width: 50px;
		height: 50px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon .icon_box::after {
		width: 40px;
		height: 40px;
	}
	/**********************************************************************************************************************/



	/**********************************************************************************************************************/
	/* prd_viId */
	/**********************************************************************************************************************/
	.wp_solution .prd_viId .prdVi_top {
		gap: 20px;
	}
	.wp_solution .prd_viId .prdVi_top .slide_area,
	.wp_solution .prd_viId .prdVi_top .info_area {
		width: 50%;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .name {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .name::before {
		top: 11px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox .descTit,
	.wp_solution .prd_viId .prdVi_bot .cttBox .descTit {
		position: relative;
		font-size: 20px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox .descTit::before,
	.wp_solution .prd_viId .prdVi_bot .cttBox .descTit::before {
		top: 4px;
	}
	/**********************************************************************************************************************/

}








@media (max-width: 768px) {
	/**********************************************************************************************************************/
	/* prd_liId */
	/**********************************************************************************************************************/
	.wp_solution .prd_liId .prd_itms {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}
	/**********************************************************************************************************************/




	/**********************************************************************************************************************/
	/* prd_viId */
	/**********************************************************************************************************************/
	.wp_solution .prd_viId .prdVi_top {
		gap: 40px;
		flex-direction: column;
	}
	.wp_solution .prd_viId .prdVi_top .slide_area, 
    .wp_solution .prd_viId .prdVi_top .info_area {
		width: 100%;
	}
	.wp_solution .prd_viId .prdVi_top .slide_area .prdVi_slider {
		max-width: 450px;
		margin: 0 auto;
	}
    .wp_solution .prd_viId .prdVi_top .info_area {
        padding-top: 0;
    }
    .wp_solution .prd_viId .prdVi_top .info_area .name {
        padding-left: 0;
    }
	/**********************************************************************************************************************/
}









@media (max-width: 576px) {
	/**********************************************************************************************************************/
	/* page_btns, option_btns */
	/**********************************************************************************************************************/
	.wp_solution .page_btns .pager_inner a.wp_pg_num {
		width: 35px;
		height: 35px;
	}
	.wp_solution .page_btns .pager_inner a {
		font-size: 16px;
	}
	/**********************************************************************************************************************/



	/**********************************************************************************************************************/
	/* prd_liId */
	/**********************************************************************************************************************/
	.wp_solution .prd_liId .prd_itms {
		gap: 15px;
	}
	/**********************************************************************************************************************/
}








@media (max-width: 430px) {
	/**********************************************************************************************************************/
	/* page_btns, option_btns */
	/**********************************************************************************************************************/
	.wp_solution .option_btns button, .wp_solution .option_btns a {
		width: 68px;
	}
	/**********************************************************************************************************************/




	/**********************************************************************************************************************/
	/* prd_liId */
	/**********************************************************************************************************************/
	.wp_solution .prd_liId .prd_itms {
		gap: 10px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in {
		border-radius: 10px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .name {
		font-size: 17px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box {
		padding: 10px;
	}
	.wp_solution .prd_liId .prd_itms .prd_li .li_in .txt_area .txt_box .plus_icon {
		bottom: 13px;
		right: 13px;
	}
	/**********************************************************************************************************************/




	/**********************************************************************************************************************/
	/* prd_viId */
	/**********************************************************************************************************************/
	.wp_solution .prd_viId .prdVi_top {
		gap: 30px;
	}
	.wp_solution .prd_viId .prdVi_bot {
		margin-top: 40px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .name {
		font-size: 28px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .name::before {
		top: 10px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox .descTit,
	.wp_solution .prd_viId .prdVi_bot .cttBox .descTit {

		padding-left: 15px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox .descTit::before,
	.wp_solution .prd_viId .prdVi_bot .cttBox .descTit::before {
		top: 5px;
		font-size: 11px;
	}
	.wp_solution .prd_viId .prdVi_top .info_area .cttBox .edit_box,
	.wp_solution .prd_viId .prdVi_bot .cttBox .edit_box {
		font-size: 16px;
	}
	.wp_solution .prd_viId .prdVi_top .slide_area .pager_box {
		width: 100px;
	}
	.wp_solution .prd_viId .prdVi_top .slide_area .pager_box .inner .prdVi_num {
		font-size: 15px;
	}
	/**********************************************************************************************************************/
}









@media (max-width: 375px) {}














@media (max-width: 320px) {}
