/* visual sub 공통 start */
.sub_visual{
    width:100%;
    position: relative;
    overflow: hidden;
    padding-top:80px;
}
.sub_visual::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    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';
}
/* visual sub 공통 end */

/* tab 메뉴 공통 */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:80px;
    background-color: rgba(0, 0, 0, 0.6);
}
.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block; position: relative;}
.sub_tabmenu li a{
    display: block;
    font-size:10px;
    /* background-color: #fff; */
    height:40px;
    line-height: 40px;
    text-align: center;
    /* border:1px solid #ccc; */
    color:#fff;
    letter-spacing: -1px;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:25%;}
.tabmenu01 li:nth-of-type(2) a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -63%);
    width:100%;
    line-height: 12px;
    padding:10px 0;
}
.tabmenu02 li{width:33.333%;}
.tabmenu03 li{width:33.333%;}
.tabmenu04 li{width:33.333%;}
.tabmenu05 li{width:50%;}
.tabmenu06 li{width:20%;}
.tabmenu06 li{width:33.333%;}
.tabmenu06 li:nth-of-type(3) a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -63%);
    width:100%;
    line-height: 12px;
    padding:10px 0;
}
.tabmenu07 li{width:20%;}
.tabmenu08 li{width:50%;}
.tabmenu09 li{width:33.333%;}

.sub_tabmenu li a img{vertical-align: middle; opacity: .3; transform: scale(.7);}
.sub_tabmenu li a:hover{background-color: #ee7801; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_04 .sub_tabmenu li:nth-child(4) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_05 .sub_tabmenu li:nth-child(5) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_06 .sub_tabmenu li:nth-child(6) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_07 .sub_tabmenu li:nth-child(7) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub01_08 .sub_tabmenu li:nth-child(8) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub02_04 .sub_tabmenu li:nth-child(4) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub02_05 .sub_tabmenu li:nth-child(5) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub02_06 .sub_tabmenu li:nth-child(6) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}

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

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub04_03 .sub_tabmenu li:nth-child(3) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub04_04 .sub_tabmenu li:nth-child(4) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
/* .sub04_05 .sub_tabmenu li:nth-child(5) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;} */
.sub04_06 .sub_tabmenu li:nth-child(5) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub05_02 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub05_03 .sub_tabmenu li:nth-child(3) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub05_04 .sub_tabmenu li:nth-child(4) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}

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

.sub07_01 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub07_02 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub07_03 .sub_tabmenu li:nth-child(3) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub07_04 .sub_tabmenu li:nth-child(4) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub07_05 .sub_tabmenu li:nth-child(5) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}

.sub08_01 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub08_02 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}

.sub09_02 .sub_tabmenu li:nth-child(1) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub09_03 .sub_tabmenu li:nth-child(2) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub09_04 .sub_tabmenu li:nth-child(3) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub09_05 .sub_tabmenu li:nth-child(4) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
.sub09_06 .sub_tabmenu li:nth-child(5) a{background-color: #ee7801; color:#fff; border:1px solid #ee7801;}
/* tab 메뉴 공통 */

/* sub 타이틀 공통 */
.contents_title{
    padding:20px 0;
    position: relative;
    width:100%;
}
.contents_title h2{
    padding:20px 0;
    font-size:24px;
    color:#333;
    font-weight: 400;
    text-align: center;
}
.contents_title h2 span{
    font-size:24px;
    font-weight:600;
    display: block;
}
.contents_title p{
    font-size:16px;
    color:#333;
    text-align: center;
}

/* sub 타이틀 공통 */
.contents_detail{padding-bottom:30px;}
/* image_show_wrap 공통 */
.contents_detail{overflow: hidden;}
.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 */
.sub_contents_01_01 li:first-child{
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.sub_contents_01_01_txt h3{
    font-size:20px;
    color:#ee7801;
    text-align: center;
    padding:20px 0;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    margin:10px 0;
}
.sub_contents_01_01_txt p{
    font-size:16px;
    line-height: 24px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_01_01_txt span{
    display: block;
    font-size:16px;
    margin-top:20px;
    color:#333;
    text-align: right;
    padding-right:50px;
}
.sub_contents_01_01_txt span strong{
    font-size:32px;
}
/* sub01_01 */

/* sub01_02 */
.sub_contents_01_02_list > p{
    font-size:16px;
    color:#333;
    text-align: center;
    padding:10px 0;
}
.sub_contents_01_02_list ul{margin-bottom:30px;}
.sub_contents_01_02_list .list_tit{padding:10px 0;}
.sub_contents_01_02_list .list_tit h4{
    font-size:18px;
    color:#000;
    text-align: center;
    position: relative;
    padding:10px 0 30px 0;
}
.sub_contents_01_02_list .list_tit h4::before{
    position: absolute;
    content: '';
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:95%;
    height:1px;
    background-color: #000;
}
.sub_contents_01_02_list .list_tit p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub_contents_01_02_list .list_tit p::before{
    position: absolute;
    content: 'ㆍ';
    top:0px;
    left:0;
    font-size:16px;
    color:#ee7801;
}
.sub_contents_01_02_list .list_tit .center::before{
    top:25%;
}
.sub_contents_01_02_list .list_tit p:nth-of-type(1){margin-top:30px;}
.sub_contents_01_02_list .list_tit p strong{
    font-size:18px;
    color:#ee7801;
}

.sub_contents_01_02 .Leboye{margin-top:30px;}
.sub_contents_01_02 .Leboye h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_01_02 .Leboye ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:20px;
}
.sub_contents_01_02 .Leboye ul li{
    margin-right:20px;
    width:50%;
    position: relative;
}
.sub_contents_01_02 .Leboye ul li:last-child{margin-right:0;}
.sub_contents_01_02 .Leboye .Leboye_tit h4{
    font-size:18px;
    color:#fff;
    text-align: center;
    width:40px;
    height:40px;
    line-height: 40px;
    background-color: #ee7801;
}
.sub_contents_01_02 .Leboye .Leboye_tit p{
    font-size:14px;
    color:#333;
    text-align: left;
    padding:0 5px;
    margin-top:10px;
}

.sub_contents_01_02 .kangaroo{margin-top:30px;}
.sub_contents_01_02 .kangaroo ul{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ee7801
}

.sub_contents_01_02 .kangaroo h3{
    font-size:20px;
    color:#ea1a1f;
    text-align: left;
    margin-top:50px;
}
.sub_contents_01_02 .kangaroo p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_01_02 .kangaroo h4{
    font-size:18px;
    color:#ee7801;
    text-align: left;
    margin:10px 0;
}
.sub_contents_01_02 .kangaroo span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    position: relative;
    padding-left:20px;
}
.sub_contents_01_02 .kangaroo span::before{
    position: absolute;
    content: 'ㆍ';
    top:0px;
    left:0;
    font-size:18px;
    color:#ee7801;
}
.sub_contents_01_02_kangaroo_boxwrap{margin-top:30px;}
.sub_contents_01_02_kangaroo_box{
    background-color: #f9f8f4;
    border:1px solid #ee7801;
    padding:10px;
}
.sub_contents_01_02_kangaroo_box h3{
    font-size: 20px;
    color:#c89433;
    text-align: left;
    padding:10px 0;
}
.sub_contents_01_02_kangaroo_box p{
    font-size:14px;
    line-height: 24px;
    padding-left:20px;
    color:#333;
    text-align: left;
    position: relative;
}
.sub_contents_01_02_kangaroo_box p::before{
    position: absolute;
    content: 'ㆍ';
    top:0;
    left:0;
    font-size:24px;
    color:#ee7801;
}
.sub_contents_01_02_kangaroo_box p:last-child::before{
    top:17px;
}
/* sub01_02 */

/* sub01_03 */
.sub_contents_01_03 > p{
    font-size:16px;
    color:#333;
    text-align: center;
}
.facility_tab{margin-top:30px; position: relative;}
.facility_tab ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.facility_tab a{
    display: block;
    font-size:18px;
    height:40px;
    line-height: 40px;
    border-radius: 20px;
    padding:0 20px;
    color:#333;
    border:1px solid #ee7801;
    margin-right:30px;
    transition: all .3s ease-in-out;
}
.facility_tab .ex{
    position: absolute;
    bottom:-40px;
    left:50%;
    transform: translateX(-50%);
    font-size:14px;
    color:#333;
    text-align: center;
    width:100%;
}

.facility_tab a:hover{color:#fff; background-color: #ee7801;}
.facility_tab li:last-child a{margin-right:0}
.facility_tab li:first-child a.on{color:#fff; background-color: #ee7801;}
.facility_tab li a.active0{background-color: #ee7801; color:#fff;}
.facility_tab li a.active1{background-color: #ee7801; color:#fff;}

/* facility_slide 공통 */
/* .facility_slide .swiper-wrapper{transition-timing-function:linear;} */
.facility_slide .swiper {width: 100%; height: 100%;}
.facility_slide .swiper-slide {text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}
.facility_slide .swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.facility_slide .swiper-button-prev,
.facility_slide .swiper-container-rtl .swiper-button-next {left: 0px; right: auto; width:20px; color:#ee7801;}
.facility_slide .swiper-button-next,
.facility_slide .swiper-container-rtl .swiper-button-prev {right: 0px; left: auto; width:20px; color:#ee7801;}
.facility_slide .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.facility_slide .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}
.facility_slide .swiper-button-next,
.facility_slide .swiper-button-prev {position: absolute; top: 50%; width: 30px; height: 40px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 30px 40px; background-position: center; background-repeat: no-repeat}
.facility_slide .swiper-pagination-fraction{color:#fff;}
/* facility_slide 공통 */

.facility_tab_tabcontents{margin-top:60px;}

.facility_slide_tab1{width:100%;}
.facility_slide_tab1 ul{width:100%; display: flex; align-items: center; justify-content: space-between;}
.facility_slide_tab1 li{width:14.285%;}
.facility_slide_tab1 li a{display: block; font-size:18px; height:60px; line-height: 60px; color:#fff; background-color: rgba(0, 0, 0, 0.5); text-align: center; transition: all .3s ease-in-out;}
.facility_slide_tab1 li a:hover{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li:first-child a.on{color:#fff; background-color: #ee7801;}
.facility_slide_tab1 li a.active0{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active1{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active2{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active3{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active4{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active5{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active6{background-color: #ee7801; color:#fff;}
.facility_slide_tab1 li a.active7{background-color: #ee7801; color:#fff;}

.facility_slide_tab1_tabcontents li > span{display: block; font-size:14px; color:#ee7801; text-align: left; margin-top:20px;}
.facility_slide_tab1_tabcontents li > h3{font-size:32px; color:#333; text-align: left; padding:10px 0; position: relative;}
.facility_slide_tab1_tabcontents li > h3::before{position: absolute; content: ''; width:100%; height:2px; bottom:0; left:0; background-color: #ee7801;}
.facility_slide_tab1_tabcontents li > p{font-size:16px; line-height: 32px; color:#333; text-align: left;}

.facility_slide_tab2{width:100%;}
.facility_slide_tab2 ul{width:100%; display: flex; align-items: center; justify-content: space-between;}
.facility_slide_tab2 li{width:16.666%;}
.facility_slide_tab2 li a{display: block; font-size:18px; height:60px; line-height: 60px; color:#fff; background-color: rgba(0, 0, 0, 0.5); text-align: center; transition: all .3s ease-in-out;}
.facility_slide_tab2 li a:hover{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li:first-child a.on{color:#fff; background-color: #ee7801;}
.facility_slide_tab2 li a.active0{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active1{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active2{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active3{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active4{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active5{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active6{background-color: #ee7801; color:#fff;}
.facility_slide_tab2 li a.active7{background-color: #ee7801; color:#fff;}

.facility_slide_tab2_tabcontents li > span{display: block; font-size:14px; color:#ee7801; text-align: left; margin-top:20px;}
.facility_slide_tab2_tabcontents li > h3{font-size:32px; color:#333; text-align: left; padding:10px 0; position: relative;}
.facility_slide_tab2_tabcontents li > h3::before{position: absolute; content: ''; width:100%; height:2px; bottom:0; left:0; background-color: #ee7801;}
.facility_slide_tab2_tabcontents li > p{font-size:16px; line-height: 32px; color:#333; text-align: left;}

/* sub01_03 */

/* sub01_04 */
.sub_contents_01_04 .download{
    text-align: center;
    margin-bottom:20px;
}
.sub_contents_01_04 .download a{
    display: inline-block;
    padding:10px;
    margin:5px;
    background-color: #fff;
    border:1px solid #f1993f;
    font-size:10px;
    color:#000;
    transition: all .3s ease-in-out;
}
.sub_contents_01_04 .download a:hover{background-color: #f1993f; color:#fff; font-weight: 600;}

.diagnosis_tab{
    display: flex;
    align-items: center;
    position: relative;
}
.diagnosis_tab::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color: #f1993f;
}
.diagnosis_tab li{width:33.333%; position: relative;}
.diagnosis_tab li a{
    display:block;
    text-align: center;
    height:50px;
    line-height:50px;
    font-size:14px;
    color:#fff;
    font-weight:600;
    background-color: #f1993f;
    margin-right:10px;
}
.diagnosis_tab li:last-child a{margin-right:0;}
.diagnosis_tab li a:hover{background-color: #fff; color:#333; border-top:1px solid #f1993f; border-left:1px solid #f1993f; border-right:1px solid #f1993f;}

.diagnosis_tab li:first-child a.on{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.diagnosis_tab li a.active0{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.diagnosis_tab li a.active1{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.diagnosis_tab li a.active2{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}

.diagnosis_tabcontents{margin-top:30px;}
.diagnosis_tabcontents .tab1_txt h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.diagnosis_tabcontents .tab1_txt .chart{margin-top:20px; width:100%; border-top:3px solid #ee7801; box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.diagnosis_tabcontents .tab1_txt .chart tr th{background-color: #f7f7f7;}
.diagnosis_tabcontents .tab1_txt .chart tr td:first-child{background-color: #f7f7f7;}
.diagnosis_tabcontents .tab1_txt .chart tr th,
.diagnosis_tabcontents .tab1_txt .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    padding:10px;
    border:1px solid #ccc;
}
.diagnosis_tabcontents .tab1_txt p{
    font-size:16px;
    font-weight: 600;
    color:#ea1a1f;
    text-align: right;
    padding:10px 0;
}
.diagnosis_tabcontents .tab1_box{margin-top:30px;}
.diagnosis_tabcontents .tab1_box li{margin-bottom:20px;}
.diagnosis_tabcontents .tab1_box li:last-child{margin-right:0;}
.diagnosis_tabcontents .tab1_box li:first-child .tab1_box_img {border-radius:20px 0 20px 0;}
.diagnosis_tabcontents .tab1_box li:last-child .tab1_box_img {border-radius:0 20px 0 20px;}
.diagnosis_tabcontents .tab1_box_img{position: relative; overflow: hidden;}
.diagnosis_tabcontents .tab1_box_img::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.diagnosis_tabcontents .tab1_box_img h3{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:32px;
    color:#fff;
    text-align: center;
}
.diagnosis_tabcontents .tab1_box_tit h4{
    font-size:18px;
    color:#75553f;
    text-align: left;
    padding:10px 0 10px 10px;
}
.diagnosis_tabcontents .tab1_box_tit p{
    font-size:14px;
    line-height: 24px;
    color:#333;
    text-align: left;
    padding-left:10px;
}
.diagnosis_tabcontents .tab1_box_tit p strong{
    font-size:14px;
    color:#ee7801;
}


.diagnosis_tabcontents .tab2_txt h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.diagnosis_tabcontents .tab2_txt p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.diagnosis_tabcontents .tab2_txt ul{
    display: flex;
    align-items: center;
    justify-content: start;
    margin:10px 0;
}
.diagnosis_tabcontents .tab2_txt li{
    width:50%;
    height:150px;
    border-radius:0 20px 0 20px;
    border:1px solid #ee7801;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    margin-right:50px;
    position: relative;
    background-color: #fffaf0;
}
.diagnosis_tabcontents .tab2_txt li:last-child{margin-right:0}
.diagnosis_tabcontents .tab2_txt li:last-child::before{display: none;}
.diagnosis_tabcontents .tab2_txt li::before{
    position: absolute;
    content: '▶';
    top:50%;
    transform: translateY(-50%);
    right:-40px;
    font-size:30px;
    color:#ee7801;
}
.diagnosis_tabcontents .tab2_txt li p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:14px;
    color:#333;
    text-align: center;
}
.diagnosis_tabcontents .tab2_txt span{
    display: block;
    font-size:14px;
    line-height: 24px;
    color:#75553f;
    text-align: left;
    margin-top:20px;
}
.diagnosis_tabcontents .tab2_list{margin-top:60px;}
.diagnosis_tabcontents .tab2_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.diagnosis_tabcontents .tab2_list ul{margin-top:30px;}
.diagnosis_tabcontents .tab2_list li{margin-bottom:20px;}
.diagnosis_tabcontents .tab2_list li h4{
    font-size:18px;
    color:#75553f;
    text-align: left;
}
.diagnosis_tabcontents .tab2_list li h4 strong{
    font-size:18px;
    color:#ee7801;
}
.diagnosis_tabcontents .tab2_list li p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 30px;
}
.diagnosis_tabcontents .tab2_list li p strong{
    font-size:16px;
    color:#ee7801;
}
.diagnosis_tabcontents .tab2_list li span{
    display: block;
    font-size:12px;
    color:#75553f;
    padding-left:30px;
}


.diagnosis_tabcontents .tab3_txt h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.diagnosis_tabcontents .tab3_txt ul{
    display: flex;
    align-items: top;
    justify-content: start;
    margin:10px 0;
}
.diagnosis_tabcontents .tab3_txt li{margin-right:20px;}
.diagnosis_tabcontents .tab3_txt li:last-child{margin-right:0;}
.diagnosis_tabcontents .tab3_txt li:hover .tab3_txt_img img{transform: scale(1.1); opacity: .8;}
.diagnosis_tabcontents .tab3_txt_img{position: relative; overflow: hidden; background-color: #000;}
.diagnosis_tabcontents .tab3_txt_img img{transition: all .3s ease-in-out;}
.diagnosis_tabcontents .tab3_txt_img::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
.diagnosis_tabcontents .tab3_txt_img h4{
    font-size:24px;
    color:#fff;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    z-index: 10;
}
.diagnosis_tabcontents .tab3_txt li p{
    font-size:12px;
    color:#333;
    text-align: left;
    padding:10px;
}

.diagnosis_tabcontents .tab3_list{margin-top:60px;}
.diagnosis_tabcontents .tab3_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.diagnosis_tabcontents .tab3_list ul{
    margin:10px 0;
}
.diagnosis_tabcontents .tab3_list ul li{
    width:100%;
    position: relative;
}

.diagnosis_tabcontents .tab3_list_img{
    position: relative;
    border:1px solid #ee7801;
    background-color: #fffaf0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    height:80px;
    border-radius: 40px;
}
.diagnosis_tabcontents .tab3_list_img span{
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:18px;
    color:#000;
    text-align: center;
}
.diagnosis_tabcontents .tab3_list p{
    font-size:14px;
    line-height: 28px;
    color:#333;
    text-align: left;
    padding:10px 20px;
}
.diagnosis_tabcontents .tab3_list p strong{
    font-size:14px;
    color:#ee7801;
}
/* sub01_04 */

/* sub01_05 */
.sub_medical_staff h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_medical_staff .medical_staff_list{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:30px;
}
.sub_medical_staff .medical_staff_list li{
    position: relative;
    width:50%;
    margin-right:20px;
}
.sub_medical_staff .medical_staff_list li:last-child{margin-right:0;}
.sub_medical_staff .medical_staff_list li a{display: block;}

.sub_medical_staff .medical_staff_a .medical_staff_list:last-child{padding-bottom:30px; border-bottom:1px solid #ee7801;}
.sub_medical_staff .medical_staff_b .medical_staff_list:last-child{padding-bottom:30px; border-bottom:1px solid #ee7801;}
.sub_medical_staff .medical_staff_c .medical_staff_list:last-child{padding-bottom:30px; border-bottom:1px solid #ee7801;}
/* .medical_staff_a_img */
.medical_staff_a_img{position: relative; overflow: hidden;}
.medical_staff_a_img .caption{position: absolute; width:100%; height:100%; background-color: rgba(243, 115, 41, 0.7); transition: all .3s ease-in-out; bottom:-100%; left:0}
.medical_staff_list a .medical_staff_a_img:hover .caption{bottom:0;}
.medical_staff_a_img .caption span{position: absolute; top:45%; left:50%; transform: translate(-50%, -50%); width:80px; height:80px; border-radius: 50%; border:1px solid #fff;}
.medical_staff_a_img .caption p{position: absolute; top:65%; left:50%; transform: translate(-50%, -50%); font-size:20px; color:#fff; text-align: center;}
.medical_staff_list li a > p{font-size:16px; color:#333; text-align: center; margin-top:20px;}
.medical_staff_list li a > h4{font-size:18px; color:#333; text-align: center; padding:10px 0}
.medical_staff_list li a > h4 strong{font-size:20px; color:#333;}
/* .medical_staff_a_img */

/* .medical_staff_b_img */
.medical_staff_b{margin-top:60px;}
.medical_staff_b_img{position: relative; overflow: hidden;}
.medical_staff_b_img .caption{position: absolute; width:100%; height:100%; background-color: rgba(243, 115, 41, 0.7); transition: all .3s ease-in-out; bottom:-100%; left:0}
.medical_staff_list a .medical_staff_b_img:hover .caption{bottom:0;}
.medical_staff_b_img .caption span{position: absolute; top:45%; left:50%; transform: translate(-50%, -50%); width:80px; height:80px; border-radius: 50%; border:1px solid #fff;}
.medical_staff_b_img .caption p{position: absolute; top:65%; left:50%; transform: translate(-50%, -50%); font-size:20px; color:#fff; text-align: center;}
/* .medical_staff_b_img */

/* .medical_staff_c_img */
.medical_staff_c{margin-top:60px;}
.medical_staff_c_img{position: relative; overflow: hidden;}
.medical_staff_c_img .caption{position: absolute; width:100%; height:100%; background-color: rgba(243, 115, 41, 0.7); transition: all .3s ease-in-out; bottom:-100%; left:0}
.medical_staff_list a .medical_staff_c_img:hover .caption{bottom:0;}
.medical_staff_c_img .caption span{position: absolute; top:45%; left:50%; transform: translate(-50%, -50%); width:80px; height:80px; border-radius: 50%; border:1px solid #fff;}
.medical_staff_c_img .caption p{position: absolute; top:65%; left:50%; transform: translate(-50%, -50%); font-size:20px; color:#fff; text-align: center;}
/* .medical_staff_c_img */


/* sub_contents_01_05_sub  서브 페이지 공통 */
.sub_contents_01_05_sub .sub_staff .wrap{padding-bottom:30px;}
.sub_contents_01_05_sub .sub_staff li:first-child{overflow: hidden;}
.sub_contents_01_05_sub .sub_staff li img{border-radius: 30px 0 30px 0; width:100%;}

.sub_contents_01_05_sub .sub_staff .title span{
    display: block;
    font-size:16px;
    font-weight: 600;
    color:#ee7801;
    text-align: left;
    padding-left:5px;
}
.sub_contents_01_05_sub .sub_staff .title h3{
    font-size:20px;
    color:#333;
    font-weight: 200;
    text-align: left;
    padding-bottom:20px;
}
.sub_contents_01_05_sub .sub_staff .title h3 strong{
    font-size:24px;
    color:#333;
    font-weight: 800;
}

.sub_contents_01_05_sub .sub_staff .detail{margin-top:20px;}
.sub_contents_01_05_sub .sub_staff .detail h4{
    font-size:18px;
    font-weight: 400;
    color:#fff;
    background-color: #ee7801;
    border-radius: 5px;
    text-align: center;
    width:100px;
    padding:5px 0;
    margin-bottom:10px;
}
.sub_contents_01_05_sub .sub_staff .detail p{
    font-size:16px;
    line-height: 36px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub_contents_01_05_sub .sub_staff .detail p::before{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    top:15px;
    left:5px;
    background-color: #ee7801;
}

.sub_contents_01_05_sub .sub_staff_bottom{margin-top:30px;}
.sub_contents_01_05_sub .sub_staff_bottom h4{
    font-size:24px;
    font-weight: 400;
    color:#fff;
    background-color: #ee7801;
    border-radius: 10px;
    text-align: center;
    width:150px;
    padding:5px 0;
    margin-bottom:20px;
}
.sub_contents_01_05_sub .sub_staff_bottom p{
    font-size:18px;
    line-height: 36px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub_contents_01_05_sub .sub_staff_bottom p::before{
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    top:50%;
    transform: translateY(-50%);
    left:0;
    background-color: #ee7801;
}
.sub_contents_01_05_sub .sub_staff_bottom p:nth-of-type(1)::before{top:28%}
.sub_contents_01_05_sub .sub_staff_bottom p:nth-of-type(2)::before{top:28%}
.sub_contents_01_05_sub .sub_staff_bottom p:nth-of-type(3)::before{top:28%}
.sub_contents_01_05_sub .sub_staff_bottom p:nth-of-type(4)::before{top:28%}
.sub_contents_01_05_sub .sub_staff_bottom p:nth-of-type(5)::before{top:28%}
.sub_contents_01_05_sub .sub_staff_bottom p:nth-of-type(6)::before{top:28%}

.sub_contents_01_05_sub .sub_staff .chart h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_01_05_sub .sub_staff .chart table{width:100%; border-top:3px solid #ee7801; margin-top:20px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.sub_contents_01_05_sub .sub_staff .chart table tr th{background-color:#f7f7f7;}
.sub_contents_01_05_sub .sub_staff .chart table tr td:first-child{background-color:#f7f7f7;}
.sub_contents_01_05_sub .sub_staff .chart table tr th,
.sub_contents_01_05_sub .sub_staff .chart table tr td{
    font-size:12px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
    text-align: center;
}
.sub_contents_01_05_sub .sub_staff .chart p{
    font-size:14px;
    font-weight: 800;
    color:#ea1a1f;
    text-align: left;
    padding:10px 0;
}
.sub_contents_01_05_sub .sub_staff .chart table .yellow{font-weight: 600; color:#ee7801}
.sub_contents_01_05_sub .sub_staff .chart table .red{font-weight: 600; color:#ea1a1f}
/* sub_contents_01_05_sub  서브 페이지 공통 */
/* sub01_05 */

/* sub01_06 */
.sub_contents_01_06 .contact h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_01_06 .contact p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_01_06 .contact p strong{
    font-size:16px;
    color:#ee7801;
}
.sub_contents_01_06 .contact p strong img{width:20px;}

.sub_contents_01_06 .contact .chart{width:100%; border-top:3px solid #ee7801; box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.sub_contents_01_06 .contact .chart tr th{background-color: #f7f7f7;}
.sub_contents_01_06 .contact .chart tr th{
    font-size:12px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
}
.sub_contents_01_06 .contact .chart tr td{
    font-size:12px;
    color:#333;
    padding:10px;
    text-align: center;
    border:1px solid #ccc;
}
.sub_contents_01_06 .contact table:last-child{margin-top:30px;}
/* sub01_06 */

/* sub01_07 */
.sub_contents_01_07 .sub_map_text{margin-bottom:20px;}
.sub_contents_01_07 .sub_map_text p{
    font-size:16px;
    color:#333;
    text-align: center;
}

.sub_map_list{margin-top:60px;}
.sub_map_list ul{margin-bottom:30px;}
.sub_map_list ul li{
    margin-right:30px;
    background-color: #f9f8f4;
    border:1px solid #ee7801;
    padding:10px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
    width:100%;
}
.sub_map_list ul li div:nth-of-type(1){width:15%;}
.sub_map_list ul li div:nth-of-type(2){width:85%;}

.sub_map_list ul li .icon{
    position: relative;
    width:40px;
    height:45px;
    border-radius: 50%;
    background-color: #ee7801;
    margin-right:20px;
}
.sub_map_list ul li .icon span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size:24px;
    color:#fff;
}

.sub_map_list ul li .sub_map_list_tit h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_map_list ul li .sub_map_list_tit p{
    font-size:14px;
    line-height: 28px;
    color:#333;
    text-align: left;
}
.sub_map_list ul li .sub_map_list_tit span{
    display: block;
    font-size:12px;
    line-height: 24px;
    color:#333;
    text-align: left;
}
.sub_map_list ul li .sub_map_list_tit span strong{
    font-size:12px;
    color:#ee7801;
}
.sub_map_list ul li .sub_map_list_tit .sub_map_list_tit_span{
    width:100%;
}
/* sub01_07 */

/* sub01_08 */
.sub_contents_01_08 .non-benefit h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}

.non-benefit_tab{
    display: flex;
    align-items: center;
    position: relative;
    margin-top:20px;
}
.non-benefit_tab::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color: #f1993f;
}
.non-benefit_tab li{width:33.333%; position: relative;}
.non-benefit_tab li a{
    display:block;
    text-align: center;
    height:50px;
    line-height:50px;
    font-size:10px;
    color:#fff;
    font-weight:600;
    background-color: #f1993f;
    margin-right:5px;
}
.non-benefit_tab li:last-child a{margin-right:0;}
.non-benefit_tab li a:hover{background-color: #fff; color:#333; border-top:1px solid #f1993f; border-left:1px solid #f1993f; border-right:1px solid #f1993f;}

.non-benefit_tab li:first-child a.on{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.non-benefit_tab li a.active0{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.non-benefit_tab li a.active1{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.non-benefit_tab li a.active2{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.non-benefit_tab li a.active3{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}
.non-benefit_tab li a.active4{background-color: #fff; color: #333; border:1px solid #f1993f; border-bottom:2px solid #fff;}

.non-benefit_tabcontents{margin-top:30px;}
.sub_contents_01_08 .non-benefit .chart{
    width:100%;
    border-top:3px solid #ee7801;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_01_08 .non-benefit .chart tr th{background-color: #f7f7f7;}
.sub_contents_01_08 .non-benefit .chart tr th,
.sub_contents_01_08 .non-benefit .chart tr td{
    font-size:12px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
    text-align: center;
}
.sub_contents_01_08 .non-benefit p{
    font-size:14px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
/* sub01_08 */

/* sub01_09 */
.sub_contents_01_09 .logo_video{
    position: relative;
    width:100%;
    max-width:800px;
    margin:0 auto;
    height:0;
    padding-top:165%;
    overflow: hidden;
}
.sub_contents_01_09 .logo_video iframe{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 160px);
}
/* sub01_09 */



/* sub02_01 */
/* .sub_contents_02_01 .single-wedding{padding-bottom:30px;} */
.sub_contents_02_01 .single-wedding ul{position: relative;}
.sub_contents_02_01 .single-wedding ul li{margin-bottom:20px;}
.sub_contents_02_01 .single-wedding span{
    display: block;
    font-size:14px;
    color:#000;
    opacity: .8;
    text-align: left;
}
.sub_contents_02_01 .single-wedding h3{
    font-size:20px;
    color:#000;
    text-align: left;
    padding:10px 0;
    font-weight: 200;
}
.sub_contents_02_01 .single-wedding h3 strong{
    font-size:20px;
    color:#ee7801;
}
.sub_contents_02_01 .single-wedding p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
.sub_contents_02_01 .single-wedding .big_text{
    font-size:35px;
    color:#ee7801;
    opacity: .1;
    font-family: 'GmarketSansBold';
    text-align: center;
    padding-top:30px;
}

.sub_contents_02_01 .checkup{
    padding:60px 0;
    background-color: #f9f8f4;
}
.sub_contents_02_01 .checkup h3{
    font-size:20px;
    color:#333;
    text-align: center;
}
.sub_contents_02_01 .checkup h3 strong{
    font-size:20px;
    color:#ee7801;
}
.sub_contents_02_01 .checkup span{
    display: block;
    color:#000;
    opacity: .8;
    font-size:16px;
    padding:10px 0;
    text-align: center;
    margin-bottom:30px;
}
.sub_contents_02_01 .checkup ul{margin-bottom:10px;}
.sub_contents_02_01 .checkup li{
    display: flex;
    align-items: center;
    justify-content: left;
    padding:10px 0;
    border-bottom:1px solid #ccc;
}

.sub_contents_02_01 .checkup li img{width:20px;}
.sub_contents_02_01 .checkup li p{
    font-size:14px;
    color:#333;
    text-align: left;
    padding-left:30px;
}

.sub_contents_02_01 .type{margin-top:30px;}
.sub_contents_02_01 .type h3{
    font-size:20px;
    color:#333;
    text-align: center;
}
.sub_contents_02_01 .type h3 strong{
    font-size:20px;
    color:#ee7801;
}
.sub_contents_02_01 .type .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:30px;
}
.sub_contents_02_01 .type .chart tr th,
.sub_contents_02_01 .type .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    padding:10px;
    border:1px solid #ccc;
}
/* sub02_01 */

/* sub02_02 */
.sub_contents_02_02 .natural_birth > p{
    font-size:14px;
    line-height: 28px;
    color:#333;
    text-align: center;
}
.sub_contents_02_02 .natural_birth > p strong{
    font-size:14px;
    color:#ee7801;
}

.sub_contents_02_02 .natural_birth_list{margin-top:30px;}
.sub_contents_02_02 .natural_birth_list ul{
    padding:30px 0;
    border-top:3px solid #ea1a1f;
}
.sub_contents_02_02 .natural_birth_list ul li img{width:100%;}
.sub_contents_02_02 .natural_birth_list h4{
    font-size:18px;
    color:#000;
    text-align: left;
    padding-left:30px;
    margin:10px 0;
    position: relative;
}
.sub_contents_02_02 .natural_birth_list h4::before{
    position: absolute;
    content: '1.';
    top:0;
    left:5px;
    font-size:18px;
    color:#000;
}
.sub_contents_02_02 .natural_birth_list ul:nth-of-type(2) h4::before{content: '2.';}
.sub_contents_02_02 .natural_birth_list ul:nth-of-type(3) h4::before{content: '3.';}
.sub_contents_02_02 .natural_birth_list ul:nth-of-type(4) h4::before{content: '4.';}
.sub_contents_02_02 .natural_birth_list ul:nth-of-type(5) h4::before{content: '5.';}

.sub_contents_02_02 .natural_birth_list p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 10px;
}
.sub_contents_02_02 .natural_birth_list p strong{
    font-size:16px;
    color:#ea1a1f;
}
/* sub02_02 */

/* sub02_03 */
.sub_contents_02_03 .Leboye h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_02_03 .Leboye p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0
}

.sub_contents_02_03 .Leboye_list{
    margin-top:30px;
    background-color: #f9f8f4;
    padding:30px 0;
}
.sub_contents_02_03 .Leboye_list h3{
    font-size:20px;
    color:#ea1a1f;
    text-align: center;
}
.sub_contents_02_03 .Leboye_list ul{margin-top:20px;}
.sub_contents_02_03 .Leboye_list ul li img{width:100%;}
.sub_contents_02_03 .Leboye_list h4{
    font-size:18px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_02_03 .Leboye_list p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}

.sub_contents_02_03 .Leboye_special{margin-top:30px;}
.sub_contents_02_03 .Leboye_special h3{
    font-size:20px;
    color:#ea1a1f;
    text-align: center;
}

.sub_contents_02_03 .Leboye_special_box{margin-top:30px;}
.sub_contents_02_03 .Leboye_special_box li{
    text-align: center;
    background-color: #e9294e;
    padding:10px 0;
}
.sub_contents_02_03 .Leboye_special_box li:nth-child(2){background-color: #ee7801;}
.sub_contents_02_03 .Leboye_special_box li:nth-child(3){background-color: #07c3cf;}

.sub_contents_02_03 .Leboye_special_box li span{
    display: block;
    font-size:16px;
    color:#fff;
    text-align: center;
    font-family: 'GmarketSansLight';
    padding:20px 0;
}
.sub_contents_02_03 .Leboye_special_box li p{
    font-size:18px;
    color:#fff;
    text-align: center;
}
.sub_contents_02_03 .Leboye_special_box li p strong{
    font-size:32px;
    color:#fff;
}

.sub_contents_02_03 .Leboye_special_icon{padding:30px 0; width:50px; margin:0 auto;}

.sub_contents_02_03 .Leboye_special_list{
    margin-top:30px;
    padding:20px;
    background-color: #f9f8f4;
    border:1px solid #ee7801;
    text-align: center;
}
.sub_contents_02_03 .Leboye_special_list p{
    font-size:16px;
    color:#333;
    text-align: center;
    line-height: 32px;
}
/* sub02_03 */

/* sub02_04 */
.sub_contents_02_04 .infertility > p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_02_04 .infertility_top{margin-top:30px;}
.sub_contents_02_04 .infertility_top li{position: relative; padding:10px 0;}
.sub_contents_02_04 .infertility_top li img{width:100%;}

.sub_contents_02_04 .infertility_top_img{overflow: hidden;}
.sub_contents_02_04 .infertility_top_img img{transition: all 10s ease-in-out;}
.sub_contents_02_04 .infertility_top li:hover .infertility_top_img img{transform: scale(1.3);}

.sub_contents_02_04 .infertility_top_list{
    position: absolute;
    bottom:30px;
    left:20px;
}
.sub_contents_02_04 .infertility_top_list h4{
    font-size:16px;
    color:#fff;
    font-family: 'GmarketSansBold';
    text-align: left;
    padding-bottom:10px;
    position: relative;
}
.sub_contents_02_04 .infertility_top_list h4::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:290px;
    height:2px;
    background-color: #ee7801;
}
.sub_contents_02_04 .infertility_top_list p{
    font-size:20px;
    color:#fff;
    text-align: left;
    margin-top:10px;
}

.sub_contents_02_04 .infertility_inspection{padding:30px 0;}
.sub_contents_02_04 .infertility_inspection h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_02_04 .infertility_inspection .inner > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
}
.sub_contents_02_04 .infertility_inspection .inner > ul li{
    margin-right:40px;
    border:1px solid #ccc;
    width:50%;
    height:100px;
    position: relative;
}
.sub_contents_02_04 .infertility_inspection .inner > ul li:nth-child(odd){
    background-color: #fff2d8;
}
.sub_contents_02_04 .infertility_inspection .inner > ul li::after{
    content: '▶';
    position: absolute;
    right:-35px;
    top:50%;
    transform: translateY(-50%);
    font-size:24px;
    color:#ee7801
}
.sub_contents_02_04 .infertility_inspection .inner > ul li:last-child{margin-right:0;}
.sub_contents_02_04 .infertility_inspection .inner > ul li:last-child::after{display: none;}
.sub_contents_02_04 .infertility_inspection .inner > ul:last-child li::after{display: none;}
.sub_contents_02_04 .infertility_inspection .inner > ul:last-child li:last-child{border:none;}
.sub_contents_02_04 .infertility_inspection .inner > ul li p{
    font-size:18px;
    color:#333;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}

.sub_contents_02_04 .infertility_inspection_box ul{padding:30px 0;}
.sub_contents_02_04 .infertility_inspection_box ul li{padding:10px 0;}
.sub_contents_02_04 .infertility_inspection_box h4{
    font-size:18px;
    color:#000;
    text-align: left;
    padding:10px 0 10px 10px;
}
.sub_contents_02_04 .infertility_inspection_box p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding-left:10px;
}

.sub_contents_02_04 .infertility_artificial h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_02_04 .infertility_artificial p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height: 32px;
}

.sub_contents_02_04 .infertility_artificial_list2{padding:30px 0;}
.sub_contents_02_04 .infertility_artificial_list2 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_02_04 .infertility_artificial_list2 .inner > p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
    letter-spacing: -.5px;
}

.sub_contents_02_04 .infertility_artificial_list2 h4{
    font-size:18px;
    color:#000;
    text-align: left;
    margin-top:30px;
}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li{
    width:50%;
    margin-right:40px;
    border:1px solid #ccc;
    position: relative;
    height:80px;
    border-radius: 50px;
}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li::after{
    content: '▶';
    position: absolute;
    right:-30px;
    top:50%;
    transform: translateY(-50%);
    font-size:20px;
    color:#ee7801;
}

.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li:last-child{margin-right:0;}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li:last-child::after{display: none;}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li:nth-child(odd){background-color: #e1e1e1;}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li:nth-child(even){background-color: #f48b3d;}
.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li:nth-child(even) p{color:#ffe74d;}

.sub_contents_02_04 .infertility_artificial_list2 .inner > ul li p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:16px;
    color:#333;
    text-align: center;
}

.sub_contents_02_04 .infertility_artificial_list2_box{margin-top:30px;}
.sub_contents_02_04 .infertility_artificial_list2_box ul li{padding:30px 0}
.sub_contents_02_04 .infertility_artificial_list2_box ul li img{width:100%;}
.sub_contents_02_04 .infertility_artificial_list2_box h4{
    font-size:18px;
    color:#000;
    text-align: left;
    padding:0px 0 0px 10px;
}
.sub_contents_02_04 .infertility_artificial_list2_box p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding-left:10px;
    letter-spacing: -1px;
}

.sub_contents_02_04 .infertility_artificial_list1{margin-top:30px;}
.sub_contents_02_04 .infertility_artificial_list1 h4{
    font-size: 18px;
    color: #000;
    text-align: left;
}

.sub_contents_02_04 .infertility_artificial_list1 ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin:10px 0;
}
.sub_contents_02_04 .infertility_artificial_list1 ul li{
    width:50%;
    border:1px solid #ccc;
    text-align: center;
    margin-right:10px;
    padding:15px 0;
    border-radius: 20px;
}
.sub_contents_02_04 .infertility_artificial_list1 ul li:last-child{margin-right:0;}

.sub_contents_02_04 .infertility_artificial_list1 .img img{width:40px;}
.sub_contents_02_04 .infertility_artificial_list1 .tit p{
    font-size:14px;
    letter-spacing: -.5px;
    color:#333;
    text-align: center;
}

.sub_contents_02_04 .infertility_artificial_list3 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_02_04 .infertility_artificial_list3 .infertility_artificial_list3_box{
    border-radius: 0px 20px 0px 20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    padding:10px;
    background-color: #f7f7f7;
    margin-top:20px;
}
.sub_contents_02_04 .infertility_artificial_list3 p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
    padding:5px 0 5px 30px;
    position: relative;
}
.sub_contents_02_04 .infertility_artificial_list3 p::after{
    content: '';
    position: absolute;
    top:19px;
    left:10px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #ee7801;
}
/* sub02_04 */

/* sub02_05 */
.breastfeeding_title h4{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    margin-top:30px;
}
.breastfeeding_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.breastfeeding_clinic{margin-top:30px; background-color: #f9f8f4;}
.breastfeeding_clinic li div div > img{width:100%;}
.breastfeeding_clinic_txt{margin-top:30px;}
.breastfeeding_clinic_txt p{
    font-size:14px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 0px;
}
.breastfeeding_clinic_txt img{width:20px; margin-right:10px;}

.breastfeeding_advantages1{margin-top:30px;}
.breastfeeding_advantages1 h3{
    font-size:20px;
    color:#ee7801;
    padding-bottom:20px;
    position: relative;
    text-align: center;
}
.breastfeeding_advantages1 h3::before{
    position: absolute;
    content: '';
    width:60px;
    height:2px;
    background-color: #ee7801;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
.breastfeeding_advantages1 > p{
    font-size:16px;
    color:#333;
    text-align: center;
    margin-top:20px;
}
.advantages_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
}
.advantages_box li{
    position: relative;
    width:170px;
    height:170px;
    border-radius: 50%;
    background-color: #fcbd7d;
    margin-right:10px;
    border:1px solid #ee7801;
}
.advantages_box li:last-child{margin-right:0;}
.advantages_box li:nth-child(odd){background-color: #f9f8f4;}
.advantages_box li p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:14px;
    color:#fff;
    text-align: center;
}
.advantages_box li:nth-child(odd) p{
    color:#333;
}

.breastfeeding_advantages2{margin-top:60px;}
.breastfeeding_advantages2 h3{
    font-size:20px;
    color:#ee7801;
    padding-bottom:20px;
    position: relative;
    text-align: center;
}
.breastfeeding_advantages2 h3::before{
    position: absolute;
    content: '';
    width:60px;
    height:2px;
    background-color: #ee7801;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
.breastfeeding_advantages2 > p{
    font-size:16px;
    color:#333;
    text-align: center;
    margin-top:20px;
}
/* sub02_05 */

/* sub03_01 */
.sub_contents_03_01 p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_03_01 p strong{
    font-size:18px;
    color:#ee7801;
}
.sub_contents_03_01 .g_clinic_box{margin-top:30px;}
.sub_contents_03_01 .g_clinic_box .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-bottom:20px;
}
.sub_contents_03_01 .g_clinic_box .chart tr th{background-color: #f7f7f7;}
.sub_contents_03_01 .g_clinic_box .chart tr th,
.sub_contents_03_01 .g_clinic_box .chart tr td{
    font-size:14px;
    line-height: 28px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
}
/* sub03_01 */

/* sub03_02 */
.sub_contents_03_02 .laparoscopy_text li{position: relative;}
.sub_contents_03_02 .laparoscopy_text span{
    display: block;
    font-size:16px;
    color:#000;
    text-align: center;
    font-family: 'GmarketSansLight';
}
.sub_contents_03_02 .laparoscopy_text h4{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:15px 0;
}
.sub_contents_03_02 .laparoscopy_text p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;;
    letter-spacing: -.5px;
}

.sub_contents_03_02 .laparoscopy_box{margin-top:30px;}
.sub_contents_03_02 .laparoscopy_box h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:15px 0;
}
.sub_contents_03_02 .laparoscopy_box > p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;;
}
.sub_contents_03_02 .laparoscopy_box ul{
    display: flex;
    align-items: center;
    justify-content:space-around;
    margin-top:20px;
}
.sub_contents_03_02 .laparoscopy_box li{
    width:150px;
    height:150px;
    border-radius:50%;
    position: relative;
    background-color: #EB9E13;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_03_02 .laparoscopy_box li:nth-child(even){background-color: #EBD313;}
.sub_contents_03_02 .laparoscopy_box_tit{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.sub_contents_03_02 .laparoscopy_box_tit span{
    display: block;
    width:80px;
    margin:0 auto;
    text-align: center;
    font-size:14px;
    color:#fff;
    background-color: #333;
    border-radius: 5px;
    padding:5px 0;
}
.sub_contents_03_02 .laparoscopy_box_tit p{
    font-size:16px;
    color:#333;
    text-align: center;
    margin-top:10px;
}
.sub_contents_03_02 .laparoscopy_box ul .first{margin-top:30px;}

.sub_contents_03_02 .laparoscopy_list{margin-top:30px;}
.sub_contents_03_02 .laparoscopy_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:15px 0;
}
.sub_contents_03_02 .laparoscopy_list p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;;
}
.sub_contents_03_02 .laparoscopy_list .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:10px;
}
.sub_contents_03_02 .laparoscopy_list .chart tr th{background-color: #f7f7f7;}
.sub_contents_03_02 .laparoscopy_list .chart tr th,
.sub_contents_03_02 .laparoscopy_list .chart tr td{
    font-size:12px;
    line-height: 24px;
    color:#333;
    padding:10px;
    text-align: center;
    border:1px solid #ccc;
}
/* sub03_02 */

/* sub03_03 */
.sub_contents_03_03 .w_center_title span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_03_03 .w_center_title p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub_contents_03_03 .w_center_title_img{margin-top:30px;}
.sub_contents_03_03 .w_center_title_img img{border-radius: 10px;}
.sub_contents_03_03 .w_center_list{margin-top:30px;}
.sub_contents_03_03 .w_center_list ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    padding:10px 0;
}
.sub_contents_03_03 .w_center_list li{
    position: relative;
    margin-right:10px;
    width:50%;
}
.sub_contents_03_03 .w_center_list li:last-child{margin-right:0;}
.sub_contents_03_03 .w_center_list li h4{
    font-size:18px;
    color:#ee7801;
    text-align: left;
    margin-bottom:10px;
}
.sub_contents_03_03 .w_center_list li p{
    font-size:14px;
    line-height: 28px;
    color:#333;
    text-align: left;
    letter-spacing: -1px;
}
/* sub03_03 */

/* sub03_04 */
.sub_contents_03_04 .female_disease_sheet1{background-color: #f7f7f7; padding:30px 0;}
.sub_contents_03_04 .female_disease_sheet1 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet1 ul li img{border-radius: 10px; width:100%;}
.sub_contents_03_04 .female_disease_sheet1 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet1 p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0; letter-spacing: -.5px;}
.sub_contents_03_04 .female_disease_sheet1 p strong{font-size:16px; color:#ee7801;}

.sub_contents_03_04 .female_disease_sheet2{margin-top:30px;}
.sub_contents_03_04 .female_disease_sheet2 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet2 ul li img{border-radius: 10px; width:100%;}
.sub_contents_03_04 .female_disease_sheet2 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet2 p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet2 p strong{font-size:16px; color:#ee7801;}

.sub_contents_03_04 .female_disease_sheet3{margin-top:30px; background-color: #f7f7f7; padding:30px 0;}
.sub_contents_03_04 .female_disease_sheet3 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet3 ul li img{border-radius: 10px; width:100%;}
.sub_contents_03_04 .female_disease_sheet3 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet3 p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet3 p strong{font-size:16px; color:#ee7801;}

.sub_contents_03_04 .female_disease_sheet4{margin-top:30px;}
.sub_contents_03_04 .female_disease_sheet4 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet4 ul li img{border-radius: 10px; width:100%;}
.sub_contents_03_04 .female_disease_sheet4 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet4 p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet4 p strong{font-size:16px; color:#ee7801;}

.sub_contents_03_04 .female_disease_sheet5{margin-top:30px; background-color: #f7f7f7; padding:30px 0;}
.sub_contents_03_04 .female_disease_sheet5 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet5 ul li img{border-radius: 10px; width:100%;}
.sub_contents_03_04 .female_disease_sheet5 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet5 li p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet5 li p strong{font-size:16px; color:#ee7801;}

.sub_contents_03_04 .female_disease_sheet5_tit{margin-top:20px;}
.sub_contents_03_04 .female_disease_sheet5_tit h4{font-size:20px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet5_tit span{
    display: block;
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub_contents_03_04 .female_disease_sheet5_tit span::before{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #ee7801;
}
.sub_contents_03_04 .female_disease_sheet5_tit p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 20px;
}

.sub_contents_03_04 .female_disease_sheet6{margin-top:30px;}
.sub_contents_03_04 .female_disease_sheet6 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet6 ul li img{border-radius: 10px;}
.sub_contents_03_04 .female_disease_sheet6 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet6 li p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet6 li p strong{font-size:16px; color:#ee7801;}

.sub_contents_03_04 .female_disease_sheet7{margin-top:30px; background-color: #f7f7f7; padding:30px 0;}
.sub_contents_03_04 .female_disease_sheet7 ul{margin-top:10px;}
.sub_contents_03_04 .female_disease_sheet7 ul li img{border-radius: 10px;}
.sub_contents_03_04 .female_disease_sheet7 h3{font-size:20px; color:#ee7801; text-align: left;}
.sub_contents_03_04 .female_disease_sheet7 li p{font-size:16px; line-height: 32px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet7 li p strong{font-size:16px; color:#ee7801;}
.sub_contents_03_04 .female_disease_sheet5_tit{margin-top:20px;}
.sub_contents_03_04 .female_disease_sheet5_tit h4{font-size:20px; color:#333; text-align: left; padding:10px 0;}
.sub_contents_03_04 .female_disease_sheet5_tit span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:20px;
    position: relative;
}
.sub_contents_03_04 .female_disease_sheet5_tit span::before{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    left:5px;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #ee7801;
}
/* sub03_04 */

/* sub03_05 */
.sub_contents_03_05 .climacteric_title{margin-top:30px;}
.sub_contents_03_05 .climacteric_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_03_05 .climacteric_title p strong{font-size:16px;}

.sub_contents_03_05 .climacteric_list1{margin-top:30px;}
.sub_contents_03_05 .climacteric_list1 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_03_05 .climacteric_list1 .inner > p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_03_05 .climacteric_list1 ul{margin-bottom:20px;}
.sub_contents_03_05 .climacteric_list1 li h4{
    font-size:18px;
    color:#000;
    text-align: center;
    background-color: #fef1e8;
    padding:10px 0;
}
.sub_contents_03_05 .climacteric_list1 li p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_03_05 .climacteric_list2{margin-top:30px;}
.sub_contents_03_05 .climacteric_list2 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_03_05 .climacteric_list2 .inner > p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_03_05 .climacteric_list2 ul{margin-bottom:20px;}
.sub_contents_03_05 .climacteric_list2 li{margin-bottom:10px;}
.sub_contents_03_05 .climacteric_list2 li h4{
    font-size:20px;
    color:#000;
    text-align: center;
    background-color: #fef1e8;
    padding:10px 0;
}
.sub_contents_03_05 .climacteric_list2 li p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_03_05 .climacteric_list3{
    margin-top:30px;
    background: url(../../img/sub/sub03/sub03_05/sub03_05_bg.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding:60px 0;
    position: relative;
    z-index: -2;
}
.sub_contents_03_05 .climacteric_list3::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.sub_contents_03_05 .climacteric_list3 h3{
    font-size:20px;
    color:#fff;
    text-align: center;
    margin-bottom:30px;
}
.sub_contents_03_05 .climacteric_list3 p{
    font-size:16px;
    line-height: 32px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    padding:10px 0;
}
/* sub03_05 */

/* sub03_06 */
.sub_contents_03_06 .menstruation_title{margin-top:30px;}
.sub_contents_03_06 .menstruation_title h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_03_06 .menstruation_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_03_06 .menstruation_list1{margin-top:30px;}
.sub_contents_03_06 .menstruation_list1 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_03_06 .menstruation_list1 p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_03_06 .menstruation_list1 ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:20px;
}
.sub_contents_03_06 .menstruation_list1 li{margin-right:10px; width:50%;}
.sub_contents_03_06 .menstruation_list1 li:last-child{margin-right:0;}

.sub_contents_03_06 .menstruation_list1 li h5{
    font-size:18px;
    color:#ee7801;
    text-align: center;
    margin-top:10px;
}
.sub_contents_03_06 .menstruation_list1 li p{
    font-size:16px;
    color:#333;
    text-align: center;
}

.sub_contents_03_06 .menstruation_list2{margin-top:30px;}
.sub_contents_03_06 .menstruation_list2 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_03_06 .menstruation_list2 p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_03_06 .menstruation_list2 ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:20px;
}
.sub_contents_03_06 .menstruation_list2 li{margin-right:10px; background-color: #fff; overflow: hidden;}
.sub_contents_03_06 .menstruation_list2 li:last-child{margin-right:0;}
.sub_contents_03_06 .menstruation_list2 li p{
    font-size:18px;
    color:#333;
    text-align: center;
}
/* sub03_06 */

/* sub04_01 */
.sub_contents_04_01 .female_ps_title .inner > p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
    padding:10px 0;
}
.sub_contents_04_01 .female_ps_title ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
}
.sub_contents_04_01 .female_ps_title li{
    width:50%;
    margin-right:20px;
    display: flex;
    align-items: center;
    text-align: left;
}
.sub_contents_04_01 .female_ps_title li:last-child{margin-right:0}
.sub_contents_04_01 .female_ps_title li span{
    display: block;
    margin-right:5px;
}
.sub_contents_04_01 .female_ps_title li span img{width:20px;}

.sub_contents_04_01 .female_ps_bg{
    margin-top:60px;
    background: url(../../img/sub/sub04/sub04_01/sub04_01_bg.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding:30px 0;
    position: relative;
    z-index: -2;
    overflow: hidden;
}
.sub_contents_04_01 .female_ps_bg::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}
.sub_contents_04_01 .female_ps_bg_icon li{
    margin-right:80px;
    text-align: center;
    border:1px solid #fff;
    padding:30px;
    width:300px;
    margin:10px auto;

}
.sub_contents_04_01 .female_ps_bg_icon .img img{width:120px;}
.sub_contents_04_01 .female_ps_bg_icon .tit p{
    font-size:18px;
    color:#fff;
    text-align: center;
    padding:10px 0;
}

.sub_contents_04_01 .female_ps_special{margin-top:30px;}
.sub_contents_04_01 .female_ps_special h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_04_01 .female_ps_special ul{margin-top:30px;}
.sub_contents_04_01 .female_ps_special li{margin-bottom:30px;}
.sub_contents_04_01 .female_ps_special li span img{width:20px; margin-right:5px; vertical-align: middle;}
.sub_contents_04_01 .female_ps_special li h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_04_01 .female_ps_special li p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:30px;
    
}
/* sub04_01 */

/* sub04_02 */
.sub_contents_04_02 .cystoscopy_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_04_02 .cystoscopy_photo{margin-top:30px;}
.sub_contents_04_02 .cystoscopy_photo img{border-radius: 10px;}
.sub_contents_04_02 .cystoscopy_photo h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    margin-top:20px;
}
.sub_contents_04_02 .cystoscopy_photo p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_04_02 .cystoscopy_photo span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#000;
    opacity: .8;
    text-align: left;
    padding:10px 0;
}
.sub_contents_04_02 .cystoscopy_photo span strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_04_02 .cystoscopy_list{margin-top:30px;}
.sub_contents_04_02 .cystoscopy_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_04_02 .cystoscopy_list p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px;
    border-radius: 0 20px 0 20px;
    background-color: #f7f7f7;
    letter-spacing: -.5px;
}
.sub_contents_04_02 .cystoscopy_list span{
    display: block;
    font-size:16px;
    line-height: 32px;
    padding:10px 0;
}
.sub_contents_04_02 .cystoscopy_list2{margin-top:30px;}
.sub_contents_04_02 .cystoscopy_list2 p{margin-top:20px;}
.sub_contents_04_02 .cystoscopy_list3{margin-top:30px;}
/* sub04_02 */

/* sub04_03 */
.sub_contents_04_03 .jillsof_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_04_03 .jillsof_title p strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_04_03 .jillsof_photo{margin-top:30px;}
.sub_contents_04_03 .jillsof_photo h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
    margin-top:30px;
}
.sub_contents_04_03 .jillsof_photo p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}

.sub_contents_04_03 .jillsof_symptom{
    margin-top:30px;
    background-color: #f7f7f7;
    padding:30px 0;
    overflow: hidden;
}
.sub_contents_04_03 .jillsof_symptom li{text-align: center;}
.sub_contents_04_03 .jillsof_symptom li img{width:100px;}
.sub_contents_04_03 .jillsof_symptom li p{
    font-size:16px;
    color:#333;
    text-align: center;
    padding-top:30px;
}

.sub_contents_04_03 .jillsof_therapy{margin-top:30px;}
.sub_contents_04_03 .jillsof_therapy h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
    margin-top:30px;
}
.sub_contents_04_03 .jillsof_therapy p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_04_03 .jillsof_therapy_img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
    border:1px solid #ee7801;
}
.sub_contents_04_03 .jillsof_therapy_img li:first-child{border-right:none;}
.sub_contents_04_03 .jillsof_therapy_img span{
    display: block;
    font-size:16px;
    text-align: center;
    padding:20px 0;
}

.sub_contents_04_03 .jillsof_box{margin-top:30px;}
.sub_contents_04_03 .jillsof_box ul{margin-bottom:30px;}
.sub_contents_04_03 .jillsof_box li{position: relative;}

.sub_contents_04_03 .jillsof_box_tit{margin-top:10px;}
.sub_contents_04_03 .jillsof_box_tit h4{
    font-size:18px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_04_03 .jillsof_box_tit p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
/* sub04_03 */

/* sub04_04 */
.sub_contents_04_04 .bio_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_04_04 .bio_title p strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_04_04 .bio_photo{margin-top:30px;}
.sub_contents_04_04 .bio_photo h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
    margin-top:10px;
}
.sub_contents_04_04 .bio_photo p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}

.sub_contents_04_04 .bio_icon{margin-top:30px;}
.sub_contents_04_04 .bio_icon p{
    font-size:18px;
    color:#333;
    padding:10px 0;
    text-align: center;
    margin-bottom:30px;
}

.sub_contents_04_04 .bio_photo2{
    margin-top:30px;
    padding:30px 0;
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 8;
}
.sub_contents_04_04 .bio_photo2_tit{margin-top:30px;}
.sub_contents_04_04 .bio_photo2_tit span{
    display: block;
    font-size:14px;
    font-weight: 200;
    color:#333;
    text-align: left;
}
.sub_contents_04_04 .bio_photo2_tit h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
    border-bottom:1px solid #ccc;
}
.sub_contents_04_04 .bio_photo2_tit h3 span{
    display: block;
    font-size:16px;
    color:#333;
}
.sub_contents_04_04 .bio_photo2_tit p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align:left;
    padding:10px 0;
}
.sub_contents_04_04 .bio_photo2_tit p strong{
    font-size:18px;
    color:#ea1a1f;
    text-align: left;
}
.sub_contents_04_04 .bio_photo2_tit p:nth-of-type(1){margin-top:30px;}

.sub_contents_04_04 .bio_photo2 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:30px;
}
.sub_contents_04_04 .bio_photo2 .chart tr th,
.sub_contents_04_04 .bio_photo2 .chart tr td{
    font-size:12px;
    line-height: 24px;
    color:#333;
    text-align: center;
    padding:5px;
    border:1px solid #ccc;
    width:33.333%;
    letter-spacing: -2px;
}
.sub_contents_04_04 .bio_photo2 .chart tr td strong{
    font-size:12px;
    color:#ea1a1f;
}
/* sub04_04 */

/* sub04_05 */
.sub_contents_04_05 .rejuran_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_04_05 .rejuran_title p strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_04_05 .rejuran_photo{margin-top:30px;}
.sub_contents_04_05 .rejuran_photo p{
    margin-top:30px;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}

.sub_contents_04_05 .rejuran_icon{margin-top:30px;}
.sub_contents_04_05 .rejuran_icon h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_04_05 .rejuran_icon ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}
.sub_contents_04_05 .rejuran_icon li{
    width:25%;
    margin-right:10px;
    border:1px solid #ccc;
    text-align: center;
    padding:30px 00
}
.sub_contents_04_05 .rejuran_icon li:last-child{margin-right:0;}
.sub_contents_04_05 .rejuran_icon_img img{transition: all .3s ease-in-out; width:50px;}
.sub_contents_04_05 .rejuran_icon_tit p{
    font-size:14px;
    color:#333;
    text-align: center;
    margin-top:20px;
}
.sub_contents_04_05 .rejuran_icon li:hover .rejuran_icon_img img{transform: scale(1.1);}
/* sub04_05 */

/* sub04_06 */
.sub_contents_04_06 .anti_aging_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_04_06 .anti_aging_photo{margin-top:30px;}
.sub_contents_04_06 .anti_aging_photo p{
    margin-top:10px;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}

.sub_contents_04_06 .anti_aging_effect{margin-top:30px;}
.sub_contents_04_06 .anti_aging_effect h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_04_06 .anti_aging_effect ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:10px;
}
.sub_contents_04_06 .anti_aging_effect li{
    width:33.333%;
    margin-right:10px;
    border:1px solid #ccc;
    padding:10px;
    text-align: center;
    background-color: #fff;
}
.sub_contents_04_06 .anti_aging_effect li p{
    font-size:14px;
    color:#333;
    text-align: center;
    margin-top:30px;
}
.sub_contents_04_06 .anti_aging_effect span{
    display: block;
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
/* sub04_06 */

/* sub05_01 */
.sub_contents_05_01 .expense_text p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_01 .expense_text p strong{
    font-size:16px;
    color:#ee7801;
}
.sub_contents_05_01 .expense_text span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: left;
    margin-top:30px
}
.sub_contents_05_01 .expense_text span strong{
    font-size:20px;
    color: #ee7801;
}

.sub_contents_05_01 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:10px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_05_01 .chart tr th,
.sub_contents_05_01 .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    padding:10px;
    border:1px solid #ccc;
}
.sub_contents_05_01 .expense h3{
    font-size:20px;
    color: #ee7801;
    text-align: left;
    margin:30px 0 10px 0;
}
.sub_contents_05_01 .expense .inner > p{
    font-size:16px;
    line-height: 32px;
    color: #333;
    text-align: left;
    position: relative;
    padding-left:30px;
}
.sub_contents_05_01 .expense .inner > p::before{
    position: absolute;
    content: 'ㆍ';
    font-size:24px;
    color: #ee7801;
    top:0;
    left:0;
}
.sub_contents_05_01 .expense .inner span{
    display: block;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-top:10px;
    padding-left:30px;
}

.sub_contents_05_01 .rest_area{
    margin-top:30px;
    background: url(../../img/sub/sub05/sub05_01/sub05_01_bg.jpg) no-repeat 50% fixed;
    background-size: 100%;
    padding:60px 0;
    position: relative;
    z-index: -1;
}
.sub_contents_05_01 .rest_area::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -2;
}
.sub_contents_05_01 .rest_area h2{
    font-size:20px;
    color:#ee7801;
    text-align: center;
    padding:10px 0;
}
.sub_contents_05_01 .rest_area > p{
    font-size:16px;
    line-height: 32px;
    color:#fff;
    text-align: center;
    letter-spacing: -.5px;
}

.sub_contents_05_01 .rest_area .rest_area_list{margin-top:30px;}
.sub_contents_05_01 .rest_area .rest_area_list .inner{
    padding:30px;
    border-radius: 30px;
    border:1px solid #fff;
}
.sub_contents_05_01 .rest_area .rest_area_list h3{
    font-size:20px;
    color:#fff;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_01 .rest_area .rest_area_list p{
    font-size:16px;
    line-height: 32px;
    color:#fff;
    text-align: left;
}
.sub_contents_05_01 .rest_area .rest_area_list ul{margin-top:30px;}
.sub_contents_05_01 .rest_area .rest_area_list li{
    border:1px solid #ccc;
    padding:10px;
    margin:10px 0;
    border-radius: 20px;
}
.sub_contents_05_01 .rest_area .rest_area_list li:last-child{margin-right:0;}
.sub_contents_05_01 .rest_area .rest_area_list li h4{
    font-size:20px;
    color:#fff;
    text-align: center;
}
.sub_contents_05_01 .rest_area .rest_area_list li p{
    font-size:16px;
    color:#fff;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_01 .rest_area .rest_area_list li p strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_05_01 .special{margin-top:30px;}
.sub_contents_05_01 .special h3{
    font-size:20px;
    color: #ee7801;
    text-align: center;
}
.sub_contents_05_01 .special ul{margin-top:20px;}
.sub_contents_05_01 .special ul li{padding:15px 0;}
.sub_contents_05_01 .special ul li img{width:100%;}
.sub_contents_05_01 .special_list{margin-top:10px;}
.sub_contents_05_01 .special_list h4{
    font-size:18px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_01 .special_list p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}

.sub_contents_05_01 .special2{margin-top:30px;}
.sub_contents_05_01 .special2 h3{
    font-size:20px;
    color: #ee7801;
    text-align: center;
}
.sub_contents_05_01 .special2 .special2_tit{
    background-color: #f7f7f7;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    padding:10px;
    border-radius:30px 0 30px 0;
    margin-top:10px;
}
.sub_contents_05_01 .special2 .special2_tit p{
    font-size:16px;
    line-height: 36px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_01 .special2 .special2_tit p strong{
    font-size:16px;
    color:#ee7801;
}
/* sub05_01 */

/* sub05_02 */
.sub_contents_05_02 .p_careceter .p_video{
    position: relative;
    padding-bottom: 47.25%;
    height: 0;
    overflow: hidden;
}
/* .sub_contents_05_02 .p_careceter .p_video::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: transparent;
} */
.sub_contents_05_02 .p_careceter .p_video iframe,
.sub_contents_05_02 .p_careceter .p_video object,
.sub_contents_05_02 .p_careceter .p_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub_contents_05_02 .p_careceter_vip{margin-top:30px;}
.sub_contents_05_02 .p_careceter_vip h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_05_02 .p_careceter_vip ul{margin-top:20px; margin-bottom:20px;}

.p_careceter_vip_tit{
    margin-top:30px;
    border-bottom:1px solid #ccc;
}
.p_careceter_vip_tit li:first-child span{
    display: block;
    font-size:14px;
    font-weight: 200;
    color:#333;
    text-align: left;
    padding:10px 0;
    position: relative;
}
.p_careceter_vip_tit li:first-child span::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:95%;
    height:1px;
    background-color: #ccc;
}
.p_careceter_vip_tit li h3{
    font-size:20px;
    color: #000 !important;
    text-align: left;
    padding-bottom:10px;
}
.p_careceter_vip_tit li p{
    font-size:16px;
    color:#000;
    text-align: left;
    line-height: 32px;
    font-weight: 200;
}
.p_careceter_vip_tit li span{
    display: block;
    font-size:14px;
    line-height: 28px;
    color:#000;
    font-weight: 400;
    text-align: left;
}

.p_careceter_vip_tit .facilities{margin-top:30px;}
.p_careceter_vip_tit .facilities ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.p_careceter_vip_tit .facilities ul li:nth-of-type(1){width:30%}
.p_careceter_vip_tit .facilities ul li:nth-of-type(2){width:70%; padding-left:10px;}
.p_careceter_vip_tit .facilities ul li img{border-radius: 20px 0 20px 0;}

.sub_contents_05_02 .p_careceter_s{margin-top:30px;}
.sub_contents_05_02 .p_careceter_s h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}

.sub_contents_05_02 .p_careceter_s ul{margin:10px 0;}

.sub_contents_05_02 .p_careceter_menu{margin-top:30px;}
.sub_contents_05_02 .p_careceter_menu h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}

.sub_contents_05_02 .p_careceter_menu ul{margin:20px 0;}

.sub_contents_05_02 .p_careceter_newborn{margin-top:60px;}
.sub_contents_05_02 .p_careceter_newborn h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_05_02 .p_careceter_newborn h3 span{
    font-size:16px;
    color:#333;
}
.sub_contents_05_02 .p_careceter_newborn .newborn_img{margin-top:20px;}

.sub_contents_05_02 .p_careceter_types{margin-top:20px;}
.sub_contents_05_02 .p_careceter_types h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_05_02 .p_careceter_types ul{margin:10px 0;}

.sub_contents_05_02 .p_careceter_nursingroom{margin-top:30px;}
.sub_contents_05_02 .p_careceter_nursingroom h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_05_02 .p_careceter_nursingroom .nursingroom_img{margin-top:20px;}
/* sub05_02 */

/* sub05_03 */
.sub_contents_05_03 .lecture_text h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_03 .lecture_text h4{
    font-size:18px;
    color:#ee7801;
    text-align: left;
    position: relative;
}
.sub_contents_05_03 .lecture_text h4 span{
    position: absolute;
    top:75%;
    transform: translateY(-50%);
    right:0;
    font-size:10px;
    color:#ea1a1f;
    opacity: .8;
}

.sub_contents_05_03 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_05_03 .chart tr th,
.sub_contents_05_03 .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    padding:10px;
    border:1px solid #ccc;
}

.sub_contents_05_03 .lecture_list{margin-top:30px;}
.sub_contents_05_03 .lecture_list li{
    border:1px solid #ccc;
    padding:30px 20px;
    margin:10px 0;
}
.sub_contents_05_03 .lecture_list .lecture_list_icon{text-align: center;}

.sub_contents_05_03 .lecture_list .lecture_list_tit{margin-top:20px;}
.sub_contents_05_03 .lecture_list .lecture_list_tit h4{
    font-size:18px;
    color:#ee7801;
    text-align: center;
    margin-bottom:30px;
}
.sub_contents_05_03 .lecture_list .lecture_list_tit p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
    letter-spacing: -1px;
}
.sub_contents_05_03 .lecture_list .lecture_list_tit p strong{
    font-size:16px;
    color:#ea1a1f;
}

.sub_contents_05_03 .reservation{margin-top:30px;}
.sub_contents_05_03 .reservation h3{
    font-size:20px;
    color:#ee7801;
    text-align: center;
}
.sub_contents_05_03 .reservation_box{
    margin-top:20px;
    background-color: #f7f7f7;
    padding:10px;
    border-radius: 0px 20px 0px 20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_05_03 .reservation_box h4{
    font-size:18px;
    color:#000;
    text-align: left;
    margin-bottom:10px;
}
.sub_contents_05_03 .reservation_box p{
    font-size:16px;
    line-height: 32px;
    text-align: left;
    padding-left:30px;
    position: relative;
}
.sub_contents_05_03 .reservation_box p strong{font-size:18px; color:#ee7801;}
.sub_contents_05_03 .reservation_box p::before{
    position: absolute;
    content: 'ㆍ';
    top:0px;
    left:0;
    font-size:24px;
    color: #ee7801;
}
/* sub05_03 */

/* sub05_04 */
.sub_contents_05_04 .breast_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_05_04 .breast_photo{margin-top:30px;}
.sub_contents_05_04 .breast_photo h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_04 .breast_photo p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_05_04 .breast_photo p strong{
    font-size:16px;
    color:#ee7801;
    letter-spacing: -1px;
}

.sub_contents_05_04 .breast_box{margin-top:30px;}
.sub_contents_05_04 .breast_box h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_05_04 .breast_box p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_05_04 .breast_box ul{
    display: flex;
    align-items: top;
    justify-content: center;
    margin-top:30px;
}
.sub_contents_05_04 .breast_box li{
    width:50%;
    margin-right:10px;
    border:1px solid #ccc;
    text-align: center;
    background-color: #fff;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_05_04 .breast_box li:last-child{margin-right:0;}
.sub_contents_05_04 .breast_box li img{width:100%;}
.sub_contents_05_04 .breast_box li p{
    font-size:14px;
    color:#333;
    text-align: center;
    padding:10px 0;
}

.sub_contents_05_04 .breast_list{margin-top:30px;}
.sub_contents_05_04 .breast_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0 10px 10px;
}
.sub_contents_05_04 .breast_list p{
    font-size:16px;
    line-height: 32px;
    margin-top:20px;
    color:#333;
    text-align: left;
}
/* sub05_04 */

/* sub06_01 */
.sub_contents_06_01 .vaccinations_title p{
    font-size:16px;
    line-height: 32px;
    color: #333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_06_01 .vaccinations_title .chart{
    margin-top:30px;
    width:100%;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_06_01 .vaccinations_title .chart tr th,
.sub_contents_06_01 .vaccinations_title .chart tr td{
    font-size:12px;
    color:#333;
    padding:10px;
    text-align: center;
    border:1px solid #ccc;
}
.sub_contents_06_01 .vaccinations_title .chart tr .blue{background-color: #058edc; color:#fff;}
.sub_contents_06_01 .vaccinations_title .chart tr .sky{background-color: #9ddcff;}
.sub_contents_06_01 .vaccinations_title .chart tr .green{background-color: #62ab36; color:#fff;}
.sub_contents_06_01 .vaccinations_title .chart tr .light_breen{background-color: #a9e76c;}
.sub_contents_06_01 .vaccinations_title .chart tr .yellow{background-color: #ed9732; color:#fff;}
.sub_contents_06_01 .vaccinations_title .chart tr .light_yellow{background-color: #fef2e4;}
.sub_contents_06_01 .vaccinations_title .chart tr .deep_yellow{background-color: #ffd19d;}
.sub_contents_06_01 .vaccinations_title .chart tr .violet{background-color: #d1c6ee;}
/* sub06_01 */

/* sub06_02 */
.sub_contents_06_02 .y_check-up_title p{
    font-size:16px;
    color:#333;
    text-align: center;
}
.sub_contents_06_02 .y_check-up_title p strong{
    font-size:16px;
    color: #ee7801;
    letter-spacing: -1px;
}

.sub_contents_06_02 .y_check-up_inspect{margin-top:30px;}
.sub_contents_06_02 .y_check-up_inspect h3{
    font-size:20px;
    color: #ee7801;
    text-align: left;
}
.sub_contents_06_02 .y_check-up_inspect .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:20px;
}
.sub_contents_06_02 .y_check-up_inspect .chart tr th,
.sub_contents_06_02 .y_check-up_inspect .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    padding:10px;
    border:1px solid #ccc;
}

.sub_contents_06_02 .y_check-up_inspect_box{margin-top:30px;}
.sub_contents_06_02 .y_check-up_inspect_box li{padding:15px 0;}
.sub_contents_06_02 .y_check-up_inspect_box h4{
    font-size:18px;
    color: #ee7801;
    text-align: left;
    padding:15px 0;
}
.sub_contents_06_02 .y_check-up_inspect_box p{
    font-size:16px;
    line-height: 32px;
    color: #333;
    text-align: left;
}

.sub_contents_06_02 .y_check-up_inspect_list{margin-top:30px;}
.sub_contents_06_02 .y_check-up_inspect_list h3{
    font-size:20px;
    color: #ee7801;
    text-align: left;
}

.sub_contents_06_02 .y_check-up_inspect_list_box1{margin-top:30px; padding:10px; background-color: #f7f7f7; border-radius: 0px 20px 0px 20px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.sub_contents_06_02 .y_check-up_inspect_list_box1 h4{font-size:18px; color:#ee7801; text-align: left;}
.sub_contents_06_02 .y_check-up_inspect_list_box1 p{font-size:14px; color:#333; text-align: left; padding:10px 0; line-height: 32px;}

.sub_contents_06_02 .y_check-up_inspect_list_box2{margin-top:30px; padding:10px; background-color: #f7f7f7; border-radius: 0px 20px 0px 20px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.sub_contents_06_02 .y_check-up_inspect_list_box2 h4{font-size:18px; color:#ee7801; text-align: left;}
.sub_contents_06_02 .y_check-up_inspect_list_box2 p{font-size:14px; color:#333; text-align: left; padding:10px 0; line-height: 32px;}

.sub_contents_06_02 .y_check-up_inspect_list_box3{margin-top:30px; padding:10px; background-color: #f7f7f7; border-radius: 0px 20px 0px 20px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.sub_contents_06_02 .y_check-up_inspect_list_box3 h4{font-size:18px; color:#ee7801; text-align: left;}
.sub_contents_06_02 .y_check-up_inspect_list_box3 p{font-size:14px; color:#333; text-align: left; padding:10px 0; line-height: 32px;}
/* sub06_02 */

/* sub06_03 */
.sub_contents_06_03 .pediatrics_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: center;
}
.sub_contents_06_03 .pediatrics_photo{margin-top:30px;}
.sub_contents_06_03 .pediatrics_photo h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
    margin-top:20px;
}
.sub_contents_06_03 .pediatrics_photo p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_06_03 .pediatrics_photo p strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_06_03 .pediatrics_list{margin-top:30px}
.sub_contents_06_03 .pediatrics_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_06_03 .pediatrics_list .inner > p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_06_03 .pediatrics_list .inner > p strong{
    font-size:16px;
    color:#ee7801;
}
.sub_contents_06_03 .pediatrics_list ul{margin-top:30px;}
.sub_contents_06_03 .pediatrics_list li{padding:10px 0;}
.sub_contents_06_03 .pediatrics_list li h4{
    font-size:20px;
    color:#000;
    text-align: center;
    padding:10px 0;
    letter-spacing: -1px;
}
.sub_contents_06_03 .pediatrics_list li p{
    padding:0 10px;
    font-size:16px;
    color:#333;
    text-align: center;
}

.sub_contents_06_03 .pediatrics_text_wrap{margin-top:30px;}
.sub_contents_06_03 .pediatrics_text2{margin-top:30px;}
.sub_contents_06_03 .pediatrics_text3{margin-top:30px;}

.sub_contents_06_03 .pediatrics_text_wrap h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_06_03 .pediatrics_text_wrap p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_06_03 .pediatrics_text_wrap h4{
    font-size:18px;
    color:#333;
    text-align: left;
    margin-top:20px;
    margin-bottom:10px;
}
.sub_contents_06_03 .pediatrics_text_wrap span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_06_03 .pediatrics_text_wrap span img{
    width:20px;
    vertical-align: middle;
    margin-right:20px;
}

.sub_contents_06_03 .vaccinations_list{margin-top:30px;}
.sub_contents_06_03 .vaccinations_list .vaccinations_list2{margin-top:30px;}
.sub_contents_06_03 .vaccinations_list .vaccinations_list2 > p{
    font-size:16px;
    color:#333;
    padding:10px 0;
    text-align: left;
}
.sub_contents_06_03 .vaccinations_list .vaccinations_list2 > p strong{
    font-size:16px;
    color: #EB9E13;
}
.sub_contents_06_03 .vaccinations_list h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_06_03 .vaccinations_list ul{
    margin-top:20px;
    padding:10px;
    background-color: #f7f7f7;
    border-radius: 0px 20px 0px 20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_06_03 .vaccinations_list ul li span{
    display: block;
    width:50px;
    height:50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ee7801;
    color: #fff;
    font-size:18px;
    text-align: center;
}
.sub_contents_06_03 .vaccinations_list ul li h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_06_03 .vaccinations_list ul li p{font-size:14px; line-height: 28px; color:#333; text-align: left; margin-top:10px;}
/* sub06_03 */

/* sub07_01 */
.sub_contents_07_01 .medicine_department h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_01 .medicine_department ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-top:30px;
}
.sub_contents_07_01 .medicine_department li{
    width:50%;
    position: relative;
    margin-right:10px;
}
.sub_contents_07_01 .medicine_department li:last-child{margin-right:0;}
.sub_contents_07_01 .medicine_department li p{
    margin-top:10px;
    font-size:16px;
    text-align: center;
    line-height: 32px;
}

.sub_contents_07_01 .medicine_endoscope{margin-top:30px;}
.sub_contents_07_01 .medicine_endoscope h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_07_01 .medicine_endoscope .inner > p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_07_01 .endoscope1{margin-top:30px;}
.sub_contents_07_01 .endoscope1 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_01 .endoscope1 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:10px;
}
.sub_contents_07_01 .endoscope1 .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    border:1px solid #ccc;
    padding:10px;
}

.sub_contents_07_01 .endoscope2{margin-top:30px;}
.sub_contents_07_01 .endoscope2 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_01 .endoscope2 ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.sub_contents_07_01 .endoscope2 li{
    width:25%;
    height:80px;
    line-height: 80px;
    border-radius: 40px;
    margin-right:10px;
    text-align: center;
    font-size:12px;
    background-color: #fffaf0;
    color:#ee7801;
    border:1px solid #ee7801;
}
.sub_contents_07_01 .endoscope2 li:last-child{margin-right:0;}

.sub_contents_07_01 .medicine_sleep{margin-top:30px}
.sub_contents_07_01 .medicine_sleep h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_07_01 .medicine_sleep p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    margin-top:20px;
    letter-spacing: -.5px;
}

.sub_contents_07_01 .medicine_sleep_step1{margin-top:30px;}
.sub_contents_07_01 .medicine_sleep_step1 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_01 .medicine_sleep_step1 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:10px;
}
.sub_contents_07_01 .medicine_sleep_step1 .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    border:1px solid #ccc;
    padding:10px;
}
.sub_contents_07_01 .medicine_sleep_step1 .chart tr td strong{font-size:12px;}

.sub_contents_07_01 .medicine_sleep_step2{margin-top:30px;}
.sub_contents_07_01 .medicine_sleep_step2 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_01 .medicine_sleep_step2 span{
    display: block;
    font-size:16px;
    font-weight: 600;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_01 .medicine_sleep_step2 p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px;
    border-radius: 0px 20px 0px 20px;
    background-color: #f7f7f7;
    margin-top:10px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
/* sub07_01 */

/* sub07_02 */
.sub_contents_07_02 .center_introduction_title li{margin-bottom:20px;}
.sub_contents_07_02 .center_introduction_title h4{
    font-size:20px;
    color: #ee7801;
    text-align: left;
    padding:10px 0;
}
.sub_contents_07_02 .center_introduction_title p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_07_02 .center_introduction_title span{
    display: block;
    margin-top:20px;
    font-size:13px;
    color:#ea1a1f;
    text-align: left;
}

.sub_contents_07_02 .center_introduction_bg{
    margin-top:30px;
    background: url(../../img/sub/sub07/sub07_02/title_img_bg.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding:30px 0;
    position: relative;
    z-index: -2;
}
.sub_contents_07_02 .center_introduction_bg::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.6);
}
.sub_contents_07_02 .center_introduction_bg p{
    font-size:18px;
    font-weight: 200;
    color:#fff;
    text-align: center;
}
.sub_contents_07_02 .center_introduction_bg p strong{
    font-size:18px;
    font-weight: 800;
    color: #ee7801;
}

.sub_contents_07_02 .center_introduction_characteristic{margin-top:30px;}
.sub_contents_07_02 .center_introduction_characteristic ul li{padding:15px 0;}
.sub_contents_07_02 .center_introduction_characteristic li h3{
    font-size:18px;
    color: #000;
    text-align: left;
    position: relative;
    padding-left:50px;
    margin-bottom:10px;
}
.sub_contents_07_02 .center_introduction_characteristic li h3 span{
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:40px;
    height:40px;
    line-height: 40px;
    background-color: #ee7801;
    color: #fff;
    text-align: center;
}
.sub_contents_07_02 .characteristic_tit{margin-top:20px;}
.sub_contents_07_02 .characteristic_tit p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_07_02 .characteristic_tit span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:40px;
    position: relative;
}
.sub_contents_07_02 .characteristic_tit span::before{
    position: absolute;
    content: 'ㆍ';
    font-size:32px;
    color:#ee7801;
    top:0;
    left:0;
}
/* sub07_02 */

/* sub07_03 */
.sub_contents_07_03 .satin h2{
    font-size:20px;
    color:#333;
    text-align: center;
    margin-bottom:10px;
}
.sub_contents_07_03 .satin .inner > span{
    display: block;
    font-size:16px;
    line-height: 32px;
    text-align: center;
}
.sub_contents_07_03 .satin_text{padding:30px 0;}
.sub_contents_07_03 .satin_text p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0px 10px 30px;
    position: relative;
}
.sub_contents_07_03 .satin_text p:nth-of-type(2){margin:10px 0;}
.sub_contents_07_03 .satin_text p::before{
    position: absolute;
    content: 'ㆍ';
    font-size:24px;
    color:#333;
    top:50%;
    transform: translateY(-50%);
    left:0;
}
.sub_contents_07_03 .satin_text span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding-left:60px;
    position: relative;
}
.sub_contents_07_03 .satin_text span::before{
    position: absolute;
    content: '▶';
    font-size:16px;
    color:#ee7801;
    top:50%;
    transform: translateY(-50%);
    left:30px;
}
.sub_contents_07_03 .satin_list{
    padding:30px 0;
    background-color: #fffaf0;
    overflow: hidden;
    margin-top:60px;
}
.sub_contents_07_03 .satin_list ul{
    background-color: #fff;
    margin:30px 0;
    border-radius: 0 20px 0 20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.sub_contents_07_03 .satin_list li{
    background-color: #fff;
    border-radius: 30px;
    padding:20px;
}
.sub_contents_07_03 .satin_list h3{
    font-size:20px;
    color:#333;
    text-align: left;
}
.sub_contents_07_03 .satin_list h3 strong{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_03 .satin_list p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    margin-top:20px;
    text-align: left;
}

.sub_contents_07_03 .cancer{margin-top:30px;}
.sub_contents_07_03 .cancer h3{
    font-size:20px;
    color: #ee7801;
    text-align: left;
}
.sub_contents_07_03 .cancer .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:10px;
}
.sub_contents_07_03 .cancer .chart tr th,
.sub_contents_07_03 .cancer .chart tr td{
    font-size:12px;
    color:#333;
    text-align: center;
    padding:10px;
    border:1px solid #ccc;
}
.sub_contents_07_03 .cancer .chart tr .color{background-color: #f7f7f7;}
.sub_contents_07_03 .questionnaire{margin-top:30px;}
.sub_contents_07_03 .questionnaire .download{
    display: flex;
    align-items: center;
    justify-content: end;
}
.sub_contents_07_03 .questionnaire .download a{
    display: block;
    font-size:16px;
    font-weight: 200;
    color:#fff;
    background-color: #ee7801;
    margin-left:20px;
    padding:10px 20px;
    transition: all .3s ease-in-out;
}
.sub_contents_07_03 .questionnaire .download a:hover{background-color: #ea1a1f;}
/* sub07_03 */

/* sub07_04 */
.sub_contents_07_04 .program_title h3{
    font-size:20px;
    color: #ee7801;
    text-align: left;
}
.sub_contents_07_04 .program_title p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub_contents_07_04 .program_sheet1{margin-top:30px;}
.sub_contents_07_04 .program_sheet1 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_04 .program_sheet1 .chart{
    margin-top:20px;
    border-top:3px solid #ee7801;
    width:100%;
}
.sub_contents_07_04 .program_sheet1 .chart tr th,
.sub_contents_07_04 .program_sheet1 .chart tr td{
    font-size:10px;
    color:#333;
    padding:10px;
    text-align: center;
    border:1px solid #ccc;
}
.sub_contents_07_04 .program_sheet1 .chart tr td span{
    display: inline-block;
    font-size:10px;
    font-weight: 800;
    color:#ea1a1f;
    font-family: 'Noto Serif KR', serif; 
}
.sub_contents_07_04 .program_sheet1 .chart tr .left{text-align: left;}
.sub_contents_07_04 .program_sheet1 .chart tr th:nth-of-type(1){width:20%}
.sub_contents_07_04 .program_sheet1 .chart tr th:nth-of-type(2){width:60%}
.sub_contents_07_04 .program_sheet1 .chart tr th:nth-of-type(3){width:10%}
.sub_contents_07_04 .program_sheet1 .chart tr th:nth-of-type(5){width:10%}

.sub_contents_07_04 .program_sheet2{margin-top:30px;}
.sub_contents_07_04 .program_sheet2 h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_04 .program_sheet2 .chart{
    margin-top:20px;
    border-top:3px solid #ee7801;
    width:100%;
}
.sub_contents_07_04 .program_sheet2 .chart tr th,
.sub_contents_07_04 .program_sheet2 .chart tr td{
    font-size:10px;
    color:#333;
    padding:10px;
    text-align: center;
    border:1px solid #ccc;
}

.sub_contents_07_04 .program_sheet3{margin-top:30px;}
.sub_contents_07_04 .program_sheet3 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_04 .program_sheet3 p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_07_04 .program_sheet3 .program_sheet3_list{margin-top:30px;}
.sub_contents_07_04 .program_sheet3 .program_sheet3_list h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_04 .program_sheet3 .program_sheet3_list p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding-left:30px;
    position: relative;
}
.sub_contents_07_04 .program_sheet3 .program_sheet3_list p::before{
    position: absolute;
    content: 'ㆍ';
    top:5px;
    left:0;
    font-size:24px;
    color:#ee7801;
}
.sub_contents_07_04 .program_sheet3 .program_sheet3_list p strong{
    font-size:16px;
    color:#ea1a1f;
}

.sub_contents_07_04 .program_sheet4{margin-top:30px;}
.sub_contents_07_04 .program_sheet4 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_04 .program_sheet4 p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_07_04 .program_sheet4 .program_sheet4_list{margin-top:30px;}
.sub_contents_07_04 .program_sheet4 .program_sheet4_list h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_04 .program_sheet4 .program_sheet4_list p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding-left:30px;
    position: relative;
}
.sub_contents_07_04 .program_sheet4 .program_sheet4_list p::before{
    position: absolute;
    content: 'ㆍ';
    top:8px;
    left:0;
    font-size:24px;
    color:#ee7801;
}
.sub_contents_07_04 .program_sheet4 .program_sheet4_list p strong{
    font-size:16px;
    color:#ea1a1f;
}
.sub_contents_07_04 .program_sheet4 .program_sheet4_list span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: left;
    padding-left:30px;
    margin:10px 0;
}

.sub_contents_07_04 .program_sheet5{margin-top:30px;}
.sub_contents_07_04 .program_sheet5 h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_04 .program_sheet5 p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0;
}

.sub_contents_07_04 .program_sheet4_list{margin-top:10px;}
.sub_contents_07_04 .program_sheet4_list h4{
    font-size:18px;
    color:#333;
    text-align: left;
    margin-top:10px;
}
.sub_contents_07_04 .program_sheet4_list li{padding:10px 0;}
.sub_contents_07_04 .program_sheet4_list p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
}
.sub_contents_07_04 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:30px;
}
.sub_contents_07_04 .chart tr th,
.sub_contents_07_04 .chart tr td{
    font-size:12px;
    color:#333;
    border:1px solid #ccc;
    padding:10px;
}
/* .sub_contents_07_04 .chart tr th{width:20%;}
.sub_contents_07_04 .chart tr td{width:80%;} */
.sub_contents_07_04 .chart tr td strong{
    font-size:18px;
    color:#ee7801;
}

.sub_contents_07_04 .questionnaire{margin-top:30px;}
.sub_contents_07_04 .questionnaire .download{
    display: flex;
    align-items: center;
    justify-content: end;
}
.sub_contents_07_04 .questionnaire .download a{
    display: block;
    font-size:16px;
    font-weight: 200;
    color:#fff;
    background-color: #ee7801;
    margin-left:20px;
    padding:10px 20px;
    transition: all .3s ease-in-out;
}
.sub_contents_07_04 .questionnaire .download a:hover{background-color: #ea1a1f;}
/* sub07_04 */

/* sub07_05 */
.sub_contents_07_05 .special_ex > p{
    font-size:16px;
    color:#333;
    text-align: center;
}
.sub_contents_07_05 .information{margin-top:30px;}
.sub_contents_07_05 .information h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_05 .chart{
    width:100%;
    border-top:3px solid #ee7801;
    margin-top:20px;
}
.sub_contents_07_05 .chart tr th,
.sub_contents_07_05 .chart tr td{
    font-size:11px;
    padding:10px;
    border:1px solid #ccc;
    text-align: center;
    letter-spacing: -.5px;
}
.sub_contents_07_05 .chart tr th:nth-of-type(1){width:20%}
.sub_contents_07_05 .chart tr th:nth-of-type(2){width:20%}
.sub_contents_07_05 .chart tr th:nth-of-type(3){width:40%}
.sub_contents_07_05 .chart tr th:nth-of-type(4){width:20%}

.sub_contents_07_05 .worker_type{margin-top:30px;}
.sub_contents_07_05 .worker_type h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}

.sub_contents_07_05 .worker_type_chart{margin-top:30px;}
.sub_contents_07_05 .worker_type_chart h4{
    font-size:24px;
    color:#ee7801;
    background-color: #fef8f4;
    border:1px solid #ee7801;
    margin-bottom:20px;
    padding:5px 0;
    text-align: center;
    width:250px;
    margin:0 auto;
    position: relative;
}
.sub_contents_07_05 .worker_type_chart ul{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin:30px 0;
}
.sub_contents_07_05 .worker_type_chart li{
    font-size:18px;
    color:#c47840;
    margin-right:30px;
    padding:5px 0;
    text-align: center;
    width:20%;
}
.sub_contents_07_05 .worker_type_chart li:last-child{margin-right:0;}

.sub_contents_07_05 .worker_type_chart ul li:nth-of-type(1){color:#bf6e33; position: relative;}
.sub_contents_07_05 .worker_type_chart ul li:nth-of-type(1)::before{position: absolute; content: ''; top:34px; left:50%; transform: translateX(-50%); width:120px; height:1px; background-color: #ee7801;}

.sub_contents_07_05 .worker_type_chart ul li:nth-of-type(2){color:#fff; background-color: #ee7801; position: relative;}
.sub_contents_07_05 .worker_type_chart ul li:nth-of-type(3){color:#fff; background-color: #ee7801; position: relative;}
.sub_contents_07_05 .worker_type_chart ul li:nth-of-type(4){color:#fff; background-color: #ee7801; position: relative;}
.sub_contents_07_05 .worker_type_chart ul li:nth-of-type(5){color:#fff; background-color: #ee7801; position: relative;}

.sub_contents_07_05 .worker_type_chart ul:nth-of-type(2) li:nth-of-type(2){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(2) li:nth-of-type(3){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(2) li:nth-of-type(4){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(2) li:nth-of-type(5){color:#bf6e33; background-color: #fef1e8; position: relative;}

.sub_contents_07_05 .worker_type_chart ul:nth-of-type(3) li:nth-of-type(2){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(3) li:nth-of-type(3){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(3) li:nth-of-type(4){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(3) li:nth-of-type(5){color:#bf6e33; background-color: #fef1e8; position: relative;}

.sub_contents_07_05 .worker_type_chart ul:nth-of-type(4) li:nth-of-type(2){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(4) li:nth-of-type(3){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(4) li:nth-of-type(4){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(4) li:nth-of-type(5){opacity: 0;}

.sub_contents_07_05 .worker_type_chart ul:nth-of-type(5) li:nth-of-type(2){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(5) li:nth-of-type(3){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(5) li:nth-of-type(4){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(5) li:nth-of-type(5){opacity: 0;}

.sub_contents_07_05 .worker_type_chart ul:nth-of-type(6) li:nth-of-type(1){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(6) li:nth-of-type(2){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(6) li:nth-of-type(3){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(6) li:nth-of-type(4){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(6) li:nth-of-type(5){opacity: 0;}

.sub_contents_07_05 .worker_type_chart ul:nth-of-type(7) li:nth-of-type(1){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(7) li:nth-of-type(2){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(7) li:nth-of-type(3){color:#bf6e33; background-color: #fef1e8; position: relative;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(7) li:nth-of-type(4){opacity: 0;}
.sub_contents_07_05 .worker_type_chart ul:nth-of-type(7) li:nth-of-type(5){opacity: 0;}

.sub_contents_07_05 .cycle{margin-top:30px;}
.sub_contents_07_05 .cycle h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_05 .cycle h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_05 .cycle span{
    display: block;
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    margin-top:10px;
    letter-spacing: -.5px;
}
.sub_contents_07_05 .cycle span strong{
    font-size:16px;
    color:#ee7801;
}

.sub_contents_07_05 .procedure{margin-top:30px;}
.sub_contents_07_05 .procedure h3{
    font-size:20px;
    color:#ee7801;
    text-align: left;
}
.sub_contents_07_05 .procedure h4{
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub_contents_07_05 .procedure .chart tr th{background-color: #fef1e8;}
/* sub07_05 */

/* sub08_01 */
.sub_contents_08_01 .inner .board{width:100%;}
.sub_contents_08_01 .schedule_photo h3{
    font-size:20px;
    color:#ee7801;
    padding:10px 0;
}
.sub_contents_08_01 .schedule_photo p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:10px 0 10px 30px;
    position: relative;
}
.sub_contents_08_01 .schedule_photo p::after{
    content: '-';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:5px;
    font-size:18px;
    color:#333;
}
.sub_contents_08_01 .schedule_photo p a{
    font-size:18px;
    color:#000;
    transition: all .3s ease-in-out;
}
.sub_contents_08_01 .schedule_photo p a:hover{color:#ea1a1f;}

.sub_contents_08_01 .inner .board > table{margin-top:30px;}
.sub_contents_08_01 .inner .board .bbs_paging tr td b{background-color: #ee7801;}
/* .sub_contents_08_01 .inner .board .photo_bbs .thumb{
    padding-top: 130%;
    border:2px solid #ee7801;
} */
/* sub08_01 */

/* sub08_02 */
.sub_contents_08_02 .inner .board .bbs_paging tr td b{background-color: #ee7801;}
/* sub08_02 */

/* sub09_01 */
/* 링크 */
/* sub09_01 */

/* sub09_02 */
.sub_contents_09_02 .inner .board .bbs_paging tr td b{background-color: #ee7801;}
.sub_contents_09_02 .inner .board .only_chk.font input[type=checkbox]:checked + label::before{background-color: #ee7801; border:1px solid #ee7801;}
.sub_contents_09_02 .inner .board .AWbbs_input_table td input[type=checkbox]:checked + label::before{background-color: #ee7801; border:1px solid #ee7801;}

.sub_contents_09_02 .inner .board .Password_input ~ td{vertical-align: middle;}
.sub_contents_09_02 .inner .board .Password_input ~ td button{padding:5px 10px; background-color: #333; color:#fff; font-size:12px;}
.sub_contents_09_02 .inner .board .Password_input ~ td a{padding:5px 10px; background-color: #333; color:#fff; font-size:12px; display: block;}

.sub_contents_09_02 .inner .board .bbs_chip.end{
    display: block;
    color:#fff;
    border-radius: 5px;
    animation: answer 1s alternate ease-in-out infinite;
}
@keyframes answer{
    0% {background-color: #fff; color:#ee7801}
	100% {background-color: #ee7801; color:#fff;}
}
/* sub09_02 */

/* sub09_03 */
.sub_contents_09_03 .inner .board .bbs_paging tr td b{background-color: #ee7801;}
/* sub09_03 */

/* sub09_04 */
.sub_contents_09_04{padding-bottom:30px;}
.sub_contents_09_04 .recruitment{position: relative;}
.sub_contents_09_04 .recruitment .chart{width:100%; border-top:3px solid #ee7801;}
.sub_contents_09_04 .recruitment .chart tr th,
.sub_contents_09_04 .recruitment .chart tr td{
    font-size:12px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
    position: relative;
}
.sub_contents_09_04 .recruitment a{
    display: block;
    position: absolute;
    bottom:-50px;
    right:1%;
    width:150px;
    padding:10px 0;
    font-size:18px;
    color:#fff;
    text-align: center;
    transition: all .3s ease-in-out;
    background-color: #ee7801;
}
.sub_contents_09_04 .recruitment .chart tr td a:hover{background-color: #ea1a1f;}
/* sub09_04 */

/* sub09_05 */
.sub_contents_09_05 .customer .board .only_chk.right{margin-bottom:10px;}
.sub_contents_09_05 .customer .board .form_body_table th{width:20%; padding-left:5px;}
.sub_contents_09_05 .customer .board .form_body_table td{width:80%;}

.sub_contents_09_05 .customer .board .consult_cont table tr:nth-of-type(1) td input[type='text'], .consult_cont table td input[type='password']{width:100%;}
.sub_contents_09_05 .customer .board .consult_cont table tr:nth-of-type(2) td select{width:100%;}
.sub_contents_09_05 .customer .board .consult_cont table tr:nth-of-type(3) td input[type='text']{width:30%;}
.sub_contents_09_05 .customer .board .consult_cont table tr:nth-of-type(3) td select{width:32%}
.sub_contents_09_05 .customer .board .consult_cont table tr:nth-of-type(4) td input[type='text']{width:30%;}
.sub_contents_09_05 .customer .board .consult_cont table tr:nth-of-type(4) td select{width:32%}









/* sub09_05 */

/* sub09_06 */
.sub_contents_09_06 .inner .board .bbs_paging tr td b{background-color: #ee7801;}
/* sub09_06 */
/* ------------------------------------------- sub -------------------------------------------------------- */