
/* top_1 section */
* {
    font-family: 'Noto Sans KR';
    letter-spacing: -.8px;
}
.wrapper {width: 100%;overflow:hidden;}
#header {background: #fff !important;}
section.top_1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
section.top_1 .swiper-wrapper {
    position: relative;
    width: auto;
    height: 100vh;
}
section.top_1 .swiper-slide img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
} 
section.top_1 .swiper-slide .txt {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-20%);
    color: #fff;
    font-size:66px;
    font-family: 'Noto Sans KR';
    text-align: center;
    font-weight: 600;
    opacity: 0;
}
section.top_1 .swiper-slide .txt p {
    line-height: 85px;
    margin-bottom: 40px;
}
section.top_1 .swiper-slide .txt span {
    font-size: 23px;
    line-height: 35px;
    display: block;
    margin-bottom: 25px;
    font-weight: 500;
}
section.top_1 .swiper-slide .txt hr {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 25px;
    border: 1px solid #75717b;
}
section.top_1 .swiper-slide .txt span:last-child {
    margin-bottom: 0;
}

.num { 
    font-family:'Roboto', sans-serif !important;
    font-weight: 500 !important;
    display: inline-block !important;
    font-size: 18px !important;
    letter-spacing: 0px !important;
    margin-bottom: 0 !important;
}


@keyframes upper {
    0% {
        opacity: 0;
        transform: translate(-50%,-20%);
    }
    
    100% {
        opacity: 1;
        transform: translate(-50%,-40%);
    }}

    
 
section.top_1 .swiper-slide.swiper-slide-active .txt{
    animation: 3s ease-in-out 1 normal forwards running upper;
}
section.top_1 .swiper-container .swiper-pagination {
    bottom: 50%;
    width: 100%;
    left: 50%;
    max-width: 1066px;
    transform: translate(-50%,-50%);
    text-align: left;
    display:flex;
    /*justify-content: space-between;*/
} 
section.top_1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border-radius: 0; 
    line-height: 28px;
    text-align: center;
    color: transparent;
    background: transparent;
    transition: transform .3s cubic-bezier(.45,0,.55,1);
    opacity: 1;
    margin: 0;
} 
section.top_1 .swiper-container .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 24px;
    background-color: #fff;
    transition: transform .3s cubic-bezier(.45,0,.55,1);
} 
section.top_1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: transparent;
    transform: rotate(45deg);
}
section.top_1 .swiper-container .swiper-pagination span:nth-of-type(1).re {margin-right:92.4%;}
section.top_1 .swiper-container .swiper-pagination span:nth-of-type(2).re {margin-right:92.4%;}
section.top_1 .swiper-container .swiper-pagination span:nth-of-type(3).re {margin-left:92.4%;}

.top_support {
    position: relative;
    display: flex;
    align-items: center;
    background: #1c1c1c;
    padding: 80px 0;
    flex-direction: column;
    justify-content: flex-start;
} 
.top_support .txt {
    max-width: 1066px;
    width: 100%;
    color: #fff;
    text-align: left;
}
.top_support .txt p {
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
}
.top_support .txt span {
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
}  
.top_support .txt a {
    color: #fff;
    font-size: 17px;
    font-family: 'Noto Sans KR';
    border-radius: 40px;
    display: block;
    max-width: 230px;
    padding: 12px 0;
    padding-top: 9px; 
    text-align: center;
    border: 2px solid #fff;
    font-weight: 600;
    transition: all .3s;
    margin-top: 40px;
}

/* top_2 */

.top_2 {
    width: 100%;
    background: #272727;
    padding: 140px 0;
}
.top_2 .div_wrapper {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
}
.top_2 .div_wrapper .div_in {
    margin-bottom: 60px;
    height: 452px;
    padding: 80px 40px;
    transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    cursor: pointer;
}
.top_2 .div_wrapper .div_in:nth-of-type(1) {
    background:url('/common/front/img/sama/qa/qa1.png');
}
.top_2 .div_wrapper .div_in:nth-of-type(2) {
    background:url('/common/front/img/sama/qa/qa2.png');
}
.top_2 .div_wrapper .div_in:nth-of-type(3) {
    background:url('/common/front/img/sama/qa/qa3.png');
}

.top_2 .div_wrapper .div_in:last-child {
    margin-bottom: 0px;
    background:url('/common/front/img/sama/qa/qa4.png');
}
.top_2 .div_wrapper .div_in .txt img {
    width: 21px;
    height: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
}
.top_2 .div_wrapper .div_in .txt p {
    font-size: 49px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}
.top_2 .div_wrapper .div_in .txt span {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
}
#head_map {
    width: 100%;
    background: #9dbad1;
    text-align: center;
}
#head_map iframe {
    width: 100%;
    margin: 0 auto;
}

.top_4 .txt  {
    border-bottom: 1px solid #616161;
    padding: 35px 0;
}
.top_4 .txt img {
    width: 30px;
    height: 40px;
    margin-right: 10px;
}
.top_support.top_4 .txt p {
    line-height: 35px;
}
.top_4 .txt p {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}
.top_4 .txt span {
    font-size: 21px;
    font-weight: 200;
}
.top_4 .txt b { 
    margin-right: 20px;
    font-weight: 600;
}
.top_4 .txt .left {
    position: relative;
    margin-right: 40px;
}
.top_4 .txt .tel {
    margin-top: 25px; 
}
.top_4 .txt .left::after {
    position: absolute;
    content: '';
    top: 9px;
    right: -19px;
    width: 1px;
    height: 16px;
    background: #616161;
}
.top_4 .txt_in {
    display: flex;
    align-items: baseline;
}
.top_4 .txt_in > div:first-child {
    font-size: 21px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 40px;
} 
.top_4 .txt_in > div:last-child span {
    font-size: 21px;
    font-weight: 200;
}
.top_4 .txt_in .border {
    color: #1c1c1c;
    background: #fff;
    padding: 0px 5px;;
    font-weight: 500 !important;
    font-size: 15px !important;
    margin-right: 10px;
}
.top_4 .txt_in .flex_1 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.top_4 .txt_in > div > div p {
    margin-top: 20px;
}

.img_react {
    display: none;
}
.txt_react {
    display: none;
}

@media (max-width: 1066px){
    .top_support {
        padding: 80px 20px;
    }
    .top_2 .div_wrapper .div_in {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .top_2 .div_wrapper .div_in:nth-of-type(1) {
        background: url('/common/front/img/sama/qa/qa1.png') no-repeat; 
        background-size: contain;
    }
    .top_2 .div_wrapper .div_in:nth-of-type(2) {
        background:url('/common/front/img/sama/qa/qa2.png') no-repeat;
        background-size: contain;
    }
    .top_2 .div_wrapper .div_in:nth-of-type(3) {
        background:url('/common/front/img/sama/qa/qa3.png') no-repeat;
        background-size: contain;
    }
    .top_2 .div_wrapper .div_in:last-child {
        margin-bottom: 0px;
        background:url('/common/front/img/sama/qa/qa4.png') no-repeat;
        background-size: contain;
    }
}
@media (max-width: 960px){ 
    .top_2 .div_wrapper .div_in {
        height: 385px;
        padding: 40px 20px;
    }
    .top_2 .div_wrapper .div_in .txt p {
        font-size: 40px;
    }
    .top_2 .div_wrapper .div_in .txt span {
        font-size: 18px;
        line-height: 30px;
    }
    .top_2 {
        padding: 80px 0;
    }
}
@media (max-width: 650px){
    .img_st {
        display: none;
    }
    .img_react {
        display: block;
    }
    section.top_1 .swiper-slide .txt {
        width: 100%;
    }
    section.top_1 .swiper-slide .txt p {
        font-size: 29px;
        line-height: 40px;
    }
    section.top_1 .swiper-slide .txt span {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .top_support {
        padding: 80px 20px;
        margin: 0 auto;
    }
    .txt_react {
        display: block !important;
    }
    .top_support .txt {
        display: none;
    }
    .top_support .txt p {
        font-size: 24px;
        line-height: 36px;
    }
    .top_support .txt span {
        font-size: 15px; 
        line-height: 25px;
    }
    .top_support .txt a {
        font-size: 13px;
        max-width: 150px;
        margin-top: 25px;
    }


    .top_2 .div_wrapper .div_in {
        height: 250px;
        margin-bottom: 20px;
    }
    .top_2 .div_wrapper .div_in .txt p {
        font-size: 24px;
    }
    .top_2 .div_wrapper .div_in .txt span {
        font-size: 14px;
        line-height: 24px;
    } 
}

@media (max-width: 650px){
    .top_2 .div_wrapper .div_in {
        height: auto;
    }
    .top_2 .div_wrapper .div_in:nth-of-type(1) {
        background: url('/common/front/img/sama/qa/qa1.png') no-repeat; 
        background-size: cover;
        background-position: center;
        border-radius:10px;
        overflow: hidden;
    }
    .top_2 .div_wrapper .div_in:nth-of-type(2) {
        background:url('/common/front/img/sama/qa/qa2.png') no-repeat;
        background-size: cover;
        background-position: center;
        border-radius:10px;
        overflow: hidden;
    }
    .top_2 .div_wrapper .div_in:nth-of-type(3) {
        background:url('/common/front/img/sama/qa/qa3.png') no-repeat;
        background-size: cover;
        background-position: center;
        border-radius:10px;
        overflow: hidden;
    }
    .top_2 .div_wrapper .div_in:last-child {
        margin-bottom: 0px;
        background:url('/common/front/img/sama/qa/qa4.png') no-repeat;
        background-size: cover;
        background-position: center;
        border-radius:10px;
        overflow: hidden;
    }
    .top_2 .div_wrapper .div_in .txt p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .top_2 .div_wrapper .div_in .txt span {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }
    .top_3.top_support{
        padding: 40px 20px;
    }
    .top_support .txt_react p {
        font-size: 18px; 
        margin-bottom: 10px;
    }
    .top_support .txt_react span {
        font-size: 13px;
        line-height: 23px;
    }
    .top_4.top_support{
        padding: 40px 20px;
    }
    .top_support.top_4 .txt p {
        line-height: 26px;
    }
    .top_4 .txt {
        padding: 20px 0;
    }
    .top_4 .txt_in {
        display: block;
    }
    .top_4 .txt_in > div:first-child {
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
    }
    .top_4 .txt_in > div:last-child span {
        font-size: 15px;
    }
    .top_4 .txt_in > div > div p {
        font-size: 16px;
        font-weight: 500;
    }
    .top_4 .txt img { 
        width: 20px;
    }
 }

 @media (max-width: 450px){
    .top_2 .div_wrapper .div_in .txt p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .top_2 .div_wrapper .div_in .txt span {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }
    .top_3.top_support{
        padding: 40px 20px;
    }
    .top_support .txt_react p {
        font-size: 18px; 
        margin-bottom: 10px;
    }
    .top_support .txt_react span {
        font-size: 13px;
        line-height: 23px;
    }
    .top_4.top_support{
        padding: 40px 20px;
    }
    .top_support.top_4 .txt p {
        line-height: 26px;
    }
    .top_4 .txt {
        padding: 20px 0;
    }
    .top_4 .txt_in {
        display: block;
    }
    .top_4 .txt_in > div:first-child {
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
    }
    .top_4 .txt_in > div:last-child span {
        font-size: 15px;
    }
    .top_4 .txt_in > div > div p {
        font-size: 16px;
        font-weight: 500;
    }
    .top_2 .div_wrapper .div_in .txt img {
        width: 15px;
        height: 7px;
        margin-bottom: 2px;
        margin-left: 6px;
    }
    .top_4 .txt_in > div:last-child span {
        font-weight: 300;
    }
    .top_support .txt_react span {
        font-weight: 300;
    }
 }