/*Q&A 창 css입니다*/
.main_qa {
  padding-bottom: 110px;
}
.main_notice {
  padding: 110px 0;
}
.w250 {
  width: 250px;
  margin-right: 0;
}
.input--style,
.textarea--style {
  background: transparent;
  line-height: 50px;
  width: 290px;
  height: 50px;
  border: 1px solid #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ccc;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 20px;
  font-weight: 100;
}
.hidden {
  display: none;
}
.borad {
  padding: 50px 0 50px 0;
}
.search {
  position: absolute;
  right: 0;
  top: 0px;
}
.btn_black {
  background-color: #000;
  width: 100%;
  margin: 20px 0 20px 0;
  margin-left: 0;
  padding: 0.7rem 0rem;
  text-align: center;
  vertical-align: middle;
  /* border-radius: 8px; */
  letter-spacing: 0;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border: none;
}
.btn_black_p {
  margin: 0;
}
.btn_black:hover {
  background-color: #111;
  color: #111111;
  cursor: pointer;
}
.w380 {
  width: 380px;
}
.row1_bg_notice {
  background: #060412 url(../images/news/news_title.png) no-repeat center;
  height: 500px;
  background-size: cover;
}
.row1_bg_qa {
  background: #060412 url(../images/index/s5_row1_bg.jpg) no-repeat center;
  height: 500px;
  background-size: cover;
}
.main_txt {
  letter-spacing: -0.05rem;
}
.main_ts {
  font-size: 3rem;
}
.main_txt b {
  font-size: 4rem;
}
.main_txts {
  font-size: 1.3rem;
  color: #a072ff;
}
.search .input--style {
  /*	height: 40px;*/
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  border-top: none;
}

.tabmenu li .input--style {
  height: 40px;
  border: none;
  /* font-size: 18px; */
  /* margin-top: -20px; */
  font-family: "Noto Sans KR", sans-serif;
  color: #666;
  font-weight: 100;
}
.tabmenu li .input--style option {
  font-family: "Noto Sans KR", sans-serif;
  color: #666;
  font-weight: 100;
}
.btn_black_small {
  background-color: #000;
  width: 80px;
  margin: 20px 5px 20px 0;
  padding: 0.7rem 0rem;
  text-align: center;
  vertical-align: middle;
  /* border-radius: 4px; */
  letter-spacing: 0;
  font-size: 16px;
  color: #1111;
  border: none;
}
.btn_black_small:hover {
  background-color: #111;
  color: #1111;
  cursor: pointer;
}

.menu_qa {
  height: 50px;
  margin: 0 0 34px 0;
  border-bottom: 1px solid #1111;
}
.menu_qa .on {
  font-size: 1.6rem;
  font-family: "Noto Sans KR Medium";
  border: none;
  border-bottom: 24px solid #ce4ec4;
  /* height: 50px; */
  margin-bottom: -24px;
  line-height: 50px;
  color: #ce4ec4 !important;
}

.menu_qa .off {
  border: none;
  border-bottom: 1px solid #666;
  font-family: "Noto Sans KR Light";
  font-size: 1.3rem;
  line-height: 50px;
}

.menu_qa li:hover {
  cursor: pointer;
  color: #1111;
  outline: none;
  font-weight: bold;
}
.menu_qa li {
  width: 25%;
  color: #111111;
  float: left;
  text-align: center;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
  transition: all 0.3s linear;
  line-height: 50px;
  outline: none;
  cursor: pointer;
}
.qa {
  /* display: table; */
  padding: 0;
  margin-top: 70px;
  vertical-align: middle;
  width: 100%;
}

.research {
  width: 100%;
  text-align: left;
  border-bottom: 12px solid #ce4ec4;
  margin: -20px 0 0 0;
  padding: 20px 0;
  font-family: "Noto Sans KR Regular";
  font-size: 16pt;
}

.question_box_on .question {
  font-size: 16px;
}

/*Question*/

.question {
  color: #ce4ec4;
  padding-right: 1em;
  padding-left: 30px;
  letter-spacing: 0.1em;
  font-family: "open-sans";
}

.question_box_on {
  text-align: center;
  width: 100%;
  height: 90px;
  /* float: left; */
  margin: 0px 0 0 0;
  font-family: "Noto Sans KR Regular";

  line-height: 90px;
  border: none;
  border-bottom: 1px dashed #cccccc;

  background: none;
  border-radius: 0px;
  outline: none;
}

.question_box_on p {
  float: left;
  margin: 0 0;
  font-size: 1rem;
}

.question_box_on img {
  float: right;
  margin-top: 40px;
  margin-right: 30px;
  width: 16px;
  vertical-align: middle;
}

/*Answer*/

.answer {
  padding-right: 1.5em;
  padding-left: 80px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-family: "open-sans";
  color: #444444;
}

.answer2 {
  /* padding-right: 1.5em; */
  padding: 0 80px;
  font-size: 0.95rem;
}

.answer_box {
  text-align: left;
  background-color: #ececec;
  width: 100%;
  /* float: left; */
  margin: 0 0 0 0;
  padding: 40px 0;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #cccccc;
}

/*더보기*/
.read_more {
  text-align: center;
  width: 100%;
  height: 100px;
  float: left;
  margin: 0 0 0 0;
  font-family: "Noto Sans KR Thin";
  font-size: 20px;

  line-height: 100px;

  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  background: none;
  border-radius: 0px;
  outline: none;
}

.read_more:hover {
  cursor: pointer;
}

/*1:1 질문하기 버튼*/
.doquestion {
  width: 100%;
  height: 100px;
  overflow-x: hidden;
}

.doquestion .btn_black {
  margin: 0 auto;
  display: block;
  position:relative;
  top:50px;
}

/*공지사항과 이벤트 페이지sub_5_notice_1t CSS입니다*/

.annou_bg {
  background-size: contain;
  background-position: center;
  height: 180px;
  position: relative;
}

.event_bg {
  background-image: url("../images/news/news_title.png");
  background-size: contain;
  background-position: right;
  height: 260px;
  position: relative;
}

.anouncment .menu li {
  width: 50%;
  float: left;
  text-align: center;
  letter-spacing: 0px;
  transition: all 0.3s linear;
}
.bg_bora .numbering {
  color: #ce4ec4 !important;
  font-weight: 600;
}
.numbering-1 {
  padding: 0 0px 0 25px;
  color: #666666;
  width: 120px;
  /*	background-color: antiquewhite;*/

  margin: 0 auto;
  display: block;

  float: left;

  font-family: "Open Sans Light";
  font-size: 16px;
}

.question_box_on .numbering {
  padding: 0 30px 0 0;
  color: #666666;
  width: 120px;
  letter-spacing: 0em;
  font-family: "Open Sans Light";
  font-size: 16px;
}

.question_box_on .date {
  color: #666666;
  font-family: "Open Sans Light";
  display: block;
  float: right;
  margin-right: 30px;
  width: auto;
  /* vertical-align: middle; */
  font-size: 16px;
}

/*공지사항post sub_anouncement_post의 CSS입니다*/

.post_box {
  text-align: left;
  background-color: #ececec;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 55px;
  font-size: 20px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px solid #cccccc;
}

.anounce_button {
  clear: both;
  float: none;
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.anounce_button .btn_gray,
.anounce_button .btn_grayline {
  padding: 16px 0;
  width: 300px;
  display: inline-block;
  margin: 0 30px;
  font-size: 16px;
  font-family: "Noto Sans KR Regular";
  border-radius: 8px;
}

/*1:1질문 My_3_inquiry창의 css입니다*/

.private_title h2 {
  width: 500px;
  height: auto;
  margin-bottom: 10px;
  letter-spacing: normal;
  display: inline-block;
  /* float: left; */
}

.private_title .btn_grayline {
  float: right;
  width: 200px;
  margin-top: 30px;
}

#questioninfo {
  clear: both;
  float: none;
  height: 600px;
  width: 100%;
}

.private_question .question_box_on .subject {
  padding: 0 30px 0 0;
  color: #666666;
  width: 120px;
  letter-spacing: 0em;
  font-family: "Noto Sans KR Light";
}

.private_question .question_box_on {
  text-align: center;
  width: 100%;
  height: 90px;
  float: left;
  margin: 0px 0 0 0;
  font-family: "Noto Sans KR Regular";

  line-height: 90px;
  border-top: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  border-bottom: none;

  background: none;
  border-radius: 0px;
  outline: none;
}

.private_question .question_box_on .date {
  color: #666666;
  font-family: "Open Sans Light";
  display: block;
  float: right;
  margin: 0 auto 0 auto;
  width: auto;
  font-size: 16px;
}

.private_question .question_box_on .ing {
  color: #ce4ec4;
  font-family: "Noto Sans KR Regular";
  float: right;
  margin-left: 20px;
  margin-right: 30px;
  width: 80px;
  vertical-align: middle;
  font-size: 16px;
}

.private_question .question_box_on .done {
  font-family: "Noto Sans KR Light";
  float: right;
  margin-left: 20px;
  margin-right: 30px;
  width: 80px;
  vertical-align: middle;
  font-size: 16px;
}

.private_question .question_box_on p {
  width: auto;
  float: left;
  margin: 0 0;
  font-size: 18px;
}

.private_question .question_box_on .subject {
  font-size: 16px;
}

.private_question .question_box_on img {
  margin-right: 30px;
  width: 16px;
  vertical-align: middle;
}

.posting {
  padding-right: 1.5em;
  padding-left: 150px;
  font-size: 16px;
}

.detail_q {
  text-align: left;
  background-color: #1111;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 40px 0;
  font-size: 20px;
  border-top: 1px dashed #1111;
}

.detail_a {
  text-align: left;
  background-color: #1111;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 40px 0;
  font-size: 20px;
  border-top: 1px dashed #1111;
}

#questioninfo .btn_gray {
  float: right;
}

/*1:1질문 작성창My_3_inquiry-1의 css입니다.*/

.detail_q p strong {
  font-size: 14px;
  color: #ce4ec4;
}

#popup_bg2 {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: 100;
}
.qa_popup_btn{
  text-align: center;
}
.p_qregister {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  min-width: 400px;
  padding: 40px;
  border: none;
  background-color: white;
  z-index: 1000;
  opacity: 100%;
}

.p_qregister h2 {
  text-align: left;
  float: left;
  font-size: 36px;
  margin-bottom: 40px;
}

.p_qregister .box {
  display: block;
  clear: both;
  color: #ce4fc4;
  font-size: 24px;
  font-weight: 600;
}

.p_qregister .box .form-row .value .test3 {
  width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p_qregister .box .form-row .value .test3 .floating2 .select {
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  width: 85%;
}

.input-group .radio-container {
  margin-bottom: 10px;
}

.input-group .label-text {
  font-size: 14px;
  margin-top: 5px;
  color: black;
}
.question_box_on:last-child{
  margin-bottom:20px;
}
.answer_box:last-child{
  margin-bottom:20px;
}
/* 기존 main.css에서 가져옴 */
/* faq */
.making_add {
  width: 45px;
  margin: -10px auto 0px auto;
}
.btn_add {
  border-radius: 45px;
  border: 1px solid #666;
  background: url(../images/btn_more.png) #1111;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.btn_add:hover {
  border: 2px solid #ce4fc4;
  background: url("../images/btn_more_bora.png") #1111;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin-bottom: -1px;
}
/* faq 1:1문의 팝업*/
.overlay_qa {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
  z-index: 1060;
  overflow-x: hidden;
  background-color: rgba(50, 58, 70, 0.9);
  display: none;
  width: 100%;
}
.popup {
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  height: auto;
  top: 150px;
  max-width: 100%;
  padding: 0.8em 1.25em;
  border-radius: 0.3125em;
  background: #1111;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  margin: auto;
}
.table-responsive {
  overflow-x: hidden;
}
.popup_title {
  border-bottom: none;
}
.modal-title {
  font-size: 1.6rem;
}
.mdi-close {
  font-size: 2rem;
}
/* 210405 추가되는 부분 */
.main_txt_qa {
  margin-top: 180px;
  margin-bottom: 0px;
}
.annou_bg {
  height: 103px;
}
.menu_qa li {
  padding: 0;
  float: left;
  color: #1111;
  line-height: 1.2em;
}
.menu_qa .on {
  border-bottom: 10px solid #1111;
  color: #1111 !important;
  font-weight: bold;
}
.menu_qa .off {
  border-bottom: 0px;
}
.input--style,
.textarea--style {
  background: #1111;
  height: 46px;
  color: #333;
}
.menu_qa {
  /* height: 65px; */
  margin: 0;
  border-bottom: 0px;
}
/* notice */
.tabmenu .off {
  border: none;
  border-bottom: 1px solid #666;
  font-family: "Noto Sans KR Light";
  font-size: 1.3rem;
  line-height: 50px;
  margin-bottom: 24px;
}
.tabmenu li {
  width: 50%;
  color: #111111;
  float: left;
  text-align: center;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
  transition: all 0.3s linear;
  line-height: 50px;
  outline: none;
}
.tabmenu {
  height: 50px;
  margin: 0 0 -40px 0;
}
.tabmenu .on {
  font-size: 1.6rem;
  font-family: "Noto Sans KR Medium";
  border: none;
  border-bottom: 24px solid #ce4ec4;
  /* height: 50px; */
  /* margin-bottom: -24px; */
  line-height: 50px;
}
.tabmenu li:hover {
  cursor: pointer;
  color: rgb(0, 0, 0);
  outline: none;
  font-weight: bold;
}
.tabmenu .on {
  color: #ce4ec4 !important;
}
.tabmenu .on .block {
  display: block;
}
.tabmenu .off .hidden {
  display: none;
}
.w150 {
  width: 150px;
}
/* 210405 추가되는 부분 */
.main_txt_notice {
  margin-top: 180px;
  margin-bottom: 0px;
}
.tabmenu .on {
  color: rgb(0, 0, 0) !important;
  border-bottom: 15px solid #1111;
  font-weight: bold;
}
.tabmenu .off {
  border-bottom: 0px;
}
.tabmenu li {
  color: rgb(0, 0, 0);
}
.tabmenu_notice {
  height: 65px;
}
.row1_bg_notice .content_in {
  line-height: 253px;
}
.tabmenu li {
  padding: 0;
}
.main_notice {
  padding: 0 0 100px;
}
.question_box_on {
  line-height: 80px;
}
@media only screen and (max-width: 850px) {
  .question_box_on{
    height: 80px;
    /* display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-box-pack: center; */
  }
  .question_box_on .numbering {
    padding: 0;
    width: 10%;
    font-size: 1rem;
  }
  .question_box_on p:nth-child(2) {
    font-size: 1rem;
    width: 70%;
    white-space: pre-wrap;
    text-align: left;
    line-height: 70px;
    /* line-height: 1.4rem; */
  }
  .question_box_on p:nth-child(2) a {
    font-size: 1rem;
    width: 100%;
    white-space: pre-wrap;
    text-align: left;
    line-height: 1.4rem;
    vertical-align: middle;
  }
  .question_box_on .date {
    margin-right: 0px;
    width: 20%;
    font-size: 0.9rem;
  }
  .notice_d_title{
    padding: 15px 10px 0;
  }
  /* FAQ */
  .answer{
    padding:0;
  }
  .answer_box{
    padding:40px 30px;
  }
  .answer2 {
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .numbering_in{
    width:20% !important;
  }
  .notice_d_title{
    font-size: 1rem;
    width: 60% !important;
    white-space: pre-wrap;
    text-align: left;
    line-height: 80px;
    line-height: 1.4rem !important;
  }
  .search {
    position: inherit;
}
  .row1_bg_notice, .row1_bg_qa {
    height: 400px;
}
.row1_bg_notice .content_in{
  line-height: 220px;
}
.input--style, .textarea--style {
  height: 42px;
  width: 250px;
}
.btn_black_small {
  padding: 0.6rem 0rem;}
.main_txt_qa {
  margin-top: 150px;
  margin-bottom: 8px;
}
.main_txt_notice {
  margin-top: 160px;
}
.tabmenu .on {
  font-size: 1.4rem;}
  .tabmenu .off {
    font-size: 1.1rem;
  }
  .main_txt {
    font-size: 2rem;
    line-height: 2.5rem;
}
.main_ts {
  font-size: 2rem;
}
.main_txt b {
  font-size: 2.5rem;
}
#SE-35b37656-d998-4b40-8265-e1348600bcd1{
  margin-top:0px !important;
}
.se-component-content{
  padding: 0px !important;
}
.btn_black{
  width:280px;
}
.post_box {
  padding: 0 0 35px;}
.question_box_on .date {
    font-size: 0.85rem;}
/* FAQ */
.menu_qa li {
  white-space: pre-wrap;
}
.menu_qa .on {
  font-size: 1.2rem;
  line-height: 1.2em;
}
.menu_qa .on:nth-child(1) {
  padding-bottom: 20px;
}
.menu_qa .on:nth-child(4) {
  padding-bottom: 20px;
}
.menu_qa .off{
  font-size: 0.95rem;
line-height: 1.2em;
}
.answer{
  margin-bottom:0;
}
.answer2 img,.answer2 p img{
  max-width:100% !important;
  height:auto !important;
}
.answer2 {
  padding: 30px 15px 0;
}
}
@media only screen and (max-width: 375px) {
  .question_box_on {
    height: 90px;
}
  .question_box_on p:nth-child(2) {
    font-size: 0.9rem;
    width: 60%;
    line-height: 80px;
  }
}

.banner {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
.header_line {
height: 180px !important;
}
.row1_bg_notice {
height: 450px;
}
}
@media only screen and (max-width: 1050px) {
.header_line {
height: 160px !important;
}
.row1_bg_notice {
height: 300px;
}
}
@media only screen and (max-width: 750px) {
.row1_bg_notice {
height: 300px;
}
}
@media only screen and (max-width: 550px) {
.header_line {
height: 120px !important;
}
.row1_bg_notice {
height: 200px;
}
.ft_wrap {
height: 100px;
}
}
@media only screen and (max-width: 450px) {
.header_line {
height: 120px !important;
}
.row1_bg_notice {
height: 150px;
}
.ft_wrap {
height: 100px;
}
}
