@charset "utf-8";

/* main */
::-webkit-scrollbar {
    display: none;
}

html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* section */
.section {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

/* introSection */
#introSection {
    position: relative;
    width: 100%;
}

#introSection .wrap,
#introSection .container,
#introSection .slide-view {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#introSection .slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#introSection .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#introSection .slide1 {
    z-index: 3;
}

#introSection .slide2 {
    z-index: 2;
}

#introSection .slide3 {
    z-index: 1;
}

#introSection .slide .slide-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#introSection .slide1 .slide-bg {
    background: url(../img/intro_bg1.png) no-repeat center;
    background-size: cover;
}

#introSection .slide2 .slide-bg {
    background: url(../img/intro_bg2.png) no-repeat center;
    background-size: cover;
}

#introSection .slide3 .slide-bg {
    background: url(../img/intro_bg3.png) no-repeat center;
    background-size: cover;
}
#introSection .slide1 .slide-bg.bangtancare,
#introSection .slide2 .slide-bg.bangtancare{
    /*background: linear-gradient(63deg, #ffcd29 0%, #fff16e 99%)*/
    background: url(../img/bangtancare/intro_bg2.png) no-repeat center;
    height : 100vh;
    width: 100vw;
    background-repeat : no-repeat;
    background-size : cover;
}

#introSection .slide-cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    padding: 0 60px;
    height: 100%;
    margin: 0 auto;
}

#introSection .slide-txt {
    position: relative;
    margin-left: 60px;
    transition: all .3s;
    z-index: 10;
}

#introSection .txt-wrap {
    color: #fff;
}

#introSection .txt-wrap h3 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 50px;
    margin-bottom: 20px;
}
#introSection .txt-wrap.bangtancare{
    position: relative;
    z-index: 1;
    color: #0D1C33;
}

#introSection .txt-wrap p {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    margin-bottom: 40px;
}
#introSection .txt-wrap.bangtancare p{
    margin-bottom: 10px;
}
#introSection .txt-wrap.bangtancare .p-bold{
    font-weight: bold;
}
#introSection .txt-wrap.bangtancare p:last-of-type{
    margin-bottom: 60px;
}
#introSection .txt-wrap .view-btn-box{
    width: 150%;
}
#introSection .txt-wrap .view-btn {
    position: relative;
    top: 0;
    left: 0;
}
#introSection .txt-wrap.bangtancare .view-btn:last-of-type{
    margin-left: 10px;
}

#introSection .slide-img {
    position: relative;
    width: 52vw;
    max-width: 1000px;
}

#introSection .bg-img {
    position: absolute;
    width: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#introSection .slide-img .img-wrap img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
}

#introSection .img-wrap {
    position: relative;
    top: 0;
    left: 0;
}
#introSection .slide2 .slide-bg.bangtancare .img-wrap img{
    width: 88%;
}

#introSection .slide-char {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 28vmin;
    min-width: 300px;
}

#introSection .char-wrap {
    position: relative;
    top: 0;
    left: 0;
}

#introSection .char-wrap img {
    position: absolute;
}

#introSection .char-wrap .char-img {
    z-index: 2;
    width: 87%;
    bottom: 26px;
    left: 3%
}

#introSection .char-wrap .back-img {
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 67px;
}

#introSection .char-wrap .front-img {
    z-index: 3;
    width: 35%;
    left: 15%;
    bottom: 0;
}

#introSection .pagination {
    position: absolute;
    width: 100%;
    max-width: 610px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 200;
}

#introSection .pagination li {
    float: left;
    width: calc(33.333% - 3.333px);
    margin-right: 5px;
}
#introSection .pagination.bangtancare li{
    width: calc(50% - 2.5px);
}
#introSection .pagination li:last-of-type {
    margin-right: 0;
}

#introSection .pagination .page-btn {
    width: 100%;
}

#introSection .pagination .page-title {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
#introSection .pagination.bangtancare .page-title{
    color: #0D1C33;
}

#introSection .pagination .page-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .2);
}

#introSection .pagination .page-progress::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
}

#introSection .pagination .page-btn.active .page-progress::after {
    width: 100%;
    transition: width 5s;
}

/* reviewSection */
#reviewSection {
    background: #f5f5f5;
}

#reviewSection .wrap {
    position: relative;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    max-width: 1920px;
    margin: 0 auto;
}

#reviewSection .container {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1680px;
    padding: 60px 120px 0 120px;
    margin: 0 auto;
}

#reviewSection .section-title {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
    transition: padding .3s, margin .3s;
}

#reviewSection .title-txt {
    font-size: 45px;
    font-weight: 500;
    color: #0d1c33;
    transition: font-size .3s, margin .3s;
}

#reviewSection .img-wrap {
    float: right;
    width: 50%;
    margin-top: -200px;
}

#reviewSection .img-wrap .pc {
    display: block;
}

#reviewSection .img-wrap .mob {
    display: none;
}

#reviewSection .txt-wrap {
    float: left;
    width: 50%;
}

#reviewSection .txt-wrap .pc {
    display: block;
    margin-bottom: 40px;
}

#reviewSection .txt-wrap .mob {
    display: none;
}

/* societySection */
#societySection {
    position: relative;
    width: 100%;
}

#societySection .wrap,
#societySection .container,
#societySection .slide-view {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#societySection .slide-wrap.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#societySection .slide-wrap.cont {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% * 5);
    height: 100%;
    margin-left: 0;
    z-index: 200;
}

#societySection .slide-wrap.bg .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#societySection .slide-wrap.bg .slide1 {
    z-index: 3;
}

#societySection .slide-wrap.bg .slide2 {
    z-index: 2;
}

#societySection .slide-wrap.bg .slide3 {
    z-index: 1;
}

#societySection .slide-wrap.bg .slide .slide-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#societySection .slide-wrap.bg .slide1 .slide-bg {
    background: url(../img/society_bg1.png) no-repeat center;
    background-size: cover;
}
#societySection .slide-wrap.bg .slide1 .slide-bg.bangtancare {
    background: url(../img/bangtancare/society_bg1.png) no-repeat center;
    background-size: cover;
}
#societySection .slide-wrap.bg .slide2 .slide-bg.bangtancare{
    background: url(../img/bangtancare/society_bg2.png) no-repeat center;
    background-size: cover;
}
#societySection .slide-wrap.bg .slide2 .slide-bg {
    background: url(../img/society_bg2.png) no-repeat center;
    background-size: cover;
}

#societySection .slide-wrap.bg .slide3 .slide-bg {
    background: url(../img/society_bg3.png) no-repeat center;
    background-size: cover;
}
#societySection .slide-wrap.bg .slide4 .slide-bg {
    background: url(../img/society_bg4.png) no-repeat center;
    background-size: cover;
}

#societySection .slide-wrap.bg .slide5 .slide-bg {
    background: url(../img/society_bg5.png) no-repeat center;
    background-size: cover;
}


#societySection .slide-wrap.cont .slide {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% / 5);
    height: 100%;
    z-index: 1;
}

#societySection .slide-wrap.cont .slide-cont {
    position: relative;
    top: calc(50% + 40px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1560px;
    height: 600px;
    margin: 0 auto;
    padding: 0 60px;
    transition: width .3s;
}

#societySection .slide-wrap.cont .slide-txt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

#societySection .slide-wrap.cont .slide-img {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
}

#societySection .slide-wrap.cont .img-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#societySection .slide-wrap.cont .txt-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 30px;
    color: #fff;
}

#societySection .slide-wrap.cont .txt-wrap .mct-logo {
    width: 122px;
    margin-bottom: 30px;
    transition: all .3s;
}

#societySection .slide-wrap.cont .txt-wrap .slide-title {
    font-size: 50px;
    margin-bottom: 30px;
    transition: all .3s;
}
#societySection .slide-wrap.bangtancare .txt-wrap .slide-title h3{
    color: #0D1C33;
}
#societySection .slide-wrap.bangtancare .txt-wrap .slide-title h3 .bold{
    color: #0D1C33;
    font-weight: bold;
}

#societySection .slide-wrap.cont .txt-wrap .slide-title .bold {
    color: #3dbaa5;
}

#societySection .slide-wrap.cont .txt-wrap .line {
    display: block;
    width: 79.444%;
    height: 1px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .2);
}
#societySection .slide-wrap.bangtancare .txt-wrap .line{
    background: rgba(203, 203, 203, 100%);
}

#societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
    font-size: 20px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .8);
    transition: all .3s;
}
#societySection .slide-wrap.bangtancare .txt-wrap .slide-subTitle{
    color: #0d1c33;
}
/*#societySection .slide-wrap.bangtancare .txt-wrap .slide-subTitle{*/
/*    font-size: 20px;*/
/*    letter-spacing: -1px;*/
/*    color: #0d1c33;*/
/*}*/
#societySection .slide-wrap.bangtancare .txt-wrap .slide-top-text-box{
    border: 1px solid #0d1c33;
    padding: 0 28px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #0d1c33;
    line-height: 44px;
    display: inline-block;
}

#societySection .prev-wrap,
#societySection .next-wrap {
    position: absolute;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    width: 4.2969vw;
    height: 4.2969vw;
    min-width: 44px;
    min-height: 44px;
    max-width: 60px;
    max-height: 60px;
    z-index: 200;
}

#societySection .prev-wrap {
    left: 50%;
    margin-left: -840px;
}

#societySection .next-wrap {
    right: 50%;
    margin-right: -840px;
}

#societySection .pagination {
    position: absolute;
    min-width: 237px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 200;
}
#societySection .pagination.bangtancare{
    min-width: auto;
}

#societySection .pagination li {
    float: left;
    width: 100px;
    height: 5px;
    margin-right: 5px;
}

#societySection .pagination li:last-of-type {
    margin-right: 0;
}

#societySection .pagination .page-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transition: background-color .3s;
}

#societySection .pagination .page-btn.active {
    background: #fff;
}

/* newsSection */
#newsSection {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
}

#newsSection .wrap {
    position: relative;
    top: 100px;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 200px;
}

#newsSection .container {
    width: 100%;
    height: 100%;
    max-width: 1680px;
    padding: 0 120px;
    margin: 0 auto;
}

#newsSection .section-title {
    width: 100%;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}

#newsSection .title-txt {
    font-size: 50px;
    color: #0d1c33;
}

#newsSection .tab-nav {
    margin-bottom: 50px;
}

#newsSection .tab-wrap {
    text-align: center;
}

#newsSection .tab-item {
    display: inline-block;
    margin: 0 25px;
}

#newsSection .tab-btn {
    position: relative;
    padding-bottom: 13px;
    font-size: 20px;
    color: #0d1c33;
    transition: color .3s;
    font-family: 'IBM Plex Sans KR', sans-serif;
}

#newsSection .tab-btn::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transform-origin: right;
    background: #045693;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

#newsSection .tab-btn.active::after,
#newsSection .tab-btn:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

#newsSection .tab-btn.active,
#newsSection .tab-btn:hover {
    color: #045693;
}

#newsSection .tab-contents {
    width: 100%;
}

#newsSection .card-wrap {
    position: relative;
    width: 100%;
    height: calc(94.2262vw + 30px);
    max-height: 1613px;
}

#newsSection .news-card {
    position: absolute;
    width: calc(33.333% - 6.666px);
    margin-right: 10px;
    margin-bottom: 10px;
}

#newsSection .news-card:nth-of-type(3n) {
    margin-right: 0;
}

#newsSection .news-card:nth-of-type(1) {
    top: 0;
    left: 0;
}

#newsSection .news-card:nth-of-type(2) {
    top: 0;
    left: calc(33.333% + 3px);
}

#newsSection .news-card:nth-of-type(3) {
    top: 0;
    left: calc(66.666% + 6px);
}

#newsSection .news-card:nth-of-type(4) {
    top: 500px;
    left: 0;
}

#newsSection .news-card:nth-of-type(5) {
    top: 500px;
    left: calc(33.333% + 3px);
}

#newsSection .news-card:nth-of-type(6) {
    top: 500px;
    left: calc(66.666% + 6px);
}

#newsSection .news-card:nth-of-type(7) {
    top: 1000px;
    left: 0;
}

#newsSection .news-card:nth-of-type(8) {
    top: 1000px;
    left: calc(33.333% + 3px);
}

#newsSection .news-card:nth-of-type(9) {
    top: 1000px;
    left: calc(66.666% + 6px);
}

#newsSection .news-card[data-size="x-large"] {
    height: 41.3690vw;
    max-height: 695px;
}

#newsSection .news-card[data-size="large"] {
    height: 35.5357vw;
    max-height: 597px;
}

#newsSection .news-card[data-size="medium"] {
    height: 28.6310vw;
    max-height: 481px;
}

#newsSection .news-card[data-size="small"] {
    height: 23.1548vw;
    max-height: 389px;
}

#newsSection .card-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: none;
    transform: translateY(0);
    transition: box-shadow .3s, transform .3s;
}

#newsSection .card-btn:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05), 3px 10px 10px rgba(0, 0, 0, .1), -3px 10px 10px rgba(0, 0, 0, .1);
    transform: translateY(-5px);
}

#newsSection .card-img {
    position: relative;
    top: 50%;
    left: 50%;
    /*width: auto;*/
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#newsSection .card-img[src="./resources/img/media/media_3.png"] {
    width: 100%;
}

#newsSection .card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}

#newsSection .card-shadow {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(rgba(37, 60, 78, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    -pie-background: linear-gradient(rgba(37, 60, 78, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    behavior: url(/pie/PIE.htc);
    z-index: 1;
}

#newsSection .news-card[data-type="technology"] .card-badge {
    background: #3dbaa5;
}

#newsSection .news-card[data-type="health"] .card-badge {
    background: #004f92;
}

#newsSection .card-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 2;
}

#newsSection .card-title {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#newsSection .card-press {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsSection .card-date {
    float: right;
}

#newsSection .card-press,
#newsSection .card-date {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#newsSection .card-date.mob {
    display: none;
}

/* healthcareSection */
#healthcareSection {
    position: relative;
    width: 100%;
}

#healthcareSection .wrap,
#healthcareSection .container,
#healthcareSection .slide-view {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#healthcareSection .slide-wrap.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#healthcareSection .slide-wrap.cont {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% * 5);
    height: 100%;
    margin-left: 0;
    z-index: 200;
}

#healthcareSection .slide-wrap.bg .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#healthcareSection .slide-wrap.bg .slide1 {
    z-index: 3;
}

#healthcareSection .slide-wrap.bg .slide2 {
    z-index: 2;
}

#healthcareSection .slide-wrap.bg .slide3 {
    z-index: 1;
}

#healthcareSection .slide-wrap.bg .slide .slide-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#healthcareSection .slide-wrap.bg .slide1 .slide-bg {
    background: url(../img/society_bg1.png) no-repeat center;
    background-size: cover;
}
#healthcareSection .slide-wrap.bg .slide1 .slide-bg.bangtancare {
    background: url(../img/bangtancare/healthcare_bg1.png) no-repeat center;
    background-size: cover;
}
#healthcareSection .slide-wrap.bg .slide2 .slide-bg.bangtancare{
    background: url(../img/bangtancare/healthcare_bg2.png) no-repeat center;
    background-size: cover;
}
#healthcareSection .slide-wrap.bg .slide2 .slide-bg {
    background: url(../img/society_bg2.png) no-repeat center;
    background-size: cover;
}

#healthcareSection .slide-wrap.bg .slide3 .slide-bg {
    background: url(../img/society_bg3.png) no-repeat center;
    background-size: cover;
}
#healthcareSection .slide-wrap.bg .slide4 .slide-bg {
    background: url(../img/society_bg4.png) no-repeat center;
    background-size: cover;
}

#healthcareSection .slide-wrap.bg .slide5 .slide-bg {
    background: url(../img/society_bg5.png) no-repeat center;
    background-size: cover;
}


#healthcareSection .slide-wrap.cont .slide {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% / 5);
    height: 100%;
    z-index: 1;
}

#healthcareSection .slide-wrap.cont .slide-cont {
    position: relative;
    top: calc(50% + 40px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1560px;
    height: 600px;
    margin: 0 auto;
    padding: 0 60px;
    transition: width .3s;
}

#healthcareSection .slide-wrap.cont .slide-txt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

#healthcareSection .slide-wrap.cont .slide-img {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
}

#healthcareSection .slide-wrap.cont .img-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#healthcareSection .slide-wrap.cont .txt-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 30px;
    color: #fff;
}

#healthcareSection .slide-wrap.cont .txt-wrap .mct-logo {
    width: 122px;
    margin-bottom: 30px;
    transition: all .3s;
}

#healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
    font-size: 50px;
    margin-bottom: 30px;
    transition: all .3s;
}
#healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-title h3{
    color: #0D1C33;
}
#healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-title h3 .bold{
    color: #0D1C33;
    font-weight: bold;
}

#healthcareSection .slide-wrap.cont .txt-wrap .slide-title .bold {
    color: #3dbaa5;
}

#healthcareSection .slide-wrap.cont .txt-wrap .line {
    display: block;
    width: 79.444%;
    height: 1px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .2);
}
#healthcareSection .slide-wrap.bangtancare .txt-wrap .line{
    background: rgba(203, 203, 203, 100%);
}

#healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
    font-size: 20px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .8);
    transition: all .3s;
}
#healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-subTitle p{
    color: #0d1c33;
}
#healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-top-text-box{
    border: 1px solid #0d1c33;
    padding: 0 28px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #0d1c33;
    line-height: 44px;
    display: inline-block;
}

#healthcareSection .prev-wrap,
#healthcareSection .next-wrap {
    position: absolute;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    width: 4.2969vw;
    height: 4.2969vw;
    min-width: 44px;
    min-height: 44px;
    max-width: 60px;
    max-height: 60px;
    z-index: 200;
}

#healthcareSection .prev-wrap {
    left: 50%;
    margin-left: -840px;
}

#healthcareSection .next-wrap {
    right: 50%;
    margin-right: -840px;
}

#healthcareSection .pagination {
    position: absolute;
    min-width: 237px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 200;
}

#healthcareSection .pagination li {
    float: left;
    width: 100px;
    height: 5px;
    margin-right: 5px;
}

#healthcareSection .pagination li:last-of-type {
    margin-right: 0;
}

#healthcareSection .pagination .page-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transition: background-color .3s;
}

#healthcareSection .pagination .page-btn.active {
    background: #fff;
}

/* homeNav */
#homeNav {
    position: fixed;
    top: calc(50% + 40px);
    right: 50%;
    transform: translateY(-50%);
    margin-right: -920px;
    text-align: right;
    font-size: 12px;
    z-index: 400;
    transition: color .3s;
}

#homeNav.white {
    color: rgba(255, 255, 255, .7);
}

#homeNav.black {
    color: #0d1c33;
}

#homeNav li {
    margin-bottom: 8px;
}

#homeNav .quick-btn {
    display: block;
    width: 100%;
    min-height: 16px;
}

#homeNav .tooltip {
    display: inline-block;
    margin-right: 12px;
}

#homeNav .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3.5px;
    transition: background-color .3s, height .3s;
}

#homeNav.white .dot {
    background: rgba(255, 255, 255, .3);
}

#homeNav.black .dot {
    background: rgba(0, 79, 146, .3);
}

#homeNav .quick-btn.active .dot {
    height: 16px;
}

#homeNav.white .quick-btn.active .dot {
    background: #fff;
}

#homeNav.black .quick-btn.active .dot {
    background: #004f92;
}


/* ================================================== */

/* responsive */
@media all and (max-width: 1920px) {

    /* introSection */
    #introSection .slide-cont {
        padding: 0 3.1250vw;
    }
    #introSection .slide-char {
        bottom: 2.0833vw;
        left: 3.1250vw;
    }

    #introSection .pagination {
        bottom: 2.0833vw;
        max-width: 31.7708vw;
    }

    #introSection .pagination .page-title {
        margin-bottom: 0.5208vw;
        font-size: 13px;
    }

    /* societySection */
    #societySection .slide-wrap.cont .slide-cont {
        max-width: 81.25vw;
    }

    #societySection .slide-wrap.cont .txt-wrap .mct-logo {
        width: 100px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 40px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
        font-size: 18px;
    }

    #societySection .prev-wrap {
        left: 2.0833vw;
        margin-left: 80px;
    }

    #societySection .next-wrap {
        right: 2.0833vw;
        margin-right: 80px;
    }

    #societySection .pagination {
        bottom: 2.0833vw;
    }

    /* healthcareSection */
    #healthcareSection .slide-wrap.cont .slide-cont {
        max-width: 81.25vw;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .mct-logo {
        width: 100px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 40px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        font-size: 18px;
    }

    #healthcareSection .prev-wrap {
        left: 2.0833vw;
        margin-left: 80px;
    }

    #healthcareSection .next-wrap {
        right: 2.0833vw;
        margin-right: 80px;
    }

    #healthcareSection .pagination {
        bottom: 2.0833vw;
    }
    #healthcareSection .pagination.bangtancare {
        min-width: auto;
    }

    /* homeNav */
    #homeNav {
        right: 2.0833vw;
        margin-right: 0;
    }
}

@media all and (max-width: 1680px) {
    
    /* reviewSection */
    #reviewSection .title-txt {
        font-size: 2.6786vw;
    }
    #reviewSection .img-wrap {
        margin-top: -11.9048vw;
    }

    /* newsSection */
    #newsSection .news-card:nth-of-type(1) {
        top: 0;
    }

    #newsSection .news-card:nth-of-type(2) {
        top: 0;
    }

    #newsSection .news-card:nth-of-type(3) {
        top: 0;
    }

    #newsSection .news-card:nth-of-type(4) {
        top: calc(28.6310vw + 10px);
    }

    #newsSection .news-card:nth-of-type(5) {
        top: calc(28.6310vw + 10px);
    }

    #newsSection .news-card:nth-of-type(6) {
        top: calc(28.6310vw + 10px);
    }

    #newsSection .news-card:nth-of-type(7) {
        top: calc(58.6905vw + 20px);
    }

    #newsSection .news-card:nth-of-type(8) {
        top: calc(58.6905vw + 20px);
    }

    #newsSection .news-card:nth-of-type(9) {
        top: calc(58.6905vw + 20px);
    }
}

@media all and (max-width: 1560px) {

    /* introSection */
    #introSection .char-wrap .char-img {
        bottom: 1.6667vw;
    }

    #introSection .char-wrap .back-img {
        bottom: 4.2949vw;
    }

    /* societySection */
    #societySection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 35px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
        font-size: 16px;
    }

    /* healthcareSection */
    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 35px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        font-size: 16px;
    }
}

@media all and (max-width: 1366px) {

    /* introSection */
    #introSection .txt-wrap h3 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    #introSection .txt-wrap p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #introSection .pagination li {
        margin-right: 4px;
    }

    #introSection .pagination .page-title {
        font-size: 12px;
    }

    #introSection .pagination .page-progress {
        height: 4px;
    }

    /* reviewSection */
    #reviewSection .container {
        width: 90%;
        padding: 50px 100px 0 100px;
    }

    #reviewSection .img-wrap {
        margin-top: -10vw;
    }

    /* societySection */
    #societySection .slide-wrap.cont .slide-cont {
        max-width: 90%;
    }

    #societySection .slide-wrap.cont .slide-txt {
        width: 55%;
    }

    #societySection .slide-wrap.cont .slide-img {
        width: 45%;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    #societySection .slide-wrap.cont .txt-wrap .line {
        margin-bottom: 25px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
        margin-bottom: 38px;
    }

    #societySection .prev-wrap,
    #societySection .next-wrap {
        display: none;
    }

    #societySection .pagination li {
        width: 75px;
        margin-right: 4px;
        height: 4px;
    }

    /* newsSection */
    #newsSection .section-title {
        padding-top: 80px;
        margin-bottom: 65px;
    }

    #newsSection .title-txt {
        font-size: 40px;
    }

    #newsSection .tab-nav {
        margin-bottom: 45px;
    }

    #newsSection .tab-btn {
        font-size: 18px;
    }

    #newsSection .card-badge {
        padding: 6px 15px;
    }

    #newsSection .card-txt {
        bottom: 17px;
        left: 17px;
        width: calc(100% - 34px);
    }

    /* healthcareSection */
    #healthcareSection .slide-wrap.cont .slide-cont {
        max-width: 90%;
    }

    #healthcareSection .slide-wrap.cont .slide-txt {
        width: 55%;
    }

    #healthcareSection .slide-wrap.cont .slide-img {
        width: 45%;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .line {
        margin-bottom: 25px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        margin-bottom: 38px;
    }

    #healthcareSection .prev-wrap,
    #healthcareSection .next-wrap {
        display: none;
    }

    #healthcareSection .pagination li {
        width: 75px;
        margin-right: 4px;
        height: 4px;
    }
}

@media all and (max-width: 1024px) {

    /* introSection */
    #introSection .slide-cont {
        flex-direction: column-reverse;
        justify-content: center;
        padding: 20px;
        width: 70%;
    }

    #introSection .slide-img {
        width: 100%;
        /*max-width: calc(100vh - 280px);*/
        /*max-width: calc((var(--vh, 1vh) * 100) - 280px);*/
        max-width: 550px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    #introSection .slide-txt {
        width: 100%;
        margin-left: 0;
    }

    #introSection .txt-wrap h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #introSection .txt-wrap p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #introSection .txt-wrap .view-btn {
        display: flex;
    }

    #introSection .slide-char {
        bottom: 20px;
        left: 15px;
    }

    #introSection .pagination {
        max-width: 346px;
        padding: 0 20px;
        bottom: 20px;
    }

    #introSection .pagination li {
        margin-right: 3px;
    }
    #introSection .pagination.bangtancare li{
        width: calc(50% - 1.5px);
    }

    #introSection .pagination .page-title {
        display: none;
    }

    #introSection .pagination .page-progress {
        height: 3px;
    }
    #introSection .txt-wrap.bangtancare .view-btn:first-of-type{
        margin-bottom: 10px;
    }
    #introSection .txt-wrap.bangtancare .view-btn:last-of-type{
        margin-left: 0;
    }
    #introSection .slide-bg.bangtancare .img-wrap img{
        width: 100%;
    }
    #introSection .txt-wrap .view-btn-box{
        width: auto;
    }
    #introSection .slide2 .slide-bg.bangtancare .img-wrap img{
        width: 100%;
    }

    /* reviewSection */
    #reviewSection .container {
        padding: 0;
        width: 70%;
    }

    #reviewSection .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    #reviewSection .title-txt {
        font-size: 24px;
    }

    #reviewSection .img-wrap {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    #reviewSection .img-wrap .pc {
        display: none;
    }
    
    #reviewSection .img-wrap .mob {
        display: block;
    }

    #reviewSection .txt-wrap {
        float: none;
        width: 100%;
    }

    #reviewSection .txt-wrap .pc {
        display: none;
        margin-bottom: 0;
    }
    
    #reviewSection .txt-wrap .mob {
        display: block;
        margin-bottom: 25px;
    }

    #reviewSection .more-btn {
        display: flex;
    }

    /* societySection */
    #societySection .slide-wrap.cont {
        width: calc(80% * 5);
        margin-left: 10%;
    }

    #societySection .slide-wrap.cont .slide-cont {
        max-width: 80%;
        padding: 0;
        height: auto;
        top: calc(50% + 20px);
    }

    #societySection .slide-wrap.cont .img-wrap {
        top: 0;
        transform: translateY(0);
    }

    #societySection .slide-wrap.cont .txt-wrap {
        opacity: 0;
        top: 0;
        transform: translateY(0);
        margin-right: 0;
        margin-top: 42px;
        transition: opacity .3s;
    }

    #societySection .slide-wrap.cont .slide.active .txt-wrap {
        opacity: 1;
    }

    #societySection .slide-wrap.cont .slide-txt,
    #societySection .slide-wrap.cont .slide-img {
        width: 100%;
        float: none;
    }

    #societySection .slide-wrap.cont .txt-wrap .mct-logo {
        display: none;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    #societySection .slide-wrap.cont .txt-wrap .line {
        width: 100%;
        margin-bottom: 20px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
        text-align: center;
        font-size: 14px;
        padding: 0 10px;
    }

    #societySection .slide-wrap.cont .view-btn {
        display: flex;
    }

    #societySection .pagination {
        bottom: 20px;
    }

    #societySection .pagination li {
        width: 45px;
        margin-right: 3px;
        height: 3px;
    }
    #societySection .slide-wrap.bangtancare .txt-wrap {
        text-align: center;
    }
    #societySection .slide-wrap.bangtancare .txt-wrap .slide-top-text-box{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 9.5px;
    }

    /* newsSection */
    #newsSection .container {
        padding: 0 20px;
    }

    #newsSection .section-title {
        padding-top: 58px;
        margin-bottom: 36px;
    }

    #newsSection .title-txt {
        font-size: 32px;
    }

    #newsSection .tab-nav {
        margin-bottom: 41px;
    }

    #newsSection .tab-item {
        margin: 0 20px;
    }

    #newsSection .tab-btn {
        font-size: 16px;
    }

    #newsSection .card-wrap {
        height: calc(239.3805vw + 50px);
        max-height: none;
    }

    #newsSection .news-card {
        position: absolute;
        width: calc(50% - 5px);
    }

    #newsSection .news-card:nth-of-type(1) {
        top: 0;
        left: 0;
        height: 45vw;
        max-height: none;
        /*top: calc(0vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(2) {
        top: 0;
        left: calc(50% + 5px);
        height: 45vw;
        max-height: none;
        /*top: calc(50vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(3) {
        top: calc(50vw);
        left: 0;
        height: 45vw;
        max-height: none;
    }

    #newsSection .news-card:nth-of-type(4) {
        top: calc(50vw);
        left: calc(50% + 5px);
        height: 45vw;
        max-height: none;
        /*top: calc(150vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(5) {
        top: calc(100vw);
        left: 0;
        height: 45vw;
        max-height: none;
        /*top: calc(200vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(6) {
        top: calc(100vw);
        left: calc(50% + 5px);
        height: 45vw;
        max-height: none;
        /*top: calc(250vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(7) {
        top: calc(150vw);
        left: 0;
        height: 45vw;
        max-height: none;
        /*top: calc(300vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(8) {
        top: calc(150vw);
        left: calc(50% + 5px);
        height: 45vw;
        max-height: none;
        /*top: calc(350vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .news-card:nth-of-type(9) {
        top: calc(200vw);
        left: 0;
        height: 45vw;
        max-height: none;
        /*top: calc(400vw + 10px);
        left: 0;
        height: 46.6077vw;
        max-height: none;*/
    }

    #newsSection .card-btn {
        border-radius: 15px;
    }

    #newsSection .card-badge {
        padding: 5px 12px;
        font-size: 13px;
    }

    #newsSection .card-txt {
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px);
    }
    
    #newsSection .card-title {
        margin-bottom: 5px;
        font-size: 15px;
    }

    #newsSection .card-press {
        float: none;
        font-size: 13px;
    }

    #newsSection .card-date.pc {
        display: none;
    }
    
    #newsSection .card-date.mob {
        display: block;
        position: absolute;
        top: 10px;
        padding: 5px 12px;
        font-size: 13px;
        right: 10px;
        background: rgba(0, 0, 0, .3);
        border-radius: 25px;
        z-index: 2;
    }

    /* healthcareSection */
    #healthcareSection .slide-wrap.cont {
        width: calc(80% * 5);
        margin-left: 10%;
    }

    #healthcareSection .slide-wrap.cont .slide-cont {
        max-width: 80%;
        padding: 0;
        height: auto;
        top: calc(50% + 20px);
    }

    #healthcareSection .slide-wrap.cont .img-wrap {
        top: 0;
        transform: translateY(0);
    }

    #healthcareSection .slide-wrap.cont .txt-wrap {
        opacity: 0;
        top: 0;
        transform: translateY(0);
        margin-right: 0;
        margin-top: 42px;
        transition: opacity .3s;
    }

    #healthcareSection .slide-wrap.cont .slide.active .txt-wrap {
        opacity: 1;
    }

    #healthcareSection .slide-wrap.cont .slide-txt,
    #healthcareSection .slide-wrap.cont .slide-img {
        width: 100%;
        float: none;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .mct-logo {
        display: none;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .line {
        width: 100%;
        margin-bottom: 20px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        text-align: center;
        font-size: 14px;
        padding: 0 10px;
    }

    #healthcareSection .slide-wrap.cont .view-btn {
        display: flex;
    }

    #healthcareSection .pagination {
        bottom: 20px;
    }

    #healthcareSection .pagination li {
        width: 45px;
        margin-right: 3px;
        height: 3px;
    }

    #healthcareSection .slide-wrap.bangtancare .txt-wrap {
        text-align: center;
    }
    #healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-top-text-box{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 9.5px;
    }
    /* homeNav */
    #homeNav {
        display: none;
        right: 20px;
    }
}

@media all and (max-width: 676px) {

    /* introSection */
    #introSection .slide-cont {
        justify-content: center;
        width: 90%;
    }

    #introSection .slide-img {
        /*margin-bottom: 0;*/
    }

    #introSection .slide-txt {
        margin-top: -3vh;
    }

    #introSection .txt-wrap p br {
        display: none;
    }

    #introSection .char-wrap .char-img {
        bottom: 11px;
    }

    #introSection .char-wrap .back-img {
        bottom: 29px;
    }

    #introSection .slide-char {
        max-width: 300px;
        width: 45%;
        min-width: 150px;
    }
    #introSection .txt-wrap.bangtancare p:last-of-type{
        margin-bottom: 30px;
    }

    /* reviewSection */
    #reviewSection .container{
        width: 100%;
        max-width: 60vh;
        padding: 0 20px;
    }

    #reviewSection .section-title {
        margin-bottom: 10px;
    }

    #reviewSection .title-txt {
        font-size: 22px;
    }

    /* societySection */
    #societySection .slide-wrap.cont .slide-cont {
        max-width: 90%;
    }

    #societySection .slide-wrap.cont .txt-wrap {
        margin-top: 20px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    #societySection .slide-wrap.cont .txt-wrap .line {
        margin-bottom: 10px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
        padding: 0 5px;
        margin-bottom: 20px;
    }

    #societySection .slide-wrap.cont .txt-wrap br {
        display: none;
    }

    /* newsSection */
    #newsSection .section-title {
        padding-top: 37px;
        margin-bottom: 30px;
    }

    #newsSection .title-txt {
        font-size: 24px;
    }

    #newsSection .tab-nav {
        margin-bottom: 37px;
    }

    #newsSection .tab-item {
        margin: 0 15px;
    }

    #newsSection .tab-btn {
        font-size: 14px;
    }

    #newsSection .card-btn {
        border-radius: 10px;
    }

    #newsSection .card-badge,
    #newsSection .card-date.mob {
        padding: 4px 12px;
        font-size: 12px;
    }

    #newsSection .card-date.mob {
        display: none;
    }

    #newsSection .card-txt {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }

    #newsSection .card-title {
        font-size: 14px;
    }

    /* healthcareSection */
    #healthcareSection .slide-wrap.cont .slide-cont {
        max-width: 90%;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap {
        margin-top: 20px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .line {
        margin-bottom: 10px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        padding: 0 5px;
        margin-bottom: 20px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap br {
        display: none;
    }
}
@media all and (max-width: 550px) {
    /* introSection */
    #introSection .slide-cont {
        margin-top: -3vh;
    }
    #introSection .slide-txt {
        margin-top: -50px;
    }
    #introSection .txt-wrap.bangtancare p:last-of-type {
        margin-bottom: 20px;
    }
    #introSection .txt-wrap p {
        word-break: break-all;
        font-size: 14px;
    }
    #introSection .slide-img{
        width: 120%;
    }
    #societySection .slide-wrap.cont .txt-wrap,
    #healthcareSection .slide-wrap.cont .txt-wrap {
        margin-top: 15px;
    }
    #introSection .txt-wrap h3,
    #societySection .slide-wrap.bangtancare .txt-wrap .slide-title h3,
    #healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-title h3 {
        font-size: 20px;
    }
    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle,
    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 375px) {
    /* introSection */
    /* reviewSection */
    #reviewSection .title-txt {
        font-size: 18px;
    }

    #reviewSection .img-wrap {
        width: 80%;
        margin: 0 auto;
    }
    
    #reviewSection .txt-wrap .mob {
        margin-bottom: 15px;
    }

    /* societySection */
    #societySection .slide-wrap.cont .slide-cont {
        max-width: 100%;
    }

    #societySection .slide-wrap.cont .img-wrap,
    #societySection .slide-wrap.cont .txt-wrap .line,
    #societySection .slide-wrap.cont .view-btn {
        width: 85%;
        margin: 0 auto;
    }

    #societySection .slide-wrap.cont .txt-wrap .line {
        margin-bottom: 10px;
    }

    /* healthcareSection */
    #healthcareSection .slide-wrap.cont .slide-cont {
        max-width: 100%;
    }

    #healthcareSection .slide-wrap.cont .img-wrap,
    #healthcareSection .slide-wrap.cont .txt-wrap .line,
    #healthcareSection .slide-wrap.cont .view-btn {
        width: 85%;
        margin: 0 auto;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .line {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 320px) {
    #introSection .slide-cont {
        margin-top: 1vh;
    }
    #introSection .slide-img{
        width: 100%;
        margin-bottom: 30px;
    }
    #introSection .txt-wrap h3 {
        margin-bottom: 8px;
    }
    #introSection .txt-wrap h3,
    #societySection .slide-wrap.bangtancare .txt-wrap .slide-title h3,
    #healthcareSection .slide-wrap.bangtancare .txt-wrap .slide-title h3 {
        font-size: 16px;
    }

    #introSection .txt-wrap p,
    #introSection .txt-wrap.bangtancare p,
    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle,
    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        font-size: 12px;
    }
    .bangtancare #introSection .slide-img {
        width: 40vh;
    }
    #introSection .txt-wrap.bangtancare .view-btn:first-of-type {
        margin-bottom: 8px;
    }
    .view-btn, .more-btn, .again-btn, .care-btn {
        font-size: 15px;
        padding: 10px 10px;
    }
    .view-btn.white {
        border-width: 1px;
        font-size: 15px;
        padding: 8px 10px;
    }
}

@media all and (max-width: 320px) and (max-height: 480px) {
    .view-btn, .more-btn, .again-btn, .care-btn {
        font-size: 14px;
        padding: 8px 10px;
    }
    .view-btn.white {
        font-size: 14px;
        padding: 6px 10px;
    }
}

@media all and (max-width: 1024px) and (orientation: landscape) {
    /* introSection */
    #introSection .slide-cont {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        max-width: 85%;
        width: 100%;
    }
    
    #introSection .slide-img {
        width: 52vw;
        max-width: 95vh;
    }

    #introSection .slide-txt {
        width: 35%;
    }

    #introSection .txt-wrap h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #introSection .txt-wrap p {
        font-size: 15px;
    }

    #introSection .txt-wrap p br {
        display: none;
    }

    #introSection .txt-wrap .view-btn {
        display: inline-flex;
    }
    #introSection .txt-wrap .view-btn-box{
        width: 150%;
    }

    /* reviewSection */
    #reviewSection {
        min-height: 650px;
    }

    #reviewSection .container {
        width: 100%;
        max-width: none;
        padding: 40px 20px 0 20px;
    }

    #reviewSection .section-title {
        text-align: left;
        margin-bottom: 20px;
    }

    #reviewSection .title-txt {
        font-size: 2.3438vw;
    }

    #reviewSection .img-wrap {
        float: right;
        width: 50%;
        margin-top: -11.9048vw;
    }
    
    #reviewSection .img-wrap .pc {
        display: block;
    }
    
    #reviewSection .img-wrap .mob {
        display: none;
    }

    #reviewSection .txt-wrap {
        float: left;
        width: 50%;
    }

    #reviewSection .txt-wrap .pc {
        display: block;
        margin-bottom: 20px;
    }

    #reviewSection .txt-wrap .mob {
        display: none;
    }

    #reviewSection .more-btn {
        display: inline-flex;
        width: auto;
        padding: 12px 40px;
    }

    /* societySection */
    #societySection {
        min-height: 450px;
    }

    #societySection .slide-wrap.cont {
        width: calc(100% * 5);
        margin-left: 0;
    }

    #societySection .slide-wrap.cont .slide-cont {
        max-width: 85%;
        height: 80vh;
    }

    #societySection .slide-wrap.cont .slide-txt {
        float: left;
        width: 55%;
    }

    #societySection .slide-wrap.cont .txt-wrap {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        margin-right: 30px;
        text-align: left;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-title {
        text-align: left;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle {
        text-align: left;
        margin-bottom: 15px;
    }

    #societySection .slide-wrap.cont .slide-img {
        float: right;
        width: 45%;
    }

    #societySection .slide-wrap.cont .img-wrap {
        top: 50%;
        transform: translateY(-50%);
    }

    #societySection .slide-wrap.cont .view-btn {
        display: inline-flex;
    }

    /* healthcareSection */
    #healthcareSection {
        min-height: 450px;
    }

    #healthcareSection .slide-wrap.cont {
        width: calc(100% * 5);
        margin-left: 0;
    }

    #healthcareSection .slide-wrap.cont .slide-cont {
        max-width: 85%;
        height: 80vh;
    }

    #healthcareSection .slide-wrap.cont .slide-txt {
        float: left;
        width: 55%;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        margin-right: 30px;
        text-align: left;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title {
        text-align: left;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle {
        text-align: left;
        margin-bottom: 15px;
    }

    #healthcareSection .slide-wrap.cont .slide-img {
        float: right;
        width: 45%;
    }

    #healthcareSection .slide-wrap.cont .img-wrap {
        top: 50%;
        transform: translateY(-50%);
    }

    #healthcareSection .slide-wrap.cont .view-btn {
        display: inline-flex;
    }

}

@media all and (max-width: 768px) and (orientation: landscape) {
    /* introSection */
    #introSection .slide-txt {
        width: 40%;
    }

    #introSection .txt-wrap h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #introSection .txt-wrap p {
        font-size: 14px;
    }
    #introSection .pagination {
        bottom: 15px;
    }

    /* reviewSection */
    #reviewSection {
        min-height: 500px;
    }

    #reviewSection .title-txt {
        font-size: 18px;
    }

    /* societySection */
    #societySection {
        min-height: 400px;
    }

    #societySection .slide-wrap.cont .txt-wrap .slide-title br,
    #societySection .slide-wrap.cont .txt-wrap .slide-subTitle br {
        display: none;
    }

    #societySection .slide-wrap.cont .view-btn {
        display: inline-flex;
        width: auto;
        padding: 12px 40px;
    }

    /* healthcareSection */
    #healthcareSection {
        min-height: 400px;
    }

    #healthcareSection .slide-wrap.cont .txt-wrap .slide-title br,
    #healthcareSection .slide-wrap.cont .txt-wrap .slide-subTitle br {
        display: none;
    }

    #healthcareSection .slide-wrap.cont .view-btn {
        display: inline-flex;
        width: auto;
        padding: 12px 40px;
    }
}

@media all and (max-width: 1024px) and (orientation: portrait) {
    #introSection .slide1 .slide-bg {
        background: url(../img/intro_bg1_mob.png) no-repeat center;
        background-size: cover;
    }
    
    #introSection .slide2 .slide-bg {
        background: url(../img/intro_bg2_mob.png) no-repeat center;
        background-size: cover;
    }
    
    #introSection .slide3 .slide-bg {
        background: url(../img/intro_bg3_mob.png) no-repeat center;
        background-size: cover;
    }

    #societySection .slide-wrap.cont .slide-txt, #societySection .slide-wrap.cont .slide-img,
    #healthcareSection .slide-wrap.cont .slide-txt, #healthcareSection .slide-wrap.cont .slide-img {
        height: auto;
    }
}