@charset "utf-8";

/* common */
:root {
    --sub1-color: #22213a;
    --sub2-color: #22213a;

    --graphline: #c7c7c7;
    --9f: #9f9f9f;
}

#sub_intro {
    width: 100%;
    height: 530px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* sub menu */
#sub_menu {
    background-color: transparent;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    z-index: 1;

    background-color: rgba(255, 255, 255, 0.2);
}

#sub_intro img {
    position: relative;
}

#sub_menu .center {
    height: 100%;
}

#sub_menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    word-break: keep-all;

}

#sub_menu ul li {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
}

#sub_menu ul li.on {
    font-family: 'Pretendard-Bold', sans-serif;
    color: black;
    border: 3px solid white;
    border-color: white;
    background-color: white;
}

.sub1_menu ul li {
    width: 12%;
}

.sub1_menu ul li {
    width: 15%;
}

#sub_content {
    padding: 105px 0 0 0;
}

#sub_content span {
    color: #482e19;

}
#sub_content .sub3_2_section .third span {
    color: blue;
}
#sub_content .sub6_1_d_section span,
#sub_content .sub5_3_section span,
#sub_content .sub5_2_section span,
#sub_content .sub5_1_section span,
#sub_content .sub3_2_section span,
#sub_content .sub3_1_section span {
    color: #745537;

}

#sub_content .span1 {
    color: #745537;

}

#sub_content .majorbox {
    display: inline-flex;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 60px;
    color: white;
    background-color: #af9880;
}

.small_title {
    color: var(--9f);
}

/* sub1 */
.sub1_intro {
    background-image: url("../images/sub1.jpg");
}


/* sub2 */
.sub2_intro {
    background-image: url("../images/sub_intro2.jpg");
}

.sub3_intro {
    background-image: url("../images/sub_intro3.jpg");
}

.sub4_intro {
    background-image: url("../images/sub_intro4.jpg");
}

#sub_content {
    text-align: center;
}

.sub_intro_text {
    text-align: center;
}

.sub_intro_text .si_top {
    margin-bottom: 10px;
}

.sub1_1_section .section1 {
    position: relative;
}

.sub1_1_section .section1 > span {
    display: block;
    width: 48px;
    height: 2px;
    background-color: var(--blue);

    margin: 35px 0;
}

.sub1_1_section .section1 .text {
    color: #111111;
}


.fixed_img {
    width: 100%;
    height: 485px;
    background-image: url('../images/sub1-2-01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sub1_1_section .section1 .bg_text {
    position: absolute;
    top: 81%;
    right: -77%;
    transform: translate(-0%, -50%);
    font-size: 400px;
    color: #f6f6f6;
    z-index: -1;
}

.sub1_2_section .section1 .doctorwhitebox {
    display: flex;
    width: 100%;
    gap: 120px;
    margin: 100px 0;
    padding: 50px 0 0 0;
}

.sub1_2_section .section1 .doctorpinkbox {
    display: flex;
    width: 100%;
    gap: 120px;
    /* margin: 50px 0; */
    background-color: #f5f5f5;
    padding: 100px 0 100px 0;
}

.sub1_2_section .section1 .description {
    margin-top: 45px;
    border-bottom: 0.1px solid #bbbbbb;
}

.sub1_2_section .section1 .left {
    text-align: right;
    width: 50%;
    height: 100%;
}

.sub1_2_section .section1 .right {
    width: 50%;
    height: 100%;
    text-align: left;
}


.sub1_2_section .section1 .title {
    color: #bbbbbb;
}

.sub1_2_section .section1 .title span {
    color: var(--blue);
}

.sub1_2_section .section1 {
    position: relative;
}

.sub1_2_section .section1 .center > p {
    color: #555555;
    margin-bottom: 360px;
}

.sub1_2_section .section1 .img_area {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub1_2_section .section2 {
    color: white;
    background-color: #172d61;
    height: 850px;

    background-image: url(../images/sub1_2_bg1.png);
    background-position: 99% 43%;
    background-repeat: no-repeat;
    background-size: auto;
}

.sub1_1_section .section1 .img {
    margin: 10px 10px;
}

#sub_content.sub1_2 {
    padding: 105px 0 0;
}

.sub1_2_section .section2 .text {
    padding-top: 400px;
}

.sub1_3_section .big_year {
    color: var(--blue);
    padding-right: 50px;
}

.sub1_3_section .section1 .left {
    text-align: right;

}

.sub1_3_section .section1 .right ul {
    position: relative;
    padding-top: 20px;
}

.sub1_3_section .section1 .right ul > img {
    position: absolute;
    top: 193px;
    left: -50px;
    transform: translate(-50%, -50%);
}


.sub1_3_section .inside {
    display: flex;
    align-items: flex-start;
    margin: 50px;
    width: 100vw;

}


.sub1_3_section .right {
    position: relative;

    margin-right: calc((100% - 100vw) / 2);
    width: calc(80% + (100vw - 100%) / 2);
    margin-left: 10%;
}

.sub1_3_section .right .slider1 .slick-slide {
    padding: 0 20px;
}

.sub1_3_section .left {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;

}


.sub1_3_section .left .arrow {
    flex-direction: column;
    color: black;
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    gap: 20px;
    margin: 30px 0;
}


.sub1_3_section .left .left_arrow .sub1_3_section .left .right_arrow {
    display: flex;
    flex-direction: row;
    width: 70px;
}

.sub1_3_section .left .left_arrow i,
.sub1_3_section .left .right_arrow i {
    width: 60px;
    height: 60px;
    border: 0.1px solid lightgray;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.sub1_3_section .right {
    width: 80%;
}

.sub1_3_section .section1 .right ul li {
}

.sub1_3_section .section1 .right ul li p {
    color: #555555;
}

.sub1_3_section .section1 .right ul li p span {
    color: #111;
}

.sub1_3_section .section1 .right {
    padding-left: 100px;
}

.sub1_4_section .section1 {
    position: relative;
}

.sub1_4_section .section1 .label {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 999;
}

.sub1_4_section .left,
.sub1_4_section .right {
    width: 50%;
    margin-bottom: 80px;
}

.sub1_4_section .left .box {
    width: 80%;
    border-bottom: 0.5px solid var(--graphline);
    margin-top: 20px;
}

.sub1_4_section .left .parking {

    display: inline-block;
    padding: 20px 80px 20px 30px;
    border-radius: 20px;
    /* border: 0.5px solid var(--graphline); */
    text-align: left;
    background-color: #f5f5f5;
}

.sub1_4_section .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sub1_4_section .right .title {
    color: #bbbbbb;
}

.sub1_4_section .right .title span {
    color: var(--blue);
}

.sub1_4_section .right > p {
    color: #555555;
}

.sub1_4_section .right ul {
    display: flex;
    flex-direction: column;

    margin-bottom: 50px;
}

.sub1_4_section .right ul li {
    padding: 50px 0;
    border-bottom: 1px solid #777777;
}

#sub_content #footer {
    text-align: left;
}

.map_box {
    width: 100%;
    /* height: 330px; */
}

.root_daum_roughmap .cont {
    display: none !important;
}


/* 서브2-1 페이지PC */
.sub2_1_section .time .box {
    margin-top: 70px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.sub2_1_section .time .box li {
    width: 100%;
    border: 1px solid #e9e4dd;
    background-color: #e9e4dd;
    padding: 70px 0 40px 0;
    border-radius: 10px;
    margin: 0 10px;
    text-align: center;

}

.sub2_1_section .breaktime {
    margin: 40px 0 100px 0;
    display: flex;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 50px 30px;
}

.sub2_1_section .breaktime .lunch,
.sub2_1_section .breaktime .dinner {
    width: 50%;
}

.sub2_1_section .breaktime .lunch {
    border-right: 0.5px solid var(--graphline);
}


/* 서브2-2 PC */
.sub2_2_section .section1 {
    margin: 100px 0 150px 0;
}

.sub2_2_section .name {
    display: flex;
    padding: 20px 30px;
    border: 1px solid #af9880;
    background-color: #af9880;
    color: white;
}

.sub2_2_section .content {
    display: flex;
}

.sub2_2_section ul .left-side {
    width: 30%;
    padding: 0 20px;
}

.sub2_2_section ul .right-side {
    width: 20%;

}

.sub2_2_section ul .middle {
    width: 50%;
}

.sub2_2_section ul li {
    text-align: left;
}

.sub2_2_section .content .left-side {
    width: 30%;
    border-bottom: 0.1px solid var(--graphline);
    border-right: 0.1px solid var(--graphline);
    padding: 30px 30px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.sub2_2_section .content .side,
.sub2_2_section .content .middle {
    padding: 30px 30px;
    border-bottom: 0.1px solid var(--graphline);
    border-right: 0.1px solid var(--graphline);
    display: flex;
    align-items: center;
}

.sub2_2_section .content .right-side {
    padding: 20px 30px;
    border-bottom: 0.1px solid var(--graphline);
    display: flex;
    align-items: center;
}


/* 서브3-1 PC */
.sub3_1_section .section1 .center .first {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    text-align: left;
}

.sub3_1_section .section1 .center .first .left,
.sub3_1_section .section1 .center .first .right {
    width: 50%;
}


.sub3_1_section .section1 .center .first .left .vaccination {
    display: inline;
    flex-direction: column;
}

.sub3_1_section .section1 .center .first .left .vaccination .title {
    border: 0.5px solid #af9880;
    background-color: #af9880;
    color: white;
    border-radius: 60px;
    padding: 20px 30px;
}

.sub3_1_section .section1 .center .first .left .vaccination .content {
    border-radius: 60px;
    padding: 20px 30px;
}

.sub3_1_section .section1 .center .first .left .vaccination .top,
.sub3_1_section .section1 .center .first .left .vaccination .bottom {
    display: inline-flex;
    border: 0.5px solid lightgray;
    border-radius: 60px;
}


.sub3_1_section .section1 .center .third .period {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
}

.sub3_1_section .section1 .center .third .period .left {
    height: 100%;
    border: 1px solid #745537;
    background-color: #745537;
    color: white;
    border-radius: 60px;
    padding: 10px 30px;
    margin-right: 100px;
}

.sub3_1_section .section1 .center .third .period .right {
    width: 70%;
    text-align: left;
    border: 1px solid var(--graphline);
    padding: 20px 30px;
    border-radius: 30px;
}


.sub3_1_section .section1 .second {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.sub3_1_section .section1 .second .line {
    width: 5%;
    border-bottom: 5px solid #af9880;
    margin: 0 auto;
}

.sub3_1_section .vaccinationgraphbutton {
    display: inline-flex;
    margin-top: 30px;
    border: 1px solid black;
    border-radius: 60px;
    padding: 20px 30px;
}

.sub3_1_section .vaccinationgraphbutton:hover {
    color: white;
    background-color: #af9880;
    border: 0;
}

/* 서브3-2 PC */
.sub3_2_section .section1 .center .first {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    text-align: left;
}

.sub3_2_section .section1 .center .first .left,
.sub3_2_section .section1 .center .first .right {
    width: 50%;
}


.sub3_2_section .section1 .center .first .left .vaccination {
    display: inline;
    flex-direction: column;
}

.sub3_2_section .section1 .center .first .left .vaccination .title {
    border: 0.5px solid #af9880;
    background-color: #af9880;
    color: white;
    border-radius: 60px;
    padding: 20px 30px;
}

.sub3_2_section .section1 .center .first .left .vaccination .content {
    border-radius: 60px;
    padding: 20px 30px;
}

.sub3_2_section .section1 .center .first .left .vaccination .top,
.sub3_2_section .section1 .center .first .left .vaccination .bottom {
    display: inline-flex;
    border: 0.5px solid var(--graphline);
    border-radius: 60px;
}

.sub3_2_section .section1 .second {
    width: 100%;
    background-color: #f5f5f5;
    padding: 100px 0;
}


.sub3_2_section .section1 .second .box {
    display: flex;
    justify-content: center;
}

.sub3_2_section .section1 .second .box .infanctprocedure {
    margin: 0 20px;
}

.sub3_2_section .section1 .second .box .infanctprocedure .title {
    border-top: 0.5px solid #af9880;
    background-color: #af9880;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 30px;
}

.sub3_2_section .section1 .second .box .infanctprocedure .content {
    height: 180px;
    border-bottom: 0.5px solid var(--graphline);
    background-color: white;
    color: gray;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
}


.sub3_2_section .section1 .third {
    margin: 150px 0;
}

.sub3_2_section .section1 .f {
    border-left: 5px solid #af9880;
    text-align: left;
    padding: 0 20px;
}


/* 영유아 테이블 */
.sub3_2_section .checkup-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}


.sub3_2_section .checkup-table th {
    background-color: #af9880;
    padding: 20px 30px;
    border: 1px solid #af9880;
    border-left: 1px solid var(--graphline);
    color: white;
    text-align: center;
}
.sub3_2_section .checkup-table th:first-child {
    border-left: none;
}

.sub3_2_section .checkup-table td {
    padding: 30px;
    border: 1px solid var(--graphline);
    vertical-align: middle;
    word-break: keep-all;
}
.sub3_2_section .checkup-table td:first-child {
    border-left: none;
}

.sub3_2_section .text-left { text-align: left; padding-left: 30px; }

.sub3_2_section .checkup-table .period {
    text-align: center;
    background-color: #f5f5f5;
}
.sub3_2_section .checkup-table .period .round {
    display: block;
    margin-bottom: 5px;
    background-attachment: fixed;
}
.sub3_2_section .checkup-table .period .date {
    display: block;

}

.sub3_2_section .third .graph {
    width: 100%;
}

.sub3_2_section .graph .name {
    display: flex;
    border: 1px solid #af9880;
    background-color: #af9880;
    color: white;

}

.sub3_2_section .graph li {
    padding: 25px 30px;
}

.sub3_2_section .content {
    display: flex;
}

.sub3_2_section .graph .name .left-side {
    width: 30%;
}

.sub3_2_section .graph .name .middle {
    width: 10%;
}

.sub3_2_section .graph .name .right-side {
    width: 60%;
}

.sub3_2_section .graph .content .left-side {
    width: 35%;
    border: 1px solid var(--graphline);
    border-right: 0;
    background-color: #f5f5f5;
    display: flex;
    align-items: stretch;
    padding: 0;
}


.sub3_2_section .graph .content .right-side {
    width: 60%;
    display: flex;
    align-items: center;
}

.sub3_2_section .graph .mergedcontent {
    display: flex;
    height: 100%;
}


#sub_content .sub3_2_section .graph .content .middle span {
    color: #2e5aff;
}

.sub3_2_section .fourth .graph .content .left-side {
    width: 26%;
    justify-content: center;
    align-items: center;
}

.sub3_2_section .fourth .graph .content .right-side {
    border: 1px solid var(--graphline);
    text-align: left;
}

.sub3_2_section .fourth .graph .content .left-side .rightbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.sub3_2_section .section1 .fifth {
    width: 100%;
    background-color: #f5f5f5;
    padding: 100px 0;
    margin: 150px 0;
}


.sub3_2_section .section1 .fifth .box {
    display: flex;
    justify-content: center;
}

.sub3_2_section .section1 .fifth .box .infanctprocedure {
    margin: 0 20px;
}

.sub3_2_section .section1 .fifth .box .infanctprocedure .title {
    border-top: 0.5px solid #af9880;
    background-color: #af9880;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 30px;
}

.sub3_2_section .section1 .fifth .box .infanctprocedure .content {
    height: 180px;
    border-bottom: 0.5px solid var(--graphline);
    background-color: white;
    color: gray;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
}

.sub3_2_section .fifth .fmethod {
    text-align: left;
}


.sub3_2_section .fifth .buttonbox {
    display: flex;
    text-align: left;
}

.sub3_2_section .fifth .buttonbox .checkupbutton {
    display: inline-flex;
    padding: 15px 30px;
    margin-bottom: 30px;
    border: 1px solid #fce114;
    border-radius: 60px;
    background-color: #fce114;

}

.sub3_2_section .fifth .buttonbox .healthbutton {
    display: inline-flex;
    padding: 15px 30px;
    margin-bottom: 30px;
    border: 1px solid #e8342f;
    border-radius: 60px;
    background-color: #e8342f;
    color: white;
    margin-left: 20px;
}

.sub3_2_section .fifth .whitebox {
    text-align: left;
    background-color: white;
    justify-content: left;
    padding: 30px 30px;
}

.sub3_2_section .fifth .whitebox img {
    margin-right: 10px;
}

.sub3_2_section .sixth {
    text-align: left;
}

.sub3_2_section .sixth .line {
    width: 100%;
    border: 0.1px solid var(--graphline);
}

.qa-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-answer {
    display: none;
    padding: 35px 0 0 0;
    border-top: 0.1px solid var(--graphline);
}

.qa-answer.active {
    display: block;
}

.arrow-icon {
    transition: transform 0.3s ease;
    font-weight: bold;
}

.qa-question.active .arrow-icon {
    transform: rotate(180deg);
}


/* .sub3_2_section .graph .content .side {
    width: 100%;
    border: 0.1px solid #eaeaea;
    display: flex;
    align-items: center;
} */


/* 서브3-3 PC */
.sub3_3_section .service_list {
    width: 100%;
    display: flex;
    gap: 20px;
}

.sub3_3_section .service_list .item {
    height: 350px;
    width: 100%;
    text-align: left;
    position: relative;

}

.sub3_3_section .service_list .item img {
    position: absolute;
    z-index: 0;
    gap: 30px;
}


.sub3_3_section .service_list .item .num {
    padding: 30px 30px;
    position: relative;
    z-index: 1;
}

.sub3_3_section .service_list .item .title {
    padding: 50px 30px 30px 30px;
    position: relative;
    z-index: 1;
}

.sub3_3_section .service_list .item .description {
    padding: 10px 30px 30px 30px;
    position: relative;
    z-index: 1;

}


/* 서브4-1 PC */
.sub4_1_section .section1 .center {
    display: flex;
}

.sub4_1_section .left {
    text-align: left;
    width: 30%;
}

.sub4_1_section .right {
    display: flex;
    width: 70%;
    height: 100%
}

.sub4_1_section .right .box {
    width: 220px;
}

.sub4_1_section .right .border {
    border-bottom: 1px solid var(--graphline);
}

.sub4_1_section .right .circle {
    flex-direction: column;
    display: inline-flex;
    border: 1px solid #af9880;
    border-radius: 50%;
    background-color: #af9880;
    color: white;
    width: 175px;
    height: 175px;
    justify-content: center;
    margin-bottom: 20px;
}

.sub4_1_section .right .box .content {
    display: flex;
    margin-top: 30px;
}

.sub4_1_section .right .content {
    display: flex;
}

.sub4_1_section .right .content .description {
    text-align: left;
}

.sub4_1_section .arrow {
    height: 198px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.sub4_1_section .right .graph {
    width: 100%;
    height: 100%;
}

.sub4_1_section .right .graph .name {
    border: 1px solid #af9880;
    background-color: #af9880;
    color: white;
    padding: 20px;
}

.sub4_1_section .graph .content {
    width: 100%;
    height: 100%;
}

.sub4_1_section .graph .content .title {
    width: 20%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--graphline);
    border-right: 0;

}

.sub4_1_section .graph .content .description {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
}

.sub4_1_section .graph .content .description li {
    border: 1px solid var(--graphline);
    padding: 30px 30px;
}

.sub4_1_section .right .guide {
    display: flex;
    border-bottom: 0.1px solid var(--graphline);
    margin-top: 30px;
    margin-bottom: 30px;
}

.sub4_1_section .right .guide .description {
    margin: 0 10px 15px;
    text-align: left;
}


.sub4_1_section .plus {
    /* padding: 0px 687px; */
    text-align: left;

}


/* 서브5-1 PC */
.sub5_1_section .section1 .center {
    display: flex;
}

.sub5_1_section .left {
    text-align: left;
    width: 30%;
}

.sub5_1_section .right {
    width: 70%;
    height: 100%;
    text-align: left;
}

.sub5_1_section .management {
    width: 100%;
    margin: 20px 0 30px 0;
}

.sub5_1_section .manage {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--graphline);
    margin: 20px 0 10px;
}

.sub5_1_section .manage img {
    display: flex;
}

.ourhome {
    position: relative;
    display: flex;
    justify-content: center;
    border: 0.5px solid var(--graphline);
    border-radius: 20px;
    width: 100%;
}

.ourhomebutton {
    position: absolute;
    right: 30px;
    bottom: 5px;
    display: inline-flex;
    padding: 15px 30px;
    margin-bottom: 30px;
    border: 1px solid #f58220;
    border-radius: 60px;
    color: white;
    background-color: #f58220;
}


/* 서브5-2 PC */
.sub5_2_section .section1 .center {
    display: flex;
}

.sub5_2_section .left {
    text-align: left;
    width: 30%;
}

.sub5_2_section .right {
    width: 70%;
    height: 100%;
    text-align: left;
}

.sub5_2_section .management {
    width: 100%;
    margin: 20px 0 30px 0;
}

.sub5_2_section .manage {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--graphline);
    margin: 30px 0 30px;
}


.sub5_2_section .manage img {
    display: flex;
    height: 100px;
    width: 100px;
    margin: 10px 20px 30px 0px;
}


.sub5_2_section .manages {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--graphline);
    margin: 30px 0 30px;
}

.sub5_2_section .description {
    margin-left: 20px;
}


/* 서브5-3 PC */

.sub5_3_section .section1 .center {
    display: flex;
}

.sub5_3_section .left {
    text-align: left;
    width: 30%;
}

.sub5_3_section .right {
    width: 70%;
    height: 100%;
    text-align: left;
}

.sub5_3_section .management {
    width: 100%;
    margin: 20px 0 30px 0;
}

.sub5_3_section .manage {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--graphline);
    margin: 30px 0 30px;
}


.sub5_3_section .youtubebox {
    display: flex;
    padding: 30px 30px;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.sub5_3_section .youtubebox .content {
    padding: 30px;
    margin-left: 20px;
    width: 60%;
}

.sub5_3_section .youtubebox img {
    width: 240px;
}

.sub5_3_section .youtubebox i {
    display: flex;
    align-items: center;
    height: 100%;
}


/* 서브5-4 PC */
.sub5_4_section .section1 .center {
    display: flex;
}

.sub5_4_section .left {
    text-align: left;
    width: 30%;
}

.sub5_4_section .right {
    width: 70%;
    height: 100%;
    text-align: left;
}

.sub5_4_section .management {
    width: 100%;
    margin: 20px 0 30px 0;
}

.sub5_4_section .manage {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--graphline);
    margin: 30px 0 30px;
}


.sub5_4_section .manages {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--graphline);
    margin: 30px 0 30px;
}

.sub5_4_section .description {
    margin-left: 20px;
}


/* 전에꺼 */
.sub2_1_section .left p {
    color: #aaaaaa;
}

.sub2_1_section .left p span {
}

.sub2_1_section .right {
    padding-left: 70px;

    border-left: 1px solid #b7b7b7;


}

.sub2_1_section .right ul li {
    position: relative;
}

.sub2_1_section .left p {
    transform: translateY(-18px);
}

.sub2_1_section .right ul li.first {
    transform: translateY(-10px);
}

.sub2_1_section .right ul li .content {
    transform: translateY(-10px);
}

.sub2_1_section .right .dot {
    width: 27px;
    height: 27px;
    background-color: rgba(34, 66, 141, 0.6);
    border-radius: 64px;

    position: absolute;
    top: 0%;
    left: -84px;
    /* transform: translate(-50%, -50%); */
}

.sub2_1_section .right .dot_inside {
    width: 13px;
    height: 13px;
    background-color: rgba(34, 66, 141, 1);
    border-radius: 64px;

    position: absolute;
    top: 6px;
    left: -77px;
    /* transform: translate(-50%, -50%); */
}


.sub2_1_section .left {
    width: 280px;
    min-width: 280px;
}

.sub2_1_section .right .text {
    color: #555555;
}

.sub2_1_section .right .title {

}

.sub2_2_section .content_top ul {
    display: flex;
    justify-content: space-between;
}

.sub2_2_section .content_top ul li {
    width: 440px;
}

.sub2_2_section ul li p {
    margin: 30px 0 40px;
    text-align: center;
}

.sub2_2_section .content_bottom ul {
    display: flex;
    justify-content: space-between;
}


.sub2_3_section .section1 {
    text-align: center;
}

.sub3_2_section .section2 {
    margin-top: 80px;
}

.sub3_2_section .section2 .title {
}

.sub3_2_section .section2 span {
    display: block;
    width: 44px;
    height: 5px;

    margin: 30px 0;
}

.sub3_2_section .section2 p {
    color: #555555;
}

.sub3_2_section .section2 ul li {
    width: 50%;
}

.sub3_3_section.sub2_2_section .content_top ul li {
    width: auto;
}

.sub3_3_section .section2 .title {
}

#sub_content .list3 table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #111;
}


.sub3_3_section.sub3_2_section .section2 ul li {
    width: 100%;
}

.sub3_4_section ul.ul_fix {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 90px;
}


.sub4_1_section .table_wrap table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #111;
}

.sub4_1_section .table_wrap table tr {
    border-bottom: 1px solid #d7d7d7;
    /* transition: 0.5s; */
}

.sub4_1_section .table_wrap table tr td {
    cursor: pointer;
}

.sub4_1_section .table_wrap table tr td,
.sub4_1_section .table_wrap table tr th {
    padding: 26px 0;
}

.sub4_1_section .table_wrap table tr:not(:first-child):hover {
    /* border: 1px solid var(--blue) !important; */
    border: 0;
    outline-offset: -1px;
}

.sub4_1_section .table_wrap table tr td:nth-child(1),
.sub4_1_section .table_wrap table tr td:nth-child(3) {
    color: #777777;
    text-align: center;
}

.sub4_1_section .table_wrap table tr td:nth-child(1) {
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub4_1_section .table_wrap table tr td:nth-child(2) {
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub4_1_section .table_wrap table tr td:nth-child(3) {
    font-family: 'Pretendard-Light', sans-serif;
}

.sub6_1_d_section .sub_title {
    border-bottom: 2px solid #111;
    display: flex;
    justify-content: space-between;
}

.sub6_1_d_section .sub_title b {
    font-weight: normal;
}

.sub6_1_d_section .sub_title i {
    font-style: normal;
    color: #777777;
}

.sub6_1_d_section .subtitle {
    text-align: left;
    margin-bottom: 20px;
}

.sub6_1_d_section .button {
    display: flex;
    cursor: pointer;
    margin: 0 auto;
    gap: 16px;
    justify-content: center;
}
.sub6_1_d_section .youtubebtn {
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding: 20px 30px;
    display: inline-flex;
    color: white;
    background-color: red;
    border: 1px solid red;
    border-radius: 60px;
    margin-bottom: 30px;
}

.sub6_1_d_section .list_btn {

    display: flex;
    cursor: pointer;
    margin-bottom: 60px;
    margin: 0 auto;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    background-color: #af9880;
    width: 180px;
    height: 60px;


    color: white;

}


.sub6_1_d_section .info1 span,
.sub6_1_d_section .info2 span {
    padding: 0 1px;
    color: #777;
}

.sub6_1_d_section .info2 {
    color: #111;
}

.sub6_1_d_section .content {
    /*height: 550px;*/
    height: 100%;

    padding: 50px;
    text-align: left;
}

.sub6_1_d_section .content img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}


.sub6_1_d_section .attach {
    display: flex;
    flex-direction: column;
    gap: 20px;

    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    background-color: #f5f5f5;
}

.sub6_1_d_section ul.attach li {
    display: flex;
    align-items: center;
}

.sub6_1_d_section .attach i {
    font-size: 24px;
    padding-right: 24px;
}

.sub6_1_d_section .arrow_wrap {
    border: 1px solid #d7d7d7;
    padding: 20px 45px;
}

.sub6_1_d_section .arrow_wrap b {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
}

.sub6_1_d_section .arrow_wrap ul {
    display: flex;
}

.sub6_1_d_section .arrow_wrap ul li {
    width: 50%;
    cursor: pointer;
    height: 70px;

    display: flex;
    align-items: center;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.sub6_1_d_section .arrow_wrap ul li {
}

.sub6_1_d_section .arrow_wrap ul li:first-child {
    border-right: 1px solid #d7d7d7;
}

.sub6_1_d_section .arrow_wrap ul li:first-child i {
    padding-right: 25px;
}

.sub6_1_d_section .arrow_wrap ul li:last-child {
    justify-content: flex-end;
}

.sub6_1_d_section .arrow_wrap ul li:last-child i {
    padding-left: 25px;
}

.sub6_1_d_section .arrow_wrap ul li span {
    padding: 0 12px;
    color: #d7d7d7;
}



.sub6_2_section {
    padding: 0 0 130px;
}

.sub6_1_section {
    padding: 0 0 130px;
}

/* 페이징 */

.page_btn {
    margin-top: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    color: #555555;
    font-family: 'Pretendard-Medium', sans-serif;
}

.page_btn a {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn .page_num {
    color: #745537;

    position: relative;

}


.page_btn .page_num::after {
    content: "";
    position: absolute;
    left: 52%;
    bottom: 7px;
    height: 1px;
    width: 10px;
    transform: translate(-50%, 0%);
    background: #745537;
}

.page_btn .arrow_btn {
    font-size: 24px;
    /* transform: translateY(2px); */
}


.total_search {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.total_search > p span {

}


.search_box {
    display: flex;
}

.search_select {
    width: 150px;
    height: 50px;
    border: none;
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;

    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 5px;
}

.search_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
}

.search_select select {
    font-size: 17px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
}

.search_box input[type='text'] {
    width: 300px;
    height: 50px;
    border: none;
    margin-right: 5px;
    font-size: 17px;

    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px;
}

.search_box input[type='text']::placeholder {
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_box input[type='text']:-ms-input-placeholder {
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_box input[type='button'] {
    width: 110px;
    height: 50px;
    color: white;
    background-color: #af9880;
    border: 0;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;

    border-radius: 10px;
}


.wrap_controllers {
    display: none;
}

.sub1_4_section .left {
    text-align: left;
}


/* 라디오 버튼 크기 및 스타일 커스텀 */

input[type="radio"] {
    appearance: none;
    /* 기본 스타일 제거 */
    -webkit-appearance: none;
    width: 12px;
    height: 22px;
    border: 1px solid #ddd;
    /* 테두리 색상 옅게 */
    border-radius: 50%;
    /* 동그라미 모양 */
    margin: 0;
    cursor: pointer;
    position: relative;
}

/* 체크됐을 때 내부 동그라미 스타일 */

input[type="radio"]:checked {
    border-color: #302d90;
    /* 체크됐을 때 테두리 색상 */
}

input[type="radio"]:checked::after {
    content: '';
    width: 10px;
    /* 내부 동그라미 크기 */
    height: 10px;
    /* 내부 동그라미 크기 */
    background: #302d90;
    /* 내부 동그라미 색상 */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 커스텀 select  */

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d7d7;
}

.custom-select_trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3b3b3b;
    height: 3vw;
    line-height: 0px;
    background: #ffffff;
    cursor: pointer;
    padding: 0 0.5vw;
}

.custom-options {
    width: 100.1%;
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: 0;
    border: 1px solid #d7d7d7;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 0.5vw;
    line-height: 57px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.custom-option.selected {
    color: #ffffff;
    background-color: var(--main-color)
}

.sub4_1_section .table_wrap table tr th {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

#sub_intro img {
}

#sub_intro .sub_intro_text .si_bottom {
    color: lightgray;
}

.sub_intro_text {
    position: absolute;
    top: 35%;
    width: 100%;
}

#sub_intro ul {
    position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: center;
}


/* 일반적 게시판 */

.common_list_wrap table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #111;
}

.common_list_wrap table tr {
    border-bottom: 1px solid #d7d7d7;
    /* transition: 0.5s; */
}

.common_list_wrap table tr td {
    cursor: pointer;
}

.common_list_wrap table tr th {
    text-align: center;
}

.common_list_wrap table tr th {
    padding: 25px 0;
}

.common_list_wrap table tr td {
    padding: 37px 0;
}

.common_list_wrap table tr,
.common_list_wrap table tr td {
    /* box-sizing: border-box; */
}

.common_list_wrap table tr:not(:first-child):hover {
    /*border-bottom: 1px solid rgba(0,0,0,0);*/
    /*outline: 1px solid var(--orange);*/
    /*outline-offset: -1px;*/

    background-color: #f5f5f5;
}

.common_list_wrap table tr td:nth-child(1),
.common_list_wrap table tr td:nth-child(3),
.common_list_wrap table tr td:nth-child(4),
.common_list_wrap table tr td:nth-child(5) {
    font-family: 'Pretendard-Regular', sans-serif;
    color: #747474;
    text-align: center;
}

.common_list_wrap table tr td:nth-child(5) {

}

.common_list_wrap table tr td.answer {
    font-family: 'Pretendard-Bold', sans-serif !important;
    color: var(--orange) !important;
}

.common_list_wrap table tr td:nth-child(6) {
    font-family: 'Pretendard-Regular', sans-serif;
    color: #111;
    text-align: center;
}

.common_list_wrap table tr td:nth-child(2) {
    font-family: 'Pretendard-Bold', sans-serif;
    color: #111;
    text-align: left;
}

.common_list_wrap table tr td:nth-child(2) p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 35vw;
}

.common_list_wrap table tr th {
    font-family: 'Pretendard-Bold', sans-serif;
}

.common_list_wrap table tr td img {
    padding-right: 10px;
}

.common_list_wrap .write_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: var(--orange);
    color: white;

    width: 110px;
    height: 52px;
    float: right;
}


.s4_2_con {
    margin-top: 55px;
}

.s4_2_ul {
    gap: 80px 40px;
}

.s4_2_ul li {
    gap: 20px 0;
    width: calc((100% - 80px) / 3);
}

.s4_2_ul .imgs {
    width: 100%;
    height: 16.1vw;
    font-size: 0;
}

.s4_2_ul .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 16px;
}

.s4_2_ul .txts {
    margin-top: 15px;
    gap: 15px 0;
    text-align: left;
}

.s4_2_ul .txts p.txt1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}


.fc-777777 {
    color: #777777;
}



/* mobile */
@media screen and (max-width: 767px) {

    /* sub intro */
    #sub_intro {
        height: 350px;
    }

    #sub_intro img {
        width: 100%;
        /*height: 50vh*/
        height: 58vh
    }


    #sub_content {
        word-break: keep-all;
    }

    #sub_content {
        word-break: keep-all;
    }

    #sub_menu {
        backface-visibility: hidden;
        height: 50px;
        margin-top: 0.1px;
    }

    #sub_content {
        padding: 50px 0 50px;
    }

    #sub_content .sub1_2 {
        padding: 50px 0 0px;
    }

    /*#sub_content .sub1_3_section {*/
    /*    padding: 50px 0 50px;*/
    /*}*/

    .sub1_1_section .section1 > span {
        margin: 20px 0;
    }

    .sub1_1_section .section1 .bottom_text {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sub1_1_section .section1 img {
        width: 100vw;
        height: 20vh;
    }

    .sub1_menu ul li {
        width: 20%;
    }


    .fixed_img {
        background-attachment: scroll;
        height: 220px;
    }

    .img_area img {
        /* width: 100%; */
    }

    .sub1_2_section .section1 .center {
        margin-bottom: 50px;
    }

    .sub1_2_section .section1 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .sub1_2_section .section1 .doctorwhitebox,
    .sub1_2_section .section1 .doctorpinkbox {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .sub1_2_section .section1 .doctorwhitebox .left,
    .sub1_2_section .section1 .doctorwhitebox .right {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .sub1_2_section .section1 .doctorpinkbox .center {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .sub1_2_section .section1 .doctorpinkbox .center .right {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .sub1_2_section .section1 .doctorpinkbox .center .right img {
        margin: 0 20px;
    }


    .sub1_2_section .section2 {
        height: auto;
        padding: 50px 0;
        background-size: 50%;
    }

    .sub1_2_section .section2 .text {
        padding-top: 0;
    }

    .sub1_3_section .inside {
        /* width: 100vw; */
        width: 100%;
        flex-direction: column;
        margin: 0;
        text-align: center;
    }

    .sub1_3_section .inside .left {
        width: 100%;
        text-align: center;
    }

    .sub1_3_section .inside .left .arrow {
        display: none;
    }

    .sub1_3_section .right {
        margin-left: -5%;
        width: 100vw;
    }


    .sub1_3_section .right img {
        /*width: 100vw;*/
    }

    .sub1_3_section .big_year {
        text-align: left;
        /* padding-left: 20px; */
        padding-right: 0px;
    }

    .sub1_3_section .section1 .right {
        padding-left: 0;
        padding-top: 20px;
    }

    .sub1_3_section .section1 .right .year {
        padding-left: 35px;
    }

    .sub1_3_section .section1 .right ul {
        padding-top: 10px;
        padding-left: 35px;
    }

    .sub1_3_section .section1 .right ul > img {
        /* display: none; */
        top: 204px;
        left: 10px;
    }

    .sub1_4_section .section1 {
        flex-direction: column;
    }

    .sub1_4_section .section1 .label {
        width: 70%;
        display: none;
    }

    .sub1_4_section .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .sub1_4_section .right {
        width: 100%;
        margin-bottom: 0;
    }

    .root_daum_roughmap .wrap_map {
        height: 400px !important;
    }

    .sub1_4_section .right {
        padding-top: 30px;
        padding-left: 0px;
    }

    .sub1_4_section .right ul li {
        padding: 30px 0;
    }

    .sub1_4_section .right ul {
        margin-bottom: 30px;
    }

    .sub1_menu.sub2_menu ul li {
        width: 30%;
    }

    #sub_content.sub1_3_fix {
        margin-bottom: 90px;
        overflow-y: hidden;
    }


    /* 서브2-1 페이지 모바일*/
    .breaktime {
        margin-left: -10%;
    }

    .sub2_1_section .flex_box {
        flex-direction: column;
    }

    .sub2_1_section .left {
        width: auto;
        min-width: auto;
    }

    .sub2_1_section .right {
        padding-left: 30px;
    }

    .sub2_1_section .right .dot {
        top: -1px;
        left: -44px;
    }

    .sub2_1_section .right .dot_inside {
        top: 6px;
        left: -37px;
    }

    .sub2_1_section .right ul li .content {
        transform: translateY(2px);
    }

    .sub2_1_section .left p {
        transform: translateY(-18px);
        padding-bottom: 10px;
    }
    /*서브2-2 mobile*/
    .sub2_2_section .content_top ul,
    .sub2_2_section .content_bottom ul {
        flex-direction: column;
    }

    .sub2_2_section .content_top ul li,
    .sub2_2_section .content_bottom ul li {
        width: 100%;
    }

    .sub2_2_section ul .left-side {
        padding: 0;
        padding-right: 20px;
    }

    .sub2_2_section .content .left-side {
        width: 45%;
        border: 0.1px solid #eaeaea;
        padding: 30px 0 30px 15px;
        background-color: #f5f5f5;
        display: flex;
        align-items: center;
        overflow: scroll;
        /* height: 100px; */
    }

    .sub2_2_section ul li p {
        margin: 20px 0 30px;
    }

    .sub2_3_section .section1 img {
        width: 100%;
    }

    .sub1_menu.sub3_menu ul li {
        width: 20%;
    }

    .sub3_2_section .section2 ul {
        flex-direction: column;
        gap: 30px;
    }

    .sub3_2_section .section2 span {
        height: 2px;
        margin: 20px 0;
    }

    .sub3_2_section .section2 ul li {
        width: 100%;
    }

    .sub3_2_section .section2 {
        margin-top: 30px;
    }

    .sub3_4_section ul.ul_fix {
        gap: 10px;
        margin-top: 50px;
    }

    .total_search {
        flex-direction: column;
        gap: 10px;
    }

    .search_select select,
    .search_select {
        font-size: 14px;
        height: 44px;
    }

    .search_box input[type='text'] {
        width: 100%;
        height: 44px;
    }

    .search_box input[type='text'],
    .search_box input[type='text']::placeholder,
    .search_box input[type='button'] {
        font-size: 14px;
    }

    .sub1_1_section .total_search #search {
        width: 100%;
    }

    .search_box input[type='button'] {
        height: 44px;
    }

    .search_select {
        width: 50%;
    }

    .sub4_1_section .table_wrap table tr td,
    .sub4_1_section .table_wrap table tr th {
        padding: 16px 0;
    }


    .sub6_1_d_section .content {
        padding: 20px;
    }

    .sub6_1_d_section .attach {
        gap: 15px;
        padding: 20px;
    }

    .sub6_1_d_section .attach i {
        font-size: 20px;
        padding-right: 18px;
    }

    .sub6_1_d_section .arrow_wrap {
        padding: 20px;
    }

    .sub6_1_d_section .arrow_wrap ul {
        flex-direction: column;
    }

    .sub6_1_d_section .arrow_wrap ul li {
        width: 100%;
    }

    .sub6_1_d_section .arrow_wrap ul li {
        width: 100%;
        height: 30px;
    }

    .sub6_1_d_section .arrow_wrap ul li:last-child i {
        padding-left: 10px;
    }

    .sub6_1_d_section .arrow_wrap ul li:first-child i {
        padding-right: 10px;
    }

    .sub6_1_d_section .arrow_wrap ul li span {
        display: none;
    }

    .sub6_1_d_section .arrow_wrap ul {
        flex-direction: initial;
    }

    .sub6_1_d_section .arrow_wrap b {
        display: none;
    }

    .sub6_1_d_section .list_btn {
        width: 120px;
        height: 40px;
    }

    .sub6_1_d_section .youtubebtn {
        width: 160px;
        height: 20px;
        padding: 10px;
    }


    .total_search {
        flex-direction: column;
        gap: 10px;
    }

    .search_select select,
    .search_select {
        font-size: 14px;
    }

    .search_box input[type='text'] {
        width: 100%;
    }

    .search_box input[type='text'],
    .search_box input[type='text']::placeholder,
    .search_box input[type='button'] {
        font-size: 14px;
    }

    .sub1_1_section .total_search #search {
        width: 100%;
    }

    .search_box input[type='button'] {
    }

    .search_select {
        width: 50%;
    }

    .search_select {
        padding: 0px;
    }


    .common_list_wrap table tr th {
        padding: 18px 0;
    }

    .common_list_wrap table tr td {
        padding: 16px 0;
    }

    .search_box input[type='button'],
    .search_select select, .search_select,
    .search_box input[type='text'] {
        height: 38px;
    }

    .common_list_wrap table tr td img {
        padding-right: 5px;
    }

    .common_list_wrap table tr td:nth-child(5),
    .common_list_wrap table tr th:nth-child(5) {
        /* display:none; */
    }

    .common_list_wrap .write_btn {
        width: 80px;
        height: 40px;
    }

    .page_btn {
        margin: 50px auto 0;
        width: 100%;
    }

    .s4_2_ul {
        gap: 30px 20px;
    }

    .s4_2_ul li {
        width: calc((100% - 40px) / 2);
    }

    .s4_2_ul .imgs {
        width: 100%;
        height: 30vw;
    }

    .sub1_2_section .section1 .doctorwhitebox{
        margin: 0px 0;
    }

    .sub1_2_section .section1 .doctorpinkbox{
        margin: 0;
    }

    .sub1_4_section .left .box{
        width: 100%;
    }

    #sub_menu.sub2_menu ul li{
        width: 26%;
    }

    .sub2_1_section .time .box li{
        margin: initial;
    }

    .sub2_1_section .time .box{
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .sub2_1_section .breaktime {
        margin: 30px 0 50px 0;
        padding: 40px 0px;
    }

    .sub2_2_section .section1{
        margin: 50px 0 70px 0;
    }

    .sub2_2_section .name{
        padding: 20px;
    }

    .sub2_2_section .section1 {
        margin: 50px 0 70px 0;
    }

    .sub2_2_section .name,
    .sub2_2_section .content .side, .sub2_2_section .content .middle,
    .sub2_2_section .content .right-side{
        padding: 20px;
    }

    .sub2_2_section ul .right-side {
        width: 100px;
        padding-left: 20px;
    }

    .sub2_2_section ul .middle {
        width: 100px;
        padding-left: 20px;
    }

    .sub2_2_section .content .left-side {
        width: 110px;
        padding: 20px;
    }

    .sub2_2_section ul .left-side{
        width: 110px;
        padding-right: 0px;
    }

    .sub3_1_section .section1 .center .first {
        margin-top: 50px;
        margin-bottom: 70px;
        flex-direction: column;
        gap: 30px;
    }

    .sub3_1_section .section1 .center .first .left,
    .sub3_1_section .section1 .center .first .right {
        width: 100%;
    }

    .sub3_1_section .section1 .center .first .left .vaccination .title{
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub3_1_section .section1 .center .first .left .vaccination .top,
    .sub3_1_section .section1 .center .first .left .vaccination .bottom {
        width: 100%;
    }

    .sub3_1_section .section1 .center img{
        width: 100%;
    }

    .sub3_1_section .section1 .second{
        padding: 50px 0 70px;
    }

    .sub3_1_section .section1 .center .third .period .left{
        margin-right: 20px;
        width: 25%;
    }

    .sub3_1_section .section1 .center .third .period .right{
        width: 100%;
        padding: 20px;
    }

    .sub3_1_section .section1 .center .third .period {
        margin-bottom: 20px;
    }

    .sub3_2_section .section1 .center .first {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 50px;
        gap: 30px;
    }

    .sub3_2_section .section1 .center .first .left,
    .sub3_2_section .section1 .center .first .right {
        width: 100%;
    }

    .sub3_2_section .section1 .center .first .left .vaccination .top,
    .sub3_2_section .section1 .center .first .left .vaccination .bottom{
        width: 100%;
    }

    .sub3_2_section .section1 .center .first .left .vaccination .title{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub3_2_section .section1 .center .first .right img{
        width: 100%;
    }

    .sub3_2_section .section1 .second .box{
        flex-direction: column;
        gap: 30px;
    }

    .sub3_2_section .section1 .second .box .infanctprocedure .content {
        height: 100%;
    }

    .sub3_2_section .section1 .second {
        padding: 50px 0;
    }

    .sub3_2_section .section1 .third {
        margin: 50px 0;
    }

    .sub3_2_section .checkup-table th,
    .sub3_2_section .checkup-table td{
        padding: 20px 0;
    }

    .sub3_2_section .checkup-table tr td:nth-child(3){

    }

    .sub3_2_section .checkup-table{
        table-layout: initial;
    }

    .sub3_2_section .section1 .fifth {
        padding: 30px 0;
        margin: 50px 0;
    }

    .sub3_2_section .fifth .whitebox{
        padding: 20px;
    }

    .sub3_2_section .fifth .buttonbox {
        flex-direction: column;
    }

    .sub3_2_section .fifth .buttonbox .checkupbutton {
        margin-bottom: 20px;
    }

    .sub3_2_section .fifth .buttonbox .healthbutton {
        margin-bottom: 20px;
         margin-left: initial;
    }

    .sub3_2_section .fifth .whitebox {
        padding: 20px;
    }

    .sub3_3_section .service_list{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .sub3_3_section .service_list .item img {
        width: 100%;
        height: 250px;
    }

    .sub3_3_section .service_list .item .num {
        padding: 20px;
    }

    .sub3_3_section .service_list .item .title {
        padding: 30px 20px 50px;
    }

    .sub3_3_section .service_list .item .description {
        padding: 0px 20px;
    }

    .sub3_3_section .service_list .item {
        height: 250px;
    }

    .sub4_1_section .section1 .center{
        flex-direction: column;
        gap: 10px;
    }

    .sub4_1_section .right {
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 40px;
    }

    .sub4_1_section .right .box {
        width: 100%;
    }

    .sub4_1_section .arrow {
        display: none;
    }

    .sub4_1_section .left{
        width: 100%;
    }

    .sub4_1_section .mytitle{
        margin-bottom: 10px;
    }

    #sub_menu.sub5_menu ul li{
        width: 25%;
    }

    #sub_menu.sub5_menu .fs-20{
        font-size: 12px;
    }

    .sub5_1_section .section1 .center{
        flex-direction: column;
    }

    .sub5_1_section .left,
    .sub5_1_section .right{
        width: 100%;
    }

    .sub5_1_section .manage{
        margin: 10px 0 20px;
    }

    .sub5_1_section .section1 img{
        width: 100%;
        border-radius: 20px;
    }

    .ourhomebutton {
        right: 0;
        bottom: 0;

        padding: 10px 15px;
        margin-bottom: 0;
        border-radius: 20px;
        background-color: #f58220;
    }

    .sub5_2_section .section1 .center {
        flex-direction: column;
    }

    .sub5_2_section .left,
    .sub5_2_section .right{
        width: 100%;
    }

    .sub5_2_section .management{
        margin: initial;
    }

    .sub5_2_section .management_img img{
        width: 100%;
    }

    .sub5_3_section .section1 .center{
        flex-direction: column;
    }

    .sub5_3_section .left,
    .sub5_3_section .right{
        width: 100%;
    }

    .sub5_3_section .youtubebox{
        box-sizing: border-box;
        padding: 20px;
        flex-direction: column;
    }

    .sub5_3_section .youtubebox img {
        width: 100%;
    }

    .sub5_3_section .youtubebox .content {
        padding: 20px 0;
        margin-left: 0;
        width: 100%;
    }

    .sub5_3_section .youtubebox .icon{
        display: none;
    }

    .sub5_4_section .section1 .center{
        flex-direction: column;
    }

    .sub5_4_section .left,
    .sub5_4_section .right{
        width: 100%;
    }

    .sub5_4_section .section1 img{
        width: 100%;
    }

    .sub6_1_section,
    .sub6_2_section{
        padding: 0 0 30px;
    }

    .sub6_1_d_section .video-container {
        position: relative;
        height: 250px;
        overflow: hidden;

        margin-top: 20px;
        margin-bottom: 30px;
    }

    .sub6_1_d_section .video-container iframe,
    .sub6_1_d_section .video-container object,
    .sub6_1_d_section .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* sub intro */
    #sub_intro {
        height: 350px;
    }

    #sub_intro img {
        width: 100%;
        /*height: 50vh*/
        height: 58vh
    }


    #sub_content {
        word-break: keep-all;
    }

    #sub_content {
        word-break: keep-all;
    }

    #sub_menu {
        backface-visibility: hidden;
        height: 50px;
        margin-top: 0.1px;
    }


    #sub_content .sub1_2 {
        padding: 50px 0 0px;
    }

    /*#sub_content .sub1_3_section {*/
    /*    padding: 50px 0 50px;*/
    /*}*/

    .sub1_1_section .section1 > span {
        margin: 20px 0;
    }

    .sub1_1_section .section1 .bottom_text {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sub1_1_section .section1 img {
        width: 100vw;
        height: 20vh;
    }

    .sub1_menu ul li {
        width: 20%;
    }


    .fixed_img {
        background-attachment: scroll;
        height: 220px;
    }

    .img_area img {
        /* width: 100%; */
    }

    .sub1_2_section .section1 .center {
        margin-bottom: 50px;
    }

    .sub1_2_section .section1 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .sub1_2_section .section1 .doctorwhitebox,
    .sub1_2_section .section1 .doctorpinkbox {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .sub1_2_section .section1 .doctorwhitebox .left,
    .sub1_2_section .section1 .doctorwhitebox .right {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .sub1_2_section .section1 .doctorpinkbox .center {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .sub1_2_section .section1 .doctorpinkbox .center .right {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .sub1_2_section .section1 .doctorpinkbox .center .right img {
        margin: 0 20px;
    }


    .sub1_2_section .section2 {
        height: auto;
        padding: 50px 0;
        background-size: 50%;
    }

    .sub1_2_section .section2 .text {
        padding-top: 0;
    }

    .sub1_3_section .inside {
        /* width: 100vw; */
        width: 100%;
        flex-direction: column;
        margin: 0;
        text-align: center;
    }

    .sub1_3_section .inside .left {
        width: 100%;
        text-align: center;
    }

    .sub1_3_section .inside .left .arrow {
        display: none;
    }

    .sub1_3_section .right {
        margin-left: -5%;
        width: 100vw;
    }


    .sub1_3_section .right img {
        /*width: 100vw;*/
    }

    .sub1_3_section .big_year {
        text-align: left;
        /* padding-left: 20px; */
        padding-right: 0px;
    }

    .sub1_3_section .section1 .right {
        padding-left: 0;
        padding-top: 20px;
    }

    .sub1_3_section .section1 .right .year {
        padding-left: 35px;
    }

    .sub1_3_section .section1 .right ul {
        padding-top: 10px;
        padding-left: 35px;
    }

    .sub1_3_section .section1 .right ul > img {
        /* display: none; */
        top: 204px;
        left: 10px;
    }

    #daumRoughmapContainer1763017202498{
        height: 100%;
        right: 0;
    }

        /*.sub1_4_section .section1 {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.sub1_4_section .section1 .label {*/
    /*    width: 70%;*/
    /*    display: none;*/
    /*}*/

    .sub1_4_section .left {
        margin-right: 30px;
    }

    /*.sub1_4_section .right {*/
    /*    width: 100%;*/
    /*    margin-bottom: 0;*/
    /*}*/


    /*.sub1_4_section .right {*/
    /*    padding-top: 30px;*/
    /*    padding-left: 0px;*/
    /*}*/

    /*.sub1_4_section .right ul li {*/
    /*    padding: 30px 0;*/
    /*}*/

    /*.sub1_4_section .right ul {*/
    /*    margin-bottom: 30px;*/
    /*}*/

    .sub1_menu.sub2_menu ul li {
        width: 30%;
    }

    #sub_content.sub1_3_fix {
        margin-bottom: 90px;
        overflow-y: hidden;
    }


    /* 서브2-1 페이지 모바일*/
    .breaktime {
        margin-left: -10%;
    }

    .sub2_1_section .flex_box {
        flex-direction: column;
    }

    .sub2_1_section .left {
        width: auto;
        min-width: auto;
    }

    .sub2_1_section .right {
        padding-left: 30px;
    }

    .sub2_1_section .right .dot {
        top: -1px;
        left: -44px;
    }

    .sub2_1_section .right .dot_inside {
        top: 6px;
        left: -37px;
    }

    .sub2_1_section .right ul li .content {
        transform: translateY(2px);
    }

    .sub2_1_section .left p {
        transform: translateY(-18px);
        padding-bottom: 10px;
    }

    /*서브2-2 mobile*/
    .sub2_2_section .content_top ul,
    .sub2_2_section .content_bottom ul {
        flex-direction: column;
    }

    .sub2_2_section .content_top ul li,
    .sub2_2_section .content_bottom ul li {
        width: 100%;
    }

    .sub2_2_section ul .left-side,
    .sub2_2_section ul .middle{
        padding: 0;
        padding-right: 120px;
    }

    .sub2_2_section .content .left-side {
        width: 45%;
        border: 0.1px solid #eaeaea;
        padding: 30px 0 30px 15px;
        background-color: #f5f5f5;
        display: flex;
        align-items: center;
        overflow: scroll;
        /* height: 100px; */
    }

    .sub2_2_section ul li p {
        margin: 20px 0 30px;
    }

    .sub2_3_section .section1 img {
        width: 100%;
    }

    .sub1_menu.sub3_menu ul li {
        width: 20%;
    }

    .sub3_2_section .section2 ul {
        flex-direction: column;
        gap: 30px;
    }

    .sub3_2_section .section2 span {
        height: 2px;
        margin: 20px 0;
    }

    .sub3_2_section .section2 ul li {
        width: 100%;
    }

    .sub3_2_section .section2 {
        margin-top: 30px;
    }

    .sub3_4_section ul.ul_fix {
        gap: 10px;
        margin-top: 50px;
    }

    .total_search {
        flex-direction: column;
        gap: 10px;
    }

    .search_select select,
    .search_select {
        font-size: 14px;
        height: 44px;
    }

    .search_box input[type='text'] {
        width: 100%;
        height: 44px;
    }

    .search_box input[type='text'],
    .search_box input[type='text']::placeholder,
    .search_box input[type='button'] {
        font-size: 14px;
    }

    .sub1_1_section .total_search #search {
        width: 100%;
    }

    .search_box input[type='button'] {
        height: 44px;
    }

    .search_select {
        width: 50%;
    }

    .sub4_1_section .table_wrap table tr td,
    .sub4_1_section .table_wrap table tr th {
        padding: 16px 0;
    }


    .sub6_1_d_section .content {
        padding: 20px;
    }

    .sub6_1_d_section .attach {
        gap: 15px;
        padding: 20px;
    }

    .sub6_1_d_section .attach i {
        font-size: 20px;
        padding-right: 18px;
    }

    .sub6_1_d_section .arrow_wrap {
        padding: 20px;
    }

    .sub6_1_d_section .arrow_wrap ul {
        flex-direction: column;
    }

    .sub6_1_d_section .arrow_wrap ul li {
        width: 100%;
    }

    .sub6_1_d_section .arrow_wrap ul li {
        width: 100%;
        height: 30px;
    }

    .sub6_1_d_section .arrow_wrap ul li:last-child i {
        padding-left: 10px;
    }

    .sub6_1_d_section .arrow_wrap ul li:first-child i {
        padding-right: 10px;
    }

    .sub6_1_d_section .arrow_wrap ul li span {
        display: none;
    }

    .sub6_1_d_section .arrow_wrap ul {
        flex-direction: initial;
    }

    .sub6_1_d_section .arrow_wrap b {
        display: none;
    }

    .sub6_1_d_section .list_btn {
        width: 120px;
        height: 40px;
    }

    .sub6_1_d_section .youtubebtn {
        width: 160px;
        height: 20px;
        padding: 10px;
    }


    .total_search {
        flex-direction: column;
        gap: 10px;
    }

    .search_select select,
    .search_select {
        font-size: 14px;
    }

    .search_box input[type='text'] {
        width: 100%;
    }

    .search_box input[type='text'],
    .search_box input[type='text']::placeholder,
    .search_box input[type='button'] {
        font-size: 14px;
    }

    .sub1_1_section .total_search #search {
        width: 100%;
    }

    .search_box input[type='button'] {
    }

    .search_select {
        width: 50%;
    }

    .search_select {
        padding: 0px;
    }


    .common_list_wrap table tr th {
        padding: 18px 0;
    }

    .common_list_wrap table tr td {
        padding: 16px 0;
    }

    .search_box input[type='button'],
    .search_select select, .search_select,
    .search_box input[type='text'] {
        height: 38px;
    }

    .common_list_wrap table tr td img {
        padding-right: 5px;
    }

    .common_list_wrap table tr td:nth-child(5),
    .common_list_wrap table tr th:nth-child(5) {
        /* display:none; */
    }

    .common_list_wrap .write_btn {
        width: 80px;
        height: 40px;
    }

    .page_btn {
        margin: 50px auto 0;
        width: 100%;
    }

    .s4_2_ul {
        gap: 30px 20px;
    }

    .s4_2_ul li {
        width: calc((100% - 40px) / 2);
    }

    .s4_2_ul .imgs {
        width: 100%;
        height: 30vw;
    }

    .sub1_2_section .section1 .doctorwhitebox{
        margin: 0px 0;
    }

    .sub1_2_section .section1 .doctorpinkbox{
        margin: 0;
    }

    .sub1_4_section .left .box{
        width: 100%;
    }

    #sub_menu.sub2_menu ul li{
        width: 26%;
    }

    .sub2_1_section .time .box li{
        margin: initial;
    }

    .sub2_1_section .time .box{
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .sub2_1_section .breaktime {
        margin: 30px 0 50px 0;
        padding: 40px 0px;
    }



    .sub3_1_section .section1 .center .first {
        margin-top: 50px;
        margin-bottom: 70px;
        flex-direction: column;
        gap: 30px;
    }

    .sub3_1_section .section1 .center .first .left,
    .sub3_1_section .section1 .center .first .right {
        width: 100%;
    }

    .sub3_1_section .section1 .center .first .left .vaccination .title{
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub3_1_section .section1 .center .first .left .vaccination .top,
    .sub3_1_section .section1 .center .first .left .vaccination .bottom {
        width: 100%;
    }

    .sub3_1_section .section1 .center img{
        width: 100%;
    }

    .sub3_1_section .section1 .second{
        padding: 50px 0 70px;
    }

    .sub3_1_section .section1 .center .third .period .left{
        margin-right: 20px;
        width: 25%;
    }

    .sub3_1_section .section1 .center .third .period .right{
        width: 100%;
        padding: 20px;
    }

    .sub3_1_section .section1 .center .third .period {
        margin-bottom: 20px;
    }

    .sub3_2_section .section1 .center .first {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 50px;
        gap: 30px;
    }

    .sub3_2_section .section1 .center .first .left,
    .sub3_2_section .section1 .center .first .right {
        width: 100%;
    }

    .sub3_2_section .section1 .center .first .left .vaccination .top,
    .sub3_2_section .section1 .center .first .left .vaccination .bottom{
        width: 100%;
    }

    .sub3_2_section .section1 .center .first .left .vaccination .title{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub3_2_section .section1 .center .first .right img{
        width: 100%;
    }

    .sub3_2_section .section1 .second .box{
        flex-direction: column;
        gap: 30px;
    }

    .sub3_2_section .section1 .second .box .infanctprocedure .content {
        height: 100%;
    }

    .sub3_2_section .section1 .second {
        padding: 50px 0;
    }

    .sub3_2_section .section1 .third {
        margin: 50px 0;
    }

    .sub3_2_section .checkup-table th,
    .sub3_2_section .checkup-table td{
        padding: 20px 0;
    }

    .sub3_2_section .checkup-table tr td:nth-child(3){

    }

    .sub3_2_section .checkup-table{
        table-layout: initial;
    }

    .sub3_2_section .section1 .fifth {
        padding: 30px 0;
        margin: 50px 0;
    }

    .sub3_2_section .fifth .whitebox{
        padding: 20px;
    }

    .sub3_2_section .fifth .buttonbox {
        flex-direction: column;
    }

    .sub3_2_section .fifth .buttonbox .checkupbutton {
        margin-bottom: 20px;
    }

    .sub3_2_section .fifth .buttonbox .healthbutton {
        margin-bottom: 20px;
        margin-left: initial;
    }

    .sub3_2_section .fifth .whitebox {
        padding: 20px;
    }

    .sub3_3_section .service_list{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .sub3_3_section .service_list .item img {
        width: 100%;
        height: 285px;
    }

    .sub3_3_section .service_list .item .num {
        padding: 20px;
    }

    .sub3_3_section .service_list .item .title {
        padding: 30px 20px 50px;
    }

    .sub3_3_section .service_list .item .description {
        padding: 0px 20px;
    }

    .sub3_3_section .service_list .item {
        height: 285px;
    }

    .sub4_1_section .section1 .center{
        flex-direction: column;
        gap: 10px;
    }

    .sub4_1_section .right {
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 40px;
    }

    .sub4_1_section .right .box {
        width: 100%;
    }

    .sub4_1_section .arrow {
        display: none;
    }

    .sub4_1_section .left{
        width: 100%;
    }

    .sub4_1_section .mytitle{
        margin-bottom: 10px;
    }

    #sub_menu.sub5_menu ul li{
        width: 25%;
    }

    #sub_menu.sub5_menu .fs-20{
        font-size: 12px;
    }

    .sub5_1_section .section1 .center{
        flex-direction: column;
    }

    .sub5_1_section .left,
    .sub5_1_section .right{
        width: 100%;
    }

    .sub5_1_section .manage{
        margin: 10px 0 20px;
    }

    .sub5_1_section .section1 img{
        width: 100%;
        border-radius: 20px;
    }

    .ourhomebutton {
        right: 0;
        bottom: 0;

        padding: 10px 15px;
        margin-bottom: 0;
        border-radius: 20px;
        background-color: #f58220;
    }

    .sub5_2_section .section1 .center {
        flex-direction: column;
    }

    .sub5_2_section .left,
    .sub5_2_section .right{
        width: 100%;
    }

    .sub5_2_section .management{
        margin: initial;
    }

    .sub5_2_section .management_img img{
        width: 100%;
    }

    .sub5_3_section .section1 .center{
        flex-direction: column;
    }

    .sub5_3_section .left,
    .sub5_3_section .right{
        width: 100%;
    }

    .sub5_3_section .youtubebox{
        box-sizing: border-box;
        padding: 20px;
        flex-direction: column;
    }

    .sub5_3_section .youtubebox img {
        width: 100%;
    }

    .sub5_3_section .youtubebox .content {
        padding: 20px 0;
        margin-left: 0;
        width: 100%;
    }

    .sub5_3_section .youtubebox .icon{
        display: none;
    }

    .sub5_4_section .section1 .center{
        flex-direction: column;
    }

    .sub5_4_section .left,
    .sub5_4_section .right{
        width: 100%;
    }

    .sub5_4_section .section1 img{
        width: 100%;
    }

    .sub6_1_section,
    .sub6_2_section{
        padding: 0 0 30px;
    }

    .sub6_1_d_section .video-container {
        position: relative;
        height: 250px;
        overflow: hidden;

        margin-top: 20px;
        margin-bottom: 30px;
    }

    .sub6_1_d_section .video-container iframe,
    .sub6_1_d_section .video-container object,
    .sub6_1_d_section .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

}

