@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;}
#header-wrapper ul, #header-wrapper ol {margin:0;padding:0;list-style:none}
#header-wrapper em ,#header-wrapper i {font-style:normal}
#header-wrapper button {cursor:pointer}
#header-wrapper .no-bullet {margin-bottom:0}
#header-wrapper .has-tip {border:0}
#header-wrapper.basic, #header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}
#header-wrapper .mode-inner::after {content:'';display:table;clear:both}

/*********************************************
note : 최상단영역
*********************************************/
/* 기본 */
#user-gnb {overflow:hidden;box-shadow: 0px 5px 13px #ddd;}
#user-gnb .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:flex-end;justify-content:flex-end;-ms-align-items:center;align-items:center;height:70px}
#user-gnb .grid {display:grid;width:100%;grid-template-columns:1fr 1fr 1fr;-ms-align-items:center;align-items:center;}

/* 전체 */
#user-gnb .user-etc {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;}
#user-gnb .user-allbtn {-ms-flex:0 0 auto;flex:0 0 auto;max-width:auto;height:45px;font-size:35px;color:#000;cursor:pointer}

/* 검색 */
#user-gnb .user-search {-ms-flex:0 0 auto;flex:0 0 auto;max-width:auto;position:relative;padding-left:10px;text-align:left}
#user-gnb .user-search-form {display:block;overflow:hidden;width:180px;padding-top:5px;background-color:#fff}
#user-gnb .user-search-form input#search {height:35px;padding:0 40px 0 8px;margin-bottom:0;font-size:13px;border-color:rgba(0,0,0,.12);border-radius:3px;box-shadow:none}
#user-gnb .user-search-form button[onclick] {position:absolute;z-index:1;right:10px;top:5px;height:35px;font-size:20px;color:#000;cursor:pointer}

/* 검색(모바일) */
#user-gnb .grid-right {display:none;text-align:right}
#user-gnb .sch-btns {width:auto;height:56px;font-size:1.5rem;color:rgba(0,0,0,.95)}
#user-gnb .basic-search {display:none;position:absolute;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#fff;border-bottom:2px solid #e73f72}
#user-gnb .basic-search .sch-close {float:left;width:56px;height:56px;font-size:1.25rem;color:rgba(0,0,0,.6)}
#user-gnb .basic-search input#sc_word {float:left;width:calc(100% - 112px);height:40px;margin-top:.5rem;margin-bottom:0;font-size:1rem;color:rgba(0,0,0,.95);border:0;border-radius:0;outline-width:0}
#user-gnb .basic-search button[onclick] {width:56px;height:56px;font-size:1.5rem;color:rgba(0,0,0,.95)}
#user-gnb .search-form {display:block;position:relative;padding:0 0 0 .625rem;background-color:#333}
#user-gnb .search-form .inner {display:block}
#user-gnb .search-form .inner::after {content:'';display:table;clear:both}
#user-gnb .search-form input#sc_word, #user-gnb .search-form button[onclick] {float:left}
#user-gnb .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}
#user-gnb .search-form input#sc_word::-webkit-input-placeholder {color:rgba(255,255,255,.15)}
#user-gnb .search-form input#sc_word::-moz-placeholder {color:rgba(255,255,255,.15)}
#user-gnb .search-form input#sc_word:-ms-input-placeholder {color:rgba(255,255,255,.15)}
#user-gnb .search-form input#sc_word::placeholder {color:rgba(255,255,255,.15)}
#user-gnb .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%)}

/* 로고 */
#user-gnb .user-logo a img {max-height:30px}

@media screen and (max-width: 39.9375em) {
	#user-gnb .grid {padding:0 10px}
	#user-gnb .user-allbtn {font-size:1.5rem}
	#user-gnb .grid-right {display:block}
	#user-gnb .user-search-form {display:none}
	#user-gnb .user-logo a img {max-height:22px}
}

/* 로그인/회원가입 */
#user-gnb .user-logbox {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;margin-left:-.75rem;margin-right:-.75rem}
#user-gnb .user-logbox li {display:block;padding:0 .75rem;font-size:.8125rem;font-weight:400;font-weight:var(--wgt400);color:#3a3a3a;white-space:nowrap}
#user-gnb .user-logbox li a {letter-spacing:-.05em;color:inherit}
#user-gnb .user-logbox li a.etc {font-size:.938rem}
#user-gnb .user-logbox li a.etc.user-bg {padding:4px 8px;color:#fff}

#nav-header {padding:0 0 1.875rem;background-color:#fff}
#nav-header > .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center}
#nav-header .grid {-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px}
#nav-header .grid.user-logo {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0}
#nav-header .grid.user-logo img {max-height:40px}
#nav-header.sticky {z-index:1003;position:fixed;top:0;left:0;right:0;padding:1rem 0;border-bottom:1px solid #222}
#nav-header.sticky .grid.user-logo img {max-height:30px}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;position:relative}
#user-nav .user-menu .secline {display:block;position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;padding:0 1.25rem;font-size:1.125rem;font-weight:500;font-weight:var(--wgt500);line-height:1.4;letter-spacing:-.05em;color:#000;text-decoration:none}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul,
#user-nav .user-menu .secline .sub {display:block}
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:0;font-size:0;visibility:hidden}
#user-nav .user-menu .secline .sub > a {display:block;padding:0 .625rem;font-size:.875rem;font-weight:300;color:rgba(0,0,0,.5);white-space:nowrap}
#user-nav .user-menu .secline .sub > a.a-sub-hover,
#user-nav .user-menu .secline .sub > a:hover {color:rgba(0,0,0,.95)}

/* 메뉴바 - 2차섹션(가로) */
#header-wrapper.horizon {padding-bottom:2rem}
#header-wrapper.horizon #user-nav .user-menu .secline > ul {display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;padding:0 .625rem;white-space:nowrap}
#header-wrapper.horizon #user-nav .user-menu .secline .sub > a {line-height:40px}

/* 메뉴바 - 2차섹션(세로) */
#header-wrapper.vertical #user-nav .user-menu .secline > ul {-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;padding:.625rem;background-color:#fff;border:1px solid rgba(0,0,0,.12)}
#header-wrapper.vertical #user-nav .user-menu .secline > ul > :not(:first-child) {border-top:1px solid rgba(0,0,0,.05)}
#header-wrapper.vertical #user-nav .user-menu .secline .sub > a {font-size:.8125rem;line-height:40px;text-align:center}

/* 메뉴바 - 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}

/*********************************************
note : 메뉴영역 (2차섹션 배경이 slideDown이 되어야 할 경우)
- subShow 옵션값을 hidden으로 설정해주세요.
#header-wrapper.horizon #user-nav::before {content:'';position:absolute;z-index:1;top:100%;width:100%;height:0;border-top:1px solid rgba(0,0,0,.12)}
#header-wrapper.horizon #user-nav::after {content:'';position:absolute;z-index:-1;top:100%;left:0;height:0;-ms-transition:all .15s ease-in-out;transition:all .15s ease-in-out}
#header-wrapper.horizon #user-nav.active::after {height:55px}
*********************************************/

/*********************************************
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; border-bottom: 10px solid #ececec;}
/*#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}


/* 이승현 / 1329557 / 20231211 */
#all-sections .section_view{display: flex; flex-wrap:wrap;}
#all-sections .item_left{width:300px; border-right: 0px solid #ddd;border-bottom: 0px solid #ddd; margin-right: 30px;}
#all-sections .item_right{background: #fff;flex-grow: 1;}
#all-sections .sections > li {-ms-flex:0 0 50%;flex: 0 0 50%;max-width: 50%;border-left: 0px solid #e8e8e8;}
#all-sections .sections > li > a {display:block;overflow:hidden;margin-bottom:0rem; /*padding:0.875rem 1.25rem;*/ padding:1.275rem 1.25rem;font-size: 1rem;font-weight:400;line-height: 1;color: rgba(0,0,0,.95);text-decoration: none;}

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

#user-gnb .btn {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}
#user-gnb .btn li {display:block;padding:0 .75rem;font-size:.8125rem;font-weight:400;font-weight:var(--wgt400);color:#3a3a3a;white-space:nowrap}
#user-gnb .btn li a {letter-spacing:-.05em;color:inherit}
#user-gnb .btn li a.etc {font-size:.938rem}
#user-gnb .btn li a.etc.user-bg {padding:4px 8px;color:#fff}
#user-gnb .user-logbox {justify-content:end}
@media screen and (max-width: 39.9375em) {
	#user-gnb .user-logbox {display:none}
}


/**********************************************
note : navigation
**********************************************/
#user-nav {display:none;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 #user-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) {
	#user-nav {max-width:375px}
}
@media screen and (max-width: 39.9375em) {
	#user-nav {display:block}
}

/* 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:142px;padding:1rem 1.25rem}
#user-nav .header > :last-child {width:calc(100% - 142px);padding:0 1.25rem;text-align:right}
#user-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}
#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:#333}
#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:.875rem;font-weight:normal;color:#fff;background-color:transparent;border:0;border-radius:0}
#user-nav .search-form input#sc_word::-webkit-input-placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form input#sc_word::-moz-placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form input#sc_word:-ms-input-placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form input#sc_word::placeholder {color:rgba(255,255,255,.15)}
#user-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%)}

/* 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:50%}
#user-nav .menu > li > a {padding:.875rem 1.25rem;font-size:1rem;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:#ececec}
#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;margin:.375rem 0 0;padding:.75rem 0;font-size:0;border-top:1px solid rgba(0,0,0,.05);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}