.sub-wrapper {
    font-size: 21px;
}
.sub-wrapper h1.s-title {
    font-size: 50px;
    font-weight: 700;
    font-family: "gotham", sans-serif;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.sub-wrapper h1.s-title.underline {
    border-bottom: 2px #bbb solid;
}
.sub-wrapper h2.s-title {
    font-size: 35px;
    font-weight: 600;
    font-family: "gotham", sans-serif;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.sub-wrapper .host {
    background: url("../../libx/img/sub/host_bg.png");
    background-repeat: no-repeat;
    background-position: 130% 0;
}
.sub-wrapper .host .message {
    width: 60%;
}
.sub-wrapper h2.host__title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;

}
.sub-wrapper .host .image {
    text-align: center;
    margin-top: 50px;
}
#index-wrap .host_slider {
    transform: translateY(20%);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
}
.host_slider .box {
    position: relative;
    width: calc(100vw - ((100vw - 1400px) / 2));
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
.host_slider .inner {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.sub-wrapper .host_slider {
    margin-top: 80px;
}
.host_slider .slick-list {
    margin: 0 -20px;

}
.host_slider .slick-slide {
    margin: 0 20px;
}
.host_slider .section-slider {
    width: 100%;
    overflow: hidden;
}
.sub-wrapper .host .host_news {
    margin-top: 80px;
}
.sub-wrapper .host .host_news h2.title {
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat','Noto Sans KR', sans-serif;
    border-bottom: 1px #ddd solid;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.sub-wrapper .host .host_news .list-wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;

}
.sub-wrapper .host .host_news .list-wrap .wrap {
    margin-bottom: 30px;
}
.sub-wrapper .host .host_news .list-wrap .wrap h2 {
    font-size: 23px;
    font-weight: 600;
}
.sub-wrapper .host .host_news .list-wrap .wrap ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-top: 20px;
}
.sub-wrapper .host .host_news .list-wrap .wrap ol li {
    margin-bottom: 12px;
    font-size: 19px;
}
.sub-wrapper .host .host_news .list-wrap .wrap .text {
    padding-top: 20px;
}
/* .sub-wrapper .host .host_news .list-wrap li a {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
}
.sub-wrapper .host .host_news .list-wrap li a::before {
    content: "· ";
} */
.sub-wrapper .sponsor .list_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.sub-wrapper .sponsor .list_wrap .box h4 {
    text-align: center;
    font-size: 19px;
    margin-top: 8px;
}
.hotel .text h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "gotham", sans-serif;

}
.hotel .pic_wrap {
    /* display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px; */
    display:flex;
    flex-wrap: nowrap;
    gap:25px;
    margin-top: 40px;
    position: relative;
}
.hotel .pic_wrap .box {
    width: 50%;
    position: relative;
}
.hotel .pic_wrap .box img {
    /* width: 100%; */
}
.hotel .list_wrap {
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px #ddd solid;
}
.hotel .list_wrap .box {
    display:flex;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #ddd solid;
    align-items: center;
}
.hotel .list_wrap .box:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
.hotel .list_wrap .box .left {
    width: 40%;
}
.hotel .list_wrap .box .right {
    width: 60%;
    padding-left: 80px;
}
.hotel .list_wrap .box .left img {
    width: 100%;
}
.hotel .list_wrap .box .right h3 {
    font-size:32px;
    font-weight:600;
}
.hotel .list_wrap .box .right ul {
    margin-top: 30px;
}
.hotel .list_wrap .box .right ul li {
    text-indent: -10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.hotel .list_wrap .box .right ul li::before {
    content: "· "
}
.map_pager_wrap {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 999999;
    display:flex;
    left: 0;
    justify-content:space-between;
}

.map_pager_wrap .map_prev {
    margin-left: 0;
}
.map_pager_wrap .map_next {
    margin-right: -0px;
}
.map_pager_wrap .arr i {
    font-size:32px;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    width: 61px;
    height: 68px;
    display:flex;
    justify-content:center;
    align-items: center;
    border-radius: 0;

}
/* .hotel .m_flex {
    display: flex;
    flex-wrap: nowrap;
}
.hotel .m_flex .text {
    width: 50%;
}
.hotel .m_flex .image {
    width: 50%;
    margin-left: 120px;
}
.hotel .m_flex .image .box img {
    width: 100%;
}
.hotel .m_flex .text .hotel__title {
    border-bottom: 1px #ddd solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.hotel .m_flex .text .hotel__title h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "gotham", sans-serif;

}
.hotel .m_flex .text .order h3 {
    font-size: 24px;
    font-weight: 600;
}
.hotel .m_flex .text .order a {
    background: #88ce39;
    color: #fff;
    width: 310px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;

} */
/* 이코디언 */
.accordion {
    margin-top: 60px;
    border-top: 1px solid #ddd;

}

.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-item:last-child {
    /* border: 0; */
}
.accordion-header {
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
    border-bottom: none;
    font-size: 22px;

    /* 중복 방지 */
}

.accordion-header.active {
    color: #66bb33;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
    border: none;
    outline: none;

}
/* 맨 마지막 항목이 열렸을 때만 아래 라인 유지 */
.accordion-item:last-child .accordion-content {
    border-bottom: 1px solid #ddd;
}

.accordion-content p {
    margin: 20px 0 30px;
    font-size: 18px;
}

.accordion-header .arrow {
    background: #e3e3e3;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.2em;
    transition: transform 0.3s ease;

}
.accordion-header.active .arrow {

    background: #88ce39;
}
.accordion-header.active .arrow i {
    transform: rotate(180deg);
    color: #fff;
}
/* 이코디언 마감 */
.sub-wrapper .map {
    margin-top: 36px;
    width: 100%;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0;
    line-height: 0;
    /* inline 여백 방지 */
    overflow: hidden;

}
/* .sub-wrapper .contact .flex {
    display:flex;
}
.sub-wrapper .contact .text {
    width: 45%;
    padding-right: 120px;
}
.sub-wrapper .contact .image {
    width: 55%;
} */

.sub-wrapper .contacts .text ul {
    margin-top: 30px;
}
.sub-wrapper .contacts .text ul li {
    font-weight: 500;
    margin-bottom: 6px;
}
.sub-wrapper .contacts .map {
    margin-top: 50px;
    width: 100%;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0;
    line-height: 0;
    /* inline 여백 방지 */
    overflow: hidden;

}
.sub-wrapper .contacts iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;

}
.sub-wrapper .contacts .text a.reg {
    background: #88ce39;
    color: #fff;
    width: 310px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-weight: 500;

}
.sub-wrapper .exh .title {
    font-size: 21px;
    font-weight: 500;
}
.sub-wrapper .exh .title .image {
    margin-top: 40px;
    margin-bottom: 60px;
}
.sub-wrapper .exh section.section01 dl {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    /* border-bottom: 1px #ddd solid; */

}
.sub-wrapper .exh section.section01 dl:last-child {
    border: 0;
}

.sub-wrapper .exh section.section01 dl dt {
    width: 25%;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.sub-wrapper .exh section.section01 dl dt::before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 60px;
}

.sub-wrapper .exh section.section01 dl dd {
    width: 75%;
    padding-left: 90px;
}
.sub-wrapper .exh section.section01 dl dd h4 {
    font-weight: 500;
    margin-bottom: 20px;
}
.sub-wrapper .pricing-wrapper {
    font-weight: bold;
    padding-bottom: 15px;
}
.sub-wrapper .pricing-wrapper div.group {
    padding-bottom: 10px;
}
.sub-wrapper .pricing-wrapper div.item {
    padding-left: 10px;
    font-weight: 450;
}


.sub-wrapper .exh section.section01 dl dd ul {
    margin-left: 5px;
}
.sub-wrapper .exh section.section01 dl dd ul li {
    counter-increment: alpha-counter;
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}
.sub-wrapper .exh section.section01 dl dd ul li::before {
    content: counter(alpha-counter, upper-alpha) ". ";
    position: absolute;
    font-weight: 400;
    left: 0;
}

.sub-wrapper .exh section.section02 {
    border-top: 1px #ddd solid;
    padding-top: 40px;
    /* border: 1px #ddd solid;
    padding: 40px 42px; */
}
.sub-wrapper .exh section.section02 h3 {
    font-size: 24px;
    font-weight: 600;

}
.sub-wrapper .exh section.section02 ol {
    list-style: decimal;
    margin-left: 1.5em;
    margin-top: 30px;
}
.sub-wrapper .exh section.section02 ol li {
    margin-bottom: 14px;
}

.sub-wrapper .exh_layout section .box {
    padding: 30px 40px;
    border: 1px #ddd solid;
    margin-bottom: 30px;
}
.sub-wrapper .exh_layout section .box h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;

}
.sub-wrapper .exh_layout section .box .image {
    }
.sub-wrapper .exh_layout section .box .image img {
    width: 100%;
}
.sub-wrapper .exh_card .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sub-wrapper .exh_card .grid .card {
    background: #f6f6f6;
    border-radius: 1em;
    padding: 30px;
}
.sub-wrapper .exh_card .grid .flex {
    display: flex;
}
.sub-wrapper .exh_card .grid .flex .image {
    width: 25%;
}
.sub-wrapper .exh_card .grid .flex .company {
    width: 75%;
    padding-left: 20px;
}
.sub-wrapper .exh_card .grid .flex .company h2 {
    font-size: 18px;
    font-weight: 600;
}
.sub-wrapper .exh_card .grid .flex .company .num {
    background: #fff;
    display: inline-block;
    margin-top: 8px;
    border-radius: 0.7em;
    font-size: 13px;
    padding: 6px 16px 6px 14px;
    position: relative;
    font-weight: 500;

}
.sub-wrapper .exh_card .grid .flex .company .num::before {
    font-family: 'xeicon';
    content: "";
    margin-right: 6px;
}

.sub-wrapper .exh_card .grid .flex .company .num span {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    background: #f6f6f6;
    color: #000;
    padding: 2px 12px;
    border-radius: 0.2em;
    margin-left: 9px;

}

.sub-wrapper .exh_card .grid .flex .image p {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 0.4em;
    border: 1px #ddd solid;
}
.sub-wrapper .exh_card .grid .flex .image img {
    width: 62px;
}
.sub-wrapper .exh_card .grid .text {
    margin-top: 20px;
    font-size: 14px;
}
.sub-wrapper .events .wrap {
    /* border:1px #e2e2e2 solid; */
    border-radius: 0.6em;
    margin-bottom: 30px;

}
.sub-wrapper .events .wrap h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e2e2e2 solid;
    padding-left: 60px;
    background: url("../../libx/img/main/about_h1_logo.png");
    background-repeat: no-repeat;
    background-size: 42px;
}
.sub-wrapper .events .box {
    display: flex;
    /* border: 1px #e2e2e2 solid; */
    /* border-top: 1px #e2e2e2 solid; */

    /* box-shadow: 0 3px 5px rgba(219, 219, 219, 0.4); */
    padding: 20px 0px 30px;
    /* border-radius: 0.6em; */
    margin-bottom: 50px;
}
.sub-wrapper .events .box .title {
    width: 32%;

    background: url('../../libx/img/sub/events_sh.png');
    background-repeat: no-repeat;
    padding-left: 60px;
    background-size: 23px;
    background-position: 20px 0px;

}
.sub-wrapper .events .box .content {
    width: 68%;
}
.sub-wrapper .events .box .title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.sub-wrapper .events .box .title h3 p {
    font-size: 15px;
    margin-top: 12px;
    font-weight: 500;
    color: #979797;
}

.sub-wrapper .events .box .content ul {
    }
.sub-wrapper .events .box .content ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.sub-wrapper .events .box .content ul li span {
    background: #f4f4f4;
    /* border: 1px #e9e9e9 solid; */
    padding: 5px 12px;
    line-height: 32px;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    height: 45px;
    border-radius: 6px;
    margin-right: 30px;
    font-weight: 500;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    font-size: 17px;

}
.sub-wrapper .events #al_05 .box {
    border-top: 1px #ddd solid;
    margin-top: 50px;
}

.sub-wrapper .events #al_05 .box.non-line {
    border: 0;
    margin: 0;
}
.sub-wrapper .events .tip {
    margin: 0 0 0 380px;
    text-align: left;
    font-weight: 600;

}
.sub-wrapper .events .tip.last {
    padding-bottom: 50px;

}
.sub-wrapper .events .tip::before {
    content: ' ';
    font-family: 'xeicon';
}
.sub-wrapper .events .box .content ul li::after {
    /* content: "· ";
    margin-right: 12px; */
}
/* .sub-wrapper .events .box .content ul ul.dubble {
     position: relative;
     display:block;
}
.sub-wrapper .events .box .content ul ul.dubble li {
    display:block;
} */

.sub-wrapper .sponsor .wrap {
    }
.sub-wrapper .sponsor h1 {
    font-size: 32px;
    font-weight: 600;
    border-bottom: 2px #000 solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.sub-wrapper .sponsor .wrap .box {
    border-bottom: 1px #ddd solid;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.sub-wrapper .sponsor .wrap .box.last {
    border: 0;
    padding-bottom: 40px;
}
.sub-wrapper .sponsor .wrap .bank h2,
.sub-wrapper .sponsor .wrap .box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.sub-wrapper .sponsor .wrap .bank h2 span,
.sub-wrapper .sponsor .wrap .box h2 span{
    padding-right: 7px;
}
.sub-wrapper .sponsor .wrap .box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;

}
.sub-wrapper .sponsor .wrap .box h3.mt {
    margin-top: 30px;
}
.sub-wrapper .sponsor .wrap .box ol {
    list-style-type: upper-alpha;
    margin-left: 40px;
}
.sub-wrapper .sponsor .wrap .box ul.dot {
    margin-left: 20px;
}
.sub-wrapper .sponsor .wrap .box ul.dot li {
    position: relative;
}
.sub-wrapper .sponsor .wrap .box ul.dot li::before {
    content: "· ";
}

.sub-wrapper .sponsor .wrap .box ol li,
.sub-wrapper .sponsor .wrap .box ul li {
    padding-bottom: 6px;
}
.sub-wrapper .sponsor .wrap .box .text {
    padding-left: 22px;
    padding-right: 22px;
}

.sub-wrapper .sponsor .wrap .box a.mailto {
    /* background: #f2f8df; */
    color: #559a1c;
    /* padding: 6px 30px;
    border-radius: 3em; */
    font-weight: 500;
    position: relative;

}
.sub-wrapper .sponsor .wrap .box a.mailto::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7eca40;
    content: '';
    margin-top: 26px;
}
.sub-wrapper .sponsor .wrap .bank {
    border: 1px #ddd solid;
    padding: 35px 40px;
    border-radius: 0.8em;
    margin-top: 30px;
}

.sub-wrapper .sponsor .wrap .bank dl {
    display: flex;
}
.sub-wrapper .sponsor .wrap .bank dl dt {
    width: 120px;
    font-weight: 500;
    padding-bottom: 6px;
}
.sub-wrapper section.spon {
    background: #fff;
    padding-top: 0;
    margin-top: 50px;
}
.sub-wrapper section.spon h1 {
    font-size: 26px;
    font-weight: 800;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    text-transform: uppercase;
}

.sub-wrapper .reg .flex {
    display: flex;
}
.sub-wrapper .reg .flex .text {
    width: 35%;
}
.sub-wrapper .reg .flex .registration-form {
    width: 65%;
    margin-left: 120px;
}
.sub-wrapper .reg .flex .registration-form .form-group .flex {
    display: flex;
}
.sub-wrapper .reg .flex .text ul {
    margin-top: 30px;
}
.sub-wrapper .reg .flex .text ul li {
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    font-weight: 500;
    margin-bottom: 6px;
}
.sub-wrapper .exh_fees .card-wrap {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}
.sub-wrapper .exh_fees .card-wrap .box {
    /* background: #f0fae2; */
    background: #f8f8f8;
    padding: 40px 40px 40px;
    border-radius: .7em;
}
.sub-wrapper .exh_fees .card-wrap .box h4 {
    font-size: 17px;
    background: #76c30a;
    color: #fff;
    padding: 5px 20px;
    border-radius: .3em;
    display:inline-block;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
}
.sub-wrapper .exh_fees .card-wrap .box .pay-flex {
    display:flex;
    margin-top: 18px;
    align-items: center;
}
.sub-wrapper .exh_fees .card-wrap .box .pay-flex .left {
    width: 55%;
    font-weight: 600;
    font-size: 46px;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
}
.sub-wrapper .exh_fees .card-wrap .box .pay-flex .right {
    width: 45%;
    padding-left: 40px;
    background: url("../../libx/img/main/Early_icon.png");
    background-position: 0 17px;
    background-repeat: no-repeat;
    font-size:19px;
    font-weight:700;

}
.sub-wrapper .exh_fees .card-wrap .box .pay-flex .right span.d {
    font-size:20px;
    font-weight:400;
    color: #76c30a;
    padding-left:12px;

}
.sub-wrapper .exh_fees .card-wrap .box .pay-flex .right span.p {
    font-size:35px;
    font-weight:700;
    color: #76c30a;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;

}
.sub-wrapper .exh_fees .card-wrap .box .text {
    border-top: 1px #ddd solid;
    padding-top: 20px;
    margin-top: 12px;
    font-size:18px;
    text-align: center;
}
.sub-wrapper .exh_fees .list-wrap  {
    margin-top: 50px;
}
.sub-wrapper .exh_fees .list-wrap .box {
    margin-bottom: 50px;
}
.sub-wrapper .exh_fees .list-wrap .box h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e2e2e2 solid;
    padding-left: 60px;
    background: url('../../libx/img/main/about_h1_logo.png');
    background-repeat: no-repeat;
    background-size: 42px;
}
.sub-wrapper .exh_fees .list-wrap .box h2 span {
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex {
    display:flex;
    padding-top: 20px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex.underline {
    border-bottom: 1px #eee solid;
    /* padding-top: 35px; */
    padding-bottom: 20px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .left {
    width: 40%;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .left ul li {
    padding-bottom: 6px;
    font-weight:600;
    font-size:19px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .left ul li ul li::before {
    content: "- ";
}
.sub-wrapper .exh_fees .list-wrap .box .flex .right {
    width: 60%;
    padding-left: 10px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .right h4 {
    font-weight:600;
    font-size:21px;
    padding-bottom: 20px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .right h4::after {
    font-family : 'xeicon';
    content:" ";
}
.sub-wrapper .exh_fees .list-wrap .box .flex .right ul {
    list-style: none;
    counter-reset: alpha-counter;
    padding-left: 0;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .right ul li {
    counter-increment: alpha-counter;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex .right ul li::before {
    content: counter(alpha-counter, upper-alpha) ". ";
    position: absolute;
    font-weight: 500;
    left: 0;
}
.sub-wrapper .exh_fees .list-wrap .box .flex.tour {
    border-bottom: 1px #ddd solid;
    margin-bottom: 50px;
    padding-bottom: 50px;
    display: block;
}
.sub-wrapper .exh_fees .list-wrap .box .flex.tour .title {
    width: 40%;
    background: url('../../libx/img/sub/events_sh.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 23px;
    /* background-position: 20px 0px; */
    padding-bottom: 30px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex.tour .content {
    width: auto;
    padding-left: 10px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex.tour .title h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
}

.sub-wrapper .exh_fees .list-wrap .box .flex.tour .content  ul li {
    padding-bottom: 6px;
}
.sub-wrapper .exh_fees .list-wrap .box .flex.tour .content  ul li::before {
    content: "· ";
}
.sub-wrapper .exh_fees .list-wrap .box .flex.tour .content .tip {
    margin-top: 20px;
    font-weight: 600;
}

.sub-wrapper .exh_fees .list-wrap .box.etc .text,
.sub-wrapper .exh_fees .list-wrap .box.etc ul {
    background: #f2f2f2;
    padding: 40px 45px;
    border-radius: .8em;
}
.sub-wrapper .exh_fees .list-wrap .box.etc h2 {
    border: 0;
    margin-bottom: 0;
}
.sub-wrapper .exh_fees .list-wrap .box.etc  ul.a {
    list-style: none;
    counter-reset: alpha-counter;
}
.sub-wrapper .exh_fees .list-wrap .box.etc  ul.a li {
    counter-increment: alpha-counter;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}
.sub-wrapper .exh_fees .list-wrap .box.etc  ul.a li::before {
    content: counter(alpha-counter, upper-alpha) ". ";
    position: absolute;
    font-weight: 500;
    left: 0;
}


.registration-form {
    /* max-width: 700px; */
    margin: 0 auto;
    padding: 60px;
    font-family: 'Segoe UI', sans-serif;
    /* background: #f9f9f9; */
    background: #f9fafc;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
}

.registration-form .form-group {
    margin-bottom: 35px;
}

.registration-form label {
    display: block;
    /* font-weight: bold; */
    margin-bottom: 5px;
    font-size: 17px;
    margin-right: 12px;

}

.registration-form label.title {
    font-weight: 600;
}
.registration-form label span {
    font-weight: normal;
    font-size: 0.85em;
    color: #888;
    margin-left: 8px;
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="file"],
.registration-form select,
.registration-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #dbdee3;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border 0.3s;
    background: #fff;
}

.registration-form input[readonly] {
    background: #eee;
    cursor: not-allowed;
}

.registration-form textarea {
    resize: vertical;
    min-height: 200px;
}

.registration-form .form-group input[type="checkbox"],
.registration-form .form-group input[type="radio"] {
    margin-right: 6px;
}

.form-buttons {
    text-align: center;
    margin-top: 30px;
}

.form-buttons input {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 500;
    background: rgba(86, 188, 61, 1);
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.form-buttons input[type="reset"] {
    background: #999;
}

.form-buttons input:hover {
    opacity: 0.9;
}
