
.sub_1 {
    margin:0 auto;
    padding:0;
    box-sizing:border-box
}
.sub_1 .main_banner {
    width:100%;
    height:100vh
}
.sub_1 .main_banner .sub_wrap {
    width:100%;
    margin:0 auto;
    height:100vh;
    background-image:url(../img/int_main.png);
    background-repeat:no-repeat;
    animation:zoom 1.5s;
    transform:scale(1.5)
}
@keyframes zoom {
    0% {
        transform:scale(1)
    }
    100% {
        transform:scale(1.5)
    }
}
.sub_1 .main_banner .sub_wrap h2 {
    position:absolute;
    top:42%;
    left:0;
    color:#fff;
    text-align:center;
    line-height:190%;
    font-size:2rem;
    font-weight:300;
    width:100%
}
.sub_1 .main_banner .sub_wrap h2 .main_b {
    font-weight:700
}
.section_2 {
    height:95vh!important;
    box-sizing:border-box;
    padding-top:100px
}
[class*='section_'] {
    width:100%;
    margin:0 auto;
    box-sizing:border-box
}
[class*='section_'] .sec_wrap {
    width:100%;
    text-align:center;
    box-sizing:border-box
}
[class*='section_'] .sec_wrap .sec_top {
    width:1400px;
    margin:0 auto;
    padding:0
}
[class*='section_'] .sec_wrap .sec_top .border {
    border-top:10px solid #9BD4DD;
    width:5%;
    margin:0 auto 30px
}
[class*='section_'] .sec_wrap .sec_top h3 {
    font-size:3rem;
    color:#0594A7;
    margin-bottom:110px
}
[class*='section_'] .sec_wrap .sec_top p {
    font-size:1.8rem;
    line-height:180%;
    color:#282929;
    margin-bottom:80px
}
[class*='section_'] .sec_wrap .sec_btm {
    width:100%;
    padding:100px 0;
    background-color:#f3fdff
}
[class*='section_'] .sec_wrap .sec_btm .sec_btm_wrap {
    width:1400px;
    box-sizing:border-box;
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    flex-direction:row;
    margin:0 auto
}
.sec_btm .sec_btm_wrap .btm1 .btm_num {
    font-size:2.5rem;
    color:#0594A7;
    font-weight:800;
    padding-bottom:10px
}
.sec_btm .sec_btm_wrap .btm1 .btm_num2 {
    font-size:2.5rem;
    color:#0594A7;
    font-weight:800;
    padding-bottom:10px
}
.sec_btm .sec_btm_wrap .btm1 .btm_sub {
    font-size:2rem;
    color:#586061;
    border-bottom:3px solid #7dc8d4;
    padding:0 5px 10px;
    margin-bottom:10px
}
.sec_btm .sec_btm_wrap .btm1 li:nth-child(n+3) {
    color:#313131
}
.sec_btm .sec_btm_wrap .btm1 li:nth-child(3) {
    font-size:1.7rem;
    margin-bottom:15px;
    font-weight:600
}
.sec_btm .sec_btm_wrap .btm1 li:nth-child(4) {
    font-size:1.2rem;
    line-height:170%
}
.section_3 {
    background-color:#F2F2F2;
    padding-top:0
}
.section_3 .sec3_img {
    width:1400px;
    margin:0 auto
}
.section_4 {
    background-color:#fff
}
.section_4 .sec4_img_pc {
    width:1400px;
    margin:0 auto
}
.sec4_img_m {
    display:none
}
@media only screen and (max-width:1399px) {
    .sub_1 {
        width:100%;
        box-sizing:border-box;
        overflow:hidden
    }
    .sub_1 .main_banner {
        min-width:100%;
        background-size:cover;
        box-sizing:border-box;
        transform:scale(1.2);
        overflow:hidden;
        transition:all 2s ease-in-out
    }
    .section_4 .sec4_img_pc {
        width:100%
    }
    .sub_1 .main_banner .sub_wrap {
        width:100%;
        position:relative
    }
    .sub_1 .main_banner .sub_wrap h2 {
        margin:0 auto;
        position:absolute;
        width:60%;
        height:40%;
        left:25%;
        font-size:2.7rem
    }
    .section_2 {
        padding-top:150px
    }
    [class*='section_'] .sec_wrap .sec_top {
        width:100%;
        padding:10px 0;
        box-sizing:border-box
    }
    [class*='section_'] .sec_wrap .sec_btm .sec_btm_wrap {
        width:100%;
        justify-content:space-around
    }
    .section_3 .sec3_img {
        width:100%
    }
    .section_4 .sec4_img {
        width:100%
    }
}
@media only screen and (max-width:767px) {
    .sub_1 .main_banner .sub_wrap h2 {
        font-size:1.5rem;
        position:absolute;
        top:44%;
        left:22%
    }
    .section_2 {
        height:fit-content!important
    }
    [class*='section_'] .sec_wrap .sec_btm {
        padding:100px 10px;
        box-sizing:border-box
    }
    [class*='section_'] .sec_wrap .sec_btm .sec_btm_wrap {
        column-gap:2%;
        box-sizing:border-box
    }
    .sec4_img_pc {
        display:none
    }
    .sec4_img_m {
        display:block!important;
        width:100%
    }
}

.sec04_bt_wrap {
    width:250px;
    height:32px;
    position:relative;
    margin-top:5rem;
    z-index:2
}
.sec04_play_bt {
    width:20px;
    height:30px;
    color:#fff;
    position:absolute;
    right:0;
    top:0;
    margin:auto;
    bottom:0
}
.sec04_play_bt>div {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    border-radius:100%
}
.sec04_play_bt>div>img {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto
}

.content {
    padding:50px 0 190px
}
.inner_fit {
    padding:0 15px
}
.inner {
    position:relative;
    margin:0 auto
}
.in_1400 {
    max-width:1400px
}
.con_tit {
    padding-bottom:35px;
    border-bottom:1px solid #e0e0e0;
    margin-bottom:80px
}
.con_tit p {
    color:#171717;
    font-weight:500;
    font-size:2.375rem
}
.con_ori {
    padding:35px 20px 35px 120px;
    margin-top:70px;
    background:#f9f9f9 url(../img/ori-icon.png) no-repeat left 50px center
}
.con_ori p {
    color:#8e8e8e;
    font-weight:300;
    font-size:.875rem;
    line-height:1.571em
}
.img_box {
    text-align:center
}


.pro-ani {
    animation:proBar 5s 1;
    width:100%
}
@keyframes proBar {
    0% {
        width:100%;
        right:100%
    }
    100% {
        width:100%;
        right:0%
    }
}

ul.tabs2 {
    font-family:"Noto Sans KR","Malgun Gothic",dotum,"돋움","굴림",Gulim,sans-serif;
    margin:0;
    padding:0;
    float:left;
    list-style:none;
    width:100%;
    font-size:.9rem
}
ul.tabs2 li {
    margin-bottom:-1px;
    color:#232222;
    float:left;
    text-align:center;
    cursor:pointer;
    border:1px solid #ccc;
    font-weight:400;
    background:#fff;
    overflow:hidden;
    position:relative;
    width:33%;
}
ul.tabs2 li.selected,ul.tabs li.selected:hover {
    position:relative;
    top:0;
    color:#fff;
    background:#0793aa;
    border:1px solid #0793aa;
    cursor:pointer
}
ul.tabs2 li.selected a,ul.tabs li.selected a:hover {
    color:#fff
}
ul.tabs2 li a {
    width:100%;
    height:100%;
    display:block;
    color:#444;
    font-size:1.3rem;
    padding:20px auto
}
ul.tabs2 li.selected a:hover {
    text-decoration:none
}
ul.tabs2 li.active {
    color:#fff;
    background:#0793aa;
    border:1px solid #0793aa
}
.tab_container2 {
    border:none;
    border-top:none;
    clear:both;
    float:left;
    width:100%;
    background:#fff;
    max-width:900px
}
.tab_content2 {
    position:absolute;
    margin:40px 0 0 0;
    padding-right:60px;
    font-size:1em;
    display:none
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0;
    padding:0
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none
}
#container2 {
    width:1100px;
    margin:0 auto
}
.view_top {
    width:1200px;
    margin:0 auto
}
ul.tabs3 {
    font-family:"Noto Sans KR","Malgun Gothic",dotum,"돋움","굴림",Gulim,sans-serif;
    margin:0;
    padding:0;
    float:left;
    list-style:none;
    width:100%;
    font-size:.9rem
}
ul.tabs3 li {
    margin-bottom:-1px;
    color:#232222;
    margin-left:1%;
    float:left;
    text-align:center;
    cursor:pointer;
    width:16.5%;
    height:2.813rem;
    line-height:2.688rem;
    border:1px solid #ccc;
    font-weight:400;
    background:#fff;
    overflow:hidden;
    position:relative;
    box-sizing:border-box
}
ul.tabs3 li.selected,ul.tabs li.selected:hover {
    position:relative;
    top:0;
    color:#fff;
    background:#0793aa;
    border:1px solid #0793aa!important
}
ul.tabs3 li.selected a,ul.tabs li.selected a:hover {
    color:#fff
}
ul.tabs3 li a {
    width:100%;
    height:100%;
    display:block;
    color:#444
}
ul.tabs3 li.selected a:hover {
    text-decoration:none
}
ul.tabs3 li.active {
    color:#fff;
    background:#0793aa;
    border:1px solid #0793aa
}
.unit_img_box .unit_img02 .unit_img_bt {
    background-color:#0793aa;
    font-weight:800
}
.location_box.active {
    cursor:pointer
}
.depth2-list:nth-child(2) {
    width:120px
}

.content {
    padding:50px 0 80px
}

#t-container2 h2 {
    display:block;
    text-align:center;
    margin-top:70px;
    padding-bottom:35px;
    border-bottom:1px solid #a5a5a5;
    color:#363b3c;
    font-size:2rem
}
#sub2 .contents-inner{
    max-width : 1200px;
    margin : 0 auto;
    box-sizing: border-box;
}
#sub2 #t-container2 ul {
    margin-top:30px;
    max-width:1200px;
    margin: 1.5rem auto;
    padding:0;
    box-sizing:border-box;
    row-gap:10px
}
#sub2 .sub_unit {
    width:100%;
    margin:auto;
    position:relative
}
#sub2 ul.tabs2 {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    float:none;
    margin-bottom:1.25rem
}
#sub2 ul.tabs2>li {
    text-align:center
}
#sub2 ul.tabs2>li>a {
    padding:25px 0;
    letter-spacing:0;
    display:block
}
#sub2 ul.tabs2>li>.on{
    background-color: #0793aa;
    color : #fff;
}
#sub2 ul.tabs2>li:first-child,ul.tabs2>li:nth-child(3) {
    margin-left:0
}
#sub2 .intro .line li::after {
    display:none
}
#sub2 .intro {
    display:none
}
#sub2 div#t-container2 {
    padding:1rem 0;
}
#sub2 .tap_top {
    max-width:1200px;
    margin:0 auto;
    transform:scale(1);
    transition:all 1s ease
}
#sub2 .tap_right li .on {
    color:#262424;
    font-weight:500
}
#sub2 #t-container2 ul {
    max-width:1200px;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
    row-gap:10px
}
#sub2 #t-container2 .tabcontents .view_top {
    padding:60px 0
}
#sub2 .view_top h3 {
    font-size:3.4rem;
    margin-bottom:45px;
    color:#363b3c
}
#sub2 .view_top p {
    font-size:1.5rem;
    line-height:180%;
    padding-bottom:50px
}
#sub2 ul.tabs2 li.selected,ul.tabs li.selected {
    transition:all 1s ease
}
#sub2 ul.tabs2 li a:hover {
    color:#fff;
    background-color:#0793aa;
    transition:all 0.8s ease;
    cursor:pointer
}
#sub2 .view_top h3 {
    font-size:3.4rem;
    margin-bottom:45px;
    color:#363b3c
}
#sub2 .view_top p {
    font-size:1.5rem;
    line-height:180%;
    padding-bottom:50px
}
#sub2 .view_middle {
    max-width:100%;
    background-color:#000;
    margin:0 auto
}
#sub2 .view_middle_wrap {
    width:1200px;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    box-sizing:border-box
}
#sub2 .view_middle .view_middle_wrap h3 {
    color:#fff;
    font-size:3rem;
    vertical-align:middle;
    background-color:none;
    padding:25% 0;
    box-sizing:border-box;
    font-weight:200;
    line-height:150%
}
.view_middle .view_middle_wrap h3 .bold {
    font-weight:600
}
.view_center {
    padding:120px 0;
    width:100%;
    margin:0 auto
}
.view_center .view_center_wrap {
    width:1200px;
    margin:0 auto
}
.view_bottom {
    background-color:#e9e9e9;
    width:100%;
    padding:100px 0 150px
}
.view_bottom_wrap {
    width:1200px;
    margin:0 auto
}
.sub2_inner_fit {
    padding:0!important
}
.content {
    padding:0!important
}
#view2 .view_middle {
    background-color:#000
}
#view2 {
    width:100%;
    background-color:#fff
}
.view_result_wrap {
    width:1200px;
    margin:0 auto;
    padding:100px 0
}
.view_result_wrap img {
    width:100%;
    margin:0 auto
}
#view3 .view_middle {
    background-color:#000
}
.tabs2 span {
    display:none
}
@media only screen and (max-width:1199px) {
    #t-container2 ul {
        max-width:100%;
        margin:0;
        padding:0 10px
    }
    .view_top {
        max-width:100%;
        padding:10px;
        text-align:center
    }
    .view_top h3 {
        font-size:5rem
    }
    .view_top p {
        font-size:2.2rem
    }
    .view_middle_wrap {
        width:100%;
        display:flex;
        flex-direction:column;
        height:100vh;
        justify-content:space-around;
        overflow: hidden;
    }
    .view_middle .view_middle_wrap h3 {
        text-align:center;
        font-size:5rem;
        padding:50px 0 0
    }
    .view_middle .view_middle_wrap img {
        width:70%;
        margin:0 auto
    }
    .view_center .view_center_wrap {
        max-width:100%
    }
    .view_bottom_wrap {
        width:100%
    }
    .view_bottom_wrap img {
        padding:0 10px;
        box-sizing:border-box;
        width:100%
    }
    #view2 .view_result_wrap {
        width:100%
    }
    .view_result_wrap {
        width:100%;
        padding:10px 10px 50px
    }
}
@media only screen and (max-width:768px) {
    #sub2 ul.tabs2 li {
        width:49%
    }
    #sub2 ul.tabs2 li:nth-child(even) a {
        box-sizing:border-box
    }
    .view_top h3 {
        font-size:3rem
    }
    .view_top p {
        font-size:2%
    }
    .view_middle_wrap {
        height:auto;
        padding:50px 0;
        width : 100% !important;
        overflow: hidden;
        flex-direction: column !important;
    }
    #sub2 .view_middle .view_middle_wrap h3 {
        padding : 8% 0 !important;
    }
    .view_middle .view_middle_wrap h3 {
        font-size:3.5rem;
        padding:30px 0 50px
    }
    .view_middle .view_middle_wrap img {
        width:85%
    }
    .view_center {
        padding:70px 0
    }
    .view_center .view_center_wrap {
        padding:0 10px
    }
    .view_bottom {
        padding:55px 0
    }
    #view2 .view_result_wrap {
        width:100%;
        padding:100px 10px
    }
    .tap_right {
        display:none
    }
    #sub2 ul.tabs2>li>a {
        box-sizing:border-box
    }
    #t-container2 .tabcontents .view_top {
        padding:60px 0 0
    }
    #sub2 .tabs2 span {
        display:block
    }
}
#sub2 .sub_unit {
    width:100%;
    margin:auto;
    position:relative
}
#sub2 ul.tabs2 {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    float:none;
    margin-bottom:1.25rem
}
#sub2 ul.tabs2>li {
    text-align:center
}
#sub2 ul.tabs2>li>a {
    padding:25px 0;
    letter-spacing:0;
    display:block
}
#sub2 ul.tabs2>li:first-child,ul.tabs2>li:nth-child(3) {
    margin-left:0
}
#sub2 .tap_right {
    text-align:right;
    width:100%
}
#sub2 .tap_right ul {
    display:flex;
    flex-direction:row;
    justify-content:right;
    font-weight:300
}
#sub2 .tap_right ul li a::after {
    content:'|';
    padding:0 10px
}
#sub2 .tap_right ul li:nth-child(3) a::after {
    display:none
}
#sub2 #t-container2 h2 {
    display:block;
    text-align:center;
    margin-top:70px;
    padding-bottom:35px;
    border-bottom:1px solid #a5a5a5;
    color:#363b3c;
    font-size:2rem
}
.tap_right {
    text-align:right;
    width:100%
}
#sub2 .tap_right ul {
    display:flex;
    flex-direction:row;
    justify-content:right;
    font-weight:300
}
#sub2 .tap_right ul li a::after {
    content:'|';
    padding:0 10px
}
#sub2 .tap_right ul li:nth-child(3) a::after {
    display:none
}
#sub2 #t-container2 h2 {
    display:block;
    text-align:center;
    margin-top:30px;
    padding-bottom:35px;
    border-bottom:1px solid #a5a5a5;
    color:#363b3c;
    font-size:2rem
}
.sub3 ul.tabs2 li {
    width:33%!important
}
.sub4 ul.tabs2 li {
    width:100%!important
}
/* temhafull2-N3 */
.temhafull2-N3 {
    position: relative;
    overflow: hidden
}

.temhafull2-N3 .contents-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    height: 85rem
}

.temhafull2-N3 .contents-inner {
    width: 100%
}

.temhafull2-N3 .contents-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 60%
}

.temhafull2-N3 .contents-title {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem
}

.temhafull2-N3 .contents-swiper {
    width: 100%;
    height: 100%;
    padding: 0
}

.temhafull2-N3 .contents-swiper .swiper-wrapper {
    overflow: hidden
}

.temhafull2-N3 .contents-swiper .swiper-slide {
    min-height: 56.6rem
}

.temhafull2-N3 .textset .textset-tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.temhafull2-N3 .textset .textset-tit+.textset-desc {
    margin-top: 2.4rem
}

.temhafull2-N3 .textset .textset-tit+.textset-subtit {
    margin-top: 3rem
}

.temhafull2-N3 .textset .textset-subtit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary)
}

.temhafull2-N3 .textset .textset-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #797981
}

.temhafull2-N3 .textset .textset-desc+.textset-desc {
    margin-top: 2.4rem
}

.temhafull2-N3 .imageset {
    width: 40rem;
    height: 10rem;
    margin-top: 6rem
}

.temhafull2-N3 .imageset .imageset-img {
    object-fit: contain
}

.temhafull2-N3 .swiper-controls {
    display: flex;
    position: absolute;
    top: 50%;
    right: 42rem;
    z-index: 20;
    background: #212126;
    border-radius: 0.8rem;
    overflow: hidden
}

.temhafull2-N3 .swiper-button-prev,
.temhafull2-N3 .swiper-button-next {
    position: static;
    width: 5rem;
    height: 5rem;
    margin: 0;
    transition: background 0.3s
}

.temhafull2-N3 .swiper-button-next {
    transform: rotate(180deg)
}

.temhafull2-N3 .swiper-button-prev:hover,
.temhafull2-N3 .swiper-button-next:hover {
    background: var(--primary)
}

.temhafull2-N3 .swiper-button-prev::after,
.temhafull2-N3 .swiper-button-next::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../icons/ico_arrow_lg_white.svg) no-repeat center/contain;
}

.temhafull2-N3 .swiper-pagination {
    position: static;
    width: auto;
    margin-top: 3.2rem;
    text-align: left
}

.temhafull2-N3 .swiper-pagination-bullet {
    background: #d8d8d8;
    opacity: 1
}

.temhafull2-N3 .swiper-pagination-bullet-active {
    background: var(--primary)
}

.temhafull2-N3 .cardset-warp {
    --th-gutter: 0.5rem;
    max-height: 40rem;
    margin-top: 3.5rem;
    overflow-y: auto;
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.1rem;
}
.temhafull2-N3 .cardset-warp .cardset{
    width : 48%;
}
.temhafull2-N3 .cardset .cardset-inner {
    width: 100%;
    height: 100%;
    padding: 3rem;
    border-radius: 0.8rem;
    background: #f6f8fc;
    overflow: hidden
}

.temhafull2-N3 .cardset .cardset-top {
    display: flex;
    align-items: center;
    gap: 0.8rem
}

.temhafull2-N3 .cardset .cardset-top strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.temhafull2-N3 .cardset .cardset-figure {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--primary)
}

.temhafull2-N3 .cardset .cardset-icon {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.temhafull2-N3 .cardset .cardset-body {
    padding-top: 1.2rem;
    padding-bottom: 0
}

.temhafull2-N3 .cardset .cardset-tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.temhafull2-N3 .cardset .cardset-tit+.cardset-desc {
    margin-top: 0.4rem;
    margin-bottom: 0
}

.temhafull2-N3 .cardset .cardset-desc {
    color: #797981
}

.temhafull2-N3 .contents-visual {
    position: absolute;
    right: 0;
    top: 0;
    width: 50rem;
    height: 100%
}

.temhafull2-N3 .contents-visual img {
    width: 100%;
    height: 85%;
    object-fit: cover
}

@media (max-width: 1400px) {
    .temhafull2-N3 .contents-visual {
        width: calc(50% - 18rem)
    }

    .temhafull2-N3 .swiper-controls {
        right: calc(50% - 18rem - 9.2rem)
    }

    .temhafull2-N3 .contents-swiper {
        padding-right: 4rem
    }
}

@media (max-width: 992px) {
    .temhafull2-N3 {
        padding-top: 9rem;
        padding-bottom: 4rem
    }

    .temhafull2-N3 .contents-container {
        align-items: flex-start;
        position: relative;
        height: auto
    }

    .temhafull2-N3 .contents-inner {
        height: 100%
    }

    .temhafull2-N3 .contents-title {
        margin-bottom: 2rem
    }

    .temhafull2-N3 .contents-left {
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: 100%
    }

    .temhafull2-N3 .contents-swiper {
        height: auto;
        padding: 0 0 4rem 0
    }

    .temhafull2-N3 .contents-swiper .swiper-slide {
        min-height: auto
    }

    .temhafull2-N3 .textset .textset-tit+.textset-desc {
        margin-top: 2rem
    }

    .temhafull2-N3 .textset .textset-tit+.textset-subtit {
        margin-top: 2rem
    }

    .temhafull2-N3 .textset .textset-desc+.textset-desc {
        margin-top: 2rem
    }

    .temhafull2-N3 .imageset {
        width: 100%;
        margin-top: 5rem
    }

    .temhafull2-N3 .cardset-warp {
        --th-gutter: 0.4rem;
        max-height: 56rem;
        margin-top: 2rem
    }

    .temhafull2-N3 .cardset .cardset-inner {
        padding: 2rem 1.6rem
    }

    .temhafull2-N3 .cardset .cardset-body {
        padding-top: 0.8rem
    }

    .temhafull2-N3 .cardset .cardset-figure {
        width: 3.2rem;
        height: 3.2rem
    }

    .temhafull2-N3 .cardset .cardset-tit+.cardset-desc {
        margin-top: 0.2rem
    }

    .temhafull2-N3 .cardset .cardset-desc {
        display: block
    }

    .temhafull2-N3 .swiper-pagination {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 1.6rem;
        margin-top: 0
    }

    .temhafull2-N3 .swiper-controls {
        display: none
    }

    .temhafull2-N3 .contents-visual {
        display: none
    }
}