@charset "UTF-8";
.esg {
  position: relative;
}
.esg h2.title {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 70px;
}
.esg .sub_tit {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 150px;
}
.esg .bg {
  background: url(../images/esg_bg.png) no-repeat center bottom;
  position: absolute;
  top: 670px;
  left: 50%;
  width: 1091px;
  height: 965px;
  margin-left: -545px;
  z-index: 0;
}
.esg .box {
  position: relative;
  height: 700px;
}
.esg .box h3 {
  font-family: Poppins;
  font-size: 90px;
  font-weight: Bold;
  color: #09A7E2;
}
.esg .box .sub {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.esg .box .con {
  font-weight: 300;
  color: #fff;
}
.esg .box img {
  position: absolute;
}
.esg .box_1 img {
  right: 0;
  top: 150px;
}
.esg .box_2 {
  padding-left: 680px;
  height: 550px;
}
.esg .box_2 img {
  left: 0;
  top: -50px;
}
.esg .box_3 img {
  right: 30px;
  top: 0;
}

@media (max-width: 768px) {
  .esg .bg {
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 400px;
  }
  .esg h2.title {
    font-size: 40px;
    width: 100%;
    padding: 100px 30px 30px;
  }
  .esg .box {
    padding: 0 30px;
    height: auto;
  }
  .esg .box h3 {
    font-size: 46px;
    padding-bottom: 20px;
  }
  .esg .box .sub {
    font-size: 20px;
  }
  .esg .box .con {
    margin-bottom: 50px;
  }
  .esg .box img {
    position: relative;
    top: 0;
    right: auto;
    max-width: 100%;
    padding-bottom: 70px;
  }
}
@media (max-width: 400px) {
  .esg .bg {
    top: 500px;
  }
  .esg .box h3 {
    font-size: 40px;
  }
}
.contact h2.title {
  font-family: Poppins;
  font-size: 100px;
  font-weight: Bold;
  color: #09A7E2;
  text-align: center;
  padding-top: 50px;
}
.contact .form_wrap {
  padding-top: 45px;
  padding-bottom: 200px;
}
.contact .form_wrap .sub_tit {
  color: #777;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-bottom: 80px;
}
.contact .form_wrap .form-container {
  width: 505px;
  padding: 0;
  margin: 0 auto;
}
.contact .form_wrap form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact .form_wrap .form-group {
  display: flex;
}
.contact .form_wrap .form-group .dropdown .select .selected.placeholder,
.contact .form_wrap .form-group .dropdown .mso {
  color: #777;
}
.contact .form_wrap input, .contact .form_wrap textarea, .contact .form_wrap select {
  width: 100%;
  padding: 0 25px;
  border: 1px solid #aaa;
  border-radius: 35px;
  background-color: #000;
  color: #09A7E2;
  font-size: 16px;
  outline: none;
  height: 50px;
}
.contact .form_wrap input:focus, .contact .form_wrap textarea:focus, .contact .form_wrap select:focus {
  border-color: #09A7E2;
}
.contact .form_wrap textarea {
  resize: none;
  height: 170px;
  padding-top: 20px;
}
.contact .form_wrap input::-moz-placeholder, .contact .form_wrap textarea::-moz-placeholder {
  color: #777;
}
.contact .form_wrap input::placeholder, .contact .form_wrap textarea::placeholder {
  color: #777;
}
.contact .form_wrap input[type=file] {
  border: none;
  background-color: transparent;
  color: #fff;
}
.contact .form_wrap input[type=checkbox] {
  width: 19px;
  height: auto;
  margin: 0;
  cursor: pointer;
}
.contact .form_wrap .email-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .form_wrap .email-group input {
  width: 240px;
}
.contact .form_wrap .email-group span {
  color: #777;
  font-size: 16px;
}
.contact .form_wrap label {
  color: #fff;
}
.contact .form_wrap .submit {
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 64px;
  margin-top: 60px;
  background-color: #09A7E2;
  color: #fff;
  border: none;
  border-radius: 35px;
  cursor: pointer;
}
.contact .form_wrap .submit span {
  color: #09A7E2;
}
.contact .form_wrap .submit:hover {
  background-color: #09A7E2;
  color: #fff;
}
.contact .form_wrap .submit:hover span {
  color: #fff;
}
.contact .form_wrap .file-upload {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact .form_wrap .file-upload__filename {
  flex: 1;
  display: flex;
  justify-content: left;
  padding-left: 25px;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 35px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.contact .form_wrap .file-upload__filename.added {
  color: #09A7E2;
}
.contact .form_wrap .file-upload__label {
  width: 152px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #777;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact .form_wrap .file-upload__label:hover {
  background-color: #09A7E2;
}
.contact .form_wrap .file-upload__input {
  display: none;
}
.contact .form_wrap .file-upload .file-upload__filename {
  color: #777;
}
.contact .form_wrap .checkbox-wrapper {
  text-align: left;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 16px;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label .checkbox-input {
  display: none;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label .checkbox-input + .checkbox-icon-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: background-color ease 0.3s;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label .checkbox-input + .checkbox-icon-wrapper .checkbox-icon {
  transition: opacity ease 0.3s;
  opacity: 0;
  color: white;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label .checkbox-input + .checkbox-icon-wrapper .checkbox-icon span {
  color: #09A7E2;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper {
  border-color: #09A7E2;
}
.contact .form_wrap .checkbox-wrapper .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper .checkbox-icon {
  opacity: 1;
}
.contact .form_wrap .checkbox-wrapper .checkbox-text {
  color: #fff;
  font-size: 16px;
}
.contact .form_wrap .checkbox-wrapper .check-content {
  border: 1px solid #fff;
  padding: 15px 30px;
  border-radius: 30px;
  display: none;
}
.contact .form_wrap .checkbox-wrapper .check-content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact .form_wrap .checkbox-wrapper .check-content p strong {
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .contact h2.title {
    font-size: 30px;
    padding: 40px 30px 50px;
  }
  .contact .form_wrap {
    display: block;
    padding: 0;
  }
  .contact .form_wrap .sub_tit {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .contact .form_wrap .form-container {
    width: 100%;
    padding-bottom: 120px;
  }
  .contact .form_wrap .form-container .email-group input,
  .contact .form_wrap .form-container .email-group .dropdown {
    width: calc(50% - 20px);
  }
  .contact .form_wrap .form-container .file-group .file-upload {
    display: block;
  }
  .contact .form_wrap .form-container .file-group .file-upload .file-upload__filename {
    font-size: 14px;
    padding-left: 15px;
  }
  .contact .form_wrap .form-container .file-group .file-upload .file-upload__label {
    width: 100%;
    margin-top: 10px;
  }
  .contact .form_wrap .form-container .submit {
    margin-top: 10px;
    width: 100%;
  }
}
.pr {
  padding-top: 55px;
}
.pr * {
  color: #fff;
}
.pr .tit_area > .r {
  display: flex;
  justify-content: end;
  padding-bottom: 8px;
}
.pr .tit_area > .r h3 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 300;
  color: #777;
}
.pr .tit_area > .r h3 span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  color: #777;
  vertical-align: super;
}
.pr .tit_area > .r .srch_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.pr .tit_area > .r .srch_wrap .input_wrap {
  border: 1px solid #969696;
  border-radius: 10px;
  width: 236px;
  height: 37px;
  color: #fff;
  padding-left: 10px;
  background: url(../images/ico_srch_blue.svg) no-repeat 94% center;
  background-size: 20px 20px;
  padding-top: 3px;
}
.pr .tit_area > .r .srch_wrap .input_wrap input {
  background-color: transparent;
  border: 0;
  width: calc(100% - 40px);
  outline: 0;
}
.pr .tit_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.pr .tit_area ul li {
  background: url(../images/pr_card_bg.svg) no-repeat 90% 75%;
  background-color: #222223;
  width: 373px;
  height: 140px;
  border-radius: 20px;
}
.pr .tit_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.pr .tit_area ul li strong {
  font-weight: bold;
  font-size: 30px;
}
.pr .tit_area ul li:first-child {
  background-image: url(../images/pr_card_bg2.svg);
}
.pr .board_thumb {
  border-top: 1px solid #fff;
  padding-top: 8px;
  margin-top: 88px;
}
.pr .board_thumb li {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  gap: 46px;
  position: relative;
  height: 325px;
}
.pr .board_thumb li .l {
  flex: 1;
}
.pr .board_thumb li a {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  display: block;
}
.pr .board_thumb li p {
  font-size: 16px;
  color: #777;
  height: 161px;
  overflow-y: hidden;
}
.pr .board_thumb li span {
  font-size: 16px;
  color: #777;
  position: absolute;
  bottom: 27px;
  left: 0;
}
.pr .board_thumb li .r {
  width: 400px;
  text-align: center;
  background-color: #111;
  overflow: hidden;
  flex-shrink: 0;
}
.pr .board_thumb li .r img {
  max-width: 100%;
  max-height: 270px;
}
.pr .board_list {
  border-top: 1px solid #fff;
  margin-top: 38px;
}
.pr .board_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #fff;
  height: 107px;
}
.pr .board_list li .num {
  font-size: 28px;
  font-weight: 500;
  padding-right: 30px;
}
.pr .board_list li .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #09A7E2;
  font-weight: 300;
  border: 1px solid #09A7E2;
  border-radius: 20px;
  width: 69px;
  height: 33px;
}
.pr .board_list li .r {
  display: flex;
  flex: 1;
  align-items: center;
}
.pr .board_list li .r .subject {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  flex: 1;
  font-weight: 500;
}
.pr .board_list li .r .date {
  color: #777;
  font-size: 16px;
  width: 80px;
  text-align: right;
}
.pr .pagination {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  justify-content: center;
  padding: 60px 0 110px;
}
.pr .pagination button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  transition: color 0.3s ease;
  font-size: 30px;
}
.pr .pagination button:hover {
  color: #09A7E2;
}
.pr .pagination .page-number {
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
  font-family: Poppins;
  font-size: 20px;
  font-weight: Bold;
  color: #777;
  font-weight: 300;
}
.pr .pagination .page-number:hover {
  color: #09A7E2;
}
.pr .pagination .page-number.active {
  font-weight: bold;
  font-family: Poppins;
  font-size: 20px;
  font-weight: Bold;
  color: #09A7E2;
}
.pr .pagination .dots {
  pointer-events: none;
  font-weight: 300;
  color: #777;
}
.pr .board_view h3 {
  padding-top: 40px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: Bold;
  color: #09A7E2;
  padding-bottom: 13px;
}
.pr .board_view .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aaa;
  padding-bottom: 30px;
}
.pr .board_view .top h4 {
  font-size: 34px;
  font-weight: 500;
}
.pr .board_view .top span {
  font-size: 16px;
  color: #fff;
}
.pr .board_view .con {
  padding: 30px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  min-height: 387px;
}
.pr .board_view .files {
  border-bottom: 1px solid #aaa;
  padding-bottom: 30px;
}
.pr .board_view .files li {
  display: flex;
  align-items: center;
}
.pr .board_view .files li i {
  font-size: 25px;
  color: #fff;
  transform: rotate(45deg);
  padding-right: 10px;
}
.pr .board_view .files li a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.pr .board_view .golist {
  padding: 60px 0 150px;
  display: flex;
  justify-content: center;
}
.pr .board_view .golist a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #777;
  border: 1px solid #aaa;
  border-radius: 35px;
  width: 256px;
  height: 50px;
}

@media (max-width: 768px) {
  .pr {
    padding: 55px 0 30px;
  }
  .pr .tit_area ul {
    display: block;
  }
  .pr .tit_area ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background-position: 90% center;
    display: flex;
    align-items: center;
  }
  .pr .tit_area ul li strong {
    font-size: 20px;
  }
  .pr .board_thumb {
    padding-top: 0;
    margin-top: 60px;
  }
  .pr .board_thumb li {
    display: block;
    height: auto;
  }
  .pr .board_thumb li .l a {
    font-size: 24px;
  }
  .pr .board_thumb li .l p {
    height: auto;
  }
  .pr .board_thumb li .l span {
    position: relative;
    bottom: auto;
    padding-top: 15px;
    display: block;
  }
  .pr .board_thumb li .r {
    width: 100%;
    margin-top: 20px;
  }
  .pr .board_thumb li .r img {
    max-width: 100%;
  }
  .pr .pagination {
    padding-bottom: 50px;
  }
  .pr .board_list {
    margin-top: 20px;
  }
  .pr .board_list li {
    gap: 15px;
    height: 90px;
  }
  .pr .board_list li .r {
    display: block;
  }
  .pr .board_list li .num {
    font-size: 16px;
    padding-right: 8px;
  }
  .pr .board_list li .notice {
    font-size: 16px;
    width: 50px;
    height: 24px;
  }
  .pr .board_list li .subject {
    font-size: 16px;
  }
  .pr .board_view h3 {
    padding-top: 20px;
  }
  .pr .board_view .top h4 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .pr .board_view .con {
    padding: 20px 0;
    min-height: 433px;
  }
  .pr .board_view .golist {
    padding: 30px 0 50px;
  }
}
.findCenter h2.title {
  padding-top: 40px;
}
.findCenter .title_sub {
  font-size: 20px;
  font-weight: 600;
  color: #777;
  padding-top: 20px;
}
.findCenter .areaMapEtc {
  height: 1080px;
  position: relative;
  /* Webkit 기반 브라우저 (Chrome, Edge, Safari) */
  /* Firefox 전용 */
}
.findCenter .areaMapEtc ::-webkit-scrollbar {
  width: 5px;
}
.findCenter .areaMapEtc ::-webkit-scrollbar-track {
  background: #424242; /* 스크롤바 배경 */
}
.findCenter .areaMapEtc ::-webkit-scrollbar-thumb {
  background: #fff; /* 스크롤바 썸 */
  border-radius: 2.5px;
}
.findCenter .areaMapEtc * {
  scrollbar-width: thin;
  scrollbar-color: #fff #424242;
}
.findCenter .areaMapEtc .tab__wrap {
  position: relative;
  display: flex;
  gap: 75px;
  padding-top: 70px;
}
.findCenter .areaMapEtc .areaMap__tabs {
  margin-bottom: 20px;
  width: 440px;
}
.findCenter .areaMapEtc .areaMap__tabs h2 {
  font-family: Poppins;
  font-size: 50px;
  font-weight: Bold;
  color: #09A7E2;
  margin-bottom: 20px;
}
.findCenter .areaMapEtc .areaMap__tabs .dropdown {
  border: 1px solid #aaa;
  border-radius: 50px;
  height: 50px;
  padding: 7px 20px;
  width: 400px;
}
.findCenter .areaMapEtc .areaMap__tabs .dropdown .selected {
  font-size: 16px;
}
.findCenter .areaMapEtc .areaMap__tabs .dropdown .placeholder {
  font-size: 16px;
  color: #777;
}
.findCenter .areaMapEtc .areaMap__tabs .dropdown .menu {
  z-index: 3;
  width: calc(100% - 40px);
}
.findCenter .areaMapEtc .areaMap__tabs .dropdown .menu li {
  font-size: 16px;
}
.findCenter .areaMapEtc .areaMap__tabs .dropdown .mso {
  top: 3px;
  position: relative;
}
.findCenter .areaMapEtc .areaMap__tabs .total {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0 20px;
}
.findCenter .areaMapEtc .areaMap__tabs .total span {
  color: #09A7E2;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs {
  height: 500px;
  cursor: pointer;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .tabs_inner {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab {
  padding: 0;
  padding-bottom: 10px;
  width: 400px;
  position: relative;
  transition: background-color 0.3s;
  z-index: 1;
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 30px 40px 30px 20px;
  margin-bottom: 20px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab:hover {
  border-color: #fff;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab:hover:after {
  color: #fff;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab:hover p {
  color: #d1d1d1;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab:after {
  content: "\e5cc";
  position: absolute;
  right: 15px;
  top: 55px;
  color: #707070;
  font-family: "Material-Symbols-Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 0;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab p span {
  color: #09A7E2;
  font-size: 18px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap {
  background-color: #000;
  width: 400px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 300px;
  z-index: 2;
  display: none;
  opacity: 0;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap .slide {
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  height: 148px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap .slide strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 0;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap .slide p {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap .slide p span {
  color: #09A7E2;
  font-size: 18px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap .slide .close {
  position: absolute;
  right: 19px;
  top: 58px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap .slide .close i {
  color: #fff;
  font-size: 30px;
}
.findCenter .areaMapEtc .areaMap__tabs .tabs.on .tabs_inner {
  overflow: hidden;
}
.findCenter .areaMapEtc .areaMap__content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  background-color: #000;
  width: 700px;
  height: 730px;
  border-radius: 0;
  overflow: hidden;
}
.findCenter .areaMapEtc .areaMap__content.active {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .findCenter h2.title {
    font-size: 30px;
    padding-top: 37px;
  }
  .findCenter .areaMapEtc .tab__wrap {
    flex-direction: column-reverse;
    gap: 40px;
    padding-top: 40px;
  }
  .findCenter .areaMapEtc .areaMap__tabs {
    width: 100%;
  }
  .findCenter .areaMapEtc .areaMap__tabs h2 {
    font-size: 40px;
  }
  .findCenter .areaMapEtc .areaMap__tabs .dropdown {
    width: 100%;
  }
  .findCenter .areaMapEtc .areaMap__tabs .tabs .areaMap__tab {
    width: calc(100% - 20px);
  }
  .findCenter .areaMapEtc .areaMap__tabs .tabs .slide_wrap {
    width: 100%;
    top: 492px;
  }
  .findCenter .areaMapEtc .areaMap__content {
    width: 100%;
    height: 200px;
  }
}
.terms,
.privacy {
  padding-top: 20px;
  padding-bottom: 120px;
}
.terms *,
.privacy * {
  color: #fff;
  font-size: 16px;
}
.terms h2,
.privacy h2 {
  font-size: 30px;
  font-weight: bold;
}
.terms strong,
.privacy strong {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  display: block;
}
.terms p,
.privacy p {
  font-size: 16px;
}
.terms table,
.privacy table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}
.terms table th, .terms table td,
.privacy table th,
.privacy table td {
  border: 1px solid #aaa;
  padding: 0;
  text-align: center;
  height: 60px;
}
.terms table th,
.privacy table th {
  background-color: #272727;
  font-weight: normal;
}
.terms pre,
.privacy pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.terms .t_mo,
.privacy .t_mo {
  display: none;
}

@media (max-width: 768px) {
  .terms table th, .terms table td,
  .privacy table th,
  .privacy table td {
    padding: 10px;
    font-size: 14px;
  }
  .terms .t_mo,
  .privacy .t_mo {
    display: block;
  }
}/*# sourceMappingURL=sub_etc.css.map */