@charset "utf-8";

/* layout */
.inner {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.m-inner {
  width: 90%;
  max-width: 1600px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.s-inner {
  width: 100%;
  max-width: 1450px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9%;
}
.s-inner1 {
  width: 100%;
  max-width: 1800px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-bottom: 9%;
}
#wrap {
  overflow-x: hidden; /*scroll-behavior:smooth;*/
}

@media all and (max-width: 1399px) {
  .s-inner {
    width: 100%;
  }
}

@media all and (max-width: 1280px) {
  html {
    font-size: 60% !important;
  }
}

@media all and (max-width: 976px) {
  html {
    font-size: 60% !important;
  }
}

@media all and (max-width: 767px) {
  html {
    font-size: 0.55rem !important;
  }
}

@media all and (max-width: 480px) {
  html {
    font-size: 2.2vw !important;
  }
}

/*Header*/
#header {
  position: fixed;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  z-index: 300;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

#logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header .hd_bx {
  line-height: 100px;
}
#header .hd_mbx {
  display: none;
}

#header #logo {
  font-size: 0;
  padding-left: 20px;
  z-index: 99999;
  position: relative;
}
#header #logo a {
  width: 294px;
  height:71px;
}
#header #logo a.logo {
  display: block;
  background: url("/images/logo.png") no-repeat left center;
  background-size: auto 100%;
}

.inquirybtn {
  position: absolute !important;
  right: 90px;
  top: 0px;
  z-index: 101;
  padding: 0px 25px;
}
.menuToggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 101;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.menuToggle span {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  transition: all 0.5s;
  background: #fff;
}
.menuToggle span.t {
  margin-top: -11px;
  width: 30px;
}
.menuToggle span.m {
  margin-top: -1px;
  width: 20px;
}
.menuToggle span.b {
  margin-top: 9px;
  width: 30px;
}

#header.mo_on .menuToggle span.t {
  transform: rotate(45deg);
  margin-top: 0;
}
#header.mo_on .menuToggle span.m {
  width: 0;
}
#header.mo_on .menuToggle span.b {
  transform: rotate(-45deg);
  width: 30px;
  margin-top: 0;
}

#header.scroll .menuToggle span {
  background: #222;
}
#header.mo_on .menuToggle span {
  background: #fff;
}

#gnb_pc {
  border: 0px solid red;
  margin-left: -4%;
}
#gnb_pc > ul > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
#gnb_pc > ul > li > div {
  display: block;
  font-size: 1.9rem;
  line-height: 100px;
  position: relative;
  width: auto;
  padding: 0 45px;
  cursor: pointer;
  letter-spacing: 0;
}
#gnb_pc > ul > li > div a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
#gnb_pc > ul > li > ul {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  width: 180px;
  background: rgba(203, 53, 29, 1);
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -90px;
}
#gnb_pc > ul > li > ul > li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 1.1em 12px;
  line-height: 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
#gnb_pc > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
#gnb_pc > ul > li:hover > div {
  background: ;
}
#gnb_pc > ul > li > ul > li > a:hover {
}

#header.menu_on {
  background: #fff;
}
#header.menu_on #logo a.logo {
  background: url("/images/logo_on1.png") no-repeat left center;
  background-size: auto 100%;
}
#header.menu_on #gnb_pc > ul > li > div a,
#header.menu_on #gnb_pc .gnb_dp1 > div > span {
  color: #222;
}
#header.menu_on .t_menu {
  background: #022a47;
}

#header.scroll {
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#header.scroll #logo a.logo {
  background: url("/images/logo_on1.png") no-repeat left center;
  background-size: auto 100%;
}
#header.scroll .t_lang a.t_lang {
  background: url("/images/common/ico_lang_on.png") no-repeat left center;
  background-size: auto 100%;
}
#header.scroll #gnb_pc {
}
#header.scroll #gnb_pc > ul > li > div a,
#header.scroll #gnb_pc .gnb_dp1 > div > span {
  color: #222;
}
#header.scroll .t_menu {
  background: #022a47;
}

#gnb_mo {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  padding: 80px 0;
  background: rgba(5, 5, 5, 0.9);
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 100;
  text-align: left;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%) rotate(0);
  -moz-transform: translateX(100%) rotate(0);
  -ms-transform: translateX(100%) rotate(0);
  -o-transform: translateX(100%) rotate(0);
  transform: translateX(100%) rotate(0);
}
#gnb_mo > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 3.5em;
}
#gnb_mo > ul > li > div {
  display: block;
  width: 100%;
  font-size: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 0 1.5em;
  position: relative;
  cursor: pointer;
}
#gnb_mo > ul > li > div:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -1px;
}
#gnb_mo > ul > li > div:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  right: calc(1em + 5px);
  top: 50%;
  margin-top: -6px;
  transition: all 0.5s;
}
#gnb_mo > ul > li > div > a {
  color: #fff;
}
#gnb_mo > ul > li > ul {
  display: none;
}
#gnb_mo > ul > li > ul > li > a {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #4b4b4b;
  padding: 0 1.5em;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  box-sizing: border-box;
  line-height: 3.5em;
}

#gnb_mo > ul > li > div.on {
  background: #cb351d;
}
#gnb_mo > ul > li > div.on:before {
  transform: rotate(90deg);
}

#header.mo_on #gnb_mo {
  display: block;
}
#gnb_mo.m_menuOn {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
}

@media all and (max-width: 1599px) {
  #header #logo {
    padding-left: 20px;
  }
}

@media all and (max-width: 1280px) {
  #header {
    height: 80px;
    text-align: center; /* background:#FFF */
  }
  #header .hd_bx {
    line-height: 80px;
  }
  #header .hd_mbx {
    display: block;
  }

  #gnb_pc {
    display: none;
  }
  #gnb_mo {
    text-align: left;
  }
}

@media all and (max-width: 976px) {
  #header {
    height: 70px;
  }

  .menuToggle {
    width: 70px;
    height: 70px;
  }
  #gnb_mo {
    padding: 70px 0;
  }
}

@media all and (max-width: 767px) {
  #gnb_mo {
    max-width: 100%;
  }
}

@media all and (max-width: 479px) {
  #header {
    height: 70px;
  }
  #header #logo {
    padding-left: 0px !important;
    width:auto; 
    margin:0 auto;
    border:0px solid red;
    text-align: center;
    position: absolute;
    left: 50%;
  

  }


  #header #logo a {
    width:186px;
    height: 45px;
  }

  .menuToggle {
    width: 70px;
    height: 70px;
  }
  #gnb_mo {
    padding: 70px 0;
  }
}

#footer {
  padding: 80px 0px;
  background: #0e0e0f;
  position: relative;
}
#footer .f-info {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
#footer .f-infott {
  font-size: 18px;
  padding: 20px 0px;
}
#footer .f-infott a {
  font-weight: 600;
  color: #fff;
}
#footer .f-infott span {
  padding: 0px 20px;
  color: #333;
}

#footer .f-infott1 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
  padding: 20px 0px;
}
#footer .f-infott1 span {
  padding: 0px 20px;
  color: #333;
}

#footer .copy {
  width: 1400px;
  margin: 0 auto;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  padding-top: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.talk {
  position: absolute;
  top: 10px;
  right: 0px;
}

#footer #f-info .copy {
  padding-top: 0.7em;
  font-size: 1.2rem;
  opacity: 0.5;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}
#footer #f-site {
  position: absolute;
  right: 0;
  top: 0;
}
#footer #f-site select {
  width: 230px;
  padding: 15px 5px;
  background: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.2em;
  background: url("/images/common/select-arrow.png") no-repeat 95% 50%;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
#footer #f-site select option {
  font-size: 1.5rem;
  font-family: "Montserrat", "Pretendard";
  font-weight: 500;
}

@media all and (max-width: 1399px) {
  #footer .f-info {
    width: 100%;
    text-align: Center;
  }
  #footer #f-info {
    padding-left: 50px;
  }
  #footer #f-info span {
    padding-right: 15px;
  }

  #footer #f-site select {
    width: 170px;
  }
  #footer .copy {
    width: 100%;
    text-align: Center;
  }
}
@media all and (max-width: 1120px) {
  #footer .m-inner {
    display: block;
  }
  #footer #f-info {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media all and (max-width: 976px) {
  #footer #f-site {
    position: unset;
    margin-top: 20px;
  }
  #footer .f-infott1 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #999999;
    padding: 20px 0px;
  }
  #footer .copy {
    width: 100%;
    text-align: Center;
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  #footer #f-site select {
    padding: 10px 5px;
  }
}



/* ✅ 상담폼 전체 폭 제한 (최대 800px) */
#pageCont .s-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

/* ✅ dt(제목) + dd(입력) 세로 배치로 강제 */
#pageCont .inquiryarea1 ul li dl {
  display: block;         /* 기존 가로배치(테이블/플렉스) 무력화 */
}

#pageCont .inquiryarea1 ul li dl dt,
#pageCont .inquiryarea1 ul li dl dd {
  float: none !important;
  width: 100% !important;
  display: block;
}

/* 제목이 입력 위로 오도록 간격 */
#pageCont .inquiryarea1 ul li dl dt {
  height: auto !important;     /* ht225 같은 고정 높이 무력화 */
  /* margin-bottom: 8px;
  padding-top: 0 !important; */
  font-weight: 700;
  text-align: left;
}

/* dd에 있던 과한 상단 패딩 제거 (예: style="padding-top:50px" 케이스 대응) */
#pageCont .inquiryarea1 ul li dl dd {
  /* padding-top: 0 !important; */
}


/* ✅ 입력 요소는 가로 100% */
#pageCont .inquiryarea1 input[type="text"],
#pageCont .inquiryarea1 input[type="tel"],
#pageCont .inquiryarea1 input[type="email"],
#pageCont .inquiryarea1 select,
#pageCont .inquiryarea1 textarea {
  width: 100% !important;
  max-width: 100%;
  height:70px;
  box-sizing: border-box;
  border-radius: 5px;;
}

/* 기존에 쪼개진 input 클래스들(t_input1~3)도 강제 확장 */
#pageCont .inquiryarea1 .t_input,
#pageCont .inquiryarea1 .t_input1,
#pageCont .inquiryarea1 .t_input2,
#pageCont .inquiryarea1 .t_input3,
#pageCont .inquiryarea1 .selectbox1,
#pageCont .inquiryarea1 .selectbox2,
#pageCont .inquiryarea1 .textarea1 {
  width: 100% !important;
}


/* ✅ 연락처 줄: select + input + input 을 한 줄에 3칸 */
#pageCont .inquiryarea1 select.selectbox2 {
  width: 28% !important;
  display: inline-block;
  vertical-align: top;
}

#pageCont .inquiryarea1 input.t_input3 {
  width: 34% !important;
  display: inline-block;
  vertical-align: top;
}

/* ✅ 이메일 줄: 앞 + 뒤 2칸 */
#pageCont .inquiryarea1 input.t_input1,
#pageCont .inquiryarea1 input.t_input2 {
  width: 48% !important;
  display: inline-block;
  vertical-align: top;
}

/* 모바일에서 간격 조금 */
@media (max-width: 480px) {
  #pageCont .inquiryarea1 select.selectbox2 { width: 32% !important; }
  #pageCont .inquiryarea1 input.t_input3 { width: 32% !important; }
  #pageCont .inquiryarea1 input.t_input1,
  #pageCont .inquiryarea1 input.t_input2 { width: 100% !important; display:block; }
}

/* ✅ 라디오 항목 줄바꿈/간격 */
#pageCont .inquiryarea1 input[type="radio"] {
  margin-right: 6px;
}
#pageCont .inquiryarea1 dd {
  line-height: 1.6;
}

.sub_btn_post {
    background: #333333;
	width:100%;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    line-height: 60px;
    font-weight: 600;
    margin: 0 auto !important;
}