@charset "utf-8";
/* 리드어스 커스텀 css -> 포어골프 Type11 */
/* 타입 11 변경 */
.templete-type10 .header-top-md h1 a {
    width: 115px;
    margin-top: 9px;
}

.templete-type10 .snsLinkbutton {
    display: none;
}

    .templete-type10 .snsLinkbutton a.button {
        background-color: transparent;
    }

    .templete-type10 .snsLinkbutton .btnico-instagram {
        display: inline-block;
        background-image: url(/images/set5/ico_01_insta_33.png);
    }

    .templete-type10 .snsLinkbutton .btnico-post_naver {
        display: inline-block;
    }

    .templete-type10 .snsLinkbutton .btnico-facebook {
        display: inline-block;
    }

    .templete-type10 .snsLinkbutton .btnico-kakaotalk {
        display: inline-block;
        background-image: url(/images/set5/ico_12_kakaotalk_33.png);
    }

.templete-type10 .button.btnico-menu {
    height: 37px;
    width: 37px;
    min-width: 37px;
}

.templete-type10 .header-area {
    text-align: left;
}

/* 뉴스레터 하단 바 */
.rnewsletter-wrap {
    position: fixed;
    z-index: 1004;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 0;
    text-align: center;
    background-color: #98A8C9;
}

    .rnewsletter-wrap .inner {
        max-width: 1170px;
        margin: 0 auto;
    }

    .rnewsletter-wrap .letter {
        font-size: 16px;
        font-weight: 500;
        color: rgba(0,0,0,.8);
        text-decoration: none;
    }

        .rnewsletter-wrap .letter > .btn {
            display: inline-block;
            margin-left: 20px;
            padding: 7px 20px;
            color: #fff;
            background-color: #000;
            border-radius: 3px;
        }

    .rnewsletter-wrap .letter-close {
        float: right;
        margin-top: 8px;
    }

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}


.icon-close:before {
    content: "\e082";
    font-size: 22px;
    color: #000;
}

/* 231115 요청 - 하단 회색박스 숨기기*/
.graybox--wrap.section-box {
    display: none;
}
