@charset "UTF-8";
/**********************************************
note : reset
**********************************************/
.user-point {color:#e73f72}
.user-bg {background-color:#e73f72}

/**********************************************
note : header
**********************************************/
#user-header {z-index:9999;display:block;position:relative;margin-bottom:1.875rem}
#user-header .sticky:not(.nav) {z-index:1000;width:100%;padding:0 1.25rem;border-bottom:1px solid #EBEBEB}
#user-header .user-logo {position:relative;z-index:9;display:inline-block;overflow:hidden;width:100%;height:23px;background-repeat:no-repeat;background-position:0 0;background-size:contain}
#user-header .nav-btns, #user-header .sch-btns {width:auto;height:45px;font-size:1.5rem;color:rgba(0,0,0,.95)}
#user-header .nav-btns {margin-left:15px}
/* @media screen and (max-width: 39.9375em){
	.row #user-header.sticky-container {height:45px !important}
	.row #user-header .sticky {position:fixed !important}
} */
/* wrapper */
#user-header .wrapper {margin:0 auto;font-size:0}
#user-header .wrapper > [class*="grid-"] {display:inline-block;vertical-align:middle}
#user-header .wrapper > .grid-left {width:calc(100% - 82px);font-size:inherit;text-align:left}
#user-header .wrapper > .grid-right {position:relative;z-index:9;width:82px;text-align:right}

/* search */
#user-header .basic-search {display:none;position:absolute;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#fff}
#user-header .basic-search .sch-close {float:left;width:56px;height:45px;font-size:1.25rem;color:rgba(0,0,0,.6)}
#user-header .basic-search input#sc_word {float:left;width:calc(100% - 112px);height:45px;margin-bottom:0;font-size:1rem;color:rgba(0,0,0,.95);border:0;border-radius:0;outline-width:0}
#user-header .basic-search button[onclick] {width:56px;height:45px;font-size:1.5rem;color:rgba(0,0,0,.95)}

#user-header .is-stuck {background-color:#2F62E0;padding:0 !important;border-bottom:0}
#user-header .is-stuck .user-logo, #user-header .is-stuck .sch-btns {display:none}
#user-header .is-stuck .nav-btns {margin:0;width:41px;height:45px;border-left:1px solid #4976E7}
#user-header .is-stuck .nav-btns > img {filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)}

/**********************************************
note : visual navigation
**********************************************/
#user-header .visual-nav {display:block;overflow:hidden;position:relative;z-index:1;height:44px;font-size:0;border-bottom:1px solid #dcdcdc;text-align:left}
#user-header .visual-nav .inset {display:block;overflow:hidden;white-space:nowrap;padding-left:1.25rem}
#user-header .visual-nav .inset > .item {display:inline-block;padding:0 .8125rem;font-size:1rem;font-weight:500;line-height:40px;color:#000;text-align:center;vertical-align:middle}
#user-header .visual-nav .inset > .item:first-child {padding-left:0 !important}
#user-header .visual-nav.scroll .inset {overflow-x:auto;width:100%}
#user-header .visual-nav.scroll .inset > .item {width:auto;padding:0 .5rem}
#user-header .is-stuck .visual-nav {top:45px;background:#fff}

/**********************************************
note : 실시간뉴스
**********************************************/
#user-header .user-autobox {transform:translateY(-100%);-ms-transform: translateY(-100%);transition: transform .3s ease-in-out;position:fixed;left:0;top:30px}
#user-header .is-stuck .user-autobox {-ms-transform:translateY(0);transform:translateY(0);position:relative;left:0;top:0;padding:0 16px}

#user-header .autobox-more {display:none;width:41px;height:45px;font-size:1.5rem;color:#fff;border-left:1px solid #4976E7}
#user-header .is-stuck .autobox-more {display:inline-block}

#user-header #idx-scroll {display:none}
#user-header .is-stuck #idx-scroll.visible {position:fixed;width:100%;display:block}

/* 더보기메뉴 */
#mobile-for-nav {display:none;overflow-x:hidden;overflow-y:auto;position:fixed;z-index:1004;left:0;top:0;width:100%;height:100%;background-color:#fff}
#user-header.on-active #mobile-for-nav {display:block}
#mobile-for-nav > .inner {position:relative;z-index:10;padding:0 15px 20px;width:100%;margin:0 auto}
#mobile-for-nav > .inner::after {content:'';display:table;clear:both}

/* header */
#mobile-for-nav .header {display:block;margin-bottom:20px;font-size:0;text-align:left;border-bottom:1px solid #eee}
#mobile-for-nav .header::after {content:'';display:table;clear:both}
#mobile-for-nav .header > .title {display:inline-block;padding:0 15px;width:calc(100% - 82px);font-size:18px;color:#333;font-weight:700;vertical-align:middle}
#mobile-for-nav .header > .btn-right {display:inline-block;width:82px;text-align:right;vertical-align:middle}
#mobile-for-nav .header > .btn-right .btns {height:46px;width:41px;font-size:1.375rem;color:#333;cursor:pointer;border-left:1px solid #eee}
#mobile-for-nav .header > .btn-right .nav-btns {margin:0;width:41px;border-left:1px solid #eee}

/* 하단 실시간 */
#user-header .bottom-autobox.change {transform:translateY(100%);-ms-transform: translateY(100%)}
#user-header .bottom-autobox {transform:translateY(0);-ms-transform: translateY(0);position:fixed;left:0;bottom:0;z-index:1000;height:46px;font-size:0;background-color:#2F62E0}
#user-header .box-left {display:inline-block;vertical-align:middle;width:calc(100% - 41px);padding:0 16px 10px;font-size:inherit;text-align:left}
#user-header .box-right {display:inline-block;vertical-align:middle;width:41px;text-align:center;line-height:46px}
#user-header .box-right .down-more {display:inline-block;margin:0;height:46px}

/**********************************************
note : navigation
**********************************************/
#user-nav {overflow-x:hidden;overflow-y:auto;position:fixed;z-index:1005;left:0;top:0;width:100%;height:100%;background-color:#fff;-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}
#user-header.is-active #user-nav {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}
#user-header .nav-overlap {display:none;position:fixed;z-index:1004;left:0;top:0;width:100%;height:100%;background-color:rgba(10,10,10,.5)}
#user-header.is-active .nav-overlap {display:block}
@media screen and (min-width: 40em) {
	#user-nav {max-width:375px}
}

/* header */
#user-nav .header {display:block;font-size:0;background-color:#fff;text-align:left}
#user-nav .header > .item {display:inline-block;vertical-align:middle}
#user-nav .header > :first-child {width:170px;padding:1rem 1.25rem}
#user-nav .header > :last-child {width:calc(100% - 170px);padding:0 1.25rem;text-align:right}
#user-nav .header > .item > .btns {display:inline-block;margin-left:15px;font-size:1.3rem;line-height:30px;color:rgba(0,0,0,.95);vertical-align:middle}
#user-nav .header > .item > .btns.small {font-size:1.125rem;color:rgba(0,0,0,.5)}
#user-nav .header > :last-child > :first-child {margin-left:0}

/* container */
#user-nav .container::after {content:'';display:table;clear:both}

/* search */
#user-nav .search-form {display:block;position:relative;padding:0 0 0 .625rem;background-color:#F3F3F3}
#user-nav .search-form .inner {display:block}
#user-nav .search-form .inner::after {content:'';display:table;clear:both}
#user-nav .search-form input#sc_word, #user-nav .search-form button[onclick] {float:left}
#user-nav .search-form input#sc_word {width:calc(100% - 65px);height:50px;margin-bottom:0;font-size:14px;font-weight:normal;color:#333;background-color:transparent;border:0;border-radius:0}
#user-nav .search-form input#sc_word::-webkit-input-placeholder {color:rgba(0,0,0,.15)}
#user-nav .search-form input#sc_word::-moz-placeholder {color:rgba(0,0,0,.15)}
#user-nav .search-form input#sc_word:-ms-input-placeholder {color:rgba(0,0,0,.15)}
#user-nav .search-form input#sc_word::placeholder {color:rgba(0,0,0,.15)}
#user-nav .search-form button[onclick] {width:65px;height:50px;font-size:1.375rem;color:#333}

/* sections */
#user-nav .menu {display:block;padding:1rem 0;margin-bottom:.625rem;background-color:#fff;text-align:left}
#user-nav .menu::after {content:'';display:table;clear:both}
#user-nav .menu > li {float:left;width:100%;border-top:1px solid #F1F1F1}
#user-nav .menu > li:first-child {border:0}
#user-nav .menu > li > a {padding:.875rem 1.25rem;font-size:17px;font-weight:700;line-height:1;color:rgba(0,0,0,.95);text-decoration:none}
#user-nav .menu > .is-accordion-submenu-parent[aria-expanded="true"] > a {font-weight:bolder}
#user-nav .menu > .is-accordion-submenu-parent > a::after {content:'+';right:1.25rem;width:auto;height:auto;margin:0;font-size:inherit;font-weight:normal;line-height:1;border:0;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .menu > .is-accordion-submenu-parent[aria-expanded="true"] > a::after {content:'-'}
#user-nav .menu.nested {background-color:#f8f8f8}
#user-nav .menu.nested::after {content:'';display:table;clear:both}
#user-nav .menu.nested > li {float:left;width:50%}
#user-nav .menu.nested > :nth-child(2n + 1) {border-right:1px solid rgba(0,0,0,.05);clear:both}
#user-nav .menu.nested > li > a {overflow:hidden;padding:.625rem 1rem;font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}

/* special menu */
#user-nav .rank-tile {display:block;font-size:0;text-align:left;background-color:#fff;border-top:1px solid #ececec}
#user-nav .rank-tile::after {content:'';display:table;clear:both}
#user-nav .rank-tile > a {float:left;width:33.33333%;padding:1rem .625rem;color:rgba(0,0,0,.75);background-color:#fff;border-width:1px 0 0 1px;border-style:solid;border-color:rgba(0,0,0,.08);text-decoration:none;text-align:center}
#user-nav .rank-tile > :nth-child(3n + 1) {border-left-width:0;clear:both}
#user-nav .rank-tile [class*="icon-"] {display:block;margin-bottom:.375rem;font-size:1.625rem;line-height:1}
#user-nav .rank-tile > :nth-child(1) > [class*="icon-"] {color:#5684ff}
#user-nav .rank-tile > :nth-child(2) > [class*="icon-"] {color:#13c0cb}
#user-nav .rank-tile > :nth-child(3) > [class*="icon-"] {color:#f39a11}
#user-nav .rank-tile > :nth-child(4) > [class*="icon-"] {color:#f44e5c}
#user-nav .rank-tile > :nth-child(5) > [class*="icon-"] {color:#005ca0}
#user-nav .rank-tile > :nth-child(6) > [class*="icon-"] {color:#832c81}
#user-nav .rank-tile .text {display:block;font-size:.813rem}

/* footer */
#user-nav .footer {display:block;padding:0 1.25rem;margin:2.125rem 0 1.25rem;font-size:0;text-align:left;background-color:#fff}
#user-nav .footer .navs {display:block;font-size:0;text-align:center}
#user-nav .footer .navs > a {display:inline-block;position:relative;padding:.375rem .75rem;font-size:.813rem;line-height:1.125;color:rgba(0,0,0,.6);text-decoration:none;vertical-align:middle}
#user-nav .footer .navs > a::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.688rem;border-left:1px solid rgba(0,0,0,.12);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .footer .navs > :first-child::before {content:normal}
#user-nav .footer .address {display:block;font-size:0;text-align:center}
#user-nav .footer .address > .item {display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-style:normal;font-weight:normal;line-height:1.375;color:rgba(0,0,0,.5);text-decoration:none}
#user-nav .footer .address > .item.zips {display:block}

/* show for desktop */
#user-nav .go-to-desktop {display:block;overflow:hidden;margin-bottom:1rem;padding:.75rem 1.25rem;font-size:.9375rem;line-height:1;color:rgba(0,0,0,.95);background-color:#fff;border:1px solid #ebebeb;border-radius:2rem;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;text-align:center}

/**********************************************
note : footer
**********************************************/
#user-footer {padding:20px 20px;margin-top:0;background-color:#f2f4f7}

/* key service */
#user-footer .key-service {display:block;font-size:0;background-color:#fff;text-align:center}
#user-footer .key-service::after {content:'';display:table;clear:both}
#user-footer .key-service > a {overflow:hidden;float:left;width:33.33333%;padding:.625rem;margin-bottom:-1px;font-size:1rem;line-height:1.125;border-width:1px 0 1px 1px;border-style:solid;border-color:#ececec;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
#user-footer .key-service > :nth-child(3n + 1) {border-left-width:0;clear:both}
#user-footer .key-service > :last-child:not(:nth-child(3n)) {border-right-width:1px}
@media screen and (min-width: 40em) {
	#user-footer .key-service > a {width:25%}
	#user-footer .key-service > :nth-child(3n + 1) {border-left-width:1px;clear:inherit}
	#user-footer .key-service > :nth-child(4n + 1) {border-left-width:0;clear:both}
	#user-footer .key-service > :last-child:not(:nth-child(4n)) {border-right-width:1px}
}

/* sns button */
#user-footer .footer-sns {display:block;margin-top:50px;margin-bottom:22px;font-size:0;text-align:center}
#user-footer .footer-sns > .item {display:inline-block;overflow:hidden;width:30px;height:30px;margin-right:.625rem;font-size:1rem;line-height:30px;color:#fff;background-color:rgba(0,0,0,.5);border-radius:50%;vertical-align:middle}
#user-footer .footer-sns > .item.fb {background-color:#3b5998}
#user-footer .footer-sns > .item.tw {background-color:#55acee}
#user-footer .footer-sns > .item.yt {background-color:#cc1f2c}
#user-footer .footer-sns > .item.np {background-color:#00c73c}
#user-footer .footer-sns > .item.ks {background-color:#fae100}
#user-footer .footer-sns > :last-child {margin-right:0}

/* member */
#user-footer .footer-btns {display:inline-block;width:100%;margin-bottom:10px;font-size:0;text-align:center}
#user-footer .footer-btns > .item {float:left}
#user-footer .footer-btns > .btn {float:right;overflow:hidden;min-width:75px;height:35px;margin-right:5px;padding:0 .625rem;font-size:12px;line-height:33px;letter-spacing:-.05em;color:#8e8e8e;background-color:#fff;border:1px solid #e2e2e2;border-radius:3px;text-align:center;vertical-align:middle;text-decoration:none}
#user-footer .footer-btns > :last-child {margin-right:0}

/* quick menu */
#user-footer .quick-menu {display:block;overflow:hidden;font-size:0;white-space:nowrap}
#user-footer .quick-menu > .item {display:inline-block;position:relative;font-size:.813rem;font-weight:300;line-height:1.375;color:#858585}
#user-footer .quick-menu > .item.point {color:#202020}
#user-footer .quick-menu > .item::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.75rem;border-left:1px solid rgba(0,0,0,.15);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-footer .quick-menu > .item:first-of-type::before {content:normal}
#user-footer .quick-menu > .item > a {color:inherit;text-decoration:none}

/* info */
#user-footer .ndsoft {text-align:right}
#user-footer .ndsoft > .ci {display:inline-block}

/**********************************************
note : footer(black theme)
**********************************************/
#user-footer.black-theme {background-color:#333}
#user-footer.black-theme .quick-menu {border-bottom-color:rgba(255,255,255,.08)}
#user-footer.black-theme .quick-menu > a {color:rgba(255,255,255,.65)}
#user-footer.black-theme .quick-menu > a::before {border-left-color:rgba(255,255,255,.1)}
#user-footer.black-theme .copyright {color:rgba(255,255,255,.5)} 
