@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&amp;display=swap&amp;subset=korean");

body,
input,
textarea,
select,
button,
table {
  font-size: 14px;
  font-family: 'Montserrat', "Pretendard Variable", 'Pretendard', 'sans-serif';
}

.eng {
  font-family: 'Montserrat', "Pretendard Variable", 'Pretendard', 'sans-serif' !important;
}

label b {
  color: red;
}

::selection {
  color: #fff;
  background-color: #37c8ce;
}

h1 {
  font-size: 0;
}

.pc_show {
  display: block;
}

.mb_show {
  display: none;
}

.clearfix {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

#wrap img {
  max-width: 100%;
}

/* 플레이스홀더 색상변경 */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
}

/* --------------------------------------------
   common
----------------------------------------------*/
.inner {
  width: 1200px;
  margin: 0 auto;
}


.mo_Br {
  display: none;
}

@media (max-width :768px) {
  .mo_Br {
    display: block;
  }
}

/* --------------------------------------------
   quick
----------------------------------------------*/

.quick {
  position: fixed;
  right: 60px;
  top: 70%;
  z-index: 20;
}

.quick .quick-form {
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url(http://html.gethompy.com/404.html?id=bWFkZGlkb3Q=) center no-repeat;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.21);
  border-radius: 100%;
}

.quick .quick-form:hover {
  width: 180px;
  height: 70px;
  background: url(http://html.gethompy.com/404.html?id=bWFkZGlkb3Q=) center no-repeat;
  border-radius: 50px;
}

.top-btn {
  position: fixed;
  right: 60px;
  top: 79%;
  cursor: pointer;
  z-index: 20;
}

.counsel-btn {
  position: fixed;
  right: 60px;
  bottom: 50px;
  cursor: pointer;
  z-index: 20;
  width: 120px;
  cursor: pointer;
}

.k-talk-btn {
  position: fixed;
  right: 60px;
  bottom: 70px;
  cursor: pointer;
  z-index: 20;
  width: 120px;
  cursor: pointer;
}

.tel-btn {
  position: fixed;
  right: 60px;
  bottom: 200px;
  cursor: pointer;
  z-index: 20;
  width: 120px;
  cursor: pointer;
}

/* --------------------------------------------
   header
----------------------------------------------*/


header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  z-index: 20;
  /* .TopBanner 아래 표시 */
}

header .left-menu {
  position: absolute;
  left: 60px;
  top: 30%;
  margin-top: -12px;
}

header .right-menu {
  position: absolute;
  right: 60px;
  top: 20px;
}

header .right-menu a {
  background: #171717;
  width: 168px;
  height: 47px;
  border-radius: 50px;
  border: 2px solid #171717;

  box-sizing: border-box;
  display: inline-block;

  color: #fff;
  font-family: "noto sans kr";
  font-size: 16px;
  line-height: 43px;

  letter-spacing: -1px;
  font-weight: 500;
  cursor: pointer;
}

header .right-menu .edu_site {
  background: none;
  border: 2px solid #444;
  color: #444;

  width: 178px;
  margin-right: 5px;
}



header .center-menu a {
  color: #444;
  font-family: "noto sans kr";
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 0 30px;
  position: relative;
}

header .center-menu a::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  right: -60%;
  top: 50%;
  margin-top: -2px;
  border-radius: 100%;
}

header .center-menu a:last-child::after {
  content: none;
}

.pager {
  position: fixed;
  right: 30px;
  z-index: 10;
  top: 50%;
  margin-top: -62px;
}

.pager li a p {
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  border-radius: 100%;
  margin-bottom: 8px;
}

.pager li:last-child a p {
  margin: 0;
}

.pager li.active a p {
  background: #333;
}

/* --------------------------------------------
   main visual
----------------------------------------------*/

.sec01 {
  padding: 180px 0;
}

.sec01 img {}

.sec01 h1 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 55px 0;
  line-height: 90px;
}

.sec01 p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.sec02 {
  padding: 100px 0;
  background: url(/ks/img/sec02_bg.png) center center / cover no-repeat;
  width: 1200px;
  margin: 0 auto;
}

.sec02 h3 {
  font-size: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 100px;
}

.sec02 .p_color {
  color: #3fdfff;
  font-size: 50px;
}

.sec02 span {
  font-size: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  font-weight: 600;
}

.sec02 span .p_color {
  font-size: 32px;
  color: #3fdfff;
}

.sec03 {
  padding: 70px 0;
  background: url(/ks/img/sec03_img01.png) center center / cover no-repeat;
  height: 606px;
  width: 1200px;
  border-radius: 15px;
  margin: 60px auto;
}

.sec03 h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.sec04 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .sec04::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 8%;
  right: -47%;
  background: url(/ks/img/sec04_bg.png) no-repeat center / contain;
  transform-origin: center;
} 

.sec04::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 550px;
  top: 36%;
  left: -38%;
  background: url(/ks/img/sec04_bg02.png) no-repeat center / contain;
  transform-origin: center;
} 

.sec05 {
  padding: 70px 0;
  background: url(/ks/img/src04_bg.png) center center / cover no-repeat;
  width: 1200px;
  border-radius: 15px;
  margin: 60px auto;
}

.sec05 img,
.sec05-1 img {
  margin-left: 20px;
}

.sec05-1 {
  padding: 70px 0;
  background: url(/ks/img/src04_bg.png) center center / cover no-repeat;
  width: 1200px;
  border-radius: 15px;
  margin: 30px auto;
}


.sec06 {
  padding: 30px 0;
  position: relative;
}

.sec06 span,
.sec07 span {
  display: block;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: justify;
}

.sec06::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 425px;
  top: 50%;
  left: 760px;
  background: url(/ks/img/sec05_bg.png) no-repeat center / contain;
  transform-origin: center;
  /* transform: rotate(-20deg); */
}

.sec06 .benerfit_wrap {
  display: flex;
  gap: 50px;
  background-color: #F0F0F2;
  padding: 70px;
  border-radius: 15px;
  align-items: center;
}

.sec06 .benerfit_wrap img,
.sec07 .benerfit_wrap img {
  z-index: 31;
}

.sec06 .benerfit_txt {
  text-align: left;
}

.sec06 h3 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.sec06 h5 {
  font-size: 30px;
  margin: 25px 0 50px;
  letter-spacing: -1.0px;
}

.sec06 p {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 27px;
}


.sec07 {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  border-radius: 15px;

}

.sec07::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 50%;
  right: 64%;
  background: url(/ks/img/sec06_bg.png) no-repeat center / contain;
  transform-origin: center;
  /* transform: rotate(10deg); */
}


.sec07 .benerfit_wrap {
  display: flex;
  gap: 40px;
  padding: 70px;
  align-items: center;
  background-color: #F4F3F4;
  border-radius: 15px;
}

.sec07 .benerfit_txt {
  text-align: left;
}

.sec07 h3 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.sec07 h5 {
  font-size: 26px;
  margin: 25px 0 50px;
}

.sec07 p {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 27px;
}



.sec08 {
  text-align: left;
  padding: 30px 0;
}

.sec08 .inner {
  background-color: #1a2226;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  border-radius: 15px;
}

.sec08 h3 {
  font-size: 80px;
  color: #f37168;
  font-weight: 800;
}

.sec08 h4 {
  color: #f37168;
  font-size: 45px;
  font-weight: 800;
  margin: 5px 0 120px;
}

.sec08 .edu_txt {
  color: #f37168
}

.sec08 .edu_txt p {
  color: #f37168;
  font-size: 28px;
  font-weight: 600;
  padding-left: 25px;
  margin-bottom: 38px;
  position: relative;
}

.sec08 .edu_txt p::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f37168;
  top: 21%;
  left: 0%;
  border-radius: 100px;
  transform-origin: center;
}

.sec09 {
  padding: 130px 0;
}

.sec09 h1 {
  font-size: 70px;
  margin: 70px 0;
  font-weight: 800;
  line-height: 75px;
}

.sec09 .f_btn {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #333;
  border-radius: 100px;
}

.sec09 .f_btn div {
  font-size: 23px;
  font-weight: 800;
}

.sec09 .f_btn img {
  padding-right: 10px;
}

.sec09 p {
  font-size: 12px;
}

.sec09 .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 130px;
}

.sec09 .copy img {
  width: 5%;
}


.sec09 .copy .copy_txt {}

.sec09 .copy .copy_txt p {}


.sec09 .copy .copy_txt a {
  font-size: 11px;
  padding-right: 4px;
}

.sec09 .copy .copy_btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


/* --------------------------------------------
   pop
----------------------------------------------*/
.backBlack {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 30;
  display: none;
}

.prdPopup,
.prdPopup2 {
  width: 1080px;
  height: 750px;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  margin-left: -540px;
  top: 10%;
  z-index: 35;
  display: none;
  padding: 50px;
}

.prdPopup .tit-wrap,
.prdPopup2 .tit-wrap {
  text-align: left;
  border-left: 4px solid #122e49;
  padding-left: 20px;
  position: relative;
}

.prdPopup .tit-wrap .sub,
.prdPopup2 .tit-wrap .sub {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}

.prdPopup .tit-wrap .tit,
.prdPopup2 .tit-wrap .tit {
  color: #122e49;
  font-size: 24px;
  font-weight: 700;
}

.prdPopup .tit-wrap .close,
.prdPopup2 .tit-wrap .close {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33px;
}

.popupForm {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.popupForm .part-01 {}

/*.popupForm .part-01*/
.part-01-txt {
  font-size: 0;
  padding-top: 40px;
}

/*.popupForm .part-01 */
.part-01-txt .txt {
  font-family: "noto sans kr";
  color: #222;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
  display: inline-block;
  width: 30%;
}

/*.popupForm .part-01*/
.part-01-txt .sub {
  font-family: "noto sans kr";
  color: #888;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: right;
  display: inline-block;
  width: 70%;
}

/*.popupForm .part-01*/
.part-01-txt .sub b {
  color: red;
}

.popupForm .part-02 {}

/* 
.popupForm .part-02 .part-02-txt {
  font-size: 0;
  padding-top: 40px;
}

.popupForm .part-02 .part-02-txt .txt {
  font-family: "noto sans kr";
  color: #222;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
  display: inline-block;
  width: 30%;
}

.popupForm .part-02 .part-02-txt .sub {
  font-family: "noto sans kr";
  color: #888;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: right;
  display: inline-block;
  width: 70%;
}

.popupForm .part-02 .part-02-txt .sub b {
  color: red;
} */
/* 
.popupForm .part-02 ul li {
  border-bottom: 1px solid #ddd;
} */

.popupForm .part-01 ul {
  border-bottom: none;
}

.popupForm .part-03 {}

.popupForm .part-03 .part-03-txt {
  font-size: 0;
  padding-top: 40px;
}

.popupForm .part-03 .part-03-txt .txt {
  font-family: "noto sans kr";
  color: #222;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
  display: inline-block;
  width: 30%;
}

.popupForm .part-03 .part-03-txt .sub {
  font-family: "noto sans kr";
  color: #888;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: right;
  display: inline-block;
  width: 70%;
}

.popupForm .part-03 .part-03-txt .sub b {
  color: red;
}

.popupForm .part-03 ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.popupForm .part-03 ul {
  border-bottom: none;
}

.popupForm .part-03 ul li:nth-child(2) {
  height: 200px;
}

.popupForm .part-03 ul li:nth-child(2) dd label {
  height: 200px;
}


.popupForm .part-03 ul li:nth-child(2) .fc_wrap2 {
  display: flex;
}

.popupForm .part-03 ul li:nth-child(2) .fc_wrap2 textarea {
  font-family: "noto sans kr";
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  border: none;
  padding: 10px;
  width: 67%;
  height: 180px;
}

.popupForm ul {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd;
}

.popupForm ul li {
  width: 50%;
  float: left;
  padding: 0;
  line-height: 50px;
  text-align: left;
  cursor: auto;
}

.popupForm .form-com label {
  text-align: center;
  width: 30%;
  font-size: 16px;
  color: #333;
  float: left;
  font-weight: 600;
  background: #f1f1f1;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.popupForm .form-com .apply_label {
  display: flex;
  align-items: center;
  white-space: nowrap;

  text-align: left;
  width: 20%;
  font-size: 15px;
  color: #333;
  float: left;
  font-weight: 500;
  background: none;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.popupForm .form-com .apply_label .ap_check {
  margin: 2px 5px 0 15px;
}


.popupForm .form-com label p {
  position: absolute;
  right: 15%;
  top: 50%;
  margin-top: -7px;
}

.popupForm .form-com label b {
  color: red;
}

.popupForm ul li select {
  width: 70%;
  vertical-align: middle;
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 3px 0px;
  border: 0;
  border: none;
  font-family: "noto sans kr";
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}

.popupForm ul li input {
  width: 70%;
  vertical-align: middle;
  display: block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 3px 10px;
  box-shadow: 0;
  border: 0;
  float: left;
}

.popupForm ul li input::placeholder {
  font-family: "noto sans kr";
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}

.popupForm input.ap_check {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  vertical-align: middle;
}

.popupForm input.pa_check {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  vertical-align: middle;
}

.popupForm .check-wrap {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.popupForm .m-pop-check-01 {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0;
}

.popupForm .m-pop-check-01 label {
  cursor: pointer;
  padding-left: 25px;
  font-family: "noto sans kr";
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}

.popupForm .m-pop-check-02 label {
  cursor: pointer;
  padding-left: 25px;
  font-family: "noto sans kr";
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}

.popupForm .m-pop-check-02 {
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 0;
}

.popupForm .pop-privacy {
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: red;
  font-weight: 700;
  font-family: "noto sans kr";
  position: absolute;
  right: 0px;
  top: 12px;
  border-bottom: 2px solid red;
}

.popupForm .pop-agreement {
  font-size: 9px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 1px 3px;
  text-align: center;
  background-color: #999;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
  color: #fff;
}

.popupForm #c_agreepop {
  vertical-align: middle;
}

.prdPopup .submitBox,
.prdPopup2 .submitBox {
  width: 100%;
  margin: 10px 0;
}

.prdPopup .submitBox input.popbtn,
.prdPopup2 .submitBox input.popbtn {
  background-color: transparent;
}

.prdPopup .submitBox input.popbtn,
.prdPopup2 .submitBox input.popbtn {
  font-family: "noto sans kr";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  background: #122e49;
  padding: 7px 50px 10px;
  border-radius: 10px;
}

.prdPopup .submitBox img,
.prdPopup2 .submitBox img {
  vertical-align: -1px;
  padding-left: 20px;
}

.prdPopup .sub-title,
.prdPopup2 .sub-title {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

.popupForm .check-wrap input[id="c_privacy_p"]+label {
  background: url("/ks/img/check_off.png") no-repeat;
  background-position: 0%;
  background-size: 15px 15px;
}

.popupForm .check-wrap input[id="c_privacy_p"]:checked+label {
  background: url("/ks/img/check_on.png") no-repeat;
  background-position: 0%;
  background-size: 15px 15px;
}

.popupForm .check-wrap input[id="c_privacy_p"] {
  display: none;
}

.popupForm .check-wrap input[id="c_agree_p"]+label {
  background: url("/ks/img/check_off.png") no-repeat;
  background-position: 0%;
  background-size: 15px 15px;
}

.popupForm .check-wrap input[id="c_agree_p"]:checked+label {
  background: url("/ks/img/check_on.png") no-repeat;
  background-position: 0%;
  background-size: 15px 15px;
}

.popupForm .check-wrap input[id="c_agree_p"] {
  display: none;
}

/* 인증번호 추가셋팅 */
.pop-confirm {}

.pop-confirm .send-number {
  width: 75%;
  float: left;
  cursor: auto;
}

.pop-confirm .number-confirm {
  height: 40px;
  line-height: 40px;
  border-color: #bbb;
}

.pop-confirm .send-number .sendbasic {
  height: 40px;
  line-height: 40px;
  border-color: #bbb;
}

.popupForm .rebtn-area {
  width: 75%;
  float: left;
  height: 42px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  background-color: #fff;
}

.popupForm .rebtn-area input {
  border: 0;
  width: 70%;
}

.popupForm .rebtn-area .resend {
  padding-left: 8px;
}

.popupForm .rebtn-area .resend>a {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.popupForm .rebtn-area span {
  color: red;
  font-weight: bold;
}

.pop-confirm .phnumber .rebtn-area {
  width: 22%;
  float: right;
  text-align: center;
}

.pop-confirm .phnumber .rebtn-area span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.pop-confirm .phnumber .rebtn-area .count-num {
  color: red;
  font-weight: bold;
}

.pop-confirm .phnumber .rebtn-area .resend>a {
  text-decoration: underline;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.prdPopup .info_wrap .info_agree,
.prdPopup2 .info_wrap .info_agree {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.prdPopup .info_wrap .info_agree:first-child,
.prdPopup2 .info_wrap .info_agree:first-child {
  margin-right: 30px;
}

.toggle-btn {
  font-size: 10px;
  background: #ddd;
  padding: 3px;
}

input.popbtn {
  border: none;
}

/* 팝업 */
.blackbg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 11;
  display: none;
}

.popup-full {
  width: 500px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 300px;
  z-index: 75;
  overflow: hidden;
  display: none;
}

.popup-full .title {
  width: 500px;
  background-color: #333;
  position: fixed;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  display: inline-block;
  vertical-align: middle;

  display: flex;
}

.popup-full .pop-content {
  padding: 60px 20px 30px;
  height: 230px;
  font-size: 12px;
  background-color: #fff;
  overflow-y: hidden;
  border: 1px solid #ddd;

  text-align: left;
}

.popup-full .pop-esc {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 0 15px;
  font-size: 20px;
  right: 0;
  position: absolute;
  top: 0;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

.popupForm .form-label {
  width: 20%;
  float: left;
}

.popupForm .form-label label {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.08em;
  line-height: 50px;
  font-weight: 500;
}

.popupForm .form-com {
  width: 100%;
  float: left;
  background: #fff;
}

.popupForm input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #000;
}

.popupForm select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #bbb;
}

/* --------------------------------------------
   modal
----------------------------------------------*/

.pop-01 {
  cursor: pointer;
}

.pop-02 {
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 50;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 40px 40px 60px;
  border: 1px solid #ddd;
  width: 420px;
  /* Could be more or less, depending on screen size */
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 5px 5px 41px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 5px 41px -1px rgba(0, 0, 0, 0.23);
  box-shadow: 5px 5px 41px -1px rgba(0, 0, 0, 0.23);
}

.modal-content .tit-wrap {
  position: relative;
  border-bottom: 3px solid #235380;
  padding-bottom: 15px;
}

.modal-content .tit-wrap .tit {
  font-family: "noto sans kr";
  color: #235380;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
}

.modal-content .tit-wrap .close02 {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 51;
  cursor: pointer;
}

.modal-content .tit-wrap .mclose02 {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 51;
  cursor: pointer;
}

.modal-content .txt-wrap {}

.modal-content .txt-wrap .txt-01 {
  text-align: left;
}

.modal-content .txt-wrap .txt-01 .tit {
  font-family: "noto sans kr";
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.modal-content .txt-wrap .txt-01 .tit img {
  padding-right: 10px;
  vertical-align: 1px;
}

.modal-content .txt-wrap .txt-01 span {
  font-family: "noto sans kr";
  color: #888;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -1px;
}

.modal-content .txt-wrap .txt-02 {
  text-align: left;
}

.modal-content .txt-wrap .txt-02 .tit {
  font-family: "noto sans kr";
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.modal-content .txt-wrap .txt-02 .tit img {
  padding-right: 10px;
  vertical-align: 1px;
}

.modal-content .txt-wrap .txt-02 span {
  font-family: "noto sans kr";
  color: #888;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -1px;
}

.modal-content .txt-wrap .txt-02 .sub {
  font-family: "noto sans kr";
  color: #888;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 7px;
  margin-top: 10px;
}

.modal-content .txt-wrap .txt-03 {
  text-align: left;
}

.modal-content .txt-wrap .txt-03 .tit {
  font-family: "noto sans kr";
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.modal-content .txt-wrap .txt-03 .tit img {
  padding-right: 10px;
  vertical-align: 1px;
}

.modal-content .txt-wrap .txt-03 span {
  font-family: "noto sans kr";
  color: #888;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -1px;
}

.modal-content .b-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  font-family: "noto sans kr";
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px;
  background: #235380;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}

.modal-content .mb-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  font-family: "noto sans kr";
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px;
  background: #235380;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}

/* --------------------------------------------
   footer
----------------------------------------------*/
footer {
  width: 100%;
  background-color: #111111;
  padding: 30px 0 40px;
}

.footer_logo {
  width: 100%;
  height: 44px;
  margin-bottom: 30px;
}

.footer_logo img {
  opacity: 0.7;
}

.copy {
  text-align: left;
  color: #7e7e7e;
}

.copy span {
  color: #7e7e7e;
}

footer img {
  float: left;
}

/* --------------------------------------------
   popup
----------------------------------------------*/
.privacy {
  width: 100%;
  margin: 5px auto;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  font-size: 11px;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 20px;
}

.privacy b {
  font-weight: bold;
}

.layerPopup {
  background-color: #d5d5d5;
  width: 500px;
  height: 300px;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 300px;
  z-index: 2;
  overflow: hidden;
  display: none;
}

.layerPopup button {
  cursor: pointer;
  width: 100%;
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 10px 0;
  margin-top: 10px;
}

.inner.boardin {
  margin-top: 200px;
  margin-bottom: 100px;
  min-height: calc(100vh - 444px);
}

.mo_board_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 8px 8px;
  background: #214c94;
  color: #fff;
  border-radius: 20px;
}

@media (min-width: 781px) and (max-width: 1200px) {
  .sec1_car {
    margin-bottom: 90px;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
  }

  .inner.boardin {
    margin-top: 11vw;
    min-height: calc(100vh - 110vw);
  }
}

/*********************************************
  모바일
*********************************************/
@media (min-width: 230px) and (max-width: 780px) {

  /* --------------------------------------------
   common
----------------------------------------------*/
  .inner.boardin {
    margin-top: 11vw;
    min-height: calc(100vh - 110vw);
  }

  .pc_show {
    display: none;
  }

  .mb_show {
    display: block;
  }

  #wrap {
    width: 100%;
    min-width: 280px;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    position: relative;
  }

  #wrap img {
    max-width: 100%;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
  }

  /* --------------------------------------------
   visual
----------------------------------------------*/

  .top-btn {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 70px;
    cursor: pointer;
    z-index: 20;
    width: 40px;
  }

  .counsel-btn {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 70px;
    cursor: pointer;
    z-index: 20;
    width: 60px;
    cursor: pointer;
  }

  .k-talk-btn {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 70px;
    cursor: pointer;
    z-index: 20;
    width: 60px;
    cursor: pointer;
  }

  .tel-btn {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 150px;
    cursor: pointer;
    z-index: 20;
    width: 60px;
    cursor: pointer;
  }

  .m-quick-btn {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 80px;
    cursor: pointer;
    z-index: 20;
    width: 40px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.21);
    border-radius: 100%;
  }

  .m-quick-form-btn {
    display: none;
    position: fixed;
    z-index: 25;
    background: #171717;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .m-quick-form-btn a {
    color: #fff;
    font-family: "noto sans kr";
    font-size: 18px;
    letter-spacing: -1px;
  }

  .m-quick-form-btn a img {
    vertical-align: -1px;
    padding-left: 10px;
  }

  .navbar-toggle {
    position: relative;
    height: 60px;
    background: #fff;
    width: 100%;
    z-index: 24;
  }

  .navbar-toggle.fixed {
    position: fixed;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    z-index: 24;
  }

  .navbar-toggle .m-logo {
    position: relative;
    top: 20%;
    left: 0;
    width: 50%;
    /* top: 10px; */
    /* max-width: 150px !important;
    min-width: 150px; */
  }

  .navbar-toggle .m-ham {
    position: absolute;
    right: 15px;
    width: 7%;
    top: 20px;
    max-width: 20px !important;
    min-width: 20px;
  }

  nav {
    position: fixed;
    z-index: 24;
    background-color: #122e49;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
  }

  nav .m-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    max-width: 55px !important;
  }

  nav .m-close-btn img {}

  .nav-hide {
    display: none;
  }

  nav ul {
    vertical-align: middle;
    padding-left: 0 !important;
    padding-top: 0%;
  }

  nav ul li {
    padding: 20px 0;
  }

  nav ul li img {
    width: 30%;
  }

  nav ul li a {
    color: #fff;
    font-family: "noto sans kr";
    font-size: 24px;
  }



  /* --------------------------------------------
   pop
----------------------------------------------*/
  .backBlack {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 11;
  }

  .prdPopup,
  .prdPopup2 {
    width: 101%;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    z-index: 12;
    overflow: hidden;
    background: #fff;
    overflow: auto;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    padding: 30px;
    z-index: 60;
  }

  .prdPopup .tit-wrap,
  .prdPopup2 .tit-wrap {
    text-align: center;
    border-left: none;
    padding-left: 0px;
    position: relative;
  }

  .prdPopup .tit-wrap .sub,
  .prdPopup2 .tit-wrap .sub {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
  }

  .prdPopup .tit-wrap .tit,
  .prdPopup2 .tit-wrap .tit {
    color: #122e49;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    word-break: keep-all;
    margin-top: 10px;
  }

  .prdPopup .tit-wrap .close,
  .prdPopup2 .tit-wrap .close {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: -27px;
    top: -30px;
    width: 33px;
  }

  .popupForm {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
  }

  .popupForm .part-01 {}

  /*.popupForm .part-01 */
  .part-01-txt {
    font-size: 0;
    padding-top: 15px;
    border-top: 3px solid #333;
    margin-top: 30px;
  }

  /*.popupForm .part-01 */
  .part-01-txt .txt {
    color: #222;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    width: 30%;
  }

  /*.popupForm .part-01*/
  .part-01-txt .sub {
    color: #888;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: right;
    display: inline-block;
    width: 70%;
  }

  /*.popupForm .part-01*/
  .part-01-txt .sub b {
    color: red;
  }

  .popupForm .part-02 {}

  .popupForm .part-02 .part-02-txt {
    font-size: 0;
    padding-top: 15px;
    border-top: 3px solid #333;
    margin-top: 30px;
  }

  .popupForm .part-02 .part-02-txt .txt {
    font-family: "noto sans kr";
    color: #222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .popupForm .part-02 .part-02-txt .sub {
    font-family: "noto sans kr";
    color: #888;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: right;
    display: none;
    width: 70%;
  }

  .popupForm .part-02 .part-02-txt .sub b {
    color: red;
  }

  .popupForm .part-02 ul li {
    border-bottom: none;
  }

  .popupForm .part-02 ul {
    border-bottom: none;
  }

  .popupForm .part-03 {}

  .popupForm .part-03 .part-03-txt {
    font-size: 0;
    padding-top: 15px;
    border-top: 3px solid #333;
    margin-top: 30px;
  }

  .popupForm .part-03 .part-03-txt .txt {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .popupForm .part-03 .part-03-txt .sub {
    color: #888;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: right;
    display: none;
    width: 70%;
  }

  .popupForm .part-03 .part-03-txt .sub b {
    color: red;
  }

  .popupForm .part-03 ul li {
    width: 100%;
    border-bottom: none;
  }

  .popupForm .part-03 ul {
    border-bottom: none;
  }


  .popupForm .part-03 ul li:nth-child(2) .fc_wrap2 {
    display: block;
  }

  .popupForm .part-03 ul li:nth-child(2) .fc_wrap2 textarea {
    font-family: "noto sans kr";
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 93%;
    height: 150px;
  }

  /* 
  .popupForm .part-03 ul li textarea {
    font-family: "noto sans kr";
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
    border: none;
    padding: 10px;
    width: 93%;
    height: 165px;
    border: 1px solid #ddd;
    border-radius: 5px;
  } */

  .popupForm .m_pop_btn {
    width: 100%;
    font-size: 0;
    margin-top: 20px;
  }

  .popupForm .m_pop_btn .btn-01 {
    width: 50%;
    display: inline-block;
    font-family: "noto sans kr";
    color: #444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 50px;
    height: 50px;
  }

  .popupForm .m_pop_btn .btn-01 img {
    width: 18px;
    vertical-align: -3px;
    padding-left: 5px;
  }

  .popupForm .m_pop_btn .btn-02 {
    width: 50%;
    display: inline-block;
    font-family: "noto sans kr";
    color: #444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    border: 1px solid #ddd;
    border-left: none;
    box-sizing: border-box;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 50px;
    height: 50px;
  }

  .popupForm .m_pop_btn .btn-02 img {
    width: 18px;
    vertical-align: -3px;
    padding-left: 5px;
  }

  .popupForm ul {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
    border: none;
  }

  .popupForm ul li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
    display: inline-block;
    line-height: 40px;
    text-align: left;
    padding: 0;
    border: none;
  }

  .popupForm .form-com label {
    display: block;
    background: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 11px;
    white-space: nowrap;
  }

  .popupForm .form-com .apply_label {
    height: 30px;
    line-height: 30px;
  }

  .popupForm .form-com .apply_label .ap_check {
    margin: 2px 5px 0 0px;
  }

  .popupForm .part-03 ul li:nth-child(2) dd label {
    height: 35px;
  }

  .popupForm ul li select {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 3px 0px;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
  }

  .popupForm ul li input {
    width: 100%;
    vertical-align: middle;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 3px 4px;
    box-shadow: 0;
    border: 0;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .popupForm input.ap_check {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    vertical-align: middle;
  }

  .fc_wrap {
    display: flex;
    flex-direction: column;
  }

  .popupForm input.pa_check {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    vertical-align: middle;
  }

  .popupForm label {
    font-size: 11px !important;
    color: #999;
  }

  .popupForm .check-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .popupForm .m-pop-check-01 {
    padding: 0px;
    display: inline-block;
    text-align: left;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 0px;
    color: #777;
    margin-bottom: 15px;
  }

  .popupForm .m-pop-check-02 {
    padding: 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    color: #777;
  }

  .popupForm .m-pop-check-01 label {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .popupForm .pop-privacy {
    font-size: 9px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
  }

  .popupForm .pop-agreement {
    font-size: 9px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 1px 3px;
    text-align: center;
    background-color: #999;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
  }

  .popupForm #c_agreepop {
    vertical-align: middle;
  }

  .prdPopup .submitBox,
  .prdPopup .submitBox {
    margin: 0;
  }

  .prdPopup .submitBox input.popbtn,
  .prdPopup2 .submitBox input.popbtn {
    width: 100%;
  }

  .prdPopup .submitBox input.popbtn p,
  .prdPopup2 .submitBox input.popbtn p {
    font-family: "noto sans kr";
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    background: #122e49;
    padding: 20px 30px;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
  }

  .prdPopup .submitBox input.popbtn p img,
  .prdPopup2 .submitBox input.popbtn p img {
    vertical-align: -1px;
    padding-left: 20px;
  }

  .prdPopup .info_wrap .info_agree,
  .prdPopup2 .info_wrap .info_agree {
    width: 100%;
    float: none;
  }

  .prdPopup .info_wrap .info_agree:nth-child(2),
  .prdPopup2 .info_wrap .info_agree:nth-child(2) {
    padding-bottom: 20px;
  }

  .prdPopup .info_wrap .info_agree label,
  .prdPopup2 .info_wrap .info_agree label {
    color: #333;
  }

  .poptext {
    width: 80%;
  }



  /* 인증번호 추가셋팅 */
  .pop-confirm {}

  .pop-confirm .send-number {
    width: 75%;
    float: left;
    cursor: auto;
  }

  .pop-confirm .number-confirm {
    height: 40px;
    line-height: 40px;
    border-color: #bbb;
  }

  .pop-confirm .send-number .sendbasic {
    height: 40px;
    line-height: 40px;
    border-color: #bbb;
  }

  .popupForm .rebtn-area {
    width: 75%;
    float: left;
    height: 42px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    background-color: #fff;
  }

  .popupForm .rebtn-area input {
    border: 0;
    width: 50%;
  }

  .popupForm .rebtn-area .resend {
    padding-left: 8px;
  }

  .popupForm .rebtn-area .resend>a {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
  }

  .popupForm .rebtn-area span {
    color: red;
    font-weight: bold;
  }

  .pop-confirm .phnumber .rebtn-area {
    width: 22%;
    float: right;
    text-align: center;
  }

  .pop-confirm .phnumber .rebtn-area span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }

  .pop-confirm .phnumber .rebtn-area .count-num {
    color: red;
    font-weight: bold;
  }

  .pop-confirm .phnumber .rebtn-area .resend>a {
    text-decoration: underline;
    font-size: 12px;
    color: #333;
    cursor: pointer;
  }

  .popupForm .check-wrap input[id="c_aprivacy_mp1"]+label {
    background: url("/ks/img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_aprivacy_mp1"]:checked+label {
    background: url("/ks/img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_aprivacy_mp1"] {
    display: none;
  }

  .popupForm .check-wrap input[id="c_agree_mp"]+label {
    background: url("/ks/img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_agree_mp"]:checked+label {
    background: url("/ks/img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_agree_mp"] {
    display: none;
  }

  /* --------------------------------------------
   modal
----------------------------------------------*/

  .pop-01 {
    cursor: pointer;
  }

  .pop-02 {
    cursor: pointer;
  }

  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 70;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 40px 40px 60px;
    border: 1px solid #ddd;
    width: 90%;
    /* Could be more or less, depending on screen size */
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 5px 5px 41px -1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 5px 5px 41px -1px rgba(0, 0, 0, 0.23);
    box-shadow: 5px 5px 41px -1px rgba(0, 0, 0, 0.23);
  }

  .modal-content .tit-wrap {
    position: relative;
    border-bottom: 3px solid #235380;
    padding-bottom: 15px;
  }

  .modal-content .tit-wrap .tit {
    font-family: "noto sans kr";
    color: #235380;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: left;
  }

  .modal-content .tit-wrap .close02 {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 51;
    cursor: pointer;
  }

  .modal-content .tit-wrap .close022 {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 51;
    cursor: pointer;
  }

  .modal-content .tit-wrap .mclose02 {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 51;
    cursor: pointer;
  }

  .modal-content .tit-wrap .mclose022 {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 51;
    cursor: pointer;
  }

  .modal-content .txt-wrap {}

  .modal-content .txt-wrap .txt-01 {
    text-align: left;
  }

  .modal-content .txt-wrap .txt-01 .tit {
    font-family: "noto sans kr";
    color: #444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .modal-content .txt-wrap .txt-01 .tit img {
    padding-right: 10px;
    vertical-align: 1px;
  }

  .modal-content .txt-wrap .txt-01 span {
    font-family: "noto sans kr";
    color: #888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
  }

  .modal-content .txt-wrap .txt-02 {
    text-align: left;
  }

  .modal-content .txt-wrap .txt-02 .tit {
    font-family: "noto sans kr";
    color: #444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .modal-content .txt-wrap .txt-02 .tit img {
    padding-right: 10px;
    vertical-align: 1px;
  }

  .modal-content .txt-wrap .txt-02 span {
    font-family: "noto sans kr";
    color: #888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
  }

  .modal-content .txt-wrap .txt-02 .sub {
    font-family: "noto sans kr";
    color: #888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 7px;
    margin-top: 10px;
  }

  .modal-content .txt-wrap .txt-03 {
    text-align: left;
  }

  .modal-content .txt-wrap .txt-03 .tit {
    font-family: "noto sans kr";
    color: #444;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .modal-content .txt-wrap .txt-03 .tit img {
    padding-right: 10px;
    vertical-align: 1px;
  }

  .modal-content .txt-wrap .txt-03 span {
    font-family: "noto sans kr";
    color: #888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
  }

  .modal-content .b-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    font-family: "noto sans kr";
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    background: #235380;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
  }

  .modal-content .b-btn2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    font-family: "noto sans kr";
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    background: #235380;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
  }

  .modal-content .mb-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    font-family: "noto sans kr";
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    background: #235380;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
  }

  .modal-content .mb-btn2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    font-family: "noto sans kr";
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    background: #235380;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
  }

  /* --------------------------------------------
   popup
----------------------------------------------*/
  .privacy {
    width: 100%;
    margin: 5px auto;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    font-size: 11px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 20px;
    box-sizing: border-box;
  }

  .privacy b {
    font-weight: bold;
  }

  .layerPopup {
    background-color: #d5d5d5;
    width: 90%;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    left: 5%;
    margin-left: 0;
    top: 30%;
    z-index: 64;
    overflow: hidden;
  }

  .layerPopup button {
    cursor: pointer;
    width: 100%;
    background-color: #333;
    color: #fff;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
  }

  .popup-full {
    width: 90%;
    height: 80%;
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    margin-left: 0px;
    top: 50%;
    z-index: 65;
    overflow: hidden;
    display: none;
    transform: translateX(-50%) translateY(-50%);
  }

  .popup-full .title {
    width: 100%;
    background-color: #333;
    position: fixed;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    display: flex;
  }

  .popup-full .pop-content {
    padding: 70px 20px 20px;
    height: auto;
    overflow: auto;
    font-size: 11px;
    background-color: #fff;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .popup-full .pop-esc {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 0 15px;
    font-size: 20px;
    right: 0;
    position: absolute;
    top: 0;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
  }


  .sec01 {
    padding: 100px 0;
  }

  .sec01 img {
    width: 20%;
  }

  .sec01 h1 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 20px 0;
    line-height: 22px;
  }

  .sec01 p {
    font-size: 12px;
  }

  .sec02 {
    width: 90%;
    border-radius: 10px;
  }

  .sec02 h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .sec02 .p_color {
    font-size: 15px;
  }

  .sec02 span {
    font-size: 11px;
    margin-top: 20px;
  }

  .sec02 span .p_color {
    font-size: 11px;
  }

  .sec03 {
    height: 30vh;
    width: 90%;
    margin: 20px auto 7px;
    padding: 30px 0;
  }

  .sec03 h3 {
    font-size: 15px;
  }

  .sec04 {
    padding: 0 10px 0 12px;
  }

  .sec04::after {
    display:none;
    transform: rotate(90deg);
    height: 100px;
    top: -1%;
    left: -32%;
  }


  .sec04::before {
    display: none;
    height: 78px;
    top: 1%;
    right: -47%;
  }

  .sec04 .mb_show {
    margin-left: 15px;
  }

  .sec05,
  .sec05-1 {
    width: 90%;
    height: auto;
    margin: 18px auto;
    padding: 30px 0;
  }

  .sec05 img,
  .sec05-1 img {
    margin-left: 10px;
    width: 90%;
  }

  .sec05 .img_wrap {}

  .sec06 {
    padding: 0px 0;
  }

  .sec06 .benerfit_wrap {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .sec06 .benerfit_txt {}

  .sec06 h3,
  .sec07 h3 {
    font-size: 18px;
    letter-spacing: -1.0px;
  }

  .sec06 h5,
  .sec07 h5 {
    font-size: 15px;
    margin: 5px 0 20px;
  }

  .sec06 p,
  .sec07 p {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0;
  }

  .sec06::before,
  .sec07::before {
    display: none;
  }

  .sec07 {
    padding: 20px 0;
    width: 100%;
  }

  .sec07 .benerfit_wrap {
    padding: 30px;
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
  }

  .sec07 .benerfit_txt {
    margin-top: 40px;
    order: 2;
  }

  .sec07 .benerfit_txt br {
    display: block;
    margin: 2px 0;
    /* 위아래 간격 조절 */
    content: "";
  }

  .sec06 span,
  .sec07 span {
    font-size: 11px;
    letter-spacing: -0.4px;
    line-height: 15px;
    margin-bottom: 10px;
  }


  .sec08 {
    padding: 0px 0px;
  }

  .sec08 .inner {
    flex-direction: column;
    width: 90%;
    padding: 30px 0;
  }

  .sec08 img {
    width: 80%;
  }

  .sec08 h3 {
    font-size: 18px;
  }

  .sec08 h4 {
    font-size: 13px;
    margin: 5px 0 20px;
  }

  .sec08 .edu_txt {
    margin-bottom: 20px;
  }

  .sec08 .edu_txt p {
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 15px;
  }

  .sec08 .edu_txt p br {
    display: none;
  }

  .sec09 {
    padding: 50px 0;
  }

  .sec09 .inner>img {
    width: 20%;
  }

  .sec09 h1 {
    font-size: 15px;
    margin: 20px 0;
    line-height: 17px;
  }

  .sec09 .f_btn {
    padding: 5px 10px;
  }

  .sec09 .f_btn div {
    font-size: 11px;
  }

  .sec09 .f_btn img {
    width: 9%;
  }

  .sec09 .copy {
    margin-top: 60px;
    gap: 10px;
  }

  .sec09 .copy img {
    width: 10%;
  }

  .sec09 .copy p {
    font-size: 10px;
  }

  .sec09 .copy .copy_txt {
    gap: 5px;
    flex-direction: column;
  }








}