/*company_01*/
#company_01 .sec2 {
    background: url(../img/com01_sec2_bg.png) bottom left no-repeat;
    background-color: #144b7a;
}

#company_01 .sec4{
    background-color: #f7f7f7;
}
#company_01 .sec4 .com01_box{
    border: 1px solid #000;
} 
#company_01 .sec4 .com01_box h5{
    padding: 20px;
    background-color: #144b7a;
    color:#fff;
}
@media (min-width:769px){
    #company_01 .sec1{
        padding-bottom: 0;
    }
    #company_01 .rt{
        width: 50%;
        vertical-align: top;
    }
    #company_01 .sec3 .rt{
        padding-right: 60px;
    } 
    #company_01 .sec4 .com01_box h5{
        font-size: 17px;
        text-align: center;
    }
    #company_01 .sec3{
    position: relative;
    background: url(../img/com01_sec3_bg.png) bottom right no-repeat;
    }
    #company_01 .sec3:before{
    background: url(../img/com01_sec3_bg.png) bottom right no-repeat;
    content: "";
    background-color: #f39800;
    width: 100%;
    height: 15%;
    bottom: 0;
    position: absolute;
    }
}
@media (max-width:768px){
    #company_01 .sec1 .rt{
        padding: 20px;
    }
    #company_01 .sec2 .lt{
        padding: 0 20px;
    }
    #company_01 .sec2 .rt{
        padding: 20px;
    }
    #company_01 .sec3 .lt{
        padding: 0 20px;
    }
    #company_01 .sec3 .rt{
        padding: 20px 20px 0px 20px;
    }
    #company_01 .sec4 ul li {
        margin: 10px 0;
    }
    #company_01 .sec4 ul li h5{
        min-height: 85px;
    }
    #company_01 .sec5 .lt{
        padding: 0 20px;
    }
    #company_01 .sec5 .rt{
        padding: 0 20px;
    }
}
/*edu_01*/

/*edu_list*/
.edu_list > li {
    font-size: 18px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.edu_list > li > span {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 22px;
}
@media (max-width:768px){
    .edu_list > li {
        font-size: 14px;
    }
}

#edu_01 .sec1 .edu_wrp{
    
}

#edu_01 .sec1 .edu_wrp .lt{
    background-color: #f7f7f7;
    padding: 0px 40px;
}
#edu_01 .sec1 .edu_wrp h2{
    margin-bottom: 30px;
}

@media (max-width:768px){
    #edu_01 .sec1 .edu_wrp .lt{
    padding: 30px;
    }
}

/*edu_02*/
.stit p{
    color: #999;
    letter-spacing: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*large_list*/
.large_list li {
    position: relative;
    font-size: 28px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
.large_list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.large_list li span {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #144b7a;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    margin-right: 5px;
}
@media (max-width:768px){
    .large_list li {
        font-size: 17px;
        padding-left: 40px;
        word-break: keep-all;
    }
    .large_list li span {
        width: 30px;
        line-height: 30px;
        position: absolute;
        left: 0;
        top: -2px;
    }
}

#edu_02 .sec1 .rt{
    background-color: #eee;
    padding: 10px 30px 10px 50px;
}

@media (max-width:768px){
    #edu_02 .sec1 .rt{
    padding: 20px;
    }
}

/*#edu_03*/
#edu_03 .sec1{
    position: relative;
}


#edu_03 .lined{
    background-color: #000;
    width: 100px;
    height: 3px;
    content: "";
    margin: 40px 0;
}
@media(min-width:769px){
    #edu_03 .sec1:after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 47%;
    bottom: 0;
    }
    #edu_03 .sec2 img{
        margin-top:-150px;
        
    }
    #edu_03 .sec3 img{
        margin-top: -200px;
        
    }
    #edu_03 .sec3{
        padding-top: 0;
    }
    #edu_03 .sec1 .rt{
    padding-left:30px;
    }
    #edu_03 .sec2 .rt{
        padding-right:30px;
    }
    #edu_03 .sec3 .rt{
        padding-left:30px;
        width: 30%;
    }
    
}
@media(max-width:768px){
    #edu_03 .sec1 .rt,#edu_03 .sec2 .rt,#edu_03 .sec3 .rt{
    padding:20px 20px 0px 20px;
    }
    #edu_03 .lined{
        width: 50px;
        margin: 15px 0;
        height: 1px;
    }
    #edu_03 .sec2,#edu_03 .sec3{
        padding-top: 0;
    }
}
/*edu04*/
/*edu02_list*/
.edu02_list li {
    position: relative;
    padding-left: 15px;
    margin: 15px 0;
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
}
.edu02_list li span{
    color: #144b7a;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 10px;
}

@media (max-width:768px){
    .edu02_list li {
        padding-left: 10px;
        font-size: 13px;
        margin: 5px 0;
    }
}

/*table_info*/
.table.table_info {
    border-top: 2px solid #144b7a;
}
.table.table_info tr th,
.table.table_info tr td {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 18px;
    color: #636363;
    font-weight: 300;
}
.table.table_info tr th {
    background-color: #eff7ff;
    color: #545454;
    text-transform: uppercase;
    font-weight: 500;
}
@media (max-width:768px){
    .table.table_info tr th,
    .table.table_info tr td {
        padding: 8px;
        font-size: 13px;
    }
}

#edu_04 .sec1 .rt{
    padding-left: 30px;
}
#edu_04 .sec1 .txtbox{
    background-color: #f7f7f7;
    padding: 30px 50px;
}
#edu_04 .sec2 .txtbox{
    background-color: #f7f7f7;
    padding: 30px 50px;
}

/*kang_01*/
/*dt_info*/
.dt_info,
.dt_img {
    vertical-align: top;
}

.doctor_info {
    background-color: #fcfcfc;
    padding: 30px;
    border: 1px solid #eee;
}
.dt_info .top {
    background: url(../img/dtinfo_lft.png) left center no-repeat;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    max-width: 450px;
    padding-left: 90px;
}
.dt_info .cr_list > li {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    font-weight: 300;
    color: #333;
    letter-spacing: -1px;
}
.dt_info .cr_list.big {
    margin-bottom: 15px;
}
.dt_info .cr_list.big > li {
    font-size: 22px;
    padding-left: 10px;
    font-weight: 700;
}
.dt_info .cr_list > li span {
    position: absolute;
    left: 0;
}
.dt_img .video_wrea {
    margin-top: 20px;
}
.thsq_doc {
    border: 1px solid #ddd;
}
@media (min-width:769px){
    .dt_info {
        padding-right: 20px;
    }
}
@media (max-width: 768px){
    .dt_info .top {
        background-size: 55px;
        padding: 15px 0;
        margin-bottom: 15px;
        padding-left: 65px;
    }
    .dt_info .cr_list > li {
        font-size: 14px;
    }
    .dt_info .cr_list.big {
        margin-bottom: 10px;
    }
    .dt_info .cr_list.big > li {
        font-size: 17px;
    }
    .dt_img {
        margin-top: 20px;
    }
    .thsq_doc {
        margin-bottom: 20px;
    }
}


/*kang_02*/
/*facility_01*/

#kang_02 .flist h4 {
    margin-top: 15px;
}
#kang_02 .flist > li {
    margin-top: 40px;
}

@media (min-width:769px){
    #kang_02 .sec1 ul li:nth-child(even) .img {
        order: 2;
    }
    #kang_02 .sec1 ul li:nth-child(even) .txt {
        order: 1;
    }
}
@media (max-width:768px){
    #kang_02 .sec1 ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    #kang_02 .flist > li:not(:first-child) {
    margin-top: 40px;
    }
}

#kang_02 .sec2 {
    background-color: #f7f7f7;
}
#kang_02 .sec2 .infol .t_list {
    display: inline-block;
}
#kang_02 .careb_wrp {
    border-bottom: 2px solid #f39800;
    margin-top: 30px;
}
#kang_02 .careb {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px 20px;
}
#kang_02 .careb > div {
    align-self: center;
}
#kang_02 .careb h5 {
    color: #636363;
    font-weight: 300;
    line-height: 1.3em;
}
#kang_02 .careb h5 span {
    font-weight: 500;
}
#kang_02 .careb .sb {
    width: 18%;
}
#kang_02 .careb .txb {
    width: 50%;
}
#kang_02 .careb .tb {
    width: 32%;
}

@media (max-width:768px){
    #kang_02 .careb {
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    #kang_02 .careb .sb {
        width: 100%;
    }
    #kang_02 .careb .txb {
        width: 100%;
        margin-top: 20px;
    }
    #kang_02 .careb .tb {
        width: 100%;
        margin-top: 20px;
        
    }
    
}

/*schedule_01*/
#schedule_01 .toggle > label{
    background-color: #fff !important;
    border-left:0 !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 20px 0;
    color:#000;
}
#schedule_01 .toggle.active > label:before {
    border-top-color: #000;
}
#schedule_01 div.toggle > .toggle:first-child label{
    border-top:2px solid #144b7a;
}
#schedule_01 .toggle label .b_head{
    padding: 10px 45px;
    color:#fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 153px;
}
#schedule_01 .toggle label .b_body{
    line-height: 45px;
    font-weight: 600;
}
#schedule_01 .toggle label h5.b_org{
    background-color: #f39800;
}
#schedule_01 .toggle label h5.b_bl{
    background-color: #144b7a;
}
#schedule_01 .toggle label h5.b_gr{
    background-color: #797979;
}
#schedule_01 .toggle .toggle-content{
    background-color: #ddd;
    padding: 30px;
}


@media (max-width:768px){
    #schedule_01 .toggle label .b_head{
        padding: 5px 25px;
        font-size: 14px;
        width: 100px;
    } 
    #schedule_01 .toggle .toggle-content{
       padding: 0;
    }
}
/*table_sch*/
.table.table_sch {
    border-top: 2px solid #144b7a;
}
.table.table_sch tr th,
.table.table_sch tr td {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 18px;
    color: #636363;
    font-weight: 300;
}
.table.table_sch tr th {
    background-color: #f7f7f7;
    color: #545454;
    text-transform: uppercase;
    font-weight: 500;
}
.table.table_sch tr td {
    background-color: #fff;
}
@media (max-width:768px){
    .table.table_sch tr th,
    .table.table_sch tr td {
        padding: 8px;
        font-size: 13px;
    }
}