/* visual sub °øÅë start */
.sub_visual{
    width:100%;
    min-width:1300px;
    position: relative;
    overflow: hidden;
    margin-top:80px;
}
.sub_visual::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 3s ease-in-out;
    transform:scale(1.2);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo{
    position: absolute;
    top:50%;
    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;
}
.sub_visual .sub_typo span:first-child{
    font-size:42px;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    transition-delay:0.5s;
    font-weight: 200;
}
/* visual sub °øÅë end */

/* tab ¸Þ´º °øÅë */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:140px;
    transform: translateY(-60px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}
.sub_tabmenu.on{
    position: fixed;
    width:100%;
    top:140px;
    z-index: 99;
    background: rgba(0,0,0,0.7);
}

.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block;}
.sub_tabmenu li a{
    display: block;
    font-size:18px;
    text-align: center;
    color:#fff;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:20%;}
.tabmenu02 li{width:20%;}
.tabmenu03 li{width:20%;}
.tabmenu04 li{width:25%;}
.tabmenu05 li{width:20%;}
.tabmenu06 li{width:20%;}

.sub_tabmenu li a:hover{background-color: #0c4da2; color:#fff; transition: all .3s ease-in-out; text-decoration: none;}

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

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

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #0c4da2; color:#fff;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{background-color: #0c4da2; color:#fff;}
.sub03_03 .sub_tabmenu li:nth-child(3) a{background-color: #0c4da2; color:#fff;}
.sub03_04 .sub_tabmenu li:nth-child(4) a{background-color: #0c4da2; color:#fff;}
.sub03_05 .sub_tabmenu li:nth-child(5) a{background-color: #0c4da2; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #0c4da2; color:#fff;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #0c4da2; color:#fff;}
.sub04_03 .sub_tabmenu li:nth-child(3) a{background-color: #0c4da2; color:#fff;}
.sub04_04 .sub_tabmenu li:nth-child(4) a{background-color: #0c4da2; color:#fff;}

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

.sub06_01 .sub_tabmenu li:nth-child(1) a{background-color: #0c4da2; color:#fff;}
.sub06_02 .sub_tabmenu li:nth-child(2) a{background-color: #0c4da2; color:#fff;}
.sub06_03 .sub_tabmenu li:nth-child(3) a{background-color: #0c4da2; color:#fff;}
.sub06_04 .sub_tabmenu li:nth-child(4) a{background-color: #0c4da2; color:#fff;}
.sub06_05 .sub_tabmenu li:nth-child(5) a{background-color: #0c4da2; color:#fff;}
/* tab ¸Þ´º °øÅë */

/* sub Å¸ÀÌÆ² °øÅë */
.contents_title{
    padding:30px 0;
    position: relative;
    width:100%;
    min-width:1224px;
    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: #0c4da2;
}
.contents_title h2 span{
    font-size:40px;
    font-weight:800;
    display: block;
    animation: flipInX 1.5s .3s both;
}

.contents_detail{padding:30px 0; overflow: hidden;}
/* 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_01 */
.sub01_01 .mv .inner > ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    width:100%;
}
.sub01_01 .mv .inner > ul > li{
    margin-right:60px;
    padding:40px 0;
    position: relative;
}
.sub01_01 .mv .inner > ul > li:nth-of-type(1){
    width:30%;
    border-top:2px solid #0c4da2
}
.sub01_01 .mv .inner > ul > li:nth-of-type(2){
    width:70%;
    margin-right:0;
    border-top:1px solid #ccc;
}
.sub01_01 .mv .inner > ul > li h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    margin-bottom:20px;
}
.sub01_01 .mv .inner > ul > li p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub01_01 .mv .inner > ul > li .tit_box{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}

.sub01_01 .mv .inner .mv_top .tit_box p{font-size:32px; color:#000; text-align: center;}
.sub01_01 .mv .inner .mv_middle .tit_box p:nth-of-type(1){
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:50px;
    font-size:18px;
    color:#fff;
    text-align: center;
    width:320px;
    height:50px;
    border-radius: 25px;
    background-color: #b72c25;
}
.sub01_01 .mv .inner .mv_middle .tit_box p:nth-of-type(2){
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:50px;
    font-size:18px;
    color:#fff;
    text-align: center;
    width:400px;
    height:50px;
    border-radius: 25px;
    background-color: #0c4da2;
}

.sub01_01 .mv .inner .mv_bottom .tit_box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub01_01 .mv .inner .mv_bottom .tit_box ul li{
    font-size:32px;
    color:#333;
    text-align: center;
    margin:0 10px;
}

.sub01_01 .mv .inner .mv_bottom .tit_box ul li .tit_box_img{
    width:200px;
    height:200px;
    border-radius: 50%;
    border:1px solid #ccc;
    background-color: #f7f7f7;
}
.sub01_01 .mv .inner .mv_bottom .tit_box ul li .tit_box_img img{margin-top:60px;}
.sub01_01 .mv .inner .mv_bottom .tit_box ul li .tit_box_img span{
    display: block;
    font-size:18px;
    color:#000;
    text-align: center;
    padding:10px 0;
}
/* sub01_01 */

/* sub01_02 */
.sub01_02 .greetings .greetings_img{
    overflow: hidden;
    border-radius: 30px 0 30px 0;
}
.sub01_02 .greetings_tit{margin-top:60px;}
.sub01_02 .greetings_tit h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    margin-bottom:30px;
}
.sub01_02 .greetings_tit h3 span{
    font-size:20px;
    color:#333;
    font-weight: 400;
}
.sub01_02 .greetings_tit h3 span strong{
    font-size:20px;
    color:#333;
    font-weight: 800;
}
.sub01_02 .greetings_tit p{
    font-size:20px;
    line-height: 40px;
    color:#333;
    text-align: left;
    padding:10px 0;
    margin-top:30px;
}
.sub01_02 .greetings_tit p:last-child{text-align: right;}
.sub01_02 .greetings_tit p strong{
    font-size:24px;
    color:#000;
    text-align: right;
}
.sub01_02 .overview{margin-top:60px;}
.sub01_02 .overview span{
    display: block;
    font-size:16px;
    color:#000;
    text-align: left;
    opacity: .8;
    padding-left:20px;
}
.sub01_02 .overview h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding-left: 20px;
    position: relative;
}
.sub01_02 .overview h3::before{
    content: '';
    position: absolute;
    top:-20px;
    left:0;
    width:5px;
    height:60px;
    background-color: #0c4da2;
}
.sub01_02 .overview .chart{
    margin-top:30px;
    width:100%;
    border-top:3px solid #0c4da2;
}
.sub01_02 .overview .chart tr th,
.sub01_02 .overview .chart tr td{
    font-size:16px;
    padding:20px;
    color:#333;
    border:1px solid #ccc;
}
.sub01_02 .overview .chart tr th{background-color: #f7f7f7;}
/* sub01_02 */

/* sub01_03 */
.sub01_03 .sub_history span{
    display: block;
    font-size:16px;
    color:#000;
    text-align: left;
    opacity: .8;
    padding-left:20px;
}
.sub01_03 .sub_history h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding-left: 20px;
    position: relative;
}
.sub01_03 .sub_history h3::before{
    content: '';
    position: absolute;
    top:-20px;
    left:0;
    width:5px;
    height:60px;
    background-color: #0c4da2;
}
.sub01_03 .sub_history ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:30px;
}
.sub01_03 .sub_history li{margin-right:30px;}
.sub01_03 .sub_history li img{width:100%;}
.sub01_03 .sub_history li:nth-of-type(1){width:30%}
.sub01_03 .sub_history li:nth-of-type(2){width:70%; margin-right:0;}

.sub01_03 .sub_history .sub_history_tit{margin-bottom:30px;}
.sub01_03 .sub_history .sub_history_tit h4{
    font-size:24px;
    color:#0c4da2;
    text-align: left;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;    
}
.sub01_03 .sub_history .sub_history_tit p:nth-of-type(1){margin-top:10px;}
.sub01_03 .sub_history .sub_history_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 28px;
    padding:5px 0;
}
/* sub01_03 */

/* sub01_04 */
.sub01_04 .staff_box_wrap .staff_box{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-bottom:30px;
}
.sub01_04 .staff_box_wrap .staff_box div:nth-of-type(1){width:30%;}
.sub01_04 .staff_box_wrap .staff_box div:nth-of-type(2){width:70%;}

.sub01_04 .staff_box_wrap .staff_box_tit{padding:30px;}
.sub01_04 .staff_box_wrap .staff_box_tit h4{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
.sub01_04 .staff_box_wrap .staff_box_tit h4 span{
    font-size:24px;
    color:#333;
}
.sub01_04 .staff_box_wrap .staff_box_tit p:nth-of-type(1){margin-top:30px;}
.sub01_04 .staff_box_wrap .staff_box_tit p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub01_04 .staff_box_wrap .staff_box_tit p::before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #0c4da2;
}


/* .sub01_04 .parking .inner > p{
    font-size:24px;
    color:#333;
    text-align: left;
}
.sub01_04 .parking .inner > span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    margin-top:20px;
}
.sub01_04 .parking .chart{
    width:100%;
    border-top:3px solid #0c4da2;
    margin-top:30px;
}
.sub01_04 .parking .chart tr th{background-color: #f7f7f7;}
.sub01_04 .parking .chart tr th,
.sub01_04 .parking .chart tr td{
    font-size:16px;
    line-height: 32px;
    color:#333;
    border:1px solid #ccc;
    padding:20px;
    text-align: center;
}
.sub01_04 .parking .chart tr td:nth-of-type(1){text-align: left;} */
/* sub01_04 */

/* sub01_05 */
.sub01_05 .sub_map .chart{
    margin-top:30px;
    width:100%;
    border-top:3px solid #0c4da2;
}
.sub01_05 .sub_map .chart tr th,
.sub01_05 .sub_map .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}
.sub01_05 .sub_map .chart tr th{background-color: #f7f7f7;}

.sub01_05 .sub_map .method{
    margin-top:30px;
    padding:20px;
    background-color: #f7f7f7;
}
.sub01_05 .sub_map .method h4{
    font-size:24px;
    color:#0c4da2;
    text-align: left;
    padding-left:40px;
}
.sub01_05 .sub_map .method ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:30px;
}
.sub01_05 .sub_map .method li{margin-right:30px; text-align: center;}
.sub01_05 .sub_map .method li img{width:60px;}
.sub01_05 .sub_map .method li > p{
    font-size:16px;
    font-weight: 600;
    color:#333;
    text-align: left;
}
.sub01_05 .sub_map .method li:nth-of-type(1){width:16.5%; border-right:1px solid #ccc;}
.sub01_05 .sub_map .method li:nth-of-type(2){width:83.5%; margin-right:0;}

.sub01_05 .sub_map .method li .method_tit{margin-bottom:30px;}
.sub01_05 .sub_map .method li .method_tit h5{
    font-size:20px;
    color:#000;
    text-align: left;
}
.sub01_05 .sub_map .method li .method_tit p{
    font-size:18px;
    color:#0c4da2;
    text-align: left;
    padding:10px 0;
}
.sub01_05 .sub_map .method li .method_tit span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
.sub01_05 .cont {
    display: none;
}


/* sub01_05 */

/* sub02_01 */
.sub02_01 .medical_info_list h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-bottom:20px;
    position: relative;
}
.sub02_01 .medical_info_list h3::after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background-color: #333;
}
.sub02_01 .medical_info_list p{
    font-size:18px;
    color:#333;
    text-align: left;
    margin-top:20px;
}

.sub02_01 .medical_info_list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
    margin-bottom:40px;
}
.sub02_01 .medical_info_list ul li{
    width:300px;
}
.sub02_01 .medical_info_list .list_icon{
    padding:80px;
    border-radius: 10px;
}
.sub02_01 .medical_info_list .blue{background-color: #0c4da2;}
.sub02_01 .medical_info_list .sky{background-color: #00b9d7;}
.sub02_01 .medical_info_list .red{background-color: #5aba47;}
.sub02_01 .medical_info_list .gray{background-color: #bbb;}
.sub02_01 .medical_info_list ul li p{
    font-size:18px;
    font-weight: 800;
    color:#000;
    text-align: center;
}

.sub02_01 .medical_time{margin-top:60px;}
.sub02_01 .medical_time h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-bottom:20px;
    position: relative;
}
.sub02_01 .medical_time h3::after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background-color: #333;
}

.sub02_01 .medical_time .chart{
    width:100%;
    margin-top:30px;
    border-top:3px solid #0c4da2;
}
.sub02_01 .medical_time .chart tr th,
.sub02_01 .medical_time .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
    text-align: center;
}
.sub02_01 .medical_time .chart tr th{background-color: #f7f7f7;}
.sub02_01 .medical_time .chart tr td strong{color:#d72e2e;}
.sub02_01 .medical_time p{
    font-size:18px;
    color:#000;
    text-align: left;
    padding:15px 0;
}
.sub02_01 .medical_time .medical_time_tit h4{
    font-size:24px;
    color:#333;
    text-align: left;
    margin-top:30px;
}
.sub02_01 .medical_time .medical_time_tit span{
    display: block;
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub02_01 .medical_time .medical_time_tit span::after{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
}

.sub02_01 .outpatient_time{margin-top:60px;}
.sub02_01 .outpatient_time h3{
    font-size:32px;
    color:#333;
    text-align: left;
    padding-bottom:20px;
    position: relative;
}
.sub02_01 .outpatient_time h3::after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background-color: #333;
}

.sub02_01 .outpatient_time .chart{
    width:100%;
    margin-top:30px;
    border-top:3px solid #0c4da2;
}
.sub02_01 .outpatient_time .chart tr th,
.sub02_01 .outpatient_time .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
    text-align: center;
}
.sub02_01 .outpatient_time .chart tr th{background-color: #f7f7f7;}
.sub02_01 .outpatient_time .chart tr .red{color:#ff0000;}












/* sub02_01 */

/* sub02_02 */
.sub02_02 .procedures_st{margin-bottom:60px;}
.sub02_02 .procedures_st h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
}
.sub02_02 .procedures_st h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub02_02 .st1 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px
}
.sub02_02 .st1 ul li{
    width:20%;
    text-align: center;
    border:1px solid #ccc;
    border-right:none;
    background-color: #f7f7f7;
    height:195.5px;
    position: relative;
}
.sub02_02 .st1 ul li:last-child{border-right:1px solid #ccc;}
.sub02_02 .st1 ul li:last-child::after{display: none;}
.sub02_02 .st1 ul li:nth-child(even){background-color: #fff;}
.sub02_02 .st1 ul li::after{
    position: absolute;
    content: '¢º';
    top:50%;
    transform: translateY(-50%);
    right:-21px;
    font-size:24px;
    color:#bdb9b9;
    z-index: 99;
}

.sub02_02 .st1 ul li span{
    display: block;
    font-size:14px;
    font-weight: 600;
    text-align: center;
    color:#5aba47;
    padding:20px 0 10px 0;
}
.sub02_02 .st1 ul li p{
    font-size:18px;
    color:#333;
    text-align: center;
    padding:10px 0 20px 0;
}

.sub02_02 .st2 ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:30px
}
.sub02_02 .st2 ul li{
    width:50%;
    text-align: left;
    margin-right:30px;
    padding-left:45px;
}
.sub02_02 .st2 ul li:last-child{margin-right:0;}
.sub02_02 .st2 ul li h4{
    font-size:24px;
    color:#000;
    margin-bottom:10px;
}
.sub02_02 .st2 ul li p{
    font-size:18px;
    color:#333;
    line-height: 32px;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub02_02 .st2 ul li p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top: 15px;
    left:5px;
}

.sub02_02 .st3 ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:30px
}
.sub02_02 .st3 ul li{
    width:50%;
    text-align: left;
    margin-right:30px;
    padding-left:45px;
}
.sub02_02 .st3 ul li:last-child{margin-right:0;}
.sub02_02 .st3 ul li h4{
    font-size:24px;
    color:#000;
    margin-bottom:10px;
}
.sub02_02 .st3 ul li p{
    font-size:18px;
    color:#333;
    line-height: 32px;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub02_02 .st3 ul li p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top: 15px;
    left:5px;
}

/* .sub02_02 .st4 .procedures_st_tit{margin-top:30px; padding-left:45px;}
.sub02_02 .st4 .procedures_st_tit p{
    font-size:18px;
    color:#333;
    line-height: 32px;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub02_02 .st4 .procedures_st_tit p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top: 15px;
    left:5px;
} */

.sub02_02 .st5 ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
}
.sub02_02 .st5 ul li{
    text-align: center;
    margin-right:60px;
}
.sub02_02 .st5 ul li:last-child{margin-right:0;}

.sub02_02 .st5 ul li .procedures_st5_img{
    width:250px;
    height:250px;
    border-radius: 50%;
}
.sub02_02 .st5 ul li .procedures_st5_img p{
    font-size:24px;
    color:#fff;
    line-height: 250px;
}
.sub02_02 .st5 ul li:nth-of-type(1) .procedures_st5_img{background-color: #0c4da2;}
.sub02_02 .st5 ul li:nth-of-type(2) .procedures_st5_img{background-color: #00b9d7;}
.sub02_02 .st5 ul li:nth-of-type(3) .procedures_st5_img{background-color: #5aba47;}
/* sub02_02 */

/* sub02_03 */
.sub02_03 .issued_list{margin-bottom:60px;}
.sub02_03 .issued_list:last-of-type h3{border:none;}
.sub02_03 .issued_list h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub02_03 .issued_list h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub02_03 .issued_list p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:60px;
    position: relative;
}
.sub02_03 .issued_list p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top:50%;
    transform: translateY(-50%);
    left:40px;
}
.sub02_03 .issued_list .chart{
    width:100%;
    border-top:3px solid #0c4da2;
}
.sub02_03 .issued_list .chart th{background-color: #f7f7f7;}
.sub02_03 .issued_list .chart th,
.sub02_03 .issued_list .chart td{
    font-size:16px;
    color:#333;
    text-align: center;
    padding:20px;
    border:1px solid #ccc;
    width:25%;
}
.sub02_03 .issued_list .chart td strong{color:#d72e2e;}
/* sub02_03 */

/* sub02_04 */
.sub02_04 .year-end h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub02_04 .year-end h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub02_04 .year-end p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 60px;
    position: relative;
}
.sub02_04 .year-end p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top:25px;
    transform: translateY(-50%);
    left:40px;
}
.sub02_04 .year-end p a{color:#d72e2e;}
.sub02_04 .year-end span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    padding-left:60px;
}
.sub02_04 .year-end_img{margin-top:30px;}
.sub02_04 .year-end_img img{width:100%;}
/* sub02_04 */

/* sub02_05 */
.sub02_05 .records_list{margin-bottom:30px;}
.sub02_05 .records_list .records_img:nth-of-type(1){margin-bottom:30px;}
.sub02_05 .records_list h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub02_05 .records_list h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub02_05 .records_list p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 60px;
    position: relative;
}
.sub02_05 .records_list p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top:25px;
    transform: translateY(-50%);
    left:40px;
}
.sub02_05 .records_list span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub02_05 .records_list .chart{
    width:100%;
    border-top:3px solid #0c4da2;
    margin-top:10px;
}
.sub02_05 .records_list .chart tr th{
    font-size:16px;
    color:#333;
    padding:20px;
    background-color: #f7f7f7;
    border:1px solid #ccc;
}
.sub02_05 .records_list .chart tr td{
    font-size:16px;
    line-height: 32px;
    color:#333;
    padding:20px 0 20px 40px;
    text-align: left;
    border:1px solid #ccc;
}

/* sub02_05 */

/* sub03_01 */
.sub03_01 .cancer_a_tit{margin-bottom:30px;}
.sub03_01 .cancer_a_tit h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub03_01 .cancer_a_tit h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub03_01 .cancer_a_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
.sub03_01 .cancer_a_tit h4{
    font-size:24px;
    color:#000;
    text-align: left;
    padding-left:20px;
    margin-bottom:10px;
    position: relative;
}
.sub03_01 .cancer_a_tit h4::after{
    content: '*';
    position: absolute;
    top:5px;
    left:0;
    font-size:24px;
    color:#d72e2e;
}
.sub03_01 .cancer_a_tit span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    padding-left:40px;
    line-height: 32px;
    position: relative;
}
.sub03_01 .cancer_a_tit span::after{
    content: '-';
    position: absolute;
    top:0px;
    left:20px;
    font-size:16px;
    color:#333;
}
/* sub03_01 */

/* sub03_02 */
.sub03_02 .cancer_b_tit h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub03_02 .cancer_b_tit h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub03_02 .cancer_b_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding-left:20px;
    line-height: 32px;
    margin-bottom:20px;
}
.sub03_02 .cancer_b_tit span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    padding-left:40px;
    line-height: 32px;
    position: relative;
}
.sub03_02 .cancer_b_tit span::after{
    content: '-';
    position: absolute;
    top:0px;
    left:20px;
    font-size:16px;
    color:#333;
}
/* sub03_02 */

/* sub03_03 */
.sub03_03 .cancer_c .inner > p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
.sub03_03 .cancer_c_tit{margin:30px 0;}
.sub03_03 .cancer_c_tit h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub03_03 .cancer_c_tit h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}

.sub03_03 .cancer_c_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub03_03 .cancer_c_box ul li:nth-of-type(1){width:30%;}
.sub03_03 .cancer_c_box ul li:nth-of-type(2){width:70%; padding-left:20px;}

.sub03_03 .cancer_c_box .cancer_c_box_tit{margin-top:30px;}
.sub03_03 .cancer_c_box .cancer_c_box_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
.sub03_03 .cancer_c_box .cancer_c_box_tit span{
    display: flex;
    padding:10px 0;
    line-height: 32px;
}
.sub03_03 .cancer_c_box .cancer_c_box_tit span strong{
    font-size:16px;
    color:#333;
    margin-right:10px;
    padding-left:20px;
    position: relative;
}
.sub03_03 .cancer_c_box .cancer_c_box_tit span strong::after{
    content: '';
    position: absolute;
    top:13px;
    left: 0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #d72e2e;
}
.sub03_03 .cancer_c_box .cancer_c_box_tit span em{
    font-style: normal;
    display: block;
}
/* sub03_03 */

/* sub03_04 */
.sub03_04 .cancer_d .inner > p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
.sub03_04 .cancer_d_tit{margin:60px 0;}
.sub03_04 .cancer_d_tit > h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub03_04 .cancer_d_tit > h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub03_04 .cancer_d_tit > p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding:10px 0;
}
.sub03_04 .cancer_d_tit .cancer_d_txt span{
    display: flex;
    padding:10px 0;
    line-height: 32px;
}
.sub03_04 .cancer_d_tit .cancer_d_txt span strong{
    font-size:16px;
    color:#333;
    margin-right:10px;
    padding-left:20px;
    position: relative;
}
.sub03_04 .cancer_d_tit .cancer_d_txt span strong::after{
    content: '';
    position: absolute;
    top:13px;
    left: 0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #d72e2e;
}
.sub03_04 .cancer_d_tit .cancer_d_txt span em{
    font-style: normal;
    display: block;
}

.sub03_04 .cancer_d_tit .cancer_d_qna{margin-top:30px;}
.sub03_04 .cancer_d_tit .cancer_d_qna h3{
    font-size:32px;
    color:#333;
    text-align: left;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    padding-bottom:20px;
}
.sub03_04 .cancer_d_tit .cancer_d_qna h3 span{
    font-size:32px;
    color:#fff;
    padding:0px 20px;
    border:1px solid #ccc;
    margin-right:20px;
    background-color: #d72e2e;
}
.sub03_04 .cancer_d_tit .cancer_d_qna p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding:10px 0 10px 40px;
    position: relative;
}
.sub03_04 .cancer_d_tit .cancer_d_qna p::after{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    left:20px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #d72e2e;
}

.sub03_04 .cancer_d_tit .side_effect h4{
    font-size:24px;
    display: inline-block;
    margin:10px 0px;
    padding:5px 30px;
    border-radius: 30px;
    color:#fff;
    background-color: #5aba47;
    position: relative;
}
.sub03_04 .cancer_d_tit .side_effect h4::after{
    content: '';
    position: absolute;
    bottom:0;
    left:50px;
    width:1250px;
    height:1px;
    background-color: #5aba47;
}
.sub03_04 .cancer_d_tit .side_effect p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding:10px 0;
}
/* sub03_04 */

/* sub03_05 */
.sub03_05 .cancer_e li{position: relative;}
.sub03_05 .cancer_e li img{border:1px solid #ccc;}
.sub03_05 .cancer_e li:nth-of-type(1){padding-left:10px; }
.sub03_05 .cancer_e li:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width:98%;
    height:100%;
    top:10px;
    left:0;
    background-color: #5aba47;
    animation: swing 1.5s .3s both;
    /* animation: pulse 1.5s .3s both; */
}
.sub03_05 .cancer_e li h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:20px 0;
}
.sub03_05 .cancer_e li p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub03_05 .cancer_e li p strong{
    font-size:24px;
    color:#d72e2e;
}
/* sub03_05 */

/* sub04_01 */
.sub04_01 .hah .inner > h3{
    font-size:32px;
    width:600px;
    padding:10px 0;
    text-align: center;
    color:#fff;
    border-radius: 200px;
    margin:0 auto;
    background-color: #d72e2e;
}
.sub04_01 .hah .inner > p{
    font-size:20px;
    color:#fff;
    text-align: center;
    width:800px;
    margin:0 auto;
    padding:10px 0;
    border-radius: 200px;
    background-color: #00b9d7;
}
.sub04_01 .hah ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}
.sub04_01 .hah ul li{margin-right:10px;}
.sub04_01 .hah ul li:last-child{margin-right:0;}
.sub04_01 .hah ul li p{
    font-size:18px;
    color:#333;
    text-align: center;
    padding:10px 0;
}

.sub04_01 .hah_tit{margin-top:30px;}
.sub04_01 .hah_tit h4{
    font-size:24px;
    color:#5aba47;
    text-align: left;
}
.sub04_01 .hah_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height: 32px;
}

.sub04_01 .hah_tit_list{margin-top:60px;}
.sub04_01 .hah_tit_list h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub04_01 .hah_tit_list h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub04_01 .hah_tit_list p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
}

.sub04_01 .hah_tit_list_box{margin-top:30px;}
.sub04_01 .hah_tit_list_box ul{
    display: flex;
    align-items: top!important;
    justify-content: space-between;
}
.sub04_01 .hah_tit_list_box ul li{margin-right:10px;}
.sub04_01 .hah_tit_list_box ul li:nth-of-type(1){width:40%;}
.sub04_01 .hah_tit_list_box ul li:nth-of-type(2){width:60%; margin-right:0;}
.sub04_01 .hah_tit_list_box ul li p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 40px;
    line-height: 32px;
    position: relative;
}
.sub04_01 .hah_tit_list_box ul li p::after{
    content: '';
    position: absolute;
    top:25px;
    left:20px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
}
/* sub04_01 */

/* sub04_02 */
.sub04_02 .dan li{position: relative;}
.sub04_02 .dan li img{border:1px solid #ccc;}
.sub04_02 .dan li:nth-of-type(1){padding-left:10px; }
.sub04_02 .dan li:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width:98%;
    height:100%;
    top:10px;
    left:0;
    background-color: #0c4da2;
    animation: pulse 1.5s .3s both;
    /* animation: pulse 1.5s .3s both; */
}
.sub04_02 .dan li h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:20px 0;
}
.sub04_02 .dan li p{
    font-size:18px;
    line-height: 36px;
    color:#333;
    text-align: left;
    padding:20px 0;
}
.sub04_02 .dan li p strong{
    font-size:24px;
    color:#d72e2e;
}

.sub04_02 .dan_tit{margin-top:60px;}
.sub04_02 .dan_tit h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.sub04_02 .dan_tit h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub04_02 .dan_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding-left:40px;
    position: relative;
}
.sub04_02 .dan_tit p::after{
    content: '';
    position: absolute;
    top:15px;
    left:20px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #d72e2e;
}
/* sub04_02 */

/* sub04_03 */
.sub04_03 .hospice li{position: relative;}
.sub04_03 .hospice li img{border:1px solid #ccc;}
.sub04_03 .hospice li:nth-of-type(1){padding-left:10px; }
.sub04_03 .hospice li:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width:98%;
    height:100%;
    top:10px;
    left:0;
    background-color: #0c4da2;
    animation: pulse 1.5s .3s both;
    /* animation: pulse 1.5s .3s both; */
}
.sub04_03 .hospice li h3{
    font-size:24px;
    color:#0c4da2;
    text-align: left;
    padding:10px 0;
}
.sub04_03 .hospice li p{
    font-size:18px;
    line-height: 36px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub04_03 .hospice li p strong{
    font-size:24px;
    color:#d72e2e;
}
/* sub04_03 */

/* sub04_04 */
.sub04_04 .rehabilitation h3{
    font-size:32px;
    color:#a6ce39;
    margin-bottom:10px;
    text-align: left;
}
.sub04_04 .rehabilitation ul{margin-bottom:30px;}

.sub04_04 .rehabilitation_img{border-radius: 10px; border:1px solid #ccc; overflow: hidden;}
.sub04_04 .rehabilitation_tit{margin-top:10px; padding:10px;}
.sub04_04 .rehabilitation_tit p{
    font-size:18px;
    line-height: 32px;
    color:#000;
    text-align: left;
    margin-bottom:10px;
}
.sub04_04 .rehabilitation_tit span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub04_04 .rehabilitation_tit span::after{
    content: '-';
    font-size:16px;
    color:#333;
    position: absolute;
    top:0px;
    left:5px;
}
/* sub04_04 */

/* sub05_01 */
.sub05_01 .duty .inner > p{
    font-size:18px;
    line-height: 32px;
    color:#000;
    text-align: left;
}

.sub05_01 .duty_top{margin-top:30px;}
.sub05_01 .duty_top h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding-bottom:10px;
    position: relative;
}
.sub05_01 .duty_top p{
    font-size:18px;
    line-height: 32px;
    color:#000;
    text-align: left;
    padding:10px 0 10px 30px;
}
.sub05_01 .duty_top span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 60px;
}

.sub05_01 .duty_img{padding:30px 0;}
.sub05_01 .duty_img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub05_01 .duty_img ul li{margin-right:30px;}
.sub05_01 .duty_img ul li:last-child{margin-right:0;}

.sub05_01 .duty_bottom{margin-top:30px;}
.sub05_01 .duty_bottom h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding-bottom:10px;
    position: relative;
}
.sub05_01 .duty_bottom p{
    font-size:18px;
    line-height: 32px;
    color:#000;
    text-align: left;
    padding:10px 0 10px 30px;
}
.sub05_01 .duty_bottom span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 60px;
}
/* sub05_01 */

/* sub05_02 */
.sub05_02 .non-benefit .inner > p{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub05_02 .non-benefit .board{margin-top:30px;}
.sub05_02 .non-benefit .board table tr th,
.sub05_02 .non-benefit .board table tr td{
    font-size:18px;
}
.sub05_02 .non-benefit .board table tr td font,
.sub05_02 .non-benefit .board table tr td a{padding:10px 0; display: inline-block;}
.sub05_02 .non-benefit .board table tr td img{vertical-align: middle;}
.sub05_02 .non-benefit .board table tr td input{vertical-align: middle;}

.sub05_02 .non-benefit .board table p img{width:100%;}









.sub05_02 .non-benefit .chart{
    width:100%;
    border-top:3px solid #0c4da2;
    margin-top:30px;
}
.sub05_02 .non-benefit .chart tr th{background-color: #f7f7f7;}
.sub05_02 .non-benefit .chart tr th,
.sub05_02 .non-benefit .chart tr td{
    font-size:16px;
    line-height: 32px;
    color:#333;
    border:1px solid #ccc;
    padding:20px;
    text-align: center;
}
.sub05_02 .non-benefit .chart tr td:nth-of-type(2){text-align: left;}
/* sub05_02 */

/* sub05_03 */
.sub05_03 .diet .board .img_box{
    display: block;
    padding:20px;
    height:300px;
    transition: all .3s ease-in-out;
}
.sub05_03 .diet .board .img_box img{
    width:100%!important;
    height: 100%!important;
    max-width:100%!important;
    max-height:100%!important;
    transition: all .3s ease-in-out;
}
.sub05_03 .diet .board .img_tit a{
    display: block;
    font-size:16px;
    color:#333;
    text-align: center;
    transition: all .3s ease-in-out;
}
/* sub05_03 */

/* sub05_04 */
.sub05_04 .sub_program .board .img_box{
    display: block;
    padding:20px;
    height:250px;
}
.sub05_04 .sub_program .board .img_box img{
    width:100%!important;
    height: 100%!important;
    max-width:100%!important;
    max-height:100%!important;
}
.sub05_04 .sub_program .board .img_tit a{
    display: block;
    font-size:16px;
    color:#333;
    text-align: center;
}
.sub05_04 .sub_program .board table tr td img{vertical-align: middle;}
.sub05_04 .sub_program .board table tr td input{vertical-align: middle;}

.sub05_04 .sub_program .board .line2{display: none;}
/* sub05_04 */

/* sub05_05 */
.sub05_05 .gall .board .img_box{
    display: block;
    padding:20px;
    height:250px;
}
.sub05_05 .gall .board .img_box img{
    width:100%!important;
    height: 100%!important;
    max-width:100%!important;
    max-height:100%!important;
}
.sub05_05 .gall .board .img_tit a{
    display: block;
    font-size:16px;
    color:#333;
    text-align: center;
}
.sub05_05 .gall .board table tr td img{vertical-align: middle;}
.sub05_05 .gall .board table tr td input{vertical-align: middle;}

.sub05_05 .gall .board .line2{display: none;}
/* sub05_05 */

/* sub06_01 */
.sub06_01 .qna .board table tr th,
.sub06_01 .qna .board table tr td{
    font-size:18px;
}
.sub06_01 .qna .board table tr td font,
.sub06_01 .qna .board table tr td a{padding:10px 0; display: inline-block;}
.sub06_01 .qna .board table tr td img{vertical-align: middle;}
.sub06_01 .qna .board table tr td input{vertical-align: middle;}
/* sub06_01 */

/* sub06_02 */
.sub06_02 .phone_from .board table tr th,
.sub06_02 .phone_from .board table tr td{
    font-size:18px;
}
.sub06_02 .phone_from .board table tr td input{font-size:18px; vertical-align: middle;}
.sub06_02 .phone_from .board table tr td img{vertical-align: middle;}
.sub06_02 .phone_from .board table tr td select{font-size:14px;}
.sub06_02 .phone_from .board table tr td textarea{font-size:18px; width:100%; vertical-align: middle;}
/* sub06_02 */

/* sub06_03 */
.sub06_03 .notice .board table tr th,
.sub06_03 .notice .board table tr td{
    font-size:18px;
}
.sub06_03 .notice .board table tr td font,
.sub06_03 .notice .board table tr td a{padding:10px 0; display: inline-block;}
.sub06_03 .notice .board table tr td img{vertical-align: middle;}
.sub06_03 .notice .board table tr td input{vertical-align: middle;}
/* sub06_03 */

/* sub06_04 */
.sub06_04 .visit_top h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
}
.sub06_04 .visit_top h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}

.sub06_04 .visit_top ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:10px;
}
.sub06_04 .visit_top ul li:nth-of-type(1){width:35%}
.sub06_04 .visit_top ul li:nth-of-type(2){width:65%}

.sub06_04 .visit_top .visit_tit{margin-top:10px; padding-left:20px;}
.sub06_04 .visit_top .visit_tit p{
    font-size:18px;
    color:#333;
    line-height: 32px;
    text-align: left;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub06_04 .visit_top .visit_tit p::after{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #333;
    top: 23px;
    left:5px;
}
.sub06_04 .visit_top .visit_tit span{
    display: block;
    font-size:16px;
    font-weight: 600;
    color:#d72e2e;
    text-align: left;
    padding-left:30px;
    line-height: 32px;
}
.sub06_04 .visit_bottom{margin-top:60px;}
.sub06_04 .visit_bottom h3{
    font-size:32px;
    color:#0c4da2;
    text-align: left;
    padding:0 0 20px 40px;
    position: relative;
    border-bottom:1px solid #ccc;
}
.sub06_04 .visit_bottom h3::after{
    content: '';
    position: absolute;
    top:25px;
    left:0;
    width:25px;
    height:5px;
    background-color: #5aba47;
}
.sub06_04 .visit_bottom p{
    font-size:20px;
    color:#000;
    text-align: left;
    margin-top:20px;
}

.sub06_04 .visit_bottom .visit_bottom_box{
    margin-top:40px;
    padding:30px;
    border:1px solid #ccc;
}

.sub06_04 .visit_bottom .visit_bottom_box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub06_04 .visit_bottom .visit_bottom_box ul li{
    font-size:18px;
    color:#333;
    text-align: left;
    margin-right:80px;
    position: relative;
}
.sub06_04 .visit_bottom .visit_bottom_box ul li::after{
    content: '¢º';
    font-size:20px;
    color:#333;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-40px;
}
.sub06_04 .visit_bottom .visit_bottom_box ul li:last-child::after{display: none;}


.sub06_04 .visit_bottom .visit_bottom_box ul li strong{font-size:20px; color:#5aba47;}
.sub06_04 .visit_bottom .visit_bottom_box ul li span{
    font-size:16px;
    color:#333;
    text-align: left;
}
/* sub06_04 */

/* sub06_05 */
.sub06_05 .faq .board table tr td a{font-size:18px; line-height: 50px;}
.sub06_05 .faq .board table tr td img{vertical-align: middle;}
.sub06_05 .faq .board table tr td p span{line-height: 32px;}
/* sub06_05 */
/* ------------------------------------------- sub -------------------------------------------------------- */
