@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 : 최상단영역
*********************************************/
/* 기본 */
#nav-header {overflow:hidden;padding:3.875rem 0 1.875rem}
#nav-header .mode-inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:end;align-items:flex-end}
#nav-header .left-con {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;margin-right:2.5rem}
#nav-header .right-con {-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}


/* sns */
#nav-header .user-sns {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;-ms-align-items:center;align-items:center;margin-bottom:1rem}
#nav-header .user-sns a {display:block;overflow:hidden;width:30px;height:30px;font-size:1rem;line-height:30px;color:#fff;text-align:center;background-color:#000;border-radius:50%;text-decoration:none}
#nav-header .user-sns a:not(:first-child) {margin-left:5px}
#nav-header .user-sns a:not(.auto) + a.auto {margin-left:15px}
#nav-header .user-sns a.auto {padding:0 1.25rem;width:auto;height:35px;line-height:35px;border-radius:1rem;background-color:#727171}
#nav-header .user-sns a.auto i {margin-right:8px}
#nav-header .user-sns a.auto .txt {font-size:.813rem}
#nav-header .user-sns a.yt {background-color:#c62828}
#nav-header .user-sns a.fb {background-color:#01579b}
#nav-header .user-sns a.tw {background-color:#000}
#nav-header .user-sns a.bl {background-color:#00c853}

/* 로그인/회원가입 */
#nav-header .user-logbox {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;margin-left:-.75rem;margin-right:-.75rem}
#nav-header .user-logbox li {position:relative;display:block;padding:0 .75rem;font-size:.8125rem;font-weight:400;font-weight:var(--wgt400);color:#3a3a3a;white-space:nowrap}
#nav-header .user-logbox li:not(:first-child)::before {content:'';position:absolute;z-idnex:1;left:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);height:50%;border-left:1px solid rgba(0,0,0,.12)}
#nav-header .user-logbox li a, #nav-header .user-logbox li button {letter-spacing:-.05em;color:inherit}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
#user-nav {padding-top:1rem;border-top:1px solid #141417}
#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-update {-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;margin-left:2rem;font-size:.8125rem;font-weight:400;font-weight:var(--wgt400);color:#3a3a3a}


/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {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;max-width:100%;min-width:0;position:relative;margin-left:-.875rem}
#user-nav .user-menu .secline {display:block;position:relative}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;padding:0 .875rem;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:400;color:rgba(0,0,0,.85);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,.35)}
#header-wrapper.vertical #user-nav .user-menu .secline > ul > :not(:first-child) {border-top:1px solid rgba(0,0,0,.15)}
#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 section
*********************************************/
#all-section {display:none;position:absolute;z-index:1004;left:0;top:calc(100% + 1rem);width:100%;background-color:#00355d}
#all-section > .mode-inner {position:relative}
#all-section button.close {position:absolute;z-index:9;right:0;top:1.875rem;font-size:28px;color:#fff}
#all-section .section-wrapper {position:relative;padding:5rem 0 3.125rem}
#all-section .simple-menu {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}
#all-section .simple-menu > li {-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;padding:0 1.375rem;margin-bottom:1.875rem;border-left:1px solid rgba(255,255,255,.12)}
#all-section .simple-menu > li > a {display:block;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600;line-height:1.2;color:#fff;white-space:nowrap}
#all-section .sub-menu {display:block;margin:0;list-style:none}
#all-section .sub-menu > li {display:block}
#all-section .sub-menu > :not(:first-child) {margin-top:.625rem}
#all-section .sub-menu > li > a {display:block;font-size:.8125rem;line-height:1.2;color:rgba(255,255,255,.8)}

/* search */
#all-section .user-search {display:block;padding:5rem 0 3.125rem}
#all-section .user-search .sch-wrapper {max-width:520px;margin:0 auto}
#all-section .user-search .sch-wrapper::after {content:'';display:table;width:100%;clear:both}
#all-section .user-search .searchForm {float:left;display:block;overflow:hidden;padding:0 .625rem;width:calc(100% - 60px);background-color:#fff;border-radius:2rem}
#all-section .user-search .searchForm::after {content:'';display:table;clear:both}
#all-section .user-search .searchForm input#search {float:left;width:calc(100% - 65px);height:52px;margin:0;font-size:1.125rem;border:none;border-radius:0}
#all-section .user-search .searchForm button[onclick] {float:left;width:65px;height:52px;font-size:1.5rem;text-align:center}
#all-section .user-search .sch-option {float:right;width:52px;height:52px;font-size:1.875rem;background-color:#f4f5fa;border-radius:50%;text-align:center}
#all-section .user-search .sch-option > .icon {display:inline-block;overflow:hidden;vertical-align:top;width:30px;height:30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h30v30H0z'/%3E%3Cpath d='M10 20a3 3 0 0 1 2.829 2H27v2H12.829a3.002 3.002 0 0 1-2.653 1.995L10 26a3.001 3.001 0 0 1-2.829-2H3v-2h4.171a3.002 3.002 0 0 1 2.653-1.995L10 20zm0 1.65a1.35 1.35 0 1 0 0 2.7 1.35 1.35 0 0 0 0-2.7zM20 12a3 3 0 0 1 2.829 2H27v2h-4.171a3.002 3.002 0 0 1-2.653 1.995L20 18a3.001 3.001 0 0 1-2.829-2H3v-2h14.171a3.002 3.002 0 0 1 2.653-1.995L20 12zm0 1.65a1.35 1.35 0 1 0 0 2.7 1.35 1.35 0 0 0 0-2.7zM10 4a3 3 0 0 1 2.829 2H27v2H12.829a3.002 3.002 0 0 1-2.653 1.995L10 10a3.001 3.001 0 0 1-2.829-2H3V6h4.171a3.002 3.002 0 0 1 2.653-1.995L10 4zm0 1.65a1.35 1.35 0 1 0 0 2.7 1.35 1.35 0 0 0 0-2.7z' fill='%231D1D1D'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;background-size:contain}


#nav-header .right-con1 {-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;display: flex; margin-left: 10px;}
#nav-header .right-con1 .t_rbanner{width:80px;margin-left: 10px;}

/* 홍경아 / 1484283 / 20250701 */
/*#nav-header .right-con1 .t_rbanner:first-child {width:164px;}*/

/* 강수현 / 1484824 / 20250702 */
#nav-header .right-con1 .t_rbanner:first-child {width:102px}

