@charset "utf-8"; .bg-video {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    height: 100vh;
}

.bg-video__content {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_banner .main_tit {
    position: absolute;
    font-size: 60px;
    color: #fff;
    bottom: 274px;
    font-weight: 100;
    font-weight: bold;
    left: 0;
    letter-spacing: -3px;
    line-height: 130%;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.87);
}

.choice_standard {
    margin-top: 100px;
    text-align: center;
}

.choice_standard .standard_lists {
    transition: all 0.4s ease 0s;
    background: url("/theme/yqueen/img/numbering_bg_hp_01.jpg?v=1.2");
    margin: 0 auto;
    background-size: cover !important;
    background-position: center !important;
}

.choice_standard .standard_list_item {
    transition: all 0.4s ease 0s;
    float: left;
    width: 25%;
    height: 740px;
    position: relative;
    opacity: 0.3;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    padding-top: 190px;
    border-right: 1px solid rgb(255, 255, 255);
}

.choice_standard .standard_list_item.last {
    border: none;
}

.choice_standard .standard_list_item.active {
    opacity: 1;
}

.choice_standard .standard_list_item .numbering {
    margin: 0 auto 60px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease 0s;
    height: 73px;
}

.choice_standard .standard_list_item.active .numbering {
    opacity: 1;
    transform: translateY(0px);
}

.choice_standard .standard_list_item .txt {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 1.2;
}

.choice_standard .standard_list_item .arrow_link {
    position: absolute;
    bottom: 137px;
}

.yqueen_solution {
    margin-top: 100px;
    padding-bottom: 185px;
}

.yqueen_solution .tab_solution {
    cursor: pointer;
    transition: all 0.4s ease 0s;
    position: relative;
}

.yqueen_solution .tab_solution::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    transition: width 0.5s ease 0s;
    width: 0;
    height: 2px;
    background: #5e5cb8;
    z-index: 0;
}

.yqueen_solution .tab_solution.active {
    color: #5e5cb8;
}

.yqueen_solution .tab_solution.active::before {
    width: 100%;
}

.yqueen_solution .swiper-slide {
    margin-top: 150px;
    background: rgb(255, 255, 255);
    opacity: 0 !important;
}

.yqueen_solution .swiper-slide-active {
    opacity: 1 !important;
}

.yqueen_solution .pagination_bullet {
    bottom: auto;
    top: 175px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: rgb(119, 119, 119);
}

.yqueen_solution .swiper-slide .slide_item {
    padding: 0 90px;
}

.yqueen_solution .swiper-slide .slide_item .left {
    float: left;
    margin-top: 38px;
    width: 404px;
}

.yqueen_solution .swiper-slide .slide_item .left .tit {
    font-size: 48px;
    color: rgb(53, 53, 53);
    line-height: 1;
    margin-bottom: 15px;
}

.yqueen_solution .swiper-slide .slide_item .left .sub_tit {
    font-size: 20px;
    color: #5e5cb8;
    margin-bottom: 40px;
    word-break: keep-all;
}

.yqueen_solution .swiper-slide .slide_item .left .context {
    font-size: 18px;
    color: rgb(119, 119, 119);
    line-height: 1.3;
    margin-bottom: 75px;
    word-break: keep-all;
}

.yqueen_solution .swiper-slide .slide_item .right_img {
    float: right;
}

.yqueen_solution .go_detail_link {
    display: inline-block;
}

.doctor_introduce {
    background: url("/theme/yqueen/img/main_doctor_intro_bg.jpg?v=1.1") center center / cover no-repeat;
    height: 860px;
    padding-top: 80px;
}

.doctor_introduce .center-container {
    height: 100%;
}

.doctor_introduce .doctor {
    position: absolute;
}

.doctor_introduce .doctor_01 {
    right: 490px;
    bottom: 0;
    transition: 0.8s ease-in;
    opacity: 0;
    transform: translateX(-30px);
}

.doctor_introduce .doctor_02 {
    left: 55px;
    bottom: 0;
    transition: 0.8s ease-in;
    opacity: 0;
    transform: translateX(30px);
}

.doctor_introduce .doctor_03 {
    right: -41px;
    bottom: 0;
    transition: 0.8s ease-in;
    opacity: 0;
    transform: translateX(30px);
}

.doctor_introduce.viewing .doctor {
    opacity: 1;
    transform: translateX(0px);
}

.doctor_introduce .factor {
    position: absolute;
}

.doctor_introduce .factor .tit {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.doctor_introduce .factor .con {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.2;
}

.doctor_introduce .factor_01 {
    position: absolute;
    right: -79px;
    top: 184px;
}

.doctor_introduce .factor_02 {
    text-align: right;
    bottom: 140px;
    left: 30px;
}

.doctor_introduce .factor_03 {
    text-align: right;
    top: 184px;
    left: -47px;
}

.doctor_introduce .factor_04 {
    bottom: 60px;
    left: -81px;
}

.doctor_introduce .factor_05 {
    text-align: right;
    top: 184px;
    right: 27px;
}

.doctor_introduce .factor_06 {
    bottom: 60px;
    right: -71px;
}

.doctor_introduce .link_doctor_page {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    background: #5e5cb8;
    color: rgb(255, 255, 255);
    height: 45px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor_introduce .link_doctor_page img {
    margin-left: 37px;
    transition: all 0.4s ease 0s;
}

.research_slider {
    margin-top: 100px;
}

.research_slider .thesis-slider {
    margin-top: 122px;
    overflow: hidden;
    height: 410px;
    position: relative;
    float: right;
    width: 82.7vw;
}

.research_slider .thesis-slider .swiper-slide {
    width: 300px;
    margin-right: 26px;
}

.research_slider .thesis-slider .swiper-slide:last-child {
    margin-right: 0;
}

.research_slider .thesis-slider .swiper-slide .thesis-top {
    overflow: hidden;
}

.research_slider .thesis-slider .swiper-slide .thesis-top .sort {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.research_slider .thesis-slider .swiper-slide .thesis-top .release-date {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: rgb(153, 153, 153);
    line-height: 1.2;
}

.research_slider .thesis-slider .swiper-slide .thesis-thumb {
    margin: 13px 0 10px;
    display: flex;
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    height: 270px;
    border: 1px solid rgb(239, 239, 239);
}

.research_slider .thesis-slider .swiper-slide .thesis-thumb > img {
    width: 100%;
    height: 100%;
}

.research_slider .thesis-slider .swiper-slide .thesis-name {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.research_slider .thesis-slider .swiper-slide .thesis-name-eng {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgb(102, 102, 102);
    margin-top: 3px;
    text-align: left;
}

.research_slider .thesis-slider .common-bar-paging {
    border-radius: 0;
    background: rgb(245, 242, 240);
    height: 6px;
    max-width: 1280px;
    bottom: 0;
}

.youtube_cont {
    margin-top: 120px;
}

.youtube_cont .youtube_list_wrap {
    margin-top: 70px;
}

.youtube_cont .youtube_list_wrap .left {
    cursor: pointer;
    float: left;
    width: 750px;
    margin-right: 52px;
}

.youtube_cont .youtube_list_wrap .left img {
    margin-bottom: 34px;
}

.youtube_cont .youtube_list_wrap .left .youtube_tag {
	margin-top: 20px;
    display: inline-block;
    background: #1c1c1c;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
}

.youtube_cont .youtube_list_wrap .left .youtube_tit {
    font-size: 22px;
    color: #353535;
    margin-top: 6px;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list {
    margin-bottom: 30px;
    cursor: pointer;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list:last-child {
    margin-bottom: 0;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list .sml_youtube_thumb {
    float: left;
    width: 180px;
    height: 100px;
    background: #deeeef;
    margin-right: 17px;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list .text {
    float: left;
    width: calc(100% - 230px);
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list .text .tit {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #353535;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list .text .context {
    display: block;
    font-size: 16px;
    color: #353535;
    word-break: keep-all;
}

.youtube_cont .youtube_list_wrap .left .youtube_tag2 {
	margin-top: 20px;
    display: inline-block;
    background: #1c1c1c;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
}

.youtube_cont .youtube_list_wrap .left .youtube_tit2 {
    font-size: 22px;
    color: #353535;
    margin-top: 6px;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list2 {
    margin-bottom: 30px;
    cursor: pointer;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list2:last-child {
    margin-bottom: 0;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list2 .sml_youtube_thumb {
    float: left;
    width: 180px;
    height: 100px;
    background: #deeeef;
    margin-right: 17px;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list2 .text {
    float: left;
    width: calc(100% - 230px);
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list2 .text .tit {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #353535;
}

.youtube_cont .youtube_list_wrap .right_lists .youtube_list2 .text .context {
    display: block;
    font-size: 16px;
    color: #353535;
    word-break: keep-all;
}

.youtube_cont .right_lists {
    float: left;
    margin-left: 0;
    height: 520px;
    overflow-y: auto;
    width: calc(100% - 802px);
}

.hos_map {
    background: #f4f4f4;
    padding: 82px 0;
    position: relative;
    height: 750px;
    margin-top: 98px;
}

.map_contents_inner {
    width: 570px;
    background: #f4f4f4;
    position: relative;
    z-index: 100;
    margin-right: 10px;
    flex-shrink: 0;
}

.hos_map .title_cont span {
    text-align: left;
    margin-bottom: 11px;
}

.hos_map .map_info {
    margin-top: 22px;
}

.hos_map .map_info .dot {
    position: relative;
    color: #353535;
    font-size: 17px;
    display: flex;
    margin-bottom: 14px;
    font-weight: bold;
}

.hos_map .map_info .dot .name {
    float: left;
    width: 100px;
}

.hos_map .map_info .dot .con {
    line-height: 1.4;
    font-weight: 400;
}

.hos_map .hos_timetable {
    width: 440px;
    font-size: 14px;
    color: #353535;
    margin-left: 98px;
    margin-bottom: 44px;
}

.hos_map .hos_timetable th {
    border: 2px solid #f4f4f4;
    background: #d5d5d5;
    padding: 3px 0;
}

.hos_map .hos_timetable tbody td {
    border: 2px solid #f4f4f4;
    text-align: center;
    padding: 3px 0px;
    background: #fff;
}

.hos_map .btn_wrapper a {
    display: inline-block;
    margin-right: 10px;
}

.hos_map .center-container {
    width: calc(1280px + ((100% - 1280px) / 2)) !important;
    margin: 0;
    float: right;
    display: flex;
}

.kakao_map_wrap {width: 100%; height: 500px;}
.kakao_map_wrap #daumRoughmapContainer1690975589888{width: 100% !important; height: 100% !important;}
#pageWrap .root_daum_roughmap .wrap_map {height: 93%;}
@media (max-width: 1450px) {
    .choice_standard .standard_list_item .txt {
        font-size: 22px;
    }
}
