@charset "UTF-8";
/**********************************************
note : reset
**********************************************/
.user-point {color:#e73f72}
.user-bg {background-color:#e73f72}
#header-wrapper .mode-inner {margin-left:0;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}
#header-wrapper ul, #header-wrapper ol {margin:0;padding:0;list-style:none}
#header-wrapper em ,#header-wrapper i {font-style:normal}

.pc-on {display:block}
.mobile-on {display:none}
@media screen and (max-width: 63.9375em) {
	.pc-on {display:none !important}
	.mobile-on {display:block}
}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}
#header-wrapper.basic #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper {border-bottom:3px solid #000;margin: 0 auto;display:block;position:relative;margin-bottom:3.875rem;text-align:center}
#nav-header .user-header-item {-ms-flex:0 0 auto;flex:0 0 auto;width:300px;max-width:100%}

/* 로고 */
#nav-header .user-logo {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;font-size:0;text-align:center;padding:1.85rem 0 1rem}
#nav-header .user-logo > a {display:inline-block}

/* 기타 */
#nav-header .user-etc {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin-left:-.5rem}
#nav-header .user-etc > li {-ms-flex:0 0 auto;flex:0 0 auto;position:relative;max-width:100%}
#nav-header .user-allbtn,
#nav-header .user-search-btn {display:block;width:100%;padding:.5rem;line-height:1;cursor:pointer}
#nav-header .user-allbtn {font-size:1.5rem}

/* 검색 */
#nav-header .user-search-btn {font-size:1.25rem}
#nav-header .user-search {display:none;position:absolute;z-index:10;left:0;top:0;width:200px}
#nav-header .user-search input#search {height:38px;margin-bottom:0;padding-right:42px;border-radius:.25rem}
#nav-header .user-search button[onclick] {position:absolute;z-index:1;right:0;top:0;width:42px;height:100%;padding:0 .75rem;font-size:1.25rem;line-height:1}
#nav-header .user-search-close {position:absolute;z-index:5;left:100%;top:50%;padding:.5rem;font-size:1rem;color:#848484;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:color .15s ease-in-out}
#nav-header .user-search-close:hover {color:#000}

/* 모바일 - 검색 */
#nav-header .sch-btns {display:inline-block;width:48px;height:48px;font-size:1.25rem;color:#000}
#nav-header.active .sch-btns > i[class^="icon-"]::before {content:"\e921"}
#nav-header .search-wrap {display:none;position:absolute;z-index:10;left:0;right:0;top:calc(100% + 1px);padding-left:1.25rem;background-color:#fff}
#nav-header.active .search-wrap {display:block}
#nav-header .search-wrap input#sc_word {float:left;width:calc(100% - 48px);height:43px;margin:0;padding-left:0;font-size:1rem;color:#000;background:none;border:0;border-radius:0;outline-width:0}
#nav-header .search-wrap button[onclick] {width:48px;height:43px;font-size:1.5rem;color:#000}

/* 로그인 */
#nav-header .user-account {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:flex-end;justify-content:flex-end;margin:0 -.75rem}
#nav-header .user-account > li {-ms-flex:0 0 auto;flex:0 0 auto;position:relative;max-width:100%;padding:.375rem .75rem;font-size:.8125rem;color:#848484}
#nav-header .user-account > li > a,
#nav-header .user-account-more {color:inherit;cursor:pointer}
#nav-header .user-account-more {transition:transform .15s ease-in-out}
#nav-header .user-account-more.active {-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
#nav-header .user-logbox {display:none;position:absolute;z-index:10;right:.75rem;top:100%;min-width:80px;padding:.5rem;background:#fff;border:1px solid #848484;border-radius:.25rem}
#nav-header .user-logbox > a {display:block;overflow:hidden;padding:.25rem 0;font-size:.75rem;line-height:1.3;color:#848484;white-space:nowrap;text-overflow:ellipsis;text-align:center;transition:color .15s ease-in-out}
#nav-header .user-logbox > a:hover {color:#000}

@media screen and (max-width: 63.9375em) {
	#header-wrapper {margin-bottom:1.875rem}
	#nav-header {padding:0 1.25rem}
	#nav-header .user-header-item, #nav-header .user-logo {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;padding:1.85rem 0}
	#nav-header .user-logo {padding:0}
	#nav-header .user-logo > a {display:inline-block;margin:0 auto}
	#nav-header .user-logo img {max-height:2.5rem}
	#nav-header .user-header-item .nav-btns, #nav-header .user-header-item .sch-btns {display:inline-block;width:32px;height:32px;font-size:1.5rem;cursor:pointer}
}

@media screen and (max-width: 39.9375em) {

}


/**********************************************
note : 메뉴영역
**********************************************/
/* 기본 */
#user-nav {position:relative;z-index:2;display:none}
@media screen and (min-width: 64em) {
	#user-nav {display:block}
}
#header-wrapper.basic #user-nav {margin-left:auto;margin-right:auto}
#header-wrapper.full #user-nav,
#header-wrapper.basic #user-nav .mode-inner {position:relative}

/* 네비게이션 로고 */
#user-nav .hidden-logo {display:none;float:left;padding-left:2.875rem;margin-right:2.313rem;width:190px;line-height:52px}
#user-nav .hidden-logo img {max-height:30px}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative}
#user-nav .user-menu .secline {position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;padding:.9375rem 1rem;font-size:1.35rem;font-weight:700;line-height:1.2;color:#000;white-space:nowrap;text-decoration:none;transition:color .15s ease-in-out}
#user-nav .user-menu .secline > a.a-hover {text-decoration:underline}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;background-color:#fff;border-width:3px 1px 1px;border-style:solid;border-color:#000;visibility:hidden}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;font-size:.875rem;color:#5a5a5a;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:#000}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon #user-nav .user-menu .secline > ul {display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center}
#header-wrapper.horizon #user-nav .user-menu .secline .sub {-ms-flex:0 0 auto;flex:0 0 auto;display:block}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {position:relative;padding:.375rem .625rem}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {width:128px}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {position:relative;padding:.625rem 1rem;line-height:1;color:#5a5a5a}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a:hover {background-color:#f8f8f9}

/* 메뉴바 - 2차섹션(세로 - 자동박스) */
#header-wrapper.vertical.nav-autobox #user-nav .user-menu,
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline {position:static}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline > ul {width:100%;height:300px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub {float:left;width:50%}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub > a.a-sub-hover::before,
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub > a:hover::before {border-left-color:rgba(255,255,255,.35)}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .article-menu {position:absolute;left:320px;top:0;right:0;bottom:0;padding:0 1.25rem;border-left:1px solid rgba(0,0,0,.08)}

/* 메뉴바 - 2차섹션 위치 */
#header-wrapper.left #user-nav .user-menu .secline > ul {left:0}
#header-wrapper.center #user-nav .user-menu .secline > ul {left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}
#header-wrapper.right #user-nav .user-menu .secline > ul {left:inherit;right:0}


@media screen and (max-width: 63.9375em) {	
	#user-menu {overflow-y:hidden;overflow-x:auto}
	#user-nav {overflow:hidden;height:52px}
	#user-nav .user-menu .secline > a {text-decoration:none}
}
@media screen and (max-width: 39.9375em) {
	#user-menu {overflow-x:auto;overflow-y:hidden}
	#user-nav {overflow:hidden;height:3.125rem}	
	#user-nav .user-menu .secline > a {height:3.125rem;padding-top:0;padding-bottom:0;line-height:3.125rem}
} 


/**********************************************
note : sticky
**********************************************/
#user-nav.sticky {z-index:1001;position:fixed;top:0;left:0;right:0;background-color: #fff;border-bottom:3px solid #000}
#user-nav.sticky::before {display:none}
#user-nav.sticky .mode-inner {margin-left:auto;margin-right:auto}
@media screen and (min-width: 63.9375em) {
	#user-nav.sticky .hidden-logo {display:block}
}

/**********************************************
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}
#header-wrapper.is-active #mobile-for-nav {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}
#header-wrapper .nav-overlap {display:none;position:fixed;z-index:1001;left:0;top:0;width:100%;height:100%;background-color:rgba(10,10,10,.5)}
#header-wrapper.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}


/**********************************************
note : footer
**********************************************/
#user-footer {padding:0 1.25rem;background-color:#fafbfc}
#user-footer .to-top {display:block;overflow:hidden;margin:0 -1.25rem;font-size:.9375rem;line-height:60px;color:rgba(0,0,0,.55);background-color:#f5f5f5;text-transform:uppercase;text-align:center;text-decoration:none}
#user-footer .to-top > i[class^="icon-"] {opacity:.5}
@media screen and (min-width: 64em) {
	#user-footer {margin-top:2.5rem}
}

/* wrapper */
#user-footer .wrapper {display:block;margin:2.5rem auto 1.25rem;padding:0 0 2.5rem;font-size:0;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}
#user-footer .wrapper::after {content:'';display:table;clear:both}
#user-footer .wrapper > .item {float:left;width:20%;min-height:1px;padding-right:1.875rem}
#user-footer .wrapper > :first-child, #user-footer .wrapper > :last-child {width:30%}
@media screen and (max-width: 63.9375em) {
	#user-footer .wrapper > .item {float:none;width:auto;padding-right:0}
}

/* address */
#user-footer .wrapper .user-logo {float:none;width:auto;font-size:inherit;margin-bottom:1.375rem}
#user-footer .address {display:block;padding:0;margin:0;list-style:none}
#user-footer .address > li {margin-bottom:.625rem;font-size:.75rem;font-style:normal;font-weight:100;line-height:1.25;letter-spacing:-.025em;color:rgba(0,0,0,.55)}
#user-footer .address > :last-child {margin-bottom:0}
#user-footer .address > li > a {color:inherit;text-decoration:none}

/* list */
#user-footer .wrapper .titles {display:block;margin-bottom:1.375rem;font-size:1rem;font-weight:bolder;line-height:1.125;letter-spacing:-.025em;color:rgba(0,0,0,.8)}
#user-footer .wrapper .lists {display:block;padding:0;margin:0;list-style:none}
#user-footer .wrapper .lists > li {margin-bottom:.625rem;font-size:.75rem;line-height:1.25;letter-spacing:-.025em;color:rgba(0,0,0,.55)}
#user-footer .wrapper .lists > :last-child {margin-bottom:0}
#user-footer .wrapper .lists > li > a {color:inherit}

/* copyright */
#user-footer .copyright {display:block;margin-bottom:5rem;font-size:.813rem;line-height:1.375;color:rgba(0,0,0,.55);text-align:center}
#user-footer .copyright a {color:inherit;text-decoration:none}
#user-footer .copyright .ndsoft {display:block}
#user-footer .copyright .ndsoft > .ci {display:inline-block}
@media screen and (min-width: 64em) {
	#user-footer .copyright {text-align:left}
	#user-footer .copyright .ndsoft {position:absolute;z-index:1004;right:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}
}
@media screen and (max-width: 63.9375em) {
	#user-footer .copyright .ndsoft {margin-top:.375rem}
}


/*********************************************
note : 전체메뉴
*********************************************/
#all-sections {display:none;position:absolute;z-index:1000;left:0;top:0;width:100%;padding-top:100px;padding-bottom:3.125rem;background-color:#fff}
#all-sections .mode-inner {margin:0 auto}
#all-sections .section-header {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:space-between;justify-content:space-between;margin-bottom:1.875rem}
#all-sections .sections-close {font-size:2.25rem;line-height:1;cursor:pointer}
#all-sections .sections {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
#all-sections .sections > li {-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;padding-left:1.25rem;padding-right:1.25rem;border-left:1px solid #e8e8e8}
#all-sections .sections > :not(:nth-child(-n + 6)) {margin-top:1.875rem}
#all-sections .sections > li > a {display:block;overflow:hidden;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;font-weight:var(--wgt700);line-height:1.3;letter-spacing:-.05em;color:#000;text-overflow:ellipsis;white-space:nowrap}
#all-sections .sections .sub li {margin-bottom:.75rem}
#all-sections .sections .sub li a {display:block;overflow:hidden;font-size:.875rem;line-height:1.2;letter-spacing:-.05em;color:#5d5d5d;text-overflow:ellipsis;white-space:nowrap}
#all-sections .sections .sub li a:hover {color:#000}

/* login */
#all-sections .section-footer {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;margin-top:2.5rem}
#all-sections .login-box {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
#all-sections .login-box > li {display:block;margin-right:1.5rem;font-size:.8125rem;line-height:1.2;letter-spacing:-.05em;color:#3a3a3a}
#all-sections .login-box > li > a {display:block;color:inherit;white-space:nowrap}

/* search */
#all-sections .user-search {display:block;position:relative;width:275px;margin-left:1rem}
#all-sections .user-search input#search {height:45px;margin-bottom:0;padding-left:1rem;padding-right:3.75rem;font-size:.8125rem;border-color:#777;border-radius:2rem}
#all-sections .user-search input#search:focus {border-color:#000}
#all-sections .user-search button[onclick] {position:absolute;z-index:1;top:0;right:0;width:50px;height:45px;font-size:1.375rem;cursor:pointer}




/* 홍경아 / 1360782 / 20240328 */
#user-nav .user-menu .secline > a[href*="S1N15"] {color:#b22a20 !important;}
