/*공통*/
.box_content h2{font-size:34px; line-height: 1.8; word-break: keep-all; color: #121212; letter-spacing: -1px;}
.box_content p{font-size: 20px; line-height: 1.8; word-break: keep-all; color: #333;}

@media (max-width:960px){
	.box_content h2{font-size: 24px;}
	.box_content p{font-size: 16px;;}
}
/*공통*/


/*a1*/
.a1 {font-family: 'Pretendard'; display: flex; max-width: 1500px; margin: 0 auto 100px; justify-content: space-between; align-items: center;}
.a1 .img_box {width: 49%;}
.a1 .img_box img {width: 100%; display: block; margin: 0 auto; border-radius: 25px;}
.a1 .text_box {width: 49%;}
.a1 .text_box h2 {font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212;}
.a1 .text_box h2 .wrap {display: block; color: #121212;}
.a1 .text_box h2 span{color: #da291c;}
.a1 .text_box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.a1 .text_box .point {font-weight: 700; text-align: right;}

@media screen and (max-width: 1200px){
 .a1 {flex-wrap: wrap; row-gap: 30px; padding: 0 2%;}
 .a1 .img_box {width: 100%;}
 .a1 .text_box {width: 100%;}
 .a1 .text_box h2 br {display: none;}
}
@media screen and (max-width: 960px){
	.a1{margin: 0 auto 50px;}
	.a1 .text_box h2 {font-size: 25px;}
	.a1 .text_box p {font-size: 18px;}
}
@media screen and (max-width: 640px){
	.a1 .text_box h2 {font-size: 22px;}
	.a1 .text_box p {font-size: 16px;}
}
/*a1*/

/*a2*/
.a2 .a2_wrap #menu{width: 100%; display: flex; justify-content: center; position:sticky; top:100px; background: #2283a2; margin: 0 auto; z-index: 2;}
.a2 .a2_wrap #menu li{width: 20%; text-align: center; position: relative; line-height: 50px;}
.a2 .a2_wrap #menu li:after{display: block; content: ""; width: 1px; height: 10px; position: absolute; top: 20px; right: 0; background: rgba(255, 255, 255, .5);}
.a2 .a2_wrap #menu .border-none:after{display: none;}
.a2 .a2_wrap #menu li a{color: #fff; font-size: 15px; display: block;}
.a2 .a2_wrap #menu li a.active{background: #ddd;}
.a2 .a2_wrap #menu li a:hover{background: #0074b6;}

.a2 .a2_wrap .a2_left{width: 30%;}
.a2 .a2_wrap .a2_left h2{font-family: Gmarket Sans Heavy; font-size: 40px; color: #2283a2;}
.a2 .a2_wrap .a2_right{width: 70%; border-left: 1px solid #ddd; position: relative; padding-bottom: 100px;}
.a2 .a2_wrap .a2_right ul{width: 100%; display: flex; position: relative; margin-bottom: 50px; padding-left: 70px;}
.a2 .a2_wrap .a2_right ul.first:after{display: block; content: ""; width: 24px; height: 24px; border-radius: 15px; background: #2283a2; position: absolute; top: 0; left: -12px; border: 5px solid #ddd; animation: ring 1s infinite;}
.a2 .a2_wrap .a2_right ul:after{display: block; content: ""; width: 24px; height: 24px; border-radius: 15px; background: #eee; position: absolute; top: 0; left: -12px; border: 5px solid #ddd; }
.a2 .a2_wrap .a2_right ul li{word-break: keep-all;}
.a2 .a2_wrap .a2_right ul li:first-child{width: 20%; font-size: 24px;font-weight:900; color: #121212; padding: 5px 0 0;}
.a2 .a2_wrap .a2_right ul li:last-child{width: 80%; font-size: 18px; color: #666; line-height: 30px;}
.a2 .a2_wrap .a2_right ul li span{color: #121212;font-weight:600;}
.a2 .wrap_box{max-width: 1500px; margin: 0 auto; padding: 100px 10px 0;;}
.a2 .wrap_box .a2_wrap{display: flex;}
@keyframes ring{
0% {
	opacity: 1;
}
50% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@media screen and (max-width:960px){
	.a2 .a2_wrap #menu{flex-wrap: wrap; top: 80px; justify-content: normal;}
	.a2 .a2_wrap #menu li{width:50%;}
	.a2 .a2_wrap #menu li a{font-size: 14px;;}
	.a2{padding: 0 0 50px;}
	.a2 .wrap_box{margin-top: 30px;;}
	.a2 .a2_wrap .a2_left{display: none;}
	.a2 .a2_wrap .a2_right ul{flex-direction: column; margin-bottom:30px; padding-left: 10px;;}
	.a2 .a2_wrap .a2_right ul li:first-child{margin-bottom: 10px; width: 100%;}
	.a2 .a2_wrap .a2_right ul li:last-child{width: 100%; font-size: 16px;;}
	.a2 .a2_wrap .a2_right ul.first:after{display: none;}
	.a2 .a2_wrap .a2_right ul:after{display: none;}
	.a2 .a2_wrap .a2_right{width: 100%; padding-bottom: 0; border: none;}
}
/*a2*/

/*a3*/
.a3 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.a3 .text_box {margin-bottom: 30px;}
.a3 .text_box h2 {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.a3 .text_box h2::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.a3 .text_box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.a3 .text_box p span {font-weight: 700; color: #da291c; display: block;}
.a3 .img_box {width: 100%; display: flex; justify-content: space-between; align-items: center;}
.a3 .img_box li {width: 49%;}
.a3 .img_box li img {width: 100%; display: block; margin: 0 auto; border-radius: 25px;}

@media screen and (max-width: 1200px){
 .a3 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.a3{margin: 0 auto 50px;}
	.a3 .text_box h2 {font-size: 25px;}
	.a3 .text_box h2::before {height: 25px;}
	.a3 .text_box p {font-size: 18px;}
}
@media screen and (max-width: 640px){
	.a3 .text_box h2 {font-size: 22px;}
	.a3 .text_box h2::before {height: 22px;}
	.a3 .text_box p {font-size: 16px;}
	.a3 .text_box p br {display: none;}
	.a3 .img_box {flex-wrap: wrap; row-gap: 20px;}
	.a3 .img_box li {width: 100%;}
}
/*a3*/

/*b1*/
.b1 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.b1 .box {margin-bottom: 30px;}
.b1 .box h2 {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.b1 .box h2::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.b1 .box .sub_title {text-align: left; position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.b1 .box .sub_title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.b1 .box .sub_desc {font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.b1 .box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.b1 .box p .color {font-weight: 700; color: #da291c;}
.b1 .box .sub_wrap {display: flex; justify-content: space-between; margin: 30px auto;}
.b1 .box .sub_wrap .sub_text {width: 49%;}
.b1 .box .sub_wrap .img_box {width: 49%; align-self: center;}
.b1 .box .sub_wrap .img_box img {width: 100%; display: block; margin: 0 auto; border-radius: 25px;}

@media screen and (max-width: 1200px){
 .b1 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.b1{margin: 0 auto 50px;}
	.b1 .box h2 {font-size: 25px;}
	.b1 .box h2::before {height: 25px;}
	.b1 .box .sub_title {font-size: 25px;}
	.b1 .box .sub_title::before {height: 25px;}
	.b1 .box p {font-size: 18px;}
	.b1 .box .sub_desc {font-size: 18px;}
	.b1 .box .sub_wrap {flex-wrap: wrap; row-gap: 30px;}
	.b1 .box .sub_wrap .sub_text {width: 100%;}
	.b1 .box .sub_wrap .img_box {width: 100%;}
}
@media screen and (max-width: 640px){
	.b1 .box h2 {font-size: 22px;}
	.b1 .box h2 span {display: block;}
	.b1 .box h2::before {height: 22px; top: 25%;}
	.b1 .box2 .sub_title span {display: block;}
	.b1 .box2 .sub_title::before {top: 25%;}
	.b1 .box .sub_title {font-size: 22px; margin: 0 0 20px;}
	.b1 .box .sub_title::before {height: 22px;}
	.b1 .box p {font-size: 16px;}
	.b1 .box p br {display: none;}
	.b1 .box .sub_desc {font-size: 16px;}
}
/*b1*/

/*b2*/
.b2 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.b2 .box {margin-bottom: 30px;}
.b2 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.b2 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.b2 .box .sub_desc {font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.b2 .box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.b2 .box p .color {font-weight: 700; color: #da291c;}
.b2 .box .area {margin-bottom: 50px;}
.b2 .box1 .step_list {width: 100%;}
.b2 .box1 .step_list li {border-radius: 20px; display: flex; width: 100%; margin-bottom: 15px; justify-content: space-between;}
.b2 .box1 .step_list li .step {font-weight: 700; border-radius: 20px 0 0 20px; width: 30%; font-size: 22px; background-color: #740800; color: #fff; padding: 15px 0; text-align: center;}
.b2 .box1 .step_list li p {font-size: 22px; border-radius: 0 20px 20px 0; width: 68%; padding: 15px 0 15px 10px; border: 1px solid #ddd; margin-bottom: 0;}

@media screen and (max-width: 1200px){
 .b2 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.b2{margin: 0 auto 50px;}
	.b2 .box .title {font-size: 25px;}
	.b2 .box .title::before {height: 25px;}
	.b2 .box p {font-size: 18px;}
	.b2 .box1 .step_list li .step {font-size: 18px;}
	.b2 .box1 .step_list li p {font-size: 18x;}
}
@media screen and (max-width: 640px){
	.b2 .box .title {font-size: 22px; margin: 0 0 20px;}
	.b2 .box .title::before {height: 22px;}
	.b2 .box p {font-size: 16px;}
	.b2 .box .area {margin-bottom: 30px;}
	.b2 .box .area .title span {display: block;}
	.b2 .box .area .title::before {top: 25%;}
	.b2 .box .area1 .title::before {top: 50%;}
	.b2 .box1 .step_list li .step {font-size: 16px; padding: 10px 0;}
	.b2 .box1 .step_list li p {font-size: 16px; padding: 10px;}
}
/*b2*/

/*b3*/
.b3 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.b3 .box {margin-bottom: 30px;}
.b3 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.b3 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.b3 .box p {color: #121212; font-weight: 700; font-size: 23px; word-break: keep-all; margin-bottom: 20px;}
.b3 .box1 ul {width: 100%;}
.b3 .box1 ul li {width: 100%; margin-bottom: 30px;}
.b3 .box1 ul li:last-child {margin-bottom: 0;}
.b3 .box1 ul li .img_box {width: 100%; display: flex; justify-content: space-between; align-items: center;}
.b3 .box1 ul li .img_box img {width: 49%; border-radius: 25px;}

@media screen and (max-width: 1200px){
 .b3 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.b3 {margin: 0 auto 50px;}
	.b3 .box .title {font-size: 25px;}
	.b3 .box .title::before {height: 25px;}
	.b3 .box p {font-size: 20px;}
}
@media screen and (max-width: 640px){
	.b3 .box .title {font-size: 22px; margin: 0 0 20px;}
	.b3 .box .title::before {height: 22px;}
	.b3 .box p {font-size: 18px;}
	.b3 .box1 ul li .img_box img {border-radius: 20px;}
}
/*b3*/

/*c1*/
.c1 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.c1 .box {margin-bottom: 30px;}
.c1 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.c1 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.c1 .box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.c1 .box p .color {font-weight: 700; color: #da291c;}
.c1 .box .area {margin-bottom: 50px;}
.c1 .box2 ul {display: flex; align-items: center; justify-content: space-between; row-gap: 30px; flex-wrap: wrap;}
.c1 .box2 .img_box1 {margin-bottom: 30px;}
.c1 .box2 .img_box1 li {width: 49%;}
.c1 .box2 ul li img {width: 100%; border-radius: 25px; display: block; margin: 0 auto;}
.c1 .box2 .img_box2 li {width: 31%;}

@media screen and (max-width: 1200px){
 .c1 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.c1{margin: 0 auto 50px;}
	.c1 .box .title {font-size: 25px;}
	.c1 .box .title::before {height: 25px;}
	.c1 .box p {font-size: 18px;}
}
@media screen and (max-width: 640px){
	.c1 .box .title {font-size: 22px; margin: 0 0 20px;}
	.c1 .box .title::before {height: 22px;}
	.c1 .box p {font-size: 16px;}
	.c1 .box .area {margin-bottom: 30px;}
	.c1 .box .area .title span {display: block;}
	.c1 .box .area .title::before {top: 25%;}
	.c1 .box .area1 .title::before {top: 50%;}
	.c1 .box2 .img_box2 li {width: 100%;}
	.c1 .box2 .img_box1 li img {border-radius: 20px;}
}
/*c1*/

/*c2*/
.c2 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.c2 .box {margin-bottom: 50px;}
.c2 .box2 {margin-bottom: 100px;}
.c2 .box .main_title {font-size: 40px; text-align: center; word-break: keep-all;}
.c2 .box .main_title .color {color: #da291c;}
.c2 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.c2 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.c2 .box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.c2 .box p .color {font-weight: 700; color: #da291c;}
.c2 .box .area {margin-bottom: 50px;}
.c2 .box .step_list {width: 100%;}
.c2 .box .step_list li {border-radius: 20px; display: flex; width: 100%; margin-bottom: 15px; justify-content: space-between;}
.c2 .box .step_list li .step {display: grid; align-items: center; font-weight: 700; border-radius: 20px 0 0 20px; width: 20%; font-size: 22px; background-color: #740800; color: #fff; padding: 15px 0; text-align: center;}
.c2 .box .step_list li .img_box {width: 20%;}
.c2 .box .step_list li .img_box img {width: 100%;}
.c2 .box .step_list li p {display: grid; align-items: center; font-size: 22px; border-radius: 0 20px 20px 0; width: 58%; padding: 15px 0 15px 10px; border: 1px solid #ddd; margin-bottom: 0;}
.c2 .box .sub_text {width: 100%; margin: 30px auto;}
.c2 .box .sub_text .sub_desc {font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.c2 .box .point {color: #da291c; font-weight: 700; font-size: 16px;}
.c2 .flex_box {display: flex; justify-content: space-between; align-items: center;}
.c2 .flex_box .text_box {width: 49%;}
.c2 .flex_box .img_box {width: 49%;}
.c2 .flex_box .img_box img {width: 100%; border-radius: 25px;}
.c2 .box5 ul li {margin-bottom: 30px;}
.c2 .box5 ul li p {color: #121212; font-weight: 700; font-size: 23px; word-break: keep-all; margin-bottom: 20px;}
.c2 .box5 ul li .img_box {display: flex; justify-content: space-between; align-items: center;}
.c2 .box5 ul li .img_box img {width: 49%; border-radius: 25px;}

@media screen and (max-width: 1200px){
 .c2 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.c2{margin: 0 auto 50px;}
	.c2 .box .main_title {font-size: 30px;}
	.c2 .box .title {font-size: 25px;}
	.c2 .box .title::before {height: 25px;}
	.c2 .box p {font-size: 18px;}
	.c2 .box .step_list li .step {font-size: 18px;}
	.c2 .box .step_list li p {font-size: 18px;}
	.c2 .box .sub_text .sub_desc {font-size: 18px;}
	.c2 .flex_box {flex-wrap: wrap; margin-bottom: 50px;}
	.c2 .flex_box .text_box {width: 100%;}
	.c2 .flex_box .img_box {width: 100%;}
	.c2 .box5 ul li p {font-size: 20px;}
}
@media screen and (max-width: 640px){
	.c2 .box .main_title {font-size: 25px;}
	.c2 .box .title {font-size: 22px; margin: 0 0 20px;}
	.c2 .box .title::before {height: 22px;}
	.c2 .box p {font-size: 16px;}
	.c2 .box .step_list li .img_box {width: 40%;}
	.c2 .box .step_list li .step {font-size: 16px; padding: 10px 0;}
	.c2 .box .step_list li p {font-size: 16px; padding: 10px; width: 38%;}
	.c2 .box .sub_text .sub_desc {font-size: 16px;}
	.c2 .box .point {font-size: 14px;}
	.c2 .box5 ul li {margin-bottom: 20px;}
	.c2 .box5 ul li p {font-size: 16px;}
	.c2 .box5 ul li .img_box img {border-radius: 20px;}
}
@media screen and (max-width: 410px){
	.c2 .box .step_list li .step {font-size: 14px;}
	.c2 .box .step_list li p {font-size: 14px; padding: 0 0 0 5px;}
}
/*c2*/

/*c3*/
.c3 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.c3 .box {margin-bottom: 50px;}
.c3 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.c3 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.c3 .box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.c3 .box2 {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; row-gap: 20px;}
.c3 .box2 .color_box {width: 15%; border: 1px solid #ddd; padding: 15px;}
.c3 .box2 .color_box img {width: 100%; display: block; margin: 0 auto;}
.c3 .box2 .color_box p {font-weight: 500; border-top: 1px solid #ddd; text-align: center; padding-top: 15px; color: #121212;}
.c3 .box3 {display: flex; justify-content: space-between; align-items: center;}
.c3 .box3 img {width: 49%; border-radius: 25px;}

@media screen and (max-width: 1200px){
 .c3 {padding: 0 2%;}
 .c3 .box2 {justify-content: unset; column-gap: 1%;}
 .c3 .box2 .color_box {width: 19%;}
}
@media screen and (max-width: 960px){
	.c3{margin: 0 auto 50px;}
	.c3 .box .title {font-size: 25px;}
	.c3 .box .title::before {height: 25px;}
	.c3 .box2 .color_box {width: 24%;}
	.c3 .box p {font-size: 18px;}
}
@media screen and (max-width: 640px){
	.c3 .box .title {font-size: 22px; margin: 0 0 20px;}
	.c3 .box .title::before {height: 22px;}
	.c3 .box p {font-size: 16px;}
	.c3 .box3 img {border-radius: 20px;}
	.c3 .box2 .color_box {width: 32%; padding: 10px;}
	.c3 .box2 .color_box p {padding-top: 10px;}
}
@media screen and (max-width: 430px){
	.c3 .box2 .color_box {width: 49%;}
}
/*c3*/

/*c4*/
.c4 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.c4 .box {margin-bottom: 50px;}
.c4 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.c4 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.c4 .box p {color: #666; font-size: 20px; word-break: keep-all; margin-bottom: 10px;}
.c4 .box .color {color: #da291c; font-weight: 700;}
.c4 .box .bold {font-weight: 700;}
.c4 .box .sub_box {margin: 50px auto;}
.c4 .box .flex_box {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.c4 .box .flex_box .right_box {padding: 30px 0; width: 49%; border: 1px solid #ddd; border-radius: 25px;}
.c4 .box .flex_box .right_box img {width: 70%; display: block; margin: 0 auto;}
.c4 .box .flex_box .left_box {width: 49%;}
.c4 .box2 .flex_box {row-gap: 30px;}
.c4 .box2 .flex_box .sub_box {margin: 0; width: 49%;}
.c4 .box5 .flex_box li {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.c4 .box5 .flex_box li:last-child {margin-bottom: 0;}
.c4 .box5 .flex_box li .text_box {width: 60%;}
.c4 .box5 .flex_box li .text_box .bold {font-size: 22px;}
.c4 .box5 .flex_box li .img_box {width: 30%; border: 1px solid #ddd; border-radius: 25px; padding: 3%;}
.c4 .box5 .flex_box li .img_box img {width: 100%;}
.c4 .box table {text-align: center; border-collapse: collapse; border-top: 2px solid #740800; width: 100%; font-size: 20px; color: #666; font-size: 20px; word-break: keep-all;}
.c4 .box table th {background-color:#fff6f6; color: #121212; word-break: keep-all; padding: 30px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.c4 .box table td {line-height: 1.8; word-break: keep-all; padding: 30px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.c4 .box table th:last-child, .c4 .box table td:last-child {border-right: none;}
.c4 .box table td img {width: 50%; display: block; margin: 0 auto; min-width: 80px;}

@media screen and (max-width: 1200px){
 .c4 {padding: 0 2%;}
 .c4 .box2 {justify-content: unset; column-gap: 1%;}
}
@media screen and (max-width: 960px){
	.c4{margin: 0 auto 50px;}
	.c4 .box .title {font-size: 25px;}
	.c4 .box .title::before {height: 25px;}
	.c4 .box p {font-size: 18px;}
	.c4 .box .flex_box {row-gap: 30px;}
	.c4 .box .flex_box .right_box {width: 100%;}
	.c4 .box .flex_box .left_box {width: 100%;}
	.c4 .box2 .flex_box .sub_box {width: 100%;}
	.c4 .box5 .flex_box li .text_box .bold {font-size: 20px;}
	.c4 .box table {font-size: 18px;}
	.c4 .box table th, .c4 .box table td {padding: 20px;}
}
@media screen and (max-width: 640px){
	.c4 .box .title {font-size: 22px; margin: 0 0 20px;}
	.c4 .box .title span {display: block;}
	.c4 .box .title::before {height: 22px;}
	.c4 .box1 > .title::before, .c4 .box3 > .title::before {top: 25%;}
	.c4 .box p {font-size: 16px;}
	.c4 .box5 .flex_box li .text_box .bold {font-size: 18px;}
	.c4 .box table {font-size: 16px;}
	.c4 .box table th, .c4 .box table td {padding: 10px;}
	.c4 .box .sub_box {margin: 30px auto;}
}
@media screen and (max-width: 600px){
	.c4 .box6 .title::before {top: 25%;}
	.c4 .box5 .flex_box li {row-gap: 20px;}
	.c4 .box5 .flex_box li .text_box {width: 100%;}
	.c4 .box5 .flex_box li .img_box {width: 100%;}
	.c4 .box .flex_box {row-gap: 20px;}
}
@media screen and (max-width: 430px){
	.c4 .box table {font-size: 14px;}
	.c4 .box .flex_box .right_box img {width: 80%;}
}
/*c4*/

/*c5*/
.c5 {font-family: 'Pretendard'; max-width: 1500px; margin: 0 auto 100px;}
.c5 .box {margin-bottom: 50px;}
.c5 .box .title {position: relative; font-family: 'Pretendard'; font-size: 30px; word-break: keep-all; font-weight: 700; margin-bottom: 20px; color: #121212; padding-left: 10px;}
.c5 .box .title::before {background-color: #da291c; content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 30px; width: 4px;}
.c5 .box .table_box table {border-collapse: collapse; border-top: 2px solid #740800; width: 100%; font-size: 20px; color: #666; font-size: 20px; word-break: keep-all;}
.c5 .box .table_box table th {background-color:#fff6f6; color: #121212; word-break: keep-all; padding: 30px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.c5 .box .table_box table td {line-height: 1.8; word-break: keep-all; padding: 30px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.c5 .box .table_box table th:last-child, .c5 .box .table_box table td:last-child {border-right: none;}
.c5 .box .table_box table td .color {color: #da291c; font-weight: 500;}

@media screen and (max-width: 1200px){
 .c5 {padding: 0 2%;}
}
@media screen and (max-width: 960px){
	.c5{margin: 0 auto 50px;}
	.c5 .box .title {font-size: 25px;}
	.c5 .box .title::before {height: 25px;}
	.c5 .box .table_box table {font-size: 18px;}
	.c5 .box .table_box table th, .c5 .box .table_box table td {padding: 20px;}
}
@media screen and (max-width: 640px){
	.c5 .box .title {font-size: 22px; margin: 0 0 20px;}
	.c5 .box .title::before {height: 22px;}
	.c5 .box .table_box {overflow-x: scroll; width: 100%;}
	.c5 .box .table_box table {font-size: 16px; min-width: 460px;}
	.c5 .box .table_box table th, .c5 .box .table_box table td {padding: 10px;}
}
/*c5*/

/*d1*/
.d1 .d1_wrap{max-width: 1500px; margin: 0 auto 100px;;}

.d1 .d1_wrap .info h2{font-size:24px;}
.d1 .d1_wrap .info ul{padding-top: 70px; display: flex; gap:2%;}
.d1 .d1_wrap .info ul li{display: flex; align-items: center; gap: 2%;;}

.d1 .d1_wrap .info ul li:nth-of-type(1){width: 50%;;}
.d1 .d1_wrap .info ul li:nth-of-type(1) img{max-width: 5%;;}

.d1 .d1_wrap .info ul li:nth-of-type(n+2){width: 25%; gap: 5%;}
.d1 .d1_wrap .info ul li:nth-of-type(n+2) h3{font-size:20px ;}
.d1 .d1_wrap .info ul li:nth-of-type(n+2) img{max-width: 30px;;}

.d1 .d1_wrap .info ul li:nth-of-type(n+2)>div:nth-of-type(1){padding: 20px; background: #ddd; border-radius: 100px;}

@media (max-width:1260px){
	.d1 .d1_wrap .info ul{flex-direction: column; padding: 30px 10px 0 10px;;}
	.d1 .d1_wrap .info ul li{margin-bottom: 20px;}
	.d1 .d1_wrap .info ul li:nth-of-type(1){width: 100%;;}
	.d1 .d1_wrap .info ul li:nth-of-type(n+2){width: 100%; gap: 2%;;}
	.d1 .d1_wrap .info ul li:nth-of-type(n+2) img{max-width: 40%;;}
	.d1 .d1_wrap .info ul li:nth-of-type(n+2)>div:nth-of-type(1){padding: 17px 0; text-align: center;}
	.d1 .d1_wrap .info h2{font-size: 20px;;}
	.d1 .d1_wrap .info ul li:nth-of-type(n+2) h3{font-size: 18px;}
}
/*d1*/


