/*.container {*/
/*    position: relative;*/
/*    padding: 600px 0 ;*/
/*    min-height: 3000px;*/
/*    background-color: beige;*/
/*}*/
.PD30_interactive-feature {
    position: relative;
    left: 0;
    top: 0;
    background-color: #000;
}
.PD30_interactive-feature.light {
    background-color: #fff;
}
.PD30_interactive-feature .PD30_interactive-feature__wrap {
    position: relative;
}
/* 230615 수정 */
.PD30_interactive-feature.imageType .PD30_interactive-feature__wrap {
    width: 100%;
    height: 810px !important;
    min-height: unset !important;
}
.PD30_interactive-feature .PD30_interactive-feature__player {
    width: 100%;
    height: 100%;
    position: relative;
}
.PD30_interactive-feature.stickyoff .PD30_interactive-feature__player {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.PD30_interactive-feature.stickyon .PD30_interactive-feature__wrap,
.PD30_interactive-feature.scrollplay .PD30_interactive-feature__wrap {
    height: 100%;
}
.PD30_interactive-feature.stickyon .PD30_interactive-feature__player,
.PD30_interactive-feature.scrollplay .PD30_interactive-feature__player {
    height: inherit;
}
.PD30_interactive-feature .PD30_interactive-feature__images {
    width: 100%;
    height: 100%;
}
.PD30_interactive-feature .PD30_interactive-feature__player video,
.PD30_interactive-feature .PD30_interactive-feature__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.PD30_interactive-feature .PD30_interactive-feature__player .jumbotron {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.PD30_interactive-feature.stickyoff .PD30_interactive-feature__player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__player video,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__player video {
    width: 100%;
    height: 100%;
    max-height: unset;
    object-fit: cover;
    left: unset;
    transform: unset;
}
.PD30_interactive-feature .PD30_interactive-feature__controls {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 184px;
    height: 78px;
}
.PD30_interactive-feature .PD30_interactive-feature__controls .play_btn {
    width: 16px;
    height: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.PD30_interactive-feature .PD30_interactive-feature__controls .play_btn.play,
.PD30_interactive-feature.light.invert .PD30_interactive-feature__controls .play_btn.play {
    /*background: url(../img/icon-bold-media-play.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-media-play.svg')
        no-repeat;
    background-size: 100%;
}
.PD30_interactive-feature .PD30_interactive-feature__controls .play_btn.pause,
.PD30_interactive-feature.light.invert .PD30_interactive-feature__controls .play_btn.pause {
    /*background: url(../img/icon-bold-media-pause.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-media-pause.svg')
        no-repeat;
    background-size: 100%;
}
.PD30_interactive-feature.light .PD30_interactive-feature__controls .play_btn.play,
.PD30_interactive-feature.dark.invert .PD30_interactive-feature__controls .play_btn.play {
    /*background: url(../img/icon-bold-media-play-black.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-media-play-black.svg')
        no-repeat;
    background-size: 100%;
}
.PD30_interactive-feature.light .PD30_interactive-feature__controls .play_btn.pause,
.PD30_interactive-feature.dark.invert .PD30_interactive-feature__controls .play_btn.pause {
    /*background: url(../img/icon-bold-media-pause-black.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-media-pause-black.svg')
        no-repeat;
    background-size: 100%;
}
.PD30_interactive-feature .PD30_interactive-feature__controls .progress,
.PD30_interactive-feature.light.invert .PD30_interactive-feature__controls .progress {
    width: 160px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
}
.PD30_interactive-feature.light .PD30_interactive-feature__controls .progress,
.PD30_interactive-feature.dark.invert .PD30_interactive-feature__controls .progress {
    background-color: rgba(0, 0, 0, 0.2);
}
.PD30_interactive-feature .PD30_interactive-feature__controls .progress .progress_filled,
.PD30_interactive-feature.light.invert
    .PD30_interactive-feature__controls
    .progress
    .progress_filled {
    height: 100%;
    background: #fff;
    flex: 0;
    flex-basis: 0;
}
.PD30_interactive-feature.light .PD30_interactive-feature__controls .progress .progress_filled,
.PD30_interactive-feature.dark.invert
    .PD30_interactive-feature__controls
    .progress
    .progress_filled {
    background: #000;
}

/* autoplay */

/* stickyon */
.PD30_interactive-feature.sticky {
    position: sticky;
    left: 0;
    top: 0;
}
.PD30_interactive-feature.stickyReserve {
    position: sticky;
    left: 0;
    top: unset;
    bottom: 0;
}
.PD30_interactive-feature .PD30_interactive-feature__wrap,
.PD30_interactive-feature.stickyon .PD30_interactive-feature__wrap {
    width: 100%;
    /*height: 100vh;*/
}
.PD30_interactive-feature_stopScrolling {
    /*height: 100vh;*/
    overflow: hidden;
}

/* textwrap */
.PD30_interactive-feature .PD30_interactive-feature__textwrap {
    position: absolute;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    /*display: flex;*/
}
.PD30_interactive-feature.light .PD30_interactive-feature__textwrap {
    color: #000;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap {
    position: unset; /* 230307 css 수정 */
}
.PD30_interactive-feature .PD30_interactive-feature__textinner {
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
}
.PD30_interactive-feature .PD30_interactive-feature__headline {
    font-size: 48px;
    line-height: 58px; /* 230320 수정 */
    font-family: 'Samsung Sharp Sans';
    font-weight: bold;
    /*padding: 80px 142px 0 0;*/
    padding-top: 80px;
    width: 472px; /*448*/
}
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline {
    width: auto;
    max-width: 448px;
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext {
    padding: 88px 0 0; /* 230320 수정 */
    max-width: 590px; /*566*/
}
.PD30_interactive-feature.typeH .PD30_interactive-feature__bodytext {
    max-width: 448px;
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .summary {
    display: block;
    font-size: 28px; /* 230320 수정 */
    line-height: 38px; /* 230320 수정 */
    font-family: 'Samsung One';
    font-weight: 700;
    padding-bottom: 8px; /* 230320 수정 */
    /*padding-top: 24px;*/
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .description {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Samsung One';
    /*color: #aaa;*/
    padding-bottom: 4px;
}
.PD30_interactive-feature.light .PD30_interactive-feature__bodytext .description {
    /*color: #555;*/
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext .disclaimer {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Samsung One';
    padding-top: 6px;
    color: #f8f8f8;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.light .PD30_interactive-feature__bodytext .disclaimer {
    color: #757575;
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .download-btn {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Samsung One';
    font-weight: bold;
    margin-top: 24px;
}

.PD30_interactive-feature .PD30_interactive-feature__bodytext .download-btn:after {
    content: '';
    display: inline-block;
    /*background: url(../img/icon-bold-action-download.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-download-w.svg')
        no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 4px;
}
.PD30_interactive-feature.light .PD30_interactive-feature__bodytext .download-btn:after {
    /*background: url(../img/icon-bold-action-download-black.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-download.svg')
        no-repeat;
}
/* 23.11.29 : 폰트 굵기 변경 blod > 700 */
.PD30_interactive-feature .PD30_interactive-feature__bodytext .leanmore-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-family: 'Samsung One';
    font-weight: 700;
    border-radius: 20px;
    margin-top: 32px;
}
.PD30_interactive-feature.light .PD30_interactive-feature__bodytext .leanmore-btn {
    background-color: #000;
    color: #fff;
}

/* stickyoff */
.PD30_interactive-feature.stickyoff .PD30_interactive-feature__wrap {
    width: 100%;
    height: 100%;
}
.PD30_interactive-feature.stickyoff .PD30_interactive-feature__player video {
    /*object-fit: contain; !* 230306 css 추가 *!*/
}
.PD30_interactive-feature.stickyoff .PD30_interactive-feature__player video {
    /*object-fit: contain; !* 230306 css 추가 *!*/
}

/* scrollplay */
.PD30_interactive-feature.scrollplay .PD30_interactive-feature__wrap {
    width: 100%;
    /*height: 100vh;*/
    position: sticky;
    top: 0;
}
.PD30_interactive-feature.scrollplay .PD30_interactive-feature__controls {
    display: none;
}

/* types */
.PD30_interactive-feature.typeI .PD30_interactive-feature__wrap,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__wrap {
    background: #fff;
    /*height: auto;*/
    display: flex;
    justify-content: space-between; /* 230307 css 수정 */
}
.PD30_interactive-feature.typeJ .PD30_interactive-feature__wrap {
    flex-flow: row-reverse; /* 230307 css 수정 */
}
.PD30_interactive-feature .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeA .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeB .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeC .PD30_interactive-feature__textwrap {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1156px;
}
.PD30_interactive-feature.typeD .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeE .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeF .PD30_interactive-feature__textwrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px; /* 100 */
    top: unset;
    width: 100%;
}
.PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap {
    left: unset;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 578px;
    padding-right: 12px;
}
.PD30_interactive-feature.typeH .PD30_interactive-feature__textwrap {
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 578px;
    padding-left: 12px;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap {
    right: 0;
    left: unset;
    transform: none;
    width: 50%;
}
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap {
    left: 0;
    transform: none;
    width: 50%;
}

.PD30_interactive-feature.typeA .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeD .PD30_interactive-feature__textinner {
    justify-content: unset;
}

.PD30_interactive-feature.typeI .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translateY(-50%);*/
    max-width: 602px; /*448*/
    padding: 82px 24px 82px 118px; /* 230307 css 수정 */
}
.PD30_interactive-feature.typeH .PD30_interactive-feature__textinner {
    padding-left: 118px;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__headline {
    width: 100%;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap {
    background-color: #fff;
    top: 0;
    width: calc(50% - 12px);
    height: 100%;
    color: #000;
}
.PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__textwrap {
    display: flex;
    align-items: center;
}
.PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__textwrap {
    justify-content: right;
}
.PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__textinner {
    padding: 82px 118px 82px 24px;
}
.PD30_interactive-feature.typeB .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeE .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeF .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeB .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeE .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeF .PD30_interactive-feature__textinner {
    flex-direction: row-reverse;
}
.PD30_interactive-feature.typeC .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeF .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeC .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeF .PD30_interactive-feature__textinner {
    display: block;
    text-align: center;
}
.PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeH .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeG .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeH .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeI .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner {
    display: block;
    text-align: left;
}
.PD30_interactive-feature.typeC .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeC .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeF .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeF .PD30_interactive-feature__bodytext {
    max-width: 100%;
    width: 100%;
}
/*.PD30_interactive-feature.typeI .PD30_interactive-feature__controls {*/
/*    left: 25%;*/
/*}*/
/*.PD30_interactive-feature.typeJ .PD30_interactive-feature__controls {*/
/*    left: 75%;*/
/*}*/
.PD30_interactive-feature.typeA
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeB
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeD
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeE
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline {
    width: 448px;
    margin-right: 106px;
    flex-shrink: 0;
}
.PD30_interactive-feature.typeB
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeE
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline {
    margin-right: 0;
    margin-left: 106px;
}

.PD30_interactive-feature.typeA
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeB
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeD
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeE
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext {
    max-width: 566px;
}
.PD30_interactive-feature.typeA
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeD
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext {
    padding-left: 0;
}
.PD30_interactive-feature.typeB
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeB
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeC
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeE
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeE
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeF
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeG
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeG
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeI
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeJ
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline {
    padding-right: 0;
}
.PD30_interactive-feature.typeC
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeF
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeG
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeI
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeJ
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline {
    padding-bottom: 24px;
}
/*.PD30_interactive-feature.typeC .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeD .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeD .PD30_interactive-feature__textwrap .PD30_interactive-feature__bodytext,*/
/*.PD30_interactive-feature.typeE .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeE .PD30_interactive-feature__textwrap .PD30_interactive-feature__bodytext,*/
/*.PD30_interactive-feature.typeF .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeF .PD30_interactive-feature__textwrap .PD30_interactive-feature__bodytext,*/
/*.PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeH .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap .PD30_interactive-feature__bodytext,*/
/*.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap .PD30_interactive-feature__bodytext {*/
/*    padding-bottom: 0;*/
/*}*/
.PD30_interactive-feature.typeC
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeF
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeG
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeG
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeH
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeI
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeI
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext,
.PD30_interactive-feature.typeJ
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__headline,
.PD30_interactive-feature.typeJ
    .PD30_interactive-feature__textwrap
    .PD30_interactive-feature__bodytext {
    padding-top: 0;
}
/*.PD30_interactive-feature.typeB .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline,*/
/*.PD30_interactive-feature.typeE .PD30_interactive-feature__textwrap .PD30_interactive-feature__headline {*/
/*    padding-left: 142px;*/
/*}*/
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap .download-btn:after,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap .download-btn:after {
    /*background: url(../img/icon-bold-action-download-black.svg)no-repeat;*/
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-download.svg')
        no-repeat;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap .leanmore-btn,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap .leanmore-btn {
    background-color: #000;
    color: #fff;
}
.PD30_interactive-feature.typeI .PD30_interactive-feature__player,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__player,
.PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__images,
.PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__images {
    width: calc(50% - 12px);
    height: unset;
}

/* colorEasing */
.PD30_interactive-feature.colorEasing,
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__controls .progress,
.PD30_interactive-feature.colorEasing
    .PD30_interactive-feature__controls
    .progress
    .progress_filled,
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__bodytext .download-btn:after,
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__bodytext .leanmore-btn {
    transition: background 0.8s ease;
}
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__bodytext .description,
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.colorEasing .PD30_interactive-feature__bodytext .leanmore-btn {
    transition: color 0.8s ease;
}

/* 해상도 분기 */
.PD30_interactive-feature .pc {
    display: block !important;
}
.PD30_interactive-feature .tab,
.PD30_interactive-feature .mo {
    display: none !important;
}

/* 텍스트 노출 여부 */
.PD30_interactive-feature.hide {
    display: block !important;
}
.PD30_interactive-feature.hide .PD30_interactive-feature__textwrap {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease opacity;
}
.PD30_interactive-feature.hide .PD30_interactive-feature__textwrap.active {
    visibility: visible;
    opacity: 1;
}
/*24-04-01 Hide, Display 옵션을 위한 CSS 추가*/
.PD30_interactive-feature.display {
    display: block !important;
}

.PD30_interactive-feature.display .PD30_interactive-feature__textwrap {
    opacity: 0;
    transition: 0.5s ease opacity;
}
.PD30_interactive-feature.display .PD30_interactive-feature__textwrap.active {
    visibility: visible;
    opacity: 1;
}

/* 팝업 텍스트 노출 여부 */
.PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.pc,
.PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.pc,
.PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.pc,
.PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.pc {
    display: block !important;
}
.PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.tab,
.PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.tab,
.PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.tab,
.PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.tab,
.PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.mo,
.PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.mo,
.PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.mo,
.PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.mo {
    display: none !important;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeE
    .PD30_interactive-feature-popup__content-title.hidden.pc,
.PD30_interactive-feature-popup
    .swiper-slide.typeF
    .PD30_interactive-feature-popup__content-title.hidden.pc {
    display: block !important;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeE
    .PD30_interactive-feature-popup__content-title.hidden.tab,
.PD30_interactive-feature-popup
    .swiper-slide.typeF
    .PD30_interactive-feature-popup__content-title.hidden.tab,
.PD30_interactive-feature-popup
    .swiper-slide.typeE
    .PD30_interactive-feature-popup__content-title.hidden.mo,
.PD30_interactive-feature-popup
    .swiper-slide.typeF
    .PD30_interactive-feature-popup__content-title.hidden.mo {
    display: none !important;
}
@media screen and (max-width: 1204px) {
    .PD30_interactive-feature .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeA .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeB .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeC .PD30_interactive-feature__textwrap {
        max-width: 1204px;
    }
    .PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeH .PD30_interactive-feature__textwrap {
        max-width: 602px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__headline {
        /*padding: 80px 142px 0 24px;*/
        padding: 80px 0 0 24px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext {
        padding: 104px 24px 0 0;
    }
    .PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-left: 24px;
    }
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeH
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-right: 24px;
    }
    .PD30_interactive-feature.typeC
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeC
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-left: 24px;
        padding-right: 24px;
    }
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeG
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-left: 0;
    }
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-right: 0;
    }
}
@media screen and (max-width: 1023px) {
    /* 해상도 분기 */
    .PD30_interactive-feature .tab {
        display: block !important;
    }
    .PD30_interactive-feature .pc,
    .PD30_interactive-feature .mo {
        display: none !important;
    }
    .PD30_interactive-feature .PD30_interactive-feature__textwrap {
        max-width: 768px !important;
    }
    /* 230615 수정 */
    .PD30_interactive-feature.imageType .PD30_interactive-feature__wrap {
        height: 540px !important;
        min-height: unset !important;
    }
    /* 231213 DSW-11286 텍스트 잘림 및 여백 이슈 수정을 위해 */
    .PD30_interactive-feature.videoType .PD30_interactive-feature__wrap {
        /* min-height:540px !important; */
    }
    .PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeH .PD30_interactive-feature__textwrap {
        max-width: 384px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__textinner {
        gap: 28px;
    }
    .PD30_interactive-feature.typeH .PD30_interactive-feature__textinner {
        padding-left: 67px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__headline {
        font-size: 34px;
        line-height: 42px; /* 230320 수정 */
        max-width: 305px; /*273*/
    }
    .PD30_interactive-feature.typeC
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeG
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeH
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-bottom: 20px; /* 230320 수정 */
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext {
        max-width: 372px; /*340*/
    }
    .PD30_interactive-feature.typeH .PD30_interactive-feature__bodytext {
        max-width: 305px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .summary {
        font-size: 22px; /* 230320 수정 */
        line-height: 30px; /* 230320 수정 */
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .description {
        font-size: 15px;
        line-height: 20px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .disclaimer,
    .PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext .disclaimer,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext .disclaimer {
        font-size: 10px; /* 230320 수정 */
        line-height: 14px; /* 230320 수정 */
    }
    .PD30_interactive-feature.typeA .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeD .PD30_interactive-feature__textinner {
        justify-content: space-between;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textinner {
        left: 0;
        max-width: 384px !important;
    }
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner {
        right: 0;
        max-width: 384px !important;
    }
    .PD30_interactive-feature.typeA
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeD
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        width: 273px;
        margin-right: 0;
    }
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        margin-right: 0;
        margin-left: 0;
    }
    .PD30_interactive-feature.typeH
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        max-width: 305px;
    }

    .PD30_interactive-feature.typeA
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeD
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        max-width: 372px;
    }

    /* stickyoff */
    .PD30_interactive-feature.stickyoff .PD30_interactive-feature__wrap {
        /*height: 600px;*/
    }

    /* types */
    .PD30_interactive-feature .PD30_interactive-feature__controls {
        width: 107px;
        height: 48px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__controls .play_btn {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__controls .progress {
        width: 91px !important;
        height: 2px !important;
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding: 60px 32px 0;
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-top: 66px; /* 2330320 수정 */
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .disclaimer {
        padding-top: 4px;
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .download-btn {
        margin-top: 20px;
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn {
        margin-top: 28px;
    }
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-bottom: 20px;
    }
    .PD30_interactive-feature.typeD
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__textwrap {
        bottom: 80px;
    }
    .PD30_interactive-feature.typeA
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeD
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-right: 0;
    }
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-left: 0;
    }
    .PD30_interactive-feature.typeC
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeC
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-left: 32px;
        padding-right: 32px;
    }
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeH
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-right: 32px;
    }
    .PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-left: 32px;
    }
    .PD30_interactive-feature.typeG
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext {
        padding-left: 0;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner {
        max-width: 100%;
        padding: 60px 24px;
    }
    .PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__textinner {
        padding: 60px 24px;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext {
        width: 316px;
    }

    /* popup type title*/
    .PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.pc,
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.pc,
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.pc,
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.pc {
        display: none !important;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.tab,
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.tab,
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.tab,
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.tab {
        display: block !important;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.mo,
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.mo,
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.mo,
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.mo {
        display: none !important;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content-title.hidden.pc,
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden.pc {
        display: none !important;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content-title.hidden.tab,
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden.tab {
        display: block !important;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content-title.hidden.mo,
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden.mo {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    /* 해상도 분기 */
    .PD30_interactive-feature .mo {
        display: block !important;
    }
    .PD30_interactive-feature .pc,
    .PD30_interactive-feature .tab {
        display: none !important;
    }
    .PD30_interactive-feature .PD30_interactive-feature__wrap {
        min-height: 740px !important;
    }
    /* 230615 수정 */
    .PD30_interactive-feature.imageType .PD30_interactive-feature__wrap {
        height: 540px !important;
        min-height: unset !important;
    }

    /* types */
    .PD30_interactive-feature .PD30_interactive-feature__controls {
        width: 16px;
        height: 60px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__controls .progress {
        display: none !important;
    }
    .PD30_interactive-feature .PD30_interactive-feature__controls .play_btn {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__textwrap {
        display: block;
        width: 100% !important;
    }
    .PD30_interactive-feature .PD30_interactive-feature__textinner,
    .PD30_interactive-feature .PD30_interactive-feature__textinner {
        display: block;
    }
    .PD30_interactive-feature .PD30_interactive-feature__headline,
    .PD30_interactive-feature .PD30_interactive-feature__bodytext {
        width: 100% !important;
        max-width: 100% !important;
        padding: 40px 24px 0 !important;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext {
        padding-top: 0 !important;
    }
    .PD30_interactive-feature .PD30_interactive-feature__headline {
        font-size: 30px; /* 230320 수정 */
        line-height: 40px; /* 230320 수정 */
    }
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__headline {
        padding-bottom: 16px !important;
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .summary {
        font-size: 18px; /* 230320 수정 */
        line-height: 24px; /* 230320 수정 */
        padding-bottom: 4px; /* 230320 수정 */
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .description {
        font-size: 14px;
        line-height: 20px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .download-btn {
        margin-top: 16px !important;
        line-height: 16px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .leanmore-btn {
        margin-top: 26px;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap {
        background-color: transparent !important;
        display: block !important;
        justify-content: unset !important;
        color: #fff !important;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext .download-btn:after,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext .download-btn:after {
        background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-download-w.svg')
            no-repeat;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext .disclaimer,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext .disclaimer {
        color: #f8f8f8;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap .leanmore-btn,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap .leanmore-btn {
        background-color: #fff;
        color: #000;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__player,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__player,
    .PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__images,
    .PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__images {
        width: 100%;
        height: 100%;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__wrap,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__wrap {
        display: block;
        justify-content: unset;
        background: none;
    }
    .PD30_interactive-feature.typeA
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeB
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeC
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeD
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeE
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeF
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeG
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeH
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeI
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn,
    .PD30_interactive-feature.typeJ
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .leanmore-btn {
        margin-top: 24px;
    }
    .PD30_interactive-feature.typeD .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeE .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeF .PD30_interactive-feature__textwrap {
        bottom: 60px;
    }
    .PD30_interactive-feature.typeG .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeH .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 0;
        height: auto;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__wrap {
    }

    .PD30_interactive-feature.typeI .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeH .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__textinner {
        padding: 0;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__controls,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__controls {
        left: 50%;
    }

    /*.PD30_interactive-feature.typeI .PD30_interactive-feature__textinner,*/
    /*.PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner{*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .PD30_interactive-feature .PD30_interactive-feature__headline {
        padding-bottom: 16px !important;
    }
    .PD30_interactive-feature.typeG .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeH .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeI .PD30_interactive-feature__headline,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__headline {
        padding-top: 0 !important;
    }

    /* popup type title*/
    .PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.pc,
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.pc,
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.pc,
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.pc {
        display: none !important;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.tab,
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.tab,
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.tab,
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.tab {
        display: none !important;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__title.mo,
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title.mo,
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__title.mo,
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__title.mo {
        display: block !important;
    }
    .PD30_interactive-feature-popup.typeE .PD30_interactive-feature-popup__content-title.hidden.pc,
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden.pc {
        display: none !important;
    }
    .PD30_interactive-feature-popup.typeE .PD30_interactive-feature-popup__content-title.hidden.tab,
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden.tab {
        display: none !important;
    }
    .PD30_interactive-feature-popup.typeE .PD30_interactive-feature-popup__content-title.hidden.mo,
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden.mo {
        display: block !important;
    }

    .PD30_interactive-feature.typeI .PD30_interactive-feature__player,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__player,
    .PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__images,
    .PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__images {
        width: 100%;
    }
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textinner {
        max-width: 100% !important;
    }
    .PD30_interactive-feature.stickyoff .PD30_interactive-feature__player video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        max-height: unset;
    }
}

/* popup */
/*popup common css*/
.PD30_interactive-feature-popup {
    width: 100vw;
    height: 100vh !important; /* 230420 스크롤 추가 */
    background-color: #fff;
    position: fixed;
    left: 100%; /* 230410 수정 */
    top: 0;
    z-index: 201; /* 230202 css 수정 */
    transition: left 0.35s ease-in-out; /* 230407 추가 */
}
.PD30_interactive-feature-popup.active {
    left: 0;
}
.PD30_interactive-feature-popup .PD30_interactive-feature-popup__button-wrap {
    padding: 32px;
    height: 88px;
}
.PD30_interactive-feature-popup .PD30_interactive-feature-popup__button {
    display: inline-flex;
    align-items: center;
    vertical-align: baseline;
    font-family: 'Samsung One';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    color: #000;
}
.PD30_interactive-feature-popup .PD30_interactive-feature-popup__button:before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background: url(../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-backward.svg)
        no-repeat center;
}
.PD30_interactive-feature-popup .swiper {
    width: 100%;
    height: calc(100% - 168px);
    overflow: hidden;
}
.PD30_interactive-feature-popup .swiper-wrapper {
    height: 100% !important;
}
.PD30_interactive-feature-popup .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 142px;
    height: 100% !important;
}
.PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__title {
    font-family: SamsungSharpSans;
    font-size: 36px;
    line-height: 1.42;
    margin-bottom: 32px;
}
.PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content figure {
    max-width: 1156px;
    height: 281px;
    margin: 0 auto 32px;
}
.PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content figure img {
    height: 100%;
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup
        .swiper-slide
        .PD30_interactive-feature-popup__content
        figure
        img {
        height: auto;
    }
}
.PD30_interactive-feature-popup .PD30_interactive-feature-popup__content-title.hidden {
    display: none !important; /* 230125 !important 추가 */
}
.PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content-text {
    font-family: 'Samsung One';
    font-size: 18px;
    line-height: 1.33;
}
.PD30_interactive-feature-popup .swiper .swiper-pagination-bullets {
    padding: 30px 0;
    height: 80px;
    bottom: 0;
    background: #fff;
}
.PD30_interactive-feature-popup .swiper .swiper-pagination-bullet {
    margin: 0 6px;
    opacity: 0.3;
}
.PD30_interactive-feature-popup .swiper .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}
.PD30_interactive-feature-popup .swiper .swiper-button-prev.swiper-button-disabled,
.PD30_interactive-feature-popup .swiper .swiper-button-next.swiper-button-disabled {
    display: none;
}
.PD30_interactive-feature-popup .swiper .swiper-button-prev,
.PD30_interactive-feature-popup .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 8px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-previous.svg)
        no-repeat center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    left: 32px;
    background-color: #fff;
}
.PD30_interactive-feature-popup .swiper .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: unset;
    right: 32px;
}

@media screen and (max-width: 1023px) {
    .PD30_interactive-feature-popup .swiper .swiper-slide {
        padding: 0 32px;
    }
    .PD30_interactive-feature-popup .PD30_interactive-feature-popup__button {
        font-size: 14px;
        line-height: 1.43;
    }
    .PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 1.39;
    }
    .PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content-text {
        font-size: 15px;
        line-height: 1.33;
    }
    .PD30_interactive-feature-popup .swiper {
        margin-top: 0;
    }
    .PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content figure {
        max-width: 704px;
        height: 191px;
        margin: 0 auto 24px;
    }
    .PD30_interactive-feature-popup .swiper .swiper-button-prev,
    .PD30_interactive-feature-popup .swiper .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup .PD30_interactive-feature-popup__button:before {
        margin-right: 8px;
    }
    .PD30_interactive-feature-popup .swiper {
        height: calc(100% - 112px);
    }
    .PD30_interactive-feature-popup .swiper .swiper-slide {
        padding: 0 24px;
    }
    .PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__title {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 1.42;
    }
    .PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content-text {
        font-size: 14px;
        line-height: 1.43;
    }
    .PD30_interactive-feature-popup .PD30_interactive-feature-popup__button-wrap {
        padding: 20px 24px;
        height: 56px;
    }
    .PD30_interactive-feature-popup .PD30_interactive-feature-popup__button {
        font-size: 12px;
        line-height: 1.33;
    }
    .PD30_interactive-feature-popup .PD30_interactive-feature-popup__button:before {
        width: 16px;
        height: 16px;
        background: url(../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-backward.svg)
            no-repeat center / 16px;
    }
    .PD30_interactive-feature-popup .swiper-slide .PD30_interactive-feature-popup__content figure {
        max-width: 100%;
        height: auto;
        margin: 0 0 16px 0;
    }
    .PD30_interactive-feature-popup .swiper .swiper-pagination-bullets {
        padding: 18px 0;
        height: 56px;
    }
}
/* popup typeA */
.PD30_interactive-feature-popup .swiper-slide.typeA {
    text-align: center;
}
.PD30_interactive-feature-popup .swiper-slide.typeA .PD30_interactive-feature-popup__content {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup
        .swiper-slide.typeA
        .PD30_interactive-feature-popup__content
        figure {
        width: 312px;
        margin: 0 auto 16px;
    }
}

/* popup typeB */
.PD30_interactive-feature-popup .swiper-slide.typeB {
    text-align: left;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeB
    .PD30_interactive-feature-popup__content
    figure {
    margin: 0 0 32px 0;
}
.PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__text-wrap {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .PD30_interactive-feature-popup
        .swiper-slide.typeB
        .PD30_interactive-feature-popup__content
        figure {
        margin: 0 0 24px 0;
    }
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup .swiper-slide.typeB .PD30_interactive-feature-popup__title {
        margin-bottom: 16px;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeB
        .PD30_interactive-feature-popup__content
        figure {
        width: 312px;
        margin: 0 0 16px 0;
    }
}

/* popup typeC */
.PD30_interactive-feature-popup .swiper-slide.typeC {
    text-align: center;
}
.PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeC
    .PD30_interactive-feature-popup__content
    figure {
    width: 566px;
    flex-shrink: 0;
    height: fit-content;
    margin: unset;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeC
    .PD30_interactive-feature-popup__content
    figure
    img {
    width: 100%;
    height: auto;
}
.PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__text-wrap {
    display: inline-block;
    width: 100%;
    flex-shrink: 1;
    margin: 0 0 0 24px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .PD30_interactive-feature-popup
        .swiper-slide.typeC
        .PD30_interactive-feature-popup__content
        figure {
        width: 340px;
    }
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__content {
        flex-direction: column;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeC
        .PD30_interactive-feature-popup__content
        figure {
        margin-bottom: 16px;
        width: 312px;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeC .PD30_interactive-feature-popup__text-wrap {
        margin: 0;
    }
}

/* popup typeD */
.PD30_interactive-feature-popup .swiper-slide.typeD {
    text-align: center;
}
.PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeD
    .PD30_interactive-feature-popup__content
    figure {
    width: 566px;
    flex-shrink: 0;
    margin: 0;
    height: fit-content;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeD
    .PD30_interactive-feature-popup__content
    figure
    img {
    width: 100%;
}
.PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__text-wrap {
    display: inline-block;
    width: 100%;
    flex-shrink: 1;
    margin: 0 24px 0 0;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .PD30_interactive-feature-popup
        .swiper-slide.typeD
        .PD30_interactive-feature-popup__content
        figure {
        width: 340px;
    }
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__content {
        flex-direction: column-reverse;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeD
        .PD30_interactive-feature-popup__content
        figure {
        width: 312px;
        margin: 16px 0 0 0;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeD .PD30_interactive-feature-popup__text-wrap {
        margin: 0;
    }
}

/* popup typeE */
.PD30_interactive-feature-popup .swiper-slide.typeE .PD30_interactive-feature-popup__title {
    display: none !important; /* 230125 !important 추가 */
}
.PD30_interactive-feature-popup .swiper-slide.typeE {
    text-align: left;
}
.PD30_interactive-feature-popup .swiper-slide.typeE .PD30_interactive-feature-popup__content {
    display: flex;
    align-items: center;
    width: 100%;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeE
    .PD30_interactive-feature-popup__content
    figure {
    width: 448px;
    flex-shrink: 0;
    height: fit-content;
    margin: 0 32px 0 0;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeE
    .PD30_interactive-feature-popup__content
    figure
    img {
    width: 100%;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeE
    .PD30_interactive-feature-popup__content-title.hidden {
    display: block;
    font-family: SamsungSharpSans;
    font-size: 36px;
    line-height: 1.42;
    margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
    .PD30_interactive-feature-popup .swiper-slide.typeE .PD30_interactive-feature-popup__content {
        justify-content: center;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content
        figure {
        width: 340px;
        margin: 0 24px 0 0;
    }
    .PD30_interactive-feature-popup .swiper-slide.typeE .PD30_interactive-feature-popup__text-wrap {
        width: 100%;
        flex-shrink: 1;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content-title.hidden {
        font-size: 28px;
        line-height: 1.39;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup .swiper-slide.typeE .PD30_interactive-feature-popup__content {
        flex-direction: column;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content
        figure {
        width: 312px;
        margin: 0 auto 16px 0;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeE
        .PD30_interactive-feature-popup__content-title.hidden {
        font-size: 24px;
        line-height: 1.42;
        margin-bottom: 16px;
    }
}

/* popup typeF */
.PD30_interactive-feature-popup .swiper-slide.typeF .swiper {
    text-align: left;
}
.PD30_interactive-feature-popup .swiper-slide.typeF .PD30_interactive-feature-popup__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeF
    .PD30_interactive-feature-popup__content
    figure {
    width: 448px;
    flex-shrink: 0;
    order: 2;
    height: fit-content;
    margin: 0 0 0 32px;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeF
    .PD30_interactive-feature-popup__content
    figure
    img {
    width: 100%;
}
.PD30_interactive-feature-popup .swiper-slide.typeF .PD30_interactive-feature-popup__title {
    display: none !important; /* 230125 !important 추가 */
}
.PD30_interactive-feature-popup .swiper-slide.typeF .PD30_interactive-feature-popup__text-wrap {
    flex-shrink: 1;
    order: 1;
    width: 100%;
}
.PD30_interactive-feature-popup
    .swiper-slide.typeF
    .PD30_interactive-feature-popup__content-title.hidden {
    display: block;
    font-family: SamsungSharpSans;
    font-size: 36px;
    line-height: 1.42;
    margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content
        figure {
        width: 340px;
        margin: 0 0 0 24px;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden {
        font-size: 28px;
        line-height: 1.39;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .PD30_interactive-feature-popup .swiper-slide.typeF .PD30_interactive-feature-popup__content {
        flex-direction: column;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content
        figure {
        width: 312px;
        margin: 16px auto 0 0;
    }
    .PD30_interactive-feature-popup
        .swiper-slide.typeF
        .PD30_interactive-feature-popup__content-title.hidden {
        font-size: 24px;
        line-height: 1.42;
        margin-bottom: 16px;
    }
}

/* 2023.11.28~29 : imageType, videoType 에 대하여 typeI, typeJ 에 대한 스타일 수정
  - 텍스트박스 센터정렬
  - 텍스트간 여백 수정
  */
.PD30_interactive-feature.typeI .PD30_interactive-feature__player,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__player,
.PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__images,
.PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__images {
    width: 50%;
}
.PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textwrap,
.PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textwrap {
    max-width: 448px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textinner {
    padding: 0;
}
.PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textinner {
    padding-right: 12px;
}
.PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textinner,
.PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textinner {
    padding-left: 12px;
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .summary {
    padding-bottom: 0;
    margin-bottom: 8px;
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .description {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.PD30_interactive-feature .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.typeI .PD30_interactive-feature__bodytext .disclaimer,
.PD30_interactive-feature.typeJ .PD30_interactive-feature__bodytext .disclaimer {
    padding-top: 0;
    margin-top: 8px;
}
@media screen and (max-width: 1023px) {
    .PD30_interactive-feature.typeI .PD30_interactive-feature__player,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__player,
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__images,
    .PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__images {
        width: 50%;
    }
    .PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textwrap {
        max-width: 316px !important;
    }
    .PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textinner {
        padding-right: 4px;
    }
    .PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textinner {
        padding-left: 4px;
    }
    .PD30_interactive-feature .PD30_interactive-feature__bodytext .description {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .PD30_interactive-feature.typeI .PD30_interactive-feature__player,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__player,
    .PD30_interactive-feature.typeI .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.imageType.typeI .PD30_interactive-feature__images,
    .PD30_interactive-feature.imageType.typeJ .PD30_interactive-feature__images {
        width: 100%;
    }
    .PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textwrap,
    .PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textwrap {
        max-width: 100% !important;
    }
    .PD30_interactive-feature.typeI.videoType .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeI.imageType .PD30_interactive-feature__textinner {
        padding-right: 0px;
    }
    .PD30_interactive-feature.typeJ.videoType .PD30_interactive-feature__textinner,
    .PD30_interactive-feature.typeJ.imageType .PD30_interactive-feature__textinner {
        padding-left: 0px;
    }
    .PD30_interactive-feature
        .PD30_interactive-feature__textwrap
        .PD30_interactive-feature__bodytext
        .summary {
        padding-bottom: 0;
        margin-bottom: 4px;
    }
}
