@font-face {
  font-family: gt;
  src: url(../font/Title_Light.eot) format('eot');
}

@font-face {
  font-family: gt;
  src: url(../font/Title_Light.woff) format('woff');
}
* {
  margin: 0px;
  padding: 0px;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

input,
button,
textarea {
  border: none;
}

input:focus,
button:focus,
textarea:focus {
  border: none;
  outline: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

header .nav {
  width: 100%;
  height: 104px;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header .nav .nav-top {
  width: 100%;
}

header .nav .nav-top .nav-tw {
  width: 1350px;
  overflow: hidden;
  margin: 0 auto;
}

header:hover .nav {
  height: 294px;
  box-shadow: none;
}
header.sticky .nav .nav-top,
header:hover .nav .nav-top {
  background-color: #fff;
}

header.sticky .nav .nav-top a,
header:hover .nav .nav-top a {
  color: #393939;
}
header.sticky .nav .nav-top .log,
header:hover .nav .nav-top .log {
  color: #393939;
}
header.sticky .nav .nav-top .mypage,
header:hover .nav .nav-top .mypage {
  color: #393939;
}

.logo {
  width: 244px;
  height: 56px;
  margin-top: 20px;
  background: url(../img/common/logoGray_w.png);
  background-position: center center;
  float: left;
  background-size: 100%;
}

header.sticky .logo,
header:hover .logo {
  width: 244px;
  height: 56px;
  margin-top: 20px;
  background: url(../img/common/logoGray.png);
  background-position: center center;
  float: left;
  background-size: 100%;
}

header .menu {
  width: 750px;
  float: left;
  margin: 0px 109px;
}

header .menu ul li {
  width: 150px;
  text-align: center;
  float: left;
  font-size: 20px;
  font-family: 'gt', sans-serif;
  line-height: 104px;
  cursor: pointer;
}

header .menu ul li a {
  color: #fff;
}

header .menu ul li .s-menu ul li {
  padding: 11px 0px;
  text-align: center;
  font-size: 17px;
  height: auto;
  line-height: normal;
}

header .gnb {
  width: 137px;
  float: left;
  height: 104px;
}

header .gnb ul li {
  width: 37px;
  height: 32px;
  float: left;
  margin-top: 30px;
  font-size: 13px;
  font-family: 'gt', sans-serif;
  line-height: 35px;
  text-align: center;
  color: white;
  cursor: pointer;
}

header .gnb ul li:nth-child(1) a {
  background: url('../img/common/log-white.png');
  width: 100%;
  height: 32px;
  display: block;
}

header .gnb ul li:nth-child(2) {
  width: 45px;
  margin-left: 55px;
  height: 32px;
}

header .gnb ul li:nth-child(2) a {
  background: url('../img/common/my-white.png');
  height: 32px;
  display: block;
}

header.sticky .gnb ul li:nth-child(1) a,
header:hover .gnb ul li:nth-child(1) a {
  background: url('../img/common/log-black.png');
  width: 100%;
  height: 32px;
  display: block;
}

header.sticky .gnb ul li:nth-child(2) a,
header:hover .gnb ul li:nth-child(2) a {
  background: url('../img/common/my-black.png');
  width: 100%;
  height: 32px;
  display: block;
}

header .nav-bot {
  width: 100%;
  height: 190px;
  background-color: rgba(255, 255, 255, 0.8);
}

header .nav-bot .menu-list {
  width: 1350px;
  margin: 0 auto;
  padding: 5px 0px;
}

header .nav-bot .menu-list ul {
  width: 750px;
  margin-left: 353px;
  overflow: hidden;
}

header .nav-bot .menu-list ul li {
  float: left;
  width: 150px;
}

header .nav-bot .menu-list ul li a {
  display: block;
  text-align: center;
  padding: 11px 0px;
  color: #222222;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
}
header .nav-bot .menu-list ul li a:hover {
  color: #07a0c7;
}

.mob-nav {
  display: none;
}

.mob-menu {
  display: none;
}

@media screen and (max-width: 1400px) {
  header .nav .nav-top .nav-tw,
  header .nav-bot .menu-list {
    width: 1250px;
  }

  header .menu {
    margin: 0px 59px;
  }

  header .nav-bot .menu-list ul {
    margin-left: 303px;
  }
}

@media screen and (max-width: 1300px) {
  .logtext {
    display: none;
  }
  header .nav {
    height: 100px;
  }

  header .nav .nav-top .nav-tw,
  header .nav-bot .menu-list {
    width: 850px;
  }

  header .nav .nav-top .nav-tw {
    position: relative;
  }

  header .menu {
    width: 550px;
    margin: 0px;
    margin-left: 55px;
  }

  header .menu ul li {
    width: 110px;
    height: 60px;
    line-height: 60px;
    margin-top: 40px;
    font-size: 18px;
  }

  header .gnb {
    float: inherit;
    position: absolute;
    top: 18px;
    right: 2px;
    width: 110px;
    height: 22px;
  }

  header .gnb ul li {
    margin-top: 0px;
    width: 24px;
    height: 22px;
  }
  header .gnb ul li:nth-child(2) {
    margin-top: 0px;
    width: 31px;
    height: 22px;
    margin-left: 25px;
  }

  header .gnb ul li:nth-child(1) a {
    background: url('../img/common/log-white.png');
    background-size: 24px;
    background-repeat: no-repeat;
  }

  header .gnb ul li:nth-child(2) a {
    background: url('../img/common/my-white.png');
    background-size: 30px;
    background-repeat: no-repeat;
  }

  header.sticky .gnb ul li:nth-child(1) a,
  header:hover .gnb ul li:nth-child(1) a {
    background: url('../img/common/log-black.png');
    background-size: 24px;
    background-repeat: no-repeat;
    height: 22px;
  }

  header.sticky .gnb ul li:nth-child(2) a,
  header:hover .gnb ul li:nth-child(2) a {
    background: url('../img/common/my-black.png');
    background-size: 30px;
    background-repeat: no-repeat;
    height: 22px;
  }

  header .gnb {
  }

  header .nav-bot .menu-list ul {
    float: right;
    width: 550px;
  }

  header .nav-bot .menu-list ul li {
    width: 110px;
    font-size: 13px;
  }

  header .menu ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  header:hover .nav {
    height: 231px;
  }

  .logo {
    width: 190px;
    background-size: 100%;
    position: absolute;
    margin-top: 0px;
  }
  header.sticky .logo,
  header:hover .logo {
    position: absolute;
    margin-top: 0px;
  }

  header .nav .nav-top .nav-tw,
  header .nav-bot .menu-list {
    width: 600px;
  }

  header.sticky .logo,
  header:hover .logo {
    width: 190px;
    background-size: 100%;
  }

  header .menu {
    width: 600px;
    margin-left: 0px;
  }

  header .menu ul li {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
  }

  header .nav-bot {
    height: 130px;
  }

  header .nav-bot .menu-list ul {
    width: 600px;
    float: none;
    margin: 0px;
  }
  header .nav-bot .menu-list ul li {
    width: 120px;
    font-size: 12px;
  }
  header .nav-bot .menu-list ul li a {
    padding: 7px 0px;
  }
}

@media screen and (max-width: 640px) {
  header {
    box-shadow: none;
  }

  .nav {
    display: none;
  }

  .mob-nav {
    display: block;
    background-color: #393939;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 90px;
  }

  .mob-nav .mob-logo {
    height: 72px;
    overflow: hidden;
    float: left;
    width: 200px;
    position: absolute;
    margin-top: 7px;
  }
  .mob-nav .mob-logo img {
    margin-top: 27px;
    width: 100%;
  }

  .mobile-m {
    z-index: 9999;
    position: absolute;
    width: 26px;
    height: 20px;
    right: 2px;
    bottom: 10px;
  }
  .mobile-m .bar {
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
    float: right;
    right: 20px;
  }

  .mobile-m .bar div {
    width: 26px;
    height: 3px;
    background-color: #fff;
    transition-duration: 0.5s;
    border-radius: 20px;
  }

  .mobile-m .bar.active .bar1-1,
  .mobile-m .bar.active .bar3-1 {
    display: none;
  }

  .mobile-m .bar.active .bar2-1 .c-bar1 {
    transform: rotate(-45deg) translate(0px, 0px);
  }
  .mobile-m .bar.active .bar2-1 .c-bar2 {
    transform: rotate(45deg) translate(0px, 0px);
  }
  .mobile-m .bar .bar1-1 {
    position: absolute;
    top: 0px;
  }

  .mobile-m .bar .bar2-1 {
    position: absolute;
    top: 8px;
    background: transparent;
  }

  .mobile-m .bar .bar2-1 div {
    position: absolute;
    top: 0px;
  }

  .mobile-m .bar .bar3-1 {
    position: absolute;
    top: 16px;
  }

  .mo_gnb {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .mo_gnb ul li {
    float: left;
    margin-left: 20px;
  }

  .mo_gnb ul li a {
    display: block;
  }

  .mo_gnb ul li:nth-child(1) {
    margin-left: 0px;
  }

  .mo_gnb ul li:nth-child(1) a {
    width: 28px;
    height: 23px;
    background: url('../img/common/log-white.png');
    background-repeat: no-repeat;
    background-size: 27px;
  }

  .mo_gnb ul li:nth-child(2) a {
    width: 33px;
    height: 23px;
    background: url(../img/common/my-white.png);
    background-repeat: no-repeat;
    background-size: 33px;
  }

  .mob-menu {
    display: none;
    width: 100%;
    background-color: #717171;
  }

  .mob-menu .m-big {
    font-size: 16px;
    font-family: 'gt', sans-serif;
    padding: 15px 40px;
    display: block;
    color: #fff;
    background-color: #4a4a4a;
    overflow: hidden;
  }

  .mob-menu .m-big span {
    float: left;
    list-style-position: 45px;
  }
  .mob-menu .m-big .big-img {
    float: right;
    width: 24px;
    height: 12px;
    background: url('../img/common/mob-arrowup.png');
    background-size: 24px;
  }

  .mob-menu .m-small ul li a {
    font-size: 16px;
    font-family: 'gt', sans-serif;
    padding: 10px 60px;
    display: block;
    color: #fff;
  }

  .mob-menu .m-small {
    display: none;
  }

  .mob-menu ul li.on .m-big .big-img {
    float: right;
    width: 24px;
    height: 12px;
    background: url('../img/common/mob-arrow.png');
    background-size: 24px;
  }

  .mob-menu ul li.on .m-small {
    display: block;
  }
}

/*headerend*/

/*footer*/
body.page_footer,
body.page_footer html {
  height: 100%;
}

body.page_footer .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.page_footer .wrap {
  flex: 1; /* 콘텐츠가 공간을 밀어내게 */
}

body.page_footer footer {
  margin-top: auto; /* 남은 공간을 위로 밀어 푸터를 아래에 고정 */
}

footer {
  margin-top: 104px;
  position: relative;

  width: 100%;
  background-color: #f6f6f6;
}

footer .f-gnb {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  border-bottom: 1px solid #c7c7c7;
}

footer .f-gnb .fgnb-w {
  width: 1350px;
  margin: 0 auto;
  height: 65px;
  line-height: 65px;
  font-weight: 500;
}

footer .f-gnb .fgnb-w ul li {
  float: left;
  color: #3a3a3a;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}

footer .f-gnb .fgnb-w ul li:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
}

footer .f-gnb .fgnb-w ul li a {
  display: block;
}

footer .f-gnb .fgnb-w ul li:nth-child(1) a {
  color: #3a3a3a;
}

footer .f-gnb .fgnb-w ul li a::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 22px;
  width: 1px;
  height: 21px;
  border-left: 1px solid #3a3a3a;
}

footer .f-gnb .fgnb-w ul li:nth-child(1) a::after {
  display: none;
}

footer .foot-list {
}

footer .foot-info {
  width: 1350px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0px;
  font-size: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #6a6a6a;
}

footer .foot-info .foot-logo,
footer .foot-info .foot-list {
  float: left;
}

footer .foot-info .foot-list {
  margin-left: 60px;
  width: 850px;
}

footer .foot-info .foot-list span {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

footer .foot-info .foot-list span span {
  margin-bottom: 0px;
  margin-right: 0px;
}

footer .foot-info .foot-list .copyright {
  display: block;
}
.foot-logo {
  width: 232px;
}
.foot-logo img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  footer .f-gnb .fgnb-w {
    width: 1280px;
  }

  footer .foot-info {
    width: 1280px;
  }
}

@media screen and (max-width: 1300px) {
  footer .f-gnb {
    height: 55px;
  }

  footer .f-gnb .fgnb-w {
    width: 850px;
    height: 55px;
    line-height: 55px;
  }

  footer .foot-info {
    width: 850px;
  }

  footer .foot-info .foot-logo {
    margin-left: -15px;
  }

  footer .foot-info .foot-list {
    width: 500px;
    margin-top: 10px;
  }

  footer .f-gnb .fgnb-w ul li {
    font-size: 14px;
  }
  footer .f-gnb .fgnb-w ul li a::after {
    top: 19px;
    height: 17px;
  }
}

@media screen and (max-width: 900px) {
  footer .f-gnb .fgnb-w {
    width: calc(100% - 40px);
  }

  footer .foot-info {
    width: calc(100% - 40px);
  }

  footer .foot-info .foot-list {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 640px) {
  footer .f-gnb .fgnb-w {
    width: calc(100% - 20px);
  }

  footer .foot-info {
    width: calc(100% - 20px);
    font-size: 13px;
  }
  footer .f-gnb .fgnb-w ul li {
    font-size: 11px;
    margin-left: 5px;
    padding-left: 5px;
  }

  footer .foot-info .foot-list span {
    margin-left: 15px;
  }

  footer .foot-info .foot-list .copyright {
    text-align: center;
    margin-top: 20px;
    width: 278px;
    margin: 0 auto;
  }

  footer .foot-info .foot-list span span {
    margin-left: 31px;
  }
}
