@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-bottom:2rem}
#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}
#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:flex-end;align-items:flex-end;height:85px;padding-bottom:.7rem}

/* 로그인/회원가입 */
#user-gnb .user-logbox {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem;margin-bottom:.25rem}
#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}

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

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center}
#user-nav .user-logo {-ms-flex:0 0 380px;flex:0 0 380px;max-width:380px}
#user-nav .nav-container {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-pack:flex-end;justify-content:flex-end;-ms-align-items:center;align-items:center;max-width:100%;min-width:0}

/* 전체 */
#user-nav .user-allbtn {margin:0 0 0 1rem;padding:0;cursor:pointer}
#user-nav .user-allbtn > .icon {display:block;overflow:hidden;width:30px;height:15px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.888' height='16.388' viewBox='0 0 30.888 16.388'%3E%3Cg transform='translate(-1305 -119)'%3E%3Cg transform='translate(1311.5 111)'%3E%3Cpath d='M24.224,23.435l-3.008-3.008a5.741,5.741,0,1,0-.79.792l3.008,3.006a.558.558,0,0,0,.79-.79ZM13.478,20.049a4.644,4.644,0,1,1,3.284,1.363A4.607,4.607,0,0,1,13.478,20.049Z'/%3E%3C/g%3E%3Cg transform='translate(1155 18)'%3E%3Cline x1='20' transform='translate(150 102)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline x1='11' transform='translate(150 109)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline x1='16' transform='translate(150 116)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;background-size:contain}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}
#user-nav .user-menu .secline {display:block;position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;padding:0 .856rem;font-size:1.125rem;font-weight:500;font-weight:var(--wgt500);line-height:1.4;letter-spacing:-.05em;color:#000;text-decoration:none}
#user-nav .user-menu .secline:last-child > a {padding-right:0}

/* 메뉴바 - 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}
#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;justify-content:flex-end}
#all-sections .login-box {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}
#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}


/* 윤미정 / 1462387 / 20250414 */
#user-nav .user-menu .secline .sub > a {color: rgba(0, 0, 0, .9);font-weight: 400;}

/* 윤미정 / 1476206 / 20250602 */
#user-gnb .search-more {margin-left: 5px;width: 36px;height: 36px;font-size: 1.375rem;color: #fff;line-height: 1.7;text-align: center;border-radius: 50%;background: #F7110E;}
#user-gnb .search-more a {color: #fff;}

/* 배진희 / 1481585 / 20250623 */
#user-nav .user-logo {-ms-flex:0 0 340px;flex:0 0 340px;max-width:340px}