/* a1 */
#a1 .con {margin-bottom: 80px;}
#a1 .con:last-child {margin-bottom: 0;}
#a1 .con1 {}
#a1 .con1 .title_box {margin-top: 80px; position: relative; padding-top: 20px;}
#a1 .con1 .title_box::before {content: ""; display: block; position: absolute; left: 50%; transform: translateX(-50%); width: 1px; height: 80px; background: #bbb; top: -80px;}
#a1 .con1 .title_box h2 {font-size: 35px; font-weight: 600; margin-bottom: 20px; line-height: 1.5;}
#a1 .con1 .img_box {border-radius: 10px; margin-bottom: 50px; overflow: hidden;}
#a1 .con1 .img_box img {width: 100%;}
#a1 .con1 .flex_box {display: flex; justify-content: space-between; align-items: flex-start; gap: 30px;}
#a1 .con1 .flex_box .img_box2 {width: 200px; aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden; position: relative;}
/* #a1 .con1 .flex_box .img_box2::before {content: ""; position: absolute; z-index: -1; top: 5px; right: -15px; width: 100%; height: 100%; border: 1px solid #d7e5fd;} */

#a1 .con1 .flex_box .img_box2 img {width: 100%;}
#a1 .con1 .flex_box .desc_box {width: calc(100% - 230px);}
#a1 .con1 .flex_box .desc_box * {word-break: keep-all; line-height: 1.5;}
#a1 .con1 .flex_box .desc_box p {font-size: 18px; color: #666; margin-bottom: 20px;}
#a1 .con1 .flex_box .desc_box p .ceo {display: block; margin-top: 10px; font-size: 20px; font-weight: 500; text-align: right;}
#a1 .con1 .flex_box .desc_box p .ceo b {}
#a1 .con1 .flex_box .desc_box p:last-child {margin-bottom: 0;}
#a1 .con1 .flex_box .desc_box p .point {font-size: 120%; color: #121212; font-weight: 700;}
#a1 .con1 .flex_box .desc_box .desc_tit {display: flex; align-items: center; gap: 15px; font-size: 30px; margin-bottom: 20px;}
#a1 .con1 .flex_box .desc_box .desc_tit .circle {width: 8px; aspect-ratio: 1 / 1; border-radius: 50%; background-color: #365388;}
#a1 .con1 .flex_box .desc_box ul {margin-bottom: 20px;}
#a1 .con1 .flex_box .desc_box ul li {margin-bottom: 20px; border-radius: 20px; background-color: #f5f5f5; padding: 30px; position: relative;}
#a1 .con1 .flex_box .desc_box ul li:last-child {margin-bottom: 0;}
#a1 .con1 .flex_box .desc_box ul li .tit {display: flex; align-items: flex-end; gap: 20px; margin-bottom: 20px;}
#a1 .con1 .flex_box .desc_box ul li .tit .num {font-size: 50px; font-weight: 900; color: #ddd; line-height: 1;}
#a1 .con1 .flex_box .desc_box ul li .tit h3 {font-size: 25px; color: #365388;}
#a1 .con1 .flex_box .desc_box ul li p {}
#a1 .con1 .flex_box .desc_box ul li p span {font-weight: 700; color: #121212;}
/* #a1 .con1 ul {display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #ddd; border-left: 1px solid #ddd;}
#a1 .con1 ul li {width: 33.333%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; display: flex; flex-direction: column; align-items: center; padding: 70px 20px;}
#a1 .con1 ul li img {margin-bottom: 30px;}
#a1 .con1 ul li h2 { font-size: 18px; font-weight: 700; margin-bottom: 10px;}
#a1 .con1 ul li p {font-size: 16px; text-align: center; color: #666;}
#a1 .con1 ul li p a {color: #666;}

#a1 .con2 img {max-width: 1400px; width: 100%;} */
/* #a1 .con2 > h2 {font-size: 30px; padding-left: 25px; position: relative; margin-bottom: 5px;}
#a1 .con2 > h2::after {position: absolute; content: ''; width: 17px; height: 17px; background-color: #fff; border: 4px solid #fe0003; border-radius: 50%; top: 50%; left: 0; transform: translateY(-50%);}
#a1 .con2 p {font-size: 18px; margin-bottom: 20px; color: #666;}
#a1 .con2 .inconwrap {border-top: 2px solid #121212; border-bottom: 2px solid #121212;}
#a1 .con2 .inconwrap .incon {padding: 20px 10px; border-bottom: 1px solid #ddd;}
#a1 .con2 .inconwrap .incon h2 {font-size: 24px; margin-bottom: 10px;}
#a1 .con2 .inconwrap .incon h2 span {color: #999; font-weight: 400; font-size: 18px; margin-left: 5px;}
#a1 .con2 .inconwrap .incon ul li {margin-bottom: 10px; font-size: 18px; color: #333; padding-left: 10px; position: relative;}
#a1 .con2 .inconwrap .incon ul li:last-child {margin-bottom: 0;}
#a1 .con2 .inconwrap .incon ul li::after {position: absolute; content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: #333; left: 0; top: 50%; transform: translateY(-50%);} */

@media screen and (max-width: 960px) {
	#a1 .con {margin-bottom: 50px;}
	#a1 .con1 .title_box h2 {font-size: 30px;}
	#a1 .con1 .flex_box .desc_box ul li .tit .num {font-size: 40px;}
	#a1 .con1 .flex_box .desc_box ul li .tit h3 {font-size: 22px;}
	/* #a1 .con1 ul li {width: 50%;} */

	/* #a1 .con2 > h2 {font-size: 24px; }
	#a1 .con2 > h2::after {width: 15px; height: 15px;}
	#a1 .con2 p {font-size: 16px; line-height: 26px;}
	#a1 .con2 .inconwrap .incon h2 {font-size: 20px;}
	#a1 .con2 .inconwrap .incon h2 span {font-size: 16px;}
	#a1 .con2 .inconwrap .incon ul li {font-size: 16px;} */
}

@media screen and (max-width: 640px) {
	#a1 .con1 .title_box::before {top: -60px; height: 60px;}
	#a1 .con1 .title_box h2 {font-size: 25px; text-align: center;}
	#a1 .con1 .flex_box {flex-wrap: wrap;}
	#a1 .con1 .flex_box .img_box2 {width: 100%; max-width: 50%; margin: 0 auto;}
	#a1 .con1 .flex_box .desc_box p .ceo {font-size: 18px;}
	#a1 .con1 .flex_box .desc_box {width: 100%;}
	#a1 .con1 .flex_box .desc_box p {font-size: 16px;}
	#a1 .con1 .flex_box .desc_box .desc_tit {font-size: 25px;}
	#a1 .con1 .flex_box .desc_box ul li {padding: 20px;}
	#a1 .con1 .flex_box .desc_box ul li .tit {gap: 10px; flex-wrap: wrap; margin-bottom: 10px;}
	#a1 .con1 .flex_box .desc_box ul li .tit h3 {font-size: 20px; line-height: 1.3; width: 100%;}
	/* #a1 .con1 ul li {width: 100%;}
	#a1 .con1 ul li h2 {font-size: 16px;}
	#a1 .con1 ul li p {font-size: 14px;} */

	/* #a1 .con2 > h2 {font-size: 20px;}
	#a1 .con2 > h2::after {width: 13px; height: 13px;}
	#a1 .con2 p {font-size: 14px; line-height: 24px;}
	#a1 .con2 .inconwrap .incon h2 {font-size: 18px;}
	#a1 .con2 .inconwrap .incon h2 span {font-size: 14px;}
	#a1 .con2 .inconwrap .incon ul li {font-size: 14px;} */
}
/* a1 */





/* a2 */
#a2 .imgwrap img {width: 100%; border-radius: 50px 0; margin-bottom: 50px;}
#a2 .conwrap .con h2 {font-size: 30px; margin-bottom: 40px;}
#a2 .conwrap .con h2 span {color: #365388;}
#a2 .conwrap .con p {font-size: 18px; line-height: 28px; color: #666; margin-bottom: 50px;}
#a2 .conwrap .con .ceo {font-size: 20px; color: #222; text-align: right;}
#a2 .conwrap .con .ceo span {font-size: 24px; font-weight: 700; margin-left: 20px;}

@media screen and (max-width: 960px) {
	#a2 .conwrap .con h2 {font-size: 26px; margin-bottom: 30px;}
	#a2 .conwrap .con p {font-size: 16px; line-height: 26px; margin-bottom: 30px;}
}

@media screen and (max-width: 640px) {
	#a2 .conwrap .con h2 {font-size: 22px;}
	#a2 .conwrap .con .ceo {font-size: 18px;}
	#a2 .conwrap .con .ceo span {font-size: 20px; margin-left: 10px;}
}
/* a2 */





/* a3 */
#a3 {position: relative;}
#a3::after {position: absolute; content: ''; width: 1px; height: 100%; background-color: #ddd; top: 0; left: 40%; z-index: -1;}
#a3 .imgwrap {margin-bottom: 70px;}
#a3 .imgwrap img {width: 100%; border-radius: 20px;}
#a3 .conwrap .con {margin-bottom: 100px; display: flex;}
#a3 .conwrap .con:last-child {margin-bottom: 0;}
#a3 .conwrap .con h2 {width: 40%; font-size: 44px; text-align: right; padding-right: 50px; max-height: min-content;}

#a3 .conwrap .con .rightcon {width: 60%; padding-left: 50px; padding-top: 10px;}
#a3 .conwrap .con .rightcon .incon {margin-bottom: 100px;}
#a3 .conwrap .con .rightcon .incon:last-child {margin-bottom: 0;}
#a3 .conwrap .con .rightcon .incon h3 {font-size: 24px; margin-bottom: 20px; position: relative;}
#a3 .conwrap .con .rightcon .incon h3::after {position: absolute; content: ''; width: 10px; height: 10px; border-radius: 50%; background-color: #365388; left: -55px; top: 50%; transform: translateY(-50%);}
#a3 .conwrap .con .rightcon .incon ul li {font-size: 18px; color: #666; margin-bottom: 10px;}
#a3 .conwrap .con .rightcon .incon ul li:last-child {margin-bottom: 0;}


@media screen and (max-width: 960px) {
	#a3::after {left: 30%;}
	#a3 .conwrap .con {margin-bottom: 80px;}
	#a3 .conwrap .con h2 {font-size: 40px; width: 30%;}
	#a3 .conwrap .con .rightcon {width: 70%;}
	#a3 .conwrap .con .rightcon .incon h3 {font-size: 20px;}
	#a3 .conwrap .con .rightcon .incon ul li {font-size: 16px;}

}

@media screen and (max-width: 640px) {
	#a3 .conwrap .con {margin-bottom: 60px;}
	#a3 .conwrap .con h2 {font-size: 30px;}
	#a3 .conwrap .con .rightcon .incon h3 {font-size: 18px;}
	#a3 .conwrap .con .rightcon .incon ul li {font-size: 14px; margin-bottom: 5px;}
}
/* a3 */





/* a4 */
#a4 img {max-width: 1226px; width: 100%; margin: 0 auto; display: block;}
/* a4 */





/* a5 */
#a5 .tab {display: flex; justify-content: space-between; margin-bottom: 70px;}
#a5 .tab li {width: 49%; text-align: center; border: 1px solid #121212; padding: 20px 0; font-size: 18px; font-weight: 500; cursor: pointer; position: relative; transition-duration: 0.4s;}
#a5 .tab li:hover {color: #fff; z-index: 1;}
#a5 .tab li.selected {background-color: #121212; color: #fff;}
#a5 .tab li::after {position: absolute; content: ''; width: 0; height: 100%; background-color: #121212; top: 0; left: 0; transition-duration: 0.4s; z-index: -1;}
#a5 .tab li:hover::after {position: absolute; content: ''; width: 100%; height: 100%; background-color: #121212; top: 0; left: 0;}
#a5 .conwrap .tabcon .incon {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px;}
#a5 .conwrap .tabcon .incon .txt {width: 100%; order: 2;}
#a5 .conwrap .tabcon .incon .txt h2 {font-size: 30px; margin-bottom: 20px;}
#a5 .conwrap .tabcon .incon .txt ul {border-top: 1px solid #ddd;}
#a5 .conwrap .tabcon .incon .txt ul li {padding: 25px 10px; border-bottom: 1px solid #ddd; display: flex; align-items: center;}
#a5 .conwrap .tabcon .incon .txt ul li img {height: 27px; margin-right: 30px;}
#a5 .conwrap .tabcon .incon .txt ul li p {font-size: 18px; font-weight: 400; color: #666;}
#a5 .conwrap .tabcon .incon .txt ul li p span {font-weight: 600; color: #121212; display: inline-block; width: 100px;}
#a5 .conwrap .tabcon .incon .map {width: 100%; order: 1;}
#a5 .conwrap .tabcon .incon .map img {width: 100%;}
#a5 .conwrap .tabcon > img {max-width: 800px; display: block; margin: 0 auto; width: 100%;}

@media screen and (max-width: 960px) {
	#a5 .tab {margin-bottom: 50px;}
	#a5 .tab li {font-size: 16px; padding: 15px 0;}
	/* #a5 .conwrap .tabcon .incon {flex-direction: column-reverse;} */
	#a5 .conwrap .tabcon .incon .txt {width: 100%;}
	#a5 .conwrap .tabcon .incon .txt h2 {font-size: 26px; padding-bottom: 0;}
	#a5 .conwrap .tabcon .incon .map {width: 100%;}
	#a5 .conwrap .tabcon .incon .map iframe {height: 400px !important;}
}

@media screen and (max-width: 640px) {
	#a5 .tab {margin-bottom: 40px;}
	#a5 .tab li {font-size: 14px;}
	#a5 .conwrap .tabcon .incon {gap: 20px;}
	#a5 .conwrap .tabcon .incon .txt h2 {font-size: 20px;}
	#a5 .conwrap .tabcon .incon .txt ul li {padding: 20px 10px;}
	#a5 .conwrap .tabcon .incon .txt ul li img {height: 25px;}
	#a5 .conwrap .tabcon .incon .txt ul li p {font-size: 16px; display: flex; flex-direction: column;}
	#a5 .conwrap .tabcon .incon .txt ul li p span {margin-bottom: 5px;}
}
/* a5 */





/* b1 */
#b1 .conwrap .con {display: flex; margin-bottom: 50px;}
#b1 .conwrap .con:last-child {margin-bottom: 0;}
#b1 .conwrap .con:nth-child(2n) {flex-direction: row-reverse;}
#b1 .conwrap .con .leftcon {width: 40%;}
#b1 .conwrap .con .leftcon img {width: 100%;}
#b1 .conwrap .con .rightcon {width: 60%; background-color: #f5f5f5; padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
#b1 .conwrap .con .rightcon h4 {font-size: 16px; margin-bottom: 10px; border: 1px solid #4168ad; color: #4168ad; font-weight: 500; padding: 3px 8px;}
#b1 .conwrap .con .rightcon h2 {font-size: 30px; margin-bottom: 20px;}
#b1 .conwrap .con .rightcon p {font-size: 18px; line-height: 28px; font-weight: 400; color: #666;}

@media screen and (max-width: 960px) {
	#b1 .conwrap .con .rightcon {padding: 30px;}
	#b1 .conwrap .con .rightcon h2 {font-size: 24px;}
	#b1 .conwrap .con .rightcon p {font-size: 16px; line-height: 26px;}

}

@media screen and (max-width: 800px) {
	#b1 .conwrap .con {flex-direction: column;}
	#b1 .conwrap .con:nth-child(2n) {flex-direction: column;}
	#b1 .conwrap .con .leftcon {width: 100%;}
	#b1 .conwrap .con .rightcon {width: 100%;}
}

@media screen and (max-width: 640px) {
	#b1 .conwrap .con .rightcon h4 {font-size: 14px;}
	#b1 .conwrap .con .rightcon h2 {font-size: 20px; margin-bottom: 15px;}
	#b1 .conwrap .con .rightcon p {font-size: 14px; line-height: 24px;}
}
/* b1 */





/* d3 */
#d3 {position: relative;}
#d3::after {position: absolute; content: ''; width: 1px; height: 100%; background-color: #ddd; top: 0; left: 40%; z-index: -1;}
#d3 .imgwrap {margin-bottom: 70px;}
#d3 .imgwrap img {width: 100%; border-radius: 20px;}
#d3 .conwrap .con {margin-bottom: 100px; display: flex;}
#d3 .conwrap .con:last-child {margin-bottom: 0;}
#d3 .conwrap .con h2 {width: 40%; font-size: 44px; text-align: right; padding-right: 50px; max-height: min-content;}

#d3 .conwrap .con .rightcon {width: 60%; padding-left: 50px; padding-top: 10px;}
#d3 .conwrap .con .rightcon .incon {margin-bottom: 100px;}
#d3 .conwrap .con .rightcon .incon:last-child {margin-bottom: 0;}
#d3 .conwrap .con .rightcon .incon h3 {font-size: 24px; margin-bottom: 20px; position: relative;}
#d3 .conwrap .con .rightcon .incon h3::after {position: absolute; content: ''; width: 10px; height: 10px; border-radius: 50%; background-color: #365388; left: -55px; top: 50%; transform: translateY(-50%);}
#d3 .conwrap .con .rightcon .incon ul li {font-size: 18px; color: #666; margin-bottom: 10px;}
#d3 .conwrap .con .rightcon .incon ul li:last-child {margin-bottom: 0;}


@media screen and (max-width: 960px) {
	#d3::after {left: 30%;}
	#d3 .conwrap .con {margin-bottom: 80px;}
	#d3 .conwrap .con h2 {font-size: 40px; width: 30%;}
	#d3 .conwrap .con .rightcon {width: 70%;}
	#d3 .conwrap .con .rightcon .incon h3 {font-size: 20px;}
	#d3 .conwrap .con .rightcon .incon ul li {font-size: 16px;}

}

@media screen and (max-width: 640px) {
	#d3 .conwrap .con {margin-bottom: 60px;}
	#d3 .conwrap .con h2 {font-size: 30px;}
	#d3 .conwrap .con .rightcon .incon h3 {font-size: 18px;}
	#d3 .conwrap .con .rightcon .incon ul li {font-size: 14px; margin-bottom: 5px;}
}
/* d3 */



/* f1 */
#f1 {width: 100%; max-width: 1400px; margin: 0 auto 100px;}
#f1 .img_box {border-radius: 20px; overflow: hidden; margin-bottom: 50px;}
#f1 .img_box img {width: 100%;}
#f1 .process {border-top: 2px solid #121212;}
#f1 .process .list {border-bottom: 1px solid #ddd; display: flex; align-items: center; transition: .4s; padding: 30px 10px; background-color: #fff;}
#f1 .process .list.active {background-color: #f1f1f3;}
#f1 .process .list .step {position: relative; border-radius: 30px; background-color: #4168ad; color: #fff; font-size: 16px; text-align: center; padding: 10px 20px; margin-right: 50px;}
#f1 .process .list .step::after {content: ""; position: absolute; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent; left: 50%; transform: translateX(-50%); bottom: -90%;}
#f1 .process .list:nth-child(2) .step::after {bottom: -120%;} 
#f1 .process .list:last-child .step::after {display: none;} 
#f1 .process .list .title_box {display: flex; align-items: center; width: 150px;}
#f1 .process .list .title_box h3 {font-size: 25px; font-weight: 700; color: #121212;}
#f1 .process .list .text_box {display: flex; flex-wrap: wrap; width: calc(100% - 340px);}
#f1 .process .list .text_box span {width: 100%; line-height: 1.5; color: #666; margin-bottom: 10px; font-size: 18px; padding: 0 15px; position: relative;}
#f1 .process .list .text_box span:last-child {margin-bottom: 0;}
#f1 .btn_box {margin-top: 40px;}
#f1 .btn_box a {background-color: #121212; transition: .4s; color: #fff; font-size: 20px; text-align: center; display: block; margin: 0 auto; width: max-content; padding: 15px 30px; border-radius: 30px;}
#f1 .btn_box a:hover {background-color: #2a609e;}

@media screen and (max-width: 960px) {
	#f1 .process {margin-top: 50px;}
	#f1 .process .list .step {font-size: 14px; margin-right: 30px;}
	#f1 .process .list .title_box h3 {font-size: 20px;}
	#f1 .process .list .text_box span {font-size: 16px; padding: 0 10px;}
	#f1 .process .list .step::after {bottom: -96%;}
	#f1 .process .list:nth-child(1) .step::after {bottom: -110%;}
	#f1 .process .list:nth-child(2) .step::after {bottom: -160%;}
}

@media screen and (max-width: 915px) {
	#f1 .process .list:nth-child(2) .step::after {bottom: -195%;}
}

@media screen and (max-width: 805px) {
	#f1 .process .list:nth-child(2) .step::after {bottom: -230%;}
}

@media screen and (max-width: 760px) {
	#f1 .process .list {flex-wrap: wrap;}
	#f1 .process .list .step::after {display: none;}
	#f1 .process .list .title_box {width: 100%; margin: 15px 0;}
	#f1 .process .list .title_box h3 {padding-left: 10px;}
	#f1 .process .list .text_box {width: 100%;}
	#f1 .process .list .text_box span {font-size: 15px; margin-bottom: 5px;}
}

@media screen and (max-width: 640px) {
	#f1 {margin-bottom: 50px;}
	#f1 .process {margin-top: 0;}
	#f1 .img_box {margin-bottom: 30px;}
  #f1 .btn_box a {font-size: 18px;}
}
/* f1 */




/* f2 */
#f2 {}
#f2 .con {}
#f2 .con:last-child {}
#f2 .con1 {}
#f2 .con1 ul {width: 100%; display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;}
#f2 .con1 ul li {width: calc(100% / 3 - 20px); border: 1px solid #f5f5f5; padding: 40px 30px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#f2 .con1 ul li:hover {transition: .4s; border-color: #121212;}
#f2 .con1 ul li .img_box {border-radius: 10px; overflow: hidden; margin-bottom: 20px;}
#f2 .con1 ul li .img_box img {width: 100%;}
#f2 .con1 ul li .txt_box {text-align: center;}
#f2 .con1 ul li .txt_box * {word-break: keep-all; line-height: 1.5;}
#f2 .con1 ul li .txt_box .sub {display: block; margin-bottom: 5px; font-size: 16px; font-weight: 600; color: #999;}
#f2 .con1 ul li .txt_box h3 {font-size: 28px; margin-bottom: 15px;}
#f2 .con1 ul li .txt_box h3 span {color: #365388;}
#f2 .con1 ul li .txt_box p {font-size: 20px;}

@media screen and (max-width: 960px) {
	#f2 .con1 ul {justify-content: flex-start;}
	#f2 .con1 ul li {width: calc(50% - 15px);}
	#f2 .con1 ul li .txt_box h3 {font-size: 24px;}
	#f2 .con1 ul li .txt_box p {font-size: 18px;}
}

@media screen and (max-width: 640px) {
	#f2 .con1 ul li {width: 100%; padding: 30px 20px;}
	#f2 .con1 ul li .txt_box .sub {font-size: 14px;}
	#f2 .con1 ul li .txt_box h3 {font-size: 20px;}
	#f2 .con1 ul li .txt_box p {font-size: 16px;}
}
/* f2 */




/* f3 */
#f3 {}
#f3 .con {}
#f3 .con:last-child {}
#f3 .con1 {}
#f3 .con1 ul {width: 100%; display: flex; flex-wrap: wrap; gap: 50px 30px; }
#f3 .con1 ul li {width: calc(100% / 2 - 15px);}
#f3 .con1 ul li .flex_box {display: flex; gap: 20px; margin-bottom: 30px; align-items: center;}
#f3 .con1 ul li .flex_box .img_box {width: 150px; aspect-ratio: 1 / 1; border-radius: 30px; background: #f5f5f5; display: grid; place-content: center;}
#f3 .con1 ul li .flex_box .img_box img {width: 100%; display: block; margin: 0 auto;}
#f3 .con1 ul li .flex_box .tit_box {width: calc(100% - 170px);}
#f3 .con1 ul li .flex_box .tit_box h3 {line-height: 1.5; word-break: keep-all; font-size: 30px;}
#f3 .con1 ul li .txt_box {padding-top: 30px; border-top: 1px solid #ddd;}
#f3 .con1 ul li .txt_box p {line-height: 1.3; font-size: 20px; word-break: keep-all;}

@media screen and (max-width: 960px) {
	#f3 .con1 ul li .flex_box .img_box {width: 100px;}
	#f3 .con1 ul li .flex_box .img_box img {width: 70%;}
	#f3 .con1 ul li .flex_box .tit_box {width: calc(100% - 120px);}
	#f3 .con1 ul li .flex_box .tit_box h3 {font-size: 25px;}
	#f3 .con1 ul li .txt_box p {font-size: 18px;}

}

@media screen and (max-width: 700px) {
	#f3 .con1 ul li {width: 100%; border: 1px solid #ddd; padding: 30px; border-radius: 20px;}
}

@media screen and (max-width: 640px) {
	#f3 .con1 ul li {padding: 20px;}
	#f3 .con1 ul li .flex_box .tit_box h3 {font-size: 22px;}
	#f3 .con1 ul li .txt_box p {font-size: 16px;}
}

@media screen and (max-width: 450px) {
	#f3 .con1 ul li .flex_box {flex-wrap: wrap; margin-bottom: 20px; justify-content: center;}
	#f3 .con1 ul li .flex_box .tit_box {width: 100%;}
	#f3 .con1 ul li .flex_box .tit_box h3 {font-size: 20px;}
	#f3 .con1 ul li .flex_box .tit_box h3 br {display: none;}
	#f3 .con1 ul li .flex_box .img_box {border-radius: 20px;}
	#f3 .con1 ul li .txt_box {padding-top: 20px;}
}
/* f3 */




/* e3 */
#e3 {}
#e3 .con {margin-bottom: 80px;}
#e3 .con:last-child {margin-bottom: 0;}
#e3 .con .tit {position: relative; margin-bottom: 40px; font-size: 40px; text-align: center; padding-top: 20px;}
#e3 .con .tit::after {content: ""; display: block; width: 10px; height: 10px; margin: 20px auto 0; background-color: #365388; border-radius: 100%;}
#e3 .con .box {margin-bottom: 30px; border: 1px solid #ddd; padding: 30px; border-radius: 30px;}
#e3 .con .box:last-child {margin-bottom: 0;}
#e3 .con .box .sub_tit {position: relative; font-weight: 700; padding-left: 32px; font-size: 25px; text-align: left; line-height: normal; margin-bottom: 30px; display: flex; align-items: center; flex-wrap: wrap;}
#e3 .con .box .sub_tit::before {content: ""; background-color: #365388; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 4px; border-radius: 500px;}
#e3 .con .box ul {}
#e3 .con .box ul li {display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 20px;}
#e3 .con .box ul li .desc_tit {font-weight: 700; width: 25%; text-align: center; font-size: 20px; background-color: #f4f9ff; border-radius: 30px; padding: 10px 20px;}
#e3 .con .box ul li .txt_box {width: 75%; padding-left: 20px;}
#e3 .con .box ul li .txt_box p {font-size: 18px; margin-bottom: 10px;}
#e3 .con .box ul li .txt_box p:last-child {margin-bottom: 0;}
#e3 .con .box ul li .flex_box {display: flex; gap: 10px 30px; flex-wrap: wrap;}
#e3 .con .box ul li .flex_box p {margin-bottom: 0;}

@media screen and (max-width: 960px) {
	#e3 .con .tit {font-size: 30px;}
	#e3 .con .box .sub_tit {font-size: 22px;}
	#e3 .con .box ul li .desc_tit {font-size: 18px;}
}


@media screen and (max-width: 640px) {
	#e3 .con {margin-bottom: 50px;}
	#e3 .con .tit {font-size: 26px;}
	#e3 .con .box .sub_tit {font-size: 20px;}
	#e3 .con .box {border-radius: 20px; padding: 20px;}
	#e3 .con .box ul li {gap: 10px; margin-bottom: 20px;}
	#e3 .con .box ul li .desc_tit {font-size: 16px; width: max-content;}
	#e3 .con .box ul li .txt_box {width: 100%; padding-left: 10px;}
	#e3 .con .box ul li .txt_box p {font-size: 16px;}
	#e3 .con .box ul li .txt_box p span {display: block; margin-top: 3px;}
}

@media screen and (max-width: 450px) {

}
/* e3 */
