@charset "UTF-8";
footer {
    background-color: #191919;
}
footer .top_box {
    padding: 153px 0 104px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .top_box .inner {
    display: flex;
    justify-content: space-between;
}
footer .top_box .footer_left_box .info_box:nth-child(2) {
    margin: 69px 0 124px;
}
#section6 > div > div.top_box > div > div.footer_right_box > div:nth-child(2) {
    justify-content: space-between;
}
footer .top_box .info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 73px;
}
footer .top_box .info_box * {
    color: #fff;
}
footer .top_box .info_box span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.6px;
}
footer .top_box .info_box span strong {
    color: #53bfc4;
    font-weight: 700;
}
footer .top_box .info_box h3 {
    display: flex;
    align-items: center;
    opacity: 0.9;
}
footer .top_box .info_box h3 span {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 39px */
    letter-spacing: -0.7px;
}
footer .top_box .info_box p {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 53.2px */
    letter-spacing: -1px;
    color: #53bfc4;
}
footer .top_box .info_box.sns_box {
    flex-direction: column;
    align-items: unset;
    gap: 27px;
}
footer .top_box .info_box.sns_box ul {
    display: flex;
    gap: 24px;
}
footer .top_box .info_box.sns_box ul li {
    width: 342px;
    height: 70px;
    background-color: #323232;
}
footer .top_box .info_box.sns_box ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
footer .top_box .info_box.sns_box ul li a small {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: -0.6px;
    color: rgba(255, 255, 255, 0.9);
}
footer .top_box .footer_right_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
footer .top_box .footer_right_box .info_box {
    gap: 20px !important;
}
footer .top_box .footer_right_box .time_box {
    margin-bottom: 50px;
    align-items: flex-start;
}
footer .top_box .footer_right_box .time_box ul li {
    display: flex;
    align-items: center;
}
footer .top_box .footer_right_box .time_box ul li p {
    width: 145px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 36px */
    color: #fff;
    margin-right: 47px;
    word-break: unset !important;
}
footer .top_box .footer_right_box .time_box ul li span strong {
    font-weight: 500;
}
footer .top_box .footer_right_box .time_box ul li:first-child::after {
    content: 'Evening Clinic';
    margin-left: 20px;
    color: #53bfc4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.4px;
}
footer .top_box .footer_right_box .time_box small {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 14px;
}
footer .top_box .footer_right_box .map_box {
    margin-top: 27px;
}
footer .top_box .footer_right_box .map_box a {
    width: 100%;
    height: 70px;
    background-color: #53bfc4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: -0.6px;
}
footer .bottom_box {
    padding: 49px 0 52px;
}
footer .bottom_box ul {
    margin-top: 27px;
}
footer .bottom_box ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 0.3);
}
footer .bottom_box ul li:last-child {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
footer .bottom_box ul li:last-child a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 10px;
    transition: all 0.2s;
}
footer .bottom_box ul li:last-child a:hover {
    color: #212121;
    background-color: #fff;
}

aside {
    position: fixed;
    bottom: 33px;
    right: 47px;
    z-index: 120;
}
aside .btn_box {
    background-color: #181818;
    border-radius: 100%;
    z-index: 113;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
aside .btn_box p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    letter-spacing: -1px;
}
aside .widget {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 342px;
    height: 383px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 36px 33px;
    display: none;
}
aside .widget .fixed_form_wrap {
    position: relative;
}
aside .widget .fixed_form_wrap .close_btn {
    position: absolute;
    right: -22px;
    top: -16px;
    cursor: pointer;
}
aside .widget .table {
    width: 100%;
}
aside .widget .table tr {
    display: flex;
    flex-direction: column;
}
aside .widget .table tr .cs_title {
    text-align: center;
    margin-bottom: 15px;
}
aside .widget .table tr .cs_title h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    letter-spacing: -0.8px;
}
aside .widget .table tr .cs_input .table_form {
    width: 100%;
    border-collapse: collapse;
}
aside .widget .table tr .cs_input input,
aside .widget .table tr .cs_input select {
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.5px;
    font-size: 16px;
    color: #2f2f2f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding-left: 20px;
}
aside .widget .table tr .cs_input input::-moz-placeholder,
aside .widget .table tr .cs_input select::-moz-placeholder {
    opacity: 1;
    color: #2f2f2f;
}
aside .widget .table tr .cs_input input::placeholder,
aside .widget .table tr .cs_input select::placeholder {
    opacity: 1;
    color: #2f2f2f;
}
aside .widget .table tr .agree {
    margin-top: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
}
aside .widget .table tr .agree input {
    border-radius: 100%;
}
aside .widget .table tr .agree label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.4px;
}
aside .widget .table tr .agree label a {
    color: #2f2f2f;
}
aside .widget .table tr .cs_form_btn {
    width: 100%;
    height: 50px;
    background-color: #191919;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.8px;
    margin-top: 14px;
    cursor: pointer;
}
aside .privacy_bg {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(-50%);
    z-index: 4;
    background-color: #fff;
    width: 700px;
    border-radius: 15px;
    display: none;
}
aside .privacy_bg .privacy_wrap {
    position: relative;
    padding: 35px;
}
aside .privacy_bg .privacy_wrap .privacy_btn {
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
}
aside .privacy_bg h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    letter-spacing: -0.8px;
    text-align: center;
}
aside .privacy_bg textarea {
    font-size: 14px;
    resize: none;
    outline: none;
}
