@charset "UTF-8";
/*
  헤더
*/
body.ratio125 header #allMenu > ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
  푸터 
*/
.innerWide {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  position: relative;
}

.inner1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
}

.inner1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.inner1600 {
  padding: 0 58px;
}

.inner1600.pd0 {
  padding: 0;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

header:before {
  content: "";
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 120px;
  background: #f5f5f5;
  display: block;
  position: absolute;
}

header #logo {
  padding-left: 60px;
}

header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header:after {
  content: "";
  width: 100%;
  height: 0;
  background: #f5f5f5;
  position: fixed;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.sizeDown::before {
  top: 81px;
}

header.sizeDown #gnb .depth2Box {
  top: 81px;
}

header.sizeDown #gnb > li > a {
  padding: 30px;
}

header #gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #gnb > li > a {
  display: block;
  font-weight: 700;
  padding: 49px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header #gnb > li:nth-child(3) .depth2Box > div {
  height: 380px;
}

header #gnb > li:nth-child(3) .imgLink ul li .hover.default:after {
  background: url("/img/common/gnb_imgLink_bg2.png") no-repeat center;
}

header #gnb > li:nth-child(1) .depth2Box > div {
  height: 380px;
}

header #gnb > li:nth-child(1) .imgLink ul li {
  margin-right: 20px;
  overflow: visible;
}

header #gnb > li:nth-child(1) .imgLink ul li .hover.default:before {
  display: none;
}

header #gnb > li:nth-child(1) .imgLink ul li .hover.default:after {
  background: url("/img/common/gnb_imgLink_bg2.png") no-repeat center;
}

header #gnb > li:nth-child(1) .imgLink ul li a {
  max-width: 160px;
  display: block;
  position: relative;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header #gnb > li:nth-child(1) .imgLink ul li a .pdCate {
  position: absolute;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  z-index: 10;
  bottom: 28px;
  left: 0;
  color: #fff;
  opacity: 0.4;
}

header #gnb .depth2Box {
  width: 100%;
  top: 120px;
  left: 0;
  display: none;
  position: fixed;
}

header #gnb .depth2Box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 310px;
  overflow: hidden;
}

header #gnb .depth2Box .depth2 li {
  margin-bottom: 16px;
}

header #gnb .depth2Box .depth2 li:last-child {
  margin: 0;
}

header #gnb .depth2Box .imgLink {
  padding-right: 100px;
}

header #gnb .depth2Box .imgLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #gnb .depth2Box .imgLink ul li {
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

header #gnb .depth2Box .imgLink ul li a:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #ffc10a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  opacity: 0;
}

header #gnb .depth2Box .imgLink ul li:last-child {
  margin: 0;
}

header #gnb .depth2Box .imgLink ul li .img img {
  -webkit-filter: url("../js/filters.svg#grayscale");
  filter: url("../js/filters.svg#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
}

header #gnb .depth2Box .imgLink ul li:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

header #gnb .depth2Box .imgLink ul li:hover .pdCate {
  color: #ffc10a;
  opacity: 1;
}

header #gnb .depth2Box .imgLink ul li:hover:after {
  opacity: 1;
}

header #gnb .depth2Box .imgLink ul li:hover img {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}

header #gnb .depth2Box .imgLink ul li:hover a:after {
  opacity: 1;
}

header #gnb .depth2Box .imgLink ul li:hover .hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

header #gnb .depth2Box .imgLink ul li:hover img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header #gnb .depth2Box .imgLink ul li:hover:before {
  left: -140px;
  top: -140px;
  z-index: 1;
}

header #gnb .depth2Box .imgLink ul li.on .hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

header #gnb .depth2Box .imgLink ul li.on img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header #gnb .depth2Box .imgLink ul li.on:before {
  left: -140px;
  top: -140px;
  z-index: 1;
}

header #gnb .depth2Box .imgLink ul .hover {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header #gnb .depth2Box .imgLink ul .hover p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
}

header #gnb .depth2Box .imgLink ul .hover.default {
  position: absolute;
  left: 0;
  top: 0;
}

header #gnb .depth2Box .imgLink ul .hover.default:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("/img/common/gnb_imgLink_bg.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

header #gnb .depth2Box .imgLink ul .hover.default:before {
  content: url("/img/common/gnb_imgLink_logo.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header #gnb .depth2 li {
  padding: 0 40px;
}

header #gnb .depth2 li:hover a {
  font-weight: 600;
  color: #ffc10a;
}

header #gnb .depth2 li:hover a:after {
  width: 100%;
}

header #gnb .depth2 li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  display: inline-block;
  padding-right: 14px;
  position: relative;
}

header #gnb .depth2 li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #ffc10a;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header #gnb .depth2 li.on a {
  font-weight: 600;
  color: #ffc10a;
}

header #gnb .depth2 li.on a:after {
  width: 100%;
}

header .utilMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

header .utilMenu .lang {
  position: relative;
  width: 80px;
  margin-right: 37px;
}

header .utilMenu .lang button {
  text-align: center;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .utilMenu .lang button span {
  width: 4px;
  height: 4px;
  background: #ffc10a;
  margin-left: 6px;
}

header .utilMenu .lang button.on {
  color: #fff;
  background: #ffc10a;
}

header .utilMenu .lang button.on span {
  background: #fff;
}

header .utilMenu .lang ul {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}

header .utilMenu .lang ul li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
}

header .utilMenu .lang:hover a:hover {
  color: #fff;
  background: #ffc10a;
}

header .utilMenu .mobileMenu {
  width: 30px;
  height: 22px;
}

header .utilMenu .mobileMenu button {
  width: 100%;
  background: none;
}

header .utilMenu .mobileMenu button span {
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  margin-bottom: 8px;
}

header .utilMenu .mobileMenu button span:last-child {
  margin: 0;
}

header #allMenu {
  position: fixed;
  height: 0;
  overflow: hidden;
  left: 0;
  background: #f5f5f5;
  width: 100%;
}

header #allMenu .imgLink {
  display: none;
}

header #allMenu > ul {
  margin: 0 auto;
  padding-top: 35px;
  max-width: 970px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translateX(31px);
          transform: translateX(31px);
  font-size: 0;
  letter-spacing: -4px;
}

header #allMenu > ul > li {
  letter-spacing: -0.4px;
  vertical-align: top;
  width: 212px;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

header #allMenu > ul > li:nth-child(1) a {
  font-family: "Montserrat", sans-serif;
}

header #allMenu > ul > li:nth-child(2) {
  width: 235px;
}

header #allMenu > ul > li:nth-child(3) {
  width: 134px;
}

header #allMenu > ul > li:nth-child(4) {
  width: 153px;
}

header #allMenu > ul > li:nth-child(5) {
  width: 234px;
}

header #allMenu > ul .depth2 li:hover a {
  color: #ffc10a;
}

header #allMenu > ul a {
  display: block;
  padding: 15px 0;
  font-weight: 600;
}

header #allMenu > ul a span {
  font-family: "Montserrat", sans-serif;
}

header.m_on:before {
  height: 310px;
}

header.m_on2:before {
  height: 380px;
}

header.on:after {
  height: 140px;
}

nav .menuClose {
  display: none;
}

footer {
  background: #f5f5f5;
  position: relative;
}

#schWrap {
  background: #fff103;
  padding: 60px 0;
}

#schWrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  padding: 0 90px 0 110px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#schWrap .txt strong {
  font-size: 1.75rem;
  font-weight: 900;
}

#schWrap .txt p {
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
}

#schWrap .schBar {
  width: 56.8345323741%;
}

#schWrap .schBar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#schWrap .schBar input {
  height: 50px;
  border: none;
  font-family: "Montserrat", sans-serif;
}

#schWrap .schBar input[type="text"] {
  border-bottom: 1px solid #333;
  width: calc(100% - 180px);
  background: none;
  font-size: 1.125rem;
  color: #333;
}

#schWrap .schBar input[type="text"]::-webkit-input-placeholder {
  color: #333;
}

#schWrap .schBar input[type="text"]:-ms-input-placeholder {
  color: #333;
}

#schWrap .schBar input[type="text"]::-ms-input-placeholder {
  color: #333;
}

#schWrap .schBar input[type="text"]::placeholder {
  color: #333;
}

#schWrap .schBar input[type="submit"] {
  width: 180px;
  background: url("/img/common/sch_icon.png") no-repeat 136px center #333;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  font-size: 1rem;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#schWrap .schBar input[type="submit"]:hover {
  background-color: #1f1e1e;
}

#ftTop {
  padding: 46px 0;
}

#ftTop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ftTop .txtBox {
  width: 330px;
  font-size: 13px;
}

#ftTop .txtBox .cate {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 22px;
}

#ftTop .txtBox .infomation {
  margin-bottom: 46px;
}

#ftTop .txtBox .infomation dt {
  font-weight: 500;
}

#ftTop .txtBox .infomation dd {
  font-weight: 300;
  margin-top: 4px;
  line-height: 1.7em;
}

#ftTop .txtBox .infomation dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ftTop .txtBox .infomation dd ul li:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #d0d0d0;
  display: inline-block;
  margin: 2px 10px 0;
}

#ftTop .txtBox .infomation dd ul li:last-child::after {
  display: none;
}

#ftTop .sns i {
  color: #959595;
  font-size: 22px;
}

#ftTop .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ftTop .sns ul img {
  vertical-align: middle;
}

#ftTop .sns ul li {
  margin-right: 20px;
}

#ftTop .sns ul li:last-child {
  margin: 0;
}

.ftMenu {
  width: calc(100% - 330px);
}

.ftMenu a {
  font-size: 13px;
}

.ftMenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftMenu > ul > li {
  width: 20%;
}

.ftMenu > ul > li:last-child {
  margin: 0;
}

.ftMenu > ul > li > a {
  font-weight: 700;
}

.ftMenu .depth2 {
  margin-top: 20px;
}

.ftMenu .depth2 > li {
  margin-bottom: 20px;
}

.ftMenu .depth2 > li:last-child {
  margin: 0;
}

.ftMenu .depth2 > li a {
  font-family: "Montserrat", sans-serif;
}

#ftBot {
  border-top: 1px solid #ccc;
  padding: 25px 0;
  font-size: 13px;
}

#ftBot > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ftBot .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ftBot .link ul {
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ftBot .link ul li:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #d0d0d0;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 2px 10px;
}

#ftBot .link ul li:last-child:after {
  display: none;
}

#ftBot .copy {
  font-family: "Montserrat", sans-serif;
}

#topBtn {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 134px;
  text-align: center;
  width: 45px;
  height: 45px;
  z-index: 11;
}

#topBtn > div {
  width: 100%;
  height: 100%;
}

#topBtn .inner1600 {
  padding: 0;
}

#topBtn button {
  width: 100%;
  height: 100%;
  font-size: 11px;
  background: #fff103;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#topBtn button img {
  vertical-align: middle;
}
