@charset "UTF-8";

/* header */
#header .logo a {
  background: url("../images/common/logo.svg") no-repeat center / auto 100%;
}

#header .logo a img {
  opacity: 0;
}

#header .lnb .menu .menu_list li a {
  color: #1F2122;
}

/* cs */
.cs_section {
  padding: 0 !important;
}

.cs_section .cs_bg {
  position: relative;
  height: 500px;
  padding-top: 160px;
}

.cs_section .cs_bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  background: url("../images/cs/bg.jpg") no-repeat center / cover;
  transform: translateX(-50%);
}

.cs_section .cs_bg .section_title {
  position: relative;
}

.cs_section .cs_bg .section_text {
  position: relative;
}

.cs_section .cs_form {
  padding: 90px 0 130px;
}

.cs_section .cs_form .cs_form_list {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.cs_section .cs_form .cs_form_list li {
  display: inline-block;
  width: calc(50% - 15px);
  margin-bottom: 14px;
  vertical-align: top;
}

.cs_section .cs_form .cs_form_list li label {
  display: block;
  margin-bottom: 6px;
  color: #1F2122;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.cs_section .cs_form .cs_form_list li label span {
  margin-left: 2px;
  color: #FF3D3D;
  vertical-align: top;
}

.cs_section .cs_form .cs_form_list li input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #E2E6EA;
  border-radius: 12px;
  background-color: #F5F8FA;
  color: #383B41;
  font-size: 16px;
  font-weight: 500;
  transition: border-color 0.25s ease-in-out;
}

.cs_section .cs_form .cs_form_list li input::placeholder {
  color: #A6ADB3;
}

.cs_section .cs_form .cs_form_list li input:focus,
.cs_section .cs_form .cs_form_list li input:focus-visible,
.cs_section .cs_form .cs_form_list li input:hover {
  border-color: #00BC56;
  outline: none;
}

.cs_section .cs_form .cs_form_list li .error_msg {
  visibility: hidden;
  margin-top: 4px;
  color: #FF3D3D;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.cs_section .cs_form .cs_form_list.n1 li+li {
  margin-left: 30px;
}

.cs_section .cs_form .cs_form_list.n2 {
  padding-right: calc(50% + 15px);
}

.cs_section .cs_form .cs_form_list.n2 li {
  display: block;
  width: 100%;
}

.cs_section .cs_form .cs_form_list.n2 li:nth-child(2) {
  /* margin-left:30px;*/
}

.cs_section .cs_form .cs_form_list.n2 li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
}

.cs_section .cs_form .cs_form_list.n2 li:nth-child(3) input {
  margin-top: 10px;
}

.cs_section .cs_form .cs_form_list.n2 li:nth-child(3) label+input {
  width: calc(100% - 150px);
  margin-top: 0;
}

.cs_section .cs_form .cs_form_list.n2 li:nth-child(3) label+input+button {
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 140px;
  height: 50px;
  line-height: 48px;
}

.cs_section .cs_form .cs_form_list.n3 li {
  display: block;
  width: 100%;
}

.cs_section .cs_form textarea {
  width: 100%;
  height: 193px;
  padding: 12px 16px;
  border: 1px solid #E2E6EA;
  border-radius: 12px;
  background-color: #F5F8FA;
  color: #383B41;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color 0.25s ease-in-out;
  resize: none;
}

.cs_section .cs_form textarea::placeholder {
  color: #A6ADB3;
}

.cs_section .cs_form textarea:focus,
.cs_section .cs_form textarea:focus-visible,
.cs_section .cs_form textarea:hover {
  border-color: #00BC56;
  outline: none;
}

.cs_section .cs_form .form_check {
  position: relative;
}

.cs_section .cs_form .form_check input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 3px;
}

.cs_section .cs_form .cs_form_list li .form_check label {
  margin-bottom: 0;
  padding-left: 38px;
  color: #4C525B;
}

.cs_section .cs_form .form_check label:before {
  display: block;
  position: absolute;
	top: 50%;
	transform: translate(0, -50%);
  left: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 1px solid #E2E6EA;
  border-radius: 6px;
  background-color: #fff;
  transition: background-color 0.1s ease-in-out;
  box-sizing: border-box;
}

.cs_section .cs_form .form_check input[type="checkbox"]:checked+label:before {
  border-color: transparent;
  background: #00BC56 url("../images/cs/svg_check.svg") no-repeat center;
}

.cs_section .cs_form .cs_btn {
  display: block;
  width: 354px;
  height: 60px;
  margin: 140px auto 0;
  font-size: 20px;
  line-height: 58px;
}

.cs_form_list .chk-list {
	display: flex;
	margin-top: 20px;
}

.cs_form_list .chk-item {
	flex: 1 0 auto;
}

.cs_form_list .chk-item + .chk-item {
	margin-left: 32px;
}

.mt-var {
	margin-top: 42px;
}

@media all and (max-width:1000px) {
	.cs_form_list .chk-list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 21px;
		margin-bottom: 32px;
	}
	
	.cs_form_list .chk-item {
		flex: 1 0 auto;
		width: 50%;
		margin: 16px 0;
	}
	
	.cs_form_list .chk-item + .chk-item {
		margin-left: 0;
	}

  #header .lnb .menu_show {
    background-image: url("../images/common/menu_open_on.svg");
  }

  .cs_section .cs_bg {
    height: 330px;
    padding-top: 100px;
  }

  .cs_section .cs_bg:before {
    background: #F0FAEF;
  }

  .cs_section .cs_bg .section_title {
    font-size: 30px;
    line-height: 42px;
  }

  .cs_section .cs_bg .section_text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }

  .cs_section .cs_form {
    padding: 40px 0 80px;
  }

  .cs_section .cs_form .cs_form_list li {
    display: block;
    width: 100%;
  }

  .cs_section .cs_form .cs_form_list.n1 li+li {
    margin-left: 0;
  }

  .cs_section .cs_form .cs_form_list.n2 {
    padding-right: 0;
  }

  .cs_section .cs_form .cs_form_list.n2 li:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .cs_section .cs_form .cs_btn {
    width: 320px;
    margin-top: 64px;
  }
}