* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 18px;
   font-weight: 400;
   color: #121212;
   word-break: keep-all;
   overflow-wrap: break-work;
   max-width: 100%;
   /* overflow-x: hidden; */
   line-height: 154%;
   /* 35px */
   letter-spacing: -0.8px;
}

html,
body {
   overflow-x: hidden;
   /* 가로 스크롤 방지 */
   max-width: 100%;
   /* 가로 크기 제한 */
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");

@font-face {
   font-family: 'gmarkB';
   src: url('./font/GmarketSansTTFBold.ttf') format('truetype');
   font-weight: normal;
   font-display: swap;
}

@font-face {
   font-family: 'gmarkM';
   src: url('./font/GmarketSansTTFMedium.ttf') format('truetype');
   font-weight: normal;
   font-display: swap;
}

img {
   display: block;
   width: 100%;
   object-fit: cover;
   object-position: center;
}

li,
ul {
   list-style: none;
}

a {
   text-decoration: none;
}

button {
   display: block;
   border: none;
   cursor: pointer;
   background-color: transparent;
   cursor: pointer;
   /* display: none; */
}

section {
   width: 100%;
   margin: 0 auto;
}

article {
   width: 1200px;
   margin: 0 auto;
   padding: 80px 0;
}

.title {
   font-family: 'gmarkB';
   font-size: 34px;
   font-weight: 600;
   margin-bottom: 48px;
   text-align: center;
}

.subtitle {
   margin-bottom: 48px;
   text-align: center;
}

.list {
   font-size: 16px;
   margin-bottom: 15px;
   text-align: center;
}

.button_big {
   width: 250px;
   padding: 16px 24px;
   background-color: #fff;
   border-radius: 15px;
   color: #02A03B;
   font-weight: 700;
}

.button_big:hover {
   background-color: #FBC400;
   color: #fff;
}

button,
.button_big,
.buttonBox button,
.button-wrap a {
   transition:
      transform 0.15s ease,
      background-color 0.25s ease,
      color 0.25s ease,
      box-shadow 0.25s ease;
   cursor: pointer;
}

/* 마우스를 올렸을 때 */
button:hover,
.button_big:hover,
.buttonBox button:hover,
.button-wrap a:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

/* 실제로 누르는 순간 */
button:active,
.button_big:active,
.buttonBox button:active,
.button-wrap a:active {
   transform: translateY(1px) scale(0.97);
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
   transition-duration: 0.05s;
}

.requir {
   width: 100%;
   background-color: #fff;
   padding: 20px 30px;
   border: 1px solid #e1e1e1;
   border-bottom: 1px solid #E1E1E1 !important;
   border-left: 5px solid #01822F;
   border-radius: 10px;
   display: flex;
   align-items: center;

}

.requir p span {
   color: #01822F;
   font-weight: 600;
   margin-right: 4px;
}

.requir p {
   color: #5A5A5A;
   font-size: 16px;
}

.boxWrap {
   display: grid;
   gap: 13px;
   margin-bottom: 48px;
}

.boxWrap li {
   width: 100%;
   padding: 24px;
   border-radius: 10px;
}

.boxWrap li .img {
   width: 45px;
   margin-bottom: 8px;
}

.boxWrap li .text h6 {
   font-size: 22px;
   font-weight: 500;
   margin-bottom: 16px;
}

.buttonBox {
   width: 100%;
   background-color: #02A03B;
   border-radius: 5px;
   padding: 30px 30px;

   display: flex;
   align-items: center;
   justify-content: space-between;
}

.buttonBox h4 {
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 10px;
}

.buttonBox p {
   color: #fff;
}

.buttonBox button {
   padding: 16px 30px;
   width: 200px;
   border-radius: 15px;
   background-color: #fff;
   font-weight: 600;
   color: #02A03B;
}

.buttonBox button:hover {
   background-color: #FBC400;
   color: #fff;
}

/* ================= header =============== */
header {
   background-color: #fff;
   padding: 10px 50px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: fixed;
   top: 0;
   z-index: 1000;
   width: 100%;
   transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.scroll {
   background-color: rgba(255, 255, 255, 0.88);
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
}

header .logo {
   width: 250px;
}

header ul {
   display: flex;
   align-items: center;
}

header ul li a {
   padding: 10px 24px;
   line-height: normal;
   font-weight: 500;
}

header ul li a:hover {
   color: #00b140;
   font-weight: 600;
}

header ul li button {
   background-color: #00b140;
   border-radius: 10px;
   font-size: 16px;
   font-weight: 500;
   line-height: normal;
   color: #fff;
   padding: 8px 24px;
   margin-left: 24px;
}

header ul li button:hover {
   background-color: #047A2E;
}

/* ================= agent01 =============== */
.agent01 {
   background-color: #02A03B;
   background-image: url(./img/agent01-bg.svg);
   background-position: right;
   background-repeat: no-repeat;
   background-size: auto;
}

.agent01 article {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 100px 0 60px;
}

.agent01 article div {
   width: 50%;
}

.agent01 article div:nth-child(2) {
   width: 43%;
}

.agent01 article .text>div:first-child {
   width: 70%;
}

.agent01 article .text h5 {
   font-family: 'gmarkM';
   font-size: 40px;
   color: #fff;
   margin-bottom: 4px;
}

.agent01 article .text h1 {
   font-family: 'gmarkB';
   font-size: 54px;
   color: #fff;
   margin-bottom: 12px;
   line-height: 130%;
}

.agent01 article .text p {
   color: #fff;
}

.agent01 article .text p b {
   color: #fff;
}

.agent01 article .text ul {
   display: inline-grid;
   row-gap: 8px;
   column-gap: 8px;
   grid-template-rows: repeat(2, fit-content(100%));
   grid-template-columns: repeat(2, fit-content(100%));
   grid-auto-flow: row;
   margin: 24px 0;
}

.agent01 article .text ul li {
   display: inline-flex;
   padding: 16px;
   align-items: center;
   justify-content: center;
   gap: 4px;
   grid-row: span 1;
   grid-column: span 1;
   border-radius: 10px;
   background: #047A2E;
}

.agent01 article .text ul li h6 {
   color: #2AFF77;
   font-weight: 600;
}

.agent01 article .text ul li p {
   color: #fff;
   font-size: 16px;
}

.agent01 article .text>.company-info {
   width: 100%;
   display: flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 30px;
}

.agent01 article .text>.company-info span {
   display: flex;
   align-items: center;
   gap: 8px;
   color: #047A2E;
   font-size: 14px;
}

.agent01 article .text>.company-info span strong {
   color: #fff;
   font-size: 14px;
}

/* ================= agent02 =============== */
.agent02 {
   background-color: #047A2E;
}

.agent02 article {
   padding: 0;
}

.agent02 ul {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
}

.agent02 ul li {
   padding: 24px;
}

.agent02 ul li h1 {
   font-size: 35px;
   color: #fff;
   font-weight: 500;
   line-height: 154%;
   text-align: center;
}

.agent02 ul li p {
   color: #fff;
   text-align: center;
}

/* ================= agent03 =============== */
.agent03 {
   background-color: #F7F7F7;
}

.agent03 .list {
   color: #898989;
}

.agent03 ul {
   width: 60%;
   margin: 0 auto;
}

.agent03 ul li {
   display: flex;
   align-items: center;
   gap: 20px;
}

.agent03 ul li div {
   width: 76px;
}

.agent03 ul li p {
   color: #666;
   padding: 20px 30px;
   border-radius: 10px;
   background-color: #fff;
}

/* 홀수 항목은 왼쪽 */
.agent03 ul li:nth-child(odd) {
   justify-content: flex-start;
}

/* 짝수 항목은 오른쪽 */
.agent03 ul li:nth-child(even) {
   justify-content: flex-end;
}

.agent03 .circle {
   width: 14px;
   margin: 0 auto 40px;
}

/* ================= agent04 =============== */
.agent04 {
   background-color: #02A03B;
}

.agent04 .list,
.agent04 .title,
.agent04 .subtitle {
   color: #fff;
}

.agent04 .title {
   margin-bottom: 15px;
}

.agent04 ul {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-bottom: 48px;
}

.agent04 ul li {
   padding: 24px 30px;
   background-color: #fff;
   border-radius: 10px;
}

.agent04 .img {
   width: 58px;
}

.agent04 .text h6 {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 8px;
}

.agent04 .text p {
   color: #757575;
}

/* ================= agent05 =============== */
.agent05 {
   background-color: #E9F6ED;
}

.agent05 .textWrap {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 24px;
   margin: 0 auto;
}

.agent05 .textWrap p {
   color: #02A03B;
   background-color: #FFf;
   border: 1px solid #02A03B;
   border-radius: 50px;
   font-weight: 600;
   padding: 16px 30px;
}

.agent05 .textWrap>p:nth-of-type(2) {
   color: #fff;
   background-color: #02A03B;
   border: 1px solid #02A03B;
}

.agent05 .textWrap div {
   width: 40px;
}

.agent05 h4 {
   font-size: 20px;
   padding: 34px 0;
   text-align: center;
}

.agent05 h4 strong {
   font-size: 20px;
   font-weight: 600;
}

.agent05 span {
   font-size: 20px;
   font-weight: 600;
   color: #02A03B;
}

.agent05 .textWrap p:nth-last-child(2) {
   color: #02A03B;
   background-color: #FFf;
   border: 1px solid #02A03B;
   border-radius: 20px;
   font-weight: 600;
}

.agent05 .boxWrap {
   grid-template-columns: repeat(4, 1fr);
   gap: 13px;
}

.agent05 .boxWrap li {
   background-color: #02A03B;
}

.agent05 .boxWrap li .text h6 {
   color: #fff;
}

.agent05 .boxWrap li .text p {
   color: #fff;
}

/* ================= agent06 =============== */
.agent06 .title {
   margin-bottom: 15px;
}

.agent06 .boxWrap {
   grid-template-columns: repeat(3, 1fr);
}

.agent06 .boxWrap li {
   border: 1px solid #E3E3E3;
}

.agent06 .boxWrap li .text p {
   color: #757575;
}

/* ================= agent07 =============== */
.agent07 {
   background-color: #008831;
}

.agent07 .list,
.agent07 .title {
   color: #FFFFFF;
}

.agent07 .title {
   margin-bottom: 15px;
}

.agent07 .summary {
   display: flex;
   justify-content: center;
   gap: 8px;
   margin-bottom: 20px;
}

.agent07 .summary li {
   padding: 9px 18px;
   border-radius: 30px;
   background-color: #FFDD3D;
   font-size: 16px;
   font-weight: 500;
   line-height: normal;
}

.agent07 .subtitle {
   color: #fff;
   font-size: 15px;
   font-weight: 400;
}

.agent07 .curriculumWrap {
   display: flex;
   flex-direction: column;
   gap: 22px;
}

.agent07 .phase-title {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 54px;
   padding: 8px 78px;
   border-radius: 28px 0 0 28px;
   background-color: #02A03B;
   margin-bottom: 8px;
}

.agent07 .phase-title span {
   position: absolute;
   left: 13px;
   padding: 8px 13px;
   border-radius: 20px;
   background-color: #3F3F3F;
   color: #97FF66;
   font-size: 13px;
   font-weight: 600;
}

.agent07 .phase-title h2 {
   font-size: 20px;
   font-weight: 800;
}

.agent07 .phase-title b {
   position: absolute;
   right: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   min-width: 38px;
   height: 38px;
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #1B813D;
   font-size: 13px;
   font-weight: 800;
}

.agent07 .phase>ul {
   display: flex;
   flex-direction: column;
   gap: 3px;
   padding: 0 0 0 48px;
}

.agent07 .phase>ul>li {
   padding: 16px 24px;
   background-color: #FFFFFF;
   border-radius: 5px;
}

.agent07 .phase>ul>li:last-child {
   border-radius: 0 0 4px 4px;
}

.agent07 .module-title,
.agent07 .module-info {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 24px;
}

.agent07 .module-title {
   margin-bottom: 12px;
}

.agent07 .module-title h3 {
   font-size: 16px;
   font-weight: 700;
}

.agent07 .module-title span,
.agent07 .module-info p {
   color: #777777;
   font-size: 14px;
   line-height: 1.45;
}

.agent07 .module-title span {
   flex-shrink: 0;
}

.agent07 .module-info p {
   width: 58%;
}

.agent07 .module-info strong {
   width: 42%;
   color: #1688FF;
   font-size: 14px;
   font-weight: 700;
}

.agent07 .buttonBox {
   margin-top: 40px;
}

/* ================= agent08 =============== */
.agent08 {
   background-color: #F7F7F7;
}

.agent08 .title {
   margin-bottom: 15px;
}

.container {
   width: 100%;
   margin: 0 auto;
}

ul.tabs {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
}

ul.tabs li {
   background: #fff;
   color: #B2B2B2;

   padding: 16px 30px;
   border-radius: 50px;
   border: 1px solid #B2B2B2;
   cursor: pointer;
   margin-bottom: 30px;
}

ul.tabs li.current {
   background: #02A03B;
   color: #fff;
   border: 1px solid #02A03B;
}

.tab-content {
   display: none;
}

.tab-content>ul {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.tab-content li {
   background: #fff;
   padding: 24px;
   border: 1px solid #E1E1E1;
   border-radius: 10px;
}

.tab-content li.selet {
   background: #EDFCF2;
   border: 1px solid #02A03B;
}

.tab-content li .img {
   display: flex;
   align-items: center;
   gap: 8px;
}

.tab-content li .img div {
   width: 45px;
}

.tab-content li .img h4 {
   font-size: 24px;
   font-weight: 500;
   color: #29904E;
}

.tab-content.current {
   display: inherit;
}

/* ================= agent09 =============== */
.agent09 .textWrap {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 24px;
   margin: 0 auto 30px;
}

.agent09 .textWrap p {
   color: #02A03B;
   background-color: #FFf;
   border: 1px solid #02A03B;
   border-radius: 50px;
   font-weight: 600;
   padding: 16px 30px;
}

.agent09 .textWrap>p:nth-of-type(2) {
   color: #fff;
   background-color: #02A03B;
   border: 1px solid #02A03B;
}

.agent09 .textWrap div {
   width: 40px;
}

.agent09 .textWrap p:nth-last-child(2) {
   color: #02A03B;
   background-color: #FFf;
   border: 1px solid #02A03B;
   border-radius: 20px;
   font-weight: 600;
}

.agent09 .boxWrap {
   grid-template-columns: repeat(3, 1fr);
   gap: 13px;
}

.agent09 .boxWrap li {
   background-color: #EDFCF2;
   border: 1px solid #02A03B;
}

.agent09 .boxWrap li .text h6 {
   color: #02A03B;
}

/* ================= agent10 =============== */
.agent10 {
   background-color: #E9F6ED;
}

.agent10 .textWrap {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   margin: 0 auto 30px;
}

.agent10 .textWrap p {
   color: #fff;
   background-color: #02A03B;
   border-radius: 50px;
   padding: 8px 16px;
   border: 1px solid #E3E3E3;
}

.agent10 .boxWrap {
   grid-template-columns: repeat(3, 1fr);
   gap: 13px;
}

.agent10 .boxWrap {
   margin-bottom: 0;
}

.agent10 .boxWrap li {
   background-color: #fff;
}

/* ================= agent11 =============== */
.agent11 {
   background-color: #008831;
}

.agent11 .list,
.agent11 .title,
.agent11 .subtitle {
   color: #fff;
}

.agent11 .title {
   margin-bottom: 15px;
}

.agent11 ul {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 13px;
}

.agent11 ul li {
   background-color: #fff;
   border-radius: 10px;
   padding: 24px;

   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 8px;
}

.agent11 ul li div {
   height: 27px;
}

.agent11 ul li div img {
   width: auto;
   height: 100%;
}

.agent11 ul li p {
   font-size: 20px;
}

/* ================= agent12 =============== */
.agent12 {
   background-image: url(./img/agent12-bg.png);
   background-position: bottom;
   background-repeat: no-repeat;
   background-size: auto;
   background-color: #f7f7f7;
}

.agent12 .conwrap {
   display: flex;
   gap: 60px;
}

.agent12 ul {
   width: 50%;
   display: grid;
   grid-template-rows: repeat(4, 1fr);
   gap: 16px;
}

.agent12 ul li {
   padding: 24px 30px;
   border-radius: 10px;
   border: 1px solid #E1E1E1;
   background-color: #fff;

   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
}

.agent12 ul li .img {
   width: 58px;
}

.agent12 ul li .text h4 {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 8px;
}

.agent12 ul li .text p {
   color: #757575;
}

/* 슬라이드 */
.agent12 .slide {
   position: relative;
   width: 50%;
   min-width: 0;
   overflow: visible;
}

.agent12 .agent12Swiper {
   width: 100%;
   height: 100%;
   border-radius: 10px;
   overflow: hidden;
}

.agent12 .agent12-prev,
.agent12 .agent12-next {
   position: absolute;
   top: 50%;
   z-index: 10;
   width: 48px;
   height: 48px;
   padding: 0;
   border: none;
   background-color: transparent;
   transform: translateY(-50%);
   cursor: pointer;
}

/* 버튼 절반이 이미지 바깥으로 나오게 */
.agent12 .agent12-prev {
   left: -24px;
}

.agent12 .agent12-next {
   right: -24px;
}

.agent12 .agent12-prev img,
.agent12 .agent12-next img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}

/* ================= agent13 =============== */
.agent13 {
   background-color: #02A03B;
}

.agent13 .list,
.agent13 .title,
.agent13 .subtitle {
   color: #fff;
}

.agent13 .title {
   margin-bottom: 15px;
}

.agent13 .subtitle {
   font-size: 14px;
}

.agent13 ul {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 13px;
   margin-bottom: 30px;
}

.agent13 ul li {
   background-color: #fff;
   padding: 24px;
   border-radius: 10px;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.agent13 ul li h4 {
   font-size: 24px;
   font-weight: 600;
}

.agent13 ul li h3 {
   font-size: 20px;
   color: #757575;
   font-weight: 600;
}

.agent13 ul li p {
   font-size: 16px;
   color: #757575;
}

.agent13 .line {
   position: relative;
   border: 2px solid #F29300;
   background-color: #FFF9F3;
   box-shadow: 0 8px 24px rgba(105, 50, 0, 0.2);
   transform: translateY(-6px);
   overflow: hidden;

   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
}

/* 카드 상단 주황색 포인트 */
.agent13 .line::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 6px;
   background-color: #F29300;
}

/* 핵심 금액 및 혜택명 강조 */
.agent13 .line h4 {
   color: #F29300;
   font-weight: 700;
}

/* 마우스를 올렸을 때 */
.agent13 .line:hover {
   transform: translateY(-10px);
   box-shadow: 0 14px 30px rgba(105, 50, 0, 0.28);
}

.agent13 .buttonBox {
   background-color: #018E33;
}

/* ================= agent14 =============== */
.agent14 {
   background-color: #F7F7F7;
}

.agent14 .schedule-list {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin-bottom: 24px;
}

.agent14 .schedule-list>li {
   min-height: 105px;
   display: flex;
   border-radius: 6px;
   overflow: hidden;
   background-color: #FFFFFF;
}

.agent14 .schedule-list .number {
   width: 112px;
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #000000;
   color: #FFFFFF;
   font-size: 49px;
   font-weight: 700;
   letter-spacing: -2px;
}

.agent14 .schedule-text {
   width: 100%;
   padding: 20px 30px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.agent14 .schedule-text h4 {
   margin-bottom: 8px;
   font-size: 21px;
   font-weight: 700;
}

.agent14 .schedule-text p,
.agent14 .schedule-text p span {
   font-size: 20px;
}

.agent14 .schedule-list>li.active {
   border: 2px solid #02A03B;
   background-color: #DDF9E7;
}

.agent14 .schedule-list>li.active .number {
   width: 112px;
   margin: -2px 0 -2px -2px;
   background-color: #02A03B;
}

.agent14 .schedule-list>li.active .schedule-text p {
   color: #02A03B;
}

.agent14 .schedule-text.period {
   flex-direction: row;
   align-items: center;
   justify-content: flex-start;
   gap: 80px;
}

.agent14 .schedule-text.period .summary {
   color: #666666;
   font-size: 17px;
}

.agent14 .process-list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-bottom: 48px;
}

.agent14 .process-list li {
   display: flex;
   flex-direction: column;
   gap: 10px;
   background-color: #fff;
   border-radius: 5px;
   padding: 12px 24px;
}

.agent14 .process-list li h5 {
   font-size: 22px;
   color: #02A03B;
   font-weight: 600;
}

.agent14 .process-list li p {
   font-size: 16px;
   color: #757575;
}

.agent14 .process-list li p span {
   font-size: 16px;
   font-weight: 600;
   color: #757575;
}

.agent14 .process-list li ul {
   background-color: #313131;
   border-radius: 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
   padding: 12px 24px;
}

.agent14 .process-list li ul li {
   background-color: transparent;
   padding: 0;
   gap: 0;
}

.agent14 .process-list li ul .text h4 {
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   text-align: center;
}

.agent14 .process-list li ul .text h4 span {
   font-size: 24px;
   font-weight: 600;
   color: #3AFF6B;
}

.agent14 .process-list li ul .text span {
   color: #C6FFDB;
   font-size: 14px;
   text-align: center;
}

.agent14 .process-list li ul .img {
   height: 70px;
}

.agent14 .process-list li ul .img img {
   width: auto;
   height: 100%;
}

/* ================= agent15 =============== */
#Accordion_wrap {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 40px;
}

#Accordion_wrap .wrap1,
#Accordion_wrap .wrap2 {
   width: 50%;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.que {
   position: relative;
   padding: 20px;
   cursor: pointer;
   background-color: #B4B4B4;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-radius: 10px;
}

.que span {
   color: #fff;
}

.que.on {
   background-color: #009536;
}

.que.on>span {
   font-weight: bold;
}

.anw {
   display: none;
   overflow: hidden;
   font-size: 16px;
   padding: 16px;
}

.anw span {
   font-size: 16px;
}

.arrow-wrap {
   position: absolute;
   top: 50%;
   right: 10px;
   transform: translate(0, -50%);
}

.que .arrow-top {
   display: none;
}

.que .arrow-bottom {
   display: block;
}

.que.on .arrow-bottom {
   display: none;
}

.que.on .arrow-top {
   display: block;
}

/* ================= agent16 =============== */
.agent16 {
   background-image: url(./img/agent16-bg.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: auto;
}

.agent16 .list,
.agent16 .title,
.agent16 .subtitle {
   color: #fff;
}

.agent16 .title {
   margin-bottom: 15px;
}

.agent16 div {
   width: 120px;
   margin: 0 auto 4px;
   animation: agent16Jump 2s ease-in-out infinite;
}

@keyframes agent16Jump {

   0%,
   20%,
   50%,
   80%,
   100% {
      transform: translateY(0);
   }

   40% {
      transform: translateY(-14px);
   }

   60% {
      transform: translateY(-7px);
   }
}

.agent16 button {
   margin: 0 auto;
   width: auto;
}

/* ================= footer =============== */
footer {
   background-color: #414141;
}

footer article {
   padding: 50px 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

footer h4 {
   font-family: 'gmarkM';
   font-size: 20px;
   color: #fff;
   margin-bottom: 15px;
}

footer h5 {
   font-size: 16px;
   color: #fff;
   margin-bottom: 15px;
}

footer p {
   font-size: 14px;
   color: #949494;
}

footer .logo {
   width: 200px;
}

/* ================= floating quick actions =============== */
.floating-actions {
   position: fixed;
   right: 28px;
   bottom: 28px;
   z-index: 1000;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 10px;
}

.btn_kakao_chat,
.btn_gotop,
.floating-apply {
   width: 62px;
   height: 62px;
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 2px;
   box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
   transition: transform .2s ease, box-shadow .2s ease;
}

.btn_kakao_chat {
   background: #fee500;
}

.btn_kakao_chat span,
.btn_gotop>span:last-child {
   color: #202020;
   font-family: 'gmarkM';
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0;
   line-height: 1;
}

.btn_gotop {
   background: #fff;
   border: 1px solid #e3e3e3;
}

.top-arrow {
   display: block;
   width: 13px;
   height: 13px;
   border-top: 3px solid #242424;
   border-left: 3px solid #242424;
   transform: rotate(45deg);
   margin-top: 4px;
}

.btn_kakao_chat:hover,
.btn_gotop:hover {
   transform: translateY(-3px);
   box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

.btn_kakao_chat:focus-visible,
.btn_gotop:focus-visible {
   outline: 3px solid #1769ff;
   outline-offset: 3px;
}

/* PC에서는 숨김 */
.floating-apply {
   display: none;
}


@media (max-width:1200px) {
   * {
      font-size: 16px;
   }

   article {
      width: 95%;
      padding: 50px 0;
   }
}

@media (max-width:1044px) {
   ul.tabs li {
      padding: 12px 16px;
   }

   .tab-content li .img h4 {
      font-size: 20px;
   }

   .boxWrap li .text h6 {
      font-size: 18px;
   }
}

@media (max-width:820px) {
   .requir {
      padding: 16px;
   }

   .requir p {
      font-size: 15px;
   }

   .list {
      margin-bottom: 0;
   }

   .boxWrap {
      margin-bottom: 30px;
   }

   .boxWrap li .text h6 {
      margin-bottom: 8px;
   }

   .buttonBox {
      padding: 16px;
   }

   .buttonBox h4 {
      font-size: 20px;
      margin-bottom: 4px;
   }

   .buttonBox button {
      padding: 12px 35px;
      width: auto;
      border-radius: 10px;
   }

   .subtitle,
   .title {
      margin-bottom: 36px;
      gap: 8px;
   }

   .boxWrap li {
      padding: 12px;
   }

   /* 모바일에서 헤더 숨김 */
   header {
      display: none;
   }

   .agent01 {
      margin-top: 0;
   }

   /* 플로팅 */
   .floating-actions {
      right: 16px;
      bottom: max(16px, env(safe-area-inset-bottom));
      gap: 8px;
   }

   .btn_kakao_chat,
   .btn_gotop,
   .floating-apply {
      width: 54px;
      height: 54px;
   }

   .btn_kakao_chat span,
   .btn_gotop>span:last-child {
      font-size: 10px;
   }

   .top-arrow {
      width: 12px;
      height: 12px;
      border-width: 2.5px;
   }

   .floating-apply {
      display: flex;
      /* min-width: 130px; */
      /* padding: 10px 30px; */
      /* border-radius: 50%; */
      background-color: #252525;
      border: 1px solid #27b057;
   }

   .floating-apply img {
      width: 16px;
      margin-bottom: 4px;
   }

   .floating-apply span {
      color: #2AFF77;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;
   }


   .mobile-floating button:active {
      transform: scale(0.94);
   }

   .agent01 {
      background-size: cover;
   }

   .agent01 article {
      padding: 30px 0 60px;
      flex-direction: column;
   }

   .agent01 article div {
      width: 100%;
   }

   .agent01 article div:nth-child(2) {
      width: 60%;
      margin-top: 30px;
   }

   .agent01 article .text>.company-info span {
      font-size: 16px;
      font-weight: 600;
      color: #025e23;
   }

   .agent01 article .text>.company-info span strong {
      font-size: 16px;
   }

   .agent03 ul {
      width: 100%;
   }

   .agent03 .circle {
      width: 10px;
   }

   .agent04 ul {
      gap: 12px;
      margin-bottom: 30px;
   }

   .agent04 ul li {
      padding: 16px;
   }

   .agent04 .img {
      width: 40px;
   }

   .agent04 .text h6 {
      font-size: 18px;
   }

   .agent05 .boxWrap {
      grid-template-columns: repeat(2, 1fr);
   }

   .agent05 h4 {
      padding: 24px 0;
   }

   .agent05 h4,
   .agent05 h4 strong,
   .agent05 span {
      font-size: 16px;
   }

   .agent04 .title {
      margin-bottom: 6px;
   }

   .agent05 .textWrap p {
      padding: 12px 18px;
   }

   .boxWrap li .img {
      width: 40px;
   }

   ul.tabs {
      gap: 8px;
   }

   ul.tabs li {
      padding: 12px 16px;
      font-size: 15px;
      margin-bottom: 24px;
   }

   .tab-content li {
      padding: 14px;
   }

   .tab-content li .img div {
      width: 36px;
   }

   .tab-content li .img h4 {
      font-size: 18px;
   }

   .agent09 .textWrap {

      gap: 14px;
   }

   .agent09 .textWrap p {
      padding: 9px 30px;
   }

   .agent10 .textWrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
   }

   .agent10 .textWrap p {
      text-align: center;
   }

   .agent12 .conwrap {
      flex-direction: column-reverse;
      gap: 40px;
   }

   .agent12 .slide {
      width: 100%;
   }

   .agent12 ul {
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 10px;
   }

   .agent13 ul li {
      padding: 16px;
      gap: 4px;
   }

   .agent13 ul li h4 {
      font-size: 20px;
   }

   .agent13 ul li h3 {
      font-size: 18px;
   }

   .agent14 .schedule-text {
      padding: 14px 20px;
   }

   .agent14 .schedule-text h4 {
      font-size: 18px;
   }

   .agent14 .schedule-text p,
   .agent14 .schedule-text p span {
      font-size: 16px;
   }

   .agent14 .schedule-text.period {
      /* flex-direction: column;
          align-items: flex-start; */
      gap: 16px;
   }

   .agent14 .schedule-text.period .summary {
      font-size: 14px;
   }

   .agent14 .schedule-list .number {
      font-size: 45px;
   }

   .agent14 .process-list li p {
      font-size: 14px;
   }

   .agent14 .process-list li ul .text h4,
   .agent14 .process-list li ul .text h4 span {
      font-size: 22px;
   }

   #Accordion_wrap {
      gap: 16px;
   }

   .que {
      padding: 16px;
   }

   footer article {
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 24px;
   }

   footer h4 {
      font-size: 16px;
   }

   footer h5 {
      font-size: 14px;
   }
}

@media (max-width:600px) {
   .title {
      font-size: 28px;
   }

   .buttonBox {
      flex-direction: column;
      gap: 16px;
   }

   .buttonBox button {
      width: 100%;
   }

   .agent01 article {
      flex-direction: column-reverse;
      gap: 24px;
   }

   .agent01 article .text>div:first-child {
      width: 90%;
   }

   .agent01 article .text h5 {
      font-size: 32px;
   }

   .agent01 article .text h1 {
      font-size: 45px;
   }

   .agent01 article .text>.company-info {
      flex-wrap: wrap;
   }

   .button_big {
      width: 100%;
   }

   .agent01 article div:nth-child(2) {
      width: 90%;
   }

   .agent02 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
   }

   .agent02 ul li {
      padding: 16px;
   }

   .agent02 ul li h1 {
      font-size: 30px;
   }

   .agent03 ul {
      display: flex;
      flex-direction: column;
      gap: 16px;
   }

   .agent03 ul li {
      gap: 8px;
   }

   .agent03 ul li p {
      width: 100%;
      padding: 16px;
   }

   .agent03 ul li div {
      width: 50px;
   }

   .agent03 .circle {
      margin: 30px auto 0px;
   }

   .agent04 ul {
      grid-template-columns: repeat(1, 1fr);
   }

   .agent05 .textWrap {
      gap: 16px;
   }

   .agent05 .textWrap div {
      width: 30px;
   }

   .agent06 .boxWrap {
      grid-template-columns: repeat(1, 1fr);
   }

   .agent07 .phase>ul {
      padding: 0;
   }

   .agent07 .phase-title h2 {
      font-size: 18px;
   }

   .agent07 .module-info strong {
      width: 50%;
   }

   ul.tabs {
      width: calc(100% + 32px);
      margin-left: -16px;
      padding: 0 16px 8px;

      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 8px;

      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
   }

   ul.tabs::-webkit-scrollbar {
      display: none;
   }

   ul.tabs li {
      flex: 0 0 auto;
      width: auto;
      white-space: nowrap;
      padding: 9px 16px;
   }

   .agent09 .boxWrap {
      grid-template-columns: repeat(1, 1fr);
   }

   .agent09 .textWrap p {
      padding: 9px 18px;
   }

   .agent09 .textWrap div {
      width: 20px;
   }

   .agent10 .textWrap {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
   }

   .agent10 .textWrap p {
      font-size: 14px;
      padding: 8px;
   }

   .agent10 .boxWrap {
      grid-template-columns: repeat(1, 1fr);
   }

   .agent11 ul li {
      padding: 16px;
   }

   .agent11 ul li div {
      width: 100%;
      height: auto;
   }

   .agent11 ul li div img {
      width: 100%;
      height: auto;
   }

   .agent11 ul li p {
      font-size: 16px;
   }

   .agent12 ul {
      grid-template-columns: repeat(1, 1fr);
   }

   .agent12 ul li {
      padding: 16px;
   }

   .agent12 ul li .text h4 {
      font-size: 18px;
   }

   .agent13 ul {
      grid-template-columns: repeat(2, 1fr);
   }

   .agent13 .line {
      transform: none;
   }

   .agent13 ul li h4 {
      font-size: 18px;
   }

   .agent14 .schedule-list>li.active .number,
   .agent14 .schedule-list>li .number {
      width: 70px;
   }

   .agent14 .schedule-text.period {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
   }

   .agent14 .process-list {
      grid-template-columns: repeat(1, 1fr);
   }

   #Accordion_wrap {
      flex-direction: column;
   }

   #Accordion_wrap .wrap1,
   #Accordion_wrap .wrap2 {
      width: 100%;
   }
}

@media (max-width:390px) {
   .agent05 .textWrap p {
      padding: 10px 7px;
   }

   .agent05 h4 br {
      display: none;
   }

   .agent07 .summary li {
      padding: 9px 12px;
   }

   .agent07 .module-info {
      flex-direction: column;
      gap: 8px;
   }

   .agent07 .phase>ul>li {
      padding: 16px;
   }

   .agent07 .module-info p {
      width: 100%;
   }

   .agent07 .module-info strong {
      width: 100%;
   }

   .agent09 .textWrap {
      gap: 8px;
   }

   .agent10 .textWrap p {
      font-size: 13px;
   }

   .agent13 ul li h3 {
      font-size: 16px;
   }

   .agent13 ul li p {
      font-size: 14px;
   }


}