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

/**********************************************
note : header
**********************************************/
#user-header {display:block;position:relative;margin-bottom:1.875rem;text-align:center}
#user-header .sticky {z-index:1000;width:100%;padding:0 1.25rem;background-color:#fff;border-bottom:1px solid #000}

/* gnb */
#user-gnb {display:block;margin:1.125rem auto;font-size:0;text-align:center}
#user-gnb::after {content:'';display:table;clear:both}
#user-gnb .user-etc, #user-gnb .user-sns {display:inline-block;vertical-align:middle}

/* sns */
#user-gnb .user-sns {margin-right:2rem;font-size:0;text-align:left}
#user-gnb .user-sns > .item {display:inline-block;margin-right:1.25rem;font-size:1.25rem;line-height:1;color:#000;text-decoration:none;vertical-align:middle;transition:transform .2s, -ms-transform .2s}
#user-gnb .user-sns > :last-child {margin-right:0}
#user-gnb .user-sns > .sound {width:25px}
#user-header.is-active #user-gnb .user-sns > .item.all--section {-ms-transform:rotate(-90deg);transform:rotate(-90deg)}

/* search */
#user-gnb .user-search .sch-btns {font-size:1.25rem;line-height:1;color:#000;cursor:pointer}
#user-gnb .user-search-form {display:none;position:absolute;z-index:1004;left:0;top:100%;width:100%;padding:5rem 1.25rem;background-color:rgba(0,0,0,.5)}
#user-gnb .sch-fieldset {display:block;max-width:40rem;margin:0 auto}
#user-gnb .sch-fieldset input#sc_word {float:left;width:calc(100% - 70px);height:60px;margin-bottom:0;padding:0 1.375rem;font-size:1.375rem;font-weight:300;color:rgba(0,0,0,.95);border:0;border-radius:0;outline-width:0}
#user-gnb .sch-fieldset button[onclick] {float:left;width:70px;height:60px;font-size:1.875rem;color:#fff;background-color:#000;cursor:pointer}
#user-gnb .sch-fieldset .sch-close {position:absolute;z-index:10;right:1.875rem;top:1.875rem;font-size:2.375rem;color:#fff;cursor:pointer}

/* intro */
#user-gnb .user-intro {display:block;float:left;font-size:0;white-space:nowrap;text-align:left}
#user-gnb .user-intro > .item {display:inline-block;margin-right:1.375rem;font-size:.813rem;font-weight:100;line-height:1.125rem;letter-spacing:-.025em;color:#000;text-transform:uppercase;vertical-align:middle}
#user-gnb .user-intro > :last-child {margin-right:0}

/* logo area */
#user-header .user-logo {display:block;margin:1.875rem auto;font-size:0}
#user-header .user-logo img {max-height:55px}

/* sticky */
#user-header .is-stuck #user-gnb, #user-header .is-stuck .user-logo {display:none !important}

/**********************************************
note : navigation
**********************************************/
#user-nav, #user-menu {display:block}
#user-nav {overflow:hidden;height:3.125rem}
#user-menu {overflow-x:auto;overflow-y:hidden;padding:0;margin:0;font-size:0;list-style:none;text-align:left;white-space:nowrap}
#user-menu > li {display:inline-block;vertical-align:middle}
#user-menu > li > a {display:inline-block;overflow:hidden;height:3.125rem;padding:0 1.25rem;font-size:.875rem;font-weight:normal;font-style:normal;line-height:3.125rem;color:#000;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
#user-menu > li.all--section > a {padding-left:0;font-size:1rem}

/**********************************************
note : navigation(offcanvas)
**********************************************/
#mobile-for-nav {overflow-x:hidden;overflow-y:auto;position:fixed;z-index:1004;left:0;top:0;width:80%;height:100%;background-color:#ececec;-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 #mobile-for-nav {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}
#user-header .nav-overlap {display:none;position:fixed;z-index:1001;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) {
	#mobile-for-nav {max-width:375px}
}

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

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

/* search */
#mobile-for-nav .search-form {display:block;position:relative;padding:0 0 0 .625rem;background-color:#333}
#mobile-for-nav .search-form .inner {display:block}
#mobile-for-nav .search-form .inner::after {content:'';display:table;clear:both}
#mobile-for-nav .search-form input#sc_word, #mobile-for-nav .search-form button[onclick] {float:left}
#mobile-for-nav .search-form input#sc_word {width:calc(100% - 65px);height:50px;margin-bottom:0;font-size:.875rem;font-weight:normal;color:#fff;background-color:transparent;border:0;border-radius:0}
#mobile-for-nav .search-form input#sc_word::-webkit-input-placeholder {color:rgba(255,255,255,.15)}
#mobile-for-nav .search-form input#sc_word::-moz-placeholder {color:rgba(255,255,255,.15)}
#mobile-for-nav .search-form input#sc_word:-ms-input-placeholder {color:rgba(255,255,255,.15)}
#mobile-for-nav .search-form input#sc_word::placeholder {color:rgba(255,255,255,.15)}
#mobile-for-nav .search-form button[onclick] {width:65px;height:50px;font-size:1.375rem;color:#fff;background-image:linear-gradient(to right, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 30%);cursor:pointer}

/* sections */
#mobile-for-nav .menu {display:block;padding:1rem 1.25rem;margin-bottom:.625rem;background-color:#fff;text-align:left}
#mobile-for-nav .menu::after {content:'';display:table;clear:both}
#mobile-for-nav .menu > li {display:block}
#mobile-for-nav .menu:not(.nested) > li {border-top:1px solid rgba(0,0,0,.05)} 
#mobile-for-nav .menu:not(.nested) > :first-child {border-top:0}
#mobile-for-nav .menu > li > a {padding:.9375rem 0;font-size:1rem;line-height:1;letter-spacing:-.05em;color:rgba(0,0,0,.95);text-decoration:none}
#mobile-for-nav .menu > .is-accordion-submenu-parent[aria-expanded="true"] > a {font-weight:bolder}
#mobile-for-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%)}
#mobile-for-nav .menu > .is-accordion-submenu-parent[aria-expanded="true"] > a::after {content:'-'}
#mobile-for-nav .menu.nested {margin:0;background-color:#f8f8f8}
#mobile-for-nav .menu.nested::after {content:'';display:table;clear:both}
#mobile-for-nav .menu.nested > li {float:left;width:50%}
#mobile-for-nav .menu.nested > :nth-child(2n + 1) {border-right:1px solid rgba(0,0,0,.05);clear:both}
#mobile-for-nav .menu.nested > li > a {overflow:hidden;padding:.625rem 1rem;font-size:.813rem;text-overflow:ellipsis;white-space:nowrap}

/* special menu */
#mobile-for-nav .rank-tile {display:block;font-size:0;text-align:left;background-color:#fff;border-top:1px solid #ececec}
#mobile-for-nav .rank-tile::after {content:'';display:table;clear:both}
#mobile-for-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}
#mobile-for-nav .rank-tile > :nth-child(3n + 1) {border-left-width:0;clear:both}
#mobile-for-nav .rank-tile [class*="icon-"] {display:block;margin-bottom:.375rem;font-size:1.625rem;line-height:1}
#mobile-for-nav .rank-tile > :nth-child(1) > [class*="icon-"] {color:#5684ff}
#mobile-for-nav .rank-tile > :nth-child(2) > [class*="icon-"] {color:#13c0cb}
#mobile-for-nav .rank-tile > :nth-child(3) > [class*="icon-"] {color:#f39a11}
#mobile-for-nav .rank-tile > :nth-child(4) > [class*="icon-"] {color:#f44e5c}
#mobile-for-nav .rank-tile > :nth-child(5) > [class*="icon-"] {color:#005ca0}
#mobile-for-nav .rank-tile > :nth-child(6) > [class*="icon-"] {color:#832c81}
#mobile-for-nav .rank-tile .text {display:block;font-size:.813rem}

/* footer */
#mobile-for-nav .footer {display:block;padding:0 1.25rem;margin:2.125rem 0 1.25rem;font-size:0;text-align:left;background-color:#ececec}
#mobile-for-nav .footer .navs {display:block;font-size:0;text-align:center}
#mobile-for-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}
#mobile-for-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%)}
#mobile-for-nav .footer .navs > :first-child::before {content:normal}
#mobile-for-nav .footer .address {display:block;margin:.375rem 0 0;padding:.75rem 0;font-size:0;border-top:1px solid rgba(0,0,0,.05);text-align:center}
#mobile-for-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}
#mobile-for-nav .footer .address > .item.zips {display:block}

/* show for desktop */
#mobile-for-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-radius:2rem;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;text-align:center}

/**********************************************
note : footer
**********************************************/
#user-footer {padding:0 1.25rem;background-color:#000;text-align:center}
#user-footer .wrapper {position:relative;margin:0 auto;padding:3.125rem 0 5rem}

/* footer menu */
#user-footer .to-top {display:block;margin-bottom:3.25rem;font-size:.813rem;line-height:1.875;letter-spacing:-.025em;color:#fff}
#user-footer .footer-nav {display:block;margin-bottom:1rem;font-size:.875rem;font-weight:100;line-height:1.125;letter-spacing:-.025em;color:#fff;text-transform:uppercase}

/* info */
#user-footer .footer-info {display:block;margin:1.375rem auto}
#user-footer .footer-info::after {content:'';display:table;clear:both}
#user-footer .footer-info .address {display:block;font-size:0}
#user-footer .footer-info .address > em {display:inline-block;font-size:.813rem;font-style:normal;font-weight:100;line-height:1.875;color:rgba(255,255,255,.5)}
#user-footer .footer-info .address > em.clear {display:block}
#user-footer .footer-info .address > em.bars::before {content:'';display:inline-block;overflow:hidden;width:0;height:.75rem;margin:0 .625rem;border-left:1px solid rgba(255,255,255,.15);vertical-align:middle}
#user-footer .footer-info .address > em > a {color:inherit;text-decoration:none}
#user-footer .ndsoft {display:block;margin-top:2rem;font-size:0}
#user-footer .ndsoft > .ci {display:inline-block}

