@charset "UTF-8";
/* color */
/* 버튼, 레이아웃 등 공통작업 */
#skip > a {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  display: block;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
  z-index: 1000;
}

#skip > a:focus {
  top: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
}

table {
  width: 100%;
  table-layout: fixed;
}

.color_red {
  color: #df2860 !important;
}

.align_left {
  text-align: left !important;
}

/**********
 레이아웃 
 **********/
/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: rgba(255, 255, 255, 0.2);
}

header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1655px;
  padding: 0 14px 0 24px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

header .logo_cbe {
  flex-shrink: 0;
  display: block;
  width: 318px;
  background: url(../images/logo/logo_cbe_white.png) no-repeat center/100%;
}

header .logo_cbe > a {
  display: block;
  width: 100%;
  padding-top: 22.956%;
}

/* header > 메뉴 */
header .lst_gnb {
  display: flex;
  padding-left: 1.8552%;
  /*30px*/
}

header .lst_gnb:after {
  content: '';
  display: block;
  clear: both;
}

header .lst_gnb .depth01 {
  position: relative;
}

header .lst_gnb .depth01 > a {
  position: relative;
  display: block;
  padding: 36px 22px 36px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

header .lst_gnb .depth02 {
  display: none;
  position: absolute;
  left: 50%;
  min-width: 500px;
  margin-left: -250px;
  padding: 24px 0 50px;
  text-align: center;
}

header .lst_gnb .depth02 > li > a {
  display: inline-block;
  padding: 5px 0;
  color: #666;
  font-size: 18px;
  letter-spacing: -.025em;
}

header .lst_gnb .depth02 > li > a:hover {
  color: #1349c4;
}

/* header > 메뉴 > 활성화 */
header .lst_gnb .depth01.is_active > a {
  color: #1349c4;
}

header .lst_gnb .depth01.is_active > a:before,
header .lst_gnb .depth01.is_hover > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #1349c4;
}

header .lst_gnb .is_hover .depth02 {
  display: block;
}

header .bx_header_util {
  flex-shrink: 0;
  font-size: 0;
}

header .bx_header_util .btn_util {
  padding: 10px;
  vertical-align: middle;
}

header .btn_all_menu {
  display: none;
}

/* header > 언어 */
header .util_lang {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

header .btn_lang:after {
  content: '';
  display: inline-block;
  margin-left: 7px;
  border-top: 4px solid #fff;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  vertical-align: 10px;
}

header .lst_lang {
  position: absolute;
  left: -20px;
  top: calc(100% + 8px);
  min-width: 90px;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.31);
  border-radius: 3px;
}

header .lst_lang:before {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  display: block;
  width: 35px;
  height: 11px;
  margin-left: -20px;
  background: url(../images/comm/bg_header_lang.png) no-repeat center/100%;
}

header .lst_lang > li > a {
  display: block;
  padding: 5px;
  color: #666;
  font-size: 14px;
  letter-spacing: -.025em;
}

/* header > 언어 > 활성화 */
header .is_active .btn_lang:after {
  transform: rotate(-180deg);
  vertical-align: 11px;
}

header .is_active .lst_lang {
  top: calc(100% + 18px);
}

header.gnb_depth02_open {
  border-bottom: 1px solid #dedede;
  background-color: rgba(255, 255, 255, 0.9);
}

header.gnb_depth02_open .logo_cbe {
  background-image: url(../images/logo/logo_cbe.png);
}

header.gnb_depth02_open .lst_gnb .depth01 > a {
  color: #2c2c2c;
}

header.gnb_depth02_open .ico_search_white {
  background-image: url(../images/icon/ico_search.png);
}

header.gnb_depth02_open .btn_lang:after {
  border-top-color: #2c2c2c;
}

header.gnb_depth02_open .ico_lang_white {
  background-image: url(../images/icon/ico_lang.png);
}

header.gnb_depth02_open .lst_gnb .depth01.is_active > a,
header.gnb_depth02_open .lst_gnb .depth01.is_hover > a {
  color: #1349c4;
}

header .gnb_dimmed {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  display: block;
  background-color: inherit;
  height: 0;
}

/* header 검색 창 */
.comm_search_wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2005;
}

.comm_search_wrap .search_inner {
  position: relative;
  max-width: 1155px;
  padding: 61px 30px 73px;
  margin: 0 auto;
}

.comm_search_wrap .bx_input {
  max-width: 604px;
  margin: 0 auto;
}

.comm_search_wrap .btn_close {
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  background-color: #1349c4;
}

.comm_search_wrap .btn_close:before,
.comm_search_wrap .btn_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 3px;
  height: 35px;
  background-color: #fff;
}

.comm_search_wrap .btn_close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.comm_search_wrap .btn_close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* footer */
footer {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
}

footer .footer_inner {
  position: relative;
  display: flex;
  max-width: 1655px;
  margin: 0 auto;
  padding: 25px 24px 100px;
}

footer .footer_info {
  color: #8d8d8d;
  font-size: 14px;
}

footer .bx_footer_util {
  flex-shrink: 0;
  margin-left: auto;
}

footer .btn_in {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/logo/logo_in.png) no-repeat center/100%;
  vertical-align: top;
}

footer .btn_contact {
  display: inline-block;
  padding: 9px 20px;
  color: #666;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 5px;
  vertical-align: top;
}

footer .footer_info + .footer_info {
  margin-top: 6px;
}

footer .btn_move_top {
  position: absolute;
  top: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #141320;
  border-radius: 5px 5px 0 0;
}

footer .btn_move_top:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin: 10px auto 0;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(135deg);
  box-sizing: border-box;
}

/* dimmed */
.dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}

/* 컨텐츠 가운데 정렬 */
.inner {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* 반응형 클래스 */
.is_mo {
  display: none !important;
}

/**********
    ico 
***********/
.ico_home {
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(../images/icon/ico_home.png) no-repeat center/100%;
}

.ico_search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico_search.png) no-repeat center/100%;
}

.ico_search_white {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico_search_white.png) no-repeat center/100%;
}

.ico_lang_white {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/icon/ico_lang_white.png) no-repeat center/100%;
}

.ico_link {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/icon/ico_link.png) no-repeat center/100%;
}

.ico_link_white {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/icon/ico_link_white.png) no-repeat center/100%;
}

/**********
    ui
**********/
/* input */
.bx_input {
  display: flex;
}

.bx_input input {
  width: 100%;
}

.bx_input .btn_search {
  margin-left: auto;
  padding: 11px;
}

.bx_input.border {
  border-bottom: 2px solid #1d1d1b;
}

.bx_input.border input {
  padding: 17px 0 23px;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -.05em;
}

/* motion */
.fade_top {
  z-index: -99 !important;
  opacity: 0 !important;
}

.fade_top.amount {
  transition: opacity .3s .1s, top .3s .1s !important;
}

.is_active .fade_top {
  z-index: 0 !important;
  opacity: 1 !important;
}

@media (max-width: 1399px) {
  /**********
    레이아웃 
  **********/
  header .lst_gnb {
    padding-left: 1.21429vw;
  }
  header .lst_gnb .depth01 > a {
    padding-left: 0.92857vw;
    padding-right: 0.92857vw;
    font-size: 18px;
  }
  header .lst_gnb .depth02 > li > a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  /**********
      레이아웃 
  **********/
  /* header */
  header {
    background: none;
    border: 0;
  }
  header .gnb_dimmed {
    position: fixed;
    top: 0;
    bottom: 0;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .header_inner {
    padding: 13px 18px 14px 31px;
  }
  header .logo_cbe {
    width: 318px;
    background-image: url(../images/logo/logo_cbe_white.png);
  }
  header .ico_search_white {
    width: 39px;
    height: 39px;
    background-image: url(../images/icon/ico_search_white.png);
  }
  header .ico_lang_white {
    width: 41px;
    height: 41px;
    background-image: url(../images/icon/ico_lang_white.png);
  }
  header .btn_lang:after {
    margin-left: 13px;
    border-top: 7px solid #fff;
    border-left-width: 6px;
    border-right-width: 6px;
    vertical-align: 15px;
  }
  header .bx_header_util .btn_util {
    padding: 10px 14px;
  }
  header .lst_lang {
    left: -41px;
    min-width: 150px;
    padding: 7px 0 17px;
  }
  header .lst_lang:before {
    margin-left: -17px;
  }
  header .lst_lang > li > a {
    color: #000;
    font-size: 28px;
  }
  header .is_active .btn_lang:after {
    vertical-align: 14px;
  }
  header .lst_gnb {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #000;
  }
  header .lst_gnb .depth01 > a {
    padding: 28px 30px 24px;
    color: #fff;
    font-size: 34px;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
    font-weight: 500;
    letter-spacing: 0;
  }
  header .lst_gnb .depth01.has_depth02 > a:before,
  header .lst_gnb .depth01.has_depth02 > a:after {
    content: '';
    position: absolute;
    left: auto;
    top: 50%;
    display: block;
    background-color: #fff;
    transition: transform .3s;
  }
  header .lst_gnb .depth01.has_depth02 > a:before {
    right: 30px;
    width: 24px;
    height: 2px;
    margin-top: -1px;
  }
  header .lst_gnb .depth01.has_depth02 > a:after {
    right: 41px;
    height: 24px;
    width: 2px;
    margin-top: -12px;
  }
  header .lst_gnb .depth01:last-of-type {
    border-bottom: 0;
  }
  header .lst_gnb .depth02 {
    position: static;
    min-width: auto;
    margin-left: 0;
    padding: 0;
    background-color: #1a1a1a;
  }
  header .lst_gnb .depth02 > li > a {
    display: block;
    padding: 32px 30px 29px;
    text-align: left;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
  }
  header .lst_gnb .depth02 > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  header .lst_gnb .depth02 > li + li {
    border-top: 1px solid #313131;
  }
  header .lst_gnb .depth01.is_active > a,
  header .lst_gnb .depth01.is_hover > a {
    color: #fff;
  }
  header .lst_gnb .is_active.depth01.has_depth02 > a:before,
  header .lst_gnb .is_active.depth01.has_depth02 > a:after {
    transform: rotate(90deg);
  }
  header .btn_all_menu {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 60px;
    vertical-align: middle;
  }
  header .btn_all_menu .line {
    position: absolute;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: #fff;
    transition: transform .3s;
  }
  header .btn_all_menu .line:nth-of-type(1) {
    top: 15px;
  }
  header .btn_all_menu .line:nth-of-type(2) {
    top: 50%;
    margin-top: -1.5px;
  }
  header .btn_all_menu .line:nth-of-type(3) {
    bottom: 15px;
  }
  header.mo_gnb_open {
    background-color: #000;
  }
  header.mo_gnb_open .gnb_dimmed {
    display: block;
  }
  header.mo_gnb_open .lst_gnb {
    display: block;
  }
  header.mo_gnb_open .btn_search {
    display: none;
  }
  header.mo_gnb_open .util_lang {
    display: none;
  }
  header.mo_gnb_open .btn_all_menu .line {
    width: 35px;
  }
  header.mo_gnb_open .btn_all_menu .line:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header.mo_gnb_open .btn_all_menu .line:nth-of-type(2) {
    transform: scale(0);
  }
  header.mo_gnb_open .btn_all_menu .line:nth-of-type(3) {
    top: 50%;
    transform: rotate(135deg);
  }
}

@media (max-width: 768px) {
  /**********
      레이아웃 
  **********/
  /* header */
  header .header_inner {
    padding: 2.03125vw 2.8125vw 2.1875vw 4.84375vw;
  }
  header .logo_cbe {
    width: 49.6875vw;
  }
  header .bx_header_util .btn_util {
    padding: 1.5625vw 2.1875vw;
  }
  header .ico_search_white {
    width: 6.09375vw;
    height: 6.09375vw;
  }
  header .ico_lang_white {
    width: 6.40625vw;
    height: 6.40625vw;
  }
  header .btn_lang:after {
    margin-left: 2.03125vw;
    border-top-width: 1.09375vw;
    border-left-width: 0.9375vw;
    border-right-width: 0.9375vw;
    vertical-align: 2.34375vw;
  }
  header .lst_lang {
    left: -6.40625vw;
    min-width: 23.4375vw;
    padding: 1.09375vw 0 2.65625vw;
    box-shadow: 0.625vw 0.78125vw 1.25vw 0 rgba(0, 0, 0, 0.31);
    border-radius: 0.46875vw;
  }
  header .lst_lang:before {
    top: -1.71875vw;
    margin-left: -2.65625vw;
    width: 5.46875vw;
    height: 1.71875vw;
  }
  header .lst_lang > li > a {
    padding: 0.78125vw;
    font-size: 4.375vw;
  }
  header .is_active .lst_lang {
    top: calc(100% + 2.8125vw);
  }
  header .is_active .btn_lang:after {
    vertical-align: 2.1875vw;
  }
  header .lst_gnb {
    top: 15.625vw;
  }
  header .lst_gnb .depth01 > a {
    padding: 4.375vw 4.6875vw 3.75vw;
    font-size: 5.3125vw;
  }
  header .lst_gnb .depth01.has_depth02 > a:before {
    right: 4.6875vw;
    width: 3.75vw;
    height: 0.3125vw;
    margin-top: -0.15625vw;
  }
  header .lst_gnb .depth01.has_depth02 > a:after {
    right: 6.40625vw;
    height: 3.75vw;
    width: 0.3125vw;
    margin-top: -1.875vw;
  }
  header .lst_gnb .depth02 > li > a {
    padding: 5vw 4.6875vw 4.53125vw;
    font-size: 4.375vw;
  }
  header .btn_all_menu {
    width: 8.4375vw;
    height: 9.375vw;
  }
  header .btn_all_menu .line {
    width: 4.6875vw;
    height: 0.46875vw;
    margin-left: -2.34375vw;
  }
  header .btn_all_menu .line:nth-of-type(1) {
    top: 2.34375vw;
  }
  header .btn_all_menu .line:nth-of-type(2) {
    margin-top: -0.23438vw;
  }
  header .btn_all_menu .line:nth-of-type(3) {
    bottom: 2.34375vw;
  }
  header.mo_gnb_open .btn_all_menu .line {
    width: 5.46875vw;
  }
  /* header 검색 창 */
  .comm_search_wrap .search_inner {
    padding: 9.53125vw 4.6875vw 11.40625vw;
  }
  .comm_search_wrap .btn_close {
    bottom: -4.6875vw;
    right: 4.6875vw;
    width: 9.375vw;
    height: 9.375vw;
  }
  .comm_search_wrap .btn_close:before,
  .comm_search_wrap .btn_close:after {
    width: 0.46875vw;
    height: 5.46875vw;
  }
  footer {
    border-width: 0.3125vw;
  }
  footer .footer_inner {
    display: block;
    padding: 5.3125vw 4.6875vw 6.5625vw;
  }
  footer .footer_info {
    color: #000;
    margin: 0 auto;
    font-size: 3.125vw;
    line-height: 1.75;
  }
  footer .footer_info + .footer_info {
    margin-top: 0;
  }
  footer .footer_info.copy {
    margin-top: 20px;
    font-size: 2.8125vw;
    opacity: .6;
  }
  footer .btn_move_top {
    top: -9.375vw;
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 0.625vw 0.625vw 0 0;
  }
  footer .btn_move_top:before {
    width: 3.4375vw;
    height: 3.4375vw;
    border-width: 0.46875vw;
  }
  footer .bx_footer_util {
    margin-top: 6.25vw;
    text-align: center;
  }
  footer .btn_in {
    width: 7.96875vw;
    height: 7.96875vw;
  }
  footer .btn_contact {
    padding: 1.5625vw 3.125vw 1.71875vw;
    font-size: 3.125vw;
    border-radius: 1.09375vw;
  }
  /* 반응형 클래스 */
  .is_pc {
    display: none !important;
  }
  .is_mo {
    display: block !important;
  }
  /* 컨텐츠 가운데 정렬 */
  .inner {
    padding: 0 4.6875vw;
  }
  /**********
      ico 
  ***********/
  .ico_search {
    width: 3.75vw;
    height: 3.75vw;
  }
  .ico_home {
    width: 2.96875vw;
    height: 3.125vw;
  }
  .ico_link {
    width: 4.6875vw;
    height: 4.375vw;
  }
  .ico_link_white {
    width: 4.6875vw;
    height: 4.375vw;
  }
  /**********
      ui
  **********/
  /* input */
  .bx_input.border input {
    padding: 2.65625vw 0 3.59375vw;
    font-size: 3.75vw;
  }
  .bx_input .btn_search {
    padding: 0 0 0 3.4375vw;
  }
}
/*# sourceMappingURL=common.css.map */