@charset "utf-8";

/* common */
.marginT60{margin-top:60px;}
.marginT80{margin-top:80px;}
.marginT100{margin-top:100px;}

.marginB60{margin-bottom:60px;}
.marginB80{margin-bottom:80px;}

.leftT{text-align: left;}

.centerVer{margin:0 auto;}

.redTxt{
    color:#ff0000 !important;
    font-weight:700 !important;
}

html.overflow {
  overflow: hidden;
}
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.only_web {
  display: block !important;
}
.only_tab{
    display: none !important;
}
.only_mo {
  display: none !important;
}
.img-box img{
    margin:0 auto
}
.inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}
.font_notosans {
  font-family: "Noto Sans KR", sans-serif;
}
.font_Na_Sq {
  font-family: "NanumSquare", sans-serif;
}
.more_btn {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  /* background-position: right 0 center;
    background-repeat: no-repeat;
    background-image: url('../img/ico/ico_more_black.png'); */
}
.more_btn.white {
  color: #fff;
  background-image: url("../img/ico/ico_more_white.png");
}
.paging {
  margin-top: 64px;
}
.paging .page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .page li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #666666;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.paging .page li.active a {
  background: #00acd6;
  font-weight: 700;
  color: #fff;
}
.paging .page li.active a > * {
  font: inherit;
}
.paging .page li.first_page a {
  border: 1px solid #dbdbdb;
  font-size: 0;
  margin-right: 10px;
  background-image: url("../img/btn/btn_first_page.png");
}
.paging .page li.preview a {
  border: 1px solid #dbdbdb;
  font-size: 0;
  margin-right: 20px;
  background-image: url("../img/btn/btn_preview.png");
}
.paging .page li.next a {
  border: 1px solid #dbdbdb;
  font-size: 0;
  margin-left: 20px;
  background-image: url("../img/btn/btn_next.png");
}
.paging .page li.last_page a {
  border: 1px solid #dbdbdb;
  font-size: 0;
  margin-left: 10px;
  background-image: url("../img/btn/btn_last_page.png");
}
/* //common */

/* header */
.color {
  /* -webkit-backdrop-filter: blur(20rem);
  backdrop-filter: blur(20rem); */
  backdrop-filter: brightness(0);
  -webkit-backdrop-filter: brightness(0);
  top: 0;
}
#header .header_top.height_75{
    height:75px;
}
#header .gnb.scroll_h_none{
    display:none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
#header .h_inner {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 82%, 0.3);
}
#header .header_top {
  width: 100%;
  height: 100px;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 82%, 0.3);
}
#header .visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
#header .logo a {
  display: block;
  width: 141px;
  height: 50px;
  background-size: 141px 50px;
  /* background: no-repeat center / cover; */
  background-image: url(../img/common/logo_w.png);
}
#header.sub_header {
  background-color: rgba(0, 0, 0, 0.5);
}
#header .gnb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
}
#header .gnb_list {
  display: flex;
  align-items: center;
}
#header .gnb_list .gnb_list_sub{
    position:relative;
}
#header .gnb_list .gnb_list_sub > a {
  display: block;
  padding: 0 70px;
  line-height: 60px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
#header .gnb_list .gnb_list_sub .gnb-depth{
    display:none;
    position:absolute;
    top:60px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    background:rgba(0, 0, 0, 0.8);
    padding:20px 10px 30px;
    width:150px;
}
#header .gnb_list .gnb_list_sub .gnb-depth  li{
    margin-bottom: 20px;
}
#header .gnb_list .gnb_list_sub .gnb-depth  li:last-child{
    margin-bottom: 0;
}
#header .gnb_list .gnb_list_sub .gnb-depth li a{
    font-size:16px;
    font-weight:300;
    color:#fff;
}
#header .ham_btn {
  z-index: 1;
  display: block;
  width: 32px;
  height: 21px;
  background: no-repeat center;
  background-image: url(../img/common/ham_btn.png);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#header .all_menu_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #515155;
  z-index: 99999;
  transition: all 1s;
  -webkit-font-smoothing: antialiased;
}
#header .all_menu_wrap.open {
  display: block;
}
#header .all_menu_wrap .top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .all_menu_wrap .top > .logo {
  top: 50px;
}
#header .all_menu_wrap .top .ham_close {
  background-image: url(../img/common/ham_close.png);
  top: 50px;
}
#header .all_menu_wrap * {
  color: #fff;
}
.logo_kr {
  background-image: url(../img/common/logo_kr.png) !important;
}
#header .all_menu_wrap .all_menu {
  top: 90px;
}
#header .all_menu_wrap .all_menu_list {
  display: flex;
  margin: 50px 0;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
#header .all_menu_wrap .all_menu_list > li {
  width: 20%;
  padding-left: 50px;
}
#header .all_menu_wrap .all_menu_list .depth01 {
  font-size: 22px;
  font-weight: 900;
  display: block;
  margin-bottom: 42px;
}
#header .all_menu_wrap .depth02 {
  display: block;
}
#header .all_menu_wrap .depth02 li a {
  display: block;
  line-height: 2;
  font-size: 17px;
}
#header .all_menu_wrap .depth02 li a:hover {
  color: #00acd6;
}
.all_menu_wrap > .imgWrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: #f9fafb;
}
.all_menu_wrap > .imgWrap div {
  width: 100%;
  height: 100%;
  align-items: center;
}
.all_menu_wrap > .imgWrap div img {
  width: 100%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* //header */

.go_top {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 900;
}
.go_top button {
  display: block;
  width: 80px;
  height: 80px;
  background: no-repeat center;
  background-image: url(../img/common/top-btn-wt.png);
  font-size: 0;
  color: transparent;
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.15);
}
/* footer */
#footer {
  padding: 46px 0 20px;
  background: #f9fafb;
}
#footer .inner {
  /* display: flex;
    align-items: flex-start;
    flex-wrap: wrap; */
}
#footer .foot_logo a {
  display: block;
}
#footer .foot_logo a {
  display: block;
  width: 113px;
  height: 40px;
  background: no-repeat center / cover;
  background-image: url(../img/common/f_logo.png);
}
#footer .fnb {
  display: flex;
  align-items: center;
  padding: 30px 0 15px;
}
#footer .fnb a {
  font-size: 15px;
  color: #9d9d9d;
}
#footer .fnb li + li {
  margin-left: 30px;
}
#footer .fnb li.fnb_w a {
  color: #fff;
}
#footer .foot_info {
  padding-top: 30px;
}
#footer .foot_info .foot_info_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot_info .foot_info_row span {
  color: #6b7684;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
}
#footer .foot_info .foot_info_row div + div,
#footer .foot_info .foot_info_row span + span {
  position: relative;
  padding-left: 10px;
}
#footer .foot_info .copy {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #424242;
  color: #999999;
  font-size: 15px;
  font-weight: 300;
}
/* //footer */

@media screen and (max-width: 1600px) {
  #footer .foot_logo a {
    width: 170px;
    height: 60px;
  }
  /* #header .logo a {
        width: 172px;
        height: 34px;
    }
    #header .gnb {
        justify-content: flex-end;
  
    }
    #header .gnb .gnb_list {
        margin-right: 50px;
    }
    #header .all_menu_wrap .all_menu_list .depth01 {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
        display: block;
        width: 100%;

    }
    #header .all_menu_wrap .depth02 li a {
        font-size: 25px;
        text-align: center;
    } */
}
@media screen and (max-width: 1230px) {
    .solo_tab{
        display: none !important;
    }
    .only_tab{
        display: block !important;
    }
}
@media screen and (max-width: 1200px) {
  #header .gnb_list li a {
    padding: 0 20px;
    font-size: 18px;
  }
  /* #header .logo { left: 15px;} */
  /* #header .logo a {width: 191px; height: 40px;} */
  #header .ham_btn {
    right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #header {
    min-width: 768px;
  }
  #header .h_inner {
    height: 100%;
  }
  #header .gnb {
    display: none;
  }
}

/* mobile */
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .inner {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  /* common */
  .only_web {
    display: none !important;
  }
  .only_mo {
    display: block !important;
  }
  .more_btn {
    font-size: 15px;
  }
  /* pager */
  .paging {
    margin-top: 40px;
  }
  /* .paging .page li + li {
        margin-left: 8px;
    } */
  .paging .page li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #454545;
  }
  .paging .page li.active a {
    font-weight: 500;
  }
  .paging .page li.first_page a {
    margin-right: 8px;
    background-image: url("../img/btn/btn_first_page_mo.png");
    background-size: auto 9px;
  }
  .paging .page li.preview a {
    margin-right: 16px;
    background-image: url("../img/btn/btn_preview_mo.png");
    background-size: auto 9px;
  }
  .paging .page li.next a {
    margin-left: 16px;
    background-image: url("../img/btn/btn_next_mo.png");
    background-size: auto 9px;
  }
  .paging .page li.last_page a {
    margin-left: 8px;
    background-image: url("../img/btn/btn_last_page_mo.png");
    background-size: auto 9px;
  }

  /* header */
  #header {
    height: 80px;
    width: 100%;
    min-width: 300px;
  }
  #header.sub_header {
    border-bottom: none;
  }
  #header .h_inner {
    height: 100%;
    width: 100%;
    min-width: 300px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .header_top {
    border-bottom: none;
    height: 60px;
  }
  #header .logo {
    position: static;
    width: 184px;
    transform: translateY(0);
  }
  #header .logo a {
    display: block;
    width: 113px;
    height: 40px;
    background-size: 113px 40px;
    background-image: url(../img/common/logo_w.png);
  }
  #header .header_top .ham_btn {
    top: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    background: no-repeat center right / 21px auto;
    background-image: url(../img/common/ham_btn_m.png);
  }

  /* //header */

  /* all_menu_wrap */
  #header .all_menu_wrap {
    padding-top: 125px;
    height: 100vh;
  }
  #header .all_menu_wrap .top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 40px 15px;
    box-sizing: border-box;
  }
  #header .all_menu_wrap .top .ham_close {
    margin-left: auto;
    background-image: url(../img/common/ham_close_m.png);
    background-size: 16px auto;
    top: 40px;
    right: 10px;
  }
  #header .all_menu_wrap .all_menu_list {
    flex-direction: column;
  }
  #header .all_menu_wrap .all_menu_list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  #header .all_menu_wrap .all_menu_list .depth01 {
    margin-bottom: 0;
    font-size: 1.5rem;
    height: auto;
  }
  #header .all_menu_wrap .depth02 {
    margin: 15px 0 40px;
    display: none;
  }
  #header .all_menu_wrap .depth02 li a {
    font-size: 18px;
    text-align: left;
  }
  /* //all_menu_wrap */

  .go_top {
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 900;
  }
  .go_top button {
    width: 45px;
    height: 45px;
    background: no-repeat center / 45px auto;
    background-image: url(../img/common/top_btn_m.png);
  }

  /* ci */
  .ci_wrap {
    background-color: none;
  }
  .ci_wrap .ci_logo {
    display: none;
  }
  .ci_btn {
    left: 1rem;
  }

  /* footer */
  #footer {
    padding: 30px 0 25px;
  }
  #footer .inner {
    display: block;
  }
  #footer .foot_logo {
    width: 203px;
  }
  #footer .foot_logo a {
    display: block;
    width: 113px;
    height: 40px;
    background-size: 113px 40px;
  }
  #footer .fnb {
    flex-wrap: wrap;
    padding: 17px 0 20px;
  }
  #footer .fnb li + li {
    margin-left: 0;
  }
  #footer .fnb li {
    margin-right: 20px;
  }
  #footer .fnb li a {
    display: block;
    line-height: 2;
  }
  #footer .foot_info {
    padding-top: 17px;
  }
  #footer .foot_info .foot_info_row {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .foot_info .foot_info_row div {
    width: 100%;
  }
  #footer .foot_info .foot_info_row div + div {
    margin: 0;
    padding: 0;
  }
  #footer .foot_info .foot_info_row div + div::after {
    display: none;
  }
  #footer .foot_info .foot_info_row span {
    line-height: 1.6;
  }
  #footer .foot_info .foot_info_row span + span {
    margin-left: 0;
    padding-left: 0;
  }
  #footer .foot_info .copy {
    margin-top: 30px;
    padding-top: 20px;
    line-height: 1.5;
  }
  /* //footer */
}

/* @media all and (max-width: 359px) {
    #footer .foot_info .foot_info_row span {
        font-size: 12px;
    }
    #footer .foot_info .copy {
        font-size: 12px;
    }
} */
