@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
html {
  scroll-behavior: auto !important;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header .pc-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
@media screen and (max-width: 1439.98px) {
  #header .pc-header {
    display: none;
  }
}
#header .pc-header.active .inner-wrap {
  border-color: #929292;
}
#header .pc-header.active .nav li .nav_2 {
  pointer-events: initial;
  opacity: 1;
}
#header .pc-header .inner-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
  border-bottom: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
@media screen and (max-width: 1700px) {
  #header .pc-header .inner-wrap {
    padding: 0 50px;
  }
}
#header .pc-header .logo {
  width: 178px;
}
@media screen and (max-width: 1599.98px) {
  #header .pc-header .logo {
    width: 150px;
  }
}
#header .pc-header .nav {
  display: flex;
  z-index: 1;
}
#header .pc-header .nav:hover .nav_2 {
  opacity: 1;
}
#header .pc-header .nav > li {
  position: relative;
  text-align: center;
}
#header .pc-header .nav > li:hover > a {
  color: #f37021;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 3px;
}
#header .pc-header .nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0 57px;
  min-width: 150px;
}
@media screen and (max-width: 1801px) {
  #header .pc-header .nav > li > a {
    font-size: 19px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1640px) {
  #header .pc-header .nav > li > a {
    min-width: 9.1519219036vw;
    padding: 0 3.4777303234vw;
    font-size: 18px;
    white-space: nowrap;
  }
}
#header .pc-header .nav > li .nav_2 {
  position: absolute;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: top 0.9s ease, opacity 0.5s ease;
  pointer-events: none;
}
#header .pc-header .nav > li .nav_2 li {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.1;
}
#header .pc-header .nav > li .nav_2 li:hover a {
  color: #f37021;
}
#header .pc-header .nav > li .nav_2 li a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: color 0.1s;
}
#header .pc-header .pc-nav-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5) url("../../tcrews_img/home/pc_nav_bg.png") no-repeat right bottom/cover;
  width: 100%;
  top: -1000px;
  left: 0;
  transition: top 0.5s ease;
}
#header .pc-header .pc-nav-bg .con {
  margin-top: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 54px;
  border-top: 1px solid #929292;
  padding: 44px 0;
  opacity: 0;
  transition: all 0.4s 0.3s;
}
#header .pc-header .pc-nav-bg .con .left {
  display: flex;
  align-items: center;
}
#header .pc-header .pc-nav-bg .con .left .left-text {
  color: #fff;
}
#header .pc-header .pc-nav-bg .con .left .left-text p {
  font-size: 14px;
  margin-bottom: 5px;
}
#header .pc-header .pc-nav-bg .con .left .left-text h3 {
  font-size: 30px;
  font-weight: 700;
}
#header .pc-header .pc-nav-bg .con .left .time {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 0 65px 0 53px;
}
#header .pc-header .pc-nav-bg .con .left .time p {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 9px;
}
#header .pc-header .pc-nav-bg .con .left .time p span {
  font-weight: 600;
}
#header .pc-header .pc-nav-bg .con .left .time p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #fff;
  width: 1px;
  height: 15px;
}
#header .pc-header .pc-nav-bg .con .left .time p:nth-child(2) {
  display: flex;
  gap: 10px;
}
#header .pc-header .pc-nav-bg .con .right {
  display: flex;
  border-left: 1px solid #787878;
}
#header .pc-header .pc-nav-bg .con .right a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  border-right: 1px solid #787878;
  padding: 0 49px;
}
#header .pc-header .pc-nav-bg .con .right a img {
  width: 50px;
}
#header .pc-header .pc-nav-bg .con .right a p {
  color: #fff;
}
#header .pc-header .login-area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #header .pc-header .login-area {
    display: none;
  }
}
#header .pc-header .login-area a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 1439.98px) {
  #header .pc-header .login-area a {
    font-size: 15px;
  }
}
#header .pc-header .login-area p {
  width: 2px;
  background-color: #fff;
  margin: 23px;
  height: 15px;
}
@media screen and (max-width: 1439.98px) {
  #header .pc-header .login-area p {
    margin: 0 10px;
  }
}
#header .pc-header .ham {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991.98px) {
  #header .pc-header .ham {
    display: block;
  }
}
#header .pc-header .ham p {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-bottom: 7px;
}
#header .pc-header .ham p:last-child {
  margin-bottom: 0;
}
#header .pc-header .lang-area {
  position: relative;
  margin-left: 19px;
}
#header .pc-header .lang-area div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .pc-header .lang-area div .icon {
  max-width: 22px;
}
#header .pc-header .lang-area div p {
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  width: auto;
  background-color: rgba(255, 255, 255, 0);
}
#header .pc-header .lang-area div .arr {
  max-width: 10px;
}
#header .pc-header .lang-area ul {
  position: absolute;
  top: 35px;
  background-color: #fff;
  padding: 10px 8px;
  border-radius: 7px;
  display: none;
}
#header .pc-header .lang-area ul li {
  margin-bottom: 4px;
}
#header .pc-header .lang-area ul li:last-child {
  margin-bottom: 0;
}
#header .pc-header .lang-area ul li a {
  display: flex;
  gap: 4px;
  align-items: center;
}
#header .pc-header .lang-area ul li a img {
  max-width: 24px;
}
#header .pc-header .lang-area ul li a p {
  width: auto;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  color: #131617;
  font-size: 14px;
  font-weight: 300;
}
#header .mobile-header {
  position: relative;
  display: none;
  min-width: 300px;
  max-width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1439.98px) {
  #header .mobile-header {
    display: flex;
    flex-direction: column;
  }
}
#header .mobile-header.active .inner-wrap {
  margin-left: 0;
}
#header .mobile-header .logo-wrap {
  position: relative;
  height: 60px;
  background-color: #333;
  z-index: 9999;
}
#header .mobile-header .logo-wrap .logo {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 19px;
}
#header .mobile-header .logo-wrap .logo img {
  width: 122px;
}
#header .mobile-header .logo-wrap .icon-ham-close {
  position: absolute;
  top: 0;
  right: 19px;
  width: 22px;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
#header .mobile-header .logo-wrap .icon-ham-close img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .mobile-header .logo-wrap .nav-close-m,
#header .mobile-header .logo-wrap .nav-ham-m {
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s;
}
#header .mobile-header .logo-wrap .nav-close-m.active,
#header .mobile-header .logo-wrap .nav-ham-m.active {
  opacity: 1;
  pointer-events: initial;
}
#header .mobile-header .lang-area {
  position: absolute;
  right: 50px;
  top: 19px;
  min-width: 119px;
  margin-left: 19px;
}
#header .mobile-header .lang-area div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .mobile-header .lang-area div .icon {
  max-width: 22px;
}
#header .mobile-header .lang-area div p {
  color: #fff;
  font-size: 17px;
  margin: 0 4px;
  width: auto;
  background-color: rgba(255, 255, 255, 0);
}
#header .mobile-header .lang-area div .arr {
  max-width: 10px;
}
#header .mobile-header .lang-area ul {
  position: absolute;
  top: 35px;
  background-color: #fff;
  padding: 10px 8px;
  border-radius: 7px;
  display: none;
}
#header .mobile-header .lang-area ul li {
  margin-bottom: 4px;
}
#header .mobile-header .lang-area ul li:last-child {
  margin-bottom: 0;
}
#header .mobile-header .lang-area ul li a {
  display: flex;
  gap: 4px;
  align-items: center;
}
#header .mobile-header .lang-area ul li a img {
  max-width: 24px;
}
#header .mobile-header .lang-area ul li a p {
  width: auto;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  color: #131617;
  font-size: 15px;
  font-weight: 300;
}
#header .mobile-header .inner-wrap {
  position: fixed;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  margin-left: 100%;
  background-color: #fff;
  transition: margin 0.3s ease-out;
}
#header .mobile-header .top-wrap {
  position: relative;
  padding: 0 19px 20px;
  background-color: #333;
}
#header .mobile-header .top-wrap .desc {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#header .mobile-header .top-wrap .login-wrap {
  display: flex;
  gap: 15px;
}
#header .mobile-header .top-wrap .login-wrap a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
}
#header .mobile-header .top-wrap .login-wrap a.btn-orange {
  background-color: #f37021;
  border-color: #f37021;
}
#header .mobile-header .btns-wrap {
  display: flex;
  border-bottom: 1px solid #ddd;
}
#header .mobile-header .btns-wrap li {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header .mobile-header .btns-wrap li:not(:last-child) {
  border-right: 1px solid #ddd;
}
#header .mobile-header .btns-wrap li a {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 13px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}
#header .mobile-header .btns-wrap li a img {
  margin-bottom: 10px;
  width: 42px;
}
#header .mobile-header .menu-wrapper {
  padding-top: 9px;
  padding-bottom: 20px;
  overflow-y: scroll;
}
#header .mobile-header .menu-wrapper .main-menu {
  position: relative;
  width: 100%;
  padding: 13px 19px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
#header .mobile-header .menu-wrapper .main-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 14px;
  height: 14px;
  background: url("/tcrews_img/nav_mobile_arrow.png") no-repeat center/contain;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s;
}
#header .mobile-header .menu-wrapper .main-menu.active {
  color: #f37021;
}
#header .mobile-header .menu-wrapper .main-menu.active:after {
  transform: translateY(-50%) rotate(0);
}
#header .mobile-header .menu-wrapper .sub-menu {
  display: none;
}
#header .mobile-header .menu-wrapper .sub-menu li a {
  display: block;
  padding: 7px 38px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
#header .mobile-header .bottom-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 27px 19px;
  color: #fff;
  background-color: #333;
}
#header .mobile-header .bottom-wrap .tel-wrap {
  display: flex;
  align-items: center;
}
#header .mobile-header .bottom-wrap .tel-wrap .tel-tit {
  position: relative;
  padding: 0 18px;
  margin-right: 18px;
  font-size: 13px;
  font-weight: 700;
}
#header .mobile-header .bottom-wrap .tel-wrap .tel-tit:before, #header .mobile-header .bottom-wrap .tel-wrap .tel-tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.3;
  transform: translateY(-50%);
}
#header .mobile-header .bottom-wrap .tel-wrap .tel-tit:after {
  left: auto;
  right: 0;
}
#header .mobile-header .bottom-wrap .tel {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
#header .mobile-header .bottom-wrap .icon-img {
  width: clamp(40px, 17vw, 68px);
}
#header .mobile-header .bottom-wrap .weekinfo {
  font-size: 13px;
  line-height: 1.5;
}
#header .mobile-header .bottom-wrap .weekinfo span {
  margin-right: 14px;
  font-weight: 600;
}
#header .mobile-header .bottom-wrap .weekinfo span.sm {
  margin-left: 4px;
  font-weight: 300;
}