@charset "UTF-8";

/* ==========================================================================
Common CSS
========================================================================== */

.pc-img {
  display: block;
}

.mo-img {
  display: none;
}

.container {
  /* overflow: auto; */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.hiddenEle {
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  z-index: -1;
}

/* ==========================================================================
Top CSS
========================================================================== */

#wrap-top {
  display: inline-block;
  width: 100%;
  background: #0c2d83;
}
/*
#wrap-top #link {
float: left;
}

#wrap-top #link a {
padding: 6px 15px 8px 25px;
background: #a28b48 url('../../images/icon-home.png') no-repeat 10px center;
font-size: 12px;
font-weight: bold;
color: #fff;
}
*/

#wrap-top #util {
  float: right;
  padding-top: 30px;
}

#_globalNavi #_globalUl a, #_globalNavi #_globalUl p {
  font-weight: 100;
}

/* ==========================================================================
Header CSS
========================================================================== */

#main {
  margin: -5px 0 0 0;
  padding: 0 0 0 0;
  /*background: #f4f5f8;*/
  background: #2b2f38;
}

#sub {
  margin: -5px 0 0 0;
  padding: 0 0 50px 0;
}

#wrap-header {
  position: relative;
  background: #0c2d83;
}

#wrap-header .container {
  display: table;
  height: 100px;
}

#main #wrap-header .container {
  border-bottom: 1px solid #fff;
}

#wrap-header #logo, #wrap-header .gnb {
  display: table-cell;
  vertical-align: middle;
}

#wrap-header #logo {
  width: 150px;
}

/* ==========================================================================
Footer CSS
========================================================================== */

#wrap-footer {
  padding: 30px 0;
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

#wrap-footer .container {
  padding-left: 74px;
}

#wrap-footer .wrap-flogo, #wrap-footer .wrap-flogo .container {
  position: relative;  
}
#wrap-footer .wrap-flogo img {
  position: absolute;
  top: 17px;
  left: 0;
}

#wrap-footer .wrap-policy {
  margin: 0 0 10px 0;
}

#wrap-footer .wrap-policy ul {
  width: 100%;
  white-space: nowrap;
  /*border-left: #676767 solid 1px;*/
}

#wrap-footer .wrap-policy ul li {
  display: inline-block;
  position: relative;
}

#wrap-footer .wrap-policy ul li+li:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #606060;
  left: 0;
  top: 6px;
}

#wrap-footer .wrap-policy ul li a {
  padding: 0 15px;  
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

#wrap-footer .wrap-policy ul li:first-child a {
  padding: 0 15px 0 0;
}

#wrap-footer .wrap-policy ul li a:hover {
  text-decoration: underline;
}

#wrap-footer .address {
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

#wrap-footer .copyright {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

#wrap-footer .bar {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0 20px;
}

/* ==========================================================================
GNB CSS
========================================================================== */

#gnb .ul_1 {
  display: block;
  float:right;
}

#gnb .li_1 {
  position: relative;
  /* display: table-cell;*/
  vertical-align: middle;
  /* width: 15%;*/
  float:left;
  padding:
}

#gnb .li_1.eQ04{
  /*width:24%*/
}

#gnb .li_1.eQ05 {
  /* width: 24%;*/
}

#gnb .li_1.eQ07 {
  /* display: none; */
}
#gnb .li_1.eQ08 {
  display: none;
}
#gnb .a_1 {
  overflow: hidden;
  width: 100%;
  height: 100px;
  padding: 25px 10px 0 40px;
  /*background: url('../../images/arrow-gnb.png') no-repeat center bottom;*/
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

#gnb .a_1:hover {
  /*background: #e3e3e3 url('../../images/arrow-gnb-on.png') no-repeat center bottom;*/
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  color: #ffb901;
}

/*회원/사이트맵 메뉴 숨김*/
#gnb .eQ06 { display: none; }
#gnb .eQ07 { display: none; }

#gnb .ul_2 {
  border: 1px solid #dadada;
  border-bottom: 0px;
}

#gnb .a_2 {
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dadada;
  padding: 15px 30px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background:#fff url(../../images/bullet-gnb.png) no-repeat 15px center;
  background-size:5px 5px;
}

#gnb .a_2:hover, #gnb .a_2._active {
  background: #2060aa;
  color: #fff;
}

#gnb .a_2.plus {
  position: relative;
}

#gnb .a_2.plus:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 19px;
  width: 8px;
  height: 13px;
  background: url('../../images/arrow-gnb3.png') no-repeat center center;
}

#gnb .a_2.plus:hover:after {
  background: url('../../images/arrow-gnb3-on.png') no-repeat center center;
}

#gnb .div_2 {
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 100%;
  z-index: 10000;
  width: 100%;
  min-width:200px;
  max-height: 0px;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

#gnb .div_2.on {
  max-height: 600px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}


/*
#gnb .li_1.eQ01 .div_2 {
width: 100%;
}

#gnb .li_1.eQ02 .div_2 {
width: 130%;
}
#gnb .li_1.eQ03 .div_2 {
width: 120%;
}
#gnb .li_1.eQ04 .div_2 {
width: 110%;
}
#gnb .li_1.eQ05 .div_2 {
width: 150%;
}
#gnb .li_1.eQ06 .div_2 {
width: 150%;
}
#gnb .div_3 {
/* display: none; 
background-color:#fff;
border-bottom:1px solid #dadada;
}
*/

#gnb .div_3 {
  display: none; // 서브페이지 네비게이션 경로에서 3dep 텍스트를 가져오기 위해 주메뉴를 3dep로 설정하지만 실제로는 표시하지 않음
}
#gnb .a_3{
  color: #000;
  /* background: url('../../images/bullet-gnb.png') no-repeat 20px center; */
  background-size: 3px 8px;
  padding: 10px 0 10px 30px;
  overflow: hidden; 
  font-size:14px;
}
#gnb .a_3:hover,
#gnb .a_3._active{
  font-weight:bold; 
  color:#2060aa;
}
/* ==========================================================================
Mobile GNB CSS
========================================================================== */

#m-gnb {
  display: none;
}

/* ==========================================================================
Sub Visual CSS
========================================================================== */

#wrap-visual #visual {
  height: 300px;
}

#wrap-visual #visual.m1 {
  background: #f7f7f7 url('../../images/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m2 {
  background: #f7f7f7 url('../../images/sub-visual2.jpg') no-repeat top center;
}

#wrap-visual #visual.m3 {
  background: #f7f7f7 url('../../images/sub-visual3.jpg') no-repeat top center;
}

#wrap-visual #visual.m4 {
  background: #f7f7f7 url('../../images/sub-visual4.jpg') no-repeat top center;
}

#wrap-visual #visual.m5 {
  background: #f7f7f7 url('../../images/sub-visual5.jpg') no-repeat top center;
}

#wrap-visual #visual.none {
  background: #f7f7f7 url('../../images/sub-visual.jpg') no-repeat top center;
}

/* ==========================================================================
Sub Navigation  CSS
========================================================================== */

#wrap-article #aside {
}

#wrap-article #aside .container {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

#wrap-article #submenuNavigation>ul {
  display: table;
}

#wrap-article #submenuNavigation>ul>li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#wrap-article .navHome {
  width: 16px;
  height: 13px;
  min-width: 0px;
  padding: 0;
  background: #fff url('../../images/icon-subnav.png') no-repeat center center;
  text-align: center;
  text-indent: -9999px;
  padding-right: 60px;
}

#wrap-article .navTitle{
  pointer-events: none;
}

#wrap-article .navMenu {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 15px 0 30px;
  background: #fff url('../../images/arrow-subnavi.png') no-repeat 5px center;
  /*border-right: 1px solid #d9d9d9;*/
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  font-size: 13px;
  color: #373737;
}

#wrap-article .navMenu button {
  pointer-events: none;
}

#wrap-article .navDiv {
  display: none;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: 48px;
  z-index: 1010;
  width: 100.7%;
  max-height: 0px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-article .navDiv.on {
  max-height: 500px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-article .navDiv a {
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #d9d9d9;
}

#wrap-article .navDiv a:hover, #wrap-article .navDiv a._active {
  background: #2060aa;
  color: #fff;
}

#wrap-article .view_option {
  position: absolute;
  top: 10px;
  right: 0px;
}

#wrap-article .view_option.none {
  display: none;
}

#wrap-article .view_option ._fnctWrap {
  float: left;
}

#wrap-article .view_option button._printPage {
  background: url("../../images/sNav_print.png") 5px center no-repeat !important;
  background-color: #a2a2a2 !important;
  color: #FFF;
  height: 27px !important;
  padding: 0 5px 0 30px;
  font-size: 11px;
  margin-right: 1px;
  width: auto !important;
  text-indent: 0 !important;
}

#wrap-article .view_option .sns_list {
  float: right;
  position: relative;
}

#wrap-article .view_option .sns_list button, #wrap-article .view_option .sns_list ul li a {
  display: block;
  text-indent: -5000px;
  background: url("../../images/sNav_sns.png") left top no-repeat;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

#wrap-article .view_option .sns_list ul {
  position: absolute;
  top: 27px;
  left: 0;
  display: none;
  z-index: 100;
}

#wrap-article .view_option .sns_list ul li {
  margin-top: 1px;
}

#wrap-article .view_option .sns_list ul li a.fB {
  background-position: left -28px;
}

#wrap-article .view_option .sns_list ul li a.iG {
  background-position: left -56px;
}

#wrap-article .view_option .sns_list ul li a.bG {
  background-position: left -84px;
}

#wrap-article .view_option .sns_list ul li a.tW {
  background-position: left -112px;
}

#wrap-article .view_option .sns_list ul li a.yT {
  background-position: left bottom;
}

#wrap-article .view_option .sns_list ul li a.kT {
  background-position: left -168px;
}

/* ==========================================================================
Sub (LEFT) Menu CSS
========================================================================== */

#wrap-article .container #lnb {
  width: 240px;
  float: left;
  padding-top: 32px;
}

.menuUIsub .menuSubTitleUI{
  color: #fff;
  background-color: #0d2d84;
  margin: 0;
  padding: 47px 0;
}
.menuUIsub .menuSubTitleUI h2{
  font-size: 26px;
  font-weight: 600;
  padding-left: 40px;
}
.menuUIsub .sub_div .ul_2 .li_2 .a_2 ,
.menuUIsub .sub_div .ul_2 .li_2 .div_3{
  border-style: solid;
  border-color: #b8b8b8;
}
.menuUIsub .sub_div .ul_2 .li_2 .a_2{
  border-width: 0 1px 1px 1px;
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 25px 0 25px;
  color: #000;
  font-weight: 300;
}
.menuUIsub .sub_div .ul_2 .li_2 .a_2:hover,
.menuUIsub .sub_div .ul_2 .li_2 .a_2._active{
  color: #181818;
  background-color: #f2f2f2;
}

.menuUIsub .sub_div .ul_2 .li_2 .a_2._active{
  background-image: url("../../images/arrow-submenu.png");
  background-repeat: no-repeat;
  background-position: 210px 50%;
  font-weight: 600;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3{
  border-width: 0 1px 1px 1px;
  display: none;
  background-color: #fafafa;
  padding: 15px 0 15px 27px;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3{
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 6px;
  color: #000;
  font-size: 17px;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3:hover,
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3._active{
  color: #007cb7;
}
.menuUIsub .sub_div .ul_2 .li_2 .div_3 .ul_3 .li_3 .a_3._active{
  font-weight: 600;
}
.menuUIsub .sub_div ul li._active ._childDiv {
  display: block !important;
}

#wrap-article .container #contents {
  margin-left: 277px;
  min-height: 600px;
}

#wrap-article .container:after{
  clear: both;
  content: "";
  display: block;
}



/* ==========================================================================
Sub Contents  CSS
========================================================================== */

#wrap-article #title h2 {
  position: relative;
  padding: 60px 0 46px 0;
  margin: 0 0 40px 0;
  font-size: 36px;
  color: #333;
  border-bottom: #959490 1px solid;
}


#wrap-article #masterEditor {
  min-height: 750px;
}

#contents #tab ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

#contents #tab li {
  display: table-cell;
  border: 1px solid #d6d6d6;
}

#contents #tab li a {
  padding: 20px;
  font-size: 16px;
  color: #181818;
  text-align: center;
}

#contents #tab li a._active {
  position: relative;
  font-weight: bold;
  background: #f2f2f2;
}

#contents .tab_div {
  margin: 0 0 50px 0;
}

/* ==========================================================================
ONLY PC Mode
========================================================================== */
@media all and (min-width:981px) {
  #wrap-header #logo, #wrap-header .gnb {
	padding-bottom: 25px;
  }

  #gnb .eQ02 .div_2 { left: -10px; }
  #gnb .eQ03 .div_2 { left: -10px; }
  #gnb .eQ04 .div_2 { left: -15px; }
  #gnb .eQ05 .div_2 { left: -30px; }
}


/* ==========================================================================
Tablet Mode
========================================================================== */

@media all and (max-width:980px) {
  /* ==========================================================================
  Common CSS
  ========================================================================== */
  .container {
	padding: 0 30px;
  }
  /* ==========================================================================
  Top CSS
  ========================================================================== */
  #wrap-top {
	display: none;
  }
  /* ==========================================================================
  Header CSS
  ========================================================================== */
  #wrap-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
  }
  #main #wrap-article {
	padding-top: 105px;
  }
  #sub #wrap-article {
	padding-top: 105px;
  }

  /* ==========================================================================
  Footer CSS
  ========================================================================== */
  #wrap-footer .container {
	padding-left: 30px;
  }
  #wrap-footer .wrap-flogo img {
	display: none;
  }

  /* ==========================================================================
  GNB CSS
  ========================================================================== */
  #gnb {
	/* display: none; */
	position: fixed;
	top: 100px;
	right: -100%;
	z-index: 10000;
	width: 100%;
	height: calc(100% - 97px);
	background: rgba(12, 45, 131, 0.8);
	opacity: 0;
	transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #gnb.on {
	right: 0;
	opacity: 1;
	transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #gnb .menuUItop {
	position: relative;
	height: 100%;
  }
  #gnb .ul_1 {
	width: 100%;
  }
  #gnb .li_1 {
	position: static;
	display: block;
	width: 100%;
  }
  #gnb .a_1 {
	background-image: none;
	background-position: right center;
	width: 40%;
	height: auto;
	padding: 25px 0 25px 20px;
	text-align: left;
	font-size: 16px;
	color: #fff;
  }
  #gnb .a_1:hover {
	background: rgba(54, 54, 54, 0.8) url('../../images/arrow-gnb2.png') no-repeat right center;
	color: #dfbd5c;
  }
  #gnb .ul_2 {
	border: 0;
  }
  #gnb .a_2 {
	background: url('../../images/bullet-gnb.png') no-repeat 20px center;
	padding: 25px 20px 25px 35px;
	border-bottom: 1px solid #41403f;
	font-size: 16px;
	color: #fff;
  }
  #gnb .li_1.eQ02 .div_2 ._2nd .a_2, #gnb .li_1.eQ02 .div_2 ._3rd .a_2 {
	/*background: none;*/
  }
  #gnb .a_2:hover, #gnb .a_2.a_2._active {
	background: #2060aa url('../../images/bullet-gnb-on.png') no-repeat 20px center;
  }
  #gnb .a_2.plus {
	position: relative;
  }
  #gnb .a_2.plus:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 23px;
	width: 20px;
	height: 20px;
	background: url('../../images/bullet-gnb3.png') no-repeat center center;
  }
  #gnb .a_2.plus:hover:after {
	background: url('../../images/bullet-gnb3.png') no-repeat center center;
  }
  #gnb .a_2.plus.on:after {
	background: url('../../images/bullet-gnb3-on.png') no-repeat center center;
  }
  #gnb .div_2 {
	width: 60% !important;
	right: 0px;
	left: auto;
	transition-property: none;
  }
  #gnb .div_2.on {
	top: 0px;
	max-height: none;
	height: 100%;
	background: rgba(54, 54, 54, 0.8);
	transition-property: none;
  }
  #gnb .ul_3 {
	border-bottom: 1px solid #41403f;
  }
  #gnb .a_3 {
	color: #000;
	background:#e4e4e4 url('../../images/bullet-gnb2.png') no-repeat 35px center;
	padding: 10px 0 10px 45px;
	overflow: hidden; 

  }
  #gnb .a_3:hover {
	color: #dfbd5c;
	font-weight:bold;
	text-decoration: underline;
  }

  #gnb .div_3 {
	display: block;
	overflow: hidden;
	max-height: 0px;
	transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);

  }
  #gnb .div_3.on {
	max-height: 500px;
	transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #m-gnb {
	display: block;
  }
  #m-gnb .m-gnb-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
  }
  #m-gnb .m-gnb-btn.open.on {
	display: block;
	background: url('../../images/btn-gnb-open.png') no-repeat center center;
  }
  #m-gnb .m-gnb-btn.open {
	display: none;
  }
  #m-gnb .m-gnb-btn.close.on {
	display: block;
	background: url('../../images/btn-gnb-close.png') no-repeat center center;
  }
  #m-gnb .m-gnb-btn.close {
	display: none;
  }
  #black-bg {
	position: fixed;
	left: -100%;
	top: 100px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 500;
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #black-bg.on {
	opacity: 1;
	left: 0px;
	transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }
  /* ==========================================================================
  Sub Visual CSS
  ========================================================================== */
  #wrap-visual #visual {
	height: 150px;
	background-size: cover !important;
  }

  /* ==========================================================================
  Sub (LEFT) MENU CSS
  ========================================================================== */
  #wrap-article .container #lnb {
	display: none;
  }

  #wrap-article .container #contents {
	margin-left: 0;
  }

}

/* ==========================================================================
Mobile Mode
========================================================================== */

@media all and (max-width:640px) {
  /* ==========================================================================
  GNB CSS
  ========================================================================== */
  #gnb {
	width: 100%;
  }
  #gnb .a_1 {
	width: 100%;
	border-bottom: 1px solid #3e589c;
  }
  #gnb .div_2.on {
	position: static;
	width: 100% !important;
	max-height: 1000px;
	transition: max-height 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #gnb .div_2 {
	transition: max-height 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  /* ==========================================================================
  Sub Visual CSS
  ========================================================================== */
  #wrap-visual #visual {
	height: 120px;
  }
  
  #wrap-article .container #contents > #tab {
	display: none;
  }
  
  /* ==========================================================================
  Sub Navigation  CSS
  ========================================================================== */
  #wrap-article #aside {
	display: none;
  }
  /* ==========================================================================
  Sub Contents  CSS
  ========================================================================== */
  #wrap-article #title h1 {
	font-size: 24px;
  }

  #contents #tab li {
	display: table-row;
  }
}

/* ==========================================================================
Custom Mode
========================================================================== */

@media all and (max-width:550px) {
  .pc-img {
	display: none;
  }
  .mo-img {
	display: block;
  }
}




