@charset "UTF-8";
/*
---------------------------------
 font 모음
---------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.montserrat {
  font-family: 'Montserrat',
 sans-serif;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.open_sans {
  font-family: 'Open Sans', sans-serif;
}

.roboto {
  font-family: 'Roboto',
 sans-serif;
}

/*
---------------------------------
 icon 모음
---------------------------------
*/
.icon-i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1px;
  text-indent: -9999px;
  margin-right: 3px;
}

.star-icon {
  width: 12px;
  height: 12px;
  background: url(/img/star-icon.png) no-repeat center center;
}

.searchBtn-icon {
  width: 18px;
  height: 18px;
  background: url(/img/searchBtn-icon.png) no-repeat center center;
}

.memberJoin-icon {
  width: 20px;
  height: 20px;
  background: url(/img/memberJoin-icon.png) no-repeat center center;
}

.login-icon {
  width: 14px;
  height: 14px;
  background: url(/img/login-icon.png) no-repeat center center;
}

.color-star-icon {
  width: 15px;
  height: 14px;
  background: url(/img/color-star-icon.png) no-repeat center center;
}

.home-icon {
  width: 14px;
  height: 14px;
  background: url(/img/home-icon.png) no-repeat center center;
}

.warning-icon {
  width: 16px;
  height: 16px;
  background: url(/img/item-warning.png) no-repeat center center;
}

.rel {
  position: relative;
}

.h-gnb {
  background: #f1f1f1;
  padding: 13px 0;
}

.h-gnb-left {
  float: left;
}

.h-gnb-right {
  float: right;
}

.h-gnb-inner a {
  display: inline-block;
  font-size: 12px;
  color: #444444;
}

.h-gnb-inner a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #d4d4d4;
  margin: 0 10px;
}

.h-gnb-inner a:last-child:after {
  display: none;
}

.head-main {
  padding: 15px 0;
}

.head-main .logo {
  float: left;
}

.head-main .logo a {
  display: block;
}

.head-main-menu {
  float: right;
}

.head-main-menu li {
  display: inline-block;
  vertical-align: middle;
}

.head-main-menu li a {
  display: inline-block;
  color: #262626;
  font-weight: 500;
}

.head-main-menu li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #d4d4d4;
  margin: 0 10px;
}

.head-main .head-main-menu li:last-child:after {
  display: none;
}

.head-main-menu .search-box {
  position: relative;
}

.head-main-menu .search-box input {
  padding: 5px 30px 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #d4d4d4;
  width: 250px;
}

.head-main-menu .search-box button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav.pc-menu {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
    position: relative;
  background: #0077d9;
}

nav.pc-menu ul {
  display: table;
  width: 100%;
  text-align: center;
}

nav.pc-menu ul li {
  display: table-cell;
  width: 50%;
    position: relative
}
nav.pc-menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 42px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 90;
    display: none
}
nav.pc-menu.on::after {
    display: block
}
nav.pc-menu ul li:hover .depth_link {
    color: #fff;
    background: #333
}
nav.pc-menu ul li .show_menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 99;
    display: none
}
nav.pc-menu .hover_pc>li:last-of-type:hover .depth_link {
    position: relative
}
nav.pc-menu ul li .dropdown-content-pc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden
}
nav.pc-menu ul li .dropdown-content-pc a {
    width: 16.66%;
}
nav.pc-menu ul li .dropdown-content-pc a {
    display: block;
    text-align: center;
    color: #3c3c3c;
    padding: 10px 0;
    float: left
}
nav.pc-menu ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 16px 0
}
.foot-menu {
  background: #f6f6f6;
  text-align: center;
  padding: 15px 0;
}

.foot-menu a {
  display: inline-block;
  color: #666666;
}

.foot-menu a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #adadad;
  margin: 0 50px;
  vertical-align: middle;
}

.foot-menu a:last-child:after {
  display: none;
}

.foot-box {
  padding: 45px 0;
}

.foot-box-table {
  display: table;
  width: 100%;
}

.foot-box-table .foot-item {
  display: table-cell;
  width: 33.33%;
  padding: 0 25px;
  vertical-align: top;
  border-right: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.foot-box-table .foot-item:last-child {
  border-right: 0;
}

.foot-box-table .foot-item .foot-item-tit {
  font-weight: 500;
  margin-bottom: 20px;
}

.foot-box-table .foot-item .big-font {
  font-size: 30px;
  color: #222222;
  font-family: 'Lato',
 sans-serif;
  margin-bottom: 20px;
}

.foot-box-table .foot-item ul li {
  font-weight: 300;
}

.foot-box-table .foot-item ul li span {
  font-weight: 400;
}

.foot-box-table .foot-item .foot-item-select {
  margin-top: 15px;
}

.foot-box-table .foot-item .foot-item-select select {
  border: 1px solid #dedede;
  padding: 5px 30px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/img/select-small-icon.png) no-repeat center right 5px;
  font-size: 12px;
  font-weight: 300;
}

.copyright {
  border-top: 1px solid #dedede;
  padding: 25px 0;
}
.foot-address ul li{
    float:left;
    margin-right:20px;
    font-weight:350;
}
.foot-address strong {
  color:#aaa;
  font-weight:300;
  margin-right:4px;
}

.foot-address span {
  display: inline-block;
}

@media (max-width: 1260px) {
  img {
    max-width: 100%;
  }
  .top-banner {
    display: none;
  }
  .touch-menu {
    position: relative;
  }
  nav.pc-menu .touch-menu ul {
    float: left;
    display: block;
    font-size: 0;
    white-space: nowrap;
    position: relative;
  }
  nav.pc-menu .touch-menu li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .m-not {
    display: none !important;
  }
  .h-gnb-left {
    display: none;
  }
  .head-main-menu {
    /*display: none;*/
  }
    .head-main-menu li:first-of-type{
        display: none
    }
    .head-main-menu li:last-of-type{
        margin-top: 10px
    }
  .foot-menu a:after {
    margin: 0 10px;
  }
  .foot-menu a:nth-of-type(3):after {
    display: none;
  }
  .foot-box {
    padding: 20px 0;
  }
  .foot-box-table .foot-item {
    display: block;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .foot-box-table .foot-item:last-child {
    margin-bottom: 0;
  }
  .copyright {
    text-align: center;
  }
    .head-main-menu .search-box input{
        width: 180px
    }
}

@media (max-width: 768px) {

  .h-gnb-inner a {
    display: inline-block;
    font-size: 9px;
    color: #444444;
  }
}
/*# sourceMappingURL=common2.css.map */

@media screen and (max-width:1024px) {
    nav.pc-menu ul li .dropdown-content-pc a {
        width: 50% !important;
        background: #fff
    }
    nav.pc-menu ul li:first-of-type .dropdown-content-pc a:last-of-type {
        position: relative
    }
    nav.pc-menu ul li:first-of-type .dropdown-content-pc a:last-of-type::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        right: -100%;
        top: 0;
    }
    nav.pc-menu:hover::after {
        display: none
    }
}