@charset "utf-8";

.imc_con{position: relative;}
.imc_con img{width: 100%;vertical-align: middle;}

.toggle_img{max-height:87.86vw;overflow: hidden;}
.imc_btnwrap{display: flex;justify-content: center;position: relative;z-index: 1;padding-bottom: 85px;}
.imc_btnwrap::before{content: '';display: block;width: 100%;height: 120px;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);position: absolute;left: 0;top: -120px;}
.imc_btnwrap .btn_more{display: flex;align-items: center;justify-content: center;width: 249px;height: 73px;border-radius: 72px;background: #151415;font-size: 24px;letter-spacing: -0.05em;color: #fff;}
.imc_btnwrap .btn_more::after{content: '';display: inline-block;width: 19px;height: 11px;background: url(https://image.nbkorea.com/NBRB_PC/event/imc/ML860v2/ico_arrow.png) no-repeat;margin-left: 18px;}
.toggle_img.on{max-height: none;}
.imc_btnwrap.on{margin-top: 0;background: #efe7d4}
.imc_btnwrap.on::before{display: none;}
.imc_btnwrap.on .btn_more::after{transform: rotate(180deg);}

/* 20240220 #15778 추가 :: S */
.imc_video{width: 100%;padding-bottom: 56.25%;position: relative;}
.video_con{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.video_con video{width: 100%;height: 100%;}
.imc_area-type02 .toggle_img{max-height:75vw;}
.imc_area-type02 .toggle_img.on{max-height: none;}
.imc_area-type02 .imc_btnwrap.on{background: #fff;}
/* 20240220 #15778 추가 :: E */

@media screen and (max-width:1200px) {
    .toggle_img{max-height: 1054px;}
    .imc_area-type02 .toggle_img{max-height: 900px;}/* 20240220 #15778 추가 */
}