@import url('/common/fonts/Freesentation/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@500&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

:root {
    --event-color-blue1: #001d62;
    --event-color-blue2: #003b70;
    --event-color-blue3: #009cdb;
    --event-color-blue4: #43d6c4;
    --event-color-yellow: #ffec00;

    --event-color-nadal-blue: #001F63;
    --event-color-nadal-green: #4BE8CA;
    --event-color-nadal-yellow: #F3F900;
    --event-color-nadal-purple: #763e94;

    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #4BE8CA;
    --swiper-theme-color: #F3F900;
}

.nadal-blue{
    color: var(--event-color-nadal-blue);
}
.nadal-green{
    color: var(--event-color-nadal-green);
}
.nadal-yellow{
    color: var(--event-color-nadal-yellow);
}
.nadal-purple{
    color: var(--event-color-nadal-purple);
}

.bg-nadal-blue{
    background-color: var(--event-color-nadal-blue);
    color: #fff;
}
.bg-nadal-green{
    background-color: var(--event-color-nadal-green);
    color: #fff;
}
.bg-nadal-yellow{
    background-color: var(--event-color-nadal-yellow);
    color: #fff;
}
.bg-nadal-purple{
    background-color: var(--event-color-nadal-purple);
    color: #fff;
}



.bg_green{
    background-color: #88BC08;
}
.bg_green::after {
    content:'';
    display:block;
}


.bg_blue{
    background: #4cadf1;
    background: linear-gradient(359deg, rgb(2 162 240) 0%, rgb(125 192 245) 100%);
}



a {
    text-decoration: none
}
br.only_m {
    display: block;
}

br.only_pc {
    display: none;
}
@media (min-width: 992px) {
    br.only_m {
        display: none
    }

    br.only_pc {
        display: block
    }
}


.noto-d {
    font-family: "Noto Serif Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.Montserrat {

}

.bg {
    display: block;
    width: 100%;
    /* margin: 0 0 3em 0; */
}

















#event_header {
    height: 40px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    /* background-color: #003b70; */
    background-color: #003b7080;
    color: #fff;
}
#event_header nav {
    display: flex;
    justify-content: space-between;
}
#event_header nav a {
    display: block;
    color: #fff;
}
#event_header nav a.exit {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4em;
    height: 40px;
    padding: 0 15px 0 0;
}
#event_header nav a img {
    padding: 7px 10px 7px 10px;
    height: 40px;
}
@media (min-width: 992px) {

    #event_header nav a.exit {
        padding: 0 40px 0 0;
    }
    #event_header nav a img {
        padding: 7px 10px 7px 40px;
    }
}




#event_footer {
    margin: 15px 5px 0px 5px;
    padding: 15px 0 0 0;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    color: #575757;
}
#event_footer a {color: #575757}
#event_footer .footer_c {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
#event_footer .footer_c .b1 {
    text-align: center;
}
#event_footer .footer_c .b1 a img {
    width: 77px;
}
#event_footer .footer_c .b2 {

}
#event_footer .footer_c .b2 address {
    margin: 0;
    padding: 0;
}
#event_footer .footer_c .b2 .ln1 {
    margin: 10px 0 0 0;
}
#event_footer .footer_c .b2 .ln2 {

}
#event_footer .footer_c .b2 .ln2 .contact {
    color: #000;
}
#event_footer .footer_c .b2 .ln3 {
    margin: 5px 0 0 0;
    color: #666;
    font-size: .9em;
}
#event_footer .footer_c .b2 .ln3 .copyright {
    margin: 0;
}
#event_footer .footer_c .b2 .ln3 strong {
    color: #00ace9;
}
#event_footer .footer_c .b3 {
    display: none;
}
#event_footer .footer_c .b3 a {
    display: inline-block;
    margin: 0px 0px 2px 0px;
    padding: 3px 7px;
    background-color: #00ace9;
    color: #fff;
}
#event_footer .footer_c .b3 a i {
    width: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    #event_footer {
        margin: 30px 5px;
        padding: 30px 0 0 0;
    }
    #event_footer .footer_c {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #event_footer .footer_c .b1 {
        margin: 0 10px 0 0;
        text-align: left;
    }
    #event_footer .footer_c .b2 .ln1 {
        margin: 0;
    }
    #event_footer .footer_c .b3 {
        display: flex;
        flex-direction: column;
        margin: 10px 0 0 40px;
        font-weight: 600;
    }
}









.s_b p,
.s_b li {
    font-size: 1em;
}
table th,
table td {
    font-size: .85em;
}

#nadal_academy {
    font-family: 'Freesentation';
    font-weight: 400;
    /* font-family: 'Gothic A1'; */
    /* font-weight: 200; */
    font-size: 16px;
}

#nadal_academy .s_b {
    /* height: 100vh; */
    width: 100%;
}

.s_b h1,
.s_b h2,
.s_b h3,
.s_b h4,
.s_b h5,
.s_b h6 {
    margin: 0;
    padding: 0;
    font-family: 'TheJamsil5Bold';
    font-weight: 700;
}

@media (min-width: 992px) {
    #nadal_academy {
        font-size: 18px;
    }
}


.s_b .section_title_sub {
    display: inline-block;
    padding: 3px 10px;
    background-color: var(--event-color-nadal-green);
    color: var(--event-color-blue1);
    font-size: 20px;
}
.s_b .section_title {
    margin: 0 0 1em 0;
    color: var(--event-color-nadal-blue);
}
.s_b .section_title .movistar_logo {
    padding: 0 0 0 10px;
    height: 1em;
}


.s_b .section_text_subject {
    font-size: 2em;
    font-size: 1.8em;
    color: var(--event-color-blue3);
    margin: 0 0 15px 0;
}

.s_b .section_text p .accent {
    display: inline-block;
    background-color: var(--event-color-nadal-blue);
    color: #fff;
}
.s_b .section_text p .accent .movistar_logo{
    height: 1em;
}
.swiper_academy {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 3rem 0;
}
.swiper_academy img {
    width: 100%;
}

.gal {
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
    .s_b .section_title_sub {
        font-size: 23px;
    }
}













#section_intro {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('https://cdn.bluetravel.co.kr/common/event/images/nadal_academy/s_1.jpg') 41% 50% no-repeat;
    background-size: cover;
}

#section_intro .intro_txt {
    color: #fff;
    width: 100%;
    text-align: right;
    /* max-width: 1400px; */
    margin: 0 auto 0 auto;
    padding: 50px 15px 0 0;
}
#section_intro h3 {
    color: var(--event-color-blue3);
    font-size: 1.3em;
    font-size: 1.2em;
}
#section_intro h1 {
    color: var(--event-color-blue1);
    font-weight: 600;
    font-size: 3em;
    font-size: 2.2em;
    line-height: 100%;
    margin: 10px 0 0 0;
}
#section_intro h1 span {
    font-size: .9em;
}
#section_intro .movistar_logo_c {
    margin: 0 0 10px 0;
}
#section_intro .movistar_logo_c img {
    height: 35px;
}
#section_intro h5 {
    padding: 0px;
    color: #fff;
    font-size: 1em;
}
#section_intro h5 span.area {
    display: inline-block;
    background-color: var(--event-color-blue4);
    padding: 5px 15px;
    /* border-right: 3px solid var(--event-color-yellow); */
}
#section_intro h5 img.img_area {
    width: 200px;
}
/* #section_intro h5 span.noto-d {
    display: inline-block;
    padding: 5px 0 5px 10px;
} */

#section_intro .logo_area {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 20px;
    right: 20px;
    /* padding: 0 20px; */
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#section_intro .logo_area .logo_w_1 {
    display: block;
    width: 180px;
}
#section_intro .logo_area .bigandlee {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 1.3em;
}


#section_intro .logo_area .logo_h_1 {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    #section_intro {
        background-position: 50% 50%;
    }
    #section_intro .intro_txt {
        padding: 100px 60px 0 0;
    }
    #section_intro h3 {
        font-size: 2.3em;
    }

    #section_intro h1 {
        font-size: 4em;
    }
    #section_intro h1 span {
        font-size: 1em;
    }

    #section_intro h5 {
        font-size: 2em;
    }
    #section_intro .movistar_logo_c img {
        height: 60px;
    }

    #section_intro .logo_area {
        bottom: 30px;
        right: 30px;
    }
    #section_intro h5 img.img_area {
        width: 350px;
    }
    #section_intro .logo_area .logo_w_1 {
        width: 240px;
    }
    #section_intro .logo_area .bigandlee {
        margin-left: 15px;
        padding-left: 15px;
        color: #fff;
        font-size: 2em;
        padding-right: 20px;
    }

    #section_intro .logo_area .logo_h_1 {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}









#section_1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('https://cdn.bluetravel.co.kr/common/event/images/nadal_academy/nadal.webp') 44% 50% no-repeat;
    background-size: cover;
}
#section_1 .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
}

#section_1 .text_area {
    color: #fff;
    /* position: absolute;
    left: 0%;
    top: 50%;
    max-width: 800px;
    transform: translate(0%, -50%); */
}
#section_1 .text_area h3 {
    margin-bottom: 10px 0 0 0;
    color: #fff;
}
#section_1 .text_area h1 {
    margin: 0 0 15px 0;
    font-size: 2.5em;
    font-size: 2em;
    font-weight: 700;
    color: var(--event-color-yellow);
}
#section_1 .text_area #career_text {}
#section_1 .text_area #career_text li {
    margin: 0 0 7px 0;
    /* font-size: 1.2em;
    font-size: .95em; */
}

@media (min-width: 992px) {
    #section_1 {
        background-position: 50% 50%;
    }
    #section_1 .container {
        justify-content: center;
    }
    #section_1 .text_area h1 {
        margin: 0 0 1em 0;
    }
    #section_1 .text_area #career_text li {
        margin: 0 0 1em 0;
    }
}







#section_2_0 {
    margin: 3em 0;
    border-bottom: 1px solid #e1e1e1;
}
#section_2_0 .section_title {
    /* color: var(--event-color-nadal-yellow); */
    color: var(--event-color-nadal-blue);
    font-size: 1.5em;
}
#section_2_0 .section_text {
    padding: 3em 0;
}
#section_2_0 .section_text p {
    /* color: #fff; */
}
#section_2_0 .map {
    width: 100%;
}
@media (min-width: 992px) {
    #section_2_0 .section_title {
        font-size: 2.2em;
    }
    #section_2_0 .section_text {
        padding: 5em 0;
    }
}






#section_2 {
    position: relative;
    width: 100%;
    margin: 0 0 3rem 0;
}

#section_2 .map {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 280px;
}
#section_2 .logo_h_1{
    display: block;
    width: 100%;
    margin: 0 auto;
    width: 150px;
}
#section_2 .a {}
@media (min-width: 992px) {
    #section_2 .logo_h_1{
        width: 250px;
    }
}




#section_3 {
    margin: 3em 0;
    padding: 3em 0 0 0;
    border-top: 1px solid #eee;
}


#section_3 .swiper_academy {
    margin: 0;
}


#section_3 .logo_area {
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#section_3 .logo_area .logo_w_1 {
    display: block;
    width: 140px;
}
#section_3 .logo_area .bigandlee {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #040234;
    color: var(--event-color-nadal-blue);
    font-size: 1.3em;
}
@media (min-width: 992px) {
    #section_3 .logo_area {
    }
    #section_3 .logo_area .logo_w_1 {
        width: 240px;
    }
    #section_3 .logo_area .bigandlee {
        margin-left: 15px;
        padding-left: 15px;
        font-size: 2em;
        padding-right: 20px;
    }

    #section_3 .logo_area .logo_h_1 {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}



@media (min-width: 992px) {
    #section_3 {
        margin: 5em 0;
        padding: 5em 0 0 0;
    }
    h3.type_title{
        max-width: 600px;
    }
}




























#section_4{
    margin: 3em 0;
    padding: 3em 0 0 0;
    border-top: 1px solid #eee;
}
#section_4 .section_title{
    margin: 0 auto 50px auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    text-align: center;
}

.edu_type{
    display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.edu_type:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.edu_type .type_name{
    text-align: center;
    padding: 18px 5px;
    border: 1px solid #f1f1f1;
    border-left: 0;
}
#edu_type_1 .type_name {
    border-left: 1px solid #f1f1f1;
}
.edu_type .type_name h5{
    font-size: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.edu_type .type_name h3{
    margin: 0 0 15px 0;
    font-size: 2em;
    font-weight: 700;
}

#edu_type_1 .type_name h5{color: #333;}
#edu_type_1 .type_name h3{color: var(--event-color-nadal-purple);}
#section_type_1 h3 .accent{font-weight: bold; color: var(--event-color-nadal-purple);}

#edu_type_2 .type_name h5{color: #333;}
#edu_type_2 .type_name h3{color: var(--event-color-blue4);}
#section_type_2 h3 .accent{font-weight: bold; color: var(--event-color-blue4);}

#edu_type_3 .type_name h5{color: #333;}
#edu_type_3 .type_name h3{color: var(--event-color-yellow);}
#section_type_3 h3 .accent{font-weight: bold; color: var(--event-color-yellow);}


.type_name h6{
    display:inline-block;
    padding: 10px 20px;
    background-color: #eee;
    color: #000;
    font-size: .75em
}
.edu_type:hover .type_name h6 {
    background-color:#000;
    color: #fff;
}

#edu_type_1:hover{background-color:#ffeeef;}
#edu_type_1:hover h6{background-color: var(--event-color-nadal-purple);color: #fff;}

#edu_type_2:hover{background-color:#eefff3;}
#edu_type_2:hover h6{background-color:var(--event-color-blue4);color: #fff;}

#edu_type_3:hover{background-color:#ffffee;}
#edu_type_3:hover h6{background-color:var(--event-color-yellow);color: #fff;}

.type_image{
    position: relative;
    padding-bottom: 120%;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.type_image img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s cubic-bezier(0.22, 0.1, 0.58, 1);
    -moz-transition: all 1.5s cubic-bezier(0.22, 0.1, 0.58, 1);
    transition: all 1.5s cubic-bezier(0.22, 0.1, 0.58, 1);
}

.edu_type:hover .type_image img {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
}

.swiper_edu_type {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 3rem 0;
}
.swiper_edu_type img {
    width: 100%;
}

@media (min-width: 992px) {

    #section_4{
        margin: 5em 0;
        padding: 5em 0 0 0;
    }
    #section_4 .section_title {
        max-width: 500px;
    }

    .swiper_edu_type .swiper-button-prev,
    .swiper_edu_type .swiper-button-next{
        display: none;
    }
}



#section_5,
#section_6,
#section_7 {
    margin: 3em 0;
    padding: 3em 0 0 0;
    border-top: 1px solid #eee;
}
@media (min-width: 992px) {
    #section_5,
    #section_6,
    #section_7 {
        margin: 5em 0;
        padding: 5em 0 0 0;
    }
}


.program_type {
    position: relative;
}
.program_type h4 {
    margin: 0 0 10px 0;
}
.program_type h1 {}
.program_type h6 {
    margin: 0 0 15px 0;
    display: inline-block;
    padding: 5px 10px;
    font-size: .85em;
}

#program_type_1 h4 {}
#program_type_1 h1 {color: var(--event-color-nadal-purple);}
#program_type_1 h6 {background-color: var(--event-color-nadal-purple); color: #fff;}

#program_type_2 h4 {}
#program_type_2 h1 {color: var(--event-color-nadal-green);}
#program_type_2 h6 {background-color: var(--event-color-nadal-green); color: #fff;}

#program_type_3 h4 {}
#program_type_3 h1 {color: var(--event-color-yellow);}
#program_type_3 h6 {background-color: var(--event-color-yellow); color: #fff;}

.program_type p {
    margin: 1em 0;
}
.program_type .bg{
    margin: 0 0 1em 0;
    padding: 0;
}
.program_type table {}
.program_type table thead th {}
/* .program_type table tbody th {width: 30%} */
.program_type table td {}

@media (min-width: 992px) {
    /* .program_type table tbody th {width: 30%} */
}

.bg2 {
    display: inline;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 50;
    height: 150px;
    opacity: .1;
}

@media (min-width: 992px) {
    .bg2 {
        left: 0;
        bottom: 0;
        right: auto;
        top: auto;
        height: 400px;
    }
}




#section_8 .title{
    margin: 50px auto;
    padding: 0 0 10px 0;
    text-align: center;
}
#section_8 .title h5{
    margin: 0 0 10px 0;
}
#section_8 .title h1{
    display: inline-block;
    border-bottom: 1px solid #000;
    color: var(--event-color-nadal-blue);
}


.travel_good_el {

}
.travel_good_el a {
    display: block;
    text-decoration: none;
    color: #000;
}
.travel_good_el a .tg_photo {
    position: relative;
    padding-bottom: 66%;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.travel_good_el a .tg_photo img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.1, 0.58, 1);
    -moz-transition: all .5s cubic-bezier(0.22, 0.1, 0.58, 1);
    transition: all .5s cubic-bezier(0.22, 0.1, 0.58, 1);
}
.travel_good_el a .tg_text {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
}
.travel_good_el a .tg_text .name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1em;
    color: var(--event-color-blue);
}
.travel_good_el a .tg_text .desc {
    font-size: 13px;
    color: #333
}
.travel_good_el a .tg_text .path {
    font-size: 13px;
    color: #666
}



.movistar_logo{
    height: 1em;
}




.customer_consult {
    margin: 3em auto 0 auto;
    padding: 1.5em 1em;
    max-width: 800px;
    box-shadow: 3px 3px #d9d9d9;
    background-color: #228be6;
}

.customer_consult .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.customer_consult .icon i {
    color: #fff;
    font-size: 3em;
    font-family: var(--font-awesome) !important;
}

.customer_consult p {
    color: #fff;
    font-size: .9em;
    text-align: left;
    margin-top: 1em;
}

.customer_consult a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    border: 1px solid var(--consult-border)
}

@media (min-width: 992px) {
    .customer_consult p {
        margin-top: 0;
    }
    .customer_consult a {
        display: inline-block;
        text-align: left;
    }
}








ul,
ol{list-style: none;padding:0;margin:0;}

.goods-list-wrap .tit{font-size:2rem;font-weight:bold;margin:0 0 15px 0;}
.goods-list{}
.goods-list li{width: 50%;}
.goods-list li .goods-list-el{margin:0 0 10px 0;font-size:12px}
.goods-list li .goods-list-el a{display:block;
    border:1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.goods-list li .goods-list-el a .goodsImg{position:relative;padding-bottom:90%;width:100%;height:0px;overflow:hidden}
.goods-list li .goods-list-el a .goodsImg img{position:absolute;left:0;top:0px;width:100%;height: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s cubic-bezier(0.22, 0.1, 0.58, 1);
    -moz-transition: all 1.5s cubic-bezier(0.22, 0.1, 0.58, 1);
    transition: all 1.5s cubic-bezier(0.22, 0.1, 0.58, 1);
}
.goods-list li .goods-list-el a .goodsCnt{padding:10px;border:1px solid #eee;border-top:0}
.goods-list li .goods-list-el a .goodsSchedule{
    margin-bottom:5px;
    height: 1.2em;
    line-height: 1em;
    font-size: 0.9em;
    color:#666;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow: hidden !important;
}
.goods-list li .goods-list-el a .goodsSubject{
    margin-bottom:10px;
    height: 2.4em;
    line-height: 120%;
    font-size: 1.2em;
    font-weight: normal;
    overflow: hidden;
    color: #000;
}
.goods-list li .goods-list-el a .goodsMinPriceToday{
    line-height: 1.1em;
    color: #0d526d;
    font-size: 1.1em;
    font-weight: normal;
    text-align: right;
}
.goods-list li .goods-list-el a .goodsMinPriceToday span{
    font-size:11px
}
.goods-list li .goods-list-el a .goodsMinPriceStd{
    text-align: right;
    font-size: 12px;
    color: #838383;
}
.goods-list li .goods-list-el a .goodsPoint{}
.goods-list li .goods-list-el:hover a{
    border: 1px solid rgb(66, 114, 188);
    box-shadow: 0px 0px 4px 4px rgb(131 131 131 / 20%);
}
.goods-list li .goods-list-el:hover a .goodsImg img{
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
}
@media (min-width:576px){
    .goods-list li{width: 50%;}
}
@media (min-width:768px){
    .goods-list li{width: 33.33333%;}
}
@media (min-width:992px){
    .goods-list li{width: 33.33333%;}
    .goods-list li .goods-list-el{font-size:14px}
}
@media (min-width:1200px){
    .goods-list li{width: 25%;}
}