@font-face {
    font-family: 'JeongseonArirang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/JSArirang-RegularA1.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}


/* 서브공통 */
.con_wrap {}
.con_wrap * {color: var(--main-black); word-break: keep-all;}
.con .main_title {font-size: 30px; padding-left: 22px; font-weight: 800; position: relative; margin-bottom: 20px;}
.con .main_title::after {position: absolute; content: ''; width: 13px; height: 13px; background-color: var(--main-blue); left: 0; top: 50%; transform: translateY(-50%) rotate(90deg); border-radius: 20px 20px 50px 50px;}
.con p {font-size: 18px; line-height: 1.5; word-break: keep-all;}
@media screen and (max-width: 960px) {
	.con .main_title {font-size: 24px;}
	.con .main_title::after {width: 10px; height: 10px;}
}

@media screen and (max-width: 640px) {
	.con .main_title {font-size: 20px; padding-left: 18px;}
	.con p {font-size: 16px;}
}
/* 서브공통 */

/* 준비중 페이지 */
.preparing_box {border-radius: var(--main-border-radius); background-color: var(--main-gray); padding: var(--main-padding); text-align: center;}
.preparing_box h3 {font-size: 35px; margin-bottom: 10px;}
.preparing_box h3 span {font-weight: 800; font-size: inherit !important;}
.preparing_box p {font-size: 18px; line-height: 1.5;}
@media screen and (max-width:640px) {
	.preparing_box {padding: 20px;}
	.preparing_box h3 {font-size: 25px;}
	.preparing_box p {font-size: 16px;}
}
/* 준비중 페이지 */




/* a1 */
#a1 {}
#a1 .box {}
#a1 .box:last-child {}
#a1 .box1 .title_box {margin-top: 30px;}
#a1 .box1 .title_box .flex_box {display: flex; justify-content: end; position: relative;}
#a1 .box1 .title_box .flex_box .img_box {width: 30%; position: absolute; bottom: -63px; left: 50px;}
#a1 .box1 .title_box .flex_box .img_box img {position: relative; z-index: 1; width: 100%; max-width: 250px; display: block; margin: 0 auto;}
#a1 .box1 .title_box .flex_box .img_box::before {content: ""; position: absolute; top: 40%; left: 55px; background: url(../html/img/a1_deco3.png) no-repeat 50% 50% / contain; width: 50px; height: 40px; transform: rotate(-15deg);}
#a1 .box1 .title_box .flex_box .img_box .deco {position: absolute; z-index: 0; display: block; background-repeat: no-repeat; background-position: 50% 50%; background-size: contain;}
#a1 .box1 .title_box .flex_box .img_box .deco1 {width: 200px; height: 80px; bottom: 10px; left: -40px; background-image: url(../html/img/a1_deco1.png);}
#a1 .box1 .title_box .flex_box .img_box .deco2 {background-image: url(../html/img/a1_deco2.png); width: 50px; height: 50px; bottom: 40px; right: 60px; transform: rotate(19deg); opacity: 0.4;}
#a1 .box1 .title_box .flex_box .txt_box {width: 100%; background-color: var(--main-gray); border-radius: 15px 15px 0 0; padding: 50px 30px;}
#a1 .box1 .title_box .flex_box .txt_box span {font-size: 20px; padding-left: 30vw; margin-bottom: 20px; display: inline-block;}
#a1 .box1 .title_box .flex_box .txt_box h2 {font-size: 25px; font-weight: 800; padding-left: 30vw;}
#a1 .box1 .title_box .sign {background-color: #002C5F; color: #fff; font-size: 18px; padding: 10px 20px; display: flex; align-items: center; gap: 10px; justify-content: flex-end;}
#a1 .box1 .title_box .sign span {font-family: 'JeongseonArirang', sans-serif; font-size: 25px; color: inherit; letter-spacing: 3px;}
#a1 .box1 .desc_box {margin-top: 30px; display: flex; gap: 30px;}
#a1 .box1 .desc_box .txt {width: calc(50% - 15px);}
#a1 .box1 .desc_box .txt p {font-size: 20px; color: #333; line-height: 1.5; margin-bottom: 40px;}
#a1 .box1 .desc_box .txt p:last-child {margin-bottom: 0;}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:960px) {
	#a1 .box1 .title_box .flex_box .txt_box span {font-size: 18px; margin-bottom: 10px;}
	#a1 .box1 .title_box .flex_box .txt_box h2 {font-size: 23px;}
	#a1 .box1 .title_box .flex_box .txt_box h2 br {display: none;}
	#a1 .box1 .title_box .flex_box .img_box {left: 20px;}
	#a1 .box1 .desc_box .txt p {font-size: 18px;}
}
@media screen and (max-width:700px) {
	#a1 .box1 .title_box .flex_box {flex-wrap: wrap; border-radius: 15px 15px 0 0; padding: var(--main-padding); background-color: var(--main-gray); gap: 30px;}
	#a1 .box1 .title_box .flex_box .img_box {position: relative; width: 100%; bottom: auto; left: auto;}
	#a1 .box1 .title_box .flex_box .img_box::before {left: 20%;top: 30%;}
	#a1 .box1 .title_box .flex_box .img_box .deco1 {left: 40px; bottom: 10px;}
	#a1 .box1 .title_box .flex_box .img_box .deco2 {right: 23%;}
	#a1 .box1 .title_box .flex_box .txt_box {border-radius: 0; background-color: transparent; padding: 0;}
	#a1 .box1 .title_box .flex_box .txt_box span, #a1 .box1 .title_box .flex_box .txt_box h2 {padding-left: 0; text-align: center; width: 100%;}
	#a1 .box1 .desc_box {flex-wrap: wrap; gap: 20px;}
	#a1 .box1 .desc_box .txt {width: 100%;}
	#a1 .box1 .desc_box .txt p {margin-bottom: 20px;}
}
@media screen and (max-width:640px) {
	#a1 .box1 .title_box .flex_box {padding: 20px;}
	#a1 .box1 .title_box .flex_box .txt_box h2 {font-size: 20px;}
	#a1 .box1 .title_box .flex_box .txt_box span {font-size: 17px; margin-bottom: 5px;}
	#a1 .box1 .title_box .sign {font-size: 16px; padding: 10px;}
	#a1 .box1 .title_box .sign span {font-size: 23px;}
	#a1 .box1 .desc_box .txt p {font-size: 16px;}
}
@media screen and (max-width:450px) {
	#a1 .box1 .title_box .flex_box .img_box .deco {display: none;}
	#a1 .box1 .title_box .flex_box .img_box::before {display: none;}
	#a1 .box1 .title_box .flex_box .img_box img {max-width: 200px;}
	#a1 .box1 .title_box .flex_box .txt_box span {font-size: 15px;}
}
/* a1 */





/* a2 */
#a2 {width: 100%; max-width: 1400px; margin: 0 auto 100px;}
#a2 .hcon {display: flex; flex-direction: column; justify-content: center; align-items: center;}
#a2 .hcon .year {font-size: 60px; font-weight: 800; margin-bottom: 50px; color: #002C5F;}
#a2 .hcon .in_hcon {position: relative; width: 100%; margin-bottom: 20px;}
#a2 .hcon .in_hcon .line {width: 2px; height: 100%; background-color: #ddd; position: absolute; left: 50%; transform: translateX(-50%);}
#a2 .hcon .in_hcon .line::after {content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -20px; width: 15px; height: 15px; display: block; background: #fff; border: 3px solid #363636; border-radius: 50%;}
#a2 .hcon .in_hcon ul li {display: flex; flex-direction: column; font-size: 18px; border-radius: 10px; position: relative; color: #333; margin: 40px 0; line-height: 30px; font-weight: 400; background: var(--main-gray); padding: 30px 20px; border: 1px solid var(--main-gray);}
#a2 .hcon .in_hcon ul li span {color: #333; font-weight: 600; font-size: 25px; margin-bottom: 7px;}
#a2 .hcon .in_hcon ul li img {width: 100%; margin-top: 10px;}
#a2 .hcon .in_hcon ul.right {width: 50%; margin: 0 0 0 auto; padding-left: 25px;}
#a2 .hcon .in_hcon ul.right li {}
#a2 .hcon .in_hcon ul.right li:after {position: absolute; content: ""; width: 10px; height: 10px; background: var(--main-blue); left: -31px; top: 42px; transform: rotate(45deg);}
#a2 .hcon .in_hcon ul.right li span {}
#a2 .hcon .in_hcon ul.left {width: 50%; margin: 0 auto 0 0; padding-right: 25px;}
#a2 .hcon .in_hcon ul.left li {text-align: right;}
#a2 .hcon .in_hcon ul.left li:after {position: absolute; content: ""; width: 10px; height: 10px; background: var(--main-blue); right: -31px; top: 42px; transform: rotate(45deg);}
#a2 .hcon .in_hcon ul.left li span {}
@media screen and (max-width: 640px) {
	#a2 .hcon .year {font-size: 40px;}
	#a2 .hcon .in_hcon ul.right {width: 100%; padding-left: 0;}
	#a2 .hcon .in_hcon ul.right li:after {display: none;}
	#a2 .hcon .in_hcon ul.left {width: 100%; padding-right: 0;}
	#a2 .hcon .in_hcon ul.left li {text-align: left;}
	#a2 .hcon .in_hcon ul.left li:after {display: none;}
	#a2 .hcon .in_hcon ul li {font-size: 16px; padding: 20px;}
	#a2 .hcon .in_hcon ul li span {font-size: 20px; margin-bottom: 0;}
}
/* a2 */





/* a3 */
#a3 {}
#a3 .img_box {}
#a3 .img_box img {width: 100%; max-width: 1100px; display: block; margin: 0 auto;}
/* a3 */





/* a4 */
#a4 {}
.root_daum_roughmap .wrap_controllers {display: none;}
.root_daum_roughmap .cont .section.lst {display: none;}
#a4 .box {margin-bottom: 50px;}
#a4 .box:last-child {margin-bottom: 0;}
#a4 .box1 {border-bottom: 1px solid #ddd;}
#a4 .box1 #daumRoughmapContainer1763438932950 {}
#a4 .box2 .flex_box {display: flex;}
#a4 .box2 .flex_box .left_box {width: 30%;}
#a4 .box2 .flex_box .left_box h2 {font-size: 35px; font-weight: 800;}
#a4 .box2 .flex_box .right_box {width: 70%;}
#a4 .box2 .flex_box .right_box .txt_box {display: flex; gap: 30px;}
#a4 .box2 .flex_box .right_box .txt_box p:first-child {width: calc(70% - 15px);}
#a4 .box2 .flex_box .right_box .txt_box p:last-child {width: calc(30% - 15px);}
#a4 .box2 .flex_box .right_box .txt_box p {background-color: var(--main-gray); padding: var(--main-padding); border-radius: var(--main-border-radius); display: flex; align-items: center; gap: 15px;}
#a4 .box2 .flex_box .right_box .txt_box p img {width: 30px;}
#a4 .box2 .flex_box .right_box .txt_box p span {font-size: 18px; width: calc(100% - 45px); color: #666;}
#a4 .box2 .flex_box .right_box .txt_box p:last-child span {font-weight: 800; color: #121212; font-size: 22px;}
#a4 .box2 .flex_box .right_box .txt_box2 {margin-top: 30px; border-radius: var(--main-border-radius); padding: var(--main-padding); border: 1px solid #ddd;}
#a4 .box2 .flex_box .right_box .txt_box2 .subway {margin-bottom: 20px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap;}
#a4 .box2 .flex_box .right_box .txt_box2 .subway:last-child {margin-bottom: 0;}
#a4 .box2 .flex_box .right_box .txt_box2 .subway span {background-color: #0052a4; padding: 10px 20px; font-size: 16px; border-radius: 10px; color: #fff; font-weight: 800;}
#a4 .box2 .flex_box .right_box .txt_box2 .subway p {font-size: 18px;}
@media screen and (max-width:960px) {
	#a4 .box {margin-bottom: 30px;}
	#a4 .box2 .flex_box {flex-wrap: wrap; gap: 10px;}
	#a4 .box2 .flex_box .left_box, #a4 .box2 .flex_box .right_box {width: 100%;}
	#a4 .box2 .flex_box .left_box h2 {font-size: 30px;}
}
@media screen and (max-width:640px) {
	#a4 .box2 .flex_box .left_box h2 {font-size: 25px;}
	#a4 .box2 .flex_box .right_box .txt_box {flex-wrap: wrap; gap: 10px;}
	#a4 .box2 .flex_box .right_box .txt_box p {width: 100% !important; padding: 20px;}
	#a4 .box2 .flex_box .right_box .txt_box p span {font-size: 16px;}
	#a4 .box2 .flex_box .right_box .txt_box p:last-child span {font-size: 18px;}
	#a4 .box2 .flex_box .right_box .txt_box2 {margin-top: 20px; padding: 20px;}
	#a4 .box2 .flex_box .right_box .txt_box2 .subway span {font-size: 14px;}
	#a4 .box2 .flex_box .right_box .txt_box2 .subway p {font-size: 16px;}
}
/* a4 */




/* a5 */
#a5 .con {margin-bottom: 80px;}
#a5 .con img {width: 100%; max-width: 1200px; display: block; margin: 0 auto 30px;}
#a5 .con img:last-child {margin-bottom: 0;}

@media screen and (max-width: 960px) {
	#a5 .con {margin-bottom: 60px;}
}

@media screen and (max-width: 640px) {
	#a5 .con {margin-bottom: 50px;}
}
/* a5 */




/* a6 */
#a6 .con {margin-bottom: 80px;}
#a6 .con img {width: 100%; max-width: 1200px; display: block; margin: 0 auto 30px;}
#a6 .con img:last-child {margin-bottom: 0;}

@media screen and (max-width: 960px) {
	#a6 .con {margin-bottom: 60px;}
}

@media screen and (max-width: 640px) {
	#a6 .con {margin-bottom: 50px;}
}
/* a6 */




/* b1 */
#b1 {}
#b1 .box {margin-bottom: 50px;}
#b1 .box:last-child {margin-bottom: 0;}
#b1 .box1 #tabs_menu {display: flex; gap: 20px; align-items: center;}
#b1 .box1 #tabs_menu li {word-break: keep-all; transition: .4s; width: max-content; padding: 10px 20px; cursor: pointer; text-align: center; font-size: 18px; color: #666; background-color: #ddd; border-radius: 30px;}
#b1 .box1 #tabs_menu li.active {background-color: var(--main-blue); color: #fff;}
#b1 .box2 .tab {}
#b1 .box2 .tab h3 {font-size: 23px; margin-bottom: 20px; font-weight: 800;}
#b1 .box2 .tab p {font-size: 18px; line-height: 1.5; margin-bottom: 10px;}
#b1 .box2 .tab p:last-child {margin-bottom: 0;}
#b1 .box2 .tab p.bold {font-weight: 800;}
#b1 .box2 .tab p.notice {display: flex; align-items: center; gap: 10px; font-size: 14px; display: none;}
#b1 .box2 .tab table {width: 100%; border-top: 2px solid #121212; border-collapse: collapse;}
#b1 .box2 .tab table th {word-break: keep-all; font-size: 18px; line-height: 1.5; padding: 20px; border-right: 1px solid #ddd; border-bottom: 1px solid #121212;}
#b1 .box2 .tab table td {word-break: keep-all; font-size: 18px; line-height: 1.5; padding: 20px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
#b1 .box2 .tab table td p {font-size: 16px; padding-left: 10px; color: #666;}
#b1 .box2 .tab table th:last-child, #b1 .box2 .tab table td:last-child {border-right: none;}
#b1 .box2 .tab table tr:last-child td {border-bottom-color: #121212;}
#b1 .box2 .tab table td.center {text-align: center;}
#b1 .box2 .tab .title_box {margin-bottom: 80px; display: flex; align-items: center; gap: 30px; padding: var(--main-padding); border-radius: var(--main-border-radius); background-color: var(--main-gray);}
#b1 .box2 .tab .title_box .img_box {width: 200px;}
#b1 .box2 .tab .title_box .img_box img {width: 100%;}
#b1 .box2 .tab .title_box .txt_box {width: calc(100% - 130px);}
#b1 .box2 .tab .title_box .txt_box h3 {}
#b1 .box2 .tab .title_box .txt_box p {}
#b1 .box2 .tab .flex_box {display: flex; margin-bottom: 80px;}
#b1 .box2 .tab .flex_box:last-child {margin-bottom: 0;}
#b1 .box2 .tab .flex_box .left_box {width: 30%;}
#b1 .box2 .tab .flex_box .left_box h2 {font-size: 35px; font-weight: 800;}
#b1 .box2 .tab .flex_box .right_box {width: 70%;}
#b1 .box2 .tab .flex_box .right_box.desc_box {border-radius: var(--main-border-radius); padding: var(--main-padding); background-color: var(--main-gray);}
#b1 .box2 .tab .flex_box .right_box.desc_box .wrap {margin-bottom: 30px;}
#b1 .box2 .tab .flex_box .right_box.desc_box .wrap:last-child {margin-bottom: 0;}
#b1 .box2 .tab .flex_box .right_box.desc_box .wrap .desc {display: flex; flex-wrap: wrap; gap: 0 10px;}
#b1 .box2 .tab .flex_box .right_box.desc_box .wrap .desc span {color: #666; font-size: 15px;}
@media screen and (max-width:960px) {
	#b1 .box2 .tab .flex_box {flex-wrap: wrap; gap: 10px;}
	#b1 .box2 .tab .flex_box .left_box {width: 100%;}
	#b1 .box2 .tab .flex_box .right_box {width: 100%;}
	#b1 .box2 .tab .flex_box .left_box h2 {font-size: 30px;}
}
@media screen and (max-width:640px) {
	#b1 .box1 #tabs_menu {gap: 10px; flex-wrap: wrap;}
	#b1 .box1 #tabs_menu li {font-size: 16px;}
	#b1 .box2 .tab .flex_box .left_box h2 {font-size: 25px;}
	#b1 .box2 .tab h3 {font-size: 20px; margin-bottom: 10px;}
	#b1 .box2 .tab p {font-size: 16px;}
	#b1 .box2 .tab .title_box {padding: 20px; flex-wrap: wrap;}
	#b1 .box2 .tab .title_box .img_box {width: 100%; max-width: 150px; margin: 0 auto;}
	#b1 .box2 .tab .title_box .txt_box {width: 100%;}
	#b1 .box2 .tab .flex_box .right_box.desc_box {padding: 20px;}
	#b1 .box2 .tab table th {padding: 10px; font-size: 15px;}
	#b1 .box2 .tab table td {padding: 10px; font-size: 15px;}
}
@media screen and (max-width:550px) {
	#b1 .box1 #tabs_menu li {width: calc(50% - 10px);}
	#b1 .box2 .tab p.notice {display: flex; background: #ddd; padding: 10px; border-radius: 10px; color: #666;}
	#b1 .box2 .tab p.notice img {width: 16px;}
	#b1 .box2 .tab .table_box {overflow-x: scroll;}
	#b1 .box2 .tab .table_box table {min-width: 550px;}
}
/* b1 */






/* b2 */
#b2 .con {margin-bottom: 80px;}
#b2 .con:last-child {margin-bottom: 0;}
#b2 .con p {margin-bottom: 10px;}
#b2 .con p:last-child {margin-bottom: 0;}
#b2 .con .circle {position: relative; padding-left: 1em;}
#b2 .con .circle::before {content: "• "; position: absolute; color: var(--main-blue); top: 0; left: 0;}

#b2 .con1 .flex_box {}
#b2 .con1 .flex_box li {}
#b2 .con1 .flex_box .tag_box {width: max-content; margin: 20px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 10px;}
#b2 .con1 .flex_box .tag_box p {background-color: var(--main-blue); color: #fff; margin-bottom: 0; padding: 10px 20px; font-weight: 700; text-align: center; width: max-content; border-radius: 30px;}
#b2 .con1 .flex_box .text_box {text-align: center;}
#b2 .con1 .flex_box .text_box p {font-weight: 700; line-height: 1.8; font-size: 25px;}
#b2 .con1 .flex_box .text_box p span {color: var(--main-blue);}
#b2 .con1 .text_wrap {background-color: var(--main-gray); padding: var(--main-padding); border-radius: 30px; margin-top: 30px;}
#b2 .con1 .text_wrap p {}
#b2 .con1 .text_wrap p b {}
#b2 .con1 .text_wrap .img_box {margin-top: 20px;}
#b2 .con1 .text_wrap .img_box img {width: 100%;}

#b2 .con2 .flex_box {display: flex; justify-content: space-between; gap: 30px; align-items: center;}
#b2 .con2 .flex_box li {}
#b2 .con2 .flex_box .img_box {width: 30%;}
#b2 .con2 .flex_box .img_box img {width: 100%; border-radius: 30px;}
#b2 .con2 .flex_box .text_box {width: 70%;}
#b2 .con2 .flex_box .text_box h2:last-of-type {margin-top: 30px;}
#b2 .con2 .flex_box .text_box p.line {padding-bottom: 30px; border-bottom: 1px solid #ddd;}
#b2 .con2 .flex_box .text_box .circle {}

#b2 .con3 .box {margin-bottom: 50px;}
#b2 .con3 .box:last-child {margin-bottom: 0;}
#b2 .con3 .box1 ul {background-color: var(--main-gray); border-radius: 30px; padding: var(--main-padding);}
#b2 .con3 .box1 ul li {display: flex; justify-content: space-between; gap: 30px;}
#b2 .con3 .box1 ul .img_box {margin-bottom: 30px;}
#b2 .con3 .box1 ul .img_box img {width: calc(50% - 15px); border-radius: 30px;}
#b2 .con3 .box1 ul .text_box {flex-wrap: wrap;}
#b2 .con3 .box1 ul .text_box .tag {width: calc(50% - 15px); background-color: var(--main-blue); color: #fff; margin-bottom: 0; padding: 10px 20px; font-weight: 700; text-align: center; border-radius: 30px;}
#b2 .con3 .box2 {background-color: var(--main-gray); border-radius: 30px; padding: var(--main-padding);}
#b2 .con3 .box2 .img_box {margin-bottom: 30px;}
#b2 .con3 .box2 .img_box h3 {text-align: center; color: #fff; background-color: var(--main-blue); padding: 10px 30px; border-radius: 30px; font-size: 25px; width: max-content; margin: 0 auto 20px;}
#b2 .con3 .box2 .img_box img {width: 100%;}
#b2 .con3 .box2 .text_box {}
#b2 .con3 .box2 .text_box p {}

@media screen and (max-width: 960px) {
	#b2 .con {margin-bottom: 60px;}
	#b2 .con1 .flex_box .text_box p {font-size: 25px;}
	#b2 .con2 .flex_box {flex-wrap: wrap;}
	#b2 .con2 .flex_box .img_box {width: 100%;}
	#b2 .con2 .flex_box .text_box {width: 100%;}
	#b2 .con3 .box2 .img_box h3 {font-size: 22px;}
}

@media screen and (max-width: 640px) {
	#b2 .con {margin-bottom: 50px;}
	#b2 .con1 .flex_box .text_box p {font-size: 18px; width: 60%; margin: 0 auto;}
	#b2 .con1 .text_wrap {padding: 20px; border-radius: 20px;}
	#b2 .con2 .flex_box .img_box img {border-radius: 20px;}
	#b2 .con2 .flex_box .text_box p.line {padding-bottom: 20px;}
	#b2 .con2 .flex_box .text_box h2:last-of-type {margin-top: 20px;}
	#b2 .con3 .box1 ul {border-radius: 20px; padding: 20px;}
	#b2 .con3 .box1 ul li {gap: 10px;}
	#b2 .con3 .box1 ul .img_box {flex-wrap: wrap;}
	#b2 .con3 .box1 ul .img_box img {width: 100%; border-radius: 20px;}
	#b2 .con3 .box1 ul .text_box .tag {width: 100%;}
	#b2 .con3 .box2 {padding: 20px; border-radius: 20px;}
	#b2 .con3 .box2 .img_box h3 {font-size: 20px;}
}

@media screen and (max-width: 525px) {
	#b2 .con1 .flex_box .text_box p {width: 100%;}
	#b2 .con1 .flex_box .text_box p br {display: none;}
	#b2 .con1 .flex_box .tag_box {flex-wrap: wrap; width: 100%;}
	#b2 .con1 .flex_box .tag_box p {width: 100%;}
}
/* b2 */







/* b3 */
#b3 .con {margin-bottom: 80px;}
#b3 .con:last-child {margin-bottom: 0;}
#b3 .con p {margin-bottom: 10px;}
#b3 .con p:last-child {margin-bottom: 0;}
#b3 .con1 .img_box {display: flex; justify-content: space-between; gap: 30px; margin: 30px auto;}
#b3 .con1 .img_box img {width: 50%; border-radius: 30px;}
#b3 .con1 .text_box {}
#b3 .con1 .text_box h3 {margin-bottom: 20px; font-size: 22px; color: #121212;}
#b3 .con1 .text_box h3 b {color: var(--main-blue);}
#b3 .con1 .text_box p {color: #666;}
#b3 .con1 .text_box p b {color: #121212;}

#b3 .con2 {background-color: var(--main-gray); border-radius: 30px; padding: var(--main-padding);}
#b3 .con2 p {text-align: center;}
#b3 .con2 .img_box {display: flex; justify-content: space-between; gap: 30px; margin: 30px auto 0;}
#b3 .con2 .img_box img {width: calc(50% - 15px); border-radius: 30px;}

#b3 .con3 ul {}
#b3 .con3 ul li {display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 30px; padding: var(--main-padding); border-radius: 30px; background-color: var(--main-gray);}
#b3 .con3 ul li:last-child {margin-bottom: 0;}
#b3 .con3 ul li .img_box {width: 30%; order: 2;}
#b3 .con3 ul li:first-child .img_box {width: 40%;}
#b3 .con3 ul li .img_box img {width: 100%; border-radius: 30px;}
#b3 .con3 ul li .text_box {width: 70%;}
#b3 .con3 ul li .text_box h2 {font-size: 25px; margin-bottom: 20px;}
#b3 .con3 ul li .text_box p {position: relative; padding-left: 1em;}
#b3 .con3 ul li .text_box p::before {content: "• "; position: absolute; color: var(--main-blue); top: 0; left: 0;}

@media screen and (max-width: 960px) {
	#b3 .con {margin-bottom: 60px;}
	#b3 .con3 ul li h2 {font-size: 22px; margin-bottom: 15px;}
	#b3 .con3 ul li {flex-wrap: wrap;}
	#b3 .con3 ul li .img_box {width: 100%; order: 2;}
	#b3 .con3 ul li:first-child .img_box {width: 100%;}
	#b3 .con3 ul li .text_box {width: 100%;}
}

@media screen and (max-width: 640px) {
	#b3 .con {margin-bottom: 50px;}
	#b3 .con1 .img_box {flex-wrap: wrap; gap: 20px; margin: 20px auto;}
	#b3 .con1 .img_box img {width: 100%; border-radius: 20px;}
	#b3 .con1 .text_box h3 {font-size: 20px; margin-bottom: 15px;}
	#b3 .con2 {border-radius: 20px; padding: 20px;}
	#b3 .con2 .img_box {flex-wrap: wrap; gap: 20px; margin: 20px auto 0;}
	#b3 .con2 .img_box img {width: 100%; border-radius: 20px;}
	#b3 .con3 ul li .text_box h2 {font-size: 20px;}
	#b3 .con3 ul li {padding: 20px; border-radius: 20px;}
	#b3 .con3 ul li .img_box img {border-radius: 20px;}
}
/* b3 */







/* b4 */
#b4 .con {margin-bottom: 80px;}
#b4 .con:last-child {margin-bottom: 0;}
#b4 .con p {margin-bottom: 10px;}
#b4 .con p:last-child {margin-bottom: 0;}
#b4 .con1 .list_box {}
#b4 .con1 .list_box .list {margin-bottom: 50px;}
#b4 .con1 .list_box .list:last-child {margin-bottom: 0;}
#b4 .con1 .list_box .list .question {word-break: keep-all; margin-bottom: 20px; font-size: 22px; color: #fff; background-color: var(--main-blue); padding: 30px 10px; border-radius: 50px; text-align: center; font-weight: 400;}
#b4 .con1 .list_box .list .question span {color: inherit; font-size: 25px; font-weight: 700;}
#b4 .con1 .list_box .list .flex_box {display: flex; justify-content: space-between; align-items: center; gap: 30px; background-color: var(--main-gray); padding: var(--main-padding); border-radius: 30px;}
#b4 .con1 .list_box .list .flex_box li {width: calc(50% - 15px);}
#b4 .con1 .list_box .list .flex_box li img {width: 100%; border-radius: 30px; margin-bottom: 10px;}
#b4 .con1 .list_box .list .flex_box li p {margin: 0 auto; padding: 10px 20px; font-size: 20px; color: #fff; border-radius: 30px; font-weight: 700; text-align: center; width: max-content;}
#b4 .con1 .list_box .list .flex_box li .before {background-color: #555;}
#b4 .con1 .list_box .list .flex_box li .after {background-color: var(--main-blue); padding: 10px 28px;}

@media screen and (max-width: 960px) {
	#b4 .con {margin-bottom: 60px;}
	#b4 .con1 .list_box .list .question {font-size: 20px;}
	#b4 .con1 .list_box .list .question span {font-size: 23px;}
	#b4 .con1 .list_box .list .flex_box li p {font-size: 18px;}
}

@media screen and (max-width: 640px) {
	#b4 .con {margin-bottom: 50px;}
	#b4 .con1 .list_box .list .question {font-size: 18px; padding: var(--main-padding);}
	#b4 .con1 .list_box .list .question span {font-size: 20px;}
	#b4 .con1 .list_box .list .flex_box {flex-wrap: wrap; padding: 20px;}
	#b4 .con1 .list_box .list .flex_box li {width: 100%; border-radius: 20px;}
	#b4 .con1 .list_box .list .flex_box li img {border-radius: 20px;}
	#b4 .con1 .list_box .list .flex_box li p {font-size: 16px;}
}
/* b4 */






/* b5 */
#b5 .con {margin-bottom: 80px;}
#b5 .con:last-child {margin-bottom: 0;}
#b5 .con p {margin-bottom: 10px;}
#b5 .con p:last-child {margin-bottom: 0;}
#b5 .con .text_box .circle {position: relative; padding-left: 1em;}
#b5 .con .text_box .circle::before {content: "• "; position: absolute; color: var(--main-blue); top: 0; left: 0;}

#b5 .con .box {margin-bottom: 50px;}
#b5 .con .box:last-child {margin-bottom: 0;}
#b5 .con1 .box1 p {}
#b5 .con1 .box2 ul {background-color: var(--main-gray); padding: var(--main-padding); border-radius: 30px;}
#b5 .con1 .box2 ul li {display: flex; justify-content: space-between; align-items: center; gap: 30px;}
#b5 .con1 .box2 ul li .img_box {width: 50%;}
#b5 .con1 .box2 ul li .img_box ul {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; align-items: center; position: relative;}
#b5 .con1 .box2 ul li .img_box ul::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../html/img/b5_logo.png) no-repeat 50% 50% / 80%, #fff; border-radius: 50%; z-index: 3; width: 25%; aspect-ratio: 1 / 1;}
#b5 .con1 .box2 ul li .img_box ul li {z-index: 1; position: relative; width: calc(50% - 15px); background-color: var(--main-blue); color: #121212; text-align: center; aspect-ratio: 1 / 1; display: grid; place-content: center; font-size: 26px; font-weight: 700;}
#b5 .con1 .box2 ul li .img_box ul li::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; width: 85%; z-index: -1; aspect-ratio: 1 /1; border-radius: 50%;}
#b5 .con1 .box2 ul li .img_box ul li:nth-child(1) {border-radius: 150px 150px 0px 150px;}
#b5 .con1 .box2 ul li .img_box ul li:nth-child(2) {border-radius: 150px 150px 150px 0;}
#b5 .con1 .box2 ul li .img_box ul li:nth-child(3) {border-radius: 150px 0 150px 150px;}
#b5 .con1 .box2 ul li .img_box ul li:nth-child(4) {border-radius: 0 150px 150px 150px;}
/* #b5 .con1 .box2 ul li .img_box img {width: 100%;} */
#b5 .con1 .box2 ul li .text_box {width: 50%;}
#b5 .con1 .box2 ul li .text_box h2 {font-size: 25px; margin-bottom: 20px;}
#b5 .con1 .box2 ul li .text_box p {}
#b5 .con1 .box3 .img_box {border: 1px solid #ddd; border-radius: 30px;}
#b5 .con1 .box3 .img_box img {width: 100%; display: block; margin: 0 auto;}
#b5 .con1 .box3 ul {margin-top: 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px;}
#b5 .con1 .box3 ul li {width: calc(100% / 4 - 15px);}
#b5 .con1 .box3 ul li .icon_box {padding: 20px; border: 1px solid #ddd; border-radius: 30px; margin-bottom: 10px;}
#b5 .con1 .box3 ul li .icon_box img {width: 100%; max-width: 100px; display: block; margin: 0 auto;}
#b5 .con1 .box3 ul li h2 {text-align: center; padding: 20px 10px; border-radius: 30px; background-color: var(--main-blue); color: #fff; font-size: 20px;}
#b5 .con1 .box3 ul li p {padding: 20px; border: 1px solid #ddd; height: 180px; border-radius: 30px; margin-top: 10px;}

#b5 .con2 ul {display: flex; justify-content: space-between; align-items: center; row-gap: 50px; flex-wrap: wrap; margin-top: 50px;}
#b5 .con2 ul li {width: calc(100% / 3); position: relative;}
#b5 .con2 ul li::after {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); background: url(../html/img/arrow.png) no-repeat 50% 50% / contain; width: 50px; aspect-ratio: 1 / 1;}
#b5 .con2 ul li:nth-child(3):after, #b5 .con2 ul li:last-child:after {display: none;}
#b5 .con2 ul li h2 {text-align: center; width: max-content; margin: 0 auto; padding: 10px 20px; border-radius: 30px; background-color: var(--main-blue); color: #fff; font-size: 22px;}
#b5 .con2 ul li h2 span {padding-right: 10px; color: inherit;}
#b5 .con2 ul li .img_box {width: max-content; margin: 0 auto;}
#b5 .con2 ul li .img_box img {width: 100%; max-width: 200px; display: block; margin: 0 auto;}
#b5 .con2 ul li p {text-align: center; width: max-content; margin: 0 auto; padding: 10px 20px; background-color: var(--main-gray); border-radius: 30px;}

@media screen and (max-width: 1200px) {
	#b5 .con1 .box3 ul {flex-wrap: wrap;}
	#b5 .con1 .box3 ul li {width: calc(50% - 15px);}
}

@media screen and (max-width: 960px) {
	#b5 .con {margin-bottom: 60px;}
	#b5 .con1 .box2 ul li {flex-wrap: wrap;}
	#b5 .con1 .box2 ul li .img_box {width: 100%;}
	#b5 .con1 .box2 ul li .img_box ul li:nth-child(1) {border-radius: 200px 200px 0px 200px;}
	#b5 .con1 .box2 ul li .img_box ul li:nth-child(2) {border-radius: 200px 200px 200px 0;}
	#b5 .con1 .box2 ul li .img_box ul li:nth-child(3) {border-radius: 200px 0 200px 200px;}
	#b5 .con1 .box2 ul li .img_box ul li:nth-child(4) {border-radius: 0 200px 200px 200px;}
	#b5 .con1 .box2 ul li .text_box {width: 100%;}
	#b5 .con1 .box2 ul li .text_box h2 {font-size: 22px;}
	#b5 .con2 ul li {width: 50%;}
	#b5 .con2 ul li::after {right: -10%;}
	#b5 .con2 ul li:nth-child(3):after {display: block;}
	#b5 .con2 ul li:nth-child(2):after {display: none;}
	#b5 .con2 ul li:nth-child(4):after {display: none;}
	#b5 .con2 ul li h2 {font-size: 20px;}
}

@media screen and (max-width: 640px) {
	#b5 .con {margin-bottom: 50px;}
	#b5 .con1 .box2 ul {padding: 20px;}
	#b5 .con1 .box3 ul li {width: 100%;}
	#b5 .con1 .box3 ul li h2 {font-size: 18px; padding: 10px;}
	#b5 .con1 .box3 ul li p {height: auto; border-radius: 20px;}
	#b5 .con1 .box2 ul li .img_box ul {padding: 0;}
	#b5 .con1 .box2 ul li .img_box ul::before {width: 30%; min-width: 90px;}
	#b5 .con1 .box2 ul li .img_box ul li {font-size: 20px;}
	#b5 .con1 .box2 ul li .text_box h2 {font-size: 20px;}
	#b5 .con1 .box3 ul li .icon_box {border-radius: 20px;}

	#b5 .con2 ul {row-gap: 80px;}
	#b5 .con2 ul li {width: 100%;}
	#b5 .con2 ul li::after {right: auto; left: 50%; top: 105%; transform: translateX(-50%) rotate(90deg);}
	#b5 .con2 ul li:nth-child(2):after {display: block;}
	#b5 .con2 ul li:nth-child(4):after {display: block;}
	#b5 .con2 ul li h2 {font-size: 18px;}
}

@media screen and (max-width: 400px) {
	#b5 .con1 .box2 ul li .img_box ul li {font-size: 18px;}
}
/* b5 */





/* b6 */
#b6 .tab_menu {display: flex; justify-content: center; align-items: center; gap: 30px;}
#b6 .tab_menu .tab_btn {width: calc(100% / 4 - 15px); background-color: #ddd; padding: 15px 10px; font-size: 20px; font-weight: 600; color: #999; text-align: center; border-radius: 30px; transition: .4s;}
#b6 .tab_menu .tab_btn.active {background-color: var(--main-blue); color: #fff;}
#b6 .tab_menu .tab_btn:hover {background-color: var(--main-blue); color: #fff;}

#b6 .con {margin: 50px auto 80px;}
#b6 .con img {width: 100%; max-width: 1200px; display: block; margin: 0 auto;}

@media screen and (max-width: 960px) {
	#b6 .con {margin-bottom: 60px;}
	#b6 .tab_menu {gap: 10px;}
	#b6 .tab_menu .tab_btn {font-size: 18px; width: calc(25% - 5px);}
}

@media screen and (max-width: 640px) {
	#b6 .con {margin: 30px auto 50px;}
	#b6 .tab_menu {flex-wrap: wrap;}
	#b6 .tab_menu .tab_btn {font-size: 16px; width: calc(50% - 5px);}
}
/* b6 */




/* b7 */
#b7 .con {margin-bottom: 80px;}
#b7 .con img {width: 100%; max-width: 1200px; display: block; margin: 0 auto 30px;}
#b7 .con img:last-child {margin-bottom: 0;}

@media screen and (max-width: 960px) {
	#b7 .con {margin-bottom: 60px;}
}

@media screen and (max-width: 640px) {
	#b7 .con {margin-bottom: 50px;}
}
/* b7 */