*{
    font-family: 'Pretendard';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    color: #222;
    letter-spacing: -0.5;
}
.font_white{
    color: #fff;
}
.font_darkgray{
    color: #575757;
}
.font_lightgray{
    color: #969696;
}
.font_green{
    color: #0C7B7B;
}
.content_container{
    background-image: url('../img/background-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 4;
}
.content_container::after{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    z-index: -1;
    background-color: rgba(78, 78, 78, 0.83);
}
.col-8{
    margin:0 auto;
    max-width: 1279px;
}
.header{
    padding: 3.125rem 0 0 0;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo > img{
    width: 2.5rem;
}
.logo_title{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.15;
}
.logo_title > span{
    font-size: .875rem;
    font-weight: 100;
}
.nav_bar{
    padding: 3.125rem 0 0 0;
}
.menu{
    display: flex;
    justify-content: space-evenly;
}
.menu_list > a{
    font-size: 1.25rem;
    font-weight: 400;
}


.main_left{
    width: 65%;
}
.main_content{
    padding: 3.125rem 0 0 0;
    display: flex;
}
.main_content1{
    position: relative;
    display: flex;
    align-items: center;
}
.main_content1_title{
    position: absolute;
    bottom: 3.125rem;
    left: 3.125rem;
    font-size: 1.25rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.main_content1_title > span{
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: .5rem;
}

.goTo > img{
    margin-left: .3125rem;
}
.main_content2{
    display: inline-block;
    position:relative;
    width: 60%;
}
.main_content2 > a > img, .main_content1 > a > img{
    width: 100%;
}
.goTo{
    position:absolute;
    right: 5.125rem;
    bottom:3.125rem;
}
.main_time{
    width: 37%;
    text-align: center;
    padding:25px;
    background-image: url('../img/time-background.png');
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.main_time > *{
    padding: 10px 0;
}
.time_layout{
    display: flex;
    justify-content: center;
}
.time_title{
    color: #575757;
    font-size: 1.5625rem;
    font-weight: 500;
}
.time_date{
    padding: 0;
}
.time_date li, .time_info li{
    width: 100%;
    text-align: justify;
    height: 1.875rem;
}
.time_date > li:after, .time_info > li::after{
    content: '';
    display: inline-block;
    width: 100%;
}
.time_info > li{
    color :#969696;
    font-size: 1.0625rem;
    font-weight: 400;
}
.time_explanation{
    color: #16A0A0;
    font-size: 1.0625rem;
    font-weight: 400;
}

.main_right{
    width: 35%;
}
.main_doctor{
    background-image: url('../img/doctor-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80%;
    position:relative;
    padding: 60px;
    width: 100%;
}
.main_doctor::after{
    content: '';
    background-image: url(../img/doctor.png);
    background-repeat: no-repeat;
    background-size: 12rem;
    position: absolute;
    bottom: 0;
    right: .625rem;
    width: 50%;
    height: 85%;
}
.doctor_go{
    position:absolute;
    left: 3.125rem;
    bottom:4.375rem;
}
.doctor_title{
    font-size: .9375rem;
    font-weight: 400;
}
.doctor_title > span{
    font-size: 1.875rem;
    font-weight: 500;
    color: #16A0A0;
    margin-left: .2875rem;
}
.doctor_content{
    font-size: .8125rem;
    font-weight: 400;
    padding-top: 25px;
}
.main_call{
    background-color: rgba(255, 255,255, 0.76);
    height: 17%;
    margin-left: 15px;
    padding: 10px 15px;
    border-radius: 0 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.call_text{
    font-size: 1.5625rem;
    font-weight: 500;
}
.footer{
    padding: 0 0 1.875rem 0;
    background-color: #F2F2F2;
}
.footer > footer{
    display: flex;
    flex-wrap: wrap;
}
.footer_logo{
    width: 100%;
    padding: 1.4375rem 0 .5rem 0;
}
.footer_left{
    width: 60%;
}
.footer_info{
    display: flex;
    align-items: center;
}
.info_title{
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 1.875rem;
}
.info_title > span{
    color: #969696;
    font-size: .875rem;
    font-weight: 200;
}
.footer_name{
    color: #969696;
    font-size: .8125rem;
    font-weight: 400;
}
.footer_name > span{
    font-size: .8125rem;
    font-weight: 400;
    padding: .4125rem;
}
.footer_addr{
    font-size: .625rem;
    font-weight: 400;
    color: #969696;
}
.footer_btn{
    width: 30%;
    padding: 3.125rem 0 0 0;
    display: flex;
    justify-content: space-between;
}
.footer_btn > a{
    text-decoration: none;
    font-size: .8125rem;
    font-weight: 400;
}
.footer_right{
    width: 30%;
}
.footer_call{
    display: flex;
}
.footer_call_title{
    font-size: .8125rem;
    font-weight: 700;
    width: 70%;
}
.footer_call_title > span{
    font-size: 1.5625rem;
    font-weight: 700;
}
.footer_time{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_times{
    padding:0;
    margin-left: 1.25rem;
}
.footer_times > li{
    width: 100%;
    text-align: justify;
    font-size: .8125rem;
}
.footer_times > li::after{
    content: '';
    display: inline-block;
    width: 100%;
}
.footer_time_info > li, .footer_explanation{
    color: #AFAFAF;
    font-size: .8125rem;
}
.footer_explanation{
    margin-left: 1.25rem;
}