@charset "utf-8";
.mo{display: none;}
.mo_resp_563{display:none;}
.mo_resp_400{display:none;}


/* 서브 공통 */
#sub_content{margin: 0 auto; max-width: 1400px; width: calc(100% - 50px);}
#sub_content.history{margin: 0px auto;}
#sub_content.register{ max-width: 980px;}
#sub_content.search{ max-width: 1200px;}
#sub_content .sub_header{margin-bottom: 8rem;}
#sub_content .sub_header h2{font-size: 4.2rem; font-weight: 700; font-family: 'GmarketSans' !important; margin-bottom: 2rem; padding: 0; text-align: center;}

#sub_content .sub_header .desc {
    font-size: 2.4rem;
    color: #555;
    text-align: center;
    font-weight: 500;
}
/*인사말*/
.greetings {
    padding: 10rem 0;
    background: #fff;
}

.greetings .con_wrap {
    max-width: 1608px;
    margin: 0 auto;
}

.greetings > .con_wrap > h2 {
    margin-bottom: 4.8rem;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #00020C;
}

.greetings .top_wrap {
    display: flex;
    align-items: stretch;
    gap: 6rem;
    margin-bottom: 10rem;
    margin-top: 5rem;
}

.greetings figure {
    margin: 0;
}
.org_section figure{
    border: 1px solid #cccccc;
}
.greetings .top_wrap > figure {
    width: 22%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 3.2rem;
    /* padding:  0 5rem 0; */
    /* background: #eef2f7; */
}

.greetings .top_wrap > figure img {
    display: block;
    width: 100%;
    height: 100%;
    /* min-height: 68rem; */
    object-fit: cover;
}

.greetings .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.greetings .txt > span {
    display: block;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #01108D;
}

.greetings .txt > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8rem;
    height: 0.4rem;
    background: #4D60FF;
}

.greetings .txt h3 {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.04em;
    color: #333333;
    word-break: keep-all;
    
}

.greetings .txt p {
    font-size: 1.8rem;
    line-height: 1.85;
    color: #555;
    word-break: keep-all;
}

.greetings .txt p + p {
    margin-top: 1.2rem;
}

.greetings .txt strong {
    display: block;
    margin-top: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
    color: #00020C;
}

.greetings .download_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 3.2rem;
}

.greetings .download_btns a,
.greetings .btn_download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 5.8rem;
    padding: 0 2.6rem;
    border-radius: 999px;
    background: #01108D;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.greetings .download_btns a:last-child {
    border: 1px solid #dbe2ec;
    background: #F2F5F9;
    color: #00020C;
}

.greetings .download_btns a:hover,
.greetings .btn_download:hover {
    transform: translateY(-0.3rem);
}

.title_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem;
   
    /* padding-bottom: 16px; */
    /* border-bottom: 1px solid #dddddd; */
   
}
.title_row h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 0.4rem;
    background: #4D60FF;
}

.greetings .title_row h3 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #00020C;
    position: relative;
    padding-bottom: 1.4rem;
}

.greetings .vision_section {
    margin-bottom: 10rem;
}

.greetings .vision_visual {
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
    border-radius: 4rem;
}

.greetings .vision_visual figure {
    width: 100%;
    height: 46rem;
}

.greetings .vision_visual figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.greetings .vision_visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.08) 100%);
}

.greetings .vision_txt {
    position: absolute;
    top: 50%;
    left: 6rem;
    z-index: 2;
    max-width: 62rem;
    transform: translateY(-50%);
    color: #fff;
}

.greetings .vision_txt span {
    display: block;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.greetings .vision_txt span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8rem;
    height: 0.4rem;
    background: #4D60FF;
}

.greetings .vision_txt h4 {
    margin-bottom: 1.8rem;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.greetings .vision_txt p {
    font-size: 1.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    word-break: keep-all;
}
.greetings .vision_cont{
    display: flex;
    justify-content: center;
}
.greetings .vision_list {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 3rem;
}

.greetings .vision_item {
    padding: 4rem 3.6rem;
    /* border: 1px solid #E1E6EE; */
    border-radius: 3rem;
    background: #fff;
    transition: all 0.3s ease;
}

.greetings .vision_item span {
    display: block;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 700;
    color: #01108D;
}

.greetings .vision_item span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8rem;
    height: 0.4rem;
    background: #4D60FF;
}

.greetings .vision_item h4 {
    margin-bottom: 1.2rem;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #00020C;
}

.greetings .vision_item p {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #666;
    word-break: keep-all;
}

.greetings .org_section {
    border-radius: 5rem 5rem 0 5rem;
}

.greetings .org_chart {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.greetings .org_top,
.greetings .org_mid,
.greetings .org_bottom {
    display: flex;
    justify-content: center;
    gap: 2rem;
    position: relative;
}

.greetings .org_box {
    min-width: 22rem;
    padding: 2.8rem 2rem;
    border: 1px solid #dfe6ef;
    border-radius: 2.4rem;
    background: #fff;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.04);
    text-align: center;
}

.greetings .org_box h4 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00020C;
}

.greetings .org_box p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #666;
    word-break: keep-all;
}

.greetings .org_box.chairman {
    min-width: 28rem;
    border: none;
    background: linear-gradient(135deg, #01108D 0%, #4D60FF 100%);
}

.greetings .org_box.chairman h4,
.greetings .org_box.chairman p {
    color: #fff;
}

.greetings .org_mid::before,
.greetings .org_bottom::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 1px;
    height: 2rem;
    transform: translateX(-50%);
    background: #c7d1de;
}
.greetings .scon_all_service {
    margin-top: 6rem;
    border-radius: 3rem;
    background: #fff;
}

.greetings .scon_all_service .scon_arrow {
    position: relative;
    margin-bottom: 2.4rem;
    padding-left: 2rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #00020C;
}

.greetings .service_tbl {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 2px solid #111111;
}

.greetings .service_tbl thead th {
    padding: 2rem 1.6rem;
    border-bottom: 1px solid #d9d9d9;
    background: #F2F5F9;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #00020C;
    text-align: center;
}

.greetings .service_tbl tbody th,
.greetings .service_tbl tbody td {
    padding: 2rem 1.6rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #555;
    text-align: center;
    word-break: keep-all;
}

.greetings .service_tbl tbody th {
    font-weight: 600;
    color: #111111;
    background: #fcfcfc;
}

.greetings .service_tbl tbody td {
    font-weight: 500;
}
/* .greetings{background: url(../img/sub/img_sub01_bg.jpg) no-repeat right bottom / 40%;}
.greetings figure{display: block; height: 350px; border-radius: 20px; margin-bottom: 50px; overflow: hidden;}
.greetings figure img{width: 100%; height: 100%; object-fit: cover;}
.greetings .txt h3{display: block; font-size: 32px; font-weight: 500; margin-bottom: 30px; font-family: 'GmarketSans' !important; line-height: 1.4;}
.greetings .txt h3 strong{font-weight: 700;}
.greetings .txt p{font-size: 20px; margin-bottom: 30px;}
.greetings .txt p b{font-weight: 700;}
.greetings .txt span{font-size: 20px;} */

/*법인소개*/
.info .con_wrap > p{font-size:20px; margin-bottom: 100px; text-align: center; word-break: keep-all;}
.info ul{display: flex; gap: 10px;}
.info ul li{position: relative; width: calc((100% - 20px) / 3); border-radius: 20px; overflow: hidden; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);}
.info ul li.on{transform: translateY(-50px);}
.info ul li img{width: 100%;}
.info ul li p{position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); font-size: 28px; font-weight: 700; color: #fff;}

/*연혁*/
.history {
    padding: 10rem 0 12rem;
    background: #fff;
}

.history .con_wrap {
    max-width: 1608px;
    margin: 0 auto;
}

.history_layout {
    display: flex;
    align-items: flex-start;
    gap: 8rem;
}

.history_side {
    position: sticky;
    top: 14rem;
    flex: 0 0 22rem;
}

.history_side h3 {
    font-size: 6rem;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #01108D;;
}

.history_timeline {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.history_timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10rem;
    width: 1px;
    height: 100%;
    background: #dbe2ec;
}

.history_item {
    position: relative;
    display: grid;
    grid-template-columns: 20rem 1fr;
    gap: 3.2rem;
}

.history_year {
    position: relative;
    padding-top: 0.2rem;
}

.history_year::after {
    content: '';
    position: absolute;
    top: 1.4rem;
    left: 9.55rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #4D60FF;
    box-shadow: 0 0 0 0.8rem rgba(77, 96, 255, 0.12);
}

.history_year span {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #00020C;
}

.history_year p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #01108D;
}

/* .history_card {
    padding: 3.6rem 4rem 4rem;
    border: 1px solid #E1E6EE;
    border-radius: 3.2rem;
    background: #fff;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.04);
} */

.history_list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0 0 3rem;
    padding: 0;
    list-style: none;
}

.history_list li {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #444;
    word-break: keep-all;
}

.history_list li::before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #4D60FF;
}

.history_gallery {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 2rem;
}

.history_gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 2.4rem;
    background: #eef2f7;
    /* aspect-ratio: 1 / 0.72; */
}

.history_gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.history_gallery figure:hover img {
    transform: scale(1.06);
}


/* 오시는길 */

.location_map_wrap {
    margin-bottom: 4rem;
}

.location_map_wrap .g_map {
    overflow: hidden;
    background: #dfe7f1;
}

.location_map_wrap .g_map > * {
    width: 100% !important;
    max-width: 100% !important;
}

.location_info_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.location_info_grid .info_card h3 {
    position: relative;
    padding-bottom: 1.4rem;
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #00020C;
}

.location_info_grid .info_card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4rem;
    height: 0.4rem;
    background: #4D60FF;
}



.location_info_grid .info_list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.location_info_grid .info_list li {
    display: grid;
    grid-template-columns: 9rem 1fr;
    gap: 1.6rem;
    align-items: start;
}

.location_info_grid .info_list strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.6;
    color: #888888;
}

.location_info_grid .info_list p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #555;
    word-break: keep-all;
}

.location_info_grid .info_list p a {
    color: inherit;
    text-decoration: none;
}


.location_notice {
    margin-top: 3rem;
}

.location_notice .notice_box {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.4rem 3rem;
    border-radius: 2.4rem;
    background: #F2F5F9;
}

.location_notice .notice_box span {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8rem;
    height: 4rem;
    border-radius: 999px;
    background: #01108D;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.location_notice .notice_box p {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #555;
}
/* .location .info {display: flex; flex-wrap: wrap; border-top: 1.5px solid #999;}
.location .info > div {width: calc(100%/2);display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eee;}
.location .info > div p {min-width: 140px; font-size: 20px; font-weight: 400; color: #555555;}
.location .info > div span {width: 100%; display: inline-block; font-size: 18px; font-weight: 500; word-break: keep-all;}*/
.root_daum_roughmap .cont {display: none !important;} 
.root_daum_roughmap .wrap_map {height: 500px !important;}
.location .map_frame {
    overflow: hidden;
}
.root_daum_roughmap_landing{
    width: 100% !important;
}
.location .g_map {
    width: 100%;
    min-height: 450px;
}

.location .map_wrap {
    width: 100%;
}

/* partner */
.partner{
    padding: 10rem 0 12rem;
    background: #fff;
}

.partner .con_wrap {
    max-width: 1608px;
    margin: 0 auto;
}

.partner_head {
    margin-bottom: 4.8rem;
}


.partner_intro {
    margin-bottom: 4.8rem;
}

/* .partner_intro .intro_box {
    padding: 4rem 4.4rem;
    border-radius: 4rem;
    background: linear-gradient(135deg, #01108D 0%, #4D60FF 100%);
} */

.partner_intro .intro_box span {
    display: block;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #01108D;
}

.partner_intro .intro_box span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8rem;
    height: 0.4rem;
    background: #01108D;
}

.partner_intro .intro_box h3 {
    margin-bottom: 1.6rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    /* color: #fff; */
    word-break: keep-all;
}

.partner_intro .intro_box p {
    font-size: 1.8rem;
    line-height: 1.8;
    /* color: rgba(255,255,255,0.88); */
    word-break: keep-all;
}

.partner_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 3rem;
}

.partner_list li {
    width: 100%;
}

.partner_list li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 24rem;
    padding: 2.8rem 2.4rem;
    /* border: 1px solid #E1E6EE; */
    /* border-radius: 3rem; */
    /* background: #fff; */
    /* box-shadow: 0 1rem 2.4rem rgba(0,0,0,0.04); */
    text-decoration: none;
    transition: all 0.3s ease;
}

/* .partner_list li a:hover {
    transform: translateY(-0.6rem);
    box-shadow: 0 1.6rem 3.2rem rgba(0,0,0,0.08);
    border-color: #cfd9e8;
} */

.partner_list .logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    margin-bottom: 2.4rem;
    /* padding: 1.2rem; */
    /* border-radius: 2rem; */
    /* background: #F2F5F9; */
    border: 1px solid #dddddd;
}

.partner_list .logo_box img {
    display: block;
    max-width: 100%;
    max-height: 6rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner_list .text_box {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.partner_list .text_box strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #00020C;
    word-break: keep-all;
    text-align: center;
}

.partner_list .text_box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    text-align: center;
    width: 100%;
}

/* 가입안내 */



.join_head .desc {
    font-size: 1.9rem;
    line-height: 1.7;
    color: #666;
}

.join.scon_arrow {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #00020C;
}
.section_card{
    margin-bottom: 5rem;
}
.section_card h3{
    position: relative;
    padding-bottom: 1.4rem;
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #00020C;
}
.section_card h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4rem;
    height: 0.4rem;
    background: #4D60FF;
}
.join_docs .doc_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.join_docs .doc_item {
    padding: 2.8rem;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.join_docs .doc_item strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #00020C;
}

.join_docs .doc_item p {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #666;
}

.join_process .clean01_process .con_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.join_process .clean01_process .con_box ul li {
    position: relative;
    padding: 3rem 2.4rem;
    border-radius: 12px;
    background: #F2F5F9;
    text-align: center;
}

.join_process .clean01_process .con_box ul li em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 2rem;
    border-radius: 50%;
    background: #01108D;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    font-style: normal;
}

.join_process .clean01_process .con_box ul li p {
    font-size: 2rem;
    font-weight: 700;
    color: #00020C;
}

.join_process .clean01_process .con_box ul li .icon {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 3rem;
    line-height: 1;
}

.join_fee .table_wrap {
    overflow-x: auto;
}

.join_fee .tv_price_tbl {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 2px solid #111111;
}

.join_fee .tv_price_tbl thead th {
    padding: 2rem 1.6rem;
    border-bottom: 1px solid #d9d9d9;
    background: #F2F5F9;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #00020C;
    text-align: center;
}

.join_fee .tv_price_tbl tbody th,
.join_fee .tv_price_tbl tbody td {
    padding: 2rem 1.6rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: center;
    color: #555;
    word-break: keep-all;
}

.join_fee .tv_price_tbl tbody th {
    background: #fcfcfc;
    font-weight: 600;
    color: #111111;
}

.join_fee .tv_price_tbl tbody td a {
    color: #01108D;
    text-decoration: none;
    word-break: break-all;
}

.join_fee .pay_info {
    margin-top: 2.4rem;
}

.join_fee .pay_info p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #555;
}

.join_fee .pay_info p + p {
    margin-top: 0.8rem;
}

.join_fee .pay_info p strong {
    color: #00020C;
}

.join_contact .contact_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.join_contact .contact_item {
    padding: 2.8rem 2.4rem;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.join_contact .contact_item strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #555555;
}

.join_contact .contact_item p,
.join_contact .contact_item a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    /* color: #fff; */
    text-decoration: none;
    word-break: keep-all;
}


/* sub certificate */

.certificate_section .scon_arrow {
    position: relative;
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #00020C;
    padding-bottom: 1.4rem;
}

.certificate_section .scon_arrow::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 0.4rem;
    background: #4D60FF;
}

.certificate_section .clean02_area {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}

.certificate_section .imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    flex: 0 0 48%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.certificate_section .imgs li {
    width: 100%;
}

.certificate_section .imgs li figure {
    margin: 0;
    overflow: hidden;
    border-radius: 2.4rem;
    background: #F2F5F9;
    aspect-ratio: 1 / 1.15;
}

.certificate_section .imgs li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.certificate_section .imgs li figure:hover img {
    transform: scale(1.06);
}

.certificate_section .txts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.certificate_section .cert_box {
    padding: 3rem;
    border-radius: 2.8rem;
    background: #F2F5F9;
}

.certificate_section .cert_box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 1.8rem;
    border-radius: 50%;
    background: #01108D;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
}

.certificate_section .cert_box h4 {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #00020C;
}

.certificate_section .cert_box ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.certificate_section .cert_box ul li {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #555;
    word-break: keep-all;
}

.certificate_section .cert_box ul li::before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #4D60FF;
}

/* sub president*/
.president #bo_gall .gall_box{
    border: 0;
}
.president #bo_gall .gall_img {
    border-bottom: none;
    min-height: auto;
}
.president #bo_gall .gall_text_href{
    padding: 12px 10px;
    margin: 0;
    /* background-color: #F2F5F9; */
}
.president #bo_gall .gall_text_href .bo_con{
    text-align: center;
    font-size: 16px;
    color: #555555;
}
.president #bo_gall .gall_text_href img{
    display: none;
}
.president #bo_gall .gall_info{
    display: none;
}
/* sub event*/
.gallery #bo_gall .gall_box{
    border: 0;
}
.gallery #bo_gall .gall_text_href .bo_con{
    font-size: 16px;
    color: #555555;
    display: none;
}
.gallery #bo_gall .gall_text_href{
    padding: 12px 0px;
     /* background-color: #F2f2f2; */
     margin: 0;
}
.gallery #bo_gall .gall_text_href img {
    margin-bottom: 4px;
}
.gallery #bo_gall .gall_text_href a{
    text-align: start;
}
.gallery #bo_gall .gall_img{
    min-height: auto;
}
.gallery #bo_gall .gall_img a {
    aspect-ratio: 2/1.25;
}
.gallery #bo_gall .gall_img a img{
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.gallery #bo_gall .gall_img a img:hover{
    transform: scale(1.2);
}
.gallery #bo_gall .gall_li{
    width: calc(94% /3);
}

/* .gallery #bo_gall .gall_info{
    display: none;
} */

/* sub news */
.news #bo_gall .gall_img{
    min-height: auto;
}
.news #bo_gall .gall_box{
    border: 0;
}
.news #bo_gall .gall_text_href{
    margin-left: 0;
}
.news #bo_gall .bo_tit{
    text-align: start;
    margin-bottom: 4px;
}
.news #bo_gall .gall_text_href .bo_con{
    font-size: 15px;
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news #bo_gall .gall_info svg{
    color: #888888;
}
/* council */
.council #bo_gall .gall_img{
    min-height: auto;
}
.council #bo_gall .gall_box{
    border: 0;
}
.council #bo_gall .gall_text_href{
    margin-left: 0;
}
.council #bo_gall .bo_tit{
    text-align: start;
    margin-bottom: 4px;
}
.council #bo_gall .gall_text_href .bo_con{
    font-size: 15px;
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.council #bo_gall .gall_info svg{
    color: #888888;
}



@media (max-width: 1280px) {
    /* sub history */
    .history_layout {
        gap: 5rem;
    }

    .history_side {
        flex-basis: 18rem;
    }

    .history_side h3 {
        font-size: 4.8rem;
    }

    .history_timeline::before {
        left: 8rem;
    }

    .history_item {
        grid-template-columns: 16rem 1fr;
    }

    .history_year::after {
        left: 7.55rem;
    }

    /* partner */
    .partner_head h2 {
        font-size: 4.8rem;
    }

    .partner_intro .intro_box h3 {
        font-size: 3rem;
    }

    .partner_list {
        grid-template-columns: repeat(3, 1fr);
    }
    /* sub join guide */
    .section_card {
        margin-bottom: 4rem;
    }

    .section_card h3 {
        margin-bottom: 2.4rem;
        font-size: 2.8rem;
    }

    .join_docs .doc_item,
    .join_process .clean01_process .con_box ul li,
    .join_contact .contact_item {
        padding: 2.4rem 2rem;
    }

    .join_docs .doc_item strong {
        font-size: 2rem;
    }

    .join_docs .doc_item p,
    .join_fee .tv_price_tbl tbody th,
    .join_fee .tv_price_tbl tbody td,
    .join_fee .pay_info p {
        font-size: 1.6rem;
    }

    .join_process .clean01_process .con_box ul li p,
    .join_contact .contact_item p,
    .join_contact .contact_item a {
        font-size: 1.8rem;
    }

    .join_fee .tv_price_tbl {
        min-width: 820px;
    }
}

@media (max-width: 780px) {
    /* sub greeting */
    .greetings .top_wrap{
        flex-direction: column;
    }
    .greetings .top_wrap > figure{
        width: 100%;
    }
    /* sub history */
    .history_page {
        padding: 8rem 0 9rem;
    }

    .history_head {
        margin-bottom: 4rem;
    }

    .history_head h2 {
        font-size: 4rem;
    }

    .history_head .desc {
        font-size: 1.7rem;
    }

    .history_layout {
        flex-direction: column;
        gap: 3rem;
    }

    .history_side {
        position: static;
        flex: none;
    }

    .history_side h3 {
        font-size: 3.8rem;
        line-height: 1.05;
    }

    .history_timeline::before {
        left: 1.1rem;
    }

    .history_item {
        grid-template-columns: 1fr;
        gap: 1.6rem;
        padding-left: 3rem;
    }

    .history_year::after {
        top: 1rem;
        left: -2.45rem;
    }

    .history_year span {
        font-size: 3rem;
    }

    .history_card {
        padding: 2.8rem;
        border-radius: 2.4rem;
    }

    .history_gallery {
        gap: 1.4rem;
    }
    /* sub partner */
    .partner_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8rem;
    }

    .partner_list li a {
        min-height: 20rem;
        padding: 2.2rem 2rem;
        border-radius: 2.4rem;
    }

    .partner_list .logo_box {
        height: 8.6rem;
        margin-bottom: 2rem;
    }

    .partner_list .text_box strong {
        font-size: 1.8rem;
    }
    .location_info_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }
    .location_info_grid .info_list p{
        font-size: 14px;
    }
    .location_info_grid .info_list strong{
        font-size: 14px;
    }
    /*sub join guide */
    .join_head {
        margin-bottom: 3.2rem;
    }

    .join_head h2 {
        font-size: 4rem;
    }

    .join_head .desc {
        font-size: 1.6rem;
    }

    .section_card {
        margin-bottom: 3.6rem;
    }

    .section_card h3 {
        margin-bottom: 2rem;
        font-size: 2.4rem;
    }

    .join_docs .doc_box,
    .join_process .clean01_process .con_box ul,
    .join_contact .contact_box {
        grid-template-columns: 1fr;
    }

    .join_docs .doc_box,
    .join_process .clean01_process .con_box ul,
    .join_contact .contact_box {
        gap: 1.6rem;
    }

    .join_docs .doc_item,
    .join_process .clean01_process .con_box ul li,
    .join_contact .contact_item {
        padding: 2.2rem 1.8rem;
        border-radius: 10px;
    }

    .join_docs .doc_item strong {
        font-size: 1.9rem;
    }

    .join_docs .doc_item p {
        font-size: 1.5rem;
    }

    .join_process .clean01_process .con_box ul li em {
        width: 4.8rem;
        height: 4.8rem;
        margin-bottom: 1.6rem;
        font-size: 1.6rem;
    }

    .join_process .clean01_process .con_box ul li .icon {
        margin-bottom: 1rem;
        font-size: 2.6rem;
    }

    .join_process .clean01_process .con_box ul li p {
        font-size: 1.8rem;
    }

    .join_fee .tv_price_tbl {
        min-width: 760px;
    }

    .join_fee .tv_price_tbl thead th,
    .join_fee .tv_price_tbl tbody th,
    .join_fee .tv_price_tbl tbody td {
        padding: 1.6rem 1rem;
        font-size: 1.5rem;
    }

    .join_fee .pay_info {
        margin-top: 2rem;
    }

    .join_fee .pay_info p {
        font-size: 1.5rem;
    }

    .join_contact .contact_item strong {
        font-size: 1.5rem;
    }

    .join_contact .contact_item p,
    .join_contact .contact_item a {
        font-size: 1.8rem;
    }
    /* sub certificate */
    .certificate_section .clean02_area{
        flex-direction: column;
    }
    .certificate_section .txts{
        width: 100%;
    }
    
}

@media (max-width: 480px) {
    /* sub history */
    .history_page {
        padding: 6rem 0 7rem;
    }

    .history_head .eng {
        font-size: 1.4rem;
    }

    .history_head h2 {
        font-size: 3.2rem;
    }

    .history_head .desc {
        font-size: 1.5rem;
    }

    .history_side h3 {
        font-size: 3rem;
    }

    .history_item {
        padding-left: 2.4rem;
    }

    .history_year span {
        font-size: 2.6rem;
    }

    .history_year p {
        font-size: 1.4rem;
    }

    .history_year::after {
        left: -1.85rem;
        width: 1rem;
        height: 1rem;
    }

    .history_card {
        padding: 2.2rem;
        border-radius: 2rem;
    }

    .history_list li {
        padding-left: 1.5rem;
        font-size: 1.5rem;
    }

    .history_gallery {
        grid-template-columns: 1fr;
    }

    .history_gallery figure {
        border-radius: 1.8rem;
    }
    /* sub partner */
    .partner_list li a {
        min-height: auto;
        padding: 2rem 4px;
        border-radius: 2rem;
    }

    .partner_list .logo_box {
        height: 8rem;
    }

    .partner_list .logo_box img {
        max-height: 5rem;
    }

    .partner_list .text_box strong {
        font-size: 1.7rem;
    }

    .partner_list .text_box span {
        font-size: 1.3rem;
    }
    /* sub join guide */
    .join_head {
        margin-bottom: 2.8rem;
    }

    .join_head .eng {
        padding-bottom: 1rem;
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
    }

    .join_head .eng::after {
        width: 3rem;
        height: 0.3rem;
    }

    .join_head h2 {
        margin-bottom: 1.2rem;
        font-size: 3.2rem;
    }

    .join_head .desc {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .section_card {
        margin-bottom: 3rem;
    }

    .section_card h3 {
        padding-bottom: 1rem;
        margin-bottom: 1.8rem;
        font-size: 2.1rem;
    }

    .section_card h3::after {
        width: 3rem;
        height: 0.3rem;
    }

    .join_docs .doc_box,
    .join_process .clean01_process .con_box ul,
    .join_contact .contact_box {
        gap: 1.2rem;
    }

    .join_docs .doc_item,
    .join_process .clean01_process .con_box ul li,
    .join_contact .contact_item {
        padding: 1.8rem 1.6rem;
        border-radius: 8px;
    }

    .join_docs .doc_item strong {
        margin-bottom: 0.8rem;
        font-size: 1.7rem;
    }

    .join_docs .doc_item p {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .join_process .clean01_process .con_box ul li em {
        width: 4.2rem;
        height: 4.2rem;
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
    }

    .join_process .clean01_process .con_box ul li .icon {
        margin-bottom: 0.8rem;
        font-size: 2.2rem;
    }

    .join_process .clean01_process .con_box ul li p {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .join_fee .tv_price_tbl {
        min-width: 680px;
    }

    .join_fee .tv_price_tbl thead th,
    .join_fee .tv_price_tbl tbody th,
    .join_fee .tv_price_tbl tbody td {
        padding: 1.4rem 0.8rem;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .join_fee .pay_info {
        margin-top: 1.6rem;
    }

    .join_fee .pay_info p {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .join_contact .contact_item strong {
        margin-bottom: 0.8rem;
        font-size: 1.4rem;
    }

    .join_contact .contact_item p,
    .join_contact .contact_item a {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}