#alarmList {
    box-shadow: 0px 2px 4px #d1d1d1;
    position: absolute;
    top: 73px;
    right: 0;
    width: 400px;
}

#alarmList p {
    padding: 0 20px;
    display: block;
    height: 53px;
    line-height: 53px;
    font-size: 12px;
    background: #ebeef3;
    border-top: 1px solid #ced0d2;
}

#alarmList p span {
    cursor: pointer;
    float: right;
    margin-left: 15px;
    height: 100%;
}

#alarmList p span.title {
    cursor: default;
    margin: 0;
    float: left;
    font-family: YoonGothicPro, 맑은고딕, Gulim, dotum, 돋음, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 15px;
}

#alarmList ul {
    background: #fff;
    height: 366px;
    overflow-y: scroll;
}

.wrapper-alaram-item {
    padding-left: 20px;
    height: 69px;
    border-bottom: 1px solid #ebeef3;
    background: #fff;
    overflow: hidden;
}

.wrapper-alaram-item:hover {
    background: #fafafa;
}

.wrapper-alaram-item div {
    float: left;
}

.wrapper-alaram-item div.dot i {
    display: block;
    width: 7px;
    margin-top: 22px;
    height: 7px;
    background: #dce2ea;
    border-radius: 100%;
    margin-right: 10px;
}

.wrapper-alaram-item div.dot.on i {
    background: #ff1517;
}

.wrapper-alaram-item div.text {
    margin-top: 20px;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
    color: #a9a9a9;
}

.wrapper-alaram-item div.text .dot {
    margin: 0 10px;
}

.wrapper-alaram-item div.text .title {
    cursor: pointer;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
}

.wrapper-alaram-item div.text .title.on a {
    color: #272727;
}

.wrapper-alaram-item div.text .title a {
    color: #a9a9a9;
}

.wrapper-alaram-item div.btn {
    float: right;
    padding: 27px 20px 27px 20px;
    cursor: pointer;
}

.wrapper-alaram-item div.btn img {
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

.box-null-alram {
    display: block;
    height: 350px;
    line-height: 350px;
    vertical-align: middle;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
    text-align: center;
}

#messageList {
    box-shadow: 0px 2px 4px #d1d1d1;
    position: absolute;
    top: 73px;
    right: 0;
    width: 400px;
}

#messageList p {
    padding: 0 20px;
    display: block;
    height: 53px;
    line-height: 53px;
    font-size: 12px;
    background: #ebeef3;
    border-top: 1px solid #ced0d2;
}

#messageList p span {
    cursor: pointer;
    float: right;
    margin-left: 15px;
    height: 100%;
}

#messageList p span.title {
    cursor: default;
    margin: 0;
    float: left;
    font-family: YoonGothicPro, 맑은고딕, Gulim, dotum, 돋음, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 15px;
}

#messageList ul {
    background: #fff;
    height: 313px;
    overflow-y: scroll;
}

#messageList .bottomMenu {
    height: 53px;
    width: 100%;
    background: #ebeef3;
    line-height: 53px;
}

#messageList .bottomMenu span {
    cursor: pointer;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
    display: inline-block;
    padding: 0 8px;
    height: 100%;
}

#messageList .bottomMenu span:nth-child(1) {
    margin-left: 12px;
}

#messageList .bottomMenu span:nth-child(3) {
    color: #ff1517;
    float: right;
}

.MessageItem .box-message-item {
    padding-left: 20px;
    height: 69px;
    border-bottom: 1px solid #ebeef3;
    background: #fff;
    overflow: hidden;
}

.MessageItem .box-message-item:hover {
    background: #fafafa;
}

.MessageItem .box-message-item div {
    float: left;
}

.MessageItem .box-message-item div.dot i {
    display: block;
    width: 7px;
    margin-top: 22px;
    height: 7px;
    background: #dce2ea;
    border-radius: 100%;
    margin-right: 10px;
}

.MessageItem .box-message-item div.dot.on i {
    background: #ff1517;
}

.MessageItem .box-message-item div.text {
    margin-top: 20px;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
    color: #a9a9a9;
}

.MessageItem .box-message-item div.text .dot {
    margin: 0 10px;
}

.MessageItem .box-message-item div.text .title {
    cursor: pointer;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
}
.MessageItem .box-message-item div.text .user {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.MessageItem .box-message-item div.text .title.on a {
    color: #272727;
}

.MessageItem .box-message-item div.text .title a {
    color: #a9a9a9;
}

.MessageItem .box-message-item div.btn {
    float: right;
    padding: 27px 20px 27px 20px;
    cursor: pointer;
}

.MessageItem .box-message-item div.btn img {
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

.nullMsg {
    display: block;
    height: 313px;
    line-height: 313px;
    vertical-align: middle;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
    text-align: center;
}

.mainLogin {
    vertical-align: top;
    display: inline-block;
    height: 73px;
    width: 325px;
    float: right;
}

.mainLogin .userInfo.userInfoLayerOpen .userProfile {
    margin-left: 14px;
}

.mainLogin .userLayerBtn {
    cursor: pointer;
    width: 240px;
    overflow: hidden;
}

.mainLogin .loginArea {
    float: right;
    line-height: 68px;
    height: 100%;
    font-family: YoonGothicPro,  Gulim, sans-serif;
    font-size: 12px;
}
.mainLogin .btn_safe_login {
    display: inline-block;
    line-height: 73px;
}

.mainLogin .loginArea a {
    height: 100%;
    padding: 31px 4px;
    /*color: #fff;*/
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal;
}

.mainLogin .loginArea span {
    padding: 0 3px;
}

.mainLogin .loginArea .login {
    margin-left: 15px;
    padding: 10px 12px;
    background: #ff1517;
    color: #fff;
    font-weight: bold;
}

.mainLogin .btnIcon {
    height: 24px;
}

.mainLogin .userInfo {
    position: relative;
    display: block;
    height: 73px;
    width: 100%;
}

.mainLogin .userInfo.userInfoLayerOpen {
    /*box-shadow: 1px 1px 2px #d1d1d1;*/
    /*border-left: 1px solid #ebebeb;*/
    /*width: 399px;*/
}

.mainLogin .userInfo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mainLogin .userInfo span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.mainLogin .userInfo .userProfile {
    margin: 0 10px;
    background-size: cover;
    width: 33px;
    height: 33px;
    border-radius: 100%;
}

.mainLogin .userInfo .btnArea {
    float: right;
    height: 100%;
    vertical-align: middle;
    margin-right: 15px;
}

.mainLogin .userInfo .btnArea > span > span {
    position: relative;
    vertical-align: middle;
    line-height: 68px;
    height: 73px;
}

.mainLogin .userInfo .btnArea .btnWrapper {
    cursor: pointer;
    text-align: center;
    padding: 0 8px;
}

.mainLogin .userInfo .btnArea .btnWrapper:last-child {
    padding-right: 0;
}

.mainLogin .userInfo .btnArea .btnIcon {
    background-size: cover;
}

.mainLogin .userInfo .btnArea .btnWrapper:hover > span {
    border-bottom: 3px solid #ff1517;
    height: 70px;
}

.mainLogin .userInfo .btnArea .alarmBtn .btnIcon {
    width: 18px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') 0px
    0px /300px 300px;
}

.mainLogin .userInfo .btnArea .alarmBtnWrapper:hover .btnIcon {
    background-position: 0px -30px;
}

#myInfoLayer .rightBtnArea .alarmBtn {
    width: 19px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') 0px
    0px /300px 300px;
}

#myInfoLayer .rightBtnArea .alarmBtn:hover {
    background-position: 0px -30px;
}

.mainLogin .userInfo .btnArea .alarmBtnWrapper:hover .btnIcon {
    background-position: 0px -30px;
}

.mainLogin .userInfo .btnArea .alarmBtn.on {
    border-bottom: 3px solid #ff1517;
    height: 70px;
}

.mainLogin .userInfo .btnArea .alarmBtn.on .btnIcon {
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') 0px -30px /300px
    300px;
}

.mainLogin .userInfo .btnArea .messageBtn .btnIcon {
    width: 22px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') -30px
    0px /300px 300px;
}

.mainLogin .userInfo .btnArea .messageBtnWrapper:hover .btnIcon {
    background-position: -30px -30px;
}

#myInfoLayer .rightBtnArea .messageBtn {
    width: 22px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') -30px
    0px /300px 300px;
}

#myInfoLayer .rightBtnArea .messageBtn:hover {
    background-position: -30px -30px;
}

.mainLogin .userInfo .btnArea .messageBtn.on {
    border-bottom: 3px solid #ff1517;
    height: 70px;
}

.mainLogin .userInfo .btnArea .messageBtn.on .btnIcon {
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') -30px -30px /300px
    300px;
}

.mainLogin .userInfo .btnArea .dot.on {
    display: block;
}

.mainLogin .userInfo .btnArea .dot {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -3px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #ff130f;
}

.mainLogin .userInfo .userName {
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
    margin-left: 10px;
    line-height: 70px;
    max-width: 200px;
}

.mainLogin .userInfo .userName .userNameText {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    white-space: nowrap;
    font-weight: 600;
    /*color: #fff;*/
}

.mainLogin .userInfo .userName .arrow_login_info {
    margin-left: 10px;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    display: inline-block;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png') -60px -490px /300px
    300px;
}

#myInfoLayer {
    position: absolute;
    top: 73px;
    right: 0;
    width: 400px;
    background: #fff;
    height: 420px;
    box-shadow: 1px 1px 3px #d1d1d1;
    z-index: 100;
}

#myInfoLayer .ImageArea {
    position: relative;
    height: 190px;
    background-image: linear-gradient(#aba3a3, #d4cece);
}

#myInfoLayer .ImageArea .logo {
    position: absolute;
    top: 30px; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, 0);
}

#myInfoLayer .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#myInfoLayer .profileImage {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 75px;
    left: 50%;
    margin-left: -75px;
    background: #fff no-repeat center;
}

#myInfoLayer .box-info-btn-group {
    display: block;
    top: 23px;
    position: absolute;
}

#myInfoLayer .leftBtnArea {
    left: 25px;
}

#myInfoLayer .leftBtnArea .closeBtn {
    cursor: pointer;
}

#myInfoLayer .rightBtnArea {
    right: 0;
}

#myInfoLayer .rightBtnArea span {
    margin-right: 15px;
    display: inline-block;
}

#myInfoLayer .box-info-btn-group span {
    cursor: pointer;
    height: 23px;
}

#myInfoLayer .box-info-btn-group .closeBtn span {
    height: 23px;
    width: 23px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png')
    145px -30px /300px 300px;
}

#myInfoLayer .textArea {
    margin-top: 50px;
}

#myInfoLayer .textArea p.title {
    text-align: center;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    font-size: 12px;
}

#myInfoLayer .textArea .title img {
    vertical-align: middle;
    margin-right: 15px;
}

/* #myInfoLayer .textArea .pointArea {
    overflow: hidden;
    margin: 25px auto 0 auto;
    text-align: center;
}

#myInfoLayer .textArea .pointArea span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    text-align: center;
    width: 80px;
    border: 1px solid #ebeef3;
}

#myInfoLayer .textArea .pointArea span:not(:last-child) {
    margin-right: 5px;
}

#myInfoLayer .textArea .pointArea span:nth-child(1) a {
    color: #ff1517;
}

#myInfoLayer .textArea .pointArea span:nth-child(2) a {
    color: #ff7a17;
}

#myInfoLayer .textArea .pointArea span:nth-child(3) a {
    color: #0097d6;
} */

#myInfoLayer .textArea .pointArea {
    overflow: hidden;
    margin: 25px auto 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column; /* 세로 배치 */
}

#myInfoLayer .textArea .pointArea .line1 {
    display: flex; /* 캐시와 포인트를 가로로 배치 */
    justify-content: center; /* 가운데 정렬 */
}

#myInfoLayer .textArea .pointArea .line1 span {
    width: 110px; /* 캐시와 포인트 너비 80px */
}

#myInfoLayer .textArea .pointArea .line1 span:nth-child(1) a {
    color: #ff1517; /* 첫 번째 자식 요소 텍스트 색상 */
}

#myInfoLayer .textArea .pointArea .line1 span:nth-child(2) a {
    color: #0097d6; /* 두 번째 자식 요소 텍스트 색상 */
}

#myInfoLayer .textArea .pointArea .line2 {
    display: flex; /*가로로 배치 */
    justify-content: center; /* 가운데 정렬 */
    margin: 0 auto; /* 가운데 정렬 */
}

#myInfoLayer .textArea .pointArea .line2 span {
    width: 150px; /* 건빵 너비 200px으로 설정 */
    margin-top: 5px;
}

#myInfoLayer .textArea .pointArea .line2 span:nth-child(1) a,
#myInfoLayer .textArea .pointArea .line2 span:nth-child(2) a,
span#totalPaymentNumber a {
    color: #ff7a17; /* 건빵 텍스트 색상 */
}

#myInfoLayer .textArea .pointArea span {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: YoonGothicPro, 'Gulim', sans-serif;
    text-align: center;
    border: 1px solid #ebeef3;
}

#myInfoLayer .textArea .pointArea span:not(:last-child) {
    margin-right: 5px;
}


#myInfoLayer .bottomArea {
    margin-top: 20px;
    text-align: center;
}

#myInfoLayer .bottomArea .icon_write_btn {
    margin: 0 auto;
    margin-bottom: 12px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png')
    210px -30px /300px 300px;
    width: 21px;
    height: 21px;
}

#myInfoLayer .bottomArea .icon_info_btn {
    margin: 0 auto;
    margin-bottom: 12px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png')
    240px -30px /300px 300px;
    width: 21px;
    height: 21px;
}

#myInfoLayer .bottomArea .icon_itemzone_btn {
    margin: 0 auto;
    margin-bottom: 12px;
    background: url('https://image.nmd.co/portal/itemzone_btn.png');
    width: 21px;
    height: 21px;
}

#myInfoLayer .bottomArea .icon_logout_btn {
    margin: 0 auto;
    margin-bottom: 12px;
    background: url('https://image.nmd.co/portal/new_sp_main_icons.png')
    180px -30px /300px 300px;
    width: 21px;
    height: 21px;
}

#myInfoLayer .bottomArea p span a,
#myInfoLayer .bottomArea p a a {
    color: #b2b2b2;
}

#myInfoLayer .bottomArea p span,
#myInfoLayer .bottomArea p a {
    cursor: pointer;
    font-size: 12px;
    font-family: YoonGothicPro,  'Gulim', sans-serif;
    text-align: center;
    display: inline-block;
    color: #b2b2b2;
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#myInfoLayer .bottomArea p span img,
#myInfoLayer .bottomArea p a img {
    margin-bottom: 10px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup-modal {
    background: white;
    /*padding: 20px;*/
    border-radius: 5px;
    width: 380px;
}

.popup-modal .popupHeaderLine h1 {
    margin: 20px 0 0 20px;
    font-size: 14px;
    color: #fff;
}

.popup-modal .popupHeaderLine {
    position: relative;
    height: 53px;
    overflow: hidden;
    background: #297fb8;
}
.popup-modal .popupHeaderLine .buttonImgClose {
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9000px;
    background: url(https://named.com/img/mypage/btn_close.gif) no-repeat 16px 16px;
    cursor: pointer;
}

.popup-modal .popupMain {
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.popup-modal .popupMain img {
    margin: 0 auto 20px;
    display: block;
}

.popup-modal .popupMain .buttonArea {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.popup-modal .popupMain button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 110px;
}
.popup-modal .popupMain .buttonArea .btnOK {
    border: 1px solid #db2a0b;
    color: #fff;
    background: #e82d0c;
    margin-right: 5px;
}
.popup-modal .popupMain .buttonArea .btnClose {
    margin-left: 1px;
    border: 1px solid #e5e5e5;
    color: #333;
}

.popup-modal .popupFooter {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 20px 0;
}
.popup-modal .popupFooter .footerInner {
    border-top: 1px solid #d9d9d9;
    padding: 15px 0;
    text-align: center;
}
.popup-modal .popupFooter .footerInnerA {
    font-weight: 900;
    color: #e82d0c;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 2px;
}
div#new_domains_btn {
    display: inline-block;
    height: 100%;
    line-height: 1;
    padding: 0;
    margin-left: 10px;
}
.new_domains_container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 5px;
}
.new_domain_wrapper {
    display: flex
;
    align-items: center;
    padding: 10px;
    border: 2px solid #b90005;
    justify-content: center;
    cursor: pointer;
    color: #ed2026;
    font-size: 15px;
    animation: colorTransition 2s infinite;
}
.named_symbol {
    background: url(https://image.nmd.co/portal/new_sp_main_icons.png) -140px 6px / 300px 310px;
    width: 30px;
    height: 30px;
    background-size: 1180%;
}
@keyframes colorTransition {
    0% {
        border-color: #b90005;
        color: #ed2026;
    }
    50% {
        border-color: #dedede;
        color: #dedede;
    }
    100% {
        border-color: #b90005;
        color: #ed2026;
    }
}
.mobileLink {
    width:calc(100% - 28px);
    background:#f1f2f4;
    padding:2vh 14px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobileLink p {
    font-family: YoonGothicPro, 맑은고딕, Gulim, dotum, 돋음, sans-serif;
    font-weight: 400;
    line-height:16px;
    font-size: 2.5vw;
    text-align: center;
}

.mobileLink a {
    font-family: YoonGothicPro, 맑은고딕, Gulim, dotum, 돋음, sans-serif;
    margin-top:3vh;
    padding:2vh;
    border:1px solid #b1b1b1;
    background:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#000;
    font-size:2.5vw;
}
#bannerTop {
    overflow: hidden;
    width: 900px;
    height: 150px;
    margin-top: 8px;
}

#leftBanner {
    display: block;
    position: absolute;
    left: -177px;
    top: 30px;
    width: 150px;
    height: 300px;
}

/* NEW ADS #1 */
#leftBanner_NewAds1 {
    display: block;
    position: absolute;
    left: -177px;
    top: 340px;
    width: 150px;
    height: 300px;
}

#rightBanner {
    display: block;
    position: absolute;
    right: -177px;
    top: 30px;
    width: 150px;
    height: 300px;
}

#rightBanner_NewAds2 {
    display: block;
    position: absolute;
    right: -177px;
    top: 30px;
    width: 150px;
    height: 300px;
}

#sideChatBanner {
    float: left;
    display: block;
    text-align: center;
    margin-top: 8px;
    width: 400px;
    height: 250px;
}

#sideChatBanner_NewAds3 {
    float: left;
    display: block;
    text-align: center;
    margin-top: 8px;
    width: 400px;
    height: 250px;
}

#sideCastBanner {
    float: right;
    display: block;
    margin-top: 8px;
    width: 400px;
    height: 150px;
}

#bottomBanner {
    display: block;
    margin-top: 8px;
    margin-right: 8px;
    width: 900px;
    height: 85px;
}

#bottomBanner_NewAds4 {
    display: block;
    margin-top: 8px;
    margin-right: 8px;
    width: 900px;
    height: 85px;
}

#bottomBanner_NewAds5 {
    display: block;
    margin-top: 8px;
    margin-right: 8px;
    width: 900px;
    height: 85px;
}

.adx a {
    line-height: 0px;
    display: block;
}



.banner-image {
    /** NOS-1788 */
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    transition: opacity 0.5s ease-in-out; /* 슬라이드 효과를 위한 전환 */
}

.banner-image-video {
    /** NOS-1788 */
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    transition: opacity 0.5s ease-in-out; /* 슬라이드 효과를 위한 전환 */
}

.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}
