/* visual sub °øÅë start */
.sub_visual{
    width:100%;
    position: relative;
    overflow: hidden;
    padding-top:80px;
}
.sub_visual::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.sub_visual > img{
    width:100%;
    height:100%;
    transition: all 1.5s ease-in-out;
    transform:scale(1.5);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo{
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    z-index: 99;
}
.sub_visual .sub_typo > span.up{opacity:1; transform:translate(0,0);}
.sub_visual .sub_typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
    font-family:'GmarketSansMedium';
}
.sub_visual .sub_typo span:first-child{
    font-size:36px;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    transition-delay:0.5s;
    font-family:'GmarketSansLight';
}
.sub_visual .sub_typo span:nth-child(3){
    font-size:18px;
    transition-delay:1s;
    font-family:'GmarketSansLight';
    color:#e08d27;
}
/* visual sub °øÅë end */

/* tab ¸Þ´º °øÅë */
/* .contents{padding-bottom:30px;} */
.sub_tabmenu{
    width:100%;
    position: sticky;
    top:80px;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block;}
.sub_tabmenu li a{
    display: block;
    font-size:12px;
    background-color: #fff;
    height:40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #ccc;
    color:#333;
    transition: all .3s ease-in-out;
    position: relative;
}
.sub_tabmenu li a img{
    width:40px;
    padding-top:5px;
    opacity: .5
}
.tabmenu01 li{width:20%;}
.tabmenu02 li{width:25%;}
.tabmenu03 li{width:25%;}
.tabmenu03 li a{font-size:11px;}
.tabmenu04 li{width:25%;}
.tabmenu04 li a{font-size:11px;}
.tabmenu05 li{width:33.333%;}
.tabmenu06 li{width:33.333%;}
.tabmenu07 li{width:25%;}

.sub_tabmenu li a:hover{background-color: #355831; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}
.sub01_04 .sub_tabmenu li:nth-child(4) a{background-color: #355831; color:#fff;}
.sub01_05 .sub_tabmenu li:nth-child(5) a{background-color: #355831; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}
.sub02_04 .sub_tabmenu li:nth-child(4) a{background-color: #355831; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub03_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}
.sub03_04 .sub_tabmenu li:nth-child(4) a{background-color: #355831; color:#fff;}
.sub03_05 .sub_tabmenu li:nth-child(5) a{background-color: #355831; color:#fff;}
.sub03_06 .sub_tabmenu li:nth-child(6) a{background-color: #355831; color:#fff;}
.sub03_07 .sub_tabmenu li:nth-child(7) a{background-color: #355831; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub04_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}
.sub04_04 .sub_tabmenu li:nth-child(4) a{background-color: #355831; color:#fff;}
.sub04_05 .sub_tabmenu li:nth-child(5) a{background-color: #355831; color:#fff;}
.sub04_06 .sub_tabmenu li:nth-child(6) a{background-color: #355831; color:#fff;}
.sub04_07 .sub_tabmenu li:nth-child(7) a{background-color: #355831; color:#fff;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub05_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub05_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}
.sub05_04 .sub_tabmenu li:nth-child(4) a{background-color: #355831; color:#fff;}
.sub05_05 .sub_tabmenu li:nth-child(5) a{background-color: #355831; color:#fff;}
.sub05_06 .sub_tabmenu li:nth-child(6) a{background-color: #355831; color:#fff;}

.sub06_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub06_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub06_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}

.sub07_01 .sub_tabmenu li:nth-child(1) a{background-color: #355831; color:#fff;}
.sub07_02 .sub_tabmenu li:nth-child(2) a{background-color: #355831; color:#fff;}
.sub07_03 .sub_tabmenu li:nth-child(3) a{background-color: #355831; color:#fff;}
.sub07_04 .sub_tabmenu li:nth-child(4) a{background-color: #355831; color:#fff;}
.sub07_05 .sub_tabmenu li:nth-child(5) a{background-color: #355831; color:#fff;}
.sub07_06 .sub_tabmenu li:nth-child(6) a{background-color: #355831; color:#fff;}
.sub07_07 .sub_tabmenu li:nth-child(7) a{background-color: #355831; color:#fff;}
.sub07_08 .sub_tabmenu li:nth-child(8) a{background-color: #355831; color:#fff;}
/* tab ¸Þ´º °øÅë */

/* sub Å¸ÀÌÆ² °øÅë */
.contents_title{
    /* padding:30px 0; */
    position: relative;
    width:100%;
    overflow: hidden;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.contents_title h2::before{
    position: absolute;
    content: '';
    bottom:0px;
    width:50px;
    height:3px;
    left:50%;
    transform: translateX(-50%);
    background-color: #355831;
}
.contents_title h2 span{
    font-size:24px;
    font-weight:800;
    display: block;
}
.contents_title p{
    font-size:16px;
    color:#000;
    opacity: .8;
    text-align: center;
    padding-top:20px;
    overflow: hidden;
}
.contents_detail{padding:30px 0;}
.copy_bnr{padding:0;}

/* sub Å¸ÀÌÆ² °øÅë */

/* image_show_wrap °øÅë */
.contents_detail .image_show_wrap,
.contents_detail .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.contents_detail .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.contents_detail .image_show_wrap2{animation-duration: 1.4s;}

.contents_detail .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.contents_detail .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap °øÅë */

/* ------------------------------------------- sub -------------------------------------------------------- */
/* ------------------------------------------- sub01 -------------------------------------------------------- */
/* sub01_01 */
.greetings .image_show_wrap,
.greetings .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.greetings .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.greetings .image_show_wrap2{animation-duration: 1.4s;}

.greetings h3{
    font-size:20px;
    color:#355831;
    text-align: center;
    margin-top:30px;
}
.greetings p{
    font-size:14px;
    color:#333;
    line-height: 32px;
    padding:10px 0;
    text-align: center;
}
.greetings p strong{
    font-size:14px;
    color:#355831;
    text-align: center;
}
.greetings p:nth-of-type(5){
    font-size:20px;
    padding-top:50px;
}
.sub_service{
    margin-top:30px;
}
.sub_service h3{
    font-size:20px;
    text-align: center;
}
.sub_service h3 strong{font-size:20px;}
.sub_service ul{margin-top:30px;}
.sub_service li{border:1px solid #ccc;}
.sub_service_imgbox{overflow: hidden; background-color: #000;}
.sub_service_imgbox img{width:100%; transition: all .3s ease-in-out;}
.sub_service li:hover .sub_service_imgbox img{transform: scale(1.1); opacity: .8;}

.sub_service_textbox{padding:10px;}
.sub_service_textbox p{
    font-size:14px;
    color:#000;
    line-height: 32px;
}
.sub_service_textbox span{
    display: block;
    margin-top:10px;
    font-size:14px;
    line-height: 28px;
    color:#333;
}
/* sub01_01 */

/* sub01_02 */
.sub_philosophy h3{
    font-size:20px;
    color:#333;
    text-align: center;
    font-weight: 200;
    margin-bottom:20px;
}
.sub_philosophy h3 strong{
    font-size:20px;
    color:#355831;
}
.sub_philosophy ul{padding-bottom:10px;}
.sub_philosophy li{
    position: relative;
}
.sub_philosophy li::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.sub_philosophy_textbox{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width:100%;
}
.sub_philosophy_textbox h4{
    font-size:16px;
    color:#fff;
    text-align: center;
    font-weight: 400;
}
.sub_philosophy_textbox p{
    font-size:16px;
    color:#fff;
    text-align: left;
}
/* sub01_02 */

/* sub01_03 */
.oath h3{
    font-size:20px;
    color:#355831;
    text-align: center;
    margin-bottom:30px;
}
.oath ul{overflow: hidden;}
.oath li{
    float:left;
    width:50%;
}
.oath li .oath_icon{
    width:150px;
    height:150px;
    line-height: 150px;
    margin:0 auto;
    border:1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
/* .oath li .oath_icon::before{
    position: absolute;
    content: '';
    width:100px;
    border:1px dotted #355831;
    top:50%;
    transform: translateY(-50%);
    right:-105px;
}
.oath li:last-child .oath_icon::before{
    border:none;
} */
.oath li i{
    font-size:48px;
    color:#355831;
    vertical-align: middle;
}
.oath_text{padding:20px 0;}
.oath_text h4{
    font-size:16px;
    font-weight: 400;
    color:#000;
    text-align: center;
    padding:10px 0;
}
.oath_text p{
    font-size:14px;
    color:#333;
    text-align: center;
}
/* sub01_03 */

/* sub01_04 */
.group h3{
    font-size:20px;
    color:#355831;
    text-align: center;
}
.group p{
    font-size:18px;
    color:#333;
    text-align: center;
    margin-bottom:30px;
}
.group ul{margin-bottom:30px;}
.group li{
    text-align: center;
    font-size:12px;
    letter-spacing: -1px;
    padding:10px 0;
    border-radius: 10px;
}
/* sub01_04 */

/* sub01_05 */
.map h3{
    font-size:20px;
    color:#355831;
    text-align: center;
}
.map p{
    font-size:16px;
    color:#333;
    text-align: center;
    margin-bottom:30px;
}
.map .chart{width:100%; box-shadow: 5px 5px 10px -3px; margin-top:30px;}
.map .chart tr th{width:30%;}
.map .chart tr td{width:70%;}
.map .chart tr th,
.map .chart tr td{
    border:1px solid #ccc;
    font-size:12px;
    padding:20px;
}
/* sub01_05 */
/* ------------------------------------------- sub01 -------------------------------------------------------- */

/* ------------------------------------------- sub02 -------------------------------------------------------- */
/* sub02_01 */
.sub_facility .image_show_wrap,
.sub_facility .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.sub_facility .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.sub_facility .image_show_wrap2{animation-duration: 1.4s;}

.sub_facility h3{
    font-size:20px;
    color:#355831;
    padding-top:30px;
    text-align: center;
}
.sub_facility h3 strong{font-size:24px;}
.sub_facility p{
    font-size:16px;
    color:#000;
    padding:20px 0;
    text-align: center;
}
.sub_facility p span{
    display: block;
    font-size:14px;
    color:#333;
    text-align: center;
}

/* .sub_facility_tab{
    padding:30px 0;
} */

.sub_facility_tab .sub_facility_tabmenu{text-align:center; font-size: 0;}
.sub_facility_tab .sub_facility_tabmenu li{width:20%; display: inline-block;}
.sub_facility_tabmenu li a{
    display:block;
    height:50px;
    line-height:50px;
    border:1px solid #ccc;
    font-size:16px;
    color:#355831;
    transition: all .3s ease-in-out;
}
.sub_facility_tabmenu li:first-child a.on{
    color: #fff;
    background-color: #541917;
    border:none;
    transition: all .3s ease-in-out;  
}

.sub_facility_tab .sub_facility_tabmenu li a.active0{color: #fff; background-color: #541917; border:none;}
.sub_facility_tab .sub_facility_tabmenu li a.active1{color: #fff; background-color: #541917; border:none;}
.sub_facility_tab .sub_facility_tabmenu li a.active2{color: #fff; background-color: #541917; border:none;}
.sub_facility_tab .sub_facility_tabmenu li a.active3{color: #fff; background-color: #541917; border:none;}
.sub_facility_tab .sub_facility_tabmenu li a.active4{color: #fff; background-color: #541917; border:none;}

.sub_facility_tab .sub_facility_tabmenu li a:hover{color: #fff; background-color: #541917; border:none;}

.sub_facility_tab .tabcontainer{margin-top:30px;}

.sub_facility_tab .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.sub_facility_tab .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_facility_tab .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_facility_tab .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.sub_facility_tab .swiper-slide {
    background-size: cover;
    background-position: center;
}
.sub_facility_tab .b_img1,
.sub_facility_tab .b_img2,
.sub_facility_tab .b_img3,
.sub_facility_tab .b_img4,
.sub_facility_tab .b_img5 {
    height: 80%;
    width: 100%;
}
.sub_facility_tab .s_img1,
.sub_facility_tab .s_img2,
.sub_facility_tab .s_img3,
.sub_facility_tab .s_img4,
.sub_facility_tab .s_img5 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.sub_facility_tab .s_img1 .swiper-slide,
.sub_facility_tab .s_img2 .swiper-slide,
.sub_facility_tab .s_img3 .swiper-slide,
.sub_facility_tab .s_img4 .swiper-slide,
.sub_facility_tab .s_img5 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
    background-color: #000;
}
.sub_facility_tab .s_img1 .swiper-slide-thumb-active,
.sub_facility_tab .s_img2 .swiper-slide-thumb-active,
.sub_facility_tab .s_img3 .swiper-slide-thumb-active,
.sub_facility_tab .s_img4 .swiper-slide-thumb-active,
.sub_facility_tab .s_img5 .swiper-slide-thumb-active {
    opacity: 1;
}
.sub_facility_tab .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_facility_tab .swiper-button-next{color:#355831; right:0;}
.sub_facility_tab .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:32px; font-weight: 800;}
.sub_facility_tab .swiper-button-prev{color:#355831; left:0;}
.sub_facility_tab .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:32px; font-weight: 800;}
/* sub02_01 */

/* sub02_02 */
.sub_facility_guide h3{
    font-size:20px;
    color:#000;
    text-align: center;
    font-weight: 400;
}
.sub_facility_guide h3 strong{font-size:20px; color:#355831;}

.sub_facility_guide .chart1{margin-top:20px;}
.sub_facility_guide .chart1 p{
    margin-top:30px;
    font-size:16px;
    color:#000;
    text-align: left;
    line-height: 0;
}
.sub_facility_guide .chart1 table{width:100%; margin-top:20px; box-shadow: 5px 5px 10px -3px;}
.sub_facility_guide .chart1 table tr:nth-of-type(3),
.sub_facility_guide .chart1 table tr:nth-of-type(4),
.sub_facility_guide .chart1 table tr:nth-of-type(5) td{text-align: center;}

.sub_facility_guide .chart1 table tr th{background-color: #f7f7f7;}
.sub_facility_guide .chart1 table tr th,
.sub_facility_guide .chart1 table tr td{
    width:100%;
    border:1px solid #ccc;
    padding:5px;
    font-size:12px;
    color:#333;
}
.sub_facility_guide .chart1 table tr th{width:25%;}
.sub_facility_guide .chart1 table tr td{width:25%;}

.sub_facility_guide .chart2{margin-top:60px;}
.sub_facility_guide .chart2 p{
    margin-top:30px;
    font-size:16px;
    color:#000;
    text-align: left;
    line-height: 0;
}
.sub_facility_guide .chart2 table{width:100%; margin-top:20px; box-shadow: 5px 5px 10px -3px;}
.sub_facility_guide .chart2 table tr th{background-color: #f7f7f7;}
.sub_facility_guide .chart2 table tr th,
.sub_facility_guide .chart2 table tr td{
    width:100%;
    border:1px solid #ccc;
    padding:5px;
    font-size:12px;
    color:#333;
}
.sub_facility_guide .chart2 table tr th{width:25%;}
.sub_facility_guide .chart2 table tr td{width:75%;}
/* sub02_02 */

/* °øÅë */
/* sub02_03 */
/* sub02_04 */
.guide_room h3{
    font-size:20px;
    color:#333;
    text-align: center;
    letter-spacing: -.5px;
}
.guide_room h3 strong{font-size:20px; color:#355831;}

.room_img{margin-top:30px;}
.room_img ul{margin-bottom:5px;}
.room_img li{position: relative;}
.room_imgbox{overflow: hidden;}
.room_imgbox img{transition: all .3s ease-in-out;}
.room_textbox{
    position: absolute;
    right:0;
    bottom:0;
}
.room_textbox p{
    font-size:12px;
    color:#fff;
    padding:10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.room_img li:hover .room_imgbox img{transform: scale(1.1);}
/* sub02_03 */
/* sub02_04 */
/* °øÅë */
/* ------------------------------------------- sub02 -------------------------------------------------------- */

/* ------------------------------------------- sub03 -------------------------------------------------------- */
/* sub03_01 */
.service_info h3{
    font-size:20px;
    color:#333;
    text-align: center;
    font-weight: 200;
}
.service_info h3 strong{font-size:20px; color:#b71c17;}
.service_info_list{margin-top:30px;}
.service_info_list ul{border-bottom:1px solid #ccc; padding:30px 0;}

.service_info_text_s h4{
    font-size:32px;
    color:#317943;
    text-align: center;
}
.service_info_text_s p{
    font-size:16px;
    font-weight: 600;
    color:#000;
    text-align: center;
    padding:10px 0;
}
.service_info_text_s span{
    display: block;
    font-size:12px;
    color:#333;
    text-align: center;
}

.service_info_chart1{margin-top:30px;}
.service_info_chart1 > h3{
    font-size:18px;
    color:#333;
    text-align: left;
}
.service_info_chart1 table{width:100%; margin:20px 0; box-shadow: 5px 5px 10px -3px;}
.service_info_chart1 table tr th{background-color: #eaeaea;}
.service_info_chart1 table tr th:nth-of-type(1){width:20%;}
.service_info_chart1 table tr th:nth-of-type(2){width:20%;}
.service_info_chart1 table tr th:nth-of-type(3){width:60%;}

.service_info_chart1 table tr th,
.service_info_chart1 table tr td{
    border:1px solid #ccc;
    padding:5px;
    text-align: center;
    font-size:12px;
    line-height: 24px;
    color:#333;
}
.service_info_chart1 table tr td:nth-of-type(3){text-align: left;}
.service_info_chart1 table tr .left{text-align: left;}

.service_info_chart2{margin-top:30px;}
.service_info_chart2 > h3{
    font-size:18px;
    color:#333;
    text-align: left;
}
.service_info_chart2 table{width:100%; margin:20px 0; box-shadow: 5px 5px 10px -3px;}
.service_info_chart2 table tr th{background-color: #eaeaea;}
.service_info_chart2 table tr th:nth-of-type(1){width:15%;}
.service_info_chart2 table tr th:nth-of-type(2){width:35%;}
.service_info_chart2 table tr th:nth-of-type(3){width:15%;}
.service_info_chart2 table tr th:nth-of-type(4){width:35%;}

.service_info_chart2 table tr th,
.service_info_chart2 table tr td{
    border:1px solid #ccc;
    padding:5px;
    text-align: center;
    font-size:12px;
    line-height: 24px;
    color:#333;
}
.service_info_chart2 table tr td:nth-of-type(2){text-align: left;}
.service_info_chart2 table tr td:nth-of-type(4){text-align: left;}
/* sub03_01 */
/* sub03_01~07 ±îÁö´Â °°Àº ÆûÀ¸·Î class¸íÀÌ °°À½ */
/* ------------------------------------------- sub03 -------------------------------------------------------- */

/* ------------------------------------------- sub04 -------------------------------------------------------- */
/* sub04_01 */
.subject > h3{
    font-size:20px;
    color:#333;
    text-align: center;
    margin-bottom:10px;
    font-weight: 200;
}
.subject > h3 strong{font-size:20px; color:#b71c17;}
.subject > span{
    display: block;
    font-size:14px;
    color:#000;
    opacity: .8;
    text-align: center;
}
.subject_icon{padding:30px 0; overflow: hidden;}
.subject_icon ul{margin-bottom:10px;}
.subject_icon li{
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    padding:15px;
    height:350px;
}
.subject_icon li > p{
    font-size:20px;
    color:#333;
    margin-top:30px;
    text-align: center;
}

.subject_icon .one1{background-color: #355831;}
.subject_icon .one2{background-color: #541917;}
.subject_icon .one3{background-color: #b7d54b;}
.subject_icon .subject_icon_one{
    width:200px;
    height:200px;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
}
.subject_icon .subject_icon_one p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:42px;
    color:#fff;
    font-weight: 800;
    text-align: center;
}

.subject_banner{margin-top:30px;}
.subject_banner > h3{
    font-size:20px;
    color:#333;
    text-align: center;
    margin-bottom:10px;
}
.subject_banner > h3 strong{font-size:20px; color:#b71c17;}

.subject_banner_img{margin-top:30px;}
.subject_banner_img ul{
    background-color: #ddd;
}
.subject_banner_img ul li{position: relative;}

.subject_banner_img_box{
    background-color: #fff;
    margin:10px;
    position: relative;
    border-radius: 10px;
    height:120px;
}
.subject_banner_img_box_line{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.subject_banner_img_box_line p span{
    font-size:32px;
    color:#355831;
    text-align: center;
}
.subject_banner_img_box_line p{
    font-size:12px;
    color:#333;
    text-align: center;
}
.subject_banner_img_box_line p:nth-of-type(2){padding-left:0;}
/* sub04_01 */

/* sub04_02 */
.documents .chart{width:100%; border-top:3px solid #355831;}
.documents .chart tr th{background-color: #f7f7f7; width:10%}
.documents .chart tr th,
.documents .chart tr td{
    font-size:12px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
}
.documents .chart tr td:nth-of-type(1){width:55%;}
.documents .chart tr td:nth-of-type(2){width:35%;}
/* sub04_02 */

/* sub04_03 */
.expense ul{margin-bottom:20px;}
.expense li{
    text-align: center;
}
.expense .expense_icon{
    width:150px;
    height:150px;
    border-radius: 50%;
    border-top:1px solid #333;
    border-right:1px solid #333;
    border-left:1px solid #333;
    border-bottom:5px solid #355831;
    margin:0 auto;
    position: relative;
}
/* .expense .expense_icon::before{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    right:-165px;
    border:2px dotted #355831;
    width:150px;
}
.expense li:last-child .expense_icon::before{border:none;} */

.expense .expense_icon span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:64px;
    width:100%;
    color:#355831;
}
.expense li p{
    font-size:16px;
    color:#333;
    text-align: center;
    margin-top:20px;
}
.expense li span{
    display: block;
    font-size:12px;
    color:#000;
    opacity: .8;
}
/* sub04_03 */

/* sub04_04 */
.materials ul{margin-bottom:20px;}
.materials li{
    text-align: center;
}
.materials .materials_icon{
    width:150px;
    height:150px;
    border-radius: 50%;
    border-top:1px solid #333;
    border-right:1px solid #333;
    border-left:1px solid #333;
    border-bottom:5px solid #355831;
    margin:0 auto;
    position: relative;
}
/* .materials .materials_icon::before{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    right:-108px;
    border:2px dotted #355831;
    width:100px;
}
.materials li:last-child .materials_icon::before{border:none;} */

.materials .materials_icon span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:64px;
    width:100%;
    color:#355831;
}
.materials li p{
    font-size:24px;
    color:#355831;
    text-align: center;
    margin:20px 0;
}
.materials li > span{
    display: block;
    font-size:16px;
    color:#000;
    opacity: .8;
}
/* sub04_04 */

/* sub04_05 */
.hours > h3{
    font-size:20px;
    color:#333;
    text-align: center;
    margin-bottom:10px;
}
.hours > h3 strong{font-size:20px; color:#b71c17;}
.hours > p{
    display: block;
    font-size:16px;
    color:#000;
    opacity: .8;
    text-align: center;
}
/* sub04_05 */

/* sub04_06 */
.food_time ul{margin-bottom:10px;}
.food_time li{
    text-align: center;
}
.food_time li .food_time_icon{
    border-radius: 50px 0px 40px 40px;
    background-color: #333;
    margin:0 auto;
    box-shadow: 5px 5px 10px -3px;
    padding:20px 0;
}
.food_time ul:nth-of-type(1) li:nth-of-type(1) .food_time_icon{background-color: #355831;}
.food_time ul:nth-of-type(1) li:nth-of-type(2) .food_time_icon{background-color: #90a73e;}
.food_time ul:nth-of-type(2) li:nth-of-type(1) .food_time_icon{background-color: #541917;}
.food_time ul:nth-of-type(2) li:nth-of-type(2) .food_time_icon{background-color: #317943;}

.food_time li .food_time_icon span{
    display: block;
    font-size:72px;
    color:#fff;
    font-weight: 200;
}
.food_time li .food_time_icon p{
    font-size:20px;
    color:#fff;
    margin-top:40px;
}
/* sub04_06 */

/* sub04_07 */
.insurance_text > h4{
    font-size:20px;
    color:#333;
    text-align: left;
    position: relative;
    padding-left:30px;
}
.insurance_text > h4::before{
    position: absolute;
    content: '¡Ú';
    color:#317943;
    font-size:24px;
    top:48%;
    left:0;
    transform: translateY(-50%);
}
.insurance_text > span{
    display: block;
    font-size:14px;
    color:#000;
    opacity: .8;
    padding:10px;
}
.insurance_text > span strong{
    font-size:14px;
    color:#b71c17;
}
.insurance_text .insurance_text_box{
    padding:20px 0;
    border-radius: 20px;
    background-color: #ddd;
    text-align: center;
    margin:20px 0;
}
.insurance_text .insurance_text_box p strong{
    font-size:14px;
    text-align: center;
    color:#317943;
}
.insurance_icon{padding:30px 0;}
.insurance_icon ul{
    text-align: center;
}
.insurance_icon li{
    width:300px;
    height:300px;
    border-radius: 50%;
    position: relative;
    background-color: #541917;
    z-index: 9;
    margin:10px auto;
}
.insurance_icon li:nth-of-type(1){background-color: #355831; z-index: 8;}
.insurance_icon li:nth-of-type(3){background-color: #95ad3f; z-index: 8;}

.insurance_icon_textbox{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.insurance_icon_textbox h4{
    font-size:20px;
    color:#fff;
    text-align: center;
    margin-bottom:10px;
}
.insurance_icon_textbox p{
    font-size:18px;
    color:#fff;
    text-align: center;
}

.insurance_icon_box{
    margin-top:20px;
    margin-bottom:50px;
    padding:20px;
    background-color: #ddd;
    border-radius: 20px;
}

.insurance_icon_box ul{margin-bottom:30px;}
.insurance_icon_box ul:last-child{margin-bottom:0;}
.insurance_icon_box ul li{position: relative; text-align: center;}
.insurance_icon_box ul li::before{position: absolute; content: '¡ý'; bottom:-35px; left:50%; transform: translateX(-50%); font-size:24px; color:#355831;}
.insurance_icon_box ul:last-child li::before{display: none;}

.insurance_icon_box_wrap{
    background-color: #fff;
    margin:10px;
    position: relative;
    border-radius: 10px;
}

.insurance_icon_box_wrap_line{padding:20px 0;}
.insurance_icon_box_wrap_line p span{
    font-size:68px;
    color:#355831;
}
.insurance_icon_box_wrap_line p{
    font-size:18px;
    color:#333;
    text-align: center;
}

.insurance_procedure ul{margin:30px 0;}
.insurance_procedure li{
    text-align: center;
    display: inline-block;
}
.insurance_procedure .insurance_procedure_icon{
    width:150px;
    height:150px;
    border-radius: 50%;
    border-top:1px solid #333;
    border-right:1px solid #333;
    border-left:1px solid #333;
    border-bottom:5px solid #355831;
    margin:0 auto;
    position: relative;
}
/* .insurance_procedure .insurance_procedure_icon::before{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    right:-108px;
    border:2px dotted #355831;
    width:100px;
}
.insurance_procedure li:last-child .insurance_procedure_icon::before{border:none;} */

.insurance_procedure .insurance_procedure_icon span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:64px;
    width:100%;
    color:#355831;
}
.insurance_procedure li p{
    font-size:24px;
    color:#355831;
    text-align: center;
    margin:20px 0;
}
.insurance_procedure li .insurance_procedure_icon_text{position: relative; height:135px;}
.insurance_procedure li .insurance_procedure_icon_text span{
    position: absolute;
    top:0px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    display: block;
    font-size:12px;
    color:#000;
    opacity: .8;
    line-height: 28px;
}
/* sub04_07 */
/* ------------------------------------------- sub04 -------------------------------------------------------- */

/* ------------------------------------------- sub05 -------------------------------------------------------- */
/* sub05_01 */
.sub05_01 .program .board .bbs_table{border: none !important;}
.sub05_01 .program .board .subject{border: none !important;}
/* sub05_01 */

/* sub05_02 */
.sub05_02 .gallery .board .bbs_table{border: none !important;}
.sub05_02 .gallery .board .subject{border: none !important;}
/* sub05_02 */

/* sub05_03 */
.sub05_03 .foodmenu{padding:30px 0;}
.sub05_03 .foodmenu .board .category_pd{display: none;}
.sub05_03 .foodmenu .board table{position: relative; z-index: 9;}
.sub05_03 .foodmenu .board table tr th,
.sub05_03 .foodmenu .board table tr td{font-size:16px;}
/* sub05_03 */

/* sub05_04 */
.sub05_04 .notice{padding:30px 0;}
.sub05_04 .notice .board .category_pd{display: none;}
.sub05_04 .notice .board table{position: relative; z-index: 9;}
.sub05_04 .notice .board table tr th,
.sub05_04 .notice .board table tr td{font-size:16px;}
/* sub05_04 */

/* sub05_05 */
.sub05_05 .faq{padding:30px 0;}
.sub05_05 .faq .board .faq_table tr td a{font-size:14px;}
.sub05_05 .faq .board .faq_table tr td a:hover{color:#bf0b2c;}
.sub05_05 .faq .board .faq_table tr td p{font-size:14px;}
/* sub05_05 */

/* sub05_06 */
.sub05_06 .qna{padding:30px 0;}
.sub05_06 .qna .board .category_pd{display: none;}
.sub05_06 .qna .board table{position: relative; z-index: 9;}
.sub05_06 .qna .board table tr th,
.sub05_06 .qna .board table tr td{font-size:16px;}
.sub05_06 .qna .board #wiz_get_table_width{width: 100% !important;}
/* sub05_06 */
/* ------------------------------------------- sub05 -------------------------------------------------------- */

/* ------------------------------------------- sub06 -------------------------------------------------------- */
/* sub06_01 */
.support_form_wrap{overflow: hidden;}
.support_form_wrap h3{
    font-size:20px;
    color:#333;
    text-align: center;
    font-weight: 200;
    margin-bottom:20px;
}
.support_form_wrap h3 strong{
    font-size:20px;
    color:#355831;
}
.support_form_img{
    padding:120px 0;
    background: url(../../img/sub/sub06/sub06_01_bg.jpg) no-repeat 50% fixed;
    background-size: cover;
    position: relative;
    z-index: -2;
}
.support_form_img::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.support_form_img h4{
    font-size:42px;
    color:#fff;
    text-align: center;
}
.support_form_img > p{
    font-size:18px;
    color:#fff;
    text-align: center;
}
.support_form_img ul{margin-top:60px;}
.support_form_img li{text-align: center;}
.support_form_img .li_wrap{
    width:70%;
    margin:0 auto;
    background-color: #fff;
    padding:20px 0;
    height:240px;
    border-radius: 20px;
}
.support_form_img_icon span{
    font-size:62px;
    color:#317943;
}
.support_form_img_text p{
    font-size:24px;
    color:#317943;
    padding:10px 0;
}
.support_form_img_text span{
    display: block;
    font-size:16px;
    color:#000;
    opacity: .8;
    line-height: 28px;
}
.support_form{margin-top:60px;}

/* form */
.support_form .board .consult_cont th{padding-left:0px; text-align: center; width:20%;}
.support_form .board .consult_cont td{width:80%;}

.support_form .board .consult_cont tr:nth-of-type(1) td input{width:100%;}
.support_form .board .consult_cont tr:nth-of-type(2) td select{width:25%; margin-right:7px;}

.support_form .board .consult_cont tr:nth-of-type(3) td input[name="f2_post1"]{width:50%;}
.support_form .board .consult_cont tr:nth-of-type(3) td input[name="f2_address1"]{width: 100% !important;}
.support_form .board .consult_cont tr:nth-of-type(3) td input[name="f2_address2"]{width: 100% !important;}

.support_form .board .consult_cont tr:nth-of-type(4) td select{width:25%;}
.support_form .board .consult_cont tr:nth-of-type(4) td input[name="fname[3][]"]{width:32%;}

.support_form .board .consult_cont tr:nth-of-type(5) td select{width:25%;}
.support_form .board .consult_cont tr:nth-of-type(5) td input[name="fname[4][]"]{width:32%;}

.support_form .board .consult_cont tr:nth-of-type(6) td input[name="f5_email1"]{width:30%;}
.support_form .board .consult_cont tr:nth-of-type(6) td input[name="f5_email2"]{width:30%;}
.support_form .board .consult_cont tr:nth-of-type(6) td select{width:30%; height:24.35px;}
/* form */
/* sub06_01 */

/* sub06_02 */
.volunteer_form_wrap h3{
    font-size:20px;
    color:#333;
    text-align: center;
    font-weight: 200;
    margin-bottom:30px;
}
.volunteer_form_wrap h3 strong{
    font-size:20px;
    color:#355831;
}
.volunteer_form_wrap .chart{width:100%; box-shadow: 5px 5px 10px -3px;}
.volunteer_form_wrap .chart tr th{background-color: #f7f7f7; width:20%;}
.volunteer_form_wrap .chart tr th,
.volunteer_form_wrap .chart tr td{
    font-size:12px;
    color:#333;
    padding:5px;
    border:1px solid #ccc;
}
.volunteer_form_wrap .chart tr td:nth-of-type(1){width:35%; text-align: center;}
.volunteer_form_wrap .chart tr td:nth-of-type(2){width:45%;}
.volunteer_form{margin-top:30px;}

/* form */
.volunteer_form .board .consult_cont th{padding-left:0px; text-align: center; width:20%; letter-spacing: -1px;}
.volunteer_form .board .consult_cont td{width:80%;}

.volunteer_form .board .consult_cont tr:nth-of-type(1) td input{width:100%;}
.volunteer_form .board .consult_cont tr:nth-of-type(2) td select{width:25%; margin-right:7px;}

.volunteer_form .board .consult_cont tr:nth-of-type(3) td input[name="f2_post1"]{width:50%;}
.volunteer_form .board .consult_cont tr:nth-of-type(3) td input[name="f2_address1"]{width: 100% !important;}
.volunteer_form .board .consult_cont tr:nth-of-type(3) td input[name="f2_address2"]{width: 100% !important;}

.volunteer_form .board .consult_cont tr:nth-of-type(4) td select{width:25%;}
.volunteer_form .board .consult_cont tr:nth-of-type(4) td input[name="fname[3][]"]{width:32%;}

.volunteer_form .board .consult_cont tr:nth-of-type(5) td select{width:25%;}
.volunteer_form .board .consult_cont tr:nth-of-type(5) td input[name="fname[4][]"]{width:32%;}

.volunteer_form .board .consult_cont tr:nth-of-type(6) td input[name="f5_email1"]{width:30%;}
.volunteer_form .board .consult_cont tr:nth-of-type(6) td input[name="f5_email2"]{width:30%;}
.volunteer_form .board .consult_cont tr:nth-of-type(6) td select{width:30%; height:24.35px;}
/* form */
/* sub06_02 */

/* sub06_03 */
.sub06_03 .volunteer{padding:30px 0;}
.sub06_03 .volunteer .board .category_pd{display: none;}
.sub06_03 .volunteer .board table{position: relative; z-index: 9;}
.sub06_03 .volunteer .board table tr th,
.sub06_03 .volunteer .board table tr td{font-size:16px;}
/* sub06_03 */
/* ------------------------------------------- sub06 -------------------------------------------------------- */

/* ------------------------------------------- sub07 -------------------------------------------------------- */
/* sub07_01 */
.sub07_01 .introduction_img ul{margin-bottom:10px;}

.sub07_01 .introduction_tit{margin-top:30px}
.sub07_01 .introduction_tit h3{
    font-size:20px;
    color:#333;
    text-align: center;
}
.sub07_01 .introduction_tit_box1{
    border-radius: 30px;
    padding:30px 15px 30px 15px;
    margin:30px 0;
    position: relative;
}
.sub07_01 .introduction_tit_box1::after{
    content: '¦£';
    position: absolute;
    top:-30px;
    left:-30px;
    font-size:64px;
    font-weight: 800;
    color:green;
}
.sub07_01 .introduction_tit_box1::before{
    content: '¦¥';
    position: absolute;
    bottom:-30px;
    right:-30px;
    font-size:64px;
    font-weight: 800;
    color:blue;
}
.sub07_01 .introduction_tit_box1 p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    letter-spacing: -1px;
}
.sub07_01 .introduction_tit_box1 p strong:nth-of-type(1){color:green; font-size:16px;}
.sub07_01 .introduction_tit_box1 p strong:nth-of-type(2){color:blue; font-size:16px;}
.sub07_01 .introduction_tit_box1 p strong:nth-of-type(3){color:green; font-size:16px;}

.sub07_01 .introduction_tit_box1 .green{color:green;}
.sub07_01 .introduction_tit_box1 .blue{color:blue;}

.sub07_01 .introduction_tit_box2{margin-top:30px;}
.sub07_01 .introduction_tit_box2 h3{
    font-size:20px;
    color:#333;
    text-align: center;
}
.sub07_01 .introduction_tit_box2 ul{margin-top:30px;}
.sub07_01 .introduction_tit_box2 li{margin-bottom:20px; border:1px solid #ccc; border-radius: 10px; box-shadow:2px 2px 5px rgba(0,0,0,0.3); overflow: hidden;}
.sub07_01 .introduction_tit_box2 h4{
    font-size:18px;
    color:#000;
    text-align: center;
    margin-bottom:20px;
}
.sub07_01 .introduction_tit_box2 p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
    padding:20px 0;
    position: relative;
}
/* sub07_01 */

/* sub07_02 */
.sub07_02 .procedure h3{
    font-size:20px;
    color:#333;
    text-align: center;
    margin-bottom:30px;
}
.sub07_02 .procedure .lightgreen{color:#b7d54b; font-size:20px;}
.sub07_02 .procedure .green{color:#317943; font-size:20px;}

.sub07_02 .procedure_tit{padding:10px 0 40px 10px; border-bottom:1px solid #ccc;}
.sub07_02 .procedure_tit h4{
    font-size:18px;
    color:#b71c17;
    text-align: left;
    margin-bottom:10px;
}
.sub07_02 .procedure_tit h5{
    font-size:16px;
    color:#333;
    text-align: left;
    margin-bottom:10px;
}
.sub07_02 .procedure_tit p{
    font-size:14px;
    line-height: 28px;
    padding:5px 0;
    color:#333;
    text-align: left;
}

.sub07_02 .procedure_tit:nth-of-type(3) p{
    font-size:14px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:5px 0 5px 20px;
    position: relative;
}
.sub07_02 .procedure_tit:nth-of-type(3) p::after{
    content: '';
    position: absolute;
    top:18px;
    left:5px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
}
/* sub07_02 */

/* sub07_03 */
.sub07_03 .nh_services{padding-bottom:30px; border-bottom:1px solid #ccc;}
.sub07_03 .nh_services h3{
    font-size:18px;
    margin:20px 0;
    color:#333;
    padding:10px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background-color: #fbe5d6;
}
.sub07_03 .nh_services p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    letter-spacing: -.5px;
}

.sub07_03 .nh_services_tit p{
    font-size:20px;
    color:#333;
    text-align: center;
    line-height: 40px;
    margin-top:30px;
    letter-spacing: -1px;
}

.sub07_03 .nh_services_txt{padding:10px 0;}
.sub07_03 .nh_services_txt h3{
    font-size:24px;
    color:#333;
    text-align: left;
    margin-bottom:10px;
}
.sub07_03 .nh_services_txt p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:30px;
    position: relative;
}
.sub07_03 .nh_services_txt p::after{
    content: '';
    position: absolute;
    top:15px;
    left:5px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
}
.sub07_03 .nh_services_txt1 h3{color:green;}
.sub07_03 .nh_services_txt2 h3{color:pink;}
.sub07_03 .nh_services_txt3 h3{color:blue;}
/* sub07_03 */

/* sub07_04 */
.sub07_04 .week_notice{padding:30px 0;}
.sub07_04 .week_notice .board .category_pd{display: none;}
.sub07_04 .week_notice .board table{position: relative; z-index: 9;}
.sub07_04 .week_notice .board table tr th,
.sub07_04 .week_notice .board table tr td{font-size:16px;}
.sub07_04 .week_notice .board .M_bbs_List .M_bbs_List_th img{width:15px;}
/* sub07_04 */

/* sub07_05 */
.sub07_05 .weekly_menu{padding:30px 0;}
.sub07_05 .weekly_menu .board .category_pd{display: none;}
.sub07_05 .weekly_menu .board table{position: relative; z-index: 9;}
.sub07_05 .weekly_menu .board table tr th,
.sub07_05 .weekly_menu .board table tr td{font-size:16px;}
.sub07_05 .weekly_menu .board .M_bbs_List .M_bbs_List_th img{width:15px;}
/* sub07_05 */

/* sub07_06 */
.sub07_06 .weekly_schedule{padding:30px 0;}
.sub07_06 .weekly_schedule .board .category_pd{display: none;}
.sub07_06 .weekly_schedule .board table{position: relative; z-index: 9;}
.sub07_06 .weekly_schedule .board table tr th,
.sub07_06 .weekly_schedule .board table tr td{font-size:16px;}
.sub07_06 .weekly_schedule .board .M_bbs_List .M_bbs_List_th img{width:15px;}
/* sub07_06 */

/* sub07_07 */
.sub07_07 .weekly_program{padding:30px 0;}
.sub07_07 .weekly_program .board .category_pd{display: none;}
.sub07_07 .weekly_program .board table{position: relative; z-index: 9;}
.sub07_07 .weekly_program .board table tr th,
.sub07_07 .weekly_program .board table tr td{font-size:16px;}
.sub07_07 .weekly_program .board .M_bbs_List .M_bbs_List_th img{width:15px;}
/* sub07_07 */

/* sub07_08 */
.sub07_08 .job{padding:30px 0;}
.sub07_08 .job .board .category_pd{display: none;}
.sub07_08 .job .board table{position: relative; z-index: 9;}
.sub07_08 .job .board table tr th,
.sub07_08 .job .board table tr td{font-size:16px;}
.sub07_08 .job .board .M_bbs_List .M_bbs_List_th img{width:15px;}
/* sub07_08 */
/* ------------------------------------------- sub07 -------------------------------------------------------- */























































