@charset "UTF-8";

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 998;
  box-sizing: border-box;
  transition: all ease 0.3s;
}

header.isSub,
header.active {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

header.isSub .header__gnb > a,
header.active .header__gnb > a {
  color: #333;
}

header.isSub .header__link .link__search,
header.active .header__link .link__search {
  background-image: url(/image/common/search_icon_on.png);
}

header.isSub .header__link .link__brand,
header.active .header__link .link__brand {
  background-image: url(/image/common/brand_icon_on.png);
}

header.isSub .header__link .link__mall,
header.active .header__link .link__mall {
  background-image: url(/image/common/mall_icon_on.png);
}

header.isSub .header__link .link__select,
header.active .header__link .link__select {
  border-color: #999;
  background-color: #f5f5f5;
  background: url(/image/common/select_arrow_on.png) no-repeat 90% 50%;
  color: #333;
}

header.active .header__gnb > a:last-child {
  background-color: #004f99;
  border-color: #004f99;
  color: #fff;
}

header .header__top {
  background-color: #304161;
  padding: 20px 0;
}

header .header__top .header__inner {
  display: flex;
  align-items: center;
}

header .header__top .header__inner .top__param {
  color: #fff;
  padding-left: 15px;
  background-image: url(/image/common/speaker_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 15px;
  width: 115px;
  line-height: 1em;
  font-weight: 500;
}

header .header__top .header__inner .top__msg {
  flex: 1;
  color: #a0a8b5;
  font-size: 14px;
  line-height: 1.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

header .header__top .header__inner .top__nav {
  width: 30px;
  display: flex;
  margin-left: 15px;
}

header .header__top .header__inner .top__nav .nav__pause {
  background-image: url(/image/common/pause_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 7px;
  height: 8px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
}

header .header__top .header__inner .top__nav .nav__play {
  background-image: url(/image/common/play_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 6px;
  height: 8px;
  display: block;
  cursor: pointer;
}

header .header__inner {
  max-width: 1800px;
  min-width: 1340px;
  margin: auto;
  display: flex;
  align-items: center;
}

header .header__logo {
  margin-right: 55px;
}

header .header__gnb {
  display: flex;
  align-items: center;
}

header .header__gnb > a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 27px 30px;
  display: block;
  position: relative;
}

header .header__gnb > a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0980ef;
  border-radius: 50%;
  position: absolute;
  top: 27px;
  right: 25px;
  opacity: 0;
  transition: all ease 0.3s;
}

header .header__gnb > a.on {
  color: #0980ef;
}

header .header__gnb > a.on::before {
  opacity: 1;
}

header .header__gnb > a:last-child.on {
  color: #fff;
  background-color: #004f99;
  border-color: #004f99;
}

header .header__gnb > a:last-child {
  margin-right: 0;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  box-sizing: border-box;
  margin-left: 15px;
}

header .header__gnb > a:last-child::before {
  background-color: #fff;
  top: 12px;
  right: 16px;
}

header .header__link {
  margin-left: auto;
  display: flex;
  align-items: center;
}

header .header__link .link__search {
  width: 21px;
  height: 21px;
  background-image: url(/image/common/search_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 25px;
  cursor: pointer;
}

header .header__link .link__brand {
  margin-right: 25px;
  width: 100px;
  height: 30px;
  background-image: url(/image/common/brand_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

header .header__link .link__mall {
  margin-right: 25px;
  width: 106px;
  height: 30px;
  background-image: url(/image/common/mall_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

header .header__link .link__select {
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff;
  padding: 8px 35px 8px 8px;
  background: url(/image/common/select_arrow.png) no-repeat 90% 50%;
  /* 화살표 모양의 이미지 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

header .header__link .link__select::-ms-expand {
  display: none;
}

header .header__link .link__select option {
  color: #333;
}

/* header.isSub .header__gsnb .gsnb__wrap {
  display: block;
  z-index: 1;
} */

header.isSub .header__search {
  position: relative;
  z-index: 2;
}

header .header__gsnb {
  position: fixed;
  top: 81px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

header .header__gsnb .gsnb__wrap {
  display: flex;
  padding: 15px 0;
  display: none;
}

header .header__gsnb .gsnb__wrap > a {
  color: #b5b5b5;
  font-size: 14px;
  margin-right: 13px;
}

header .header__gsnb .gsnb__wrap > a:last-child {
  margin-right: 0;
}

header .header__gsnb .gsnb__wrap > a.on {
  color: #0980ef;
}

header .header__gsnb .gsnb__wrap > a:hover {
  color: #0980ef;
}

header .header__gsnb .gsnb01 {
  margin-left: 350px;
}

header .header__gsnb .gsnb02 {
  margin-left: 495px;
}

header .header__gsnb .gsnb03 {
  margin-left: 630px;
}

header .header__gsnb .gsnb04 {
  margin-left: 500px;
}

header .header__gsnb .gsnb05 {
  margin-left: 820px;
}

header .header__search-wrap {
  display: none;
}

header .header__search {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-top: 1px solid #ddd;
}

header .header__search input {
  width: 920px;
  line-height: 55px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 24px;
  border: none;
  border-bottom: 2px solid #999;
}

header .header__search button {
  line-height: 55px;
  background-color: #004f99;
  text-align: center;
  width: 125px;
  color: #fff;
  border: none;
}

header .header__search .search__close {
  width: 29px;
  height: 29px;
  background-image: url(/image/common/close_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15px;
  cursor: pointer;
}

footer .footer__info {
  background-color: #212734;
  padding: 70px 0;
}

footer .footer__info .inner {
  display: flex;
}

footer .footer__info .inner .info__left {
  flex: 1;
  border-right: 1px solid #2c323e;
}

footer .footer__info .inner .info__right {
  width: 210px;
}

footer .footer__info .inner .info__right > a {
  display: block;
  margin-left: auto;
  width: 170px;
  border: 1px solid #3a4151;
  color: #3a4151;
  text-align: center;
  line-height: 40px;
  margin-bottom: 7px;
  font-weight: 500;
  transition: all ease 0.3s;
}

footer .footer__info .inner .info__right > a:hover {
  border-color: #eee;
  color: #eee;
}

footer .footer__info .info__logo {
  margin-bottom: 15px;
}

footer .footer__info .info__menu {
  display: flex;
  margin-top: 20px;
}

footer .footer__info .info__menu > a {
  display: block;
  color: #9097a5;
  font-size: 15px;
  line-height: 1em;
}

footer .footer__info .info__menu > a:first-child {
  color: #e2e3e5;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #474747;
}

footer .footer__info .info__address {
  margin-top: 20px;
  color: #9097a5;
}

footer .footer__info .info__address span {
  margin-right: 14px;
  padding-right: 12px;
  border-right: 1px solid #474747;
}

footer .footer__info .info__copy {
  margin-top: 20px;
  color: #5f697c;
}

footer .footer__top-btn {
  position: fixed;
  right: 40px;
  bottom: 5%;
  cursor: pointer;
}

.sample {
  width: 1920px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.img--style01 {
  display: block;
  margin: auto;
}
