
:root {
    --main-color: #f5c839;
}

.yellow_txt {
    color: var(--main-color);
}

.bg-yellow {
    background: var(--main-color);
}

/***sub1*****/

/* sub1-sect1 */

.sub1_sect1 {
    width: 100%;
    height: 760px;
    background-image: url(../images/sub1_main_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* sub1-sect2 */
.sub1_sect2 {
    padding: 7% 0;
    background-color: #f5f5f5;
}

.sect2_content .content_wrap {
    gap: 5.5em;
}

.yellow-tail.back_txt {
    color: #e3e3e3;
    font-size: 200px;
    position: absolute;
    margin-top: 10%;
    z-index: 1;
}

.sub1_sect2 .sect2_right {
    padding-right: 5%;
}

/* sub1-sect3 */
.sub1_sect3 {
    padding: 10% 0px;
    background-image: url(../images/sub1_sect3_bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* sub1-sect4 */
.sub1_sect4 {
    height: 1300px;
    overflow: hidden;
}

.timeline {
    padding: 5% 0;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: linear-gradient(to bottom, #FFD700 50%, transparent 50%);
    background-size: 2px 10px;
    background-repeat: repeat-y;
}

.timeline-item {
    margin-bottom: 60px;
    position: relative;
    padding-left: 40px;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFD700;
    border: 2px solid #fff;
}

.timeline-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.timeline-content {
    display: flex;
    align-items: center;
}

.timeline-content span:first-child {
    width: 110px;
}

/* sub1-sect5 */
.sub1_sect5 {
    height: 700px;
    background-image: url('../images/sub1_sect5_bg_img.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.sub1_sect5 .yellow_bar {
    width: 155px;
    height: 7px;
    background-color: var(--main-color);
}

/* sub1-sect6 */
.sub1_sect6 {
    height: 480px;

}

.sub1_sect6 .sect6_txt {
    color: #333333;
    line-height: 32px;
}


/***sub2*****/

/* sub2-sect1 */

.sub2_sect1 {
    padding: 5% 0;
    background-image: url('../images/sub2_main_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: rgb(151, 151, 151); */
}

.sub2_sect1 .sub2_sect1_title {
    height: 335px;

}

.sub2_sect1 .sub2_sect1_cntbox {
    width: 25%
}

.sub2_sect1 .sub2_sect1_cntbox:nth-child(1),
.sub2_sect1 .sub2_sect1_cntbox:nth-child(2),
.sub2_sect1 .sub2_sect1_cntbox:nth-child(3) {
    border-right: 1px dotted white;
}

.sub2_sect1 .yellow_bar {
    width: 80px;
    height: 7px;
    background-color: var(--main-color);
}

.sub2_sect1 .sub2_sect1_txt {
    height: 350px;
    line-height: 33px;
}

.sub2_sect1 .sub2_sect1_dotted_line {
    margin: 90px 0;
}

.sub2_sect1 .sub2_sect1_boxs_wrap {
    margin-top: 5%;
    max-width: 1189px;
}


.sub2_sect1 .sub2_sect1_box {
    width: 45%;
    height: 457px;
    margin-bottom: 5%;
    transition: all 0.5s ease;
}

.sub2_sect1 .sub2_sect1_box:hover {
    background-color: #979797bb;
}

.sub2_sect1 .sub2_sect1_box_line {
    width: 40%;
    margin: 10px 0;
}


/* sub2-sect2 */

.sub2_sect2 {
    height: fit-content;
    padding: 5% 0;
    background-image: url('../images/sub2_sect2_img.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub2_sect2 .sub2_sect2_boxs_wrap .sub2_sect2_box:not(.on) {
    margin-top: 5%;
}

.sub2_sect2 .sub2_sect2_box {
    width: 32%;
    height: 550px;
    background-color: #151515;
    color: white;
    transition: all 0.8s ease;
}

.sub2_sect2 .sub2_sect2_box p {
    margin-top: 50px;
}

.sub2_sect2 .sub2_sect2_box.on {
    background-color: white !important;
    color: black !important;
}

.sub2_sect2 .print_img {
    object-fit: contain;
    height: 795px;
}

.sub2_sect2_box3th img {
    width: 311px;
    height: 301px !important;
}


/* sub2-sect3 */

.sub2_sect3 {
    padding: 5% 0;
}

/*.sub2_sect3 .sub2_sect3_wrap {*/
/*    height: 1163px;*/
/*}*/

.sub2_sect3 .sub2_sect3_left {
    height: 100%;
    width: 48%;
    position: relative;
    display: inline-block;
}

.yellow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: #f5c939b2;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}


.sub2_sect3 .sub2_sect3_left:hover .yellow-overlay {
    opacity: 1;
}

.sub2_sect3 .sub2_sect3_right img {
    width: 2.2vw;
}

/*.sub2_sect3_right div p:nth-child(2){*/
/*    font-size: 1.6rem !important;*/
/*}*/

/*.sub2_sect3_right div p:first-child{*/
/*    font-size:5.25rem !important;*/
/*}*/

.sub2_sect3_right_title1 {
    font-size: 4vw;
}

.sub2_sect3_right_content {
    font-size: 1.5vw;
}


/* sub2-sect5 */

.sub2_sect5 {
    height: 1052px;
}

.sub2_sect5 .sub2_sect5_wrap {
    height: 760px;
}

.sub2_sect5 .sub_sect5_top {
    height: 145px;
}

.sub2_sect5 .txt_animation {
    width: 100%;
    white-space: nowrap;
}

.sub2_sect5 .txt_animation div {
    width: max-content;
    margin-right: 1.5%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}


/* sub2-sect6 */


.sub2_sect6 {
    padding: 5% 0;
    background-color: #f1f3f5;
}

.sub2_sect6_bottom {
    gap: 33%;
    width: 1687px;
    margin: auto;
    margin-top: 4%;
}


.sub2_sect6 .sub2_sect6_logo {
    position: absolute;

}

.sub2_sect6_left {
    width: 50%;
}

.sub2_sect6_right {
    width: 50%;
}

.sub2_sect6_item {
    height: 445px;
}

.sub2_sect6_title {
    position: absolute;
    z-index: 3;
}

.sub2_sect6_content {
    z-index: 2;
}

.sub2_sect6 .sub2_sect6_left .sub2_sect6_item {
    width: 80%;
    margin-left: auto;
}

.sub2_sect6 .sub2_sect6_right .sub2_sect6_item {
    width: fit-content;
    margin-right: auto;
}

.sub2_sect6 .sub2_sect6_right .sub2_sect6_title p {
    text-align: right;
}

.sub2_sect6 .sub2_sect6_left img {
    width: fit-content;
    margin-left: auto;
}

.sub2_sect6 .sub2_sect6_right img {
    width: fit-content;
    margin-right: auto;
}

.sub2_sect6 .sub2_sect6_left .sub2_sect6_title {
    text-align: left;
    /*right:61%;*/
}

.sub2_sect6 .sub2_sect6_content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.sub2_sect6_item:hover .sub2_sect6_content {
    opacity: 1;
    transform: translateY(0);
}

.sub2_sect6 .sub2_sect6_left .sub2_sect6_content {
    text-align: left;
}

.sub2_sect6 .sub2_sect6_right .sub2_sect6_content {
    text-align: right;
}

.sub2_sect6_left .item1 .sub2_sect6_content {
    position: relative;
    padding-top: 119px;
    margin-right: 42px;
}

.sub2_sect6_left .item1 .sub2_sect6_content p {
    position: absolute;
    width: 363px;
    padding-right: 212px;
    white-space: nowrap;
}


.sub2_sect6_left .item2 .sub2_sect6_content {
    position: relative;
    padding-top: 140px;
    margin-right: 42px;
}

.sub2_sect6_left .item2 .sub2_sect6_content p {
    position: absolute;
    width: 363px;
    padding-right: 212px;
}

.sub2_sect6_left .item3 .sub2_sect6_content {
    position: relative;
    padding-top: 127px;
    margin-right: 42px;
}

.sub2_sect6_left .item3 .sub2_sect6_content p {
    position: absolute;
    width: 363px;
    padding-right: 212px;
}


.sub2_sect6_right .item4 .sub2_sect6_content {
    position: absolute;
    padding-left: 67px;
    padding-top: 117px;
}

.sub2_sect6_right .item4 .sub2_sect6_content p {

}


.sub2_sect6_right .item5 .sub2_sect6_content {
    position: absolute;
    padding-left: 27px;
    padding-top: 141px;
}

.sub2_sect6_right .item5 .sub2_sect6_content p {

}


.sub2_sect6_right .item6 .sub2_sect6_content {
    position: absolute;
    padding-left: 23px;
    padding-top: 129px;
}

.last_title {
    position: absolute;
    white-space: nowrap;
    padding-top: 10px;
    margin-left: 77px
}

.sub2_sect6 .item2,
.sub2_sect6 .item5 {
    height: 374px;
}


.sect2_slide {
    width: 95%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sect2_slide ul {
    width: 100%;
    display: flex;
    margin: 0 20px;
}

.sect2_slide ul li {
    width: fit-content;
    height: 420px;
}


/* sub2-sect7 */
.sub2_sect7 {
    height: 785px;
}


.sub2_sect7_top {
    height: 330px;
}

.sub2_sect7_bottom {
    background-color: #f7f7f7;
    padding: 0 82px;
    height: 450px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sub2_sect7_bottom ul {
    width: 80%;
    display: flex;
}

.sub2_sect7_bottom ul li {

    height: 280px;
}

.slick-track {
    display: flex !important;
    opacity: 1;
}

.slide_thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_thumb img {
    display: block;
}

.slide_thumb iframe {
    width: 82%;
    height: 200px;
}

.prev_btn,
.next_btn {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.prev_btn img, .next_btn img {
    width: 10px;
    height: 20px;
}


/* sub2-sect8 */

.sub2_sect8 {
    height: 1059px;
}

.sub2_sect8_bottom.absolute {
    position: absolute;
}

.sub2_sect8 .big_arrow {
    margin-left: -82px;
    padding-top: 258px;
}

.sub2_sect8_bottom_3th {
    margin-left: 22px;
    margin-top: 164px;
}

.custom-fade-up {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


/***sub3*****/


/* sub3-sect1 */
.sub3_sect1 {
    padding: 5% 0;
    background-image: url('../images/sub3_sect1_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub3_sect1 .sub3_sect1_wrap {
    margin-top: 153px;
    gap: 11%;
}

sub3_sect1_right {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.background, .image {
    position: absolute;
    background-size: cover;
    background-position: center;
}

.background {
    width: 500px;
    height: 539px;
    background-image: url('../images/sub3_rectangle.png');
    animation: fadeIn 2s ease-in forwards;
}

.image1, .image2 {
    opacity: 0;
    /*transition: opacity 1s ease-in-out;*/
}

.image1 {
    width: 494px;
    height: 571px;
    background-image: url('../images/sub3_img1.png');

}

.image2 {
    width: 494px;
    height: 571px;
    background-image: url('../images/sub3_img2.png');

}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sub3_sect1 .f-gri {
    color: #999999;
}

.sub3_sect1 .sub3_sect1_wrap .sub3_sect1_left {
    width: 48%;
    white-space: nowrap;
}

.sub3_sect1 .sub3_sect1_wrap .sub3_sect1_left {
    width: 50%;
}

.sub3_sect1 .sub3_sect1_wrap .sub3_sect1_left p:first-child {
    font-size: 1.2vw;
}

.sub3_sect1 .sub3_sect1_wrap .sub3_sect1_left p:nth-child(2) {
    font-size: 7.5vw;
}

.sub3_sect1 .box {
    margin-top: 30px;
    position: absolute;
    width: 23%;
    height: 590px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sub3_sect1 .box:hover {
    transform: translateY(-50px);
    z-index: 5;
}


.sub3_sect1 .box p {
    padding-bottom: 5%;
}

.sub3_sect1 .box1 {
    background-image: url('../images/sub3_sect1_box1.webp');
    background-repeat: no-repeat;
    z-index: 4;
    margin-left: 4%;
}

.sub3_sect1 .box1:hover .box1 {
    z-index: 4;
    margin-bottom: 5%;
}

.sub3_sect1 .box2 {
    background-image: url('../images/sub3_sect1_box2.webp');
    background-repeat: no-repeat;
    z-index: 3;
    margin-left: 23%;
}

.sub3_sect1 .box2:hover .box2 {
    z-index: 4;
    margin-bottom: 5%;
}

.sub3_sect1 .box3 {
    background-image: url('../images/sub3_sect1_box3.webp');
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: 42%;
}

.sub3_sect1 .box4 {
    background-image: url('../images/sub3_sect1_box4.webp');
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 62%;
}


.sub3_sect1 .dot_bar {
    margin-top: 70px;
    margin-bottom: 130px;
}

.sub3_sect1 .sub3_sect1_bottom {
    margin-top: 750px;
    line-height: 51px;
}

.sub3_sect1_wrap2 {
    width: 100%
}

/* sub3-sect2 */

.sub3_sect2 {
    padding: 15% 0;
    background-image: url('../images/sub3_sect2_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub3_sect2 .sub3_sect2_right {
    cursor: pointer;
    margin-right: 7%;
}

.sub3_sect2 .sub3_sect2_right img:first-child {
    position: absolute;
    margin-top: 19px;
    margin-left: 23px;
    transform: translate(-50%, -50%);
    animation: txt_turn 8s infinite linear;

}

.sub3_sect2 .sub3_sect2_right img:first-child {
    position: absolute;
    margin-top: 15px;
    margin-left: 21px;
    transform: translate(-50%, -50%);
    animation: txt_turn 8s infinite linear;
}

.sub3_sect2 .sub3_sect2_right img:nth-child(2) {
    position: absolute;
    margin-top: -5px;
    margin-left: -1px;
    transition: opacity 0.5s ease;
}

.sub3_sect2 .sub3_sect2_right img:nth-child(3) {
    position: absolute;
    border-radius: 50%;
    margin-top: -42px;
    margin-left: -37px;
    transition: opacity 0.5s ease;
}

.sub3_sect2 .sub3_sect2_right img:nth-child(3) {
    opacity: 0;
}

.sub3_sect2_right:hover img:nth-child(2) {
    opacity: 0;
}

.sub3_sect2_right:hover img:nth-child(3) {
    opacity: 1;
}

.sub3_sect2 div a img {
    width: 3.1vw;
}

@keyframes txt_turn {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/***sub4*****/


/* sub4-sect1 */
.sub4_sect1 {
    height: 961px;
    padding: 5% 0;
    background-image: url('../images/sub4_sect1_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub4_sect1 .sub4_sect1_top {
    height: 40%;
}

.zoom-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    position: absolute;
    width: fit-content;
    height: fit-content;
}

.zoom-image.visible {
    opacity: 0.96;
    visibility: visible;
    transform: scale(1);
}

@keyframes zoomIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

.sub4_sect1 .sub4_sect1_top img:first-child {
    margin-right: 80%;
    margin-top: 1%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(2) {
    margin-right: 53%;

}

.sub4_sect1 .sub4_sect1_top img:nth-child(3) {
    margin-top: 2%;
    margin-right: 26%;

}

.sub4_sect1 .sub4_sect1_top img:nth-child(4) {
    margin-top: 2%;
    margin-right: -1%;

}

.sub4_sect1 .sub4_sect1_top img:nth-child(5) {
    margin-right: -29%;

}

.sub4_sect1 .sub4_sect1_top img:nth-child(6) {
    margin-top: 1%;
    margin-right: -55%;

}

.sub4_sect1 .sub4_sect1_top img:nth-child(7) {
    margin-right: -81%;

}

.sub4_sect1 .sub4_sect1_top img:nth-child(8) {
    margin-top: 17%;
    margin-right: 82%;
    /*animation: zoom-in-zoom-out 3s ease infinite;*/
    /*animation-delay: 0s;*/
}

.sub4_sect1 .sub4_sect1_top img:nth-child(9) {
    margin-top: 13%;
    margin-right: 53%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(10) {
    margin-top: 15%;
    margin-right: 26%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(11) {
    margin-top: 17%;
    margin-right: -1%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(12) {
    margin-top: 34%;
    margin-right: 26%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(13) {
    margin-top: 18%;
    margin-right: -56%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(14) {
    margin-top: 14%;
    margin-right: -84%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(15) {
    margin-top: 30%;
    margin-right: 80%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(16) {
    margin-top: 26%;
    margin-right: 53%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(17) {
    margin-top: 31%;
    margin-right: -1%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(18) {
    margin-top: 17%;
    margin-right: -28%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(19) {
    margin-top: 37%;
    margin-right: -43%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(20) {
    margin-top: 32%;
    margin-right: -84%;
}

.sub4_sect1 .sub4_sect1_top img:nth-child(21) {
    margin-top: 40%;
    margin-right: 53%;

}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.15, 1.15);
    }
    100% {
        transform: scale(1, 1);
    }
}


.sub4_sect1 .back_txt {
    position: absolute;
    margin-top: 10%;
}


.sub4_sect1 .sub4_sect1_mid {
    /*margin-top: 40%;*/
}

.sub4_sect1 .sub4_sect1_bottom {
    height: 50%;
    width: 90%;
}

.sub4_sect1 .sub4_sect1_bottom img {
    position: absolute;
}

.sub4_sect1 .sub4_sect1_bottom img:first-child {
    margin-top: 4%;
    margin-left: 13%;
}

.sub4_sect1 .sub4_sect1_bottom img:nth-child(2) {
    margin-top: 23%;
    margin-left: 55%;
}

.sub4_sect1 .sub4_sect1_bottom img:nth-child(3) {
    margin-top: 39%;
    margin-left: 19%;
}


/*sub4-sect2*/
.sub4_sect2 {

    padding: 5% 0;
    transition: all 0.5s ease;
}

.sub4_sect2:hover {
    background-color: var(--main-color);
}

.sub4_sect2:hover .sub4_sect2_left {
    color: black;
}

.sub4_sect2 .sub4_sect2_right {
    cursor: pointer;
    margin-right: 7%;
    position: relative;
}

.sub4_sect2 .sub4_sect2_right img:first-child {
    position: absolute;
    margin-top: 15px;
    margin-left: 21px;
    transform: translate(-50%, -50%);
    animation: txt_turn 8s infinite linear;
}

.sub4_sect2 .sub4_sect2_right img:nth-child(2) {
    position: absolute;
    margin-top: -5px;
    margin-left: -2px;
    transition: opacity 0.5s ease;
}

.sub4_sect2 .sub4_sect2_right img:nth-child(3) {
    position: absolute;
    border-radius: 50%;
    margin-top: -42px;
    margin-left: -37px;
    transition: opacity 0.5s ease;
}

.sub4_sect2 .sub4_sect2_right img:nth-child(3) {
    opacity: 0;
}

.sub4_sect2:hover .sub4_sect2_right img:nth-child(2) {
    opacity: 0;
}

.sub4_sect2:hover .sub4_sect2_right img:nth-child(3) {
    opacity: 1;
}

@keyframes txt_turn {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.sub2_sect2_img {
    width: 3.1vw;
}

/***sub5*****/


/* sub5-sect1 */
.sub5_sect1 {
    padding: 5% 0;
    background: #000000da;
}

#micro-slider {
    margin: 0;
    padding: 0;
    width: 100%;
}

.slider-shadow {
    top: 84%;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 141px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.568) 0%, rgb(0 0 0 / 0%) 70%);
    border-radius: 50%;
    z-index: -1;
    /* padding-bottom: 10%; */
}

.sub5_sect1_slider {
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.sub5_sect1 .sub5_sect1_txt p {
    font-size: 4vw;
}

a,
a:link,
a:visited {
    color: #212121;
    text-decoration: none;
}

.micro-slider {
    height: 480px;
    position: relative;
    width: 100%;
}

.micro-slider.fullwidth {
    height: 480px;
}

.micro-slider.fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%
}


.first-slider {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.first-slider .slick-slide {
    transform: scale(0.8);
    transition: transform 0.3s;
    opacity: 0.5;
}

.first-slider .slick-center {
    transform: scale(1);
    opacity: 1;
}

.first-slider .slick-slide:not(.slick-center) {
    cursor: pointer;
}


/*sub5-sect2 */
.sub5_sect2 {
    padding: 5% 0;
    background-color: var(--main-color);
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
}

.slider-item {
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 320px;
    cursor: pointer;
}

.slider-item img {
    width: 100%;
}

.main-slider {
    width: 1400px;
    height: 850px;
}


.indicators {
    bottom: 0px;
    left: 50%;
    list-style-type: none;
    margin: 0 0 0 -77px;
    padding: 0;
    position: absolute;
}

.indicators li {
    color: #fff;
    float: left;
    height: 16px;
    margin-right: 14px;
    text-align: center;
    width: 16px;
}

.indicators li:last-child {
    margin: 0;
}


.indicators a {
    /*background: #FFF;*/
    border-radius: 8px;
    border: 2px solid #fff;
    color: #FFF;
    display: inline-block;
    height: 8.5px;
    width: 8.5px;
}

.indicators .active a {
    background: #ffffff;
}

.sub-slider {
    margin-top: 100px;
}

.sub-slider button {
    opacity: 0;
}

.instructor_box {
    background-color: #898989;
    text-align: center;
    width: 32.5%;
    min-height: 500px; /* 최소 높이 설정 */
    /*border: 2px solid white;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 71px 12px 0px 20px;
    box-sizing: border-box;
}

.instructor_box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.instructor_box p {
    line-height: 1.5;
    margin-top: 0;
}

/* 슬라이드 레이아웃 */
.sub-slider .slide {
    display: flex;
    justify-content: space-between;
}

.slider-container {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.sub-slider img {
    width: fit-content;
    height: fit-content;
    margin-bottom: 20px;
}

/* 새로 추가된 스타일 */
.instructor_box > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.sub5_sect2 .point_text {
    padding-left: 20px;
}

/*sub5-sect3*/
.sub5_sect3 {
    padding: 5% 0;
}

.sub5_sect3 .sub5_sect_left {
    transition: color 0.5s ease;
}

.sub5_sect3:hover .sub5_sect3_left {
    color: var(--main-color);
}


.sub5_sect3 .sub5_sect3_right {
    cursor: pointer;
    margin-right: 7%;
}

.sub5_sect3 .sub5_sect3_right img:first-child {
    position: absolute;
    margin-top: 59px;
    margin-left: 21px;
    transform: translate(-50%, -50%);
    animation: txt_turn 8s infinite linear;
}

.sub5_sect3 .sub5_sect3_right img:nth-child(2) {
    position: absolute;
    /* border-radius: 50%; */
    margin-top: 37px;
    margin-left: -2px;
}

@keyframes txt_turn {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.sub5_sect3_img {
    width: 3.1vw;
}

/***sub6*****/


/* sub6-sect1 */


.sub6_sect1 {
    padding: 5% 0;
    background-image: url('../images/sub6_sect1_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub6_sect1 .sub6_sect1_img_wrap {
    width: 100%;
    height: 1500px;
    margin-top: 74px;
    margin-left: 95px;
    margin-right: 100px;

}

.sub6_sect1 .sub6_sect1_item1,
.sub6_sect1 .sub6_sect1_item1_3 {
    position: absolute;
    width: 456px;
    height: 325px;
    background-image: url('../images/sub6_sect1_item1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.sub6_sect1 .sub6_sect1_item1_2 {
    position: absolute;
    width: 456px;
    height: 325px;
    background-image: url('../images/sub6_sect1_item1_2.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.sub6_sect1 .sub6_sect1_item1 span {
    display: block;
    height: 100%;
    padding-top: 90px;
    padding-left: 62px;
}

.sub6_sect1 .sub6_sect1_item1_2 span {
    display: block;
    height: 100%;
    padding-top: 53px;
    padding-left: 42px;
}

.sub6_sect1 .sub6_sect1_item1_3 span {
    display: block;
    height: 100%;
    padding-top: 80px;
    padding-left: 80px;
}


.sub6_sect1 .item1 {
    margin-left: calc(43% - 330px);
}

.sub6_sect1 .item2 {
    margin-top: 307px;
    margin-left: calc(70% - 325px);
}

.sub6_sect1 .item3 {
    margin-top: 493px;
}


.sub6_sect1 .item4 {
    top: 831px;
    /*margin-left: calc(45% - 361px);*/
}


.sub6_sect1 .sub6_sect1_item2 {
    width: 100%;
    position: absolute;
    text-align: center;
}

.sub6_sect1 .sub6_sect1_dot_bar {
    margin-top: 144px;
    margin-bottom: 103px;
}

.sub6_sect1_item2_img {
    width: 20vw;
}


.sub6_sect1_qna {
    width: 66%;
}

/* 아코디언 CSS */
/* .accordion {
  width: 90%;
  margin: auto;
} */

.icon {
    font-size: 25px;
}

.target {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
}

.open-accordion {
    display: block;
}

.close-accordion {
    display: none;
}

:target ~ .open-accordion {
    display: none;
}

:target ~ .close-accordion {
    display: block;
}

.accordion a {
    color: #2c2c2c;
}

.accordion {
    display: flex;
    flex-direction: column;
}

.accordion__li {
    width: 100%;
    border-top: 0.5px solid #ffffff;
}

.accordion__li:last-child {
    border-top: 0.5px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}


.accordion__li a > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 50px 20px;
    border-top: 0.5px solid #ffffff;
}

.accordion__li a > div div {
    display: flex;
    align-items: center;
}

.icon {
    font-size: 25px;
}

.accordion__num {
    font-size: 1.8rem;
    margin-right: 1.3rem;
}

.accordion__title {
    font-size: 1.6rem;
}

.accordion__li i {
    color: white;
    font-size: 2.3rem;
    position: relative;
    top: 0.1rem;
    right: 0.5rem;
}

.accordion__content {
    line-height: 1.5;
    height: 0;
    overflow: hidden;
    padding: 0px 0px 0px 92px;
    transition: all 0.5s ease-in-out;
}


.accordion__li.active .accordion__content,
.accordion__li:target .accordion__content {
    display: block;
    height: auto;
    padding: 0 7px 28px 56px;
}

.target {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
}

.fa-chevron-up:before {
    content: "\f077";
}

.open-accordion {
    display: block;
}

.close-accordion {
    display: none;
}

:target ~ .open-accordion {
    display: none;
}

:target ~ .close-accordion {
    display: block;
}


.accordion__li.active {
    /* background-color: #ffffff; */
    border-bottom: 1px solid #ffffff;
    background: #464646;
    transition: all 0.2s ease-in;
}

.accordion__li.active .accor_span {
    color: var(--main-color) !important;
}

.accor_span {
    color: white !important;
}


.sub6_sect1 .sub6_sect1_white_box {
    width: 723px;
    height: 350px;
}

.sub6_sect1 .sub6_sect1_white_box button {
    width: 350px;
    height: 70px;
    transition: all 0.3s ease-in;
}

.sub6_sect1 .sub6_sect1_white_box button:hover {
    color: black;
    background: var(--main-color);
}

.sub6_sect1 .sub6_sect1_white_box a {
    width: 350px;
    height: 70px;
    transition: all 0.3s ease-in;
}

.sub6_sect1 .sub6_sect1_white_box a:hover {
    color: black;
    background: var(--main-color);
}

.mid_txt p {
    font-size: 4vw;
}

/* sub6-sect2 */
.sub6_sect2 {
    background-color: #1e1e1e;
    height: 1078px;
    padding-top: 68px;
}

.root_daum_roughmap .wrap_map {
    height: 100% !important;
}


/***sub7*****/


/* sub7-sect1 */
.sub7_sect1 {
    height: fit-content;
    background-image: url(../images/sub7__sect1_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0;
}

.sub7_sect1 .sub7_sect1_search_box {
    width: 918px;
    height: 80px;
    border-radius: 35px;
    background-color: #ffffff8c;
}

.sub7_sect1 .sub7_sect1_search_box input {
    padding-left: 2%;
    width: 90%;
    border: none;
    background: none;
}

.sub7_sect1 .sub7_sect1_search_box i {
    font-size: 43px;
    padding-right: 23px;
}

.sub7_sect1 .sub7_sect1_search_box input::placeholder {
    color: #383838;
    padding-left: 35%;
}

.sub7_sect1 .sub7_sect1_warn_box {
    background-color: #ffffff8c;
    width: 930px;
    height: 290px;
    border-radius: 35px;
}

.sub7_sect1 .sub7_sect1_search_box2 {
    width: 818px;
    height: 80px;
    border-radius: 35px;
    background-color: #ffffffc5;
}

.sub7_sect1 .sub7_sect1_search_box2 input {
    padding-left: 2%;
    width: 90%;
    border: none;
    background: none;
}

.sub7_sect1 .sub7_sect1_search_box2 i {
    font-size: 43px;
    padding-right: 23px;
}

.sub7_sect1 .sub7_sect1_search_box2 input::placeholder {
    color: #383838;
    padding-left: 35%;
}


.sub7_sect1 .download_btn {
    margin: auto;
    width: 300px;
    height: 60px;
    background: #888888;
    color: white !important;
    border-radius: 30px;
    margin-top: 67px;
}


/* mobile */
@media screen and (max-width: 767px) {
    .sub1_sect1 {
        height: 23.3vh;
        background-position: center;
    }

    .yellow-tail.back_txt img {
        width: 77%;
    }

    .sub1_sign {
        width: 57%;
    }

    .sub1_sect4 {
        height: fit-content;
    }

    .sub1_sect3 {
        padding: 20% 0;
    }

    .timeline::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 2px;
        background-image: linear-gradient(to bottom, #FFD700 50%, transparent 50%);
        background-size: 2px 10px;
        background-repeat: repeat-y;
    }

    .timeline {
        padding: 5% 3%;
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }


    .sub1_sect5 {
        height: fit-content;
        padding: 20% 0;
    }

    .sub1_sect6 .sect6_txt {
        padding: 15%;
        line-height: 23px;

    }


    .sub2_sect2 {
        padding: 20% 0;
    }

    .sub2_sect2 .print_img {
        object-fit: contain;
        height: 191px;
    }


    .sub2_sect1 .sub2_sect1_title {
        height: 250px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .sub2_sect1 .sub2_sect1_cntbox:nth-child(1), .sub2_sect1 .sub2_sect1_cntbox:nth-child(2), .sub2_sect1 .sub2_sect1_cntbox:nth-child(3) {
        border-right: none;
    }

    .sub2_sect1 .sub2_sect1_cntbox {
        width: 100%;
    }

    .sub2_sect1 .cnt_wrap {
        gap: 6em;
    }

    .sub2_sect1 .yellow_bar {
        width: 38px;
        height: 3px;
        background-color: var(--main-color);
    }

    .sub2_sect1 .sub2_sect1_txt {
        height: fit-content;
        padding: 20% 5%;
    }

    .sub2_sect1 .sub2_sect1_boxs_wrap {
        width: 90%;
    }

    .sub2_sect1 .sub2_sect1_box {
        width: 47%;
        height: 293px;
    }

    .sub2_sect1_box_text {
        font-size: 12px;
        padding: 0 3%;

    }

    .sub2_sect2 .sub2_sect2_box {
        margin: auto;
        width: 82%;
        height: 194px;
    }

    .sub2_sect2 .sub2_sect2_box img {
        width: 50%;
    }

    .sub2_sect2_box3th img {
        width: 84px;
    !important;
        height: 49px !important;
    }


    .sub2_sect3 .sub2_sect3_left {
        width: 100%;
    }

    .sub2_sect3_right {
        margin-bottom: 10%;
    }

    .sub2_sect3_right_title1 {
        font-size: 12vw;
    }

    .sub2_sect3_right_content {
        font-size: 4.5vw;
    }

    .sub2_sect5 {
        height: fit-content;
        padding: 10% 0;
    }

    .sub2_sect5 .sub2_sect5_wrap {
        height: fit-content;
    }

    .sub2_sect5_top {
        margin-bottom: 10%;
    }

    .sub2_sect5_bottom div {
        font-size: 2.07rem !important;
    }


    .sub2_sect6_bottom {
        width: 90%;
        overflow: hidden;
    }

    .sub2_sect6_left {
        width: 100%;
        margin-top: 14%;
    }

    .sub2_sect6_right {
        width: 100%;
    }

    .sub2_sect6_item {
        height: 368px;
        background-image: url(../images/sub2_sect6_logo.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 71px;
    }

    .sub2_sect6 .sub2_sect6_right .sub2_sect6_item {
        width: 100%;
        margin-right: 0;
    }

    .sub2_sect6 .sub2_sect6_left .sub2_sect6_item {

        width: 100%;
    }


    .sub2_sect6_left .item1 .sub2_sect6_content {
        position: relative;
        padding-top: 107px;
        margin-right: 42px;
    }

    .sub2_sect6_left .item1 .sub2_sect6_content p {
        position: relative;
        width: auto;
        padding-right: 212px;
        white-space: nowrap;
        text-align: left;
    }

    .sub2_sect6_left .item2 .sub2_sect6_content {
        position: relative;
        padding-top: 107px;
        margin-right: 42px;
    }

    .sub2_sect6_left .item2 .sub2_sect6_content p {
        position: relative;
        width: auto;
        padding-right: 212px;
        white-space: nowrap;
        text-align: right;
    }

    .sub2_sect6_left .item3 .sub2_sect6_content {
        position: relative;
        padding-top: 107px;
        margin-right: 42px;
    }

    .sub2_sect6_left .item3 .sub2_sect6_content p {
        position: relative;
        width: auto;
        padding-right: 212px;
        white-space: nowrap;
    }

    .sub2_sect6_right .item4 .sub2_sect6_content,
    .sub2_sect6_right .item5 .sub2_sect6_content,
    .sub2_sect6_right .item6 .sub2_sect6_content {
        text-align: left;
    }

    .sub2_sect6 .sub2_sect6_right .sub2_sect6_title p {
        text-align: left;
    }

    .sub2_sect6_right .item4 .sub2_sect6_content {
        position: relative;
        padding-top: 107px;
        margin-right: 0;
        padding-left: 0;
    }

    .sub2_sect6_right .item5 .sub2_sect6_content {
        position: relative;
        margin-right: 0;
        padding-left: 0;
        padding-top: 103px;
    }

    .sub2_sect6_right .item6 .sub2_sect6_content {
        position: relative;
        margin-right: 0;
        padding-left: 0;
        padding-top: 99px;
    }

    .sub2_sect7_bottom .prev_btn,
    .sub2_sect7_bottom .next_btn {
        display: none;
    }


    .last_title {
        position: absolute;
        white-space: nowrap;
        padding-top: 0;
        margin-left: 0;
    }


    .item2 {
        height: 265px !important;
    }

    .item2 .sub2_sect6_title div:nth-child(2) {
        padding-top: 0px !important;
    }

    .item3 .sub2_sect6_title div:nth-child(2) {
        padding-top: 0px !important;
    }

    .item5 {
        height: 245px !important;
    }

    .sub2_sect7 {
        height: fit-content;
    }

    .sub2_sect7_top {
        height: fit-content;
        padding: 20% 0;
    }

    .sub2_sect7_bottom {
        padding: 0 15px;
        height: 297px;
    }

    .sub2_sect7_bottom ul {
        width: 95%;
        display: flex;
    }

    .sub2_sect7_bottom ul li.slick-slide.slick-cloned {
        width: fit-content !important;
    }

    .sub2_sect8 {
        height: fit-content;
        padding: 20% 0;
    }

    .sub3_sect1 .sub3_sect1_wrap .sub3_sect1_left p:first-child {
        font-size: 5vw;
    }

    .sub3_sect1 .sub3_sect1_wrap .sub3_sect1_left p:nth-child(2) {
        font-size: 19vw;
    }

    .sub3_sect1 .sub3_sect1_wrap {
        margin-top: 6px;
        margin-bottom: 392px;
    }

    .sub3_sect1 .dot_bar {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .background {
        width: 338px;
        height: 365px;
    }

    .image1, .image2 {
        width: 336px;
        height: 392px;
    }

    .sub3_sect1 .dot_bar img {
        width: 34%
    }

    .sub3_sect1 .box {
        background-size: cover;
    }

    .sub3_sect1_wrap2 {
        width: 99% !important;
    }

    .sub3_sect1_wrap2 .box {
        position: relative;
        width: 88%;
        height: 435px;
        left: 0;
        right: 0;
        margin: 5% 0;
        padding: 0;
    }

    .sub3_sect1 .sub3_sect1_right {
        height: fit-content;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sub3_sect1 .sub3_sect1_bottom {
        font-size: 15px !important;
        margin-top: 20px;
        line-height: 33px;
    }

    .sub3_sect1 .box:hover {
        transform: none;
    }

    .sub3_sect2 {
        padding: 30% 0;
    }

    .sub3_sect2 div {
        align-items: flex-start !important;
    }

    .sub3_sect2 div a img {
        width: 55%;
        margin: 0 !important;
    }

    .sub3_sect2 .sub3_sect2_right {
        cursor: pointer;
        margin-right: 67%;
    }

    .sub3_sect2_left {
        margin-bottom: 10%;
    }

    .sub3_sect2 .sub3_sect2_right img:nth-child(3) {
        position: absolute;
        border-radius: 50%;
        margin-top: 1px;
        margin-left: -33px;
        transition: opacity 0.5s ease;
        width: 65px;
    }


    .sub3_sect2 .sub3_sect2_right img:nth-child(2) {
        width: 25px;
        position: absolute;
        margin-top: 22px;
        margin-left: -13px;
        transition: opacity 0.5s ease;
    }

    .sub3_sect2 .sub3_sect2_right img:first-child {
        width: 81px;
        position: absolute;
        margin-top: 33px;
        margin-left: -1px;
        transform: translate(-50%, -50%);
        animation: txt_turn 8s infinite linear;
    }


    .sub4_sect1 {
        height: 30vh;
    }

    .sub4_sect1 .back_txt {
        font-size: 3.375rem;;
    }

    .sub4_sect1 .sub4_sect1_top img {
        width: 12%;
        height: auto;
    }

    .sub4_sect1 .sub4_sect1_mid p {
        font-size: 4.375rem;;
    }

    .sub4_sect1 .sub4_sect1_bottom img {
        width: 30%;
    }

    .sub4_sect2 {
        padding-bottom: 11%;
        transition: all 0.5s ease;
    }

    .sub2_sect2_img {
        width: 10vw;
        margin-bottom: 30% !important;
    }

    .sub4_sect1 .sub4_sect1_top {
        height: 24%;
    }

    .sub4_sect2_left {
        padding-top: 10%;
        padding-bottom: 3%;
    }

    .sub4_sect2 .sub4_sect2_right {
        margin-right: 10%;
    }

    .sub4_sect2 .sub4_sect2_right img:nth-child(3) {
        position: absolute;
        border-radius: 50%;
        margin-top: -11px;
        margin-left: -29px;
        transition: opacity 0.5s ease;
        width: 59px;
    }

    .sub4_sect2 .sub4_sect2_right img:nth-child(2) {
        width: 23px;
        position: absolute;
        margin-top: 8px;
        margin-left: -11px;
        transition: opacity 0.5s ease;
    }

    .sub4_sect2 .sub4_sect2_right img:first-child {
        width: 75px;
        position: absolute;
        margin-top: 18px;
        margin-left: 0px;
        transform: translate(-50%, -50%);
        animation: txt_turn 8s infinite linear;
    }

    .sub4_sect1 .sub4_sect1_mid {
        margin-top: 12%;
        margin-bottom: 19%;
    }

    .sub4_sect1 .sub4_sect1_bottom {
        height: 31%;
        width: 90%;
    }


    .micro-slider {
        height: 399px;
        position: relative;
        width: 100%;
    }

    .indicators {
        left: 55%;
    }

    .slider-item img {
        width: 85%;
    }

    .sub5_sect1 .sub5_sect1_txt p {
        font-size: 7vw;
    }

    li.slick-slide {
        /*margin-right: 4vw;*/
    }

    .slick-slide img {
        object-fit: cover;
        height: 130px;
        width: auto;
    }

    .point_text p {
        font-size: 1.2em !important;
    }

    .slick-dots {
        margin-top: 0;
    }

    .sub-slider {
        margin-top: 36px;
    }

    .instructor_box img {
        width: 32%;
        height: auto !important;
    }

    .indicators li {
        width: 9px;
    }

    .indicators a {
        height: 7px;
        width: 7px;
    }

    .indicators {
        left: 58%;
    }

    .sub5_sect2 .sub-slider .slick-slide {
        justify-content: flex-start;
        gap: 2%;
    }

    .sub5_sect2 .point_text {
        width: 95%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .point_text p {
        font-size: 1.3em !important;
    }

    .sub5_sect2 .sub_slide .slick-slide {
        justify-content: flex-start;
        gap: 5%;
    }

    .instructor_box {
        flex-direction: row !important;
        width: 100%;
        text-align: left;
        min-height: 193px;
        padding: 1px 0px 0px 20px;
    }

    .instructor_box p {
        padding: 7px !important;
    }

    .sub5_sect3 {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .sub5_sect3 .sub5_sect3_right {
        cursor: pointer;
        margin-left: 16%;
        position: relative;
    }


    .sub5_sect3 .sub5_sect3_right img:nth-child(2) {
        width: 19px;
        position: absolute;
        margin-top: -28px;
        margin-left: 249px;
        transition: opacity 0.5s ease;
    }

    .sub5_sect3 .sub5_sect3_right img:first-child {
        width: 54px;
        position: absolute;
        margin-top: -20px;
        margin-left: 258px;
        transform: translate(-50%, -50%);
        animation: txt_turn 8s infinite linear;
    }

    .sub5_sect3_img {
        width: 9vw;
    }

    .sub6_sect1 .sub6_sect1_img_wrap {
        height: 800px;
    }

    .mid_txt {
        margin-top: 30vh;
        padding: 0 2%;
    }

    .sub6_sect1 .sub6_sect1_dot_bar {
        margin-top: 39px;
        margin-bottom: 62px;
    }

    .sub6_sect1 .sub6_sect1_dot_bar img {
        width: 37%;
    }

    .link_box {
        width: 100%
    }

    .sub6_sect1 .sub6_sect1_img_wrap {
        margin-top: 36px;
    }

    .sub6_sect1 .item1 {
        margin-left: 4%;
    }

    .sub6_sect1 .sub6_sect1_item1,
    .sub6_sect1 .sub6_sect1_item1_3 {
        width: 187px;
        height: 133px;
    }

    .sub6_sect1 .sub6_sect1_item1_2 {
        width: 187px;
        height: 133px !important;
    }

    .sub6_sect1 .sub6_sect1_item3 {
        width: 187px;
        height: 133px;
    }

    .sub6_sect1 .sub6_sect1_item1_2 span {
        display: block;
        height: 100%;
        padding-top: 10px;
        padding-left: 9px;
        font-size: 1.4rem !important;
    }

    .sub6_sect1 .item2 {
        margin-top: 162px;
        right: 4%;
    }

    .sub6_sect1 .item3 {
        margin-top: 331px;
    }

    .sub6_sect1 .item4 {
        width: 100%;
        top: 615px;
        margin: auto;
    }

    .sub6_sect1 .item4 img {
        width: 70%;
    }


    .sub6_sect1 .sub6_sect1_item1 span, .sub6_sect1 .sub6_sect1_item1_3 span {
        display: block;
        height: 100%;
        padding-top: 18px;
        padding-left: 6px;
        font-size: 4.8vw;
    }

    .sub6_sect1_qna {
        width: 90%;
    }


    .accordion__li a > div {
        padding: 26px 20px;
    }

    .accordion__li i {
        margin-left: 13px;
        font-size: 1.3rem;

    }

    .accordion__li.active .accordion__content, .accordion__li:target .accordion__content {

        padding: 0 20px 20px
    }

    .accordion__content {
        font-size: 1.2rem;

    }


    .mid_txt p {
        font-size: 8vw;
    }


    .sub6_sect1 .sub6_sect1_white_box {
        width: 99%;
        height: 250px
    }

    .sub6_sect1 .sub6_sect1_white_box button {
        width: 232px;
        height: 56px;
        transition: all 0.3s ease-in;
    }

    .sub6_sect1 .sub6_sect1_white_box a {
        width: 232px;
        height: 56px;
        transition: all 0.3s ease-in;
    }

    .sub6_sect2 {
        background-color: #1e1e1e;
        height: 391px;
        padding-top: 2px;
    }


    .sub7_sect1 {
        padding: 52% 0;
    }

    .sub7_sect1 .sub7_sect1_search_box {
        width: 90%;
        height: 55px;
    }

    .sub7_sect1 .sub7_sect1_search_box input::placeholder {
        padding-left: 5%;
    }

    .sub7_sect1 .sub7_sect1_search_box i {
        font-size: 28px;
        padding-right: 23px;
    }

    .sub7_sect1 .sub7_sect1_warn_box {
        width: 90%;
        height: 192px;
        border-radius: 21px;
    }

    .sub7_sect1 .sub7_sect1_search_box2 {
        width: 90%;
        height: 43px;
        border-radius: 14px;
        background-color: #ffffffc5;
    }

    .sub7_sect1 .sub7_sect1_search_box2 i {
        font-size: 29px;
        padding-right: 13px;
    }

    .sub7_sect1 #certificateImage {
        width: 90%
    }

    .sub7_sect1 #certImg {
        width: 100%;
    }


}


/* tablet */