@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 문의하기 */
.web_qa {
  width: 100%;
  height: 1478px;
}

.web_hire_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51A0D0;
}

.web_hire_tit>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

.web_qa_section {
  width: 100%;
  height: 1278px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web_qa_area {
  width: 100%;
  height: 1038px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.web_qa_top {
  width: 100%;
  height: 168px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.web_qa_top_lt {
  width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.web_qa_top_lt_tit {
  width: 100%;
  height: 38px;
}

.web_qa_top_lt_tit>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.web_qa_top_lt_txt {
  width: 100%;
  height: 90px;
}

.web_qa_top_lt_txt>p {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.web_qa_top_rt {
  width: 600px;
  height: 100%;
}

ul.web_qa_kind {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.web_qa_kind>li {
  width: 149px;
  height: 100%;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web_qa_kind_txt {
  width: 100%;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.web_qa_kind_txt>span {
  color: #0F7BBD;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.165px;
}

.web_qa_kind_txt>p {
  color: #AAA;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  letter-spacing: -0.143px;
}

.web_qa_bottom {
  width: 100%;
  height: 830px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.web_qa_main {
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.web_qa_main_top {
  width: 100%;
  height: 19px;
  border-bottom: 1px solid #777;
}

.web_qa_main_graph {
  width: 100%;
  height: 600px;
}

.wqamg_line1 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqmg_line_tit {
  width: 200px;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wqmg_line_tit>span {
  color: #777;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.wqmg_line_tit>p {
  color: #0F7BBD;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.wqamg_line1_radio {
  width: 557px;
  height: 30px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wqamg_line1_radio>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.wqamg_line1_radio>p {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.wqamg_line2 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqamg_line2>input {
  width: 698px;
  height: 33px;
  border: 1px solid #ccc;
  margin-left: 40px;
  outline: none;
}

.wqamg_line3 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqamg_line3>input {
  width: 698px;
  height: 33px;
  border: 1px solid #ccc;
  margin-left: 40px;
  outline: none;
}

.wqamg_line4 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqamg_line4_txt {
  width: 704px;
  height: 35px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wqamg_line4_txt>input {
  height: 33px;
  border: 1px solid #ccc;
}

.wqamg_line4_txt>p {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.hp_front {
  width: 124px;
}

.hp_mid {
  width: 248px;
}

.hp_end {
  width: 248px;
}

.wqamg_line5 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqamg_line5_txt {
  width: 704px;
  height: 35px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wqamg_line5_txt>input {
  height: 33px;
  border: 1px solid #ccc;
}

.wqamg_line5_txt>p {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.wqamg_line5_txt>select {
  height: 37px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #333;
}

.wqamg_line5_txt>select>option {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.email_front {
  width: 154px;
}

.email_end {
  width: 228px;
}

.wqamg_line6 {
  width: 100%;
  height: 299px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqamg_line6_tit {
  height: 299px;
}

.wqamg_line6>input {
  width: 698px;
  height: 278px;
  border: 1px solid #ccc;
  margin-left: 40px;
  outline: none;
}

.wqamg_line7 {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #CCC;
  background: #fff;
  display: flex;
  align-items: center;
}

.wqamg_file_btn_ip {
  width: 704px;
  height: 35px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 실제 파일 input은 숨김 */
#realFileInput {
  display: none;
}

/* 커스텀 버튼 스타일 */
.custom-file-btn {
  width: 90px;
  height: 30px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Noto Sans KR";
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

/* 선택된 파일명을 보여줄 영역 */
.file-name-display {
  margin-left: 10px;
  font-size: 14px;
  color: #444;
  font-family: "Noto Sans KR";
}

.wqamg_file_btn_ip>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width:  593px;
  height: 33px;
  border: 1px solid #ccc;
  background: #fff;
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.web_qa_pia {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
}

.check_detail {
  width: 536px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.check_box {
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.check_box>i {
  display: none;
}

/* 체크 상태일 때 변경될 스타일 */
.check_box.active {
  background: #007BDF;
  border: 1px solid #007BDF;
}

/* 체크 상태일 때 아이콘 표시 */
.check_box.active>i {
  font-size: 12px;
  color: #fff;
  display: block; 
}

.check_detail>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.detail {
  width: 92px;
  height: 28px;
  border-bottom: 1px solid #333;
  margin-top: -5px;
  cursor: pointer;
}

.detail>span {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.detail:hover span {
  color: #007BDF;
  transition: color 0.3s ease;
}

.web_qa_main_btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web_qa_cansel {
  width: 120px;
  height: 50px;
  border-radius: 10px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web_qa_cansel>p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.web_qa_cansel:hover {
  background: #731212;
  transition: background-color 0.3s ease;
}

.web_qa_send {
  width: 120px;
  height: 50px;
  border-radius: 10px;
  background: #0F7BBD;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}

.web_qa_send>p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.web_qa_send:hover {
  background: #004C7B;
  transition: background-color 0.3s ease;
}

/* ---------------------------------------------------------------- */
.detail_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8); 
  z-index: 9998; 
  display: none; 
}

.detail_modal_bg.on {
  display: block;
}

.detail_modal {
  width: 1000px;
  height: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.detail_modal.on {
  display: flex;
  flex-direction: column;
}

.privacy_policy_top {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.privacy_policy_top>h3 {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.privacy_policy>p {
  margin-top: 25px;
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.privacy_policy>h4 {
  margin-top: 25px;
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.privacy_policy>ul>li{
  margin-top: 10px;
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.privacy_policy>.label {
  width: 100%;
  height: 30px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.label>p {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
  margin-left: 25px;
}

.privacy_policy_top>i {
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

.privacy_policy_top:hover>i {
  color: #0F7BBD;
  transition: color 0.3s ease;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

