/*
 * Copyright 2026 Hancom Inc. All rights reserved.
 *
 * https://www.hancom.com/
 */

/* func.js에서 사용하는 광고 영역 스타일 */

#ads-area-300by600 {
    position: relative;
    top: 0%;
    left: 32%;
    width: min(calc(32vw * (1/2)), 32vh);
    max-width: 300px;
    height: auto;
    aspect-ratio: 1/2;
    z-index: 1;
    display: none;
}

#ads-area-300by250 {
    position: absolute;
    text-align: end;
    left: calc((100vw - min(100svh * 16 / 9, 100vw)) / 2 + min(100svh * 16 / 9, 100vw) * 815 / 1920);
    top:  calc((100svh - min(100vw * 9 / 16, 100svh)) / 2 + min(100vw * 9 / 16, 100svh) * 557 / 1080);
    width: min(300px, calc(min(100svh * 16 / 9, 100vw) * 300 / 1920));
    height:auto;
    aspect-ratio: 6/5;
    overflow: hidden;
    z-index: 2;
    display: none;
}

#admixer-area {
    position: relative;
    top: 0%;
    left: 32%;
    width: min(calc(32vw * (1/2)), 32vh);
    max-width: 300px;
    height: auto;
    aspect-ratio: 1/2;
    z-index: 1;
    display: none;
}

.img-adsEdunet {
    width: 100%;
}
