@charset "utf-8";

body {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.6;
}

a:hover {
    cursor: pointer;
}

.checkmsg{
  font-size:12px;color:#666;
}
/* title_section */
.join_terms .text_container .title_section {
    width: 100%;
    background-color: #001c54;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    margin: 20px 0px 40px 0px;
    font-size: 18px;
}

.join_form .table_wrap .title_section {
    width: 100%;
    background-color: #001c54;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    margin: 20px 0px 40px 0px;
    font-size: 18px;
}

/* program_select */
.join_form .table_wrap .program_select > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}




body main .mini_nav .main_container .inner_center > div > div > a:hover {
    color: #9c9d9d;
}

/* main_area_title */
body main .main_area .main_container .inner_center .main_area_title {
    font-size: 32px;
    font-weight: 450;
    text-align: center;
    padding: 20px 0px;
}

body main .main_area .main_container .inner_center .main_area_title > span {
    background: linear-gradient(to top, #ddedf9 10%, #fff 50%); 
}
/*############ join ############*/
/*----- join_info -----*/

/* table */
.join_info .table1 tr > *:nth-child(3) { width: 20%; }
.join_info .table1 .exhibit_booth_img { width: 100%; }
.join_info .table1 .exhibit_booth_img > img { width: 100%; }
.join_info .table2 .w16 > th { width: 16.5%; }


/*----- join_terms -----*/
.join_terms .text_container { max-width: 1300px; }
.join_terms .text_container .text_box { margin: 0 auto 20px auto; height: 500px; padding: 30px 40px; line-height: 1.5; border: 1px solid #dfdfe1; color: #777777; overflow: scroll; }
.join_terms .text_container .txt { margin-bottom: 10px; font-size: 18px; text-align: center; font-weight: bold; }
.join_terms .text_container .checkbox_wrap_style { margin-bottom: 10px; line-height: 1.4; justify-content: flex-start; }
.join_terms .text_container .checkbox_wrap_style input { margin-top: 8px; }

.join_terms .btn_wrap { margin-bottom: 50px; display: flex; justify-content: center; }
.join_terms .btn_wrap > a { width: 320px; max-width: 80%; height: 70px; border-radius: 35px; font-size: 23px; color: #ffffff; font-weight: 900; background-color: #0070a8; display: flex; align-items: center; justify-content: center; }


/*----- join_form -----*/
.join_form > .center_inner { max-width: 1100px;}
.join_form .table_wrap { margin-bottom: 50px; }
.join_form .table_wrap .s_txt { margin-bottom: 5px; }
.join_form .table_wrap .info_text { line-height: 1.4; }
.join_form table .text_right { text-align: right; }
.join_form table .text_center { text-align: center; }

/* input style */
.join_form .table_wrap input[type=text] { width: 100%;height: 45px; padding: 0 10px; font-size: 17px; border: 1px solid #d9d9d9; background-color: #f9f9f9; }
.join_form .table_wrap input[type=password] { width: 100%;height: 45px; padding: 0 10px; font-size: 17px; border: 1px solid #d9d9d9; background-color: #f9f9f9; }
.join_form .table_wrap input[type=tel] { width: 100%;height: 45px; padding: 0 10px; font-size: 17px; border: 1px solid #d9d9d9; background-color: #f9f9f9; }
.join_form .table_wrap input[type=email] { width: 100%;height: 45px; padding: 0 10px; font-size: 17px; border: 1px solid #d9d9d9; background-color: #f9f9f9; }

.join_form .table_wrap select { width: 100%; height: 45px; padding: 0 10px; border: 1px solid #d9d9d9; background-color: #f9f9f9; }
.join_form .table_wrap button { height: 80px; }

.join_form .table_wrap .checkbox_set_list > .checkbox_set { margin-right: 15px; width:150px; }

.join_form .table_wrap .checkbox_set_list > .checkbox_set { margin-right: 15px;  }
.join_form .table_wrap .checkbox_set { cursor: pointer;   }
.join_form .table_wrap .checkbox_set > input { margin: 10px 5px 10px 0; }
.join_form .table_wrap .checkbox_set2 { margin-top: -10px; display: flex; align-items: center; }
.join_form .table_wrap .checkbox_set2 >  input[type=text] { width: 150px; max-width: 50%; height: 30px; margin-left: 10px; font-size: 14px; }

.join_form .table_wrap .radio_set { margin: 10px 0; display: flex; flex-wrap: wrap; cursor: pointer; }
.join_form .table_wrap .radio_set > input { margin-right: 5px; }
.join_form .table_wrap .radio_set span { width: 100%; margin: 5px 0 0 20px; font-size: 0.8em; }

.join_form .table_wrap .input_set { display: flex; }
.join_form .table_wrap .input_set2 { display: flex; justify-content: space-between;}
.join_form .table_wrap .input_set2 > input[type=text] { width: 49%; }
.join_form .table_wrap .input_set2 > input[type=password] { width: 49%; }
.join_form .table_wrap .input_text_set { display: flex; align-items: center; justify-content: space-between; }

.join_form .table_wrap .input_set_address input[type=text] { margin: 3px 0; }
.join_form .table_wrap .input_set_address .address { display: flex; align-items: center; }
.join_form .table_wrap .input_set_address .address > input[type=text] { max-width: 150px; }
.join_form .table_wrap .input_set_address .address > button { margin: 3px 3px; padding: 0 10px; color: #ffffff; background-color: #000000; }

.join_form .table_wrap .input_set_image_upload { display: flex; align-items: center; }
.join_form .table_wrap .input_set_image_upload button { margin: 3px 3px; padding: 0 15px; color: #ffffff; background-color: #444444; }

/* form_table_style */
.form_table_style { width: 100%; margin-bottom: 10px; border-top: 2px solid #0dace6; font-size: 14px; }
.form_table_style th { padding: 25px 15px; border-bottom: 1px solid #d1d1d1; background-color: #f3f8fd; vertical-align: middle; }
.form_table_style td { padding: 25px 15px; border-bottom: 1px solid #d1d1d1; vertical-align: middle; }


/* form_table_style */
.form_table_styleA { width: 100%; margin-bottom: 10px; border-top: 2px solid #0dace6; font-size: 13px; }
.form_table_styleA th { padding: 25px 0px; border-bottom: 1px solid #d1d1d1; background-color: #f3f8fd; vertical-align: middle; }

.form_table_styleA td { padding: 25px 0px; border-bottom: 1px solid #d1d1d1; vertical-align: middle; }



.join_form .table_scroll_box { width: 100%; max-width: 100%; margin-bottom: 10px; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.join_form .table_scroll_box::-webkit-scrollbar { display: none; }
.form_table_style_B { width: 100%; min-width: 800px; border-top: 2px solid #0dace6; }
.form_table_style_B th:first-child{ border-left: 1px solid #d1d1d1;  }
.form_table_style_B th { padding: 15px 10px; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; background-color: #f3f8fd; vertical-align: middle; font-size:13px; }
.form_table_style_B td:first-child{ border-left: 1px solid #d1d1d1;  }
.form_table_style_B td { padding: 15px 10px; border-bottom: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; vertical-align: middle; font-size:12px;}
.form_table_style_B .border_none { border-right: none!important; }
.form_table_style_B .table_title { font-size: 20px; color: #ffffff; font-weight: bold; background-color: #0dace6; }
.form_table_style_B .sum { background-color: #e3fde4; }
.form_table_style_B .sum2 { background-color: #f3f8fd; }



/* text_box */
.join_form .text_box { padding: 30px 20px; border-top: 2px solid #0dace6; border-bottom: 1px solid #888888; }
.join_form .text_box .txt { line-height: 1.7; }
.join_form .text_box ul { display: flex; align-items: center; justify-content: center; }
.join_form .text_box ul > li { margin: 0 20px; display: flex; align-items: center; }
.join_form .text_box ul > li > div { display: flex; align-items: center; }
.join_form .text_box ul > li > div:nth-child(1) { height: 36px; margin-right: 10px; border-radius: 18px; padding: 0 20px; color: #ffffff; text-align: center; font-weight: 900; background-color: #000000; display: flex; align-items: center; justify-content: center; }

/* btn_wrap */
.join_form .btn_wrap { margin-bottom: 50px; display: flex; justify-content: center; }
.join_form .btn_wrap > button { width: 25%; max-width: 220px; height: 40px; margin: 0 5px; border-radius: 20px; background-color: #0070a8; color: #ffffff; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.join_form .btn_wrap > a { width: 25%; max-width: 220px; height: 40px; margin: 0 5px; border-radius: 20px; border: 1px solid #0070a8; color: #0070a8; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.join_form .btn_wrap > a > img { width: 30px; margin-left: 10px; }



/*############ registration ############*/
/*----- registration_info -----*/
/* table */
.registration_info .table1 tr > *:nth-child(2) { width: 80%; }
.registration_info .table1 .step_img_wrap { width: 100%; }
.registration_info .table1 .step_img_wrap > img { width: 100%; }
.registration_info .table1 .pc_view { display: block; }
.registration_info .table1 .mobile_view { display: none; }

/* text box */
.registration_info .text_box1 { display: flex; align-items: center; }
.registration_info .text_box1 .img_wrap { width: 40%; display: flex; align-items: center; justify-content: center; }
.registration_info .text_box1 .img_wrap > img { width: 80%; max-width: 270px; }
.registration_info .text_box1 .text_wrap { width: 60%; padding: 0 20px; }

.registration_info .text_box1 .text_wrap .s_tit { text-align: center; }
.registration_info .text_box1 .text_wrap .input_set > div:nth-child(1) { margin: 10px 0; }
.registration_info .text_box1 .text_wrap .input_set > div:nth-child(2) { display: flex; align-items: center; }


/*----- registration_join -----*/
.registration_join .radio_btn_wrap { display: flex; flex-wrap: wrap; }
.registration_join .radio_btn_wrap .radio_set { margin-right: 20px; }
.registration_join .input_wrap { display: flex; align-items: center; }


/*----- registration_map -----*/
.registration_map .map_box { width: 100%; padding-bottom: 60%; border: 1px solid #c4c4c4; overflow: hidden; position: relative; }
.registration_map .map_box > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}



@media all and (max-width:1400px) {
    /*############ main ############*/
    /*------ main_visual ------*/
    /* link_wrap */
    .main_page .main_visual .button_wrap .title_set > div:nth-child(1) { font-size: 38px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(2) { font-size: 45px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(3) { font-size: 22px; }
}

@media all and (max-width:1300px) {
   



}

@media all and (max-width:920px) {
    /*############ main ############*/
    /*------ main_visual ------*/
    /* link_wrap */
    .main_page .main_visual .button_wrap .title_set > div:nth-child(1) { margin-bottom: 15px; font-size: 32px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(2) { margin-bottom: 15px; font-size: 40px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(3) { font-size: 20px; }

    /* sponsor_wrap */
    .main_page .main_sponsor_wrap .sponsor_wrap > div { align-items: flex-start; }
    .main_page .main_sponsor_wrap .sponsor_wrap .s_title { width: 45px; min-width: 45px; height: 45px; margin-top: 1%; font-size: 15px; }
    .main_page .main_sponsor_wrap .sponsor_wrap ul > li  { width: 33%; }

    /*------ bottom_newsletter ------*/
    .main_page .bottom_newsletter .tit { font-size: 22px; }
    .main_page .bottom_newsletter .input_wrap .s_tit { font-size: 15px; }


    /*############ carbon ############*/
    /*----- carbon_industry -----*/
    .carbon_industry .number_list .number { width: 26px; min-width: 26px; height: 26px; font-size: 18px; }
    .carbon_industry .number_list .text { font-size: 18px; margin-top: 0; }


    /*############ expo ############*/
    .expo_history_btn_wrap ul > li { width: 80px; height: 35px; }
    .expo_history_btn_wrap ul > li > a { font-size: 16px; }


    /*############ join ############*/
    /*----- join_info -----*/
    /* join_step */
    .join_info .join_step { flex-wrap: wrap; justify-content: center; }
    .join_info .join_step > li { margin: 15px 0; }
    .join_info .join_step > li:nth-child(odd) { width: 40%; }
    .join_info .join_step > li:nth-child(even) { width: 5%; }
    .join_info .join_step > li:nth-child(4) { display: none; }
    .join_info .join_step > li .s_tit { font-size: 16px; }
    .join_info .join_step > li .image { margin: 10px 0; }

    /* bank account */
    .join_info .bank_account_wrap { flex-direction: column; }
    .join_info .bank_account_wrap > li {  margin: 10px 0; }

    /*----- join_terms -----*/
    .join_terms .text_container .text_box { margin: 0 auto 15px auto; padding: 20px 20px; }
    .join_terms .btn_wrap > a { height: 50px; border-radius: 25px; font-size: 18px; }

    /*----- join_form -----*/
    .join_form .text_box ul { flex-direction: column; }
    .join_form .text_box ul > li { margin: 10px 0; }


    /*############ registration ############*/
    /*----- registration_info -----*/
    /* table */
    .registration_info .table1 .pc_view { display: none; }
    .registration_info .table1 .mobile_view { display: block; }

    /* text box */
    .registration_info .text_box1 .img_wrap { display: none; }
    .registration_info .text_box1 .text_wrap { width: 100%; padding: 0 10px; }


    /*############ board ############*/
    /*----- board_notice -----*/
    /* notice_group_btn_wrap */
    .board_notice .notice_group_btn_wrap > li { height: 35px; }
    .board_notice .notice_group_btn_wrap > li > a { font-size: 16px; }


    /*----- board_photo -----*/
    .board_photo .photo_list > li { width: 50%; }

}

@media all and (max-width:620px) {
    /*############ main ############*/
    /*------ main_visual ------*/
    /* link_wrap */
    .main_page .main_visual .button_wrap { width: 100%; padding: 10px 0 20px 0; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(1) { margin-bottom: 10px; font-size: 25px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(2) { margin-bottom: 10px; font-size: 30px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(3) { font-size: 16px; }

    .main_page .main_visual .button_wrap .link_set > li > a { font-size: 16px; }

    /* sponsor_wrap */
    .main_page .main_sponsor_wrap .sponsor_wrap ul > li  { width: 50%; }

    /*------ main_notice_dday ------*/
    .main_page .main_notice_dday { padding: 20px 0; }

    /* notice_wrap */
    .main_page .main_notice_dday .notice_wrap ul > li > a .con { height: 39px; max-height: 39px; }

    /* dday_wrap */
    .main_page .main_notice_dday .dday_wrap > div { padding: 5px 5px; }
    .main_page .main_notice_dday .dday_wrap > div > a .tit { font-size: 20px; }
    .main_page .main_notice_dday .dday_wrap > div > a .date { font-size: 15px; }
    .main_page .main_notice_dday .dday_wrap > div > a .dday { padding: 15px 0; font-size: 25px; }

    /*------ main_video ------*/
    .main_page .main_video { padding: 50px 0; }

    /*------ bottom_newsletter ------*/
    .main_page .bottom_newsletter { padding: 35px 0; }
    .main_page .bottom_newsletter .tit { margin-bottom: 20px; font-size: 18px; }
    .main_page .bottom_newsletter .input_wrap .s_tit { font-size: 14px; }
    .main_page .bottom_newsletter .input_wrap .input_set > input { height: 40px; }
    .main_page .bottom_newsletter .input_wrap .input_set > button { height: 40px; font-size: 14px; }
    .main_page .bottom_newsletter .checkbox_set { font-size: 14px; flex-direction: column; align-items: center; }
    .main_page .bottom_newsletter .checkbox_set a { margin-top: 8px; }


    /*############ carbon ############*/
    /*----- carbon_neutrality_2050 -----*/
    .carbon_neutrality_2050 .content_wrap .number { width: 22px; height: 22px; font-size: 18px; }
    .carbon_neutrality_2050 .content_wrap .tit { font-size: 20px; }
    .carbon_neutrality_2050 .content_wrap .img_wrap > div { padding: 5px; }

    /*----- carbon_korea -----*/
    /* text box */
    .carbon_korea .text_box_1 ul { text-align: left;}
    .carbon_korea .text_box_2 { padding: 15px 15px; }

    /*----- carbon_industry -----*/
    .carbon_industry .number_list .number { font-size: 16px; }
    .carbon_industry .number_list .text { font-size: 15px; }


    /*############ expo ############*/
    .expo_history_btn_wrap ul > li { width: 70px; }
    .expo_history_btn_wrap ul > li > a { font-size: 14px; font-weight: 400; }


    /*############ join ############*/
    /*----- join_info -----*/
    .join_info .bank_account_wrap > li > div { flex-direction: column; align-items: flex-start; }
    .join_info .bank_account_wrap > li > div img { width: 100px; }
    .join_info .bank_account_wrap > li > div:nth-child(1) { margin-right: 5px; padding: 0 15px; }

    /*----- join_terms -----*/
    .join_terms .text_container .text_box { height: 320px; margin: 0 auto 15px auto; padding: 15px 15px; }
    .join_terms .btn_wrap > a { font-size: 15px; }

    /*----- join_form -----*/
    /* input style */
    .join_form .table_wrap input[type=text] { height: 40px; }
    .join_form .table_wrap select { height: 40px; }
    .join_form .table_wrap button { height: 40px; }

    .join_form .table_wrap .input_set2 { flex-direction: column; }
    .join_form .table_wrap .input_set2 > input[type=text] { width: 100%; margin: 3px 0; }

    /* form_table_style */
    .form_table_style { font-size: 14px; }
    .form_table_style th { width:100%; padding: 10px 5px; display: block; }
    .form_table_style td { width:100%; padding: 10px 5px 20px 5px; display: block;}

    .form_table_style_B th { padding: 5px 2px; font-size:11px; }
    .form_table_style_B td { padding: 5px 2px; font-size:11px; }

    /* text_box */
    .join_form .text_box { padding: 15px 10px; }
    .join_form .text_box ul > li > div { flex-direction: column; align-items: flex-start; }
    .join_form .text_box ul > li > div img { width: 100px; }
    .join_form .text_box ul > li > div:nth-child(1) { margin-right: 5px; padding: 0 15px; }

    /* btn_wrap */
    .join_form .btn_wrap { flex-direction: column; align-items: center; }
    .join_form .btn_wrap > button { width: 50%; margin: 5px 0; }
    .join_form .btn_wrap > a { width: 50%; margin: 5px 0; }


    /*############ board ############*/
    /* page_number_wrap */
    .page_number_wrap > li > a { width: 25px; height: 25px; font-size: 13px; }

    /* total_search_box */
    .total_search_box { flex-direction: column; }
    .total_search_box .total { margin-bottom: 5px; font-size: 14px; }

    .total_search_box .search_wrap { width: 100%; max-width: 100%; }
    .total_search_box .search_wrap > select { width: 30%; }
    .total_search_box .search_wrap > div { width: 70%; }
    .total_search_box .search_wrap > div input {  width: 100%; }

    /*----- board_notice -----*/
    /* notice_group_btn_wrap */
    .board_notice .notice_group_btn_wrap > li > a { font-size: 14px; font-weight: 400; }

    /* notice_list */
    .board_notice .notice_list > li > a { padding: 8px 5px 10px 5px; flex-direction: column; text-align: left; position: relative; }
    .board_notice .notice_list > li > a > div { padding: 0; }
    .board_notice .notice_list > li > a > div:nth-child(1) { display: none; }
    .board_notice .notice_list > li > a > div:nth-child(2) { width: fit-content; margin-bottom: 8px; padding: 5px 10px; background-color: #eeeeee; }
    .board_notice .notice_list > li > a > div:nth-child(3) { width: 100%; margin-bottom: 15px; }
    .board_notice .notice_list > li > a > div:nth-child(4) { width: 18px; position: absolute; bottom: 5px; right: 5px; }
    .board_notice .notice_list > li > a > div:nth-child(5) { width: 100%; color: #666666; }

    .board_notice .notice_list > li.title { display: none; }

    .board_notice .notice_list > li .file_img { width: 100%; }
    .board_notice .notice_list > li .file_img img { width: 100%; }

    /*----- board_photo -----*/
    .board_photo .photo_list > li { width: 100%; }








    /* ############### exhibition_business ############### */

    /* search_box */

    .exhibition_business .search_box { margin-bottom: 50px; }

    .exhibition_business .search_box .btn_wrap > ul { margin-bottom: 10px; }

    .exhibition_business .search_box .btn_wrap > ul > li > div { font-size: 12px; }

    .exhibition_business .search_box .search_wrap > img { width: 35px; }

    .exhibition_business .search_box .search_wrap > input { height: 40px; }

    .exhibition_business .search_box .search_wrap > button { height: 40px; font-size: 12px; }



    /* list_box */

    .exhibition_business .list_box > a { width: 50%; max-width: 50%; }

    .exhibition_business .list_box .text_wrap > div:nth-child(1) { font-size: 12px; }



    /* exhibition_business_view */

    /* info_business_box */

    .exhibition_business .info_business_box .business_wrap { flex-direction: column; }

    .exhibition_business .info_business_box .business_wrap .image_wrap { width: 100%; max-width: 100%; margin-bottom: 10px;  }

    .exhibition_business .info_business_box .business_wrap .image_wrap > div { max-width: 300px; margin: 0 auto; }

    .exhibition_business .info_business_box .business_wrap .info_text_wrap { width: 100%; max-width: 100%; }

    .exhibition_business .info_business_box .business_wrap .info_text_wrap .title > div:nth-child(1) { font-size: 20px; }

    .exhibition_business .info_business_box .business_wrap .info_text_wrap .title > div:nth-child(2) { font-size: 16px; }

    .exhibition_business .info_business_box .business_wrap .info_text_wrap .tag { padding: 0 3%; }

    .exhibition_business .info_business_box .business_wrap .info_text_wrap .info { padding: 0 3%; }



    .exhibition_business .info_business_box .text_wrap { font-size: 14px; }



    /* info_item_box */

    .exhibition_business .info_item_box > ul > li { flex-direction: column; }

    .exhibition_business .info_item_box > ul > li .img_wrap { width: 100%; max-width: 300px; margin: 0 auto; }

    .exhibition_business .info_item_box > ul > li .text_wrap { width: 100%; max-width: 100%; padding-left: 0; font-size: 14px; }

    .exhibition_business .info_item_box > ul > li .text_wrap .title { font-size: 16px; }



    /* view_btn_wrap */

    .exhibition_business .view_btn_wrap > a { font-size: 14px; }




}

@media all and (max-width:480px) {
    /*############ main ############*/
    /*------ main_visual ------*/
    /* link_wrap */
    .main_page .main_visual .button_wrap .title_set > div:nth-child(1) { font-size: 22px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(2) { font-size: 26px; }
    .main_page .main_visual .button_wrap .title_set > div:nth-child(3) { font-size: 14px; }

    .main_page .main_visual .button_wrap .link_set > li { padding: 5px 5px; }
    .main_page .main_visual .button_wrap .link_set > li > a { font-size: 14px; }

    /*------ main_notice_dday ------*/
    /* notice_wrap */
    .main_page .main_notice_dday .notice_wrap ul > li > a .tit { font-size: 18px; }

    /* dday_wrap */
    .main_page .main_notice_dday .dday_wrap > div > a .tit { font-size: 15px; }
    .main_page .main_notice_dday .dday_wrap > div > a .date { font-size: 14px; }


    /*############ carbon ############*/
    /*----- carbon_neutrality_2050 -----*/
    .carbon_neutrality_2050 .content_wrap .img_wrap { flex-direction: column; }
    .carbon_neutrality_2050 .content_wrap .img_wrap > div { width: 100%; margin: 10px 0; padding: 0; }

    /*----- carbon_korea -----*/
    /* text box */
    .carbon_korea .text_box_1 ul { font-size: 14px; }
}


.panel {
    width: 100%;
   
  }
  
  .scroll-notice {
    position:absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 99999;
    display: none; /* 기본적으로 숨김 */
    width: 80%;
  }
  
  @media all and (max-width: 620px) {
    .scroll-notice {
      display: block; /* 모바일 사이즈에서 표시 */
    }
  }
  

