@charset "utf-8";
/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

html, body { font-size: 15px; }
:root {
    --web-width: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.min_img {
    overflow-x: auto;
    overflow-y: hidden;
}
.wrap {
    /* position: relative; */
    /* overflow: hidden; */
}
.section_wrap section {width: 100%; padding: 0 20px;}
/**************************************************************/
/**************************************************************/
/**************************** header **************************/
/**************************************************************/
/**************************************************************/
/* -------------------------  header -------------------------*/
#header {
    /* position: absolute;
    top: 0; */
    z-index: 99999;
    width: 100%;
    transition: all 0.5s ease;
}
#header .logo {
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}
#header .logo a img {
    width: 220px;
}
.footer .wrapper .logo {
    width: 180px;
    margin-bottom: 0.5rem;
}
.footer .wrapper .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* -----------------------  top_header ----------------------*/
.top_header {
    width: 100%;
    padding: 0 20px;
}
#header .top_header .wrap {
    width: 100%;
}
#header .top_header .wrap li {margin-left: 0.5rem;}
/* -----------------------  mid_header ----------------------*/
.mid_header {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #ddd;
}
/* -----------------------  bot_header ----------------------*/
.bot_header {width: 100%;}
/* ---------------------  header_search ---------------------*/
.header_search_wrap {
    margin: 0;
    margin-right: 10px;
    max-width: calc(100% - 200px);
    padding: 6px 8px;
}
/* -----------------------  header nav ----------------------*/
#header nav {
    display: none !important;
    margin-left: 39px;
}
#header nav #gnb {
    width: 100%;
    height: 72px;
}
#header nav #gnb li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
}
#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
#header.active nav {
    display: block;
}
#header nav .depth_toggle {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}
#header nav .depth_toggle .wrapper {
    width: var(--web-width);
    /* margin: 0 auto; */
    /* margin-left: 352px; */
    margin: 0 auto;
    padding-left: 296px;
}
#header nav .depth_toggle .sub_nav {
    width: 150px;
    height: 200px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 0;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav li {
    height: 31px;
    line-height: 31px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;
	white-space: nowrap;*/
    font-size: 16px;
    letter-spacing: -0.6px;
}
#header nav .depth_toggle .sub_nav.on {
    background: #17357c;
    color: #fff;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav.on li a {
    color: #f1f1f1;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}
#header.speedup {
    transition: all 0.1s ease !important;
}
#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}
#header nav .depth_toggle .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#header nav .depth_toggle .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
/* -----------------------  header language ----------------------*/
/* #header .open {
    margin-right: 20px;
} */

/* -----------------------  header hamburger ----------------------*/
#header .menu_area {
    float: right;
    padding: 0;
}
#header .menu_area ul {
    overflow: hidden;
    justify-content: flex-end;
}
#header .menu_area ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}
#header .menu_area ul li:nth-child(2) {
    display: block;
}
#header .menu_area ul li a {
    font-size: 14px;
    line-height: 72px;
}
#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.lang .lang_list {margin-top: 10.4rem;}
.offcanvas {
    width: 540px;
}
.offcanvas .menu_login .wrapper {
    width: 300px;
}
.offcanvas .h_tabcontent {
    margin-top: 64px;
    font-size: 17px;
}
.offcanvas .h_tablinks {
    height: 64px;
    line-height: 100%;
}
.offcanvas .menu_login {
    height: 64px;
    line-height: 100%;
}
.offcanvas .h_tabcontent .sub_nav > li > a {
    height: 64px;
    line-height: 100%;
}
.offcanvas .h_tabcontent .depth3 {
    padding: 20px 32px;
}
.offcanvas .tab {
    padding-top: 64px;
}
.offcanvas .h_tabcontent .menu2_link.active:after {
    top: 36px;
}

.offcanvas .h_tabcontent .menu2_link:after {
    top: 28px;
}

/**************************************************************/
/**************************************************************/
/***************************** main ***************************/
/**************************************************************/
/**************************************************************/
/* -------------------------  bxslider ------------------------*/


.bx-has-pager {
    width: 100%;
}
.bx-wrapper .bx-pager {
    bottom: 24px !important;
    right: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 10px !important;
}
#fp-nav.fp-right {display: none;}
/* -----------------------  main_visual ----------------------*/

.main_copy p {
    font-size: 1.5rem;
}


.bx-wrapper .bx-pager {
    bottom: 24px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px !important;
    height: 16px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 30px !important;
}
#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
    width: 100% !important;
    height: 100vh !important;
}
#main .visual .visual_wrap {top: 36%;}

#main .visual .caption {
    padding: 0 60px;
    width: 100%;
}
#main .visual .caption h4 {
    font-size: var(--txt-4xl);
}
#main .visual .caption h5 {
    font-size: var(--txt-xl);
    margin-bottom: 60px;
}
#main .visual .caption h5:after {
    bottom: -50px;
    height: 40px;
}
#main .visual .caption a img {width: 60px;}
.scroll {
    width: 40px;
    height: 47px;
}
#main .visual::after {
    left: 51.2%;
}

/**************************************************************/
/**************************************************************/
/***************************** sub ****************************/
/**************************************************************/
/**************************************************************/
/* ------------------------  sub_visual ----------------------*/
.sub_visual {width: 100%;/*margin-top: 71px;*/height: 250px;/* border-radius: 1.5em; */}
.sub_visual.no_visual {margin-top: 60px;}
.sub_visual .tit {
    display: none;
}
.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}
.sub_visual h1 {
    width: 100%;
    font-size: 2.5rem;
}
/* ----------------------  sub_container ---------------------*/
.sub_container {
    min-height: auto;
}
.sub_container>.wrapper {width: 100%;}


/**************************************************************/
/**************************************************************/
/*************************path_container***********************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.path_container {
    width: calc(100% - 40px);
}
.path_container.on {
    top: 64px;
}
.path_container .path {
    height: 48px;
}

.path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 32px;
    /* color: #fff; */
    /* letter-spacing: -2px; */
    line-height: 320px;
}
.path .home {
    width: 48px;
    height: 48px;
    padding: 0 16px;
}
.path .home img {
    padding: 14px 0;
}
.path .depth_btn {
    /* line-height: 48px;
    font-size: 14px;
    width: 100%; */
}
.path_inside > div {
    /* width: calc((100% - 48px) / 2); */
    padding-left: 0;
}
.path .depth_btn i {
    top: 14px;
}

.path [class^="depth"] ul {
    top: 52px;
}
.path_container .path .sub_tab ul {
    overflow: hidden;
}
.path_container .path .sub_tab ul li {
    /* float: left; */
    /* text-align: center; */
    height: 50px;
    line-height: 50px;
    /* background: #fff; */
    border-left: 1px solid #ddd;
    font-size: 15px;
    /* font-weight: 300; */
}
.path_container .path .sub_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
}
.path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}
.path .depth_btn span {top: 16px;}

/* ------------------------- 탭형태 path ---------------------*/
.path_tab {width: 100%;}

/**************************************************************/
/**************************************************************/
/**************************** footer **************************/
/**************************************************************/
.footer {
    height: auto;
}
.footer .wrapper {
    width: 100%;
    flex-wrap: wrap;
}
.footer_mid .wrapper {
    flex-direction: column-reverse;
}
.footer .wrapper .txt {margin-top: 1rem;}

/* ----------------------- 3단 info 박스 ---------------------*/
.footer_info {
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_info .box {
    width: 32.5%;
    margin-right: 0;
    margin-bottom: 10px;
}
.footer_info .box h4, .footer_info .box .cont .lg {
    padding-bottom: 10px;
}
.footer_info .box .cont {padding: 20px;}

/**************************************************************/
/**************************************************************/
/************************** search pop ************************/
/**************************************************************/

#search_pop {width: 95%;height: 400px; top: 80px;}
#search_pop .wrapper { padding: 20px; }



/**************************************************************/
/**************************************************************/
/************************** max & title ***********************/
/**************************************************************/
.sub_container .wrapper .max, .no_visual .sub_container .wrapper .max, .no_visual .sub_container .wrapper .max {
    padding: 2rem 20px;
    min-height: auto;
}
.sub_container .wrapper .max_wrap_nm {
    margin-top: -50px;
}
section .tit {
    margin-top: 30px;
    margin-bottom: 20px;
}
.page_tit h4 {margin-bottom: 2rem;font-size: 2rem;}
.cont_tit_m h5, .cont_tit_nm h5 {margin: 2rem 0 0.5rem;font-size: 1.75rem;}
.cont_tit_m {margin-top: 3.5rem;}
.contents .tit h4 {
    margin-top: 20px;
    margin-bottom: 16px;
}
.contents .tit h5 {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 16px;
}
.contents .subtit h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}
.max .tit .viewmore {
    width: 100%;
    text-align: right;
    margin-top: 0;
}

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
.overview_wrap .left_area{
    flex: 0.8;
}
.overview_wrap .left_area::before{
    width: 140px;
    height: 140px;
    left: -15%;
    top: -7%;
}
.overview_wrap .overview_bg{
    height: 67%;
}
.resort_bg{
    padding: 2rem 20px;
}
.resort_wrap .resort_left .txt_wrap{
    padding: 0;
    width: 360px;
}

.resort_wrap .resort_left::before{
    top: 0;
}
.greeting_wrap .bottom_area .left_area{
    flex: 1.3;
}

.greeting_wrap .bottom_area .right_area{
    max-height: 540px;
}
.greeting_wrap .top_area{
    height: 300px;
}

/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {
    /**************************** basic setting ***************************/
    .section .btn_plus img {max-width: 3rem;}
    .btn_ic {
    padding: 1.25rem;
}
    .btn_ic .more {
    font-size: 0.785rem;
    font-weight: 700;
    letter-spacing: -1px;
}
    .btn_ic .more::before {
    width: 150%;
    top: -62%;
}
    .btn_ic .tit {
    gap: 0.75rem;
}
    .btn_ic .tit .ic {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
    .btn_ic .tit p {
    font-size: 1.125rem;
}
.footer{
    padding: 3rem 2rem;
}
.overview_wrap .overview_bg{
    height: 73%;
}
.greeting_wrap .top_area{
    height: 250px;
}
.greeting_wrap .bottom_area{
    flex-direction: column;
    position: relative;
}

.greeting_wrap .bottom_area .right_area{
    max-width: 100%;
    width: 100%;
    align-self: flex-end;
}
.greeting_wrap .bottom_area .left_area .txt_wrap br{
	display: none;
}

.tab_link.hole_tab .prd_tablinks{
    width: 36px;
}
.tab_link.hole_tab{
    gap: 3rem;
    row-gap: 8px;
}
/***************************** main visual ****************************/
.main_slider li>.wrap .txt {width: 50%; margin-left: 20px;}


}



/*----------------------------------------980--------------------------------*/
@media screen and (max-width:980px) {
    /***************************** 탭형태 path **************************/
    .path_tab .tab_link_wrap {overflow: hidden !important;}
    .path_tab .tab_link_wrap .tablinks {font-size: 1rem; padding: 10px 0;}
    .login_two {
        display: inherit;
    }
    .login_wrap { width: 320px;}
    .txt_ex {display: block;}

    .overview_wrap{
        flex-direction: column;
    }

    .overview_wrap .left_area .img_wrap.m_hidden{
        display: none !important;
    }
    .overview_wrap .left_area .img_wrap.pc_hidden{
        display: block !important;
        height: 250px;
    }
    .overview_wrap .left_area::before{
        border: 34px solid var(--sub-color-2);
        width: 100px;
        height: 100px;
        left: -8%;
        top: auto;
        bottom: -50%;
    }
    .overview_wrap .right_area .info_wrap{
        margin-top: 3rem;
    }
    .overview_wrap .overview_bg{
        height: 46%;
    }
    .overview_wrap .right_area .info_wrap::after{
        font-size: 40px;
    }
     .conts_wrap .box_wrap{
        flex-wrap: wrap;
     }
    .conts_wrap .box_wrap .box{
        width: calc((100% - 1rem)/2); 
    }
    .conts_wrap .box_wrap .box p{
        font-size: var(--txt-body1);
    }
    .conts_wrap .box_wrap .box h5{
        font-size: var(--txt-title3);
    }


    .course-main-inner{
        flex-direction: column;
        gap: 1rem;
    }
    .course-main-inner .course-main-right .course-title{
        margin: 0 0 2rem;
    }
    .resort_wrap{
        flex-direction: column;
        width: 100%;
        gap: 2rem;
    }
    .resort_wrap .resort_left{
        margin: 0;
    }
    .resort_wrap .resort_left .img_wrap{
        width: 100%;
    }
    .resort_wrap .resort_right{
        margin: 0;
        width: 100%;
        gap: 0;
    }
    .resort_thumb_wrap{
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .special_wrap .special_mid{
        flex-direction: column;
        gap: 2rem;
    }
    .special_wrap .special_mid .right_area{
        width: 100%;
    }
      .special_wrap .special_mid .right_area h3{
        margin-top: 2rem !important;
      }  
      .special_wrap .special_mid .right_area .img_wrap::before{
        content: none;
      }
       .special_wrap .special_btm{
        margin-top: 2rem !important;
       }
}



/*--------------------------------------800----------------------------------*/
@media screen and (max-width:800px) {
    .main_copy {
        position: absolute;
        width: 384px;
        height: 100%;
        z-index: 99;
        padding: 0 4rem;
    }
    .main_copy img { display: none;}
    .main_copy_top {
        color: #fff;
    }
    #main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
        width: 100%;
    }

    /******************************* login ******************************/
    .login_footer .remember_id {width: 100%;}
    
    /***************************** 탭형태 path **************************/
    .path_tab .tab_link_wrap {padding: 0;}

    /**************************** modal popup ***************************/
    .modal_conts .tb {
        max-width: inherit;
        min-width: inherit;
    }
    .modal_bg {
        width: 100%;
        height: 400px;
    }
    .modal_conts {
        width: 80%;
        max-height: 450px;
        min-width: auto;
        overflow: auto;
    }

    #header .open .login, #header .open .join { margin-left: 1rem; }
    .lang {margin-left: 1rem;}

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/

.txt_lg {
    font-size: 1.1rem;
    line-height: 1.4em;
}
.txt_lg br{ display: none;}
.location_wrap .location_info_wrap{
    flex-direction: column;
}



}




/*--------------------------------------700----------------------------------*/
@media screen and (max-width:700px) {
    /***************************** footer ******************************/
    .footer_info .box {
        width: 100%;
    }

   

}




/*----------------------------------------640--------------------------------*/

@media screen and (max-width:640px) {
    /**************************** basic **************************/

	input[type="text"], input[type="password"], select { font-size:0.875rem; }
	input[type="file"] { font-size: 0.875rem; }
	textarea { font-size:0.875rem; }
    .form-inline .i_sup_hf {width:100%;}
    .form-inline .i_sup_md { display: block;}

	.btn { height: 48px; line-height: 48px; min-width: 90px; font-size: 0.875rem; }	
	.btn_s {  font-size:0.875rem; }
    a.btn_write {
        margin-bottom: 10px;
    }
    .page_tit h4 {margin-bottom: 2rem;font-size: 1.75rem;}
    .cont_tit_m h5, .cont_tit_nm h5 {font-size: 1.5rem;}
    .cont_tit_m {margin-top: 2.5rem;}
    .cont_subtit h6 {font-size: 1.325rem;}
    .sub_visual{
        height: 200px;
        padding: 90px 0;
    }
    .sub_visual h1{
        font-size: 2rem;
    }
    /**************************** main ***************************/
    .main_copy p {font-size: 1.25rem;}
    #main .visual::after {
        left: 52.4%;
    }
    .sec_board .notice_top, .sec_gallery .gallery_top {flex-wrap: wrap;}
    .sec_board .notice_top .box, .sec_gallery .gallery_top .box {width: 100%;}
    .sec_board .notice_top .box .tit h4 {min-height: auto;}
    .sec_gallery .gallery_bottom .btn_ic_wrap .btn_ic, .sec5 .donate_bottom .btn_ic_wrap .btn_ic {width: 100%;}

    /*************************** header **************************/
    .header_search_wrap {
        padding: 6px;
        width: 100%;
        max-width: 100%;
        margin: 14px;
        margin-top: 0;
    }
    #header .open .map a {
        width: 80px;
    }
    #header .open {
        /* margin-right: 10px; */
    }
    /*********************** 일반형태 path **********************/
    .path .depth_btn {
        font-size: 15px;
        /* line-height: 48px;
        width: 100%;
        padding: 0 18px;
        height: 48px;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: auto; */
    }
    .path .home {
        width: 48px;
        line-height: 48px;
    }
    .path .home img {
        padding: 18px 0;
    }

    .path_container .path {
        height: auto;
    }
    .path .depth1,
    .path .depth2 {
        /* width: calc(50% - 24px); */
    }
	.path .depth3 {
	    border-top: 1px solid #ddd;
	    width: 100%;
	}
    .path{
        padding-top: 1rem;
    }
    /************************* 탭형태 path ************************/
    .path_tab .tab_link_wrap .tab_link-tab .tab .txt_sm {
        width: 100%;
        line-height: 1rem;
    }

    /************************** offcanvas *************************/
    .offcanvas .btn_close {
        right: 10px;
    }
    .offcanvas {
        width: 100%;
        margin-right: -100%;
    }
    .offcanvas .tab {
        width: 150px;
        padding-top: 54px;
    }
    .offcanvas .tab .fixed_wrapper {
        width: 150px;
    }
    .offcanvas .h_tablinks {
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        padding: 0 12px;
    }
    .offcanvas .menu_wrapper {
        width: calc(100% - 150px);
    }
    .offcanvas .menu_login .wrapper {
        width: 100%;
    }
    .offcanvas .menu_login {
        width: calc(100% - 120px);
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 20px;
    }
    .offcanvas .h_tabcontent {
        margin-top: 54px;
    }
    .offcanvas .h_tabcontent .sub_nav > li > a {
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 20px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
    }
    .offcanvas .h_tabcontent .menu2_link:after {
        top: 24px;
        right: 12px;
    }
    .offcanvas .h_tabcontent .menu2_link.active:after {
        top: 30px;
        right: 12px;
    }
    .offcanvas .h_tabcontent .depth3 {
        padding: 18px;
    }
    .offcanvas .h_tabcontent .depth3 .menu3 {
        font-size: 14px;
        line-height: 24px;
    }






    
    /***************************** footer ******************************/
    .footer {    
        padding: 2rem;
    }
.footer .wrapper .top {
    display: inherit;
}
.footer .wrapper .link {
    margin-bottom: 1rem;
}
.footer .wrapper .bottom {
    display: inherit;
}

.footer .wrapper .txt {
    margin-top: 1rem; width: 100%;
}
.footer .wrapper .site .btn_toggle {height: 42px;}
    .footer .wrapper .site, .footer .wrapper .site ul li {width: 100%;height: 42px;line-height: 42px;/* margin-top: 1rem; */}
    .footer .wrapper .site ul {
    bottom: 31px;
    width: 100%;
}

.course_wrap .course_bg_wrap .course_bg h4{
    font-size: var(--txt-heading1);
}
.course_wrap .course_bg_wrap .course_bg h4.tit{
    font-size: var(--txt-title1);
}


    table.overview colgroup{
        display: none;
    }

    table.overview tbody,
    table.overview tr,
    table.overview th,
    table.overview td{
        display: block !important;
        width: 100% !important;
        table-layout: auto !important;
		box-sizing: border-box !important;
    }
    table.overview th,
    table.overview td{
        border: 0 !important;
    }

}






/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
    /************************tab contents setting ***************************/
    .tab_scroll-tab {
        margin-bottom: 0;
    }
    .tab_link-tab .tab {font-size: 1rem;}
    #header .logo a{
        width: 160px   
    }
    .overview_wrap .right_area h3{
        font-size: 38px;
    }
    .overview_wrap .right_area .info_wrap .info_box p{
        font-size: var(--txt-body-2);
    }
    .overview_wrap .right_area .info_wrap::after{
        font-size: 42px;
    }
    .overview_wrap .overview_bg{
        height: 35%;
    }
    .overview_wrap .right_area p{
        font-size: var(--txt-body-2);
    }
    .overview_wrap .right_area .info_wrap .info_box span{
        font-size: var(--txt-body-2);
    }
    .greeting_wrap .top_area{
        height: 160px;
    }
    .greeting_wrap .bottom_area{
        margin-top: 1.5rem;
        gap: 2rem;
    }
    .greeting_wrap .bottom_area .left_area h3{
        font-size: var(--txt-title3);
        line-height: 130%;
    }
    
    .greeting_wrap .bottom_area .left_area .txt_wrap p{
        font-size: var(--txt-body-2);
    }
    .greeting_wrap .bottom_area .left_area .txt_wrap{
        margin: 1rem 0;
    }
    .greeting_wrap .bottom_area .right_area{
        max-width: none;
        max-height: none;
        width: 100%;
    }
    .course-main-inner .course-main-left{
        width: 80%;
    }

    .resort_thumb_wrap{
        gap: 1rem;
        overflow-y: hidden;
    }
    .resort_thumb_wrap .resort_thumb{
        flex: 0 0 160px;
    }
  
    .footer .wrapper .logo{
        width: 150px;
    }
    .footer .wrapper .center{
        margin: 1rem 0;
    }
    .footer .wrapper .center p{
        font-size: 15px;
    }
    .footer .wrapper .bottom p{
        font-size: 13px;
    }
    .footer .wrapper .bottom p.copyright{
        font-size: 12px;
    }
}
	
	
	
	
	
/*----------------------------------------480--------------------------------*/

@media screen and (max-width:480px) {
    /*************************** basic ***************************/
    table th {
        font-size: 1rem;
    }
    .txt_ex {
        display: block;
    }
    .flex_res {
        display: flex;
    }
    .flex_res .btn_modify, .flex_res .btn_delete, .flex_res .btn_back {
        float: inherit;
        width: 32%;
        margin-right: 2%;
    }
    .flex_res .btn_back {
        margin-right: 0;
    }
    .btn_ic_wrap {gap: 0.5rem;}
    .waiting_sub {width: 80%;}
    .waiting_sub::before {width: 100%;}
    .waiting_sub p {font-size: 1rem;}

    /**************************** main ***************************/
    .main_copy p {font-size: 1.125rem;}

    

    /************************  sub_visual ************************/


    
    /************************ main visual ************************/
    .main_slider li>.wrap {
        flex-wrap: wrap;
    }
    .main_slider li>.wrap .txt {
        width: 100%;
    }
	.overview_wrap .right_area .info_wrap .info_box{
        align-items: flex-start;
    }
    .course_wrap h3{
        font-size: var(--txt-title3);
    }
    .course-main-inner .course-main-right .course-title{
        flex-direction: column;
    }
    .course-main-inner .course-main-left{
        flex: auto;
        width: 100%;
    }
    .course-main-inner .course-main-right{
        text-align: center;
        flex: auto;
        width: 100%;
    }
    .course-main-inner .course-main-right .course-title .course-title-right{
        margin-top: 4px;
    }
    .course-main-inner .course-tip-box{
        text-align: left;
    }
    .tab_link.hole_tab .prd_tablinks{
        width: 60px;
    }
    .course_wrap .course_bg_wrap .course_bg h4{
    font-size: var(--txt-body1);
    }
    .course_wrap .course_bg_wrap .course_bg h4.tit{
        font-size: var(--txt-title3);
    }
    .course_wrap .course_bg_wrap{
        height: 170px;
    }
    .resort_wrap .resort_left::before{
        scale: 0.8;
        top: -5%;
    }

    

}	
	
	
	
	
/*----------------------------------------380--------------------------------*/

@media screen and (max-width:380px) {
    /*************************** header **************************/
    .top_header {
        font-size: 0.5rem;
    }
    #header .open .login, #header .open .search {margin-left: 15px;font-size: 0.875rem;}
    .lang {margin-left: 15px;font-size: 0.875rem;}
    #header .menu_area ul {min-width: inherit;}
    #header .logo a img {
        /* width: 82px; */
    }

    /******************* tab contents setting ********************/
    .tab_link-tab .tabl {width: 50%;font-size: 1rem;}
    .i_sup_md {min-width:150px; width: 120px;}
    .cal_wrap .cal {width:150px;}
    .check_group { display: block;}


    

}