@charset "utf-8";

[class^="btn_"] { display: inline-block; min-width: 5.4rem; font-size: 0.9rem; padding: 0.8rem 0.5rem; font-weight: 500; border-radius: 0.4rem; margin: 0.2rem 0; text-align: center; transition: 0.3s; }
[class^="btn_"] i { margin-right: 0.2rem; }

.btn_gry { background: #717171; color: #fff; } 
.btn_skyb { background: #2090ff; color: #fff; } 
.btn_skyb2 { background: #e9f4ff; color: #2090ff; } 
.btn_bl { background: #2f5bc1; color: #fff; } 
.btn_bl2 { background: #2090ff; color: #fff; } 
.btn_drk { background: #2d2d2d; color: #fff; } 
.btn_green { background: #0CA678; color: #fff; } 
.btn_Line { border: 1px solid #ced2db; }
.btn_LineB { border: 1px solid #2090FF; color: #2090FF; }
.btn_red { background: #f2335e; color: #fff; }

.btn_gry:hover,
.btn_gry:focus { background: #555; }
.btn_skyb:hover,
.btn_skyb:focus { background: #1D82E6; }
.btn_skyb2:hover,
.btn_skyb2:focus { background: #c4e2ff; }
.btn_bl:hover,
.btn_bl:focus { background: #1C3774; }
.btn_bl2:hover,
.btn_bl2:focus { background: #1D82E6; }
.btn_drk:hover,
.btn_drk:focus { background: #101010; }
.btn_green:hover,
.btn_green:focus { background: #058861; }
.btn_Line:hover,
.btn_Line:focus { background: #F0F0F0; }
.btn_LineB:hover,
.btn_LineB:focus { background: #2090FF; color: #fff; }
.btn_red:hover,
.btn_red:focus { background: #8D0023; }

body.bodyfix { position: fixed; width: 100%; }

/* slick slide common */
.slick-slider { -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-slide { display: none; height: 100%; min-height: 1px; vertical-align: middle; }
.slick-list { overflow: hidden; }
.slick-list.dragging { cursor: pointer; }
.slick-initialized .slick-slide { display: inline-block; }
.slick-arrow.slick-hidden { display: none; }
.slick-current { opacity: 1; display: block; }
.slick-track { position: relative; left: 0; top: 0; display: block; z-index: 0 !important;}
.slider .control {z-index: 1 !important;}

/* slick arrow show */
.arwShow .slick-arrow.slick-hidden { display: inline-block; }

/*#wrap ::-webkit-scrollbar {width: 5px; height: 5px;}*/ /*  *  2026.05.22      K.I.H          학이시습 강사등록 직무분류 추가로 주석*/
#wrap ::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 5px;}
#wrap ::-webkit-scrollbar-track {background-color: #f5f5f5; border-radius: 5px;}

#wrap { position: relative; overflow: hidden; }

.container { width: 72rem; max-width: 100%; margin: 0 auto; }

.LoginWrap { background: url('../images/main/M_bg.png') no-repeat center / cover; padding: 2.5rem; overflow: auto !important; height: 100vh; }
.LoginWrap #header .container { width: 91rem; }
.LoginWrap .container { width: 91rem; }

.LoginWrap #footer { background: none; padding: 0; }
.LoginWrap #footer .f_info { color: #fff; text-align: center; margin-top: 0; }

/* header */
#header { width: 100%; }
#header .container { position: relative; width: 72rem; max-width: 100%; margin: 0 auto; z-index: 1; }

#wrap:not(.LoginWrap) #header { position: fixed; background: #fff; z-index: 11; height: 7.55rem; }
#wrap:not(.LoginWrap) .headtop { height: 2.55rem; transition: all 0.1s; }
/* #wrap:not(.LoginWrap).hdBk #header { height: 5rem; }
#wrap:not(.LoginWrap).hdBk .headtop { margin-top: -2.55rem; transition: all 0.1s; } */
#wrap #sub_container { padding-top: 10.5rem; }
#wrap.hdBk #sub_container { transition: all 0.3s; }

/* header - top */
#header .headtop .container { display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 0; }
#header .headtop ul { display: flex; }
#header .headtop ul li { position: relative; padding: 0 0.75rem; }
#header .headtop .navlst ul li { left: -0.75rem; } 
#header .headtop .util ul li { right: -0.75rem; } 
#header .headtop ul li + li::before { position: absolute; width: 1px; height: 0.7rem; top: 50%; left: 0; transform: translateY(-50%); background: #e2e5ea; content: ""; }
#header .headtop ul a { color: #666; font-size: 0.75rem; font-weight: 400; }
#header .headtop ul a i { color: #111; font-size: 0.8rem; }
#header .headtop .util ul li.name span { color: #2090ff; border-bottom: 1px solid #2090ff; }

#header .headerWrap::after { position: absolute; top: calc(5rem + 2px); left: 0; background: rgba(0, 0, 0, 0.302); width: 100%; height: 100vh; content: ""; z-index: -1; display: none; }
#header .headerWrap.active::after { display: block; }
#header .headerWrap .container { display: flex; justify-content: space-between; }

/* logo */
#header .headerWrap .logo a { display: flex; height: 5rem; justify-content: center; align-items: center; line-height: 0; }

/* gnb */
#nav { flex: 1; padding-left: 11rem; transition: 0.5s; }
#nav.on { padding-left: 7rem; }
#nav #gnb { position: relative; }
#nav #gnb { height: auto; }
#gnb .depth01 { position: relative; }
#gnb .depth01 > ul { display: flex; }
#gnb .depth01 > ul > li { position: relative; flex: 1; text-align: center; }
#gnb .depth01 > ul > li::before { position: absolute; bottom: 1px; right: 0; width: 1px; height: calc(100% - 5rem); background: #DEDEDE; content: ""; }
#gnb .depth01 > ul > li > a { position: relative; display: flex; height: 5rem; justify-content: center; align-items: center; text-align: center; font-size: 1rem; font-weight: 600; color: #111; }
#gnb .depth01 > ul > li > a::before { position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: linear-gradient(90deg, #3182F6 0%, #2CB58E 96.77%); content: ""; }
#gnb .depth01 > ul > li > a > span { position: relative; padding: 0.35rem 0.8rem; }
#gnb .depth01 > ul > li > a > span::before { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 100%; background: linear-gradient(90deg, #3182F6 0%, #2CB58E 96.77%); border-radius: 1rem; content: ""; z-index: -1; }
#gnb .depth01 > ul > li.on > a,
#gnb .depth01 > ul > li > a:hover,
#gnb .depth01 > ul > li > a:focus { color: #fff; }
#gnb .depth01 > ul > li.on > a > span::before,
#gnb .depth01 > ul > li > a:hover > span::before,
#gnb .depth01 > ul > li > a:focus > span::before { width: 100%; }
#gnb .depth01 > ul > li.on > a::before,
#gnb .depth01 > ul > li > a:hover::before,
#gnb .depth01 > ul > li > a:focus::before { width: 3rem; }
#gnb .depth02 { position: relative; display: none; z-index: 1; padding: 1.5rem 0.6rem 4.4rem; }
#gnb.active .depth02 { display: block; }
#gnb .titBox { display: none; position: absolute; width: 9rem; height: calc(100% - 5rem); top: 5rem; right: 100%; text-align: right; padding-top: 2.5rem; padding-right: 2rem; word-break: keep-all; }
#gnb .titBox::before { position: absolute; top: 0; right: 0; width: 100vw; height: 100%; background: #F6F7FA; content: ""; z-index: -1; }
#gnb .titBox::after { position: absolute; bottom: 2.5rem; right: 3.2rem; background: url('../images/layout/gnb_bg.png') no-repeat; width: 5.5rem; height: 7.7rem; content: ""; animation: bounce 0.8s infinite alternate; }
#gnb .titBox strong { font-size: 1.2rem; font-weight: 800; color: #0B408C; background: linear-gradient(90deg, #3182F6 0%, #2CB58E 96.77%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'GmarketSans'; }
#gnb .titBox p { font-size: 0.9rem; line-height: 1.2rem; color: #333; margin-top: 1rem; }
#gnb.active .titBox { display: block; }
#gnb .depth02 > ul > li + li { margin-top: 1.1rem; }
#gnb .depth02 > ul > li > a { position: relative; display: block; text-align: left; color: #222; font-weight: 600; font-size: 0.9rem; padding-left: 0.6rem; }
#gnb .depth02 > ul > li > a::before { position: absolute; top: 0.35rem; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ""; background: #91B2D4; }
#gnb .depth02 > ul > li > a span { position: relative; display: inline-block; }
#gnb .depth02 > ul > li > a span::before { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 1px; background: #00569D; content: ""; }
#gnb .depth02 > ul > li > a .badge { display: inline-block; font-size: 0.6rem; font-weight: 700; color: #2090FF; background: rgba(32, 144, 255, 0.102); border: 1px solid #2090FF; border-radius: 1rem; padding: 0.1rem 0.4rem; vertical-align: middle; }
#gnb .depth02 > ul > li > a span + .badge { margin-left: 0.4rem; }
#gnb .depth02 > ul > li > a:hover,
#gnb .depth02 > ul > li > a:focus { color: #00569D; }
#gnb .depth02 > ul > li > a:hover::before,
#gnb .depth02 > ul > li > a:focus::before { background: #00569D; }
#gnb .depth02 > ul > li > a:hover span::before,
#gnb .depth02 > ul > li > a:focus span::before { width: 100%; }
#gnb .depth01 > ul > li > a::before,
#gnb .depth01 > ul > li > a > span::before,
#gnb .depth02 > ul > li > a span::before { transition: 0.3s; }
#gnb .depth03 { display: none; }

@keyframes bounce {
    0% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}

/* header - util */
#header .headerWrap { position: relative; }
#header .headerWrap::before { position: absolute; top: 5rem; width: 100%; height: calc(100% - 5rem); background: #fff; content: ""; }
#header .headerWrap .container::before { position: absolute; top: 0; left: 0;}
#header .headerWrap .util { display: flex; height: 5rem; justify-content: center; align-items: center; }
#header .headerWrap .util a { color: #111; font-size: 1.2rem; }
#header .headerWrap .util .fullmenu { width: 0.7rem; margin-left: 1rem; }
#header .headerWrap .util .fullmenu em { display: block; width: 100%; height: 2px; border-radius: 0.5rem; background: #111; }
#header .headerWrap .util .fullmenu em:nth-child(2) { width: 0.4rem; }
#header .headerWrap .util .fullmenu em + em { margin-top: 0.2rem; }

.m_searchBtn { display: none; }

.m_totalSrch { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #F6F7FB; z-index: 999; }
.m_totalSrch .srch_box { padding-top: 3rem; }
.m_totalSrch .tit { font-size: 1.2rem; font-weight: 700; color: #111; margin-bottom: 1rem; padding: 0 0.8rem; }
.m_totalSrch .search_top { padding: 0 0.8rem; }
.m_totalSrch .totalSearch { position: relative; display: block; }
.m_totalSrch .totalSearch input[type="text"] { width: 100%; height: 2.8rem; line-height: 2.8rem; padding: 0 2rem 0 1.2rem; border: 1px solid #ececec; border-radius: 3rem; color: #111; }
.m_totalSrch .totalSearch input[type="text"]::placeholder { color: #8e8e8e; }
.m_totalSrch .totalSearch .searchBtn { position: absolute; top: 50%; transform: translateY(-50%); right: 1.2rem; font-size: 1.2rem; }
.m_totalSrch .search_box { padding: 0 2.4rem; margin-top: 3rem; }
.m_totalSrch .srch_filter { display: block; position: relative; top: auto; right: auto; width: 100%; }
.m_totalSrch .m_SrchClose { position: absolute; top: 1.2rem; right: 1.2rem; }
.m_totalSrch .m_SrchClose img { height: 1rem; }

.login_form .login_box dl dd input[type="password"] { width: 100%; height: 2.8rem; line-height: 2.8rem; background: #fff; border: 1px solid #ddd; border-radius: 0.2rem; padding: 0 0.8rem; outline: none; color: #222; font-family: 'Pretendard';}
.login_form .login_box dl dd input[type="password"]::placeholder { color: #8e8e8e; }
.login_form .login_box dl dd input[type="password"]:focus { border: 2px solid #2090ff; }

.popFullmenu { display: none; position: fixed; top: 0; left: 0; background: #fff url('../images/layout/fullMenu_bg.png') no-repeat right bottom; width: 100%; height: 100vh; z-index: 999; overflow: hidden; overflow-y: auto; padding: 0 7rem; }
.popFullmenu #fullMenu { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 100%; }
.popFullmenu .util,
.fullmenu_group .navlst { display: none; }
.fullmenu_group { flex: 100%;}
.fullmenu_group .depth01 > ul > li { position: relative; display: flex; align-items: center; }
.fullmenu_group .depth01 > ul > li::before { position: absolute; bottom: 0; right: 0; width: calc(100% - 12.5rem); height: 1px; background: #ececec; content: ""; }
.fullmenu_group .depth01 > ul > li > a { width: 12.5rem; font-size: 1.1rem; font-weight: 700; padding: 2rem 0; }
.fullmenu_group .depth02 { padding: 2rem 0; flex: 1; }
.fullmenu_group .depth02 > ul { display: flex; flex-wrap: wrap; }
.fullmenu_group .depth02 > ul > li { position: relative; margin-right: 2.4rem; padding: 0.2rem 0 0.2rem 0.5rem; }
.fullmenu_group .depth02 > ul > li::before { position: absolute; top: 0.35rem; left: 0; width: 0.2rem; height: 0.2rem; background: #686868; border-radius: 50%; content: ""; }
.fullmenu_group .depth03 { display: none; }
#fullMenu .f_link { flex: 100%; display: flex; margin-top: 4.1rem; }
#fullMenu .f_link li { margin-right: 2.4rem; }
#fullMenu .f_link li a { font-size: 0.9rem; color: #333; font-weight: 600; }
#fullMenu .f_link li a strong { color: #2090FF; }
.popFullmenu #fullmenuClose { position: absolute; top: 1.4rem; right: -2.7rem; }

#header .headerWrap .mnShadow { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.3); display: none; z-index: -1; }
#header .headerWrap.active { z-index: 20; }
#header .headerWrap.active .mnShadow { display: block; }

#wrap:not(.LoginWrap) #header { border-bottom: 1px solid #CED2DB; }
.MainWrap #container { padding-top: 7.55rem; background: #F6F7F9; }

.ctgry { position: fixed; top: 15rem; right: 0; width: 8.1rem; z-index: 3; transition: all 0.3s; }
.ctgry li { position: relative; font-family: 'GmarketSans'; }
.ctgry li + li { margin-top: 0.4rem; }
.ctgry li a { position: relative; }
.ctgry li a.box { display: block; border-radius: 0.8rem 0 0 0.8rem; text-align: center; }
.ctgry li.ct_org a.box { background: #F9CCBA; padding: 0.95rem 0.5rem; }
.ctgry li.ct_yellow a.box { background: #F8ECB8; padding: 0.95rem 0.5rem; }
.ctgry li.ct_blue a.box { background: #C8DEFB; padding: 1.2rem 0.5rem; }
.ctgry li.ct_pink a.box { background: #FEC9D6; padding: 0.9rem 0.2rem; }
.ctgry li .tit { color: #0b408c; font-weight: 900; }
.ctgry li.ct_yellow .tit { font-size: 0.9rem; margin-top: -7px; }
.ctgry li.ct_blue .tit { font-size: 1.1rem; line-height: 1.2rem; }
.ctgry li .txt { font-size: 0.7rem; color: #444; line-height: 0.9rem; margin-bottom: 0.3rem; }
.ctgry li.ct_blue .img { margin-top: 0.4rem; }
.ctgry li.ct_blue .img img { height: 57px; }
.ctgry li.ct_blue .baro { position: relative; display: block; width: 4.75rem; max-width: 100%; background: #5480b9; border-radius: 2rem; color: rgba(255, 255, 255, 0.9); padding: 0.5rem 0.7rem; font-size: 0.9rem; font-weight: 600; font-family: 'Pretendard'; margin: -14px auto 0; }
.ctgry li.ct_blue .ctgryClose { position: absolute; top: 50%; right: 100%; transform: translateY(-50%); width: 1.1rem; height: 2rem; line-height: 2rem; text-align: center; border-radius: 1rem 0 0 1rem; background: #C8DEFB; color: #0B408C; padding-left: 0.3rem; }
.ctgry.on { transform: translateX(8.1rem); transition: all 0.3s; }
.ctgry li a .bedge { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, #3182F6 0%, #2CB58E 96.77%); display: flex; justify-content: center; align-items: center; height: 1rem; color: #fff; border-radius: 0 0 0.4rem 0.4rem; font-size: 0.6rem; font-weight: 500; padding: 0 0.3rem; font-family: 'Pretendard'; }
.ctgry li.ct_pink .tit2 { font-size: 0.85rem; font-weight: 900; color: #E92063; letter-spacing: -1px; }

/* footer */
#footer { position: relative; background: #23293C; padding: 2.25rem 0; z-index: 1; }
#footer .f_wrap { display: flex; justify-content: space-between; }
#footer .f_link { display: flex; }
#footer .f_link li { position: relative; padding: 0 0.75rem; left: -0.75rem; }
#footer .f_link li a { display: block; font-size: 0.9rem; color: rgba(255, 255, 255, 0.8); }
#footer .f_link li a strong { font-weight: 700; color: #FFF2AE; }
#footer .siteLink { position: relative; }
#footer .siteLink button { position: relative; min-width: 12rem; background: #fff; padding: 0.6rem 1rem; color: #666; font-size: 0.8rem; text-align: left; border-radius: 0.2rem; }
#footer .siteLink button::before { position: absolute; top: 50%; right: 1rem; transform: translateY(-50%); color: #666; content: "\ea4e"; font-family: 'remixicon'; transition: all 0.3s; }
#footer .siteLink .sitelst { position: absolute; width: 100%; bottom: calc(100% + 0.2rem); background: rgba(255, 255, 255, 0.9); border: 1px solid #ccc; padding: 0.5rem 1rem; border-radius: 0.2rem; display: none; }
#footer .siteLink .sitelst ul { max-height: 7.75rem; overflow: auto; padding-right: 0.2rem; }
#footer .siteLink .sitelst li + li { border-top: 1px solid rgba(0, 0, 0, 0.5); }
#footer .siteLink .sitelst li a { display: block; padding: 0.5rem 0; color: rgba(255, 255, 255, 0.8); font-size: 0.75rem; }
#footer .siteLink .sitelst li a:hover,
#footer .siteLink .sitelst li a:focus { text-decoration: underline; }
#footer .f_info { color: #7b7e85; line-height: 1.3rem; font-size: 0.9rem; margin-top: 1.5rem; }
#footer .siteLink.active button::before { transform: translateY(-50%) rotate(180deg); }

.moveTop { position: fixed; bottom: 2.5rem; right: 2.5rem; display: flex; width: 3.2rem; height: 3.2rem; border-radius: 0.8rem; background: #152957; justify-content: center; align-items: center; z-index: 10; }

.alrmPop { position: fixed; display: flex; align-items: center; justify-content: center; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; background: rgba(0, 0, 0, 0.5); padding: 0 0.8rem; }
.alrmPop .alrmPop_wrap { position: relative; width: 28rem; border-radius: 0.6rem; background: #fff; overflow: hidden; padding: 2.2rem 2rem; border: 1px solid #c6c6c6; }
.alrmPop .alrmPop_wrap h2 { font-size: 0.9rem; color: #111; font-weight: 700; margin-bottom: 1.3rem; }
.alrmPop .alrmPop_wrap .lyPop_cont .badge { display: block; margin-bottom: 0.7rem; font-size: 0.75rem; color: #2F83F7; font-weight: 700; }
.alrmPop .alrmPop_wrap .lyPop_cont .chck { font-size: 0.95rem; font-weight: 700; }
.alrmPop .alrmPop_wrap .lyPop_cont .txt { font-size: 0.9rem; color: #333; margin-top: 0.8rem; line-height: 1.25rem; }
.alrmPop .alrmPop_wrap .lyPop_cont .btns { margin: 1.5rem 0 0 0; }
.alrmPop .alrmPop_wrap .alrmPopclose { position: absolute; top: 2.3rem; right: 2rem; }

/* sub_container */

/* subLocation */
.subLocation { position: fixed; top: 7.55rem; left: 0; width: 100%; height: 2.95rem; background: linear-gradient(to right, #3182f6, #2cb58e); padding: 0.8rem 0; z-index: 10; }
.subLocation .container { position: relative; display: flex; }
.subLocation .home { position: relative; color: #fff; background: url('../images/layout/w_home_icon.png') no-repeat left center; padding-left: 1rem; font-size: 0.9rem; line-height: 1.35rem; }
/* #wrap:not(.LoginWrap).hdBk .subLocation { top: 5rem; transition: 0.3s; } */

/* snb */
#snb { position: relative; }
#snb ul { position: absolute; top: 0; left: 0; padding-top: 2.6rem; }
#snb ul.open:after { position: absolute; left: 0; top: 2.17rem; width: 100%; height: calc(100% - 1.5rem); box-shadow: 0 20px 20px rgba(47, 91, 193, 0.102); border-radius: 0 0 0.6rem 0.6rem; border: 1px solid #dee1e7; border-top: none; background: #fff; content: ""; z-index: -1; overflow: hidden; }
#snb ul li {display: table;opacity: 0;visibility: hidden;white-space: nowrap;width: 100%;overflow: hidden;display: none;}
#snb ul li.active {position: absolute;top: 0;opacity: 1;visibility: visible;padding-left: 1.5rem;width: auto;overflow: visible;display: block;}
#snb ul li.active::before { position: absolute; top: 4px; left: 5px; content: "\ea6e"; font-family: 'remixicon'; color: #fff; }
#snb ul.open > li { opacity: 1; visibility: visible; display: block;  }
#snb ul li:not(.active) a { display: block; padding: 0.6rem 1rem; font-size: 0.9rem; }
#snb .dep01 { z-index: 3; }
/* #snb .dep01 > li { width: 100%; } */
#snb .dep01 > li.active > a { color: #fff; font-size: 0.9rem; line-height: 1.3rem; }
#snb .dep02 { display: none; left: 100%; }
#snb .dep01 > li.active .dep02 {display: block;height: auto;}
#snb .dep02 > li.active > a { color: #fff; font-size: 0.9rem; line-height: 1.3rem; text-decoration: underline; }
#snb ul li:not(.active) a:hover,
#snb ul li:not(.active) a:focus { background: rgba(47, 131, 247, 0.102); color: #2f83f7; }

#subContent { margin: 3rem 0 2.5rem; }
#subContent .subCntBody { position: relative; width: 72rem; max-width: 100%; margin: 0 auto; }
#subContent .subCntBody > h3 { padding-right: 3rem; font-size: 1.9rem; color: #111; font-weight: 800; line-height: 1.9rem; margin-bottom: 2.4rem; }
#subContent .subCntBody .btnPrint { position: absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; width: 2.1rem; height: 2.1rem; border-radius: 0.8rem 0.8rem 0 0.8rem; border: 1px solid #ced2eb; color: #2d2d2d; }


.login_form { position: relative; width: 36rem; max-width: 100%; margin: 2.25rem auto 10.5rem; background: rgba(255, 255, 255, 0.6); border-radius: 1.2rem; padding: 3rem 6.5rem; }
.login_form .tit { font-size: 1.4rem; font-weight: 700; color: #222; line-height: 1.4rem; margin-bottom: 1.3rem; }
.login_form .login_box { margin: 0 auto; }
.login_form .login_box dl { display: flex; }
.login_form .login_box dl + dl { margin-top: 1rem; }
.login_form .login_box dl dt { width: 4.25rem; font-size: 0.9rem; font-weight: 700; color: #222; padding-top: 0.9rem; }
.login_form .login_box dl dd { flex: 1; }
.login_form .login_box dl dd input[type="text"] { width: 100%; height: 2.8rem; line-height: 2.8rem; background: #fff; border: 1px solid #ddd; border-radius: 0.2rem; padding: 0 0.8rem; outline: none; color: #222; }
.login_form .login_box dl dd input[type="text"]::placeholder { color: #8e8e8e; }
.login_form .login_box dl dd input[type="text"]:focus { border: 2px solid #2090ff; }
.login_form .login_box dl dd .keep_check { margin-top: 1rem; }
.login_form .login_box dl dd .keep_check input[type="checkbox"] { display: none; }
.login_form .login_box dl dd .keep_check input[type="checkbox"] + label { position: relative; display: inline-block; padding-left: 1.4rem; margin-right: 0.8rem; font-size: 0.9rem; color: #111; font-weight: 400; }
.login_form .login_box dl dd .keep_check input[type="checkbox"] + label::before { position: absolute; top: 0; left: 0; width: 1rem; height: 1rem; border-radius: 0.2rem; border: 1px solid #ddd; background: #fff; content: ""; }
.login_form .login_box dl dd .keep_check input[type="checkbox"]:checked + label::before { background: #2f5bc1; }
.login_form .login_box dl dd .keep_check input[type="checkbox"]:checked + label::after { position: absolute; top: 0.15rem; left: 0.15rem; color: #fff; font-size: 0.7rem; font-family: 'remixicon'; content: "\eb7b"; }
.login_form .login_box .btnLogin { width: 100%; height: 2.8rem; display: flex; justify-content: center; align-items: center; background: #2090ff; color: #fff; border-radius: 0.4rem; text-align: center; font-size: 0.9rem; margin-top: 1.75rem; }
.login_form .find_wrap { margin-top: 1.2rem; text-align: right; }
.login_form .find_wrap a { font-size: 0.9rem; color: #222; font-weight: 600; }
.login_form .txt_box { margin-top: 2rem; background: rgba(255, 255, 255, 0.8); border-radius: 0.4rem; text-align: center; padding: 1.5rem 1rem; line-height: 1.1rem; font-size: 0.75rem; }


.MyPage #subContent .subCont { position: relative; display: flex; justify-content: space-between; width: 72rem; max-width: 100%; margin: 0 auto; }
.MyPage #subContent .subMenu { width: 15rem; }
.MyPage #subContent .subCntBody { position: relative; width: auto; max-width: 100%; margin: 0 auto; flex: 1; width: calc(100% - 15rem); padding-left: 3.1rem; }
.MyPage #subContent .subCntBody > h3 { font-size: 1.4rem; padding-bottom: 1.7rem; margin-bottom: 1.5rem; border-bottom: 2px solid #000; }
.MyPage #subContent .subCntBody > h3 .date { color: #888; font-size: 0.9rem; font-weight: 500; }

.MyPage .subMenu dl dt .greet { font-size: 1.5rem; font-weight: 700; color: #111; margin-bottom: 1rem; }
.MyPage .subMenu dl dt .greet span { color: #2090ff; }
.MyPage .subMenu dl dt .edcInt { font-size: 0.9rem; color: #444; }
.MyPage .subMenu dl dt .edcInt + .edcInt { margin-top: 0.5rem; }
.MyPage .subMenu dl dt .edcInt em { color: #2090ff; border-bottom: 1px solid #2090ff; }
.MyPage .subMenu dl dd { border-top: 1px solid #CED2DB; margin-top: 2rem; }
.MyPage .subMenu dl dd .mob_slide { display: none; }
.MyPage .subMenu dl dd ul li { border-bottom: 1px solid #CED2DB; }
.MyPage .subMenu dl dd ul li a { display: block; padding: 1.3rem 0.4rem; font-size: 1rem; font-weight: 500; color: #333; }
.MyPage .subMenu dl dd ul li a i { font-size: 1.2rem; margin-right: 0.4rem; }
.MyPage .subMenu dl dd ul li a img { vertical-align: middle; margin-right: 0.4rem; }
.MyPage .subMenu dl dd ul li a { transition: 0.3s;}
.MyPage .subMenu dl dd ul li.active a,
.MyPage .subMenu dl dd ul li a:hover,
.MyPage .subMenu dl dd ul li a:focus { color: #2090ff; }

#Top_popup { position: relative; height: 5rem; overflow: hidden; }
#Top_popup .inner { text-align: center; height: 100%; line-height: 0; display: flex; justify-content: center; align-items: flex-start; }
#Top_popup .popupBtn { position: absolute; bottom: 1rem; left: calc(50% + 21.65rem); display: flex; align-items: center; gap: 0.35rem; z-index: 1; }
#Top_popup .popupBtn input[type="checkbox"] { display: none; }
#Top_popup .popupBtn input[type="checkbox"] + label { position: relative; padding-left: 1.4rem; font-size: 0.8rem; color: #fff; font-weight: 400; }
#Top_popup .popupBtn input[type="checkbox"] + label::before { position: absolute; top: 0; left: 0; width: 1rem; height: 1rem; border-radius: 0.2rem; border: 1px solid #ddd; content: ""; background: #fff; }
#Top_popup .popupBtn input[type="checkbox"]:checked + label::before { background: #2f5bc1; }
#Top_popup .popupBtn input[type="checkbox"]:checked + label::after { position: absolute; top: 0.15rem; left: 0.15rem; color: #fff; font-size: 0.7rem; font-family: 'remixicon'; content: "\eb7b"; }
#Top_popup .popupBtn .CloseBtn { display: flex; justify-content: center; align-items: center; width: 1.4rem; height: 1.4rem; background: #23201B; color: #fff; border-radius: 50%; font-size: 1rem; }

#Top_popup.on { margin-top: -5rem; transition: 0.3s; }

@media screen and (min-width:961px){
    .totalSearch { position: relative; }
    .totalSearch input[type="text"] { position: absolute; top: 50%; right: -0.8rem; transform: translateY(-50%); width: 0; height: 2.4rem; line-height: 2.4rem; padding: 0; border: 0; border-radius: 2rem; transition: 0.3s; z-index: 0; }
    .totalSearch.open input[type="text"] { width: 17rem; padding: 0 0.8rem; border: 1px solid #8E8E8E; transition: 0.3s; }
    .totalSearch input[type="text"]:focus { border: 1px solid #2090FF; outline: none;}
    .totalSearch .searchBtn { position: relative; z-index: 1; }
}

@media screen and (max-width:1480px) {
    .LoginWrap .container { padding: 0; }

    .container { width: 100%; padding: 0 1rem; }

    #header .headtop .container { width: 100%; padding: 0.8rem 1rem; }

    #nav { padding: 0 1rem 0 3.5rem; }

    .popFullmenu { padding: 0 1rem; }
    .popFullmenu #fullmenuClose { right: 1rem; }
    .popFullmenu #fullmenuClose img { height: 1.5rem; }

    #subContent .subCntBody { width: 100%; padding: 0 1rem; }
    #subContent .subCntBody .btnPrint { right: 1rem; }

    .MyPage #subContent .subCont { padding: 0 1rem; }
    .MyPage #subContent .subCntBody { padding: 0 0 0 2rem; }
    .MyPage #subContent .subCntBody .btnPrint { right: 0; }
}

@media screen and (max-width:1280px) {
    #Top_popup { display: none; }
}

@media screen and (max-width:1240px) {

    #nav { display: none; }

    .ctgry { top: 8.5rem; }
    .ctgry li.ct_blue .tit { font-size: 0.9rem; line-height: normal; } 
    .ctgry li.ct_blue .img { margin: 0.5rem 0; }
    .ctgry li.ct_blue .img img { height: 2.8rem; }
    .ctgry li.ct_blue .baro { font-size: 0.8rem; padding: 0.2rem 0.7rem; }

    .moveTop { width: 2.5rem; height: 2.5rem; }
    .moveTop img { height: 1rem; }

    .subLocation { background: #fff; }
    .subLocation .home { color: #1D1D1D; background: url('../images/layout/b_home_icon.png') no-repeat left center; }

    #snb ul { padding-top: 2rem; }
    #snb ul.open:after { border-top: 1px solid #dee1e7; top: 1.72rem; }
    #snb ul li.active::before { color: #1D1D1D; }
    #snb .dep01 > li.active > a { color: #1D1D1D; }
    #snb .dep02 > li.active > a { color: #1D1D1D; }

    .MyPage #subContent .subCntBody { padding: 0; }
    .MyPage #subContent .subMenu { position: absolute; top: -3rem; left: 0; width: 100%; z-index: 1; }
    .MyPage .subMenu dl dt { display: none; }
    .MyPage .subMenu dl dd { margin-top: 0; border-top: none; }
    .MyPage .subMenu dl dd .mob_slide { position: relative; display: flex; width: 100%; height: 2.5rem; align-items: center; background: linear-gradient(to right, #3182f6, #2cb58e); padding: 0.8rem; font-size: 0.8rem; color: #fff; }
    .MyPage .subMenu dl dd .mob_slide::before { position: absolute; top: 50%; right: 0.8rem; transform: translateY(-50%); color: #fff; font-family: 'remixicon'; content: "\ea4e"; font-size: 0.8rem; transition: 0.3s; }
    .MyPage .subMenu dl dd.active .mob_slide::before { transform: translateY(-50%) rotate(180deg); }
    .MyPage .subMenu dl dd ul { display: none; background: #fff; box-shadow: 0 10px 20px rgba(80, 100, 120, 0.2); }
    .MyPage .subMenu dl dd ul li.active { display: none; }
    .MyPage .subMenu dl dd ul li a { font-size: 0.8rem; padding: 0.8rem; }
    .MyPage .subMenu dl dd ul li a i { display: none; }
}

@media screen and (max-width:960px) {
    #wrap:not(.LoginWrap) #header { height: 2.8rem; }
    #wrap:not(.LoginWrap) .headtop { display: none; }
    #wrap:not(.LoginWrap).hdBk #header { height: 2.8rem; }
    #wrap #sub_container { padding-top: 5.8rem; }
    #wrap.hdBk #sub_container { align-items: center; padding-top: 2.8rem; }

    #wrap:not(.LoginWrap) #header { border-bottom: 1px solid #E7EBF1; }
    #header .headerWrap { background: none; }
    #header .headerWrap,
    #header .headerWrap .logo a { height: 2.8rem; }
    #header .headerWrap .logo a img { height: 1.8rem; }
    #header .headerWrap .container { height: 100%; }
    #header .headerWrap .util { height: 2.8rem; }

    .MainWrap #container { padding-top: 2.8rem ;}

    .totalSearch { display: none; }
    .m_searchBtn { display: block; }

    #footer .f_wrap { flex-wrap: wrap; }
    #footer .f_link { order: 2; flex-wrap: wrap; }
    #footer .f_link li { margin: 0.5rem 0; }
    #footer .siteLink { order: 1; flex: 100%; }

    #subContent { margin: 0.8rem 0 1.5rem; }

    .subLocation { top: 2.8rem; } 
    #wrap:not(.LoginWrap).hdBk .subLocation { top: 2.8rem; }

    .MyPage #subContent .subMenu { top: -6.2rem; z-index: 3; }
    .MyPage #sub_container { padding-top: 5.2rem !important; }
}

@media screen and (max-width:768px) {
    .popFullmenu { padding: 0; background: #fff; }
    .popFullmenu #fullMenu { display: block; }

    .popFullmenu .util { display: block; background: #0B408C; padding: 1rem 2rem 1rem 1.2rem; } 
    .popFullmenu .util ul { display: flex; }
    .popFullmenu .util li { position: relative; color: #fff; padding: 0 0.6rem; left: -0.6rem; }
    .popFullmenu .util li a { font-size: 0.8rem; }
    .fullmenu_group { padding: 1.2rem; }
    .fullmenu_group .navlst { display: block; background: #E4F3FF; border-radius: 0.2rem; padding: 0.6rem; margin-bottom: 1.6rem; }
    .fullmenu_group .navlst ul { display: flex; }
    .fullmenu_group .navlst li { position: relative; flex: 1; text-align: center; }
    .fullmenu_group .navlst li + li::before { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 0.7rem; background: #6cbde7; content: ""; }
    .fullmenu_group .navlst li a { display: block; font-size: 0.75rem; color: #222; }
    .fullmenu_group .depth01 > ul > li { display: block; border-bottom: 1px solid #ECECEC; }
    .fullmenu_group .depth01 > ul > li::before { display: none; }
    .fullmenu_group .depth01 > ul > li > a { position: relative; display: block; width: 100%; font-size: 0.9rem; font-weight: 500; padding: 0.85rem 1rem;}
    .fullmenu_group .depth01 > ul > li.active > a { background: #2090FF; color: #fff !important; }
    .fullmenu_group .depth01 > ul > li.dep > a::before { position: absolute; top: 50%; right: 1rem; transform: translateY(-50%); font-family: 'remixicon'; content: "\ea13"; color: #bbb; font-size: 1rem; }
    .fullmenu_group .depth01 > ul > li > a[target="_blank"]::before {  position: absolute; top: 50%; right: 1rem; transform: translateY(-50%); font-family: 'remixicon'; content: "\ecaf"; color: #bbb; font-size: 1rem; }
    .fullmenu_group .depth01 > ul > li.dep.active > a::before { content: "\f1af"; color: #fff; }
    .fullmenu_group .depth02 { display: none; border-bottom: none; padding: 0; }
    .fullmenu_group .depth01 > ul > li.active > .depth02 { display: block; }
    .fullmenu_group .depth02 > ul { flex-wrap: wrap; }
    .fullmenu_group .depth02 > ul > li { margin-right: 0; padding: 0; width: 100%; }
    .fullmenu_group .depth02 > ul > li::before { display: none; }
    .fullmenu_group .depth02 > ul > li > a { display: block; padding: 0.6rem 1rem; font-size: 0.8rem; font-weight: 500; border-bottom: 1px solid #ececec; }
    .fullmenu_group .depth02 > ul > li:last-child > a { border-bottom: none;}
    .fullmenu_group .depth02 > ul > li > a::after { position: absolute; top: 0.4rem; right: 1rem; font-family: 'remixicon'; content: "\ea6e"; color: #bbb; font-size: 1rem; }
    .fullmenu_group .depth02 > ul > li.dep > a::after { transform: rotate(-90deg); }
    .fullmenu_group .depth02 > ul > li.dep.active > a::after { transform: rotate(90deg); }
    .fullmenu_group .depth03 { background: #F4F7FC; padding: 1.2rem; }
    .fullmenu_group .depth03 > ul > li a { position: relative; padding-left: 0.8rem; font-size: 0.75rem; color: #333; }
    .fullmenu_group .depth03 > ul > li a::before { position: absolute; top: 0.4rem; left: 0; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #222; border-radius: 50%; content: ""; }
    .fullmenu_group .depth03 > ul > li + li { margin-top: 0.8rem; }
    .fullmenu_group .depth02 > ul > li.active > .depth03 { display: block; }
    .fullmenu_group .depth03 > ul > li > a:hover span,
    .fullmenu_group .depth03 > ul > li > a:focus span { color: #2090FF; border-bottom: 1px solid #2090FF; font-weight: 700; }
    .fullmenu_group .depth03 > ul > li > a:hover::before,
    .fullmenu_group .depth03 > ul > li > a:focus::before { background: #2090FF; }
    
    .popFullmenu #fullmenuClose { top: 0.9rem; }
    .popFullmenu #fullmenuClose::before { position: relative; font-family: 'remixicon'; content: "\eb99"; color: #fff; font-size: 1rem; }
    .popFullmenu #fullmenuClose img { display: none; }
    .fullmenu_group .depth01 > ul > li > a:hover,
    .fullmenu_group .depth02 > ul > li > a:hover,
    .fullmenu_group .depth02 > ul > li > a:focus { color: #2090FF; }
    #fullMenu .f_link { display: none; }

    .LoginWrap { background: none; padding: 2.5rem 2rem; }
    .LoginWrap #container { height: auto; }
    .LoginWrap #footer .f_info { color: #7b7e85; }

    .login_form { width: 100%; margin: 2.25rem auto 8.5rem; padding: 0; }
    .login_form .tit { font-size: 1.2rem; }
    .login_form .txt_box { padding: 1.1rem 1rem; background: #F6F7FB; }

    #subContent .subCntBody > h3 { font-size: 1.3rem; }

    #footer { padding: 1rem 0; }
    #footer .f_info { margin-top: 1rem; }
}
