@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

/* #container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:930px;zoom:1} */
#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:100%;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}
/**/
/* Mobile Menu Styles */
.mobile_menu_wrap {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.3s ease;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.mobile_menu_wrap.slide_open {
  right: 0;
}

.mobile_menu_wrap_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.slide_open .mobile_menu_wrap_backdrop {
  opacity: 1;
  visibility: visible;
  z-index: -999;
}

.menu_item_wrap {
  height: 100%;
  overflow-y: auto;
  background: #fff;
}

/* Header Section */
.mobile-menu-header {
  padding: 20px;
  background: #181F48;
  color: #fff;
}

.user-profile {
  text-align: center;
}

.welcome-text {
  display: block;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.user-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.user-actions a {
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.login-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.primary-button, .secondary-button {
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.primary-button {
  background: #fff;
  color: #FBC02D;
}

.secondary-button {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* Navigation Menu */
.mobile-navigation {
  padding: 15px 0;
}

.nav-item {
  border-bottom: 1px solid #eee;
}

.nav-item a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
}

.nav-item.has-submenu > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu {
  display: none;
  background: #f5f5f5;
}

.has-submenu.active .submenu {
  display: block;
}

.submenu a {
  padding-left: 40px;
  font-size: 0.95em;
}

.fa-caret-down {
  transition: 0.3s ease;
}

.has-submenu.active .fa-caret-down {
  transform: rotate(180deg);
}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
/* #ft_wr .ft_cnt {width:30%;float:left;padding:0 20px} */
#ft_wr .ft_cnt:nth-child(1) {width:25%;float:left;padding:0 20px}
#ft_wr .ft_cnt:nth-child(2) {width:auto;float:left;padding:0 20px}
#ft_wr .ft_cnt:nth-child(3) {width:auto;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* Limglish Common CSS */
.main-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	-webkit-transform: translate3d(0,0,0);
	height:110px;
	background:#181F48;
}

.section-carousel .banner-title .title-mobile {
  display: none;
}

.main-form .submit {
  background-color: rgb(213, 7, 15);
  color: #fff !important;
  border-image: none !important;
  background-image: none !important;
  border: 1px solid rgb(213, 7, 15);
  width: 180px;
  height: 44px;
}

.header-top {
  height: 60px;
  padding: 0 0 6px 0;
  z-index: 20;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.section-carousel {
  position: relative;
}

.section-carousel img {
  height: 550px;
  object-fit: cover;
}

.section-carousel .banner-title {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  color: white;
}


.container {
  max-width: 1224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.logo-holder {
  display: flex;
  align-items: end;
	float:left;
	position:relative;
	top:12px;
	height:35px;
}
.logo-holder img {
	height:35px;
	width:auto;
}
.logo-holder span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 5px;
}

.logo-holder span a {
  color: white !important;
  text-decoration: none !important;
}

.header-top-rbutton {
  float:right;
	padding: 0 32px;
	position:relative;
	color:#fff;
	height:59px;
	line-height:59px;
	font-weight:600;
 	transition: all .2s ease-in-out;
	font-size:12px;
	background:#181F48;
}

.header-top-rbutton:hover {
	background:#388E3C;
}

.header-bottom {
  height: 50px;
  padding: 0 0 6px 0;
  z-index: 19;
}

.fr-wrap {
  float: right;
  width: 100%;
  position: relative;
}

/* navigation */
.nav-holder {
  float:right;
	position:relative;
	opacity:1;
	left:0;
	visibility:visible;
	z-index:20;
}

.nav-holder nav {
	position:relative;
	float: right;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-right:6px;
	height:50px;
}

.nav-holder nav li a {
  float: left;
	padding: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
	-webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:150px;
	top: 50px;
	left: 0;
	z-index: 10000;
	padding:10px 0;
	background:#fff;
	border-radius:6px;
	border:1px solid #eee;
	transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.nav-holder nav li ul li ul {
	top: -10px  ;
	left: 100%;
	margin-left:25px;
	margin-top:0;
	max-width:150px;
}
.nav-holder nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	margin-right:0px;
}
.nav-holder nav li ul li {
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.nav-holder nav li a {
	float: right;
	padding: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
	-webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.nav-holder nav li ul a {
	color:#566985;
	float:left;
	width:100%;
	font-weight:700;
	text-align:left;
	padding:5px 15px;
	font-size: 12px;
}

.header-top-rbutton.mobile-menu {
  display: none;
}

#wrapper {
  margin-top: 110px;
}
/* Limglish End*/

/* Loader */
.at-loader {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: 100000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
}

.at-loader .loader {
  color: #ddd;
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  position: absolute;
  z-index: 10001;
}
.at-loader .main-wrapper {
  padding-top: 20px;
  padding-left: 50px;
}

.at-loader .main-wrapper .title-1 {
  font-size: 45px;
  padding-left: 0px;
  /* padding-right: 40px; */
  padding-top: 50%;
}

.at-loader .main-wrapper .title-1 {
  /* font-size: 30px; */
  line-height: 63px;
}

.at-loader .main-wrapper .title-1 .line-1 {
  margin: 0;
}

.at-loader .main-wrapper .title-1 .line-2 {
  font-size: 65px;
  margin: 0;
}

.at-loader .main-wrapper .title-2 {
  font-size: 30px;
  /* margin-top: 50%; */
  padding-left: 0px;
  line-height: 30px;
}


/* Loader End */

/* Limglish Mobile*/
@media only screen and  (max-width: 1064px) {
  #wrapper {
    margin-top: 0px;
  }

  .main-header {
    width: 100%;
    position: relative;
  }

  .main-header .container {
    width: 100%;
  }

  .header-top-rbutton {
    padding: 0 12px;
  }
  
  /* 게시판 */
  #container_title, #bo_list,
  #container article {
    padding: 0 10px;
  }

  .at-loader {
    background-position: unset;
    background-position-y: center;
  }
  .section-carousel .banner-title {
    position: absolute;
    top: 15px;
    left: 15px;
    transform: unset;
    color: white;
  }

  .section-carousel .banner-title .title-2 {
    display: none;
  }

  .section-carousel .banner-title .title-mobile {
    display: block;
  }

  .header-top .header-top-rbutton {
    visibility: hidden;
    display: none;
  }

  .header-bottom {
    display: none;
  }

  .header-top-rbutton.mobile-menu {
    display: block;
    visibility: visible !important;
    width: 44px;
    height: 59px;
    line-height: 59px;
  }
}
/* Limglish Mobile End*/

/* wisdom */
/* 2020.01.09 */

@font-face {
  font-family: 'NanumSquare';
  font-weight: 400;
  src: url(../assets/css/fonts/NanumSquareR.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  src: url(../assets/css/fonts/NanumSquareB.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 800;
  src: url(../assets/css/fonts/NanumSquareEB.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  src: url(../assets/css/fonts/NanumSquareL.woff) format('woff');
}

@font-face {
  font-family: "LotteMartHappy";
  src: url(../assets/css/fonts/12롯데마트행복Light.ttf) format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: "LotteMartHappy";
  src: url(../assets/css/fonts/12롯데마트행복Bold.ttf) format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: "LotteMartHappy";
  src: url(../assets/css/fonts/12롯데마트행복Medium.ttf) format('truetype');
  font-weight: 600;
}

h3 {
  font-family: 'NanumSquare';
  font-weight: 800;
  /* font-size: 36pt;
  line-height: 50px; */
  font-size: 25pt;
  line-height: 50px;
  color: black;
  padding-bottom: 30px;
}

.wpitype-container {
  display: grid;
}

.wpitype-item {
  float: left;
  width: 33%;
  height: 50px;
  background-color: #0083B9;
  border: 1px solid black;
  margin: 0px 0px 1px 1px;
}


/* .wpitype-item:hover {
  background-color: burlywood;
} */


/* WPI 검사유형 메뉴 페널 */


/* Wisdom 메인 메뉴 상단 메뉴 */

.wisdom-header {
  position: static;
  padding-top: 77px;
  padding-left: 20px;
}


/* Wisdom 메인 메뉴 상단 메뉴 */


/* Wisdom - Logo */

.logo_left {
  width: 171px;
  height: 63px;
}

.logo_left img.pull-left {
  width: 65px;
}

.logo_left p.grey {
  line-height: 1.3;
  font-size: 23px;
  font-weight: 800;
  padding-left: 5px;
}

.item_separator {
  width: 2px;
  height: 22px;
  background: rgba(230, 230, 230, 1);
  margin-left: 20px;
  margin-right: 20px;
}

.logo_right {
  width: 225px;
  height: 61px;
}

.logo_right p.w-purple {
  line-height: 61px;
  font-size: 23px;
  font-weight: 800;
  padding-left: 5px;
}

.gray-filter {
  filter: grayscale(1) opacity(0.27);
}

.row.menu-1 {
  margin-right: -10px;
  margin-left: -10px;
  border: 1px solid white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row.menu-1>div {
  text-align: center;
  border: 1px solid #F2F2F2;
  height: 80px;
  line-height: 80px;
}

.row.menu-1>div>a {
  display: block;
}

.row.menu-1>div:nth-child(1):hover,
.row.menu-1>div.selected:nth-child(1) {
  background-color: #CFEAFF;
}

.row.menu-1>div:nth-child(2):hover,
.row.menu-1>div.selected:nth-child(2) {
  background-color: #FFEEAB;
}

.row.menu-1>div:nth-child(3):hover,
.row.menu-1>div.selected:nth-child(3) {
  background-color: #B3F8D4;
}

.row.menu-1>div:nth-child(4):hover,
.row.menu-1>div.selected:nth-child(4) {
  background-color: #FFEEAB;
}

.row.menu-1>div:nth-child(5):hover,
.row.menu-1>div.selected:nth-child(5) {
  background-color: #B3F8D4;
}

.row.menu-1>div:nth-child(6):hover,
.row.menu-1>div.selected:nth-child(6) {
  background-color: #DFD1FC;
}

.row.menu-1>div:nth-child(7):hover,
.row.menu-1>div.selected:nth-child(7) {
  background-color: #DFD1FC;
}

.row.menu-1>div:nth-child(8):hover,
.row.menu-1>div.selected:nth-child(8) {
  background-color: #DFD1FC;
}

.row.menu-1>div:nth-child(9):hover,
.row.menu-1>div.selected:nth-child(9) {
  background-color: #DFD1FC;
}

.row.menu-1>div:nth-child(10):hover,
.row.menu-1>div.selected:nth-child(10) {
  background-color: #DFD1FC;
}

.row.menu-1>div:nth-child(11):hover,
.row.menu-1>div.selected:nth-child(11) {
  background-color: #DFD1FC;
}

.row.menu-1>div img {
  /* width: 80px; */
  height: 55px;
}

.row.menu-2 {
  margin-right: -10px;
  margin-left: -10px;
  border: 1px solid #F2F2F2;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: white;
  margin: 60px 10px;
  border: 1px solid #F2F2F2;
}

.row.menu-2>div {
  line-height: 50px;
}

.row.menu-2>div.selected {
  font-weight: bold;
  background-color: #EDEDED;
}

.row.menu-2>div {
  text-align: center;
  border: 1px solid #F2F2F2;
  height: 50px;
}

.row.menu-2>div>a {
  display: block;
}


/* WPI 검사 타이틀 */

.sub-content-title {
  padding-top: 70px;
  text-align: center;
  padding-bottom: 10px;
}

.sub-content-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* WPI 컨텐츠 */

.w-black {
  color: black;
}

.w-grey {
  color: #999999;
}

.w-purple {
  color: #8050C8;
}


/* Wisdom - 나눔폰트 weight & Colors */

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.grey {
  color: #474F59;
}

.light-grey {
  color: #cccccc;
}

.red {
  color: #BE0032;
}

.wf-65 {
  font-size: 40px;
}

.wf-105 {
  font-size: 80px;
}

.title-1 {
  color: black;
  font-size: 19px;
  font-weight: bold;
}

.subtitle {
  color: black;
  font-size: 14px;
}

.page-content {
  font-family: 'NanumSquare';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-break: keep-all;
  word-wrap: break-word;
  padding-left: 12%;
  padding-right: 12%;
}

.page-content .article-title {
  color: #0083B9;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.page-content ul {
  /* list-style: circle;
  padding-left: 50pt;
  margin: 0px;
  font-weight: normal; */
}

.page-content ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-content ol>li>ol li {
  list-style: disc;
}

.purpose .highlight1 {
  font-weight: bold;
}

.page-content p,
.page-content dl dd {
  font-family: 'NanumSquare';
  font-weight: 400;
  line-height: 1.8;
  color: #999999;
}

.page-content p {
  padding-top: 10px;
  padding-left: 30px;
}

.page-content dl dd {
  padding-top: 0px;
  padding-left: 15px;
}

.page-content dl dd table {
  width: 100%;
  margin: 0 auto;
}

.def-title {
  font-family: 'NanumSquare';
  font-weight: 700;
  padding-bottom: 10px;
}

.def-title+dd {}

.def-title+dd>ul {
  list-style: circle;
  padding-left: 24pt;
  margin: 0px;
  font-weight: normal;
}

.def-title+dd>ul>li {
  line-height: 1.8;
  padding-bottom: 12px;
}

.def-title+dd .time-table .col1 {
  width: 30%;
}

.def-title+dd .time-table>thead>tr>*,
.def-title+dd .time-table>tbody>tr>* {
  padding: 20px 10px 20px;
}

.def-title+dd .time-table>thead>tr>th,
.def-title+dd .time-table>tbody>tr>th,
.def-title+dd .time-table>tbody>tr>td {
  text-align: center;
}

.def-title+dd .time-table>thead>tr:nth-child(1) {
  border-top: 3px solid #cccccc;
}

.def-title+dd .time-table>tbody>tr:nth-child(1) {
  border-top: 7px solid #cccccc;
}

.def-title+dd .time-table>tbody>tr:nth-child(n+1) {
  border-top: 3px solid #cccccc;
}

.def-title+dd .time-table>tbody>tr:nth-last-child(1) {
  border-bottom: 3px solid #cccccc;
}

.def-title+dd .time-table>tbody>tr:nth-child(1) {}

.c-practice {
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.def-list-sub1 .title {
  font-family: 'NanumSquare';
  font-weight: 700;
  color: #999999;
}

.def-list-sub1 .item {
  font-family: 'NanumSquare';
  font-weight: 400 !important;
  color: #999999;
  list-style-type: none;
}

.pad-t10 {
  padding-top: 10px;
}

.pad-t40 {
  padding-top: 40px;
}

.pad-b40 {
  padding-bottom: 40px;
}

.page-title-pc h3 {
  text-align: center;
  border-bottom: 3px solid #8E6CE6;
  margin: 0px 0px auto;
  padding: 0px 0px 5px;
  text-transform: capitalize;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.page-title-pc-c h3 {
  text-align: center;
  border-bottom: 3px solid #BE0132;
  margin: 0px 0px auto;
  padding: 0px 0px 5px;
  text-transform: capitalize;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.sub-content-head {
  padding-top: 40px;
  font-family: 'NanumSquare';
  font-weight: 400;
  /* font-size: 36pt;
  line-height: 50px; */
  line-height: 30px;
  color: #999999;
}

.sub-content-head .title {
  color: black;
}

.copyright {
  line-height: 30px;
}

.sub-content-body {
  font-family: 'NanumSquare';
  font-weight: 400;
  /* font-size: 36pt;
  line-height: 50px; */
  line-height: 30px;
  color: #999999;
}


/* .sub-content-body.section1 .content-1 {
  display: block;
}

.sub-content-body.section2 .content-1 {
  display: none;
}

.sub-content-body.section1 .content-2 {
  display: none;
}

.sub-content-body.section2 .content-2 {
  display: block;
} */

.sub-content-body h4 {
  color: black;
}

.sub-content-body img.title {
  display: block;
  /* float: left; */
  margin-top: 20px;
}

.sub-content-body .subtitle-image {
  width: 230px;
  margin-left: -20px;
}

.sub-content-body p.l-padding-30 {
  margin-left: 30px;
}

.sub-content-body .content {
  margin-top: -20px;
  padding-left: 30px;
}


/* 메인페이지 main-wrapper */


/* Wisdom - 헤더 타이틀 */

.nav-wisdom {
  font-family: "나눔스퀘어", 'NanumSquare', NanumSquare;
  overflow: hidden;
  line-height: 63px;
  /* position: absolute;
  right: 10px; */
  float: right;
  width: 750px;
}

.wmenu_left {
  display: table;
  float: left;
  padding: 0;
}

ul li:hover a,
.wisdom-tbl .wisdom-cell:hover,
.wmenu_left li:hover {
  filter: opacity(0.7);
}

.wmenu_right {
  display: table;
  float: right;
  padding: 0;
}

.wmenu_item {
  display: table-cell;
  color: #0092e0;
  vertical-align: middle;
}

.wmenu_right .wmenu_item {
  padding-left: 30px;
}

.wmenu_right .wmenu_item a {
  font-size: 24px;
  color: black;
  display: block;
}

.wmenu_right .wmenu_item a.selected {
  font-size: 24px;
  color: #8E6CE6;
}

.wmenu_right .wmenu_item a.selected-c {
  font-size: 24px;
  color: #BE0132;
}

.wmenu_right .wmenu_item .wsub-menu {
  display: none;
  z-index: 1000;
}

.wmenu_right .wmenu_item:hover .wsub-menu {
  display: block;
  position: absolute;
  background: white;
  opacity: 1;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.wmenu_right li:nth-of-type(3) .wsub-menu {
  min-width: 196px;
}

.wmenu_right li:nth-of-type(4) .wsub-menu,
.wmenu_right li:nth-of-type(5) .wsub-menu {
  width: 156px;
}

.wmenu_right .wmenu_item:hover .wsub-menu ul {
  list-style-type: none;
}

.wmenu_right .wmenu_item:hover .wsub-menu ul li:hover {
  background: #f4f4f4;
}

.wmenu_right .wmenu_item:hover .wsub-menu ul li a {
  list-style-type: none;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}


/* Wisdom - Main - Content Section */

.main-wrapper .title-1 {
  font-size: 45px;
  padding-left: 0px;
  /* padding-right: 40px; */
  padding-top: 0px;
}

.main-wrapper .title-1 {
  /* font-size: 30px; */
  line-height: 63px;
}

.main-wrapper .title-1 .line-1 {
  margin: 0;
}

.main-wrapper .title-1 .line-2 {
  font-size: 65px;
  margin: 0;
}

.main-wrapper .title-2 {
  font-size: 30px;
  margin-top: 22px;
  padding-left: 0px;
  /* padding-right: 40px; */
  line-height: 44px;
}


/* .title-2 .bold {
  font-weight: bold;
} */


/* .title-2 .bold.red {
  font-weight: bold;
  color: red;
} */

.main-wrapper .menu-btn1 {
  width: 70px;
}

.main-wrapper .menu-btn2 {
  width: 57px;
}

.main-wrapper .menu-btn3 {
  width: 57px;
}

.main-wrapper .menu-btn4 {
  width: 54px;
}

.main-wrapper .menu-btn1-c {
  width: 59px;
}

.main-wrapper .menu-btn2-c {
  width: 72px;
}

.main-wrapper .menu-btn3-c {
  width: 83px;
}

.main-wrapper .menu-btn4-c {
  width: 54px;
}

.main-wrapper .item_separator {
  width: 3px;
  height: 40px;
  background: rgba(230, 230, 230, 1);
  margin-left: 30px;
  margin-right: 30px;
}


/* Wisdom 메인 가운데 영역 */

.wisdom-container {
  width: 1280px !important;
  margin: 0 auto;
  /* background: white; */
  font-family: "나눔스퀘어", 'NanumSquare', NanumSquare;
  font-size: 14px;
}

.wisdom-container>img.bg-center {
  width: 900px;
  position: absolute;
  top: 89px;
  z-index: -1;
  margin: 80px -200px;
}

.wisdom-container>img.bg-coaching {
  width: 900px;
  position: absolute;
  top: 89px;
  z-index: -1;
  margin: 80px -200px;
}

.main-wrapper {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 140px;
}

.main-wrapper .panel-1 {
  float: left;
  width: 760px;
  padding-top: 0px;
  padding-bottom: 195px;
}

.main-wrapper .panel-2 {
  float: left;
  width: 40%;
}


/* 공지사항 */

.main-wrapper .notice-head {
  padding-top: 70px;
  overflow: hidden;
}

.main-wrapper .notice-head .title {
  float: left;
  font-size: 25px;
}

.main-wrapper .notice-head .more {
  float: right;
  color: lightgrey;
  font-size: 12px;
  padding-top: 25px;
  padding-right: 50px;
}

.main-wrapper .notice-list {
  /* padding-left: 40px; */
  /* padding-right: 40px; */
  margin-bottom: 10px;
}

.main-wrapper .notice-list .date {
  color: #cccccc;
  font-size: 14px;
  line-height: 39px;
}

.main-wrapper .notice-list .notice-item {
  overflow: hidden;
}

.main-wrapper .notice-list .notice-item .title-text {
  /* width: 80%; */
  width: 428px;
  float: left;
}

.m-menu-table {
  display: table;
}

.m-menu-table .m-menu-cell {
  display: table-cell;
  vertical-align: middle;
}

.player-background {
  z-index: -1;
  position: relative;
  width: 940px;
  left: -70px;
  top: 0px;
}

.movie-panel {
  position: relative;
  vertical-align: middle;
  width: 550px;
  height: 380px;
  margin-left: 20px;
  margin-top: 20px;
  box-shadow: inset 0px 11px 8px -10px #ffffffff, inset 0px -11px 8px -10px #ffffffff;
}

.movie-panel iframe {
  box-shadow: 5px 5px 18px;
}

.movie-panel iframe,
.movie-panel object,
.movie-panel embed {
  border-radius: 12px;
}

.movie-panel .player {}


/* .main-wrapper .panel-1 {
  float: none;
  display: block;
  width: 100%;
  background-color: #EBF0F3;
  box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  padding-top: 30px;
  padding-bottom: 30px;
} */

.movie-panel .movie-bg {
  width: 100%;
}

.movie-panel .movie-player {
  text-align: center;
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
}

.wisdom-tbl {
  display: table;
  table-layout: fixed;
  /* margin: 0 auto; */
  overflow: hidden;
  padding-left: 0px;
  margin-top: 67px;
}

.wisdom-tbl .wisdom-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.wisdom-tbl .wisdom-cell p {
  font-size: 14px;
}

.date {
  float: right;
}


/* WPI 컨텐츠 - Footer */

.mobile {
  display: none;
}

.sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  bottom: 20px;
}

.roundrect-shadow-button {
  display: block;
  text-align: center;
  background: #FFFFFF;
  bottom: 20px;
  border-radius: 63px;
  height: 63px;
  line-height: 63px;
  width: 280px;
  box-shadow: 0px 2px 7px -1px #2f2f2f;
  font-weight: bold;
  font-size: 20px;
  color: #BE0132 !important;
  margin: 0 auto;
}

.roundrect-shadow-button.mobile,
.roundrect-shadow-button.mobile>a {
  display: none !important;
}

.footer-panel {
  /* position: -webkit-sticky;
  position: sticky;
  bottom: 0px; */
  margin-bottom: 100px;
  /* background-color: white; */
  padding-top: 10px;
  background: white;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
  background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
}

.footer-panel p {
  display: block;
  padding-left: 20px;
}

.footer-panel .contact-box {
  width: 320px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-left: 22px;
}

.footer-panel .contact-box img {
  width: 16px;
}

.footer-panel .contact {
  margin: 0 auto;
  width: 280px;
}

.footer-panel .contact>p>img {
  width: 14px;
}

.pc-submenu {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.pc-submenu .row.menu-1 {
  background-color: white;
}

.m-submenu {
  display: none;
}

.purpose {
  line-height: 30px;
}

.purpose {
  padding: 30px 10px 30px;
  font-family: 'NanumSquare';
  font-weight: 400;
  /* font-size: 36pt;
  line-height: 50px; */
  color: #999999;
}

.purpose img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  margin-bottom: 35px;
  /* padding-bottom: 20px; */
}

.purpose .circle-1 {
  width: 80px;
  padding-bottom: 10px;
}

.purpose .work-1 {
  width: 220px;
}

.purpose .work-2 {
  padding-top: 50px;
  width: 220px;
}

.purpose .work-3 {
  padding-top: 50px;
  width: 220px;
}

.purpose .work-4 {
  padding-top: 50px;
  width: 220px;
}


/* .purpose .work-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 200px;
} */

.purpose .highlight1 {
  font-weight: bold;
  color: #4B81E6;
}

.purpose .highlight2 {
  font-weight: bold;
  color: #44D3BE;
}

.purpose .highlight3 {
  font-weight: bold;
  color: #8FC738;
}

.purpose .highlight4 {
  font-weight: bold;
  color: #7FED71;
}

.border-line-bottom {
  border-bottom: 0px solid #FFFFFF;
}

.at-body .board-list {
  padding-top: 40px;
}

.is-pc .is-page .at-body {
  padding-top: 50px;
}

.content-section {
  padding: 50px 20% 50px;
}


/* intro_04 */

.content-section .content-sub-panel {
  padding-bottom: 40px;
}

.content-section .content-sub-panel .profile {
  display: block;
  margin: 0px auto;
}

.content-section .content-sub-panel .process {
  display: block;
  margin: 0px auto;
  width: 340px;
  /* display: block;
  width: 340px;
  margin-left: 23px; */
}

.content-section .content-sub-panel h3 {
  text-align: center;
}

.content-section .content-sub-panel h4 {
  padding-left: 0px;
  margin-left: 0px;
  font-size: 22px;
  font-family: 'NanumSquare';
  font-weight: 700;
}

.content-section .content-sub-panel ol {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 0px;
  line-height: 28pt;
  color: #999999;
  font-size: 18px;
}

.content-section .content-sub-panel ol .detail {
  list-style-type: none;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.8;
}


/* gets the actual input out of the way; 
we're going to style the label instead */

#drawer-toggle {
  position: absolute;
  opacity: 0;
  right: 0px;
  top: 0px;
}

#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, .0);
  z-index: 1;
}


/* adds our "hamburger" menu icon */

#drawer-toggle-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #8d8d8d;
  right: 13px;
  top: 18px;
  box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
}


/* header {
  width: 100%;
  position: fixed;
  left: 0px;
  background: #efefef;
  padding: 10px 10px 10px 50px;
  font-size: 30px;
  line-height: 30px;
  z-index: 0;
} */


/* drawer menu pane - note the 0px width */

#drawer {
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  background: #2f2f2f;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}


/* actual page content pane */


/* #page-content {
  margin-left: 0px;
  margin-top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
} */


/* checked styles (menu open state) */

#drawer-toggle:checked~#drawer-toggle-label {
  height: 100%;
  width: calc(100% - 300px);
  background: rgba(255, 255, 255, .8);
}

#drawer-toggle:checked~#drawer-toggle-label,
#drawer-toggle:checked~header {
  right: 10px;
}

#drawer-toggle:checked~#drawer {
  right: 0px;
}

#drawer-toggle:checked~#page-content {
  margin-right: 10px;
}


/* Menu item styles */

#drawer ul {
  list-style-type: none;
}

#drawer ul a {
  display: block;
  padding: 10px;
  color: #c7c7c7;
  text-decoration: none;
}

#drawer ul a:hover {
  color: white;
}

.wisdom-sidemenu .menu-list {
  background-color: #ffffff;
}

.wisdom-sidemenu .menu-list .menu-header {
  height: 148px;
  text-align: center;
  background-image: url(/thema/Wisdom/assets/img/wc/wc_side_top_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.wisdom-sidemenu .menu-list .menu-header .background {
  width: 300px;
  height: 148px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  filter: blur(1px);
  -webkit-filter: blur(1px);
  /* background-image: linear-gradient(rgba(0, 0, 0, .175), rgba(0, 0, 0, .175)), url(/thema/Wisdom/assets/img/wc/wc_side_top_bg.png);
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: 100%; */
}

.wisdom-sidemenu .menu-list .menu-header .logo {
  margin: 0 auto;
  width: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -25px;
}

.wisdom-sidemenu .menu-list .menu-header .logo-c {
  margin: 0 auto;
  width: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -25px;
}

.wisdom-sidemenu .menu-list .menu-header .title {
  font-family: 'NanumSquare';
  font-weight: 700;
  text-align: center;
  position: relative;
  bottom: 40px;
}

.menu-section {
  display: table;
  overflow: hidden;
}

.menu-section:nth-last-child(1) {
  min-height: 30vh;
}

.category {
  display: table-cell;
  background: #BD0031;
  width: 60px;
}

.category>img {
  display: none;
  visibility: hidden;
  margin: 0 auto;
}

.category>img.section-1 {
  width: 35px;
  position: relative;
  top: 10px;
}

.category>img.section-2 {
  width: 30px;
  position: relative;
  top: 8px;
}

.category>img.section-3 {
  width: 24px;
  position: relative;
  top: 8px;
}

.category>img.section-4 {
  width: 24px;
  position: relative;
  top: 8px;
}

.category-list {
  display: table-cell;
  width: 240px;
  background-color: white;
}

.category-list>a {
  display: block;
}

.category-list a:first-child {
  background: #ffffff;
  border-bottom: 1px solid #F0F4FA;
  /* height: 64px; */
  font-family: 'NanumSquare';
  font-weight: 700;
  font-size: 13pt;
  text-align: left;
  padding-left: 30px;
  line-height: 64px;
}

.category-list a:nth-child(n+2) {
  background: #FAFAFA;
  line-height: 50px;
  color: #474F59;
  padding-left: 30px;
  font-family: 'NanumSquare';
  font-weight: 400;
  font-size: 13pt;
}

.page-content p,
.page-content dl dd,
.copyright,
.def-list-sub1 .item,
.def-title+dd>ul>li,
.row.menu-2>div {
  font-size: 18px;
}

.wisdom-sidemenu .menu-list .menu-header .title,
.purpose,
.sub-content-body,
.sub-content-head,
.def-list-sub1 .title,
.def-title,
.row.menu-2>div.selected {
  font-size: 22px;
}

.main-wrapper .panel-2 .notice-list p>a,
.main-wrapper .panel-2 .notice-list {
  font-size: 18px;
}

.wisdom-m-header .title,
.list_address>dt,
.subhead {
  font-size: 28px;
}


/* .root_daum_roughmap {
  width: 100%;
  height: 400px;
} */

/* Limglish Mobile*/
@media all and (max-width: 1064px) {
  #hd, #wrapper, #ft,
  #hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr
   {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
  }

  #ft_wr .ft_cnt {
    width: auto !important;
    float: none !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
    overflow-x: scroll;
  }

  #ft_copy {
    width: 100%;
  }

  .table-responsive {
    min-width: 900px;
  }

  /* .viewport-nav.mobile._menu_wrap {
    position: fixed;
  } */
   /* menu */
   .mobile_slide_menu_container {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 0;
    right: 0;
    z-index: 9999;
  }
  .mobile_slide_menu_container .slide_menu_backdrop {
    background: #000;
    opacity: .6;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
  }
  .mobile_slide_menu_container.slide_open .slide_menu_backdrop {
    display: block;
  }
  .slide_open .mobile_slide_menu {
    transform: translate3d(0px, 0px, 0px);
    background: #fff;
  }
  .mobile_slide_menu {
    min-width: 0;
    width: 300px;
    height: 100%;
    position: absolute;
    padding-left: 0;
    z-index: 1500;
    top: 0;
    left: 0;
    margin: 0;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: transform 300ms ease 0s;
    transform: translate3d(-300px, 0px, 0px);
  }
  .mobile_menu .zmdi-close {
    position: absolute;
    left: -45px;
    top: 21px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .mobile_menu .menu_list li a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 24px;
  }
  .mobile_menu .menu_list li a:hover {
    background: #eee;
    text-decoration: none;
  }
  .mobile_menu .menu_list li a span.title {
    color: #212121;
    height: 50px;
    line-height: 50px;
  }
  .mobile_menu .menu_list .menu_folder.active {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
  }
  .mobile_menu .menu_list .menu_folder .sub_menu {
    display: none;
  }
  .mobile_menu .menu_list .menu_folder.active .sub_menu {
    display: block;
  }
  .mobile_menu .menu_list .menu_folder .sub_menu ul li a {
    padding-left: 36px;
  }
  .mobile_menu .menu_list .menu_folder a .icon::after {
    text-align: center;
    display: inline-block;
    color: #bdbdbd;
    content: "\f2f2";
    display: inline-block;
    font-family: Material-Design-Iconic-Font !important;
    font-size: 18px;
    font-weight: inherit;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    transform: rotate(0deg);
    width: 24px;
    height: 24px;
  }
  .mobile_menu .menu_list .memu_folder.active a .icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile_menu .menu_list .memu_folder li span::before {
    content: "\f273";
    display: inline-block;
    font-weight: inherit;
    transform: rotate(0deg);
    font-family: Material-Design-Iconic-Font !important;
    color: #212121;
    font-size: 9px;
    margin-right: 6px;
  }
  .mobile_slide_menu .profile img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  .mobile_slide_menu .profile-area .member-info {
    display: block;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }
  .mobile_slide_menu .profile-area .member-info.guest span {
    opacity: 0.6;
    line-height: 26px;
  }
  .mobile_slide_menu .profile-area .member-info.guest button {
    float: right;
    background: none;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 0;
    line-height: 1;
    vertical-align: middle;
  }
  .mobile_slide_menu .app-nav .profile-area .member-info.guest button {
    float: none;
    margin-left: 8px;
  }
  .mobile_slide_menu .profile-area .member-info .email-info {
    font-size: 12px;
    opacity: 0.6;
  }
  .im-mobile-slide-footer {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    background: #fff;
  }
  .mobile_slide_menu_container.slide_open .im-mobile-slide-footer {
    display: flex;
    flex-direction: column;
  }
  .mobile_slide_menu .navbar-nav {
    min-width: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .viewport-nav.mobile {
    display: none;
    padding: 0 0 12px 0;
    height: 100%;
    position: relative;
    overflow-y: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .mobile_slide_menu .profile-area {
    border: none;
    padding: 20px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
  }
  .mobile_slide_menu .profile-area .btn {
    letter-spacing: 0;
  }
  .mobile_slide_menu .profile-area .btn-group {
    text-align: right;
    display: block;
    position: absolute;
    top:0;
    right:5px;
    padding: 10px 0;
  }
  .navbar-nav .alarm-toggle.profile-more {
    padding:0;
  }
  .navbar-nav .profile-more .dropdown-toggle {
    padding:10px 10px 10px 0;
  }
  .im-globe .dropdown-toggle {
    width: 100%;
    text-align: left;
  }
  a.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
  .navbar-nav .profile-more.open .dropdown-menu, .im-globe.open.dropup .dropdown-menu {
    position: absolute;
    color:#212121;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding:8px 0;
  }
  .navbar-nav .profile-more.open .dropdown-menu li > a, .im-globe.open.dropup .dropdown-menu li > a {
    padding: 8px 16px;
    font-size: 14px;
  }
  .navbar-nav .profile-more.open .dropdown-menu {
    right: 0;
    left: auto;
  }
  .im-globe.open.dropup .dropdown-menu {
    right: auto;
    left: 20px;
  }
  .im-globe .dropdown-toggle:after {
    content: "\f2f2";
    font-family: Material-Design-Iconic-Font;
    position: static;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
    padding: 1px 6px;
  }
  .im-globe.open .dropdown-toggle:after {
    content: "\f2f8";
  }
  .profile-area .alarm-toggle {
    float: none;
    margin: 0;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
  }
  .member-group-badge {
    font-size: 11px;
  }
  .navbar-toggle.close.slide-close {
    position: fixed;
    left:-99999px;
    top:0;
    padding: 8px;
    color:#fff;
    -webkit-tap-highlight-color : transparent;
    text-shadow: none;
    opacity: 0;
    font-size:16px;
    z-index: 1100;
  }
  .slide_open .navbar-toggle.close.slide-close {
    opacity: 1;
    left:310px;
    top: 9px;
  }

  .mobile_slide_menu_container.right-slide.slide_open .navbar-toggle.close.slide-close {
    right: 310px;
    left: auto;
    margin-left: 15px;
    margin-right: 0;
  }
  .mobile_slide_menu_container .mobile_slide_menu {
    left: -300px;
    -webkit-transition: none;
    -webkit-transform: none;
    transition: none;
    transform: none;
    background: #fff;
  }
  .mobile_slide_menu_container .mobile_slide_menu.animation {
    -webkit-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .mobile_slide_menu_container.slide_open .mobile_slide_menu {
    background: #fff;
    -webkit-transform: translate3d(30px, 0px, 0px);
    transform: translate3d(30px, 0px, 0px);
    overflow-y: auto;
  }
  .mobile_slide_menu_container.right-slide .mobile_slide_menu {
    left: auto;
    right: -300px;
  }
  .mobile_slide_menu_container.right-slide .mobile_slide_menu.animation {
    -webkit-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .mobile_slide_menu_container.right-slide.slide_open .mobile_slide_menu {
    -webkit-transform: translate3d(-300px, 0px, 0px);
    transform: translate3d(-300px, 0px, 0px);
  }
  .mobile_slide_menu_container.right-slide.slide_open .navbar-toggle.close.slide-close {
    right: 310px;
    left: auto;
    margin-left: 15px;
    margin-right: 0;
  }
  .mobile_slide_menu_container .mobile_slide_menu {
    left: -300px;
    -webkit-transition: none;
    -webkit-transform: none;
    transition: none;
    transform: none;
    background: #fff;
  }
  .mobile_slide_menu_container .mobile_slide_menu.animation {
    -webkit-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  /* menu */
}

/* Limglish Mobile End*/

/* Responsive MQ */

@media all and (max-width:350px) {
  #drawer-toggle:checked~#drawer-toggle-label {
      height: 100%;
      width: 50px;
  }
  #drawer-toggle:checked~#drawer-toggle-label,
  #drawer-toggle:checked~header {
      right: calc(100% - 50px);
  }
  #drawer-toggle:checked~#drawer {
      width: calc(100% - 50px);
      padding: 20px;
  }
  #drawer-toggle:checked~#page-content {
      margin-left: calc(100% - 50px);
  }
}


/* intro_04 */

@media all and (max-width:640px) {
  .page-content .row.menu-2 {
      display: none;
  }
}

@media all and (max-width:480px) {
  .page-content {
      padding-left: 0px;
      padding-right: 0px;
  }
}

@media all and (max-width:991px) {
  .wisdom-m-header .title,
  .list_address>dt,
  .subhead {
      font-size: 24px;
  }
  .page-content {
      padding-left: 5px;
      padding-right: 5px;
  }
  .sub-content-body .content {
      /* margin-top: -20px; */
      padding-left: 10px;
  }
  .page-content p {
      padding-left: 0px;
  }
  .row.menu-2 {
      display: none;
  }
  .is-pc .is-page .at-body {
      padding-top: 0px;
  }
  .border-line-bottom {
      border-bottom: 1px solid #F2F2F2;
  }
  .pc-submenu {
      display: none;
  }
  .m-submenu {
      display: block;
  }
  .row .menu-1 {
      display: block !important;
  }
  .page-title-pc,
  .page-title-pc-c {
      display: none;
  }
  .responsive .m-menu {
      display: block;
  }
  .sticky-top {
      position: sticky;
      position: -webkit-sticky;
      top: 0px;
  }
  .wisdom-header {
      /* position: sticky;
      position: -webkit-sticky;
      top: 0px; */
      background-color: white;
      z-index: 777;
  }
  .wisdom-m-header {
      display: block;
      height: auto;
      /* padding-bottom: 40px; */
  }
  .wisdom-m-header.bg-ltop {
      background-image: url('/thema/Wisdom/assets/img/wcm_top_bg.png');
      background-repeat: no-repeat;
      background-size: 300px;
      background-position: 0px -20px;
  }
  .wisdom-container.bg-rbottom {
      background-image: url('/thema/Wisdom/assets/img/wcm_top_bg.png');
      background-repeat: no-repeat;
      background-size: 300px;
      background-position: 0px -20px;
  }
  .wisdom-m-header .btn-backward {
      width: 60px;
      height: 60px;
      position: absolute;
      left: 0px;
      top: 0px;
      /* float: left; */
      font-size: 25px;
      text-align: center;
      line-height: 60px;
  }
  .wisdom-m-header .btn-all-menu {
      width: 60px;
      height: 60px;
      position: absolute;
      right: 0px;
      top: 0px;
      /* float: right; */
      font-size: 25px;
      text-align: center;
      line-height: 60px;
  }
  .wisdom-m-header .logo-img {
      margin: 0 auto;
      display: block;
      padding-top: 27px;
      width: 90px;
  }
  .wisdom-m-header .logo-img-c {
      margin: 0 auto;
      display: block;
      padding-top: 0px;
      width: 80px;
  }
  .wisdom-m-header .all-menu-panel {
      padding-top: 28px;
      padding-right: 21px;
      overflow: hidden;
  }
  .wisdom-m-header .all-menu-panel>a {
      text-align: right;
      width: 51px;
      height: 50px;
      float: right;
  }
  .wisdom-m-header .all-menu-panel>a>i {
      font-size: 33px;
  }
  .wisdom-m-header .title {
      font-family: "LotteMartHappy";
      font-weight: 600;
      text-align: center;
      /* padding-top: 30px;
      margin-bottom: 20px; */
      line-height: 60px;
      margin-bottom: 0px;
  }
  .wisdom-m-header .m-menu-table {
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 20px;
  }
  .wisdom-m-header .m-menu-table .m-menu-cell .menu-btn1 {
      width: 72px;
  }
  .wisdom-m-header .m-menu-table .m-menu-cell .menu-btn2 {
      width: 59px;
  }
  .wisdom-m-header .m-menu-table .m-menu-cell .menu-btn3 {
      width: 58px;
  }
  .wisdom-m-header .m-menu-table .m-menu-cell .menu-btn1-c {
      width: 55px;
  }
  .wisdom-m-header .m-menu-table .m-menu-cell .menu-btn2-c {
      width: 77px;
      margin-top: 1px;
  }
  .wisdom-m-header .m-menu-table .m-menu-cell .menu-btn3-c {
      width: 67px;
  }
  /* pc */
  .wisdom-pc-header,
  .nav-wisdom {
      display: none;
  }
  /* Header */
  .wisdom-header {
      padding: 0;
  }
  /* Wisdom 메인 가운데 영역 */
  .wisdom-container {
      width: auto !important;
      margin: 0 auto;
  }
  .main-wrapper {
      margin: 0 auto;
      background: none;
      padding-bottom: 0px;
  }
  .main-wrapper .panel-1 {
      float: none;
      display: block;
      width: 100%;
      background-color: #EBF0F3;
      box-shadow: inset 0px 11px 12px -6px #CCC, inset 9px -9px 8px -9px #CCC;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .main-wrapper .panel-1 iframe {
      border-radius: 0px;
      box-shadow: 0px 5px 12px 2px #BBB;
  }
  .movie-panel {
      position: relative;
      vertical-align: middle;
      /* width: 80%;
      height: 300px; */
      /* width: 480px; */
      max-width: 100%;
      height: 320px;
      margin: 0 auto;
      box-shadow: initial;
  }
  /* .movie-panel iframe {
      box-shadow: 5px 0px 18px;
  } */
  /* .roundrect-shadow-button {
      display: block;
      text-align: center;
      background: #FFFFFF;
      bottom: 20px;
      border-radius: 63px;
      height: 63px;
      line-height: 63px;
      width: 280px;
      box-shadow: 0px 2px 7px -1px #2f2f2f;
      font-weight: bold;
      font-size: 20px;
      color: #BE0132 !important;
      margin: 0 auto;
  } */
  .roundrect-shadow-button.mobile,
  .roundrect-shadow-button.mobile>a {
      display: block !important;
  }
  .movie-panel .movie-bg {
      width: 100%;
  }
  .movie-panel .movie-player {
      text-align: center;
      position: absolute;
      width: 100px;
      left: 50%;
      top: 50%;
      margin-left: -50px;
  }
  .main-wrapper {
      padding-bottom: 10px;
      padding-top: 0px;
  }
  .main-wrapper .panel-2 {
      float: none;
      display: block;
      width: 100%;
  }
  .main-wrapper.bg-center {
      background-image: unset;
  }
  .main-wrapper.bg-coaching {
      background-image: unset;
  }
  .main-wrapper .panel-2 {
      padding-left: 15px;
      padding-right: 15px;
  }
  .main-wrapper .panel-2 .title-1,
  .main-wrapper .panel-2 .title-2,
  .main-wrapper .panel-2 .wisdom-tbl {
      display: none;
  }
  .main-wrapper .panel-2 .notice-title {
      margin-top: 50px;
      margin-left: 15px;
  }
  .main-wrapper .panel-2 .notice-list {
      padding-left: 15px;
      padding-right: 15px;
      height: 200px;
  }
  .main-wrapper .panel-2 .notice-list .notice-item {
      border-bottom: 1px solid hsl(0, 0%, 80%);
      padding-bottom: 9px;
      overflow: hidden;
  }
  .main-wrapper .panel-2 .notice-list .notice-item:last-child {
      border-bottom: 1px solid #ffffff;
  }
  .main-wrapper .panel-2 .notice-list .notice-item .title-text {
      /* width: 80%; */
      width: auto;
  }
  #contact .row {
      /* margin-left: 0px;sss
      margin-right: 0px; */
      /* padding-left: 7px;
      padding-right: 7px; */
  }
  .page-content dl dd {
      padding-top: 0px;
      padding-left: 0px;
  }
  .page-content dl dd table {
      width: 100%;
  }
  .c-practice {
      width: 100%;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
  }
  .row.menu-1 {
      margin-top: 0px;
  }
  .row.menu-2.notice {
      display: none;
  }
  /* .page-title-pc-c h3 {
      display: none;
  } */
  .bottom-padding {
      height: 80px;
  }
  .responsive .at-footer {
      padding: 20px 0;
  }
  .content-section {
      padding: 20px 5px 50px;
  }
  .responsive .at-boxed.at-container {
      padding: 0 10px !important;
      margin-top: -1px;
  }
  .sub-content-body .subtitle-image {
      width: 180px;
  }
  .sub-content-body .content {
      padding-left: 25px;
      margin-top: -35px;
  }
  .sticky.mobile {
      display: block;
  }
  /* .root_daum_roughmap {
      width: 490px;
      height: 380px;
  } */
  .wisdom-container>img.bg-center {
      display: none;
  }
  .wisdom-container>img.bg-coaching {
      display: none;
  }
  #fsendmsg {
      padding-right: 10px;
      padding-left: 10px;
  }
  .page-content p,
  .page-content dl dd,
  .copyright,
  .def-list-sub1 .item,
  .def-title+dd>ul>li,
  .row.menu-2>div {
      font-size: 15px;
  }
  .wisdom-sidemenu .menu-list .menu-header .title,
  .purpose,
  .main-wrapper .panel-2 .notice-list p>a,
  .main-wrapper .panel-2 .notice-list,
  .sub-content-body,
  .sub-content-head,
  .def-list-sub1 .title,
  .def-title,
  .row.menu-2>div.selected {
      font-size: 20px;
  }
  .wisdom-m-header .title {
      font-size: 24px;
  }
  .wisdom-sidemenu .menu-list .menu-header .title {
      font-family: "LotteMartHappy";
      font-weight: 600;
  }
}
/* wisdom End */