@charset "UTF-8";
@font-face {
  font-family: "NanumBarunGothic";
  src: url("../../common/font/NanumBarunGothic.eot") format("eot"), url("../../common/font/NanumBarunGothic.woff") format("woff"), url("../../common/font/NanumBarunGothic.ttf") format("truetype");
}
@font-face {
  font-family: "NanumBarunGothicBold";
  src: url("../../common/font/NanumBarunGothicWebBold.eot") format("eot"), url("../../common/font/NanumBarunGothicWebBold.woff") format("woff"), url("../../common/font/NanumBarunGothicWebBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../common/font/Roboto-Medium.eot") format("eot"), url("../../common/font/Roboto-Medium.woff") format("woff"), url("../../common/font/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../common/font/Roboto-Regular.eot") format("eot"), url("../../common/font/Roboto-Regular.woff") format("woff"), url("../../common/font/Roboto-Regular.ttf") format("truetype");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

body, th, td, input, select, textarea, button {
  font-family: "나눔바른고딕", NanumBarunGothic, "Apple SD Gothic Neo", AppleGothic, "돋움", Dotum, sans-serif;
}

html, body {
  height: 100%;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  font-size: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

input[type=text], input[type=password], input[type=submit], input[type=search], input[type=tel], input[type=number], input[type=email], textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input:checked[type=checkbox] {
  background-color: #666;
  -webkit-appearance: checkbox;
}

input[type=submit], input[type=reset], input[type=file] {
  border-radius: 0;
  -webkit-appearance: button;
}

input[type=number], input[type=tel], input[type=date], textarea, select {
  border-radius: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:active, a:hover {
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-weight: normal;
  font-style: normal;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}

.blind:before {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  content: " ";
}

legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}

legend:before {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  content: " ";
}

caption {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  *height: 0;
  text-indent: -999px\9 ;
}

caption.blind {
  position: static;
  margin: -1px 0 0;
  *height: 0;
}

caption.blind:before {
  display: none;
}

caption .blind {
  position: static;
}

caption .blind:before {
  display: none;
}

html {
  font-size: 12px;
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

.base_inp_txt {
  display: block;
  background: #fff;
}
.base_inp_txt input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 10px 11px 10px;
  border: 1px solid #969696;
  background: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  vertical-align: top;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
.base_inp_txt input[type=number]::-webkit-inner-spin-button,
.base_inp_txt input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}
.base_inp_txt input::-webkit-input-placeholder {
  color: #777;
}
.base_inp_txt input:disabled {
  opacity: 0.5;
}
@media (min-width: 767px) {
  .base_inp_txt input {
    height: 50px;
  }
}

.base_inp_grp {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.base_inp_grp .base_inp_txt {
  display: table-cell;
  width: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.base_inp_grp .base_space {
  display: table-cell;
  width: 25.6px;
  width: 1.6rem;
  text-align: center;
  vertical-align: middle;
  color: #8f8f8f;
}

.base_inp_sel {
  position: relative;
  display: block;
  height: 40px;
}
.base_inp_sel select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 27px 0 10px;
  border: 1px solid #969696;
  background: #fff url(../img/common/codr_ico_slct2.png) 100% 50% no-repeat;
  background-size: 27px 7px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8f8f8f;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.base_inp_sel select::-ms-expand {
  display: none;
}
.base_inp_sel select:disabled {
  opacity: 0.5;
}
@media (min-width: 767px) {
  .base_inp_sel select {
    height: 50px;
  }
}

.base_inp_txtarea {
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #969696;
  background: #fff;
}
.base_inp_txtarea textarea {
  width: 100%;
  padding: 15px 10px;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  ertical-align: top;
  resize: none;
  border-radius: 0;
}
.base_inp_txtarea textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}
.base_inp_txtarea .textarea_cont {
  border-top: 1px solid #e9e9e9;
  display: block;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.375rem;
  color: #000;
  text-align: right;
}

.base_inp_chk {
  position: relative;
  min-width: 18px;
  display: inline-block;
  min-height: 18px;
  word-wrap: normal;
  word-break: normal;
  vertical-align: top;
}
.base_inp_chk input[type=checkbox] {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.base_inp_chk input:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #969696;
  background: #fff;
}
.base_inp_chk input:checked:after {
  border-color: #ff5b59;
  background: url(../img/common/codr_chk.png) -1px -1px no-repeat;
  background-size: 18px auto;
}
.base_inp_chk input + label {
  display: inline-block;
  padding-left: 25px;
  height: 18px;
  line-height: 20px;
  vertical-align: top;
}
.base_inp_chk input:disabled {
  opacity: 0.5;
}
.base_inp_chk input:disabled + label {
  opacity: 0.5;
}

.base_inp_rdo {
  position: relative;
  min-width: 20px;
  display: inline-block;
  min-height: 20px;
  word-wrap: normal;
  word-break: normal;
  vertical-align: top;
}
.base_inp_rdo input[type=radio] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: top;
  -webkit-appearance: none;
  border-radius: 0;
}
.base_inp_rdo input:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/sp_form.png) 50% -25px no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
}
.base_inp_rdo input:checked:after {
  background-position: 50% -49px;
}
.base_inp_rdo input + label {
  display: inline-block;
  height: 20px;
  padding-left: 25px;
  line-height: 22px;
  vertical-align: top;
}
.base_inp_rdo input:disabled:after {
  background-position: 50% 0;
}
.base_inp_rdo input:disabled + label {
  color: #bbb;
}

.btn_more_view {
  display: block;
  margin-top: 30px;
}
.btn_more_view .btn_base {
  padding: 14px 0 13px;
}
@media (min-width: 992px) {
  .btn_more_view {
    display: none;
  }
}

.btn_base {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #222;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.btn_base .btn_txt {
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn_base .btn_txt.ico_arrow:before, .btn_base .btn_txt.ico_arrow:after {
  display: inline-block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_base .btn_txt.ico_left:before {
  content: "";
  margin-right: 6px;
  border-width: 1px 0 0 1px;
  vertical-align: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_base .btn_txt.ico_right:after {
  content: "";
  margin-left: 6px;
  border-width: 0 1px 1px 0;
  vertical-align: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_base .btn_txt.ico_down:after {
  content: "";
  margin-left: 6px;
  border-width: 0 1px 1px 0;
  vertical-align: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_base.btn_full {
  width: 100%;
}
.btn_base.radius {
  border-radius: 100px;
}
.btn_base.black {
  color: #fff;
  background: #222;
}
.btn_base.black .ico_arrow:before,
.btn_base.black .ico_arrow:after {
  border-color: #fff;
}

.pricing-table__cell--expensive, .message--danger {
  background: #ff6666;
  border: 1px solid #ff3333;
  color: red;
}

.pricing-table__cell--chip {
  background: #00e600;
  border: 1px solid #00b300;
  color: green;
}

.pagination {
  display: none;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .pagination {
    display: block;
  }
}
.pagination button, .pagination strong {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  line-height: 26px;
  margin: 0 30px;
  font-size: 18px;
  color: #8f8f8f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.pagination .active {
  color: #222;
  font-weight: bold;
}
.pagination .btn_page {
  overflow: hidden;
  margin: 0 15px;
  background-image: url("../img/sprites/sp_paging.png");
  background-repeat: no-repeat;
}
.pagination .btn_page_first {
  background-image: url(../img/sprites/sp_paging.png?v=20190220);
  background-position: 0px 0px;
  width: 19px;
  height: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagination .btn_page_first {
    background-image: url(../img/sprites/sp_paging@2x.png?v=20190220);
    background-size: 48px 49px;
  }
}
.pagination .btn_page_prev {
  background-image: url(../img/sprites/sp_paging.png?v=20190220);
  background-position: -21px -29px;
  width: 11px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagination .btn_page_prev {
    background-image: url(../img/sprites/sp_paging@2x.png?v=20190220);
    background-size: 48px 49px;
  }
}
.pagination .btn_page_next {
  background-image: url(../img/sprites/sp_paging.png?v=20190220);
  background-position: 0px -29px;
  width: 11px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagination .btn_page_next {
    background-image: url(../img/sprites/sp_paging@2x.png?v=20190220);
    background-size: 48px 49px;
  }
}
.pagination .btn_page_last {
  background-image: url(../img/sprites/sp_paging.png?v=20190220);
  background-position: -29px 0px;
  width: 19px;
  height: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagination .btn_page_last {
    background-image: url(../img/sprites/sp_paging@2x.png?v=20190220);
    background-size: 48px 49px;
  }
}

.lst_gallery {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.lst_gallery:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 767px) {
  .lst_gallery {
    margin-left: -3%;
  }
}

.lst_gallery > li {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 767px) {
  .lst_gallery > li {
    float: left;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lst_gallery > li.col2 {
    width: 50%;
  }
  .lst_gallery > li.col3 {
    width: 33.33%;
  }
  .lst_gallery > li.col4 {
    width: 25%;
  }
  .lst_gallery > li.col5 {
    width: 20%;
  }
}

.lst_gallery figure img,
.lst_gallery figure video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.lst_gallery figure video {
  aspect-ratio: 16/9;
  background-color: #000;
}

.lst_gallery figure.shorts video {
  aspect-ratio: 9/16;
}

.lst_gallery figcaption {
  padding: 8px;
  padding: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
}

#wrap {
  width: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 60px;
}
@media (min-width: 767px) {
  #wrap {
    padding-top: 80px;
  }
}

.container.bg_color {
  background: #f9f9f9;
}
.container.bg_color .content {
  padding-bottom: 0;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 28px 80px;
  padding: 3.75rem 1.75rem 5rem;
}
.content.content_main, .content.content_vision {
  padding: 0;
  max-width: none;
}
@media (min-width: 1280px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.1);
          box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.1);
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.header.ty_cover {
  background: transparent;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.header.ty_cover .ssg_logo a {
  background-image: url(../img/common/ssg_logo.svg);
}
.header.ty_cover .nav_h_link {
  color: #fff;
}
.header.ty_cover .nav_bt_open:before {
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
          box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
}
.header.ty_cover .nav_h_item.active .nav_h_link {
  border-bottom-color: #fff;
}
.header.ty_cover .nav_h_link .ico_arr:after {
  background-image: url(../img/common/icon_arrow.svg);
}
.header.ty_scroll {
  background: #fff;
}

.header_inner {
  position: relative;
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 28px;
  padding: 0 1.75rem;
}
.header_inner:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 767px) {
  .header_inner {
    height: 80px;
  }
}
@media (min-width: 1280px) {
  .header_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.ssg_logo {
  position: absolute;
  top: 50%;
  left: 28px;
  left: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .ssg_logo {
    left: 0;
  }
}

.ssg_logo a {
  display: block;
  width: 90px;
  height: 15px;
  background-image: url(../img/common/ssg_logo_black.svg);
  background-position-x: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 767px) {
  .ssg_logo a {
    width: 138px;
    height: 23px;
  }
}

.nav_h_bar {
  display: none;
}
@media (min-width: 767px) {
  .nav_h_bar {
    display: block;
    float: right;
  }
}

.nav_h:after {
  clear: both;
  content: "";
  display: block;
}

.nav_h_item {
  position: relative;
  float: left;
  min-width: 75px;
  margin-left: 25px;
}
.nav_h_item:first-child {
  margin: 0;
}

.nav_h_link {
  display: block;
  color: #222;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav_h_link .ico_arr {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 80px;
  vertical-align: middle;
}
.nav_h_link .ico_arr:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  background-image: url(../img/common/icon_arrow_black.svg);
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav_h.on .nav_h_item.on .nav_h_sub {
  display: block;
}

.nav_h.on .nav_h_item.on .nav_h_link {
  border: 0;
}

.nav_h_link:focus,
.nav_h_item.on .nav_h_link {
  font-weight: bold;
}

.nav_h_item.active .nav_h_link {
  border-bottom: 4px solid #222;
}

.nav_h_sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  min-width: 160px;
  margin-top: -1px;
  padding: 26px 0 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav_h_sub:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 0;
  background: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav_h_sub .nav_link {
  display: block;
  padding: 0 25px;
  color: #666;
  font-size: 15px;
  line-height: 33px;
  white-space: nowrap;
}
.nav_h_sub .nav_link.active, .nav_h_sub .nav_link:hover {
  font-weight: bold;
  color: #222;
}

.slideout-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 320px;
  overflow-y: auto;
  background: #000;
}
.slideout-menu.slideout-menu-left {
  left: 0;
}
.slideout-menu.slideout-menu-right {
  right: 0;
}
@media (min-width: 767px) {
  .slideout-menu {
    display: none !important;
  }
}

.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-panel:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

@media (min-width: 767px) {
  .slideout-open .slideout-panel {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
.slideout-open .slideout-panel:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
@media (min-width: 767px) {
  .slideout-open .slideout-panel:before {
    display: none !important;
  }
}

.slideout-open .slideout-menu {
  display: block;
}

.nav_bt_open {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
}
.nav_bt_open:before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 28px;
  right: 1.75rem;
  width: 26px;
  height: 2px;
  background: #222;
  -webkit-box-shadow: 0 7px 0 #222, 0 -7px 0 #222;
          box-shadow: 0 7px 0 #222, 0 -7px 0 #222;
}
@media (min-width: 767px) {
  .nav_bt_open {
    display: none;
  }
}

.nav_scroll {
  overflow-y: auto;
  height: 100vh;
}

.nav_bt_close {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.nav_bt_close:before, .nav_bt_close:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 28px;
  height: 26px;
  width: 2px;
  background-color: #fff;
}
.nav_bt_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav_bt_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_v {
  padding: 80px 0 0 35px;
}

.nav_v_link {
  position: relative;
  display: block;
  padding: 8px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.nav_v_item.on .nav_v_link {
  font-weight: bold;
}

.nav_v_sub {
  overflow: hidden;
  max-height: 0;
  margin-left: 10px;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.nav_v_item.active .nav_v_sub,
.nav_v_item.on .nav_v_sub {
  max-height: 200px;
}

.nav_v_sub ul {
  padding: 2px 0;
}

.nav_v_sub li {
  color: #000;
}

.nav_v_sub a {
  display: block;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 29px;
}
.nav_v_sub a.active {
  color: #fff;
}

.nav_mall {
  padding: 60px 0 40px 40px;
}

.nav_mall_item {
  position: relative;
  margin-top: 14px;
  padding-left: 28px;
}
.nav_mall_item:first-child {
  margin-top: 0;
}

.nav_mall_link {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.cm_mall_ic {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.cm_mall_ic i {
  display: inline-block;
  overflow: hidden;
  background-image: url(https://sui.ssgcdn.com/ui/ssg/img/common/sp_cm_mall_ic.png);
  background-repeat: no-repeat;
  background-size: 610px auto;
  font-size: 12px;
  vertical-align: top;
}
.cm_mall_ic i.ssg {
  background-position-y: 0;
}
.cm_mall_ic i.sm {
  background-position-y: -50px;
}
.cm_mall_ic i.em {
  background-position-y: -150px;
}
.cm_mall_ic.ty_circle_s i {
  width: 20px;
  height: 20px;
  background-position-x: 0;
}
.nav_mall_link .cm_mall_ic {
  position: absolute;
  top: 0;
  left: 0;
}

.cover {
  height: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #444;
  margin-top: -60px;
  padding-top: 60px;
  background: url(../img/common/cover.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.cover.cover_company {
  background-image: url(../img/common/bg_company@2x.jpg);
}
.cover.cover_business {
  background-image: url(../img/common/bg_business@2x.jpg);
}
.cover.cover_channel {
  background-image: url(../img/common/bg_channel@2x.jpg);
}
.cover.cover_csr {
  background-image: url(../img/common/bg_csr@2x.jpg);
}
.cover.cover_esg {
  background: #6d920d url(../img/common/bg_esg@2x.jpg) 50% 100% no-repeat;
  background-size: contain;
}
.cover.cover_hotline {
  background-image: url(../img/common/bg_hotline@2x.jpg);
}
@media (min-width: 767px) {
  .cover {
    height: 670px;
    height: 41.875rem;
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media all and (max-width: 1600px) {
  .cover.cover_esg {
    background: #6d920d url(../img/common/bg_esg@2x.jpg) 50% 100% no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 500px) {
  .cover.cover_esg {
    background-position: 60% 90%;
    background-size: auto 60%;
  }
  .cover.cover p {
    padding-right: 50%;
    word-break: keep-all;
  }
}
.cover_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 28px 0;
  padding: 5rem 1.75rem 0;
}
@media (min-width: 767px) {
  .cover_inner {
    padding: 135px 28px 0;
    padding: 8.4375rem 1.75rem 0;
  }
}
@media (min-width: 1280px) {
  .cover_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.cover h2 {
  color: #fff;
  font-weight: normal;
  font-weight: bold;
  font-size: 30px;
}
@media (min-width: 767px) {
  .cover h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.cover p {
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 767px) {
  .cover p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.cover p::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 24px 0;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 767px) {
  .cover p::before {
    width: 70px;
    margin: 40px 0;
    margin: 2.5rem 0;
  }
}

.footer {
  background: #f9f9f9;
}

.footer_inner {
  max-width: 1280px;
  margin: 0 auto;
  color: #222;
  padding: 40px 19px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 767px) {
  .footer_inner {
    padding: 70px 28px 70px;
    padding: 4.375rem 1.75rem 4.375rem;
  }
}
@media (min-width: 1280px) {
  .footer_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.corp_head .btn_info {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  color: #666;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0 6px;
  padding: 0.4375rem 0 0.375rem;
}
.corp_head .btn_info .btn_txt {
  padding: 0 6px 0 11px;
  font-size: 12px;
}
.corp_head .btn_info .btn_txt:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent;
  border-left: 6px solid #ff5b59;
  content: "";
}
@media (min-width: 992px) {
  .corp_head .btn_info .btn_txt {
    padding: 0 7px 0 13px;
    padding: 0 0.4375rem 0 0.8125rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.corp_name {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.corp_name .corp_name_txt {
  display: inline-block;
}
.corp_name .corp_name_logo {
  display: inline-block;
  padding-right: 6px;
}
@media (min-width: 767px) {
  .corp_name {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .corp_name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.corp_info {
  padding-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}
.corp_info span {
  display: inline-block;
  padding-right: 4px;
}
@media (min-width: 767px) {
  .corp_info {
    padding-top: 9px;
    padding-top: 0.5625rem;
  }
}
@media (min-width: 992px) {
  .corp_info {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.corp_btns {
  padding-top: 16px;
  padding-top: 1rem;
}
.corp_btns .btn_link {
  display: block;
  float: left;
  margin: 5px 0;
  padding: 0 12px;
  border-left: 1px solid #e5e5e5;
  color: #666;
  font-size: 12px;
}
.corp_btns .btn_link:first-child {
  margin-left: -12px;
  border-left: 0;
}
.corp_btns .btn_link strong {
  color: #222;
}
@media (min-width: 992px) {
  .corp_btns .btn_link {
    padding: 0 14px;
    padding: 0 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .corp_btns .btn_link:first-child {
    margin-left: -14px;
    margin-left: -0.875rem;
  }
}
.corp_btns:after {
  clear: both;
  content: "";
  display: block;
}

.main_visual.pc {
  display: none;
}
@media (min-width: 767px) {
  .main_visual.pc {
    display: block;
  }
  .main_visual.m {
    display: none;
  }
}

.main_visual.pc {
  position: relative;
  z-index: -1;
  height: 1080px;
  height: 67.5rem;
  margin-top: -80px;
}
.main_visual.pc video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  width: 120rem;
  height: 1080px;
  height: 67.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1920px) {
  .main_visual.pc {
    height: 0;
    padding-bottom: 56.25%;
  }
  .main_visual.pc video {
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.main_visual.m {
  margin-top: -60px;
}
.main_visual.m img,
.main_visual.m video {
  width: 100%;
  vertical-align: top;
}

.main_visual_tit {
  position: absolute;
  top: 211px;
  top: 13.1875rem;
  left: 50%;
  z-index: 10;
  margin-left: -500px;
  margin-left: -31.25rem;
  font-weight: bold;
  font-size: 150px;
  font-size: 9.375rem;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.05;
  color: #222;
  letter-spacing: 3px;
  white-space: nowrap;
}

.main_system_sec .main_sec_tit,
.main_product_sec .main_sec_tit,
.main_service_sec .main_sec_tit {
  padding: 0 20px;
  font-size: 36px;
  line-height: 1.28;
  color: #000;
}
.main_system_sec .main_sec_tit .sub,
.main_product_sec .main_sec_tit .sub,
.main_service_sec .main_sec_tit .sub {
  display: block;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 20px;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.2;
  color: #555;
}
@media (min-width: 767px) {
  .main_system_sec .main_sec_tit,
.main_product_sec .main_sec_tit,
.main_service_sec .main_sec_tit {
    padding: 0;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.33;
  }
  .main_system_sec .main_sec_tit .sub,
.main_product_sec .main_sec_tit .sub,
.main_service_sec .main_sec_tit .sub {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.167;
  }
}
.main_system_sec .main_sec_img,
.main_product_sec .main_sec_img,
.main_service_sec .main_sec_img {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 767px) {
  .main_system_sec .main_sec_img,
.main_product_sec .main_sec_img,
.main_service_sec .main_sec_img {
    display: none;
  }
}
.main_system_sec .main_sec_img img,
.main_product_sec .main_sec_img img,
.main_service_sec .main_sec_img img {
  width: 100%;
  vertical-align: top;
}
.main_system_sec .main_sec_txt,
.main_product_sec .main_sec_txt,
.main_service_sec .main_sec_txt {
  margin-top: 40px;
  padding: 0 20px;
}
.main_system_sec .main_sec_txt p,
.main_product_sec .main_sec_txt p,
.main_service_sec .main_sec_txt p {
  font-size: 15px;
  line-height: 1.53;
  color: #666;
}
.main_system_sec .main_sec_txt p + p,
.main_product_sec .main_sec_txt p + p,
.main_service_sec .main_sec_txt p + p {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .main_system_sec .main_sec_txt,
.main_product_sec .main_sec_txt,
.main_service_sec .main_sec_txt {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0;
  }
  .main_system_sec .main_sec_txt p,
.main_product_sec .main_sec_txt p,
.main_service_sec .main_sec_txt p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.45;
  }
  .main_system_sec .main_sec_txt p + p,
.main_product_sec .main_sec_txt p + p,
.main_service_sec .main_sec_txt p + p {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.main_system_sec {
  position: relative;
  padding: 42px 0 60px;
}
@media (min-width: 767px) {
  .main_system_sec {
    height: 930px;
    height: 58.125rem;
    padding: 0;
    background: url(../img/main/bg_system_sec.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
  }
  .main_system_sec .main_sec_inner {
    position: absolute;
    top: 316px;
    top: 19.75rem;
    left: 28px;
  }
  .main_system_sec .main_sec_tit,
.main_system_sec .main_sec_txt {
    width: 500px;
    width: 31.25rem;
  }
}
@media (min-width: 1280px) {
  .main_system_sec .main_sec_inner {
    width: 1280px;
    left: 50%;
    margin-left: -640px;
  }
}

.main_product_sec {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}
@media (min-width: 767px) {
  .main_product_sec {
    height: 1135px;
    height: 70.9375rem;
    padding: 0;
    background: url(../img/main/bg_product_sec.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
  }
  .main_product_sec .main_sec_inner {
    position: absolute;
    top: 196px;
    top: 12.25rem;
    left: 50%;
    margin-left: 135px;
    margin-left: 8.4375rem;
  }
  .main_product_sec .main_sec_tit,
.main_product_sec .main_sec_txt {
    width: 505px;
    width: 31.5625rem;
  }
}

.main_service_sec {
  position: relative;
  padding: 68px 0 60px;
}
.main_service_sec .main_sec_txt {
  margin-top: -33px;
}
@media (min-width: 767px) {
  .main_service_sec {
    height: 1450px;
    height: 90.625rem;
    padding: 0;
    background: url(../img/main/bg_service_sec.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
  }
  .main_service_sec .main_sec_inner {
    position: absolute;
    top: 138px;
    top: 8.625rem;
    left: 50%;
    margin-left: -500px;
    margin-left: -31.25rem;
  }
  .main_service_sec .main_sec_txt {
    margin-top: 835px;
    margin-top: 52.1875rem;
  }
  .main_service_sec .main_sec_txt p {
    line-height: 1.73;
  }
}

.main_slogan_sec .main_sec_inner,
.main_intro_sec .main_sec_inner,
.main_delivery_sec .main_sec_inner {
  padding: 0 20px;
}
@media (min-width: 767px) {
  .main_slogan_sec .main_sec_inner,
.main_intro_sec .main_sec_inner,
.main_delivery_sec .main_sec_inner {
    padding: 0;
  }
}
.main_slogan_sec .main_sec_tit,
.main_intro_sec .main_sec_tit,
.main_delivery_sec .main_sec_tit {
  font-size: 18px;
  line-height: 1.15;
  color: #222;
}
@media (min-width: 767px) {
  .main_slogan_sec .main_sec_tit,
.main_intro_sec .main_sec_tit,
.main_delivery_sec .main_sec_tit {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.main_slogan_sec .main_sec_img,
.main_intro_sec .main_sec_img,
.main_delivery_sec .main_sec_img {
  width: 100%;
}
.main_slogan_sec .main_sec_img img,
.main_intro_sec .main_sec_img img,
.main_delivery_sec .main_sec_img img {
  width: 100%;
  vertical-align: top;
}
.main_slogan_sec .main_sec_txt,
.main_intro_sec .main_sec_txt,
.main_delivery_sec .main_sec_txt {
  margin-top: 10px;
}
.main_slogan_sec .main_sec_txt p,
.main_intro_sec .main_sec_txt p,
.main_delivery_sec .main_sec_txt p {
  font-size: 14px;
  line-height: 1.57;
  color: #222;
}
@media (min-width: 767px) {
  .main_slogan_sec .main_sec_txt,
.main_intro_sec .main_sec_txt,
.main_delivery_sec .main_sec_txt {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .main_slogan_sec .main_sec_txt p,
.main_intro_sec .main_sec_txt p,
.main_delivery_sec .main_sec_txt p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.64;
  }
}
@media (min-width: 1280px) {
  .main_slogan_sec .main_sec_txt p,
.main_intro_sec .main_sec_txt p,
.main_delivery_sec .main_sec_txt p {
    white-space: nowrap;
  }
}

.main_slogan_sec {
  position: relative;
  padding-top: 60px;
}
.main_slogan_sec .main_sec_svgtit svg {
  display: block;
  width: 180px;
  height: 102px;
}
.main_slogan_sec .main_sec_svgtit svg.pc {
  display: none;
}
@media (min-width: 767px) {
  .main_slogan_sec .main_sec_svgtit svg.pc {
    display: block;
  }
  .main_slogan_sec .main_sec_svgtit svg.m {
    display: none;
  }
}
.main_slogan_sec .main_sec_img {
  width: calc(100% + 20px);
  margin: 30px -20px 0 0;
}
@media (min-width: 767px) {
  .main_slogan_sec {
    height: 532px;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .main_slogan_sec .main_sec_inner {
    padding: 20px 0 0 28px;
  }
  .main_slogan_sec .main_sec_svgtit svg {
    width: 290px;
    width: 18.125rem;
    height: 325px;
    height: 20.3125rem;
  }
  .main_slogan_sec .main_sec_img {
    position: absolute;
    top: 100px;
    top: 6.25rem;
    left: 476px;
    width: 960px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .main_slogan_sec .main_sec_inner {
    width: 1280px;
    margin: 0 auto;
    padding-left: 0;
  }
  .main_slogan_sec .main_sec_img {
    left: 50%;
  }
}

.main_intro_sec {
  position: relative;
  padding-top: 60px;
}
.main_intro_sec .main_sec_img {
  width: 76.1194029851%;
  margin: 30px auto 0 0;
}
@media (min-width: 767px) {
  .main_intro_sec {
    height: 540px;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .main_intro_sec .main_sec_inner {
    margin-left: 426px;
    padding: 100px 0 0 50px;
    padding: 6.25rem 0 0 3.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_intro_sec .main_sec_img {
    position: absolute;
    top: 50px;
    top: 3.125rem;
    left: 0;
    margin: 0 0 0 -54px;
    width: 480px;
  }
}
@media (min-width: 1280px) {
  .main_intro_sec .main_sec_inner {
    width: 1280px;
    margin: 0 auto;
    padding-left: 530px;
  }
  .main_intro_sec .main_sec_img {
    margin: 0 0 0 -640px;
    left: 50%;
  }
}

.main_delivery_sec {
  position: relative;
  padding: 30px 0 60px;
}
.main_delivery_sec .main_sec_img {
  width: 53.7313432836%;
  margin: 0 0 30px auto;
}
@media (min-width: 767px) {
  .main_delivery_sec {
    padding: 480px 0 180px;
  }
  .main_delivery_sec .main_sec_inner {
    margin-left: 476px;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .main_delivery_sec .main_sec_img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 476px;
    width: 480px;
  }
}
@media (min-width: 1280px) {
  .main_delivery_sec .main_sec_inner {
    width: 1280px;
    margin: 0 auto;
    padding-left: 640px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_delivery_sec .main_sec_img {
    margin: 0 0 0 -110px;
    left: 50%;
  }
}

/* 공통 띠배너 */
.cm_linebn {
  text-align: center;
}

.cm_linebn img {
  vertical-align: top;
}

.mergenotice {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #f1f1f1;
  font-family: "나눔바른고딕", NanumBarunGothic, dotum, sans-serif;
}

.mergenotice_row {
  margin-top: 20px;
}

.mergenotice_row:first-child {
  margin: 0;
}

.mergenotice_btn {
  display: block;
  padding: 28px 28px;
  padding: 1.75rem 1.75rem;
  line-height: 44px;
  line-height: 2.75rem;
}
.mergenotice_btn span {
  color: #d1d1d1;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.3px;
}
.mergenotice_btn span strong {
  color: #fff;
}
.mergenotice_btn em {
  display: inline-block;
  margin-left: 20px;
  margin-left: 1.25rem;
  padding: 0 42px;
  padding: 0 2.625rem;
  background: #fff;
  border-radius: 22px;
  border-radius: 1.375rem;
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.3px;
  vertical-align: middle;
}
.mergenotice_btn em:after {
  content: "";
  display: inline-block;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  margin: -6px 0 0 12px;
  margin: -0.375rem 0 0 0.75rem;
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

.mergenotice_contwrap {
  display: none;
  padding: 1px 0;
  background-color: #fff;
  padding: 0 28px;
  padding: 0 1.75rem;
}

.mergenotice_row.on .mergenotice_contwrap {
  display: block;
}

.mergenotice_cont {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.mergenotice_tit {
  padding: 30px 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
}

.mergenotice_txt p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.mergenotice_close {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
.mergenotice_close a {
  display: inline-block;
  width: 120px;
  width: 7.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  border-radius: 22px;
  border-radius: 1.375rem;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
}

.nav_brd {
  padding: 20px 0;
  padding: 1.25rem 0;
  background: #fff;
}

.nav_brd ol {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
}

.nav_brd li {
  display: table-cell;
}

.nav_brd li a {
  display: block;
  position: relative;
  padding: 17px 0;
  padding: 1.0625rem 0;
  color: #8f8f8f;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
.nav_brd li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  background: #e0e0e0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav_brd li.on a {
  color: #222;
  font-weight: bold;
}
.nav_brd li.on a:after {
  background-color: #222;
}

.unit_brd {
  padding: 128px 0 0;
  padding: 8rem 0 0;
}

@media (min-width: 992px) {
  .unit_brd_cont {
    position: relative;
    padding-left: 42.15%;
  }
}

.unit_brd_tit {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .unit_brd_tit {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.unit_brd_tit h2 {
  font-weight: bold;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.3;
}

.unit_brd_tit em {
  display: block;
  position: relative;
  margin-top: 47px;
  margin-top: 2.9375rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  font-size: 22px;
  font-size: 1.375rem;
}
.unit_brd_tit em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #222;
}
@media (min-width: 992px) {
  .unit_brd_tit em:after {
    height: 2px;
  }
}

.unit_brd_detail dt {
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2;
}

.unit_brd_detail dd {
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.55;
}

.unit_brd_detail p {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.unit_brd_detail p:first-child {
  margin: 0;
}

.unit_brd_detail p strong {
  color: #222;
}

.tx_desc {
  color: #222;
  margin: 40px 0 50px;
  margin: 2.5rem 0 3.125rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
}
.tx_desc br {
  display: none;
}
@media (min-width: 1280px) {
  .tx_desc br {
    display: block;
  }
}

.lst_history {
  border-top: 2px solid #222;
}

.lst_history li {
  position: relative;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.lst_history h2 {
  position: absolute;
  left: 2%;
  color: #000;
  top: 18px;
  top: 1.125rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8;
}

.lst_history dl {
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-left: 23%;
}
.lst_history dl:after {
  clear: both;
  content: "";
  display: block;
}

.lst_history dt {
  float: left;
  width: 10%;
  min-width: 30px;
  color: #000;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.lst_history dd {
  overflow: hidden;
}

.lst_history p {
  color: #000;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.tblarea {
  border-top: 2px solid #222;
}

.tblarea .tbl_col1 {
  width: 70%;
}

.tblarea .tbl_col2 {
  width: 30%;
}

.tblarea th,
.tblarea td {
  margin: 0;
  padding: 0;
  border: 0 none;
  border-spacing: 0;
}

.tblarea .tbl {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.tblarea .tbl th {
  padding: 16px 0;
  padding: 1rem 0;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
@media (min-width: 992px) {
  .tblarea .tbl th {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .tblarea .tbl th:first-child {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .tblarea .tbl th:last-child {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.tblarea .tbl td {
  padding: 22px 0;
  padding: 1.375rem 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  line-height: 1.47;
  text-align: center;
}
@media (min-width: 992px) {
  .tblarea .tbl td {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .tblarea .tbl td:first-child {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .tblarea .tbl td:last-child {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.tblarea .tbl .subject {
  text-align: left;
}

.tblarea .tbl .date {
  text-align: center;
}

.board_head .tit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.56;
  font-weight: bold;
  color: #000;
}
.board_head .date {
  display: inline-block;
  margin-top: 4px;
  color: #8f8f8f;
  font-size: 18px;
  font-size: 1.125rem;
}

.board_body {
  margin-top: 20px;
}

.file_attached {
  border-top: 1px solid #8f8f8f;
  padding: 28px 0 24px;
  padding: 1.75rem 0 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.file_attached .file_label {
  color: #8f8f8f;
}
.file_attached .file_save_lnk {
  position: relative;
}
.file_attached .file_name {
  padding: 0 40px 0 15px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #222;
}
.file_attached .file_name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 33px;
  width: 2.0625rem;
  height: 33px;
  height: 2.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_download.svg) no-repeat;
  background-size: contain;
}

.board_body_cont {
  border-top: 1px solid #e9e9e9;
  padding: 57.6px 0;
  padding: 3.6rem 0;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}
.board_body_cont img {
  max-width: 100%;
  vertical-align: top;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.board_foot {
  padding-top: 40px;
  padding-top: 2.5rem;
  border-top: 1px solid #e0e0e0;
}

.board_foot_lst {
  position: relative;
  line-height: 1.45;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 767px) {
  .board_foot_lst {
    padding-right: 230px;
  }
}
.board_foot_lst .lst_prev {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.board_foot_lst .lst_label {
  display: table-cell;
  vertical-align: top;
  width: 52px;
  width: 3.25rem;
  font-weight: bold;
}
.board_foot_lst .lst_lnk {
  display: table-cell;
  vertical-align: top;
}
.board_foot_lst .lst_btns {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 767px) {
  .board_foot_lst .lst_btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    padding: 0;
  }
}
.board_foot_lst .btn_base {
  padding: 14px 0 13px;
}
@media (min-width: 767px) {
  .board_foot_lst .btn_base {
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}

.video_lst_item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.video_lst_item:first-child {
  margin-top: 0;
}

.video_article {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.video_img img, .video_img video {
  max-width: 100%;
  vertical-align: top;
}
@media (min-width: 767px) {
  .video_img {
    display: table-cell;
    vertical-align: top;
  }
}

.video_post {
  position: relative;
  padding: 14px 0 30px 0;
  padding: 0.875rem 0 1.875rem 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 767px) {
  .video_post {
    display: table-cell;
    width: 520px;
    max-height: 400px;
    padding: 0 0 30px 40px;
    padding: 0 0 1.875rem 2.5rem;
  }
}
.video_post .video_post_title {
  color: #000;
  line-height: 1.45;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
.video_post .video_post_caption {
  padding-top: 13px;
  padding-top: 0.8125rem;
  color: #222;
  line-height: 1.5;
}
.video_post .video_post_date {
  position: absolute;
  bottom: 0;
  color: #8f8f8f;
}

.news_lst_item {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media (min-width: 767px) {
  .news_lst_item {
    display: table-cell;
  }
  .news_lst_item:nth-child(odd) {
    padding-right: 20px;
  }
  .news_lst_item:nth-child(even) {
    padding-left: 20px;
  }
}

.news_post_img {
  display: block;
}
.news_post_img img {
  max-width: 100%;
  vertical-align: top;
}

.news_post_title {
  display: block;
  color: #000;
  padding-top: 14px;
  padding-top: 0.875rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: bold;
}

.news_post_date {
  display: block;
  padding-top: 13px;
  padding-top: 0.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8f8f8f;
}

.news_lst_btns,
.news_lst_btns + .pagination {
  margin: 0;
}

.sinmungo .headline {
  padding: 30px 0;
  padding: 1.875rem 0;
}
.sinmungo .headline .tit {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}

.privacy {
  padding: 30px 28px 0;
  padding: 1.875rem 1.75rem 0;
  margin: 0 -28px;
  margin: 0 -1.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
}
.privacy .privacy_tit {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #222;
}
.privacy .privacy_txt {
  color: #ff5b59;
}
.privacy .privacy_sec {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.privacy h4 {
  font-weight: normal;
  line-height: 1.2;
}
.privacy .privacy_sec_desc {
  color: #666;
  line-height: 1.6;
}
.privacy .privacy_agree {
  margin-top: 20px;
  padding: 20px 0 18px;
  border-top: 1px solid #e9e9e9;
}
.privacy .privacy_agree .base_inp_chk label {
  font-weight: bold;
}

.report {
  padding: 30px 28px;
  padding: 1.875rem 1.75rem;
  margin: 0 -28px;
  margin: 0 -1.75rem;
  border-top: 24px solid #f9f9f9;
  border-top: 1.5rem solid #f9f9f9;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
}

.report_tit {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #222;
  font-weight: bold;
}

.report_info .list {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.report_info .list li {
  display: block;
  position: relative;
  height: 30px;
  height: 1.875rem;
  padding-left: 38px;
  padding-left: 2.375rem;
  margin-top: 6px;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 767px) {
  .report_info .list li {
    display: inline-block;
    margin: 0 0 0 60px;
    margin: 0 0 0 3.75rem;
  }
}
.report_info .list li:first-child {
  margin: 0;
}
.report_info .list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #222;
  background-position-x: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.report_info .list li.addr:after {
  background-image: url(../img/csr/icon_building.svg);
}
.report_info .list li.email:after {
  background-image: url(../img/csr/icon_email.svg);
}
.report_info .list li.tel:after {
  background-image: url(../img/csr/icon_phone.svg);
}

.report_desc {
  padding-top: 24px;
  padding-top: 1.5rem;
  color: #000;
  line-height: 1.6;
}
.report_desc.tx_primary {
  color: #ff5b59;
}

.report_btns {
  padding-top: 24px;
  padding-top: 1.5rem;
}
.report_btns .btn_base {
  padding: 14px 0 13px;
}
@media (min-width: 992px) {
  .report_btns .btn_base {
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}

.report_forms {
  padding: 0 28px;
  padding: 0 1.75rem;
  margin: 0 -28px;
  margin: 0 -1.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
}
.report_forms:before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background: #e9e9e9;
}
.report_forms .form_txt {
  color: #ff5b59;
}
.report_forms .form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px 0;
  padding: 2.5rem 0 5rem 0;
}
@media (min-width: 767px) {
  .report_forms .form_btns {
    width: 730px;
  }
}
.report_forms .form_btns .btn_base {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.report_forms .form_btns .btn_base:first-child {
  margin-right: 10px;
}

.form_inp {
  width: 100%;
  display: table;
  margin: 20px 0;
}
.form_inp:first-child {
  margin-top: 0;
}
.form_inp:last-child {
  margin-bottom: 0;
}
.form_inp dt {
  display: table-cell;
  width: 80px;
  padding-top: 12px;
  font-weight: bold;
  vertical-align: top;
}
.form_inp dt label {
  color: #000;
}
.form_inp dd {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .form_inp {
    margin: 30px 0;
  }
  .form_inp dt {
    width: 180px;
    padding: 0;
    vertical-align: middle;
  }
  .form_inp dt.top {
    padding-top: 12px;
    vertical-align: top;
  }
  .form_inp .base_inp_grp {
    float: left;
    width: 400px;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.form_inp_sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 60px;
}
.form_inp_sub:first-child {
  margin-top: 0;
}
.form_inp_sub .tit {
  position: absolute;
  top: 14px;
  left: 0;
}
@media (min-width: 767px) {
  .form_inp_sub {
    display: inline-block;
    margin: 0 14px 0 0;
    padding: 0;
  }
  .form_inp_sub .tit {
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    width: 72px;
    vertical-align: middle;
  }
  .form_inp_sub .sub {
    width: 119px;
    display: inline-block;
    vertical-align: middle;
  }
}

.base_inp_grp + .form_inp_ex {
  padding-top: 12px;
}

.form_inp_ex {
  padding-top: 12px;
  line-height: 1.5;
  color: #8f8f8f;
}
@media (min-width: 767px) {
  .form_inp_ex {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
  }
}

.form_writer .base_rdo_grp {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.form_writer .base_rdo_grp .base_inp_rdo {
  margin-right: 20px;
}
.form_writer .form_inp_ex {
  padding-top: 12px;
}
@media (min-width: 767px) {
  .form_writer .base_inp_txt {
    display: inline-block;
    width: 340px;
    margin-right: 40px;
    vertical-align: top;
  }
}

.form_belong .base_inp_rdo {
  display: block;
  margin-top: 8px;
}
@media (min-width: 767px) {
  .form_belong .base_inp_rdo {
    display: inline-block;
    margin: 0 40px 0 0;
  }
}

@media (min-width: 767px) {
  .form_division .base_inp_sel {
    width: 400px;
  }
}

.form_file_upload {
  display: inline-block;
  vertical-align: middle;
}
.form_file_upload .form_add_img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 62px;
  width: 3.875rem;
  height: 62px;
  height: 3.875rem;
  margin-right: 16px;
  margin-right: 1rem;
}
.form_file_upload .form_add_img input + label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.form_file_upload .form_add_img input:focus + label {
  outline: 1px dotted #808080;
  outline: auto -webkit-focus-ring-color;
}
.form_file_upload .form_add_img .ico_add {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form_file_upload .form_add_img .ico_add:before, .form_file_upload .form_add_img .ico_add:after {
  content: "";
  position: absolute;
  background-color: #8f8f8f;
}
.form_file_upload .form_add_img .ico_add:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.form_file_upload .form_add_img .ico_add:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.form_file_upload .form_add_img .img {
  display: block;
  border: 1px solid #969696;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_file_upload .form_add_img .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.form_file_upload .form_add_img .btn_del {
  position: absolute;
  top: -8px;
  right: -12px;
  z-index: 10;
  width: 19px;
  height: 19px;
  border: 1px solid #969696;
  border-radius: 999em;
  background: #fff;
}
.form_file_upload .form_add_img .btn_del:before, .form_file_upload .form_add_img .btn_del:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 8px;
  height: 9px;
  width: 1px;
  background-color: #222;
}
.form_file_upload .form_add_img .btn_del:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form_file_upload .form_add_img .btn_del:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form_result .base_rdo_grp {
  display: inline-block;
  vertical-align: middle;
}
.form_result .base_inp_rdo {
  margin: 8px 20px 0 0;
}
@media (min-width: 767px) {
  .form_result .base_inp_rdo {
    margin-top: 0;
  }
}

.privacy_sec.tbl h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.25rem;
  padding-left: 26px;
  text-indent: -20px;
}
.privacy_sec.tbl h4 span {
  font-weight: 400;
}
.privacy_sec.tbl .privacy_tbl {
  margin: 18px 0 35px;
}
.privacy_sec.tbl .privacy_tbl th {
  padding: 16px 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.privacy_sec.tbl .privacy_tbl td {
  padding: 22px 29px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.25rem;
  vertical-align: top;
}
.privacy_sec.tbl .privacy_tbl td.ts1 {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
}

.privacy .privacy_agree {
  margin-top: 20px;
  padding: 20px 0 18px;
  border-top: 1px solid #e9e9e9;
}
.privacy .privacy_agree .base_inp_chk input[type=checkbox] {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.privacy .privacy_agree .base_inp_chk label {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.874rem;
  height: 1.874rem;
}

.dl {
  color: #222;
  padding-top: 60px;
}
.dl:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .dl {
    padding: 40px 0 70px;
    padding: 2.5rem 0 4.375rem;
  }
}

.dl > dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.dl > dd + dd {
  border-top: 1px solid #e0e0e0;
  margin-top: 48px;
  margin-top: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.dl p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.dl p em {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.dl img {
  max-width: 100%;
  vertical-align: top;
}

.dl .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  padding-top: 16px;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .dl .btns {
    margin-top: -23px;
    margin-top: -1.4375rem;
    margin-right: -23px;
    margin-right: -1.4375rem;
  }
}
@media (min-width: 767px) {
  .dl .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.dl .btn_base {
  width: 207px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 0 13px;
  text-align: left;
}
@media (min-width: 992px) {
  .dl .btn_base {
    width: 328px;
    width: 20.5rem;
    margin-top: 23px;
    margin-top: 1.4375rem;
    margin-right: 23px;
    margin-right: 1.4375rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}
.dl .btn_base .btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dl .report_info {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.dl .report_info .list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.dl .report_info li.pc {
  display: none;
}
@media (min-width: 767px) {
  .dl .report_info li.pc {
    display: inline-block;
  }
  .dl .report_info li.m {
    display: none;
  }
}

.dl_lst {
  font-size: 0;
}

.dl_lst li {
  display: inline-block;
  vertical-align: top;
  margin-top: 48px;
  margin-top: 3rem;
}
.dl_lst li.col2 {
  width: 100%;
}
@media (min-width: 992px) {
  .dl_lst li.col2 {
    width: 47%;
  }
  .dl_lst li.col2:nth-child(odd) {
    padding-left: 6%;
  }
}
.dl_lst li.col2 .thmb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  margin-right: 2.1875rem;
}
.dl_lst li.col2 .thmb img {
  width: 142px;
  width: 8.875rem;
}
.dl_lst li.col2 dl {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.dl_lst li.col3 {
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) {
  .dl_lst li.col3 {
    width: 33.3%;
  }
}
.dl_lst li.col3 .thmb img {
  width: 162px;
  width: 10.125rem;
}
.dl_lst li.col4 {
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) {
  .dl_lst li.col4 {
    width: 25%;
  }
}
.dl_lst li.col4 .thmb img {
  width: 162px;
  width: 10.125rem;
}

.dl_lst p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.dl_lst dl {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  vertical-align: middle;
}

.dl_lst dt {
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4;
}

.dl_lst dd {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4;
}

.diagram {
  margin-top: 48px;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .diagram {
    margin: 48px 100px 0;
    margin: 3rem 6.25rem 0;
  }
}
.diagram img.pc {
  display: none;
}
@media (min-width: 767px) {
  .diagram img.pc {
    display: block;
  }
  .diagram img.m {
    display: none;
  }
}

.dl .tit {
  margin-top: 7.5rem;
}

.dl p.ty2 {
  margin-top: 2.5rem;
}

.mt20 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.mb20 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width: 767px) {
  .mb20 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.mb30 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 767px) {
  .mb30 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.anchor {
  position: absolute;
  margin-top: -100px;
  margin-top: -6.25rem;
}

br.pc,
img.pc {
  display: none;
}

br.mo,
img.mo {
  display: inline-block;
}

@media (min-width: 767px) {
  br.pc {
    display: block;
  }
  img.pc {
    display: inline-block;
  }
  br.mo,
img.mo {
    display: none;
  }
}
.esg_side_pc {
  position: fixed;
  top: 470px;
  right: 10px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.esg_side_pc img {
  width: 100% !important;
}
@media all and (max-width: 992px) {
  .esg_side_pc {
    display: none;
  }
}

.esg_side_pc:hover {
  background: #f5f5f5;
}

.esg_side_mo {
  position: fixed;
  bottom: 6px;
  right: 6px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.esg_side_mo img {
  width: 100% !important;
}
@media all and (max-width: 992px) {
  .esg_side_mo {
    display: block;
  }
}

.vvh {
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .vvh {
    display: none !important;
  }
}

.esgCover {
  height: 344px;
  background-size: cover;
  background-position: 50% 0%;
  font-size: 0;
  text-align: center;
}
@media all and (max-width: 1300px) {
  .esgCover {
    background-position: 70% 0%;
  }
}
@media all and (max-width: 767px) {
  .esgCover {
    background-position: 50% 50%;
  }
}
.esgCover .text {
  display: inline-block;
  vertical-align: middle;
  width: 1280px;
  text-align: left;
}
@media all and (max-width: 1300px) {
  .esgCover .text {
    width: 100%;
    padding: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .esgCover .text {
    padding-bottom: 20%;
  }
}
.esgCover .text dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  color: #222;
  margin-bottom: 10px;
}
.esgCover .text dd {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  word-break: keep-all;
  color: #222;
}
@media all and (max-width: 767px) {
  .esgCover .text dd {
    padding-right: 30%;
  }
}
.esgCover .text.white dt {
  color: #fff;
}
.esgCover .text.white dd {
  color: #fff;
}

.esgCover:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 100%;
}

.esgCover.esg1 {
  background-image: url(../img/esg/bg_esg1@2x.jpg);
}
@media all and (max-width: 767px) {
  .esgCover.esg1 {
    background-image: url(../img/esg/bg_esg1_m@2x.jpg);
  }
}

.esgCover.esg2 {
  background-image: url(../img/esg/bg_esg2@2x.jpg);
}
@media all and (max-width: 767px) {
  .esgCover.esg2 {
    background-image: url(../img/esg/bg_esg2_m@2x.jpg);
  }
}

.esgCover.esg3 {
  background-image: url(../img/esg/bg_esg3@2x.jpg);
}
@media all and (max-width: 767px) {
  .esgCover.esg3 {
    background-image: url(../img/esg/bg_esg3_m@2x.jpg);
  }
}

.category_type1 {
  font-size: 0;
  margin: -10px;
}
.category_type1 .box {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_type1 .box .tit {
  position: relative;
  margin-bottom: 20px;
}
.category_type1 .box .tit h2 {
  font-size: 24px;
}
@media (min-width: 767px) {
  .category_type1 .box .tit h2 {
    font-size: 17px;
  }
}
.category_type1 .box .tit button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.category_type1 .box .tit button span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/esg/acco-arrow@2x.png) no-repeat 100% 50%;
  background-size: 20px 20px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .category_type1 .box .tit button {
    display: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.category_type1 .box .graybox {
  background: #f5f5f5;
  padding: 40px 20px;
  border-radius: 10px;
  display: none;
}
@media (min-width: 767px) {
  .category_type1 .box .graybox {
    display: block;
    padding: 40px 30px;
  }
}
.category_type1 .box .graybox dl {
  margin-top: 40px;
  display: block;
}
@media (min-width: 992px) {
  .category_type1 .box .graybox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
.category_type1 .box .graybox dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .category_type1 .box .graybox dl dt {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 280px;
    width: 17.5rem;
    margin-bottom: 0;
  }
}
.category_type1 .box .graybox dl dd .catelist li {
  margin-top: 10px;
}
.category_type1 .box .graybox dl dd .catelist li .category {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1.1;
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 767px) {
  .category_type1 .box .graybox dl dd .catelist li .category {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.category_type1 .box .graybox dl dd .catelist li .category:hover {
  border-color: #6d9437;
}
.category_type1 .box .graybox dl dd .catelist li:first-child {
  margin-top: 0;
}
.category_type1 .box .graybox dl:first-child {
  margin-top: 0;
}
@media (min-width: 767px) {
  .category_type1 .box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
.category_type1 .box.active .graybox {
  display: block;
}
.category_type1 .box.active button span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.text_type1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .text_type1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 767px) {
  .text_type1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.unit_type1 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.unit_type1 .box {
  width: 100%;
}
@media (min-width: 992px) {
  .unit_type1 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
  }
}
.unit_type1 .box .title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .unit_type1 .box .title {
    width: 260px;
    padding-right: 20px;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.unit_type1 .box .title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .unit_type1 .box .title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.unit_type1 .box .cont {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .unit_type1 .box .cont {
    max-width: 100%;
    width: 1000px;
  }
}
@media all and (min-width: 992px) and (max-width: 1280px) {
  .unit_type1 .box .cont {
    width: calc(100% - 280px);
  }
}

.unit_type2 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.unit_type2 .box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .unit_type2 .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.unit_type2 .box .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .unit_type2 .box .title {
    width: 520px;
    width: 32.5rem;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.unit_type2 .box .title h2 span {
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
.unit_type2 .box .title h2 strong {
  display: block;
  line-height: normal;
  font-size: 46px;
  font-size: 2.875rem;
}
@media (min-width: 767px) {
  .unit_type2 .box .title h2 strong {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.unit_type2 .box .cont {
  position: relative;
  width: 100%;
}
.unit_type2 .box .cont img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .unit_type2 .box .cont img {
    max-width: 740px;
  }
}
.unit_type2 .box .cont video {
  max-width: 100%;
}
@media (min-width: 992px) {
  .unit_type2 .box .cont video {
    max-width: 740px;
  }
}
.unit_type2 .box:first-child {
  margin-top: 0;
  padding-top: 0;
}
.unit_type2 .box.border {
  border-top: 1px solid #e0e0e0;
}
.unit_type2 .box.border .title {
  margin-bottom: 0;
}

.esg_text1 .titlebar {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #6d9437;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .esg_text1 .titlebar {
    font-size: 22px;
  }
}
.esg_text1 .text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #666;
}
.esg_text1 .phonetext {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .esg_text1 .phonetext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.esg_text1 .phonetext .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 767px) {
  .esg_text1 .phonetext .text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 250px);
  }
}
.esg_text1 .phonetext .img {
  margin: 40px auto 0;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 767px) {
  .esg_text1 .phonetext .img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
}
.esg_text1 .phonetext .img img {
  width: 100%;
}
.esg_text1 .esg_link1 .list {
  margin: -10px;
  font-size: 0;
}
.esg_text1 .esg_link1 .list li {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 767px) {
  .esg_text1 .esg_link1 .list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
.esg_text1 .esg_link1 .list li img {
  width: 100%;
}

.unit_brd {
  padding: 128px 0 0;
  padding: 8rem 0 0;
}

@media (min-width: 992px) {
  .unit_brd_cont {
    position: relative;
    padding-left: 42.15%;
  }
}

.unit_brd_tit {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .unit_brd_tit {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.intro_list {
  font-size: 0;
  margin: -10px;
}
.intro_list li {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro_list li img {
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .intro_list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
}

.dl {
  color: #222;
  padding-top: 60px;
}
.dl:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .dl {
    padding: 40px 0 70px;
    padding: 2.5rem 0 4.375rem;
  }
}

.dl > dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.dl > dd + dd {
  border-top: 1px solid #e0e0e0;
  margin-top: 48px;
  margin-top: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.dl p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.dl p em {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.dl img {
  max-width: 100%;
  vertical-align: top;
}

.dl .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  padding-top: 16px;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .dl .btns {
    margin-top: -23px;
    margin-top: -1.4375rem;
    margin-right: -23px;
    margin-right: -1.4375rem;
  }
}
@media (min-width: 767px) {
  .dl .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.dl .btn_base {
  width: 207px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 0 13px;
  text-align: left;
}
@media (min-width: 992px) {
  .dl .btn_base {
    width: 328px;
    width: 20.5rem;
    margin-top: 23px;
    margin-top: 1.4375rem;
    margin-right: 23px;
    margin-right: 1.4375rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}
.dl .btn_base .btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dl .report_info {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.dl .report_info .list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.dl .report_info li.pc {
  display: none;
}
@media (min-width: 767px) {
  .dl .report_info li.pc {
    display: inline-block;
  }
  .dl .report_info li.m {
    display: none;
  }
}

.dl_lst {
  font-size: 0;
}

.dl_lst li {
  display: inline-block;
  vertical-align: top;
  margin-top: 48px;
  margin-top: 3rem;
}
.dl_lst li.col2 {
  width: 100%;
}
@media (min-width: 992px) {
  .dl_lst li.col2 {
    width: 47%;
  }
  .dl_lst li.col2:nth-child(odd) {
    padding-left: 6%;
  }
}
.dl_lst li.col2 .thmb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  margin-right: 2.1875rem;
}
.dl_lst li.col2 .thmb img {
  width: 142px;
  width: 8.875rem;
}
.dl_lst li.col2 dl {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.dl_lst li.col3 {
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) {
  .dl_lst li.col3 {
    width: 33.3%;
  }
}
.dl_lst li.col3 .thmb img {
  width: 162px;
  width: 10.125rem;
}
.dl_lst li.col4 {
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) {
  .dl_lst li.col4 {
    width: 25%;
  }
}
.dl_lst li.col4 .thmb img {
  width: 162px;
  width: 10.125rem;
}

.dl_lst p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.dl_lst dl {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  vertical-align: middle;
}

.dl_lst dt {
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4;
}

.dl_lst dd {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4;
}

.diagram {
  margin-top: 48px;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .diagram {
    margin: 48px 100px 0;
    margin: 3rem 6.25rem 0;
  }
}
.diagram img.pc {
  display: none;
}
@media (min-width: 767px) {
  .diagram img.pc {
    display: block;
  }
  .diagram img.m {
    display: none;
  }
}

.dl .tit {
  margin-top: 7.5rem;
}

.dl p.ty2 {
  margin-top: 2.5rem;
}

.err_sec {
  padding-top: 49px;
  text-align: center;
}
.err_sec:before {
  display: block;
  width: 116px;
  height: 104px;
  margin: 0 auto 30px;
  background: url(../img/common/error.svg) no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 767px) {
  .err_sec {
    padding-top: 205px;
    padding-top: 12.8125rem;
  }
  .err_sec:before {
    width: 144px;
    width: 9rem;
    height: 129px;
    height: 8.0625rem;
    margin: 0 auto 46px;
    margin: 0 auto 2.875rem;
  }
}

.err_sec_tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
@media (min-width: 767px) {
  .err_sec_tit {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.err_sec_txt {
  margin-top: 4px;
  font-size: 16px;
  line-height: 19px;
  color: #666;
}
@media (min-width: 767px) {
  .err_sec_txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.err_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
@media (min-width: 767px) {
  .err_btns {
    width: 678px;
    padding: 130px 0 70px;
    padding: 8.125rem 0 4.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.err_btns .btn_base {
  font-weight: bold;
  padding: 16px 0;
}
.err_btns .btn_base + .btn_base {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .err_btns .btn_base {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 21px 0;
  }
  .err_btns .btn_base + .btn_base {
    margin: 0 0 0 10px;
  }
}
.err_btns .btn_base .btn_txt {
  font-size: 14px;
}

.policy_wrap {
  color: #444;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 767px) {
  .policy_wrap {
    font-size: 14px;
    line-height: 22px;
  }
}

.policy_sec {
  margin-top: 30px;
}
.policy_sec h3 {
  color: #222;
  font-size: 16px;
}
.policy_sec p, .policy_sec ol, .policy_sec ul {
  margin-top: 10px;
}
.policy_sec table {
  max-width: 800px;
  margin-top: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.policy_sec table th, .policy_sec table td {
  height: 32px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 16px;
}
.policy_sec table th:first-child, .policy_sec table td:first-child {
  border-left: 0;
}
.policy_sec table thead th {
  border-top: 2px solid #222;
  border-left: 0;
}
@media (min-width: 767px) {
  .policy_sec {
    margin-top: 40px;
  }
  .policy_sec h3 {
    font-size: 18px;
  }
  .policy_sec p, .policy_sec ol, .policy_sec ul {
    margin-top: 16px;
  }
  .policy_sec table {
    margin-top: 16px;
  }
  .policy_sec table th, .policy_sec table td {
    height: 39px;
    font-size: 14px;
    line-height: inherit;
  }
  .policy_sec table th br, .policy_sec table td br {
    display: none;
  }
}

.policy_list {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .policy_list {
    margin-top: 16px;
  }
}

.select_wrap {
  display: inline-block;
}
.select_wrap select {
  width: 100%;
  padding: 11px 35px 11px 15px;
  color: #222;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff url(../img/common/ico_slct.png) no-repeat 100% 50%;
  background-size: 28px auto;
  font-size: 14px;
  line-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_wrap select::-ms-expand {
  display: none;
}

.privacy_container {
  margin: 0 auto;
  line-height: 18px;
  max-width: 1020px;
}

.privacy_list {
  margin: 30px 0 0;
}
.privacy_list li {
  margin-top: 10px;
  color: #888;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.privacy_labeling {
  margin: 80px 0 0;
}
.privacy_labeling_title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.privacy_labeling_subtext {
  font-size: 13px;
  color: #888;
  margin: 10px 0 0;
}
.privacy_labeling > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin: 20px 0 0;
}
.privacy_labeling > ul > li {
  position: relative;
  text-align: center;
  background-color: #fafafa;
}
.privacy_labeling > ul > li:nth-of-type(n + 4) {
  margin-top: 0;
}
.privacy_labeling > ul > li:nth-last-of-type(1) .privacy_labeling_tooltip {
  right: 0;
}
.privacy_labeling > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  margin: auto;
  cursor: pointer;
  outline: revert;
}
.privacy_labeling > ul > li a + .privacy_labeling_tooltip {
  position: absolute;
  top: calc(100% + 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.privacy_labeling > ul > li a:hover + .privacy_labeling_tooltip, .privacy_labeling > ul > li a:focus + .privacy_labeling_tooltip {
  opacity: 1;
  visibility: visible;
}
.privacy_labeling > ul > li a strong {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.privacy_labeling > ul > li a img {
  width: 69.5px;
  height: 80px;
  display: block;
  margin: auto;
}
.privacy_labeling > ul > li .privacy_labeling_tooltip {
  width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #969696;
  background-color: #fff;
  font-size: 11px;
  font-weight: 400;
  color: #222;
}
.privacy_labeling > ul > li .privacy_labeling_tooltip p + p {
  margin: 10px 0 0;
}
.privacy_labeling > ul > li .privacy_labeling_tooltip .type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.privacy_labeling > ul > li .privacy_labeling_tooltip .type_list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  word-break: keep-all;
  margin-right: 20px;
}
.privacy_labeling > ul > li .privacy_labeling_tooltip .type_list li img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.privacy_labeling > ul > li .privacy_labeling_tooltip .type_list + p {
  margin: 10px 0 0;
}
.privacy_labeling_tip {
  margin: 20px 0 0;
  color: #222;
  text-align: center;
  font-size: 13px;
}

.privacy_labeling_summary {
  background-color: #fafafa;
  overflow: hidden;
  margin: 80px 0 0;
  padding: 16px 40px;
}
.privacy_labeling_summary li {
  float: left;
  width: 50%;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  cursor: pointer;
}
.privacy_labeling_summary li:nth-last-child(1), .privacy_labeling_summary li:nth-last-child(2) {
  border: 0;
}
.privacy_labeling_summary li .summary_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy_labeling_summary li strong {
  margin-right: 10px;
  font-weight: normal;
}
.privacy_labeling_summary li img {
  width: 35px;
  height: 40px;
  margin-right: 6px;
}
.privacy_labeling_summary li:nth-last-child(1) {
  border: 0;
}

.privacy_accordion {
  margin-top: 50px;
  line-height: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.privacy_accordion .is-active .accordion_q {
  border-top: 1px solid #444;
}
.privacy_accordion .is-active .accordion_q:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordion_q {
  position: relative;
  padding: 20px;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion_q .accordion_privacy_img img {
  width: 35px;
  height: 40px;
}

.accordion_q:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0006 15.9514L4.6249 8.57568L3.77637 9.42421L12.0006 17.6485L20.2249 9.42421L19.3764 8.57568L12.0006 15.9514Z' fill='rgb%280%2C0%2C0%29'%3e%3c/path%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}

.accordion_a {
  display: none;
  padding: 20px;
  background-color: #fafafa;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.accordion_a strong {
  display: block;
  font-weight: bold;
}
.accordion_a p {
  margin-bottom: 10px;
}
.accordion_a p:only-child, .accordion_a p:last-child {
  margin: 0;
}

.privacy_tbl {
  margin: 15px 0;
}
.privacy_tbl th,
.privacy_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
}
.privacy_tbl th {
  background-color: #e5e5e5;
}
.privacy_tbl a {
  color: #0044cc;
  word-break: break-all;
}

.privacy_form_group {
  margin: 30px 0 0;
}
.privacy_form_group select {
  padding: 10px 40px 10px 10px;
  border: 1px solid #444;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_74_4306' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_74_4306)'%3E%3Cpath d='M12 15L7 10H17L12 15Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/**
* mobile
*/
@media (max-width: 536px) {
  .privacy_labeling {
    overflow: visible;
  }
  .privacy_labeling ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy_labeling ul li:nth-of-type(even) a + .privacy_labeling_tooltip {
    right: 0;
  }
  .privacy_labeling ul li .privacy_labeling_tooltip {
    padding: 17px;
  }
  .privacy_labeling_summary {
    margin: 44px -1.75rem 0;
  }
  .privacy_labeling_summary li {
    float: none;
    width: 100%;
  }
  .privacy_labeling_summary li .summary_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .privacy_labeling_summary li .summary_text strong {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
  .privacy_labeling_summary li .summary_text .summary_privacy_img {
    margin: 10px 0 0;
  }
  .privacy_labeling_summary li:nth-last-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }
  .privacy_accordion ul li .accordion_q {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .privacy_accordion ul li .accordion_q button {
    padding-right: 42px;
  }
  .privacy_accordion ul li .accordion_q:after {
    top: 30%;
  }
  .privacy_accordion ul li .accordion_q button {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 537px) and (max-width: 538px) {
  .privacy_labeling ul {
    gap: 27px;
  }
}
@media (min-width: 536px) and (max-width: 1019px) {
  .privacy_labeling ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }
  .privacy_labeling ul li:nth-of-type(3n) a + .privacy_labeling_tooltip {
    right: 0;
  }
  .privacy_labeling ul li .privacy_labeling_tooltip {
    padding: 17px;
  }
  .privacy_labeling_summary {
    margin: 44px -1.75rem 0;
  }
  .privacy_labeling_summary li {
    float: none;
    width: 100%;
  }
  .privacy_labeling_summary li:nth-last-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }
}
/*# sourceMappingURL=common.css.map */
