@charset "UTF-8";


input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    cursor: pointer; /* 마우스를 올렸을 때 손가락 모양으로 변경 */
}

/* 공통 */
#contents .h3 {
    color: #222222;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

#contents .h4 {
    color: #222222;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.025em;
    word-break: keep-all;
    margin-top: 100px;
}

#contents .h5 {
    color: #222222;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.025em;
    word-break: keep-all;
    margin: 10px 0;
    color: #2c5093;
}

.h4 + .table,
.h4 + .p-table {
    margin-top: 40px !important;
}

.table {
    border-top: 3px solid #2a3571;
    border-left: 1px solid #e8e8e8;
}

.table thead th {
    padding: 18px 10px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    color: #444;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
}

.table tbody th {
    padding: 18px 10px;
    background-color: #f8f8f8;
    font-size: 19px;
    line-height: 24px;
    color: #444;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.table tbody td {
    padding: 18px 10px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: #555;
    font-size: 19px;
    line-height: 24px;
}

/* firstTd 클래스가 적용된 테이블의 tbody 내 tr 중 첫 번째 td 선택 */
table.firstTd tbody tr td:first-child {
  text-align: left;
}

.txt-center td {text-align:center  !important;}

.bl_none {
    border-left: 0 !important;
}

.br_none {
    border-right: 0 !important;
}

@media (max-width: 1000px) {
    #contents .h3 {
        font-size: 40px;
        line-height: 50px;
    }

    #contents .h4 {
        font-size: 20px;
        margin-top: 60px;
    }

    .h4 + .table,
    .h4 + .p-table {
        margin-top: 12px !important;
    }

    .table_scroll {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
    }

    .table_scroll table {
        min-width: 730px;
    }

    .table thead th {
        padding: 12px 5px;
        font-size: 15px;
        line-height: 22px;
    }

    .table tbody th {
        padding: 12px 5px;
        font-size: 15px;
        line-height: 22px;
    }

    .table tbody td {
        padding: 12px 5px;
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 640px) {
    #contents .h3 {
        font-size: 28px;
        line-height: 30px;
    }

    #contents .h4 {
        margin-top: 30px;
    }
}

.p-input {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 2px 14px 2px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Wanted Sans";
    line-height: 24px;
    vertical-align: middle;
    letter-spacing: -0.025em;
    appearance: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.p-input.md {
    width: 400px;
}

.p-input.w200 {
    width: 200px;
}

.p-input.p-number {
    width: 100px;
}

select.p-input {
    width: 140px;
    height: 45px;
    padding-right: 35px;
    border-radius: 10px;
    background: #fff url('../images/program/select_arrow.png') no-repeat center right 16px;
}

textarea.p-input {
    height: 300px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-file {
    display: flex;
    gap: 10px;
}

.p-file + .p-file {
    margin-top: 8px;
}

.p-file .p-file__attached {
    width: 360px;
    display: flex;
    flex-shrink: 0;
    padding: 0 20px 0 50px;
    border-radius: 5px;
    font-size: 20px;
    color: #515151;
    align-items: center;
    font-weight: 400;
    background: #f3f6f9 url(../images/contents/down_icon02.png) no-repeat left 19px top 16px;
    text-align: left;
    height: 50px;
}

.p-file .p-file__attached span {
    color: #f14a61;
}

.p-file .p-file__attached p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.p-file .p-input__file {
    display: none;
}

.p-file .p-file__text {
}

.p-file .p-file__btn {
    height: 50px;
    border: 1px solid #757575;
    background-color: #f6f6f6;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    flex-shrink: 0;
    border-radius: 5px;
    line-height: 48px;
}

.p-btn {
    display: block;
    position: relative;
    margin-top: 50px;
    text-align: center;
    font-size: 0;
}

.p-btn .btn {
    display: inline-block;
    position: relative;
    width: 326px;
    height: 60px;
    padding: 16px 20px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    vertical-align: top;
    letter-spacing: -0.025em;
}

.p-btn .btn + .btn {
    margin-left: 10px;
}

.p-btn .btn.black {
    border-color: #000;
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

.p-btn .btn.blue {
    border-color: #136acb;
    background-color: #136acb;
    color: #fff;
    font-weight: 600;
}

.p-btn .btn.prev {
    width: 150px;
}

.p-btn .btn.next {
    width: 544px;
}

.p-caution {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    color: #464646;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
    letter-spacing: -0.025em;
}

.p-caution:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url('../images/program/p-caution.png') no-repeat;
    content: '';
    vertical-align: -3px;
}

.p-table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}

.p-table thead tr:first-child th {
    border-top: 2px solid #868686;
}

.p-table caption + tbody tr:first-child td, .p-table caption + tbody tr:first-child th, .p-table colgroup + tbody tr:first-child td, .p-table colgroup + tbody tr:first-child th {
    border-top: 2px solid #868686;
}

.p-table td, .p-table th {
    border-bottom: 1px solid #dadada;
}

.p-table th {
    padding: 27px 20px 27px 48px;
    background-color: #f7f7f7;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    vertical-align: middle;
    letter-spacing: -0.025em;
}

.p-table th:first-child:before {
    display: none;
}

.p-table th .p-form__label:before {
    display: none;
}

.p-table caption + tbody th, .p-table colgroup + tbody th {
    background: #f6f6f6
}

.p-table td {
    padding: 12px 20px 12px 24px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    vertical-align: middle;
    letter-spacing: -0.025em;
    box-sizing: border-box;
}

.p-table td .p-birthday {
    display: inline-block;
    vertical-align: middle;
}

.p-table td .p-birthday div {
    display: inline-block;
    vertical-align: top;
}

.p-table td .p-birthday div span {
    display: inline-block;
    padding: 0 13px 0 9px;
    font-size: 17px;
    line-height: 50px;
    vertical-align: middle;
}

.p-table td .p-phone {
    display: inline-block;
    vertical-align: middle;
}

.p-table td .p-phone div {
    display: inline-block;
    vertical-align: middle;
}

.p-table td .p-phone span {
    display: inline-block;
    padding: 0 6px 0 9px;
    font-size: 17px;
    line-height: 50px;
    vertical-align: middle;
}

.p-table td .p-form-radio {
    font-size: 0;
}

.p-table td .p-form-radio__label {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    padding-left: 28px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.p-table td .p-form-radio__label.mr_20 {
    margin-right: 20px;
}

.p-table td .p-form-radio__label:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #c1c1c1;
    border-radius: 50%;
    background: #fff;
    content: '';
    box-sizing: border-box;
}

.p-table td .p-form-radio__input[type="radio"]:checked + label:before {
    border-color: #0583f2;
}

.p-table td .p-form-radio__input[type="radio"]:checked + label:after {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0583f2;
    content: '';
}

.p-table td .p-form-radio__input[type="checkbox"]:checked + label:before {
    border-color: #0583f2;
}

.p-table td .p-form-radio__input[type="checkbox"]:checked + label:after {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0583f2;
    content: '';
}


@media (max-width: 1470px) {
    .p-table td .p-form-radio__label {
        margin-right: 20px;
    }

    .p-table td .p-form-radio__label.mr_20 {
        margin-right: 10px;
    }

    .p-file .p-file__attached {
        width: 270px;
    }

    .p-input.md {
        width: 100%;
    }

    .p-caution {
        margin-top: 10px;
        margin-left: 0;
    }

    .p-table th {
        padding-left: 22px;
    }

    .p-table td .p-phone {
        display: block;
    }

    .p-table td .p-phone div {
        width: calc((100% - 53px) / 3);
    }

    .p-table td .p-phone .p-input.p-number {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .p-input {
        height: 45px;
        font-size: 17px;
    }

    select.p-input {
        width: 120px;
    }

    .p-caution {
        font-size: 16px;
    }

    .p-input.p-number {
        width: 80px;
    }

    .p-btn {
        margin-top: 40px;
    }

    .p-btn .btn {
        width: calc((100% - 10px) / 2) !important;
        height: 55px;
        padding-top: 14px;
        font-size: 19px;
    }

    .p-file {
        gap: 8px;
    }

    .p-file .p-file__attached {
        font-size: 16px;
        height: 45px;
        background-size: 16px;
        background-position: left 12px top 14px;
        padding-left: 36px;
        padding-right: 10px;
        width: 240px;
    }

    .p-file .p-file__btn {
        height: 45px;
        padding: 0 10px;
        line-height: 43px;
        font-size: 16px;
        min-width: 76px;
    }

    .p-table th {
        padding: 18px 15px;
        font-size: 17px;
        line-height: 24px;
    }

    .p-table td {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 17px;
        line-height: 24px;
    }

    .p-table td .p-birthday div span {
        font-size: 16px;
    }

    .p-table td .p-form-radio__label {
        margin-right: 30px;
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .p-table.block colgroup, .p-table.block > thead {
        display: none;
    }

    .p-table.block > tbody > tr > td, .p-table.block > tbody > tr > th {
        display: block;
        float: none;
        clear: left;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .p-table.block > tbody > tr > th {
        padding-top: 14px;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        text-align: left;
    }

    .p-table.block > tbody > tr > th .p-form__label {
        line-height: inherit;
    }

    .p-table.block > tbody > tr > td {
        padding-top: 5px;
        padding-bottom: 14px;
        border-top: none;
        border-bottom: 1px solid #dadada;
        text-align: left;
    }

    .p-table.block > tbody > tr:first-child th {
        background-color: transparent;
    }

    .p-table.block > tbody > tr:first-child th + td {
        border-top: none;
    }
}

@media (max-width: 640px) {
    .p-input {
        padding: 2px 8px;
        font-size: 16px;
    }

    .p-input.p-number {
        width: calc(100% - 25px);
    }

    select.p-input {
        width: 100%;
        margin-top: 10px;
    }

    textarea.p-input {
        height: 200px;
    }

    .p-btn {
        margin-top: 30px;
    }

    .p-btn .btn {
        height: 48px;
        font-size: 16px;
        line-height: 20px;
    }

    .p-file {
        flex-wrap: wrap;
        justify-content: end;
    }

    .p-file .p-file__attached {
        width: 100%;
    }

    .p-table td .p-birthday {
        display: block;
    }

    .p-table td .p-birthday div {
        width: calc((100% - 8px) / 3);
    }

    .p-table td .p-birthday div span {
        width: 25px;
        padding: 0 5px 0 5px;
    }
}

/* 인사말 */
.greeting_wrap {
    display: block;
    position: relative;
}

.greeting_wrap:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    border-top-right-radius: 135px;
    background: linear-gradient(to bottom, #eaf5fe 0%, #ffffff 100%);
    content: '';
}

.greeting_wrap .greeting_img {
    position: absolute;
    top: 131px;
    right: 11px;
}

.greeting_wrap .greeting_img p {
    margin-top: 50px;
    padding-left: 98px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.025em;
}

.greeting_wrap .greeting_img p span {
    display: inline-block;
    position: relative;
    top: -9px;
    left: 15px;
    width: 89px;
    height: 44px;
    background: url("/2025_boxing/images/contents/greeting_img01.png") no-repeat;
    font-size: 0;
    line-height: 0;
}

.greeting_wrap .greeting_text {
    display: block;
    position: relative;
    padding-right: 500px;
}

.greeting_wrap .greeting_text .top {
    display: block;
    position: relative;
    padding: 126px 0 0 125px;
    color: #292929;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

.greeting_wrap .greeting_text .top:before {
    display: block;
    position: absolute;
    top: 66px;
    left: 66px;
    width: 108px;
    height: 93px;
    background: url("/2025_boxing/images/contents/greeting_icon01.png") no-repeat;
    content: '';
}

.greeting_wrap .greeting_text .top em {
    display: block;
    position: relative;
    margin-bottom: 26px;
    color: #0e5aca;
    line-height: 54px;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.greeting_wrap .greeting_text .text_box {
    display: block;
    position: relative;
    margin-top: 50px;
    margin-left: 168px;
}

.greeting_wrap .greeting_text .text_box:before {
    display: block;
    position: absolute;
    top: 10px;
    left: -41px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #839ab9;
    content: '';
}

.greeting_wrap .greeting_text .text_box p {
    margin-bottom: 40px;
    color: #5a5a5a;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

.greeting_wrap .greeting_text .text_box p.blue {
    margin-bottom: 48px;
    color: #073673;
    font-size: 21px;
    font-weight: 500;
    line-height: 36px;
}

@media (max-width: 1470px) {
    .greeting_wrap .greeting_text {
        padding-right: 40%;
    }

    .greeting_wrap .greeting_text .top {
        padding-left: 100px;
    }

    .greeting_wrap .greeting_text .top:before {
        top: 60px;
        left: 45px;
    }

    .greeting_wrap .greeting_text .top em, .greeting_wrap .greeting_text .top {
        font-size: 32px;
        line-height: 45px;
    }

    .greeting_wrap .greeting_text .top br {
        display: none;
    }

    .greeting_wrap .greeting_text .text_box {
        margin-left: 146px;
    }

    .greeting_wrap .greeting_img img {
        width: 400px;
    }

    .greeting_wrap .greeting_img p {
        padding-left: 43px;
    }
}

@media (max-width: 1000px) {
    .greeting_wrap .greeting_text {
        padding-right: 0;
    }

    .greeting_wrap .greeting_text .top {
        padding: 100px 45% 0 60px;
    }

    .greeting_wrap .greeting_text .top:before {
        top: 45px;
        left: 12px;
        transform: scale(0.8);
    }

    .greeting_wrap .greeting_text .top em, .greeting_wrap .greeting_text .top {
        font-size: 26px;
        line-height: 40px;
    }

    .greeting_wrap .greeting_text .text_box {
        margin-top: 40px;
        margin-left: 85px;
        padding-right: 85px;
    }

    .greeting_wrap .greeting_text .text_box:before {
        left: -21px;
    }

    .greeting_wrap .greeting_text .text_box p.blue, .greeting_wrap .greeting_text .text_box p {
        margin-bottom: 30px;
        font-size: 19px;
        line-height: 33px;
    }

    .greeting_wrap .greeting_img {
        top: 60px;
        right: 0;
    }

    .greeting_wrap .greeting_img img {
        width: 365px;
    }

    .greeting_wrap .greeting_img p {
        margin-top: 40px;
        font-size: 20px;
    }

    .greeting_wrap .greeting_img p span {
        width: 80px;
        background-size: contain;
    }
}

@media (max-width: 800px) {
    .greeting_wrap:before {
        height: 1000px
    }

    .greeting_wrap .greeting_img {
        position: relative;
        top: auto;
        right: auto;
        padding-top: 50px;
        text-align: center;
    }

    .greeting_wrap .greeting_img p {
        padding-left: 0;
    }

    .greeting_wrap .greeting_text .top {
        padding: 50px 50px 0;
    }

    .greeting_wrap .greeting_text .top:before {
        top: 3px;
        transform: scale(0.6);
    }

    .greeting_wrap .greeting_text .top br {
        display: block;
    }

    .greeting_wrap .greeting_text .text_box:before {
        left: -28px;
    }
}

@media (max-width: 640px) {
    .greeting_wrap:before {
        border-top-right-radius: 80px;
    }

    .greeting_wrap .greeting_img p {
        margin-top: 30px;
        font-size: 18px;
    }

    .greeting_wrap .greeting_img p span {
        left: 12px;
        width: 70px;
    }

    .greeting_wrap .greeting_text .top {
        padding: 30px 30px 0
    }

    .greeting_wrap .greeting_text .top:before {
        top: -19px;
        left: -4px;
    }

    .greeting_wrap .greeting_text .top em, .greeting_wrap .greeting_text .top {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }

    .greeting_wrap .greeting_text .top br {
        display: none;
    }

    .greeting_wrap .greeting_text .text_box {
        margin-top: 20px;
        margin-left: 30px;
        padding-right: 30px;
    }

    .greeting_wrap .greeting_text .text_box:before {
        display: none;
    }

    .greeting_wrap .greeting_text .text_box p.blue, .greeting .greeting_text .text_box p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
}

/* 비전 */
.vision_wrap {
}

.vision_wrap .vision_top {
    display: block;
    position: relative;
    width: 100%;
    height: 470px;
    margin-bottom: 75px;
    padding-top: 114px;
    border-radius: 30px;
    background: url("/2025_boxing/images/contents/vision_bg.png") no-repeat center;
    text-align: center;
}

.vision_wrap .vision_top span {
    display: inline-block;
    position: relative;
    width: 143px;
    height: 27px;
    background: url("/2025_boxing/images/contents/vision_text.png") no-repeat;
    font-size: 0;
    line-height: 0;
}

.vision_wrap .vision_top span:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
    content: '';
}

.vision_wrap .vision_top p {
    margin-top: 64px;
    color: #fff;
    font-size: 39px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: -0.025em;
}

.vision_wrap .vision_box {
    display: block;
    position: relative;
    padding-top: 55px;
    padding-bottom: 67px;
    border-top: 1px solid #cccccc;
    font-size: 0;
    line-height: 0;
}

.vision_wrap .vision_box .left {
    display: inline-block;
    position: relative;
    width: 240px;
    vertical-align: top;
}

.vision_wrap .vision_box .left h3.vision_title {
    color: #313131;
    font-size: 36px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: -0.025em;
}

.vision_wrap .vision_box .right {
    display: inline-block;
    position: relative;
    width: calc(100% - 240px);
    vertical-align: top;
}

.vision_wrap .goal_list {
    margin-top: 11px;
    padding-right: 22px;
    isolation: isolate;
}

.vision_wrap .goal_list li {
    display: inline-block;
    position: relative;
    width: calc(100% / 4);
    height: 130px;
    text-align: center;
}

.vision_wrap .goal_list li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calC(100% + 22px);
    height: 100%;
    border-radius: 100px;
    content: '';
    inset: 0;
    mix-blend-mode: multiply;
}

.vision_wrap .goal_list li:nth-child(1):before {
    background-color: #c4334e;
}

.vision_wrap .goal_list li:nth-child(2):before {
    background-color: #6f7c96;
}

.vision_wrap .goal_list li:nth-child(3):before {
    background-color: #4477dd;
}

.vision_wrap .goal_list li:nth-child(4):before {
    background-color: #1b3a78;
}

.vision_wrap .goal_list li span {
    position: absolute;
    top: -13px;
    left: 22px;
    right: 0;
    z-index: 2;
    width: 61px;
    height: 23px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.025em;
}

.vision_wrap .goal_list li span:before {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    content: '';
}

.vision_wrap .goal_list li:nth-child(1) span {
    color: #c4334e;
}

.vision_wrap .goal_list li:nth-child(2) span {
    color: #6f7c96;
}

.vision_wrap .goal_list li:nth-child(3) span {
    color: #4477dd;
}

.vision_wrap .goal_list li:nth-child(4) span {
    color: #1b3a78;
}

.vision_wrap .goal_list li p {
    position: relative;
    top: 53%;
    left: 4%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    transform: translateY(-50%);
    letter-spacing: -0.025em;
}

.vision_wrap .vision_box.policy {
    padding-bottom: 47px;
}

.vision_wrap .policy_list {
    margin-top: 8px;
    margin-left: 14px;
}

.vision_wrap .policy_list li {
    display: inline-block;
    position: relative;
    width: calc((100% - 56px) / 2);
    margin-right: 56px;
    padding: 18px 100px 39px 0;
    border-top: 2px solid #000;
    vertical-align: top;
}

.vision_wrap .policy_list li:nth-child(2n) {
    margin-right: 0;
}

.vision_wrap .policy_list li:before {
    display: block;
    position: absolute;
    top: -21px;
    right: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    content: '';
}

.vision_wrap .policy_list li:nth-child(1):before {
    right: 22px;
    width: 46px;
    height: 51px;
    background-image: url("/2025_boxing/images/contents/policy_icon01.png");
}

.vision_wrap .policy_list li:nth-child(2):before {
    right: 16px;
    width: 53px;
    height: 48px;
    background-image: url("/2025_boxing/images/contents/policy_icon02.png");
}

.vision_wrap .policy_list li:nth-child(3):before {
    right: 16px;
    width: 49px;
    height: 52px;
    background-image: url("/2025_boxing/images/contents/policy_icon03.png");
}

.vision_wrap .policy_list li:nth-child(4):before {
    right: 15px;
    width: 59px;
    height: 46px;
    background-image: url("/2025_boxing/images/contents/policy_icon04.png");
}

.vision_wrap .policy_list li:nth-child(5):before {
    right: 16px;
    width: 52px;
    height: 51px;
    background-image: url("/2025_boxing/images/contents/policy_icon05.png");
}

.vision_wrap .policy_list li:nth-child(6):before {
    right: 19px;
    width: 51px;
    height: 51px;
    background-image: url("/2025_boxing/images/contents/policy_icon06.png");
}

.vision_wrap .policy_list li:nth-child(7):before {
    right: 19px;
    width: 51px;
    height: 43px;
    background-image: url("/2025_boxing/images/contents/policy_icon07.png");
}

.vision_wrap .policy_list li:nth-child(8):before {
    right: 24px;
    width: 43px;
    height: 52px;
    background-image: url("/2025_boxing/images/contents/policy_icon08.png");
}

.vision_wrap .policy_list li:nth-child(9):before {
    right: 17px;
    width: 51px;
    height: 52px;
    background-image: url("/2025_boxing/images/contents/policy_icon09.png");
}

.vision_wrap .policy_list li:nth-child(10):before {
    right: 17px;
    width: 52px;
    height: 42px;
    background-image: url("/2025_boxing/images/contents/policy_icon10.png");
}

.vision_wrap .policy_list li:nth-child(11):before {
    right: 20px;
    width: 50px;
    height: 49px;
    background-image: url("/2025_boxing/images/contents/policy_icon11.png");
}

.vision_wrap .policy_list li:nth-child(12):before {
    right: 19px;
    width: 43px;
    height: 51px;
    background-image: url("/2025_boxing/images/contents/policy_icon12.png");
}

.vision_wrap .policy_list li:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background: url("data:image/png; content:''; base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAEklEQVR4AWI6c+bMfxhmgAIAAAAA//9A+2eJAAAABklEQVQDAJKsCiy5fmIsAAAAAElFTkSuQmCC");
}

.vision_wrap .policy_list li p {
    display: flex;
    position: relative;
    min-height: 52px;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    align-items: flex-start;
    align-items: center;
    letter-spacing: -0.025em;
}

.vision_wrap .policy_list li span {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #ea2f2f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    vertical-align: top;
    flex-shrink: 0;
}

.vision_wrap .policy_list li:nth-child(1) p {
    letter-spacing: -0.05em;
}

.vision_wrap .policy_list li:nth-child(1) span {
    top: -13px;
}

.vision_wrap .vision_box.work {
    padding-top: 6px;
}

.vision_wrap .vision_box.work .left {
    margin-top: 48px;
}

.vision_wrap .work_list {
    margin-left: 33px;
}

.vision_wrap .work_list li {
    display: inline-block;
    position: relative;
    width: calc((100% - 80px) / 2);
    height: 205px;
    margin-right: 80px;
    padding-left: 184px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: top;
}

.vision_wrap .work_list li:nth-child(2n) {
    margin-right: 0;
}

.vision_wrap .work_list li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 155px;
    height: 155px;
    margin: auto 0;
    background-repeat: no-repeat;
    content: '';
}

.vision_wrap .work_list li:nth-child(1):before {
    background-image: url("/2025_boxing/images/contents/work_icon01.png");
}

.vision_wrap .work_list li:nth-child(2):before {
    background-image: url("/2025_boxing/images/contents/work_icon02.png");
}

.vision_wrap .work_list li:nth-child(3):before {
    background-image: url("/2025_boxing/images/contents/work_icon03.png");
}

.vision_wrap .work_list li:nth-child(4):before {
    background-image: url("/2025_boxing/images/contents/work_icon04.png");
}

.vision_wrap .work_list li:nth-child(5):before {
    background-image: url("/2025_boxing/images/contents/work_icon05.png");
}

.vision_wrap .work_list li:nth-child(6):before {
    background-image: url("/2025_boxing/images/contents/work_icon06.png");
}

.vision_wrap .work_list li:nth-child(7):before {
    background-image: url("/2025_boxing/images/contents/work_icon07.png");
}

.vision_wrap .work_list li:nth-child(8):before {
    background-image: url("/2025_boxing/images/contents/work_icon08.png");
}

.vision_wrap .work_list li:nth-child(9):before {
    background-image: url("/2025_boxing/images/contents/work_icon09.png");
}

.vision_wrap .work_list li:nth-child(10):before {
    background-image: url("/2025_boxing/images/contents/work_icon10.png");
}

.vision_wrap .work_list li:nth-child(11):before {
    background-image: url("/2025_boxing/images/contents/work_icon11.png");
}

.vision_wrap .work_list li:nth-child(12):before {
    background-image: url("/2025_boxing/images/contents/work_icon12.png");
}

.vision_wrap .work_list li:nth-child(13):before {
    background-image: url("/2025_boxing/images/contents/work_icon13.png");
}

.vision_wrap .work_list li:nth-child(14):before {
    background-image: url("/2025_boxing/images/contents/work_icon14.png");
}

.vision_wrap .work_list li:nth-child(15):before {
    background-image: url("/2025_boxing/images/contents/work_icon15.png");
}

.vision_wrap .work_list li:nth-child(16):before {
    background-image: url("/2025_boxing/images/contents/work_icon16.png");
}

.vision_wrap .work_list li:nth-child(17):before {
    background-image: url("/2025_boxing/images/contents/work_icon17.png");
}

.vision_wrap .work_list li:nth-child(18):before {
    background-image: url("/2025_boxing/images/contents/work_icon18.png");
}

.vision_wrap .work_list li p {
    display: flex;
    height: 100%;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    align-items: center;
    letter-spacing: -0.025em;
}

@media (max-width: 1470px) {
    .vision_wrap .goal_list li {
        padding: 0 20px;
    }
}

@media (max-width: 1220px) {
    .vision_wrap .vision_box .left {
        display: block;
        width: auto;
        margin-bottom: 30px;
    }

    .vision_wrap .vision_box .right {
        display: block;
        width: auto;
    }

    .vision_wrap .policy_list {
        margin-top: 0;
        margin-left: 0;
    }

    .vision_wrap .work_list {
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .vision_wrap .vision_top {
        height: 400px;
        padding-top: 85px;
        background-size: cover
    }

    .vision_wrap .vision_top p {
        font-size: 33px;
        line-height: 52px;
    }

    .vision_wrap .goal_list li p {
        font-size: 22px;
        line-height: 25px;
    }

    .vision_wrap .policy_list li p {
        font-size: 20px;
    }

    .vision_wrap .policy_list li {
        padding-right: 75px;
    }

    .vision_wrap .policy_list li:nth-child(1) span {
        top: auto;
    }

    .vision_wrap .work_list li {
        padding-left: 150px;
    }

    .vision_wrap .work_list li:before {
        width: 130px;
        height: 130px;
        background-size: contain;
    }

    .vision_wrap .work_list li p {
        font-size: 20px;
        line-height: 30px;
    }

    .vision_wrap .work_list li p br {
        display: none;
    }
}

@media (max-width: 800px) {
    .vision_wrap .vision_top {
        height: 350px;
        padding-top: 75px;
    }

    .vision_wrap .vision_top span {
        width: 128px;
        background-size: contain;
    }

    .vision_wrap .vision_top p {
        font-size: 26px;
        line-height: 40px;
    }

    .vision_wrap .vision_box .left h3.vision_title {
        font-size: 28px;
        line-height: 40px;
    }

    .vision_wrap .goal_list {
        padding-right: 0;
    }

    .vision_wrap .goal_list li {
        width: calc((100% - 20px) / 2);
        height: 90px;
        margin-right: 20px;
        border-radius: 10px;
    }

    .vision_wrap .goal_list li:nth-child(2n) {
        margin-right: 0;
    }

    .vision_wrap .goal_list li:nth-child(n + 3) {
        margin-top: 20px;
    }

    .vision_wrap .goal_list li:before {
        display: none;
    }

    .vision_wrap .goal_list li:nth-child(1) {
        background-color: #c4334e;
    }

    .vision_wrap .goal_list li:nth-child(2) {
        background-color: #6f7c96;
    }

    .vision_wrap .goal_list li:nth-child(3) {
        background-color: #4477dd;
    }

    .vision_wrap .goal_list li:nth-child(4) {
        background-color: #1b3a78;
    }

    .vision_wrap .goal_list li span {
        left: 20px;
        right: auto;
        width: 35px;
        height: 35px;
        border: 3px solid;
        border-radius: 50%;
        background-color: #fff;
        font-size: 22px;
        line-height: 30px;
    }

    .vision_wrap .goal_list li span:before {
        display: none;
    }

    .vision_wrap .goal_list li p {
        top: 50%;
        left: auto;
    }

    .vision_wrap .policy_list li {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
        padding-right: 50px;
        padding-bottom: 18px;
    }

    .vision_wrap .policy_list li:after {
        display: none;
    }

    .vision_wrap .policy_list li p {
        font-size: 18px;
        line-height: 25px;
    }

    .vision_wrap .policy_list li:before {
        top: 0;
        right: 0 !important;
    }

    .vision_wrap .work_list li {
        width: calc((100% - 40px) / 2);
        height: 265px;
        margin-right: 40px;
        padding: 190px 20px 0;
    }

    .vision_wrap .work_list li:before {
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .vision_wrap .work_list li p {
        display: block;
        font-size: 18px;
        text-align: center;
        line-height: 25px;
    }
}

@media (max-width: 640px) {
    .vision_wrap .vision_top {
        height: 280px;
        margin-bottom: 30px;
        padding-top: 60px;
    }

    .vision_wrap .vision_top span {
        width: 120px;
    }

    .vision_wrap .vision_top p {
        margin-top: 57px;
        font-size: 19px;
        line-height: 30px;
    }

    .vision_wrap .vision_box {
        padding: 30px 0;
    }

    .vision_wrap .vision_box.policy {
        padding-bottom: 0;
    }

    .vision_wrap .vision_box.work .left {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .vision_wrap .goal_list li {
        height: 75px;
    }

    .vision_wrap .goal_list li span, .vision_wrap .goal_list li p {
        font-size: 18px;
    }

    .vision_wrap .goal_list li span {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .vision_wrap .policy_list li {
        display: block;
        width: 100%;
        margin-right: 0;
        padding-right: 65px;
    }

    .vision_wrap .policy_list li:before {
        transform: scale(0.8);
    }

    .vision_wrap .policy_list li p {
        font-size: 16px;
        line-height: 22px;
    }

    .vision_wrap .policy_list li span {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .vision_wrap .work_list li p {
        display: block;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .vision_wrap .goal_list li {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .vision_wrap .goal_list li:nth-child(n + 2) {
        margin-top: 20px;
    }

    .vision_wrap .work_list li {
        width: calc((100% - 20px) / 2);
        height: 275px;
        margin-right: 20px;
        padding-right: 0;
        padding-bottom: 30px;
        padding-left: 0; /* display:block;*/ /* width:100%;*/
    }
}

/* 마스코트 */
.mascot_wrap {
    font-size: 0;
    line-height: 0;
}

.mascot_wrap .top {
    display: block;
    position: relative;
    text-align: center;
}

.mascot_wrap .top:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 251px;
    border-radius: 125px 125px 0 0;
    background: linear-gradient(to right, #af0d2c 0%, #0568cd 100%);
    content: '';
}

.mascot_wrap .top .mascot_logo {
    display: block;
    position: relative;
    padding-top: 33px;
    padding-bottom: 25px;
}

.mascot_wrap .top .title {
    display: inline-block;
    position: relative;
    width: calc(100% - 276px);
    padding-top: 44px;
    padding-bottom: 33px;
    background-color: #fff;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.mascot_wrap .top .title span {
    display: inline-block;
    position: relative;
    top: 7px;
    width: 81px;
    height: 41px;
    background: url("/2025_boxing/images/contents/mascot_text01.png") no-repeat;
    font-size: 0;
    line-height: 0;
}

.mascot_wrap .color_box {
    display: block;
    position: relative;
    margin-top: 110px;
    padding: 55px;
    background-color: #f9f9f9;
}

.mascot_wrap .color_box .right, .mascot_wrap .color_box .left {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.mascot_wrap .color_box .left {
    width: 700px;
}

.mascot_wrap .color_box .grid_box {
    width: 100%;
    height: 301px;
    padding-top: 34px;
    border: 1px solid #d7d7d7;
    background: url("/2025_boxing/images/contents/mascot_bg.png");
    text-align: center;
}

.mascot_wrap .color_box .grid_box img {
    display: inline-block;
    vertical-align: middle;
}

.mascot_wrap .color_box .grid_box img + img {
    margin-left: 80px;
}

.mascot_wrap .color_box .right {
    width: calc(100% - 700px);
    padding: 63px 30px 0 54px;
}

.mascot_wrap .color_box .right .title {
    width: 77px;
    height: 39px;
    background: url("/2025_boxing/images/contents/mascot_text02.png") no-repeat;
}

.mascot_wrap .color_box .right .sub_title {
    margin: 24px 0 17px 0;
    color: #000;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.025em;
}

.mascot_wrap .color_box .right .text {
    color: #424242;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.025em;
}

.mascot_wrap .img_list {
    margin-top: 74px;
}

.mascot_wrap .img_list .img_item {
    display: inline-block;
    position: relative;
    width: calc(100% / 4);
    height: 360px;
    border: 1px solid #d8d8d8;
    text-align: center;
}

.mascot_wrap .img_list .img_item + .img_item {
    border-left: 0;
}

.mascot_wrap .img_list .img_item img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1470px) {
    .mascot_wrap .color_box {
        padding: 55px 30px;
    }

    .mascot_wrap .color_box .left {
        width: 550px;
    }

    .mascot_wrap .color_box .grid_box img + img {
        margin-left: 40px;
    }

    .mascot_wrap .color_box .right {
        width: calc(100% - 550px);
        padding: 63px 0 0 35px;
    }

    .mascot_wrap .img_list .img_item {
        height: 320px;
    }

    .mascot_wrap .img_list .img_item img {
        transform: scale(0.8) translateY(-59%);
    }
}

@media (max-width: 1220px) {
    .mascot_wrap .color_box .left {
        width: 430px;
    }

    .mascot_wrap .color_box .grid_box img {
        transform: scale(0.8);
    }

    .mascot_wrap .color_box .grid_box img + img {
        margin-left: 0;
    }

    .mascot_wrap .color_box .right {
        width: calc(100% - 430px);
        padding-top: 35px;
    }

    .mascot_wrap .color_box .right .sub_title {
        font-size: 24px;
    }

    .mascot_wrap .color_box .right .text {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1000px) {
    .mascot_wrap .top:before {
        height: 100%;
        border-radius: 100px 100px 0 0;
    }

    .mascot_wrap .top .mascot_logo {
        padding-top: 25px;
        padding-bottom: 18px;
    }

    .mascot_wrap .top .mascot_logo img {
        width: 200px;
    }

    .mascot_wrap .top .title {
        width: calc(100% - 170px);
        padding-top: 38px;
        padding-bottom: 25px;
        font-size: 30px;
    }

    .mascot_wrap .top .title span {
        top: 4px;
        width: 55px;
        height: 28px;
        background-size: contain;
    }

    .mascot_wrap .color_box {
        margin-top: 60px;
        padding: 30px;
    }

    .mascot_wrap .color_box .right, .mascot_wrap .color_box .left {
        display: block;
        width: 100%;
    }

    .mascot_wrap .color_box .right {
        padding-left: 0;
    }

    .mascot_wrap .color_box .grid_box {
        display: flex;
        padding-top: 0;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .mascot_wrap .color_box .right .title {
        width: 65px;
        background-size: contain;
    }

    .mascot_wrap .color_box .right .sub_title {
        margin: 15px 0;
        font-size: 22px;
    }

    .mascot_wrap .color_box .right .text {
        font-size: 17px;
    }

    .mascot_wrap .color_box .right .text br {
        display: none;
    }

    .mascot_wrap .img_list {
        margin-top: 60px;
    }

    .mascot_wrap .img_list .img_item {
        width: calc(100% / 2);
    }

    .mascot_wrap .img_list .img_item:nth-child(3) {
        border-left: 1px solid #d8d8d8;
    }

    .mascot_wrap .img_list .img_item:nth-child(n + 3) {
        border-top: none;
    }
}

@media (max-width: 640px) {
    .mascot_wrap .top:before {
        border-radius: 70px 70px 0 0;
    }

    .mascot_wrap .top .mascot_logo img {
        width: 150px;
    }

    .mascot_wrap .top .title {
        width: calc(100% - 100px);
        font-size: 24px;
        line-height: 32px;
    }

    .mascot_wrap .top .title span {
        top: 0;
        width: 45px;
        height: 23px;
    }

    .mascot_wrap .color_box {
        margin-top: 30px;
    }

    .mascot_wrap .color_box .grid_box {
        height: auto;
        flex-direction: column;
        gap: 0;
    }

    .mascot_wrap .color_box .right .title {
        width: 54px;
        height: 28px;
    }

    .mascot_wrap .color_box .right .sub_title {
        font-size: 20px;
        line-height: 30px;
    }

    .mascot_wrap .color_box .right .text {
        font-size: 16px;
        line-height: 26px;
    }

    .mascot_wrap .img_list {
        margin-top: 30px;
    }

    .mascot_wrap .img_list .img_item {
        width: 100%;
    }

    .mascot_wrap .img_list .img_item:nth-child(4), .mascot_wrap .img_list .img_item:nth-child(2) {
        border-left: 1px solid #d8d8d8;
    }

    .mascot_wrap .img_list .img_item:nth-child(n + 2) {
        border-top: none;
    }
}

/* 공인체육관인증절차 */
.certification_wrap {
    font-size: 0;
    line-height: 0;
}

.certification_wrap .h4 {
}

.certification_wrap .h4 + .table {
}

.step_wrap {
    height: 460px;
    margin-top: 56px;
    background-color: #f7f7f7;
}

.step_wrap {
    position: relative;
    padding: 85px 107px 0;
}

.step_wrap .step_list {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    gap: 92px;
}

.step_wrap .step_list:before {
    display: block;
    position: absolute;
    left: 114px;
    bottom: -103px;
    width: calc(100% - 400px);
    height: 1px;
    background: url("data:image/png; content:''; base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAEklEQVR4AWK6cOHCf2TMgAQAAAAA//8YcD/xAAAABklEQVQDABjaDb9NoXSoAAAAAElFTkSuQmCC");
}

.step_wrap .step_item {
    position: relative;
    width: 230px;
    height: 140px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.step_wrap .step_item:not(:last-child):before {
    position: absolute;
    top: 0;
    right: -63px;
    bottom: 0;
    width: 27px;
    height: 12px;
    margin: auto 0;
    background: url("/2025_boxing/images/contents/step_icon01.png") no-repeat;
    content: '';
}

.step_wrap .step_item:not(:nth-child(2),:nth-child(4)):after {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 1px;
    height: 100px;
    margin: 0 auto;
    background: url("data:image/png; content:''; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAHElEQVR4AWK6cOHCfyYGIEAiDAwMGJG4QEkGAAAAAP//bqmYSwAAAAZJREFUAwCMPAQRMkCb7wAAAABJRU5ErkJggg==");
}

.step_wrap .step_title {
    display: block;
    position: relative;
    padding: 34px 0 30px 0;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.step_wrap .step_num {
    display: block;
    padding: 10px 0 14px 0;
    border-top: 1px solid #dddddd;
    color: #555555;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.025em;
}

.step_wrap .step_item.active {
    border: 2px solid #086dcd;
    color: #fff;
}

.step_wrap .step_item.active .step_title {
    color: #086dcd;
    font-weight: 600;
}

.step_wrap .step_item.active .step_num {
    border-color: #086dcd;
    border-radius: 0 0 8px 8px;
    background: #086dcd;
    color: #fff;
    font-weight: 600;
}

.step_wrap .step_cancel {
    position: absolute;
    top: 258px;
    right: 106px;
    border: 2px solid #f14a61;
}

.step_wrap .step_cancel:before {
    position: absolute;
    top: 0;
    left: -63px;
    bottom: 0;
    z-index: 3;
    width: 27px;
    height: 12px;
    margin: auto 0;
    background: url("/2025_boxing/images/contents/step_icon02.png") no-repeat;
    content: '';
}

.step_wrap .step_cancel .step_title {
    color: #f14a61;
    font-weight: 600;
}

.step_wrap .step_cancel .step_num {
    border-color: #f14a61;
    border-radius: 0 0 8px 8px;
    background: #f14a61;
    color: #fff;
    font-weight: 600;
}

.certification_wrap .info_box {
    margin-top: 27px;
    padding: 36px 30px 32px 41px;
    border-top-left-radius: 20px;
    background-color: #eaf5fe;
}

.certification_wrap .info_box .title {
    position: relative;
    padding-bottom: 23px;
    padding-left: 42px;
    border-bottom: 1px solid #b8d9f5;
    color: #086dcd;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.certification_wrap .info_box .title:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 31px;
    background: url("/2025_boxing/images/contents/info_icon.png") no-repeat;
    content: '';
}

.certification_wrap .info_box .text {
    margin-top: 18px;
    color: #3a80c3;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.certification_wrap h4:not(.h4) {
    display: block;
    position: relative;
    margin-top: 68px;
    padding: 26px 20px 28px 45px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.025em;
}

.certification_wrap .color_box {
    display: block;
    position: relative;
    padding: 34px 30px 34px 46px;
    background-color: #f7f7f7;
}

.certification_wrap .color_box ul li {
    display: flex;
    position: relative;
    margin-bottom: 8px;
    padding-left: 10px;
    align-items: flex-start;
}

.certification_wrap .color_box ul li:last-child {
    margin-bottom: 0;
}

.certification_wrap .color_box ul li:before {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0339a6;
    content: '';
}

.certification_wrap .color_box ul li span {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.certification_wrap .color_box ul li .dt {
    color: #0339a6;
    font-weight: 600;
    flex-shrink: 0;
}

.certification_wrap .color_box ul li .dd {
    min-width: 0;
    margin-left: 10px;
    flex: 1;
    word-break: keep-all;
}

.certification_wrap .down_box {
    display: block;
    position: relative;
    margin-top: 35px;
}

.certification_wrap .down_box .down_item {
    display: inline-block;
    position: relative;
    width: calc((100% - 28px) / 2);
    height: 100px;
    margin-right: 28px;
    padding-left: 35px;
    border: 1px solid #b4c2d5;
}

.certification_wrap .down_box .down_item:nth-child(2n) {
    margin-right: 0;
}

.certification_wrap .down_box .down_item p {
    display: table-cell;
    height: 98px;
    color: #343434;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: -0.025em;
}

.certification_wrap .down_box .down_item a {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    width: 146px;
    height: 48px;
    margin: auto 0;
    padding-left: 25px;
    border-radius: 5px;
    background-color: #073673;
}

.certification_wrap .down_box .down_item a span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.025em;
}

.certification_wrap .down_box .down_item a span:before {
    display: block;
    position: absolute;
    top: -2px;
    right: 24px;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto 0;
    background: url("/2025_boxing/images/contents/down_icon.png") no-repeat;
    content: '';
}

.certification_wrap .link_box {
    display: block;
    position: relative;
    margin-top: 87px;
    text-align: center;
}

.certification_wrap .link_box a {
    width: 386px;
    height: 71px;
    border: 1px solid #2190ee;
    border-radius: 10px;
}

.certification_wrap .link_box a + a {
    margin-left: 30px;
}

.certification_wrap .link_box a.blue {
    background-color: #2190ee;
    color: #fff;
}

.certification_wrap .link_box a.white {
    background-color: #fff;
    color: #2190ee;
}

.certification_wrap .link_box a span {
    font-size: 24px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.025em;
}

@media (max-width: 1470px) {
    .step_wrap {
        padding: 85px 30px 0;
    }

    .step_wrap .step_list {
        gap: 70px;
    }

    .step_wrap .step_list:before {
        left: calc(50% - 346px);
        width: 550px;
    }

    .step_wrap .step_item {
        width: 160px;
    }

    .step_wrap .step_item:not(:last-child):before {
        right: -52px;
    }

    .step_wrap .step_cancel {
        left: calc(50% + 265px);
        right: auto;
    }

    .step_wrap .step_cancel:before {
        left: -52px;
    }
}

@media (max-width: 1000px) {
    .certification_wrap .h4 {
    }

    .certification_wrap .h4 + .table {
    }

    .step_wrap {
        height: 410px;
    }

    .step_wrap .step_list {
        gap: 40px;
    }

    .step_wrap .step_list:before {
        left: calc(50% - 278px);
        width: 450px;
    }

    .step_wrap .step_item {
        width: 145px;
        height: 126px;
    }

    .step_wrap .step_item:not(:last-child):before {
        right: -35px;
    }

    .step_wrap {
        padding: 60px 30px 0;
    }

    .step_wrap .step_title {
        padding: 25px 0;
        font-size: 22px;
    }

    .step_wrap .step_num {
        padding: 13px 0;
        font-size: 18px;
    }

    .step_wrap .step_cancel {
        top: 226px;
        left: calc(50% + 205px);
    }

    .step_wrap .step_cancel:before {
        left: -35px;
    }

    .certification_wrap .info_box .title {
        font-size: 20px;
        line-height: 25px;
    }

    .certification_wrap .info_box .title:before {
        width: 24px;
        height: 25px;
        background-size: contain;
    }

    .certification_wrap .info_box .text {
        font-size: 18px;
    }

    .certification_wrap h4:not(.h4) {
        margin-top: 50px;
        font-size: 24px;
    }

    .certification_wrap .color_box {
        padding: 34px 30px;
    }

    .certification_wrap .color_box ul li span {
        font-size: 18px;
        line-height: 28px;
    }

    .certification_wrap .color_box ul li .dd {
        margin-left: 6px;
    }

    .certification_wrap .down_box .down_item {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        padding-left: 20px;
    }

    .certification_wrap .down_box .down_item p {
        font-size: 22px;
    }

    .certification_wrap .down_box .down_item a {
        width: 125px;
    }

    .certification_wrap .link_box a {
        width: 300px;
    }
}

@media (max-width: 800px) {
    .step_wrap {
        height: auto;
        padding: 30px;
        text-align: center;
    }

    .step_wrap .step_list {
        display: inline-block;
        padding-right: 280px;
    }

    .step_wrap .step_list:before {
        top: 51px;
        left: calc(100% - 115px);
        bottom: auto;
        width: 1px;
        height: 347px;
        background: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAHElEQVR4AWK6cOHCfyYGIEAiDAwMGJG4QEkGAAAAAP//bqmYSwAAAAZJREFUAwCMPAQRMkCb7wAAAABJRU5ErkJggg==");
    }

    .step_wrap .step_item {
        width: 230px;
        height: 103px;
    }

    .step_wrap .step_item + .step_item {
        margin-top: 40px;
    }

    .step_wrap .step_item:not(:last-child):before {
        top: auto;
        left: 0;
        right: 0;
        bottom: -27px;
        margin: 0 auto;
        transform: rotate(90deg) scale(0.8);
    }

    .step_wrap .step_item:not(:nth-child(2),:nth-child(4)):after {
        top: 0;
        left: 100%;
        right: auto;
        bottom: 0;
        width: 165px;
        height: 1px;
        margin: auto 0;
        background: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAEklEQVR4AWK6cOHCf2TMgAQAAAAA//8YcD/xAAAABklEQVQDABjaDb9NoXSoAAAAAElFTkSuQmCC");
    }

    .step_wrap .step_title {
        padding: 18px 0;
        font-size: 20px;
    }

    .step_wrap .step_num {
        padding: 10px 0;
        font-size: 16px;
    }

    .step_wrap .step_cancel {
        top: auto;
        left: calc(50% + 25px);
        bottom: 30px;
    }

    .step_wrap .step_cancel:before {
        top: -27px;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
        transform: rotate(90deg) scale(0.8);
    }

    .certification_wrap .down_box .down_item {
        height: auto;
        padding: 15px 20px;
        text-align: center;
    }

    .certification_wrap .down_box .down_item p {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }

    .certification_wrap .down_box .down_item a {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        text-align: left;
    }

    .certification_wrap .link_box a {
        width: 200px;
        height: 60px;
    }

    .certification_wrap .link_box a + a {
        margin-left: 20px;
    }

    .certification_wrap .link_box a span {
        font-size: 22px;
        line-height: 60px;
    }
}

@media (max-width: 640px) {
    .certification_wrap .h4 {
    }

    .step_wrap {
        margin-top: 30px;
    }

    .step_wrap .step_list {
        display: block;
        padding-right: 0;
    }

    .step_wrap .step_list:before {
        display: none;
    }

    .step_wrap .step_item {
        width: calc((100% - 20px) / 2);
        height: 94px;
    }

    .step_wrap .step_item:not(:nth-child(2),:nth-child(4)):after {
        width: 66%;
    }

    .step_wrap .step_title {
        padding: 15px 0;
        font-size: 18px;
    }

    .step_wrap .step_num {
        font-size: 15px;
    }

    .step_wrap .step_item.step_cancel {
        left: calc(50% + 9px);
        width: calc((100% - 80px) / 2);
    }

    .step_wrap .step_item.step_cancel:after {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 138%;
        width: 1px;
        height: 323px;
        margin: 0 auto;
        background: url("data:image/png; content:''; base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAHElEQVR4AWK6cOHCfyYGIEAiDAwMGJG4QEkGAAAAAP//bqmYSwAAAAZJREFUAwCMPAQRMkCb7wAAAABJRU5ErkJggg==");
    }

    .certification_wrap .info_box {
        padding: 25px;
    }

    .certification_wrap .info_box .title {
        padding-bottom: 15px;
        padding-left: 30px;
        font-size: 18px;
    }

    .certification_wrap .info_box .title:before {
        width: 19px;
        height: 20px;
    }

    .certification_wrap .info_box .text {
        font-size: 16px;
        line-height: 22px;
    }

    .certification_wrap h4:not(.h4) {
        margin-top: 30px;
        padding: 20px 20px 20px 24px;
        font-size: 22px;
        line-height: 24px;
    }

    .certification_wrap .color_box {
        padding: 25px;
    }

    .certification_wrap .color_box ul li span {
        font-size: 16px;
        line-height: 24px;
    }

    .certification_wrap .color_box ul li:before {
        top: 10px;
        width: 3px;
        height: 3px;
    }

    .certification_wrap .down_box .down_item p {
        font-size: 18px;
    }

    .certification_wrap .down_box .down_item a span {
        font-size: 15px;
    }

    .certification_wrap .link_box {
        margin-top: 30px;
    }

    .certification_wrap .link_box a {
        width: calc((100% - 10px) / 2);
    }

    .certification_wrap .link_box a + a {
        margin-left: 10px;
    }

    .certification_wrap .link_box a span {
        font-size: 17px;
    }

}

@media (max-width: 480px) {
    .step_wrap .step_item:not(:nth-child(2),:nth-child(4)):after {
        width: calc(60% + 6px);
    }

    .certification_wrap .down_box .down_item {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .certification_wrap .down_box .down_item p {
        display: table-cell;
        height: 48px;
        vertical-align: middle;
    }

    .certification_wrap .down_box .down_item a {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 100px;
        padding-left: 15px;
    }

    .certification_wrap .down_box .down_item a span:before {
        right: 11px;
    }
}

/* 정관 */
.rule_wrap {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.rule_wrap .rule_down {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 200px;
    height: 56px;
}

.rule_wrap .rule_down a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 24px;
    border: 1px solid #073673;
    border-radius: 10px;
    background-color: #fff;
    color: #073673;
    font-size: 19px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.025em;
}

.rule_wrap .rule_down a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 18px;
    height: 20px;
    margin: auto 0;
    background: url("/2025_boxing/images/contents/rule_icon.png") no-repeat;
    content: '';
}

.rule_wrap h3 {
    margin-bottom: 80px;
}

.rule_wrap h4 {
    padding-left: 4px;
    color: #222222;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.025em;
}

.rule_wrap h5 {
    margin-top: 13px;
    margin-bottom: 31px;
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.025em;
}

.rule_wrap .rule_item {
    padding-top: 48px;
}

.rule_wrap h3 + .rule_item {
    padding-top: 0;
}

.rule_wrap .right, .rule_wrap .left {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.rule_wrap .left {
    width: 317px;
}

.rule_wrap .right {
    width: calc(100% - 317px);
}

.rule_wrap .rule_box {
    padding-top: 33px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c6c6c6;
}

.rule_wrap .rule_box:first-child {
    padding-top: 0;
}

.rule_wrap .rule_box p {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.rule_wrap ol li {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.rule_wrap ol li + li {
    margin-top: 30px;
}

.rule_wrap ol li .num {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #444444;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
}

.rule_wrap ol li ol {
    margin: 6px 0 0 12px;
}

.rule_wrap ol li ol li {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.025em;
}

.rule_wrap ol li ol li + li {
    margin-top: 0;
}

.rule_wrap ol li .kor_num, .rule_wrap ol li ol li .blue_num {
    display: inline-block;
    position: relative;
    width: 24px;
    margin-right: 6px;
    color: #086dcd;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: -0.025em;
}

.rule_wrap ol li ol li .blue_num.long {
    display: block;
    width: auto;
    text-align: left;
}

.rule_wrap ol li ol li ol li {
    color: #8c8b8b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.025em;
}

.rule_wrap ol li .kor_num {
    margin-right: 3px;
    color: #086dcd;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.025em;
}

@media (max-width: 1470px) {
    .rule_wrap .rule_down {
        top: 85px;
    }
}

@media (max-width: 1000px) {
    .rule_wrap .rule_down {
        width: 160px;
    }

    .rule_wrap .rule_down a {
        font-size: 16px;
    }

    .rule_wrap h4 {
        padding-left: 0;
        font-size: 30px;
        line-height: 35px;
    }

    .rule_wrap h4 br {
        display: none;
    }

    .rule_wrap h5 {
        font-size: 26px;
        line-height: 32px;
    }

    .rule_wrap .rule_box p, .rule_wrap ol li {
        font-size: 18px;
        text-align: left;
        line-height: 26px;
    }

    .rule_wrap ol li ol li {
        font-size: 16px;
        line-height: 24px;
    }

    .rule_wrap ol li .kor_num, .rule_wrap ol li ol li .blue_num {
        margin-right: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .rule_wrap ol li ol li ol li {
        line-height: 24px;
    }

    .rule_wrap .right, .rule_wrap .left {
        display: block;
        position: relative;
        vertical-align: top;
    }

    .rule_wrap .left {
        width: 100%;
    }

    .rule_wrap .right {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .rule_wrap .rule_down {
        top: 55px;
        width: 140px;
        height: 50px;
    }

    .rule_wrap .rule_down a {
        padding-left: 10px;
        line-height: 48px;
    }

    .rule_wrap .rule_down a:before {
        right: 10px;
    }

    .rule_wrap h3 {
        margin-bottom: 60px;
    }

    .rule_wrap h4 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 35px;
    }

    .rule_wrap h5 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .rule_wrap .rule_box p, .rule_wrap ol li {
        font-size: 16px;
        line-height: 24px;
    }

    .rule_wrap ol li + li {
        margin-top: 20px;
    }

    .rule_wrap ol li .num {
        margin-top: 2px;
        margin-right: 5px;
        font-size: 13px;
    }

    .rule_wrap ol li ol {
        margin: 6px 0 0 6px;
    }

    .rule_wrap ol li ol li .blue_num, .rule_wrap ol li .kor_num {
        width: auto;
        margin-right: 3px;
    }

    .rule_wrap ol li ol li {
        font-size: 15px;
        line-height: 22px;
    }

    .rule_wrap ol li ol li ol li {
        font-size: 15px;
        line-height: 22px;
    }

    .rule_wrap .rule_box {
        padding: 30px 0;
    }
}

/* 유래 */
.origin_wrap {
    display: block;
    position: relative;
    padding: 109px 117px 105px 117px;
    background-color: #f3f5f9;
    font-size: 0;
    line-height: 0;
}

.origin_wrap:before {
    display: block;
    position: absolute;
    right: 43px;
    bottom: 22px;
    width: 726px;
    height: 553px;
    background: url("/2025_boxing/images/contents/origin_bg.png") no-repeat;
    content: '';
}

.origin_wrap h3 {
    color: #212121;
    font-size: 52px;
    font-weight: 400;
    font-family: 'HakgyoansimJiugae';
    line-height: 55px;
    letter-spacing: -0.025em;
}

.origin_wrap .text_box {
    margin-top: 41px;
}

.origin_wrap .text_box .box_item {
    display: inline-block;
    position: relative;
    width: calc((100% - 80px) / 2);
    margin-right: 80px;
    vertical-align: top;
}

.origin_wrap .text_box .box_item:nth-child(2) {
    margin-right: 0;
}

.origin_wrap .text_box .box_item p {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    line-height: 40px;
    letter-spacing: -0.03em;
}

.origin_wrap .text_box .box_item:nth-child(2) p {
    text-align: left;
}

.origin_wrap .text_box .box_item p + p {
    margin-top: 58px;
}

@media (max-width: 1470px) {
    .origin_wrap {
        padding: 80px;
    }

    .origin_wrap:before {
        right: -40px;
        bottom: 0;
        transform: scale(0.8);
    }

    .origin_wrap .text_box .box_item p {
        line-height: 36px;
    }
}

@media (max-width: 1000px) {
    .origin_wrap:before {
        opacity: 0.8;
        right: -132px;
        bottom: -107px;
        transform: scale(0.6);
    }

    .origin_wrap h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .origin_wrap .text_box .box_item {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .origin_wrap .text_box .box_item:nth-child(2) {
        width: 50%;
    }

    .origin_wrap .text_box .box_item p {
        font-size: 18px;
        line-height: 30px;
    }

    .origin_wrap .text_box .box_item p + p, .origin_wrap .text_box .box_item + .box_item {
        margin-top: 40px;
    }
}

@media (max-width: 800px) {
    .origin_wrap {
        padding: 50px 50px 250px;
    }

    .origin_wrap .text_box .box_item:nth-child(2) {
        width: 100%;
    }

    .origin_wrap:before {
        right: -146px;
        bottom: -140px;
        transform: scale(0.5);
    }
}

@media (max-width: 640px) {
    .origin_wrap {
        padding: 40px 30px 200px;
    }

    .origin_wrap:before {
        right: -187px;
        bottom: -166px;
        transform: scale(0.4);
    }

    .origin_wrap h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .origin_wrap .text_box {
        margin-top: 20px;
    }

    .origin_wrap .text_box .box_item p {
        font-size: 16px;
        text-align: left;
        line-height: 26px;
    }

    .origin_wrap .text_box .box_item:nth-child(2) p br {
        display: none;
    }

    .origin_wrap .text_box .box_item p + p, .origin_wrap .text_box .box_item + .box_item {
        margin-top: 20px;
    }
}

/* 심판자격조회 */
.referee_wrap {
}

.referee_wrap .p-table {
    margin-top: 100px;
}

.referee_wrap .step_wrap {
    height: 300px;
}

.referee_wrap .step_list {
    gap: 80px;
}

.referee_wrap .step_item:not(:nth-child(2),:nth-child(4)):after {
    display: none;
}

.referee_wrap .step_list:before {
    display: none;
}

.referee_wrap .step_item {
    width: 292px;
}

.referee_wrap .step_item:not(:last-child):before {
    right: -56px;
}

.referee_wrap .step_item:first-child .step_title {
    padding-right: 81px;
}

.pr_0 {
    padding-right: 0 !important;
}

.referee_wrap .step_anchor {
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% + 10px);
    bottom: 0;
    width: 86px;
    height: 36px;
    margin: auto 0;
    border: 1px solid #757575;
    border-radius: 3px;
    background-color: #fff;
    color: #505050;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    vertical-align: top;
    letter-spacing: -0.025em;
}

@media (max-width: 1000px) {
    .referee_wrap .p-table {
        margin-top: 60px;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .referee_wrap .step_wrap {
        padding-top: 85px;
    }

    .referee_wrap .step_item:first-child .step_title:not(.pr_0) {
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 4px;
    }

    .referee_wrap .step_anchor {
        display: block;
        position: relative;
        left: 50%;
        margin-top: 5px;
        transform: translateX(-50%);
    }
}

@media (min-width: 641px) and (max-width: 800px) {
    .referee_wrap .step_wrap {
        height: 250px;
        padding-top: 75px;
    }

    .referee_wrap .step_list {
        display: flex;
        padding-right: 0;
        gap: 50px;
    }

    .referee_wrap .step_item + .step_item {
        margin-top: 0;
    }

    .referee_wrap .step_item:not(:last-child):before {
        position: absolute;
        top: 0;
        left: auto;
        right: -42px;
        bottom: 0;
        width: 27px;
        height: 12px;
        margin: auto 0;
        background: url("/2025_boxing/images/contents/step_icon01.png") no-repeat;
        content: '';
        transform: rotate(0) scale(0.8);
    }

    .referee_wrap .step_item:first-child .step_title {
        padding-right: 0;
    }

    .referee_wrap .step_anchor {
        top: 110px;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .referee_wrap .p-table {
        margin-top: 30px;
    }

    .referee_wrap .step_wrap {
        height: auto;
        padding-top: 30px;
    }

    .referee_wrap .step_item {
        width: 100%;
    }

    .step_wrap .step_item + .step_item {
    }

    .step_wrap .step_item:not(:last-child):before {
    }

    .step_wrap .step_cancel:before {
    }

    .referee_wrap .step_item:not(:last-child):before {
        right: 0;
    }
}

/* 안내상자 */
.caution_box {
    display: block;
    position: relative;
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.caution_box .caution {
    display: block;
    position: relative;
    padding-left: 29px;
    color: #086dcd;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.025em;
}

.caution_box .caution:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("/2025_boxing/images/contents/caution_icon01.png") no-repeat;
    content: '';
}

.caution_box .caution.type2 {
    color: #f14a61;
}

.caution_box .caution.type2:before {
    background: url("/2025_boxing/images/contents/caution_icon02.png") no-repeat;
}

@media (max-width: 640px) {
    .caution_box .caution {
        padding-left: 27px;
        font-size: 16px;
        line-height: 25px;
    }

    .caution_box .caution:before {
        top: 2px;
    }
}

/* 단증심사공고및신청 */
.audit_wrap {
}

.audit_wrap .audit_table {
    margin-top: 50px;
    border-top: 2px solid #000;
}

.audit_wrap .audit_table th {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.025em;
}

.audit_wrap .audit_table thead tr th {
    padding: 20px 10px;
    border-bottom: 1px solid #e7e7e7;
}

.audit_wrap .audit_table td {
    padding: 22px 15px;
    border-bottom: 1px solid #e7e7e7;
    color: #676767;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.audit_wrap .audit_table .audit_content {
}

.audit_wrap .audit_table .audit_content ul li {
}

.audit_wrap .audit_table .audit_content ul li {
    display: flex;
    align-items: flex-start;
    gap: 30px; /* 대회정보 리스트에서 대회명 부분 갭 너비 */
}

.audit_wrap .audit_table .audit_content ul li span {
    color: #676767;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.audit_wrap .audit_table .audit_content ul li .dt {
    position: relative;
    padding-left: 25px;
    color: #000000;
    flex: 0 0 150px; /* 대회정보, 단증 리스트에서 작은 타이틀 너비 부분 마지막 숫자 150px 조절로 너비 조절 가능 */
}

.audit_wrap .audit_table .audit_content ul li .dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
}

.audit_wrap .audit_table .audit_content ul li .dd {
    flex: 1;
}

.audit_wrap .audit_table .state {
    display: block;
    position: relative;
    font-size: 0;
    text-align: right;
    line-height: 0;
}

.audit_wrap .audit_table .state a {
    display: inline-block;
    position: relative;
    width: 120px; /* 대회정보, 단증 리스트에서 우측 버튼 너비 */
    height: 52px;
    border: 2px solid;
    border-radius: 50px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    letter-spacing: -0.025em;
}

.audit_wrap .audit_table .state a.type1 {
    border-color: #f0f1f2;
    background-color: #f0f1f2;
    color: #787d8d;
}

.audit_wrap .audit_table .state a.type2 {
    border-color: #5a647c;
    color: #5a647c;
}

.audit_wrap .audit_table .state a.type3 {
    border-color: #1a54d7;
    background-color: #1a54d7;
    color: #fff;
}

.audit_wrap .audit_table .state a + a {
    margin-left: 20px;
}

@media (max-width: 1470px) {
    .audit_wrap .audit_table colgroup col:last-child {
        width: 150px !important;
    }

    .audit_wrap .audit_table .audit_content ul li {
        gap: 0;
    }

    .audit_wrap .audit_table .state a + a {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .audit_wrap .audit_table .audit_content ul li .dt {
        padding-left: 12px;
        flex: 0 0 130px;
    }

    .audit_wrap .audit_table colgroup col:first-child {
        width: 100px !important;
    }

    .audit_wrap .audit_table colgroup col:last-child {
    }

    .audit_wrap .audit_table th {
        font-size: 17px;
    }

    .audit_wrap .audit_table thead tr th {
        padding: 15px;
    }

    .audit_wrap .audit_table .audit_content ul li span, .audit_wrap .audit_table td {
        font-size: 16px;
        line-height: 23px;
    }

    .audit_wrap .audit_table td {
        padding: 15px 10px;
    }

    .audit_wrap .audit_table .audit_content ul li + li {
        margin-top: 8px;
    }

    .audit_wrap .audit_table .state a {
        width: 120px;
        height: 40px;
        font-size: 16px;
        line-height: 38px;
    }
}

@media (max-width: 640px) {
}

/* 회원가입 공통 */
#contents .login {
    position: relative; /* padding-top:144px;*/ /* padding-bottom:270px;*/
}

#contents .login .wrap {
    width: 1380px;
    padding-right: 0;
    padding-left: 0;
}

#contents .login .login_top {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center;
    line-height: 0;
}

#contents .login .login_top .login_title {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: -0.025em;
}

#contents .login .login_top .login_text {
    margin-top: 41px;
    color: #2c2c2c;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.025em;
}

#contents .login .login_top .login_step {
    position: relative;
    margin-top: 53px;
    border: 1px solid #c1c1c1;
}

#contents .login .login_top .login_step .step_list {
}

#contents .login .login_top .login_step .step_item {
    display: inline-flex;
    position: relative;
    width: 25%;
    height: 59px;
    background-color: #fff;
    vertical-align: top;
    align-items: center;
    justify-content: center;
}

#contents .login .login_top .login_step .step_item:before {
    display: block;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background-color: #3c3c3c;
    content: '';
}

#contents .login .login_top .login_step .step_item:after {
    display: block;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 1;
    width: 17px;
    height: 61px;
    background: url('../images/program/step_deco01.png') no-repeat;
    content: '';
}

#contents .login .login_top .login_step .step_item:last-child:after {
    display: none;
}

#contents .login .login_top .login_step .step_item span {
    position: relative;
    color: #737373;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.025em;
}

#contents .login .login_top .login_step .step_item.active:before {
    opacity: 1;
}

#contents .login .login_top .login_step .step_item.active:after {
    background-image: url('../images/program/step_deco02.png');
}

#contents .login .login_top .login_step .step_item.active span {
    color: #fff;
}

#contents .login .login_content {
    position: relative;
    font-size: 0;
    line-height: 0;
}

#contents .login .login_content .p-form-checkbox {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    vertical-align: middle
}

#contents .login .login_content .p-form-checkbox__label {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    letter-spacing: 0;
}

#contents .login .login_content .p-form-checkbox__label:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background-color: #fff;
    content: '';
    box-sizing: border-box;
}

#contents .login .login_content .p-form-checkbox__input[type="checkbox"]:checked + label:after {
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 16px;
    height: 13px;
    background-image: url('../images/program/checkbox_icon01.png');
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

#contents .login .login_content .p-form-checkbox__input[type="checkbox"]:checked + label:before {
    border-color: #0583f2;
    background-color: #0583f2;
}

#contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label {
    padding-left: 36px;
}

#contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label span {
    color: #0583f2;
    vertical-align: baseline;
}

#contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label span.red {
    color: #e05472;
}

#contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label:before {
    top: 2px;
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

#contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__input + label:after {
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 15px;
    height: 11px;
    background-image: url('../images/program/checkbox_icon02.png');
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

#contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__input[type="checkbox"]:checked + label:after {
    background-image: url('../images/program/checkbox_icon01.png');
}

@media (max-width: 1380px) {
    #contents .login .wrap {
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    .login { /* padding-top:100px;*/ /* padding-bottom:180px;*/
    }

    #contents .login .wrap {
        width: auto;
        padding-right: 18px;
        padding-left: 18px;
    }

    #contents .login .login_top .login_title {
        font-size: 44px;
        line-height: 50px;
    }

    #contents .login .login_top .login_text {
        margin-top: 22px;
        font-size: 18px;
        line-height: 24px;
    }

    #contents .login .login_top .login_step {
        margin-top: 38px;
    }

    #contents .login .login_top .login_step .step_item {
        height: 49px;
    }

    #contents .login .login_top .login_step .step_item span {
        font-size: 18px;
        line-height: 22px;
    }

    #contents .login .login_top .login_step .step_item:after {
        height: 51px;
        background-size: contain;
    }

    #contents .login .login_content .p-form-checkbox__label {
        padding-left: 40px;
        font-size: 20px;
        line-height: 28px;
    }

    #contents .login .login_content .p-form-checkbox__label:before {
        width: 28px;
        height: 28px;
    }

    #contents .login .login_content .p-form-checkbox__input[type="checkbox"]:checked + label:after {
        top: 8px;
        left: 6px;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label {
        padding-left: 32px;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label:before {
        width: 23px;
        height: 23px;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__input + label:after {
        width: 13px;
        height: 9px;
        background-size: contain;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__input[type="checkbox"]:checked + label:after {
        top: 9px;
        left: 5px;
    }
}

@media (max-width: 640px) {
    .login { /* padding-top:60px;*/ /* padding-bottom:100px;*/
    }

    #contents .login .login_top .login_title {
        font-size: 30px;
        line-height: 40px;
    }

    #contents .login .login_top .login_text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
    }

    #contents .login .login_top .login_step {
        margin-top: 30px;
    }

    #contents .login .login_top .login_step .step_item {
        width: 50%;
        height: 45px;
        background-color: transparent;
    }

    #contents .login .login_top .login_step .step_item:nth-child(1), #contents .login .login_top .login_step .step_item:nth-child(2) {
        border-bottom: 1px solid #c1c1c1;
    }

    #contents .login .login_top .login_step .step_item:after {
        height: 47px;
    }

    #contents .login .login_top .login_step .step_item:nth-child(2):before, #contents .login .login_top .login_step .step_item:last-child:before {
        left: 1px;
    }

    #contents .login .login_top .login_step .step_item:nth-child(2):after {
        display: none;
    }

    #contents .login .login_top .login_step .step_item span {
        font-size: 16px;
    }

    #contents .login .login_content .p-form-checkbox__label {
        padding-left: 35px;
        font-size: 16px;
        line-height: 24px;
    }

    #contents .login .login_content .p-form-checkbox__label:before {
        width: 24px;
        height: 24px;
    }

    #contents .login .login_content .p-form-checkbox__input[type="checkbox"]:checked + label:after {
        width: 12px;
        height: 10px;
        background-size: contain;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label {
        padding-left: 26px;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__label:before {
        width: 19px;
        height: 19px;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__input + label:after {
        top: 8px;
        left: 4px;
        width: 11px;
        height: 7px;
    }

    #contents .login .login_content .p-form-checkbox.type2 .p-form-checkbox__input[type="checkbox"]:checked + label:after {
        top: 8px;
        left: 4px;
    }
}

/* 약관동의 */
#contents .login.agree {
}

#contents .login.agree .login_content .agree_box {
    position: relative;
    margin-top: 30px;
    padding-bottom: 68px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

#contents .login.agree .login_content .agree_box .agree_top {
    position: relative;
    padding: 22px 20px 23px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}

#contents .login.agree .login_content .agree_box .agree_top .agree_caution {
    display: inline-block;
    position: relative;
    margin-top: 4px;
    margin-left: 25px;
    padding-left: 30px;
    color: #464646;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    letter-spacing: -0.025em;
}

#contents .login.agree .login_content .agree_box .agree_top .agree_caution:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../images/program/caution_icon.png') no-repeat 0 0 / contain;
    content: '';
}

#contents .login.agree .login_content .agree_box .agree_content {
    position: relative;
    padding: 32px 54px 0;
}

#contents .login.agree .login_content .agree_box .agree_content + .agree_content {
    margin-top: 11px;
}

#contents .login.agree .login_content .agree_box .agree_content .view_button {
    display: block;
    position: absolute;
    top: 35px;
    right: 56px;
    width: 88px;
    height: 38px;
    border: 1px solid #757575;
    border-radius: 3px;
}

#contents .login.agree .login_content .agree_box .agree_content .view_button span {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    font-family: "Wanted Sans";
    line-height: 20px;
    letter-spacing: -0.025em;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_wrap {
    position: relative;
    margin-top: 21px;
    background-color: #f6f6f6;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll {
    display: block;
    position: relative;
    min-height: 250px;
    max-height: 295px;
    padding: 41px 40px 41px 37px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

#contents .login.agree .login_content .agree_box .agree_content.active .agree_scroll {
    max-height: inherit;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #e0e0e0;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-color: #939393;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_title {
    margin-top: 18px;
    margin-bottom: 14px;
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.025em;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_title:first-child {
    margin-top: 0;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_text {
    color: #606060;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.025em;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu + .agree_text {
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_text + .agree_text {
    margin-top: 2px;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu li {
    position: relative;
    padding-left: 32px;
    color: #777;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.025em;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu li .num {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 19px;
    height: 19px;
    color: #9f9f9f;
    font-size: 21px;
    text-align: center;
    line-height: 19px;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu.type2 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 4px;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu.type2 li {
    font-size: 17px;
}

#contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu.type2 li + li {
    margin-top: 2px;
}

@media (max-width: 1000px) {
    #contents .login.agree .login_content .agree_box {
        padding-bottom: 50px;
    }

    #contents .login.agree .login_content .agree_box .agree_top .agree_caution {
        padding-left: 25px;
        font-size: 17px;
        line-height: 21px;
    }

    #contents .login.agree .login_content .agree_box .agree_top .agree_caution:before {
        top: 1px;
        width: 19px;
        height: 19px;
    }

    #contents .login.agree .login_content .agree_box .agree_content {
        padding: 28px 30px 0;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll {
        max-height: 280px;
        padding: 35px 30px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_title {
        font-size: 19px;
        line-height: 24px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_text {
        font-size: 17px;
        line-height: 26px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu li {
        font-size: 17px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu.type2 li {
        font-size: 16px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .view_button {
        top: 27px;
        right: 30px;
        width: 80px;
        height: 34px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .view_button span {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    #contents .login.agree .login_content .agree_box {
        padding-bottom: 40px;
    }

    #contents .login.agree .login_content .agree_box .agree_top {
        padding: 20px 15px 21px;
    }

    #contents .login.agree .login_content .agree_box .agree_top .p-form-checkbox {
        display: block;
    }

    #contents .login.agree .login_content .agree_box .agree_top .agree_caution {
        margin-top: 10px;
        margin-left: 0;
        font-size: 16px;
        line-height: 22px;
    }

    #contents .login.agree .login_content .agree_box .agree_top .agree_caution:before {
    }

    #contents .login.agree .login_content .agree_box .agree_content {
        padding: 25px 20px 0;
    }

    #contents .login.agree .login_content .agree_box .agree_content .p-form-checkbox {
        display: block;
    }

    #contents .login.agree .login_content .agree_box .agree_content .view_button {
        top: 20px;
        right: 20px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll {
        max-height: 275px;
        padding: 25px 20px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_title {
        font-size: 17px;
        line-height: 21px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .agree_text {
        font-size: 16px;
        line-height: 24px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu li {
        padding-left: 22px;
        font-size: 16px;
        line-height: 24px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu li .num {
        left: 0;
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu.type2 {
        margin-left: 0;
    }

    #contents .login.agree .login_content .agree_box .agree_content .agree_scroll .bu.type2 li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    #contents .login.agree .login_content .agree_box .agree_content {
        text-align: right;
    }

    #contents .login.agree .login_content .agree_box .agree_content .view_button {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
}

/* 본인인증 */
#contents .login.identity {
}

#contents .login.identity .login_content {
}

#contents .login.identity .login_content .identity_list {
    margin-top: 60px;
}

#contents .login.identity .login_content .identity_item {
    display: inline-block;
    position: relative;
    width: calc((100% - 70px) / 2);
    min-height: 360px;
    padding: 40px 0;
    border-radius: 20px;
    background-color: #f7f7f7;
    text-align: center;
    vertical-align: top;
}

#contents .login.identity .login_content .identity_item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 277px;
    margin: auto 0;
    background: url('../images/program/line.png') no-repeat;
    content: '';
}

#contents .login.identity .login_content .identity_item + .identity_item {
    margin-left: 70px;
}

#contents .login.identity .login_content .identity_item .identity_title {
    display: inline-block;
    position: relative;
    width: 46.5%;
    padding-top: 193px;
    vertical-align: top;
}

#contents .login.identity .login_content .identity_item .identity_title:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    content: '';
}

#contents .login.identity .login_content .identity_item.n1 .identity_title:before {
    top: 56px;
    right: 30px;
    width: 122px;
    height: 114px;
    background-image: url('../images/program/identity_icon01.png');
}

#contents .login.identity .login_content .identity_item.n2 .identity_title:before {
    top: 81px;
    right: 16px;
    width: 130px;
    height: 80px;
    background-image: url('../images/program/identity_icon02.png');
}

#contents .login.identity .login_content .identity_item .identity_title span {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.025em;
}

#contents .login.identity .login_content .identity_item .identity_box {
    display: inline-block;
    position: relative;
    width: calc(100% - 46.5%);
    padding-top: 67px;
    vertical-align: top;
}

#contents .login.identity .login_content .identity_item .identity_box p {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.025em;
}

#contents .login.identity .login_content .identity_item .identity_box .identity_button {
    display: block;
    position: relative;
    width: 220px;
    height: 54px;
    margin: 39px auto 0;
    padding: 16px 55px 15px 36px;
    border-radius: 35px;
    background-color: #202020;
    text-align: left;
}

#contents .login.identity .login_content .identity_item .identity_box .identity_button:before {
    display: block;
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    width: 16px;
    height: 11px;
    margin: auto 0;
    background: url('../images/program/identity_arrow.png') no-repeat;
    content: '';
}

#contents .login.identity .login_content .identity_item .identity_box .identity_button span {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.025em;
}

@media (max-width: 1380px) {
    #contents .login.identity .login_content .identity_item {
        padding: 40px 40px 55px;
    }

    #contents .login.identity .login_content .identity_item:before {
        display: none;
    }

    #contents .login.identity .login_content .identity_item .identity_title {
        display: block;
        width: 100%;
    }

    #contents .login.identity .login_content .identity_item .identity_title {
        padding-top: 153px;
    }

    #contents .login.identity .login_content .identity_item.n1 .identity_title:before {
        top: 16px;
    }

    #contents .login.identity .login_content .identity_item.n2 .identity_title:before {
        top: 41px;
    }

    #contents .login.identity .login_content .identity_item .identity_box {
        width: 100%;
        padding-top: 35px;
    }
}

@media (max-width: 1000px) {
    #contents .login.identity .login_content .identity_item {
        width: calc((100% - 20px) / 2);
        padding: 30px 20px 40px;
    }

    #contents .login.identity .login_content .identity_item + .identity_item {
        margin-left: 20px;
    }

    #contents .login.identity .login_content .identity_item .identity_title {
        padding-top: 133px;
    }

    #contents .login.identity .login_content .identity_item .identity_title:before {
        background-size: contain;
    }

    #contents .login.identity .login_content .identity_item.n1 .identity_title:before {
        width: 98px;
        height: 92px;
    }

    #contents .login.identity .login_content .identity_item.n2 .identity_title:before {
        top: 34px;
        width: 104px;
        height: 64px;
    }

    #contents .login.identity .login_content .identity_item .identity_title span {
        font-size: 24px;
        line-height: 28px;
    }

    #contents .login.identity .login_content .identity_item .identity_box {
        padding-top: 20px;
    }

    #contents .login.identity .login_content .identity_item .identity_box p {
        font-size: 17px;
        line-height: 21px;
    }

    #contents .login.identity .login_content .identity_item .identity_box p br {
        display: none;
    }

    #contents .login.identity .login_content .identity_item .identity_box .identity_button {
        width: 180px;
        height: 48px;
        margin-top: 30px;
        padding: 13px 38px 13px 24px;
    }

    #contents .login.identity .login_content .identity_item .identity_box .identity_button:before {
        right: 20px;
        width: 14px;
        height: 10px;
        background-size: contain;
    }

    #contents .login.identity .login_content .identity_item .identity_box .identity_button span {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 750px) {
    #contents .login.identity .login_content .identity_item .identity_box p br {
        display: block;
    }
}

@media (max-width: 640px) {
    #contents .login.identity .login_content .identity_list {
        margin-top: 40px;
    }

    #contents .login.identity .login_content .identity_item {
        min-height: auto;
    }

    #contents .login.identity .login_content .identity_item {
        width: calc((100% - 10px) / 2);
        padding: 15px 15px 25px 35px;
    }

    #contents .login.identity .login_content .identity_item + .identity_item {
        margin-left: 10px;
    }

    #contents .login.identity .login_content .identity_item .identity_title {
        padding-top: 103px;
    }

    #contents .login.identity .login_content .identity_item.n1 .identity_title:before {
        top: 13px;
        right: 24px;
        width: 73px;
        height: 68px;
    }

    #contents .login.identity .login_content .identity_item.n2 .identity_title:before {
        top: 27px;
        right: 10px;
        width: 78px;
        height: 48px;
    }

    #contents .login.identity .login_content .identity_item .identity_title span {
        font-size: 20px;
        line-height: 24px;
    }

    #contents .login.identity .login_content .identity_item .identity_box p {
        font-size: 16px;
        line-height: 20px;
    }

    #contents .login.identity .login_content .identity_item .identity_box .identity_button {
        width: 165px;
        height: 45px;
        margin-top: 25px;
        padding-top: 12px;
        padding-left: 17px;
    }

    #contents .login.identity .login_content .identity_item .identity_box .identity_button:before {
        right: 16px;
    }

    #contents .login.identity .login_content .identity_item .identity_box .identity_button span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #contents .login.identity .login_content .identity_item {
        width: 100%;
    }

    #contents .login.identity .login_content .identity_item + .identity_item {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* 비밀번호 찾기 */
#contents .login.identity.password {
}

#contents .login.identity.password .login_content .identity_item .identity_box {
    padding-top: 39px;
}

#contents .login.identity.password .login_content .identity_item.n2 .identity_box {
    padding-top: 63px;
}

#contents .login.identity.password .login_content .identity_item.n2 .identity_box p br {
    display: none;
}

#contents .login.identity.password .login_content .identity_item .identity_box .identity_input {
    position: relative;
    width: 220px;
    margin: 0 auto 23px;
    padding-left: 60px;
}

#contents .login.identity.password .login_content .identity_item .identity_box .identity_input label {
    position: absolute;
    top: 0;
    left: 0;
    color: #060606;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

#contents .login.identity.password .login_content .identity_item .identity_box .identity_input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #060606;
    font-size: 18px;
}

#contents .login.identity.password .login_content .identity_item .identity_box .identity_button {
    margin-top: 24px;
}

@media (max-width: 1380px) {
    #contents .login.identity.password .login_content .identity_item .identity_box {
        padding-top: 33px;
    }
}

@media (max-width: 1000px) {
    #contents .login.identity.password .login_content .identity_item .identity_box {
        padding-top: 20px;
    }

    #contents .login.identity.password .login_content .identity_item.n2 .identity_box {
        padding-top: 20px;
    }

    #contents .login.identity.password .login_content .identity_item .identity_box .identity_input label {
        font-size: 17px;
        line-height: 46px;
    }

    #contents .login.identity.password .login_content .identity_item .identity_box .identity_input input {
        height: 46px;
    }
}

@media (max-width: 750px) {
    #contents .login.identity.password .login_content .identity_item.n2 .identity_box p br {
        display: block;
    }
}

@media (max-width: 640px) {
    #contents .login.identity.password .login_content .identity_item .identity_box .identity_input {
        width: calc(100% - 20px);
        padding-left: 0;
        text-align: center;
    }

    #contents .login.identity.password .login_content .identity_item .identity_box .identity_input label {
        position: relative;
        top: auto;
        left: auto;
        font-size: 16px;
        line-height: 20px;
    }

    #contents .login.identity.password .login_content .identity_item .identity_box .identity_input input {
        height: 40px;
        margin-top: 10px;
    }
}

/* 가입완료 */
#contents .login.complete .login_content .complete_box {
    position: relative;
    margin-top: 30px;
    padding: 109px 50px 127px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    text-align: center;
}

#contents .login.complete .login_content .complete_box .complete_title {
    position: relative;
    padding-top: 162px;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.025em;
}

#contents .login.complete .login_content .complete_box .complete_title:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 208px;
    height: 115px;
    margin: 0 auto;
    background: url('../images/program/complete_icon.png') no-repeat 0 0 / contain;
    content: '';
}

#contents .login.complete .login_content .complete_box .complete_title em {
    color: #0583f2;
    vertical-align: baseline;
}

#contents .login.complete .login_content .complete_box .complete_text {
    margin-top: 54px;
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.025em;
}

#contents .login.complete .login_content .p-btn {
    display: block;
    position: relative;
    margin-top: 53px;
    text-align: center;
}

#contents .login.complete .login_content .p-btn .btn {
    display: inline-block;
    position: relative;
    width: 326px;
    height: 60px;
    padding: 16px 20px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    vertical-align: top;
    letter-spacing: -0.025em;
}

#contents .login.complete .login_content .p-btn .btn + .btn {
    margin-left: 10px;
}

#contents .login.complete .login_content .p-btn .btn.black {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1000px) {
    #contents .login.complete .login_content .complete_box {
        padding: 89px 30px 107px;
    }

    #contents .login.complete .login_content .complete_box .complete_title {
        padding-top: 122px;
        font-size: 34px;
        line-height: 46px;
    }

    #contents .login.complete .login_content .complete_box .complete_title:before {
        width: 156px;
        height: 86px;
    }

    #contents .login.complete .login_content .complete_box .complete_text {
        margin-top: 40px;
        font-size: 18px;
        line-height: 24px;
    }

    #contents .login.complete .login_content .p-btn {
        margin-top: 40px;
    }

    #contents .login.complete .login_content .p-btn .btn {
        width: calc((100% - 10px) / 2);
        height: 55px;
        padding-top: 14px;
        font-size: 19px;
    }
}

@media (max-width: 640px) {
    #contents .login.complete .login_content .complete_box {
        padding: 59px 20px 72px;
    }

    #contents .login.complete .login_content .complete_box .complete_title {
        padding-top: 82px;
        font-size: 22px;
        line-height: 34px;
    }

    #contents .login.complete .login_content .complete_box .complete_title:before {
        width: 114px;
        height: 63px;
    }

    #contents .login.complete .login_content .complete_box .complete_text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    #contents .login.complete .login_content .p-btn {
        margin-top: 30px;
    }

    #contents .login.complete .login_content .p-btn .btn {
        height: 48px;
        font-size: 16px;
        line-height: 20px;
    }
}

/* 로그인 */
#contents .login .login_content {
}

#contents .login .login_content .login_box {
    position: relative;
    width: 1000px;
    margin: 54px auto 0;
    padding: 83px 156px 86px;
    border: 1px solid #c2c3c3;
    border-radius: 30px;
}

#contents .login .login_content .login_box .login_inp_box {
    position: relative;
    margin-bottom: 18px;
}

#contents .login .login_content .login_box .login_inp_box .login_inp {
    position: relative;
}

#contents .login .login_content .login_box .login_inp_box .login_inp + .login_inp {
    margin-top: 26px;
}

#contents .login .login_content .login_box .login_inp_box .login_inp label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
}

#contents .login .login_content .login_box .login_inp_box .login_inp input {
    width: 100%;
    height: 56px;
    margin-top: 3px;
    padding: 12px 20px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #060606;
    font-size: 18px;
    letter-spacing: 0;
}

#contents .login .login_content .login_box .login_inp_box .login_inp input::placeholder {
    color: rgba(0, 0, 0, 0.53);
    font-size: 18px;
    font-family: "Wanted Sans";
    letter-spacing: 0;
}

#contents .login .login_content .login_box .p-form-checkbox__label {
    padding-left: 34px;
    color: #878787;
    font-size: 16px;
    line-height: 27px;
}

#contents .login .login_content .login_box .p-form-checkbox__label:before {
    width: 27px;
    height: 27px;
    border: 2px solid #757575;
    border-radius: 3px;
}

#contents .login .login_content .login_box .p-form-checkbox__input[type="checkbox"]:checked + label:after {
    top: 7px;
    left: 6px;
}

#contents .login .login_content .login_box .login_button {
    display: block;
    width: 100%;
    height: 64px;
    margin-top: 28px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Wanted Sans";
    text-align: center;
    line-height: 26px;
    letter-spacing: -0.025em;
}

#contents .login .login_content .login_box .login_list {
    position: relative;
    margin-top: 31px;
    text-align: center;
}

#contents .login .login_content .login_box .login_list .login_anchor {
    display: inline-block;
    position: relative;
    color: #696969;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: top;
    letter-spacing: -0.025em;
}

#contents .login .login_content .login_box .login_list .login_anchor + .login_anchor {
    margin-left: 14px;
    padding-left: 17px;
}

#contents .login .login_content .login_box .login_list .login_anchor + .login_anchor:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 13px;
    margin: auto 0;
    background-color: #c2c2c2;
    content: '';
}

#contents .login .login_content .login_box .login_info {
    position: relative;
    margin-top: 61px;
    padding: 30px 40px 28px 42px;
    background-color: #f5f5f5;
}

#contents .login .login_content .login_box .login_info p {
    position: relative;
    padding-left: 27px;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
    letter-spacing: -0.025em;
}

#contents .login .login_content .login_box .login_info p:before {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 10px;
    background: url('../images/program/info_icon.png') no-repeat 0 0 / contain;
    content: '';
}

@media (max-width: 1000px) {
    #contents .login .login_content .login_box {
        width: 100%;
        padding: 63px 100px 66px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp + .login_inp {
        margin-top: 20px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp label {
        font-size: 18px;
        line-height: 30px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp input {
        height: 50px;
        font-size: 17px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp input::placeholder {
        font-size: 17px;
    }

    #contents .login .login_content .login_box .login_button {
        height: 60px;
        font-size: 18px;
    }

    #contents .login .login_content .login_box .login_list {
        margin-top: 25px;
    }

    #contents .login .login_content .login_box .login_list .login_anchor {
        font-size: 17px;
    }

    #contents .login .login_content .login_box .login_info {
        margin-top: 45px;
        padding: 26px 30px 24px 32px;
    }

    #contents .login .login_content .login_box .login_info p {
        font-size: 17px;
        line-height: 29px;
    }
}

@media (max-width: 640px) {
    #contents .login .login_content .login_box {
        padding: 40px 25px 43px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp + .login_inp {
        margin-top: 15px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp label {
        font-size: 17px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp input {
        height: 46px;
        padding: 10px 12px;
        font-size: 16px;
    }

    #contents .login .login_content .login_box .login_inp_box .login_inp input::placeholder {
        font-size: 16px;
    }

    #contents .login .login_content .login_box .login_button {
        height: 52px;
        font-size: 17px;
    }

    #contents .login .login_content .login_box .login_list {
        margin-top: 25px;
    }

    #contents .login .login_content .login_box .login_list .login_anchor {
        font-size: 16px;
        line-height: 22px;
    }

    #contents .login .login_content .login_box .login_list .login_anchor + .login_anchor {
        margin-left: 8px;
        padding-left: 9px;
    }

    #contents .login .login_content .login_box .login_info {
        margin-top: 35px;
        padding: 24px 20px 22px 20px;
    }

    #contents .login .login_content .login_box .login_info p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* 회원가입 */
#contents .login.form .login_content .form_box {
    position: relative;
    margin-top: 30px;
    padding: 49px 89px 67px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

#contents .login.form .login_content h3 {
    position: relative;
    margin-bottom: 16px;
    padding-left: 23px;
    color: #0e0e0e;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.025em;
}

#contents .login.form .login_content h3:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border: 4px solid #0583f2;
    border-radius: 50%;
    content: '';
}

#contents .login.form .login_content h3 .required_text {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    vertical-align: top;
}

#contents .login.form .login_content .p-table + h3 {
    margin-top: 54px;
}

#contents .login.form .login_content .form_box .p-form__required--icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-left: 1px;
    background-image: url('../images/program/required_icon.png');
    font-size: 0;
    text-indent: 100%;
    vertical-align: top;
}

#contents .login.form .login_content .p-btn {
    display: block;
    position: relative;
    margin-top: 53px;
    text-align: center;
}

#contents .login.form .login_content .p-btn .btn {
    display: inline-block;
    position: relative;
    width: 326px;
    height: 60px;
    padding: 16px 20px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 22px;
    font-family: "Wanted Sans";
    text-align: center;
    line-height: 26px;
    vertical-align: top;
    letter-spacing: -0.025em;
}

#contents .login.form .login_content .p-btn .btn + .btn {
    margin-left: 10px;
}

#contents .login.form .login_content .p-btn .btn.black {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1000px) {
    #contents .login.form .login_content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    #contents .login.form .login_content h3:before {
        top: 10px;
    }

    #contents .login.form .login_content h3 .required_text {
        font-size: 17px;
        line-height: 30px;
    }

    #contents .login.form .login_content .form_box {
        padding: 40px 30px 45px;
    }

    #contents .login.form .login_content .p-btn {
        margin-top: 40px;
    }

    #contents .login.form .login_content .p-btn .btn {
        width: calc((100% - 10px) / 2);
        height: 55px;
        padding-top: 14px;
        font-size: 19px;
    }
}

@media (max-width: 640px) {
    #contents .login.form .login_content .form_box {
        padding: 35px 20px 40px;
    }

    #contents .login.form .login_content h3 {
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 28px;
    }

    #contents .login.form .login_content h3:before {
        top: 9px;
    }

    #contents .login.form .login_content h3 .required_text {
        font-size: 15px;
        line-height: 28px;
    }

    #contents .login.form .login_content .p-table + h3 {
        margin-top: 30px;
    }

    #contents .login.form .login_content .p-btn {
        margin-top: 30px;
    }

    #contents .login.form .login_content .p-btn .btn {
        height: 48px;
        font-size: 16px;
        line-height: 20px;
    }
}

/* 임원 리스트 */
.executives_list {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 65px;
    margin-bottom:50px;
}

.h3 + .executives_list {
    margin-top: 130px;
}

.executives_list li {
    display: flex;
    overflow: hidden;
    width: calc((100% - 260px) / 5);
    border-radius: 40px 0 0 0;
    flex-direction: column;
}

.executives_list li .img {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.executives_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.executives_list li .text {
    display: flex;
    padding: 16px 10px;
    background-color: #f4f5f6;
    text-align: center;
    flex-direction: column;
    gap: 4px;
}

.executives_list li .text div {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.executives_list li .text p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
}

.executives_list li .text span {
    color: #5574a9;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1470px) {
    .executives_list {
        gap: 30px;
    }

    .executives_list li {
        width: calc((100% - 120px) / 5);
    }

    .executives_list li .text div {
        font-size: 20px;
    }

    .executives_list li .text p {
        font-size: 16px;
    }

    .executives_list li .text span {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .executives_list {
        gap: 20px;
    }

    .h3 + .executives_list {
        margin-top: 60px;
    }

    .executives_list li {
        width: calc((100% - 60px) / 4);
        border-radius: 20px 0 0 0;
    }

    .executives_list li .text {
        padding: 12px 5px;
        gap: 2px;
    }

    .executives_list li .text div {
        font-size: 18px;
    }

    .executives_list li .text p {
        margin-top: 6px;
    }
}

@media (max-width: 768px) {
    .executives_list li {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 640px) {
    .h3 + .executives_list {
        margin-top: 30px;
    }

    .executives_list {
        gap: 20px 10px;
    }

    .executives_list li {
        width: calc(50% - 5px);
    }
}

/* 찾아오시는길 */
.direction_wrap {
    display: flex;
    gap: 22px;
}

.direction_wrap .direction_map {
    width: calc(100% - 547px);
    border: 1px solid #ddd;
    border-radius: 18px;
    overflow: hidden;
}

.direction_wrap .direction_map .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.direction_wrap .direction_map .root_daum_roughmap .wrap_map {
    height: 100% !important;
}

.direction_wrap .direction_map .root_daum_roughmap .wrap_map .map_border {
    display: none !important;
}

.direction_wrap .direction_box {
    width: 525px;
    flex-shrink: 0;
    background-color: #112247;
    border-radius: 18px;
    color: #fff;
}

.direction_wrap .direction_box .direction_title {
    padding: 50px 50px;
}

.direction_wrap .direction_box .direction_title p {
    font-size: 24px;
    font-weight: 600;
}

.direction_wrap .direction_box .direction_title div {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
}

.direction_wrap .direction_box .direction_info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 35px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.direction_wrap .direction_box .direction_info li {
    position: relative;
    padding-left: 66px;
}

.direction_wrap .direction_box .direction_info li:before {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: 6px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.direction_wrap .direction_box .direction_info li:nth-child(1):before {
    background-image: url(../images/contents/direction_icon01.png);
}

.direction_wrap .direction_box .direction_info li:nth-child(2):before {
    background-image: url(../images/contents/direction_icon02.png);
}

.direction_wrap .direction_box .direction_info li:nth-child(3):before {
    background-image: url(../images/contents/direction_icon03.png);
}

.direction_wrap .direction_box .direction_info li div {
    font-size: 18px;
    font-weight: 600;
}

.direction_wrap .direction_box .direction_info li p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.33;
}

@media (max-width: 1470px) {
    .direction_wrap {
    }

    .direction_wrap .direction_map {
        width: calc(100% - 422px);
    }

    .direction_wrap .direction_map .root_daum_roughmap {
    }

    .direction_wrap .direction_box {
        width: 400px;
    }

    .direction_wrap .direction_box .direction_title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .direction_wrap .direction_box .direction_title p {
    }

    .direction_wrap .direction_box .direction_title div {
    }

    .direction_wrap .direction_box .direction_info {
    }

    .direction_wrap .direction_box .direction_info li {
    }

    .direction_wrap .direction_box .direction_info li div {
    }

    .direction_wrap .direction_box .direction_info li p {
    }
}

@media (max-width: 1000px) {
    .direction_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .direction_wrap .direction_map {
        width: 100%;
        border-radius: 10px;
        height: 400px;
    }

    .direction_wrap .direction_map .root_daum_roughmap {
    }

    .direction_wrap .direction_box {
        width: 100%;
        border-radius: 10px;
    }

    .direction_wrap .direction_box .direction_title {
        padding: 30px;
    }

    .direction_wrap .direction_box .direction_title p {
        font-size: 16px;
    }

    .direction_wrap .direction_box .direction_title div {
        font-size: 20px;
        margin-top: 10px;
    }

    .direction_wrap .direction_box .direction_info {
        padding: 30px;
    }

    .direction_wrap .direction_box .direction_info li {
        padding-left: 60px;
    }

    .direction_wrap .direction_box .direction_info li:before {
        top: 2px;
    }

    .direction_wrap .direction_box .direction_info li div {
        font-size: 16px;
    }

    .direction_wrap .direction_box .direction_info li p {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 640px) {
    .direction_wrap {
    }

    .direction_wrap .direction_map {
        height: 250px;
    }

    .direction_wrap .direction_map .root_daum_roughmap {
    }

    .direction_wrap .direction_box {
    }

    .direction_wrap .direction_box .direction_title {
        padding: 20px;
    }

    .direction_wrap .direction_box .direction_title p {
    }

    .direction_wrap .direction_box .direction_title div {
        font-size: 18px;
    }

    .direction_wrap .direction_box .direction_info {
        padding: 20px;
        gap: 20px;
    }

    .direction_wrap .direction_box .direction_info li {
        padding-left: 46px;
    }

    .direction_wrap .direction_box .direction_info li:before {
        width: 30px;
        height: 30px;
        top: 5px;
    }

    .direction_wrap .direction_box .direction_info li div {
        font-size: 15px;
    }

    .direction_wrap .direction_box .direction_info li p {
        font-size: 15px;
        margin-top: 5px;
    }
}

/* 랑립취지서 */
.purpose_wrap {
    padding: 140px 140px 280px;
    background: #f9f9f8 url(../images/contents/purpose_bg.png) no-repeat center bottom / 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.purpose_wrap p {
    font-size: 20px;
    line-height: 2;
    color: #3b3b3b;
}

.purpose_wrap strong {
    font-family: 'MapoAgape';
    color: #292929;
    font-size: 46px;
    line-height: 1.52;
    font-weight: 400;
    letter-spacing: -0.05em;
}

@media (max-width: 1470px) {
    .purpose_wrap {
        padding: 100px 100px 200px;
        gap: 40px;
    }

    .purpose_wrap p {
        font-size: 18px;
    }

    .purpose_wrap strong {
        font-size: 31px;
    }
}

@media (max-width: 1000px) {
    .purpose_wrap {
        padding: 30px 30px 110px;
        gap: 35px;
    }

    .purpose_wrap p {
        font-size: 16px;
    }

    .purpose_wrap strong {
        font-size: 23px;
    }
}

@media (max-width: 640px) {
    .purpose_wrap {
        padding: 20px 20px 100px;
    }

    .purpose_wrap p {
        font-size: 15px;
    }

    .purpose_wrap strong {
        font-size: 20px;
    }
}

/* 연혁 */
.history_wrap {
    position: relative;
    min-height: 100vh;
    transition: opacity 1.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.history_wrap .history_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #e7e7e7;
}

.history_wrap .history_progress.is_fixed {
    position: absolute;
    top: 0;
    left: calc(50% - 140px);
    z-index: 10;
    transform: translateX(-50%);
}

.history_wrap .history_progress.is_fixed.is_sticky {
    position: fixed;
    top: 110px;
    height: calc(100vh - 110px);
}

.history_wrap .history_progress.left {
    display: none;
}

.history_wrap .history_progress span {
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #0339a5;
}

.history_wrap .history_progress span:before {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: rgba(40, 102, 224, 0.17);
    content: '';
    transform: translateX(-50%);
}

.history_wrap .history_progress span:after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0339a5;
    content: '';
    transform: translateX(-50%);
}

.history_wrap .history_list {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 80px;
}

.history_wrap .history_item {
    display: flex;
    position: relative;
}

.history_wrap .history_item .history_left {
    position: sticky;
    top: 100px;
    left: 0;
    width: 570px;
    height: fit-content;
    box-sizing: border-box;
    padding-left: 130px;
    flex-shrink: 0;
}

.history_wrap .history_item .history_left .year {
    font-family: "Tektur";
    font-size: 72px;
    font-weight: 700;
    color: #0339a5;
}

.history_wrap .history_item .history_right {
    position: relative; /* width:50%; */
    padding-left: 115px;
    padding-top: 20px;
}

.history_wrap .history_item .history_right .right_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.history_wrap .history_item .history_right .right_item {
    display: flex;
    gap: 64px;
}

.history_wrap .history_item .history_right .right_item .year {
    color: #0e0e0e;
    font-size: 36px;
    font-weight: 500;
    font-family: "Tektur";
}

.history_wrap .history_item .history_right .right_item .year_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 3px;
}

.history_wrap .history_item .history_right .right_item .year_item {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.8;
    display: flex;
    gap: 20px;
}

.history_wrap .history_item .history_right .right_item .year_item span {
    display: inline-block;
    color: #0583f2;
    font-size: 22px;
    font-weight: inherit;
    line-height: inherit;
    width: 66px;
    flex-shrink: 0;
}

@media (max-width: 1470px) {
    .history_wrap {
        max-width: 926px;
        margin: 0 auto;
    }

    .history_wrap .history_list {
        padding-top: 10px;
    }

    .history_wrap .history_progress.is_fixed {
        left: calc(50% - 140px);
        transform: none;
    }

    .history_wrap .history_item .history_left {
        width: 320px;
        padding-left: 0;
    }

    .history_wrap .history_item .history_right {
        padding-left: 70px;
    }
}

@media (max-width: 1000px) {
    .history_wrap {
        max-width: 590px;
    }

    .history_wrap .history_progress.is_fixed.is_sticky {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .history_wrap .history_item .history_left {
        width: 155px;
    }

    .history_wrap .history_item .history_left .year {
        font-size: 36px;
    }

    .history_wrap .history_item .history_right {
        padding: 0 0 0 30px;
    }

    .history_wrap .history_item .history_right .right_list {
        gap: 20px;
    }

    .history_wrap .history_item .history_right .right_item {
        gap: 20px;
    }

    .history_wrap .history_item .history_right .right_item .year {
        font-size: 24px;
    }

    .history_wrap .history_item .history_right .right_item .year_list {
        padding-top: 0;
    }

    .history_wrap .history_item .history_right .right_item .year_item {
        font-size: 18px;
    }

    .history_wrap .history_item .history_right .right_item .year_item span {
        font-size: 18px;
        width: 30px;
    }
}

@media (max-width: 640px) {
    .history_wrap {
        max-width: 324px;
    }

    .history_wrap .history_progress.is_fixed {
        left: calc(50% - 165px);
    }

    .history_wrap .history_progress.is_fixed.is_sticky {
        top: 60px;
    }

    .history_wrap .history_item {
        flex-direction: column;
        gap: 10px;
    }

    .history_wrap .history_item .history_left {
        width: 100%;
        padding-left: 18px;
    }

    .history_wrap .history_item .history_left .year {
        font-size: 24px;
    }

    .history_wrap .history_item .history_right {
        padding: 3px 0 0 18px;
    }

    .history_wrap .history_item .history_right .right_list {
        gap: 15px;
    }

    .history_wrap .history_item .history_right .right_item {
        gap: 12px;
    }

    .history_wrap .history_item .history_right .right_item .year {
        font-size: 20px;
    }

    .history_wrap .history_item .history_right .right_item .year_list {
        padding-top: 0;
    }

    .history_wrap .history_item .history_right .right_item .year_item {
        font-size: 16px;
    }

    .history_wrap .history_item .history_right .right_item .year_item span {
        font-size: 16px;
        width: 21px;
    }
}

/* 공인체육관이란 */
.gym_wrap {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.gym_wrap .gym_list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.gym_wrap .gym_list > li {
    display: flex;
}

.gym_wrap .gym_list li .title {
    width: 270px;
    flex-shrink: 0;
    font-size: 36px;
    font-weight: 700;
    color: #086dcd;
}

.gym_wrap .gym_list li .title span {
    display: block;
    font-size: 24px;
    margin-top: 8px;
}

.gym_wrap .gym_list li .text {
    padding: 35px 45px;
    background-color: #f8f8f8;
    min-height: 130px;
    width: 100%;
}

.gym_wrap .gym_list li .text > ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gym_wrap .gym_list li .text ul li {
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    color: #666;
    gap: 6px;
}

.gym_wrap .gym_list li .text ul li span {
    flex-shrink: 0;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.4;
    color: #086dcd;
    font-weight: 700;
}

.gym_wrap .gym_list li .text ul li a {
    color: #086dcd;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    border-bottom: 1px dashed #086dcd;
    background: url(../images/contents/down_icon03.png) no-repeat left 5px;
    padding-left: 24px;
    margin-left: 5px;
}

@media (max-width: 1000px) {
    .gym_wrap {
        padding-top: 30px;
    }

    .gym_wrap .gym_list {
        gap: 30px;
    }

    .gym_wrap .gym_list > li {
        flex-direction: column;
        gap: 12px;
    }

    .gym_wrap .gym_list li .title {
        font-size: 22px;
        width: 100%;
        line-height: 26px;
    }

    .gym_wrap .gym_list li .title br {
        display: none;
    }

    .gym_wrap .gym_list li .title span {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        font-size: 18px;
        line-height: 26px;
    }

    .gym_wrap .gym_list li .text {
        padding: 30px;
        min-height: auto;
    }

    .gym_wrap .gym_list li .text ul {
    }

    .gym_wrap .gym_list li .text ul li {
        font-size: 16px;
    }

    .gym_wrap .gym_list li .text ul li span {
        font-size: 16px;
    }

    .gym_wrap .gym_list li .text ul li a {
        background-position: left 1px;
    }

    .gym_wrap .gym_list li .text ul li a:before {
    }
}

@media (max-width: 640px) {
    .gym_wrap {
        padding-top: 20px;
    }

    .gym_wrap .gym_list {
    }

    .gym_wrap .gym_list li {
        gap: 10px;
    }

    .gym_wrap .gym_list li .title {
        font-size: 18px;
    }

    .gym_wrap .gym_list li .title span {
        font-size: 14px;
    }

    .gym_wrap .gym_list li .text {
        padding: 20px;
    }

    .gym_wrap .gym_list li .text ul {
    }

    .gym_wrap .gym_list li .text ul li {
        font-size: 15px;
        flex-wrap: wrap;
        padding-left: 18px;
        position: relative;
    }

    .gym_wrap .gym_list li:nth-child(3) .text ul li {
        padding-left: 0;
    }

    .gym_wrap .gym_list li .text ul li span {
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .gym_wrap .gym_list li .text ul li a {
        background-size: 16px;
        padding-left: 20px;
    }

    .gym_wrap .gym_list li .text ul li a:before {
    }
}

/* 조직도 */
.organ_wrap {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
}

.organ_wrap .depth1 {
    position: relative;
}

.organ_wrap .depth1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 2px;
    /* height: 560px; */
    height: 100px;
    background-color: #ddd;
}

.organ_wrap .depth1 .depth_box {
    width: 220px;
    height: 220px;
    background: url(../images/contents/organ_depth1.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
}

.organ_wrap .depth2 {
    margin-top: 83px;
    position: relative;
}

.organ_wrap .depth2 .depth_box {
    width: 360px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #8c3a70, #4c3b92);
    font-size: 24px;
    font-weight: 700;
}

.organ_wrap .depth3 {
    padding-top: 190px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.organ_wrap .depth3:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 230px;
    right: 230px;
    height: 200px;
    border: 2px solid #ddd;
    border-radius: 50px;
    border-bottom: 0;
}

.organ_wrap .depth3:after {
    content: '';
    position: absolute;
    top: 305px;
    right: calc(50% - 1px);
    width: 250px;
    height: 201px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-radius: 0 0 50px;
    display: none;
}

.organ_wrap .depth3 .depth3_1 {
    display: flex;
    justify-content: space-between;
}

.organ_wrap .depth3 .depth3_1 .depth_box {
    width: 460px;
    gap: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}

.organ_wrap .depth3 .depth3_1 .depth_box > div {
    width: 100%;
    height: 70px;
    background-color: #073673;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.organ_wrap .depth3 .depth3_1 .depth_box > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.organ_wrap .depth3 .depth3_1 .depth_box > ul li {
    background-color: #e3ebf7;
    width: calc(50% - 10px);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #456daa;
    font-weight: 700;
    font-size: 22px;
}

.organ_wrap .depth3 .depth3_2 {
    /* margin-top: -120px; */
    position: relative;
    display: flex;
    justify-content: space-between;
}

.organ_wrap .depth3 .depth3_2 .depth_box {
    width: 460px;
    position: relative;
    background-color: #fff;
}

.organ_wrap .depth3 .depth3_2 .depth_box:before {
    content: '';
    position: absolute;
    top: -106px;
    left: calc(50% - 1px);
    width: 250px;
    height: 104px;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-radius: 50px 0 0;
    display: none;
}

.organ_wrap .depth3 .depth3_2 .depth_box > div {
    width: 100%;
    height: 70px;
    background-color: #073673;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul {
    padding: 24px 0 0 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul:before {
    content: '';
    width: 2px;
    background-color: #ddd;
    top: 0;
    left: 28px;
    position: absolute;
    bottom: 82px;
}

.organ_wrap .depth3 .depth3_2 .depth_box.n1 > ul:before {
    bottom: 29px;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul > li {
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul > li > div {
    border: 2px solid #0e5aca;
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #0e5aca;
    position: relative;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul > li > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #ddd;
    right: calc(100% + 2px);
    width: 30px;
    height: 2px;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul > li > ul {
    border: 1px solid #d3d3d3;
    border-top: 0;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul > li > ul li {
    font-size: 20px;
    color: #444;
    position: relative;
    padding-left: 10px;
    font-weight: 500;
}

.organ_wrap .depth3 .depth3_2 .depth_box > ul > li > ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #444;
}

@media (max-width: 1470px) {
    .organ_wrap .depth3:before {
        left: 180px;
        right: 180px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box {
        width: 360px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box > ul li {
        font-size: 20px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box {
        width: 360px;
    }

}

@media (max-width: 1200px) {
    .organ_wrap .depth3:after {
        width: 230px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box:before {
        width: 230px;
    }
}

@media (max-width: 1000px) {
    .organ_wrap {
        max-width: 590px;
        margin: 0 auto;
    }

    .organ_wrap .depth1:before {
        /* height: 250px; */
        height: 140px;
    }

    .organ_wrap .depth2 {
        margin-top: 40px;
    }

    .organ_wrap .depth2 .depth_box {
        height: 60px;
        font-size: 20px;
    }

    .organ_wrap .depth3 {
        padding-top: 80px;
    }

    .organ_wrap .depth3:before {
        left: 140px;
        right: 140px;
        top: 40px;
        border-radius: 20px;
    }

    .organ_wrap .depth3:after {
        width: 140px;
        border-radius: 0 0 20px;
        top: 135px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box {
        width: 280px;
        gap: 10px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box > div {
        height: 60px;
        font-size: 20px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box > ul {
        gap: 10px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box > ul li {
        font-size: 17px;
        width: calc(50% - 5px);
        height: 60px;
    }

    .organ_wrap .depth3 .depth3_2 {
        /* margin-top: -92px; */
    }

    .organ_wrap .depth3 .depth3_2 .depth_box {
        width: 280px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box:before {
        top: -62px;
        border-radius: 20px 0 0 0;
        height: 60px;
        width: 30px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > div {
        height: 60px;
        font-size: 20px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul {
        padding: 10px 0 0 20px;
        gap: 10px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul:before {
        left: 10px;
        bottom: 73px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box.n1 > ul:before {
        bottom: 25px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li {
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li > div {
        height: 50px;
        font-size: 20px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li > div:before {
        width: 10px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li > ul li {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .organ_wrap .depth1:before {
        /* height: 710px; */
        height: 890px;
    }

    .organ_wrap .depth1 .depth_box {
        width: 180px;
        height: 180px;
        font-size: 24px;
    }

    .organ_wrap .depth2 {
        width: 100%;
        margin-top: 20px;
    }

    .organ_wrap .depth2 .depth_box {
        width: 100%;
        font-size: 18px;
        height: 50px;
    }

    .organ_wrap .depth3 {
        padding-top: 20px;
    }

    .organ_wrap .depth3:before {
        display: none;
    }

    .organ_wrap .depth3:after {
        display: none;
    }

    .organ_wrap .depth3 .depth3_1 {
        flex-direction: column;
        gap: 20px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box {
        width: 100%;
        padding: 10px;
        border: 2px solid #ddd;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box > div {
        font-size: 18px;
        height: 50px;
    }

    .organ_wrap .depth3 .depth3_1 .depth_box > ul li {
        height: 50px;
    }

    .organ_wrap .depth3 .depth3_2 {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box {
        width: 100%;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box:before {
        display: none;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > div {
        height: 50px;
        font-size: 18px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul:before {
        bottom: 66px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box.n1 > ul:before {
        bottom: 20px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li > div {
        height: 40px;
        font-size: 16px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li > ul li {
        font-size: 15px;
        padding-left: 8px;
    }

    .organ_wrap .depth3 .depth3_2 .depth_box > ul > li > ul li:before {
        width: 3px;
        height: 3px;
        top: 7px;
    }
}

/* 사이트맵 */
.sitemap_wrap {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

.sitemap_wrap *, .sitemap_wrap *:before, .sitemap_wrap *:after {
    margin: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

.sitemap_wrap *:hover {
    text-decoration: none;
}

.sitemap_wrap .sitemap_inner {
    display: block;
    position: relative;
    width: 100%;
}

.sitemap_wrap .sitemap_inner .sitemap_box {
    display: block;
    position: relative;
    width: 100%;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box {
    margin-top: 100px;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box:first-child {
    margin-top: 0;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box {
    display: block;
    position: relative;
    width: 100%;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title {
    display: inline-block;
    position: relative;
    width: 292px;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 27px 0 0;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #136acb;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a span em {
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #136acb;
    line-height: 40px;
    letter-spacing: -0.03em;
    font-weight: 600;
    word-break: keep-all;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box {
    display: inline-block;
    position: relative;
    width: calc(100% - 292px);
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list {
    display: block;
    position: relative;
    width: 100%;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li {
    display: inline-block;
    position: relative;
    width: calc(100% / 4);
    margin-top: 48px;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(-n+4) {
    margin-top: 0;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #b4b4b4 transparent;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 21px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #d0d0d0;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(4n):after,
.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:last-child:after {
    display: none;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 14px;
    text-align: center;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 72px;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span > em {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #222;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 700;
    word-break: keep-all;
    vertical-align: top;
    transition: color 250ms ease-in;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a:hover > span > em {
    color: #136acb;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span > em:before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background-color: #136acb;
    vertical-align: top;
    content: '';
    transition: width 250ms ease-in;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a:hover > span > em:before {
    right: auto;
    left: 0;
    width: 100%;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a[target="_blank"] > span > em:after {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    margin-top: 5px;
    margin-left: 5px; /*background-image:url(/site/public/images/program/sitemap_program_icon.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a[target="_blank"]:hover > span > em:after {
    background-position: -20px top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 14px;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a + .sitemap_box.depth3_box {
    margin-top: 25px;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list {
    display: block;
    position: relative;
    width: 100%;
    padding: 14px 26px 22px
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a {
    display: inline-block;
    position: relative;
    padding-left: 11px;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #444;
    border-radius: 100%;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a > span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a[target="_blank"] > span:after {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px; /*background-image:url(/site/public/images/program/sitemap_program_icon.png);*/
    background-repeat: no-repeat;
    background-position: left bottom;
    vertical-align: top;
    content: '';
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a[target="_blank"]:hover > span:after {
    background-position: -20px bottom;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a > span > em {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #444;
    line-height: 24px;
    letter-spacing: -0.03em;
    font-weight: 400;
    word-break: keep-all;
    vertical-align: top;
    transition: color 250ms ease-in;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a:hover > span > em {
    color: #136acb;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a > span > em:before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #136acb;
    vertical-align: top;
    content: '';
    transition: width 250ms ease-in;
}

.sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a:hover > span > em:before {
    right: auto;
    left: 0;
    width: 100%;
}

@media all and (min-width: 1471px) {
    .eng .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span > em {
        font-size: 18px;
        letter-spacing: -0.06em;
    }
}

@media (max-width: 1470px) {
    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title {
        width: 250px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a {
        padding: 25px 0 0;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a span em {
        font-size: 28px;
        line-height: 38px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box {
        width: calc(100% - 250px);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li {
        width: calc(100% / 3);
        margin-top: 45px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(4) {
        margin-top: 45px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:before {
        height: 70px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(4n):after {
        display: block;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(3n):after,
    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:last-child:after {
        display: none;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a {
        padding: 0 12px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span {
        height: 70px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span > em {
        font-size: 20px;
        line-height: 28px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a[target="_blank"] > span > em:after {
        margin-top: 4px;
        transform: scale(0.9);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box {
        padding: 0 12px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a + .sitemap_box.depth3_box {
        margin-top: 20px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list {
        padding: 12px 22px 18px
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li {
        margin-top: 7px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a {
        padding-left: 10px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a:before {
        top: 9px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a[target="_blank"] > span:after {
        margin-top: 1px;
        transform: scale(0.9);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a > span > em {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 1000px) {
    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box {
        margin-top: 70px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title {
        width: 200px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a {
        padding: 20px 0 0;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a span em {
        font-size: 24px;
        line-height: 34px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box {
        width: calc(100% - 200px);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li {
        width: calc(100% / 2);
        margin-top: 40px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(3),
    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(4) {
        margin-top: 40px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:before {
        height: 65px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(3n):after {
        display: block;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(2n):after,
    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:last-child:after {
        display: none;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a {
        padding: 0 10px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span {
        height: 65px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span > em {
        font-size: 18px;
        line-height: 26px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a[target="_blank"] > span > em:after {
        margin-top: 4px;
        transform: scale(0.8);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box {
        padding: 0 10px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a + .sitemap_box.depth3_box {
        margin-top: 15px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list {
        padding: 10px 20px 15px
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li {
        margin-top: 6px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a:before {
        top: 8px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a[target="_blank"] > span:after {
        margin-top: 1px;
        transform: scale(0.8);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a > span > em {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 760px) {
    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title {
        width: 150px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box {
        width: calc(100% - 150px);
    }
}

@media (max-width: 640px) {
    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box {
        margin-top: 50px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title {
        display: block;
        width: 100%;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a {
        padding: 15px 0 15px;
        text-align: center;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth1_box .depth1_title a span em {
        font-size: 22px;
        line-height: 32px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box {
        display: block;
        width: 100%;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:before {
        height: 60px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span {
        height: 60px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a > span > em {
        font-size: 16px;
        line-height: 24px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li > a[target="_blank"] > span > em:after {
        margin-top: 1px;
        margin-left: 2px;
        transform: scale(0.7);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li {
        margin-top: 5px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a:before {
        top: 7px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a[target="_blank"] > span:after {
        margin-top: 0;
        transform: scale(0.7);
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth3_box .depth3_box_list > li > a > span > em {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 420px) {
    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li {
        width: 100%;
        margin-top: 30px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(2),
    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(3),
    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:nth-child(4) {
        margin-top: 30px;
    }

    .sitemap_wrap .sitemap_inner .sitemap_box.depth2_box .depth2_box_list > li:after {
        display: none !important;
    }
}

/* 선수고충처리센터 */
.center_wrap .center_bg {
    position: relative;
    padding: 80px 0;
    color: #fff;
}

.center_wrap .center_bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: url(../images/contents/center_bg.jpg) no-repeat center / cover;
}

.center_wrap .center_bg div {
    font-size: 48px;
    font-weight: 600;
    position: relative;
    line-height: 1.35;
    word-break: keep-all;
}

.center_wrap .center_bg p {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 40px;
}

.center_wrap .center_box {
    margin-top: 96px;
    padding: 60px 250px 60px 50px;
    background: #f8f8f8 url(../images/contents/center_logo.png) no-repeat right 24px top;
}

.center_wrap .center_box div {
    font-size: 30px;
    font-weight: 700;
    color: #086dcd;
    line-height: 1.2;
}

.center_wrap .center_box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #666;
    margin-top: 24px;
}

.center_wrap .center_box p span {
    color: #086dcd;
    font-size: inherit;
    line-height: inherit;
}

.center_wrap .center_list {
    margin-top: 52px;
    display: flex;
    gap: 44px;
}

.center_wrap .center_list li {
    border: 1px solid #bebebe;
    border-radius: 20px;
    padding: 45px 40px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 1 0 0;
}

.center_wrap .center_list li div {
    font-size: 32px;
    font-weight: 700;
    color: #262728;
    margin-top: 18px;
}

.center_wrap .center_list li p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    margin-top: 30px;
    text-align: center;
    line-height: 1.6;
}

.center_wrap .center_text {
    margin-top: 120px;
    text-align: center;
}

.center_wrap .center_text div {
    font-size: 36px;
    font-weight: 600;
    color: #313131;
    line-height: 1.4;
    word-break: keep-all;
}

.center_wrap .center_text div span {
    font-size: inherit;
    line-height: inherit;
    color: #dd393f;
}

.center_wrap .center_text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
    color: #666;
}

.center_wrap .center_list2 {
    margin-top: 100px;
    display: flex;
    gap: 40px;
}

.center_wrap .center_list2 li {
    flex: 1 0 0;
    background-color: #eaf5fe;
    border-radius: 15px;
    padding: 36px 60px;
    display: flex;
    gap: 60px;
}

.center_wrap .center_list2 li .left {
    flex-shrink: 0;
    text-align: center;
}

.center_wrap .center_list2 li .left img {
    mix-blend-mode: darken;
}

.center_wrap .center_list2 li .left p {
    font-size: 34px;
    font-weight: 700;
    color: #072153;
    margin-top: 5px;
}

.center_wrap .center_list2 li .right {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center_wrap .center_list2 li .right p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #666;
}

.center_wrap .center_list2 li .right div {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.62;
    color: #666;
    margin-bottom: auto;
}

.center_wrap .center_list2 li .right div span {
    color: #086dcd;
    font-size: inherit;
    line-height: inherit;
}

.center_wrap .center_list2 li .right a {
    height: 52px;
    width: 150px;
    border-radius: 26px;
    background-color: #1a54d7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 1470px) {
    .center_wrap .center_list {
        gap: 20px;
    }

    .center_wrap .center_list li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .center_wrap .center_text div {
        font-size: 32px;
    }

    .center_wrap .center_list2 {
        gap: 20px;
    }

    .center_wrap .center_list2 li {
        padding-left: 30px;
        padding-right: 20px;
        gap: 30px;
    }

    .center_wrap .center_list2 li .right p br {
        display: none;
    }

    .center_wrap .center_list2 li .right div {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    .center_wrap .center_bg {
        padding: 40px 0;
    }

    .center_wrap .center_bg div {
        font-size: 32px;
    }

    .center_wrap .center_bg p {
        font-size: 18px;
        margin-top: 16px;
    }

    .center_wrap .center_box {
        margin-top: 40px;
        padding: 30px 130px 30px 30px;
        background-size: 120px;
        background-position: right 15px top;
    }

    .center_wrap .center_box div {
        font-size: 20px;
    }

    .center_wrap .center_box p {
        font-size: 16px;
        margin-top: 14px;
    }

    .center_wrap .center_list {
        gap: 10px;
        margin-top: 40px;
    }

    .center_wrap .center_list li {
        border-radius: 8px;
        padding: 20px 12px;
    }

    .center_wrap .center_list li img {
        width: 60px;
    }

    .center_wrap .center_list li div {
        font-size: 20px;
        margin-top: 12px;
    }

    .center_wrap .center_list li p {
        font-size: 16px;
        margin-top: 10px;
    }

    .center_wrap .center_text {
        margin-top: 50px;
    }

    .center_wrap .center_text div {
        font-size: 24px;
    }

    .center_wrap .center_text p {
        margin-top: 10px;
        font-size: 16px;
    }

    .center_wrap .center_list2 {
        margin-top: 50px;
        gap: 10px;
    }

    .center_wrap .center_list2 li {
        flex-direction: column;
        padding: 20px 15px 30px;
        gap: 10px;
        border-radius: 8px;
    }

    .center_wrap .center_list2 li .left img {
        width: 90px;
    }

    .center_wrap .center_list2 li .left p {
        font-size: 20px;
    }

    .center_wrap .center_list2 li .right p {
        font-size: 16px;
        text-align: center;
    }

    .center_wrap .center_list2 li .right div {
        font-size: 18px;
        text-align: center;
    }

    .center_wrap .center_list2 li .right a {
        margin: 12px auto 0;
        height: 40px;
        width: 120px;
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .center_wrap .center_bg div {
        font-size: 20px;
    }

    .center_wrap .center_bg p {
        font-size: 15px;
        margin-top: 12px;
    }

    .center_wrap .center_box {
        padding: 20px;
        background-size: 90px;
    }

    .center_wrap .center_box p {
        font-size: 14px;
        margin-top: 12px;
    }

    .center_wrap .center_list {
        flex-direction: column;
    }

    .center_wrap .center_list li div {
        font-size: 18px;
    }

    .center_wrap .center_list li p {
        font-size: 15px;
    }

    .center_wrap .center_text div {
        font-size: 20px;
    }

    .center_wrap .center_text p {
        font-size: 15px;
    }

    .center_wrap .center_list2 {
        flex-direction: column;
    }

    .center_wrap .center_list2 li .left p {
        font-size: 18px;
    }

    .center_wrap .center_list2 li .right p {
        font-size: 15px;
    }

    .center_wrap .center_list2 li .right div {
        font-size: 16px;
    }
}