*{
	font-family: NotoSansCJKkr, 'Noto Sans', Arial, "나눔고딕", "맑은고딕", "돋움", Tahoma, Geneva, sans-serif;
	box-sizing: border-box;
}

.layout-main {
	background-color: #ffffff;
}

.layout-main .cpkr {
	width: 100%;
}

.howtouse-wrapper {
	/*width: 100%;*/
	width: calc(100% + 64px);
	margin: -51px -32px;
}

.howtouse-wrapper .howtouse-box {
	width: 100%;
	/*height: 645px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
.howtouse-wrapper .howtouse-box:first-child {
	padding-top: 51px;
}

.howtouse-header {
	width: 1200px;
	/*margin-top: 40px;*/
	padding: 0 32px;
}

.howtouse-wrapper .howtouse-box .howtouse-header hr {
	/*width: 1200px;*/
}

.howtouse-wrapper .howtouse-box .howtouse-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__header {
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__header .howtouse-content__header--title{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.23;
	letter-spacing: -0.65px;
	text-align: center;
	color: #2699fb;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__header hr {
	display: inline-block;
	width: 45px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__header .howtouse-content__header--sub-title {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.65px;
	text-align: center;
	color: #0e2f50;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner {
	display: flex;
	margin-bottom: 70px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner2 {
	width: 1152px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner2 p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 3.8;
	text-align: center;
	letter-spacing: -0.45px;
	color: #fff;
}

.howtouse-content__inner2 .howtouse_result_header {
	height: 71px;
	background-color: #4e4e4e;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box2 {
	width: 242px;
	height: 333px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.18);
	background-color: #ffffff;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box2 p {
	margin: 30px 0 15px 0;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.65px;
	text-align: center;
	color: #0e2f50;
}

.howtouse-content__box2--img {
	height: 120px;
	display: flex;
	align-items: center;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box2 span {
	font-size: 14px;
	font-weight: 500;
	padding: 0 28px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: -0.35px;
	text-align: center;
	color: #8d8d8d;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box2:not(:last-child) {
	margin-right: 20px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box2:hover {
	box-shadow: 0px 5px 20px 0 rgba(38, 153, 251, 0.3);
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__inner--box1-text{
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: -0.45px;
	text-align: center;
	color: #0e2f50;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content--arrow {
	width: 0;
	height:0;
	margin: 80px 18.4px;
	opacity: .2;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #000000;
}

/*.header-title {*/
/*    height: 45px;*/
/*    font-size: 45px;*/
/*    border-left: #2699fb 4px solid;*/
/*    line-height: 1;*/
/*    padding-left: 30px;*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*}*/

.howtouse-content__box3 {
	display: flex;
	justify-content: space-between;
	gap: 32px;
}

.howtouse-content__box3-card {

	border-radius: 10px;
	box-shadow: 3.6px 6px 15px 0 rgba(0, 0, 0, 0.08);
	border: solid 1px #2699fb;
	background-color: #ffffff;
}

.howtouse-content__box3-card:nth-child(1),
.howtouse-content__box3-card:nth-child(3){
	width: 390px;
	height: 200px;
}

.howtouse-content__box3-card:nth-child(2) {
	width: 306px;
	height: 200px;
}

.howtouse-content__box3-card header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 10px 10px 0 0;
	background-color: #2699fb;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.45px;
	text-align: center;
	color: #ffffff;
}

.howtouse-content__box3-card > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 150px;
	padding: 24px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: -0.4px;
	color: #0e2f50;
}

.howtouse-box:nth-child(2) {
	background-color: #ffffff;
}

.howtouse-box:nth-child(3) {
	background-color: #f0f8fb;
	height: 1083px;
}

.howtouse-box:nth-child(3) .howtouse-content {
	margin-top: -50px;
}

.howtouse-box:nth-child(4) {
	background-color: #ffffff;
	height: 860px;
}

.howtouse-content__inner2 .result_img_wrap {
	display: flex;
	justify-content: space-between;
	gap: 56px;
	padding: 55px 43px 0;
}
.howtouse-content__inner2 .result_img_item {
	width: 317px;
}
.howtouse-content__inner2 .result_img_item img{
	width: 100%;
}

.howtouse-wrapper .howtouse-box .howtouse-content:nth-child(4) {
	margin-top: -500px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner:nth-child(4) {
	text-align: center;
	vertical-align: center;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4:nth-child(1) {
	width: 558px;
	height: 558px;
	border: solid 1px #2699fb;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 3.6px 6px 15px 0 rgba(0, 0, 0, 0.08);
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4:nth-child(2) {
	width: 558px;
	height: 558px;
	margin: 0px 0px 0px 36px;
	border: solid 1px #2699fb;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 3.6px 6px 15px 0 rgba(0, 0, 0, 0.08);
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4 .howtouse-double-quotation img {
	width: 27px;
	height: 19.5px;
	margin: 46px 0px 20px 40px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4:nth-child(1) .howtouse-content__box4-text {
	margin: 0 40px 108px 40px;
	text-align: left;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4:nth-child(2) .howtouse-content__box4-text {
	margin: 0px 40px 52px 40px;
	text-align: left;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4 .howtouse-content__box4-text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: -0.45px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4 .howtouse-content__box4-footer {
	float: right;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4 .howtouse-content__box4-footer span {
	font-size: 18px;
	line-height: 3.06;
	letter-spacing: -0.45px;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4 .howtouse-content__box4-footer .howtouse-center-contour {
	display: inline-block;
	width: 0;
	height: 16px;
	margin: 0px 8.7px 0 8.7px;
	border: solid 0.5px #8d8d8d;
}

.howtouse-wrapper .howtouse-box .howtouse-content .howtouse-content__inner .howtouse-content__box4 .howtouse-content__box4-footer img {
	width: 80px;
	height: 80px;
	margin: 0 40px 40px 12px;
}

.skyblue {
	color: #2699fb;
}

.skyblue_bold {
	color: #2699fb;
	font-weight: bold;
}

.darkblue {
	color: #0e2f50;
}