button {
  cursor: pointer;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

/* TODO: 2025.10.29 */
input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-label {
  line-height: 24px;
}
.input-label__txt {
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.input-label__txt::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 1px solid #E8E8E8;
  background-color: #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
@media all and (max-width: 575px) {
  .input-label {
    line-height: 20px;
  }
  .input-label__txt {
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
    cursor: pointer;
  }
  .input-label__txt::before {
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-top: -10px;
    border-radius: 3px;
  }
}
.input-label--checkbox, .input-label--radio {
  position: relative;
}
.input-label--checkbox input, .input-label--radio input {
  height: 26px;
  width: 26px;
  top: 1px;
  left: 1px;
}
.input-label--checkbox input[type=checkbox]:checked + .input-label__txt::before {
  content: "";
  font-family: xeicon !important;
  border-color: #21A996;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #21A996;
  background-size: 12px;
  background-position: center;
  background-image: url(../img/icon/icon-check.svg);
}
.input-label--radio .input-label__txt::before {
  border-radius: 50%;
}
.input-label--radio input[type=radio]:checked + .input-label__txt::before {
  z-index: 1;
}
.input-label--radio input[type=radio]:checked + .input-label__txt::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: #F47302;
  border: 6px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quick {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #F47302;
  text-align: center;
  padding-top: 32px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quick .txt {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.quick .txt > span {
  position: relative;
  display: block;
  line-height: 1;
  padding: 7px 0;
}
.quick .txt > span::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.quick .txt > span:first-child {
  padding-top: 0;
}
.quick .txt > span:last-child {
  padding-bottom: 0;
}
.quick .txt > span:last-child::after {
  display: none;
}
.quick .arrow {
  width: 24px;
  height: 24px;
  display: block;
  margin: 4px auto 0;
}
.quick .arrow > img {
  display: block;
  line-height: 1;
  width: 100%;
}
@media all and (max-width: 768px) {
  .quick {
    right: 20px;
    bottom: 20px;
    width: 90px;
    height: 90px;
    padding-top: 23px;
  }
  .quick .txt {
    font-size: 12px;
  }
  .quick .txt > span {
    padding: 5px 0;
  }
  .quick .arrow {
    width: 18px;
    height: 18px;
    margin: 3px auto 0;
  }
}

/**/
#personnel .director_wrap li.torture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#personnel .director_wrap li.torture--1 {
  background-image: url(/img/torture/torture-img__kim-hak-yoon.png);
}
#personnel .director_wrap li.torture--2 {
  background-image: url(/img/torture/torture-img__ku-young-kwon.png);
}
#personnel .director_wrap li.torture--3 {
  background-image: url(/img/torture/torture-img__kim-moon-soo.png);
}
#personnel .director_wrap li.torture--4 {
  background-image: url(/img/torture/torture-img__kim-myung-ki.png);
}
#personnel .director_wrap li.torture--5 {
  background-image: url(/img/torture/torture-img__woo-jae-jun.png);
}
#personnel .director_wrap li.torture--6 {
  background-image: url(/img/torture/torture-img__jeon-hwa-sung.png);
}
#personnel .director_wrap li.torture--7 {
  background-image: url(/img/torture/torture-img__sahil-chopra.png);
}
#personnel .director_wrap li.torture--8 {
  background-image: url(/img/torture/torture-img__lee-seung-hwa.png);
}
#personnel .director_wrap li.torture--9 {
  background-image: url(/img/torture/torture-img__choi-jae-woong.png);
}
#personnel .director_wrap li.torture--10 {
  background-image: url(/img/torture/torture-img__lee-jong-hyun.png);
}
#personnel .director_wrap li.torture--11 {
  background-image: url(/img/torture/torture-img__lim-dae-woong.png);
}
#personnel .director_wrap li.torture--12 {
  background-image: url(/img/torture/torture-img__lee-kyung-ho.png);
}
#personnel .director_wrap li.torture--13 {
  background-image: url(/img/torture/torture-img__jang-soo-jae.png);
}
#personnel .director_wrap li.torture--14 {
  background-image: url(/img/torture/torture-img__park-ran-hee.png);
}
#personnel .director_wrap li.torture--15 {
  background-image: url(/img/torture/torture-img__lee-han-kyung.png);
}
#personnel .director_wrap li.torture--16 {
  background-image: url(/img/torture/torture-img__mok-seung-hwan.png);
}
#personnel .director_wrap li.torture--17 {
  background-image: url(/img/torture/torture-img__park-hang-ki.png);
}
#personnel .director_wrap li.torture--18 {
  background-image: url(/img/torture/torture-img__park-sung-ho.png);
}
#personnel .director_wrap li.torture--19 {
  background-image: url(/img/torture/torture-img__han-chi-won.png);
}
#personnel .director_wrap li.torture--20 {
  background-image: url(/img/torture/torture-img__hwang-in-sun.png);
}
#personnel .director_wrap li.torture--21 {
  background-image: url(/img/torture/torture-img__park-jae-beom.png);
}

/* TODO: */
#csr_inquiry {
  padding-bottom: 120px;
}
#csr_inquiry #sub_top .sub_banner {
  background: url(/img/sub_top_csr_inquiry.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#csr_inquiry .sub-article--1 {
  padding-top: 72px;
}

@media all and (max-width: 575px) {
  #csr_inquiry {
    padding-bottom: 80px;
  }
}
.csr-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
.csr-gallery-list .item {
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
.csr-gallery-list .inner {
  display: block;
}
.csr-gallery-list .img-src {
  display: block;
  position: relative;
  overflow: hidden;
}
.csr-gallery-list .img-src::after {
  content: "";
  display: block;
  padding-bottom: 104.4444444444%;
}
.csr-gallery-list .img-src > img,
.csr-gallery-list .img-src video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.csr-gallery-list .txt-bx {
  padding-top: 16px;
}
.csr-gallery-list .txt-bx .txt--1 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.csr-gallery-list .txt-bx .txt--2 {
  font-size: 16px;
  line-height: 1;
  color: #666;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
@media all and (max-width: 1024px) {
  .csr-gallery-list {
    margin-top: -40px;
  }
  .csr-gallery-list .item {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-top: 40px;
  }
}
@media all and (max-width: 575px) {
  .csr-gallery-list .item {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .csr-gallery-list .txt-bx {
    padding-top: 14px;
  }
  .csr-gallery-list .txt-bx .txt--1 {
    font-size: 16px;
  }
  .csr-gallery-list .txt-bx .txt--2 {
    font-size: 14px;
  }
}

@media all and (min-width: 1024px) {
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-info {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .form-area {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .form-btn-area {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.form-info .title {
  font-size: 36px;
  line-height: 1.5;
  color: #111;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 48px;
}
.form-info .txt--1 {
  font-size: 18px;
  line-height: 1;
  color: #21A996;
  font-weight: 700;
  margin-bottom: 16px;
}
.form-info .contact-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.form-info .contact-method .item {
  padding: 0 16px;
  position: relative;
}
.form-info .contact-method .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #111;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-info .contact-method .item:last-child::after {
  display: none;
}
.form-info .contact-method .contact-method-txt {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  padding-left: 36px;
  display: block;
  position: relative;
}
.form-info .contact-method .contact-method-txt .icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-info .contact-method .contact-method-txt .icon img {
  width: 100%;
  display: block;
  line-height: 1;
}
@media all and (max-width: 575px) {
  .form-info .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .form-info .txt--1 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .form-info .contact-method {
    margin: 0 -16px;
  }
  .form-info .contact-method .item {
    padding: 0 16px;
  }
  .form-info .contact-method .item::after {
    width: 1px;
    height: 18px;
  }
  .form-info .contact-method .contact-method-txt {
    font-size: 14px;
    padding-left: 26px;
  }
  .form-info .contact-method .contact-method-txt .icon {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 350px) {
  .form-info .contact-method {
    display: block;
  }
  .form-info .contact-method .item::after {
    display: none;
  }
}

.form-area .item:nth-child(n+2) {
  margin-top: 40px;
}
.form-area .item.type--info {
  margin-top: 56px;
}
.form-area .item.type--info .txt--1 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}
.form-area .item.type--info .txt--1 > span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
.form-area .item.type--info .txt--2 {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  letter-spacing: -0.03em;
}
.form-area .item.type--info .input-label {
  display: block;
  margin-top: 48px;
}
.form-area .form-title {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.form-area .form-title > span {
  color: #F47302;
}
.form-area input {
  font-size: 16px;
  width: 100%;
  height: 56px;
  display: block;
  border: 0;
  border-bottom: 1px solid #D3D3D3;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #111;
}
.form-area input::-webkit-input-placeholder {
  color: #aaa;
}
.form-area input::-moz-placeholder {
  color: #aaa;
}
.form-area input:-ms-input-placeholder {
  color: #aaa;
}
.form-area input::-ms-input-placeholder {
  color: #aaa;
}
.form-area input::placeholder {
  color: #aaa;
}
.form-area input:focus {
  border-color: #21A996;
}
.form-area textarea {
  font-size: 16px;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: block;
  border: 1px solid #D3D3D3;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #111;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-area textarea::-webkit-input-placeholder {
  color: #aaa;
}
.form-area textarea::-moz-placeholder {
  color: #aaa;
}
.form-area textarea:-ms-input-placeholder {
  color: #aaa;
}
.form-area textarea::-ms-input-placeholder {
  color: #aaa;
}
.form-area textarea::placeholder {
  color: #aaa;
}
.form-area textarea:focus {
  border-color: #21A996;
}
@media all and (max-width: 575px) {
  .form-area .item.type--info {
    margin-top: 40px;
  }
  .form-area .item.type--info .txt--1 {
    font-size: 14px;
  }
  .form-area .item.type--info .txt--2 {
    font-size: 13px;
  }
  .form-area .item.type--info .input-label {
    margin-top: 30px;
  }
  .form-area .form-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .form-area input {
    height: 44px;
  }
  .form-area textarea {
    height: 228px;
  }
}

.form-btn-area {
  margin-top: 100px;
}
@media all and (max-width: 575px) {
  .form-btn-area {
    margin-top: 50px;
  }
}

.form-btn {
  font-size: 20px;
  font-weight: 500;
  width: 352px;
  height: 64px;
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.form-btn path {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.form-btn .icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-btn .icon img {
  width: 100%;
  display: block;
  line-height: 1;
}
@media all and (hover: hover) {
  .form-btn:hover {
    width: 402px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  }
}
@media all and (max-width: 575px) {
  .form-btn {
    font-size: 14px;
    width: 100%;
    height: 48px;
    border-radius: 24px;
  }
  .form-btn .icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 1024px) {
  .form-info {
    margin-bottom: 60px;
  }
}
.bt_img_wrap.list--2 li {
  width: 50%;
  padding-bottom: 0;
}
.bt_img_wrap.list--2 li::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}