@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
/* normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

dfn {
  font-style: italic; }

audio:not([controls]) {
  display: none;
  height: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

textarea {
  overflow: auto;
  resize: none; }

[type="text"]:focus, [type="num"]:focus, [type="tel"]:focus, [type="file"]:focus, [type="password"]:focus, [type="email"]:focus, [type="search"]:focus, [type="url"]:focus, textarea:focus {
  outline: 0; }

.container:after, .clearfix:after, .row:after, ul:after {
  content: '';
  display: table;
  clear: both; }

*, *:after, *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

a {
  background: transparent;
  color: #333;
  text-decoration: none; }
  a:focus, a:hover, a:active {
    text-decoration: none;
    outline: 0; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

*::selection {
  background: #16b9ff;
  color: #fff; }

*::-moz-selection {
  background: #16b9ff;
  color: #fff; }

input[type="submit"],
input[type="button"],
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  text-transform: none;
  outline: 0;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  outline: none; }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover {
    text-transform: none;
    outline: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button; }

/*font*/
/*china*/
/*japan*/
:lang(zh-Hans) {
  font-family: 'Noto Sans SC', sans-serif; }

:lang(en) {
  font-family: 'Noto Sans', 'Malgun Gothic', 'dotum', 'gulim', 'sans-serif'; }

:lang(ja) {
  font-family: 'Noto Sans JP', sans-serif; }

.NanumSquare {
  font-family: 'NanumSquare'; }

body {
  font-family: 'NanumSquare', 'NanumBarunGothic', 'Malgun Gothic', 'dotum', 'gulim', 'sans-serif';
  word-break: break-all;
  font-weight: 400;
  line-height: 1;
  color: #000000; }

/* layout */
body, html {
  height: 100%; }

.wrap_en {
  -ms-word-break: keep-all;
  word-break: keep-all; }

#wrap {
  position: relative; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px; }

.contents {
  position: relative; }

/* typography */
h1, h2 {
  line-height: 1.2; }

h3, h4, h5, h6 {
  line-height: 1.2; }

p {
  line-height: 1.2; }

/*grid*/
.col-03 {
  float: left;
  width: 25%; }

.col-04 {
  float: left;
  width: 33.33%; }

.col-06 {
  float: left;
  width: 50%; }

/* short cut*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.por {
  position: relative !important; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.dtb {
  display: table; }

.dtbc {
  display: table-cell; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

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

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px; }

.text01 {
  font-size: 15px;
  text-transform: uppercase;
  color: #343443;
  font-weight: 800; }

.text02 {
  font-size: 14px; }
  .text02 strong {
    font-weight: 800; }

.text03 {
  font-size: 21px;
  font-weight: 700; }

.text05 {
  font-size: 13px; }

.text08 {
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #16161c; }

.text09 {
  font-size: 15px;
  line-height: 1.4; }

.text10 {
  font-size: 13px;
  font-weight: 700; }

.text11 {
  margin-top: 3px;
  font-size: 19px;
  font-weight: 800; }

/* interval */
.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

/* border */
.bdn {
  border: none !important; }

.bdtd {
  border-top: none !important; }

.bdbn {
  border-bottom: none !important; }

.bdln {
  border-left: none !important; }

.bdrn {
  border-right: none !important; }

/*font layout*/
.content_text_group {
  position: relative; }
  .content_text_group.bd_top:before {
    content: '';
    width: 17px;
    height: 6px;
    background: #707070;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: -15px;
    left: 0px; }
  .content_text_group .title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400; }
    .content_text_group .title strong {
      font-weight: 800; }
  .content_text_group .sub_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 800; }
  .content_text_group .sub {
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 1.6; }

/*color*/
.c_important {
  color: #f06262 !important; }

.c_blue {
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #89a6d1 !important; }

.c_wh {
  color: #ffffff !important; }

/*bullet*/
.ico_bullet {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10; }

.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  text-decoration: none; }

.btn-material {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  z-index: 100;
  background: rgba(7, 7, 48, 0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .header.header_bg {
    background: #070730; }
  .header .logo {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px; }
    .header .logo img {
      width: 28px; }
  .header .btn_menu {
    position: absolute;
    top: 20px;
    left: 30px;
    cursor: pointer; }
    .header .btn_menu > img {
      width: 20px; }
  .header .side_screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none; }
  .header .side_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 130%;
    background: #070730;
    z-index: 900;
    overflow: hidden; }
    .header .side_menu .gnb {
      position: absolute;
      width: 80%;
      top: 13%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .header .side_menu .gnb .nav_item .nav_link {
        position: relative;
        display: block;
        padding: 15px 0;
        font-size: 13px;
        color: #ffffff; }
        .header .side_menu .gnb .nav_item .nav_link:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          width: 100%;
          height: 1px;
          background: #ffffff;
          opacity: 0.5; }
      .header .side_menu .gnb .select_lang {
        width: 100%;
        margin-top: 35px;
        font-size: 0; }
        .header .side_menu .gnb .select_lang .btn_lang {
          position: relative;
          display: inline-block;
          padding: 0 12px;
          font-size: 14px;
          color: #ffffff; }
          .header .side_menu .gnb .select_lang .btn_lang:last-child:after {
            background-color: transparent; }
          .header .side_menu .gnb .select_lang .btn_lang:after {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            background: #ffffff; }
          .header .side_menu .gnb .select_lang .btn_lang.is-active {
            color: #f06262 !important; }
    .header .side_menu .btn_close {
      position: absolute;
      top: 20px;
      left: 30px; }
      .header .side_menu .btn_close img {
        width: 20px; }

html.is_side_open .side_menu {
  display: block !important; }

html.is_side_open .side_screen {
  display: block !important; }

/**
 Main page style
*/
/*ch_media*/
.main_ch .content_core_service .service_content .content .media_group {
  position: relative;
  width: 100%;
  padding: 56.6% 0 6px; }
  .main_ch .content_core_service .service_content .content .media_group iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.main_visual {
  position: relative;
  width: 100%;
  height: 505px; }
  .main_visual .news_content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0; }
    .main_visual .news_content .swiper-container {
      width: 90%; }
      .main_visual .news_content .swiper-container .content {
        width: 100%;
        height: 140px;
        position: relative;
        background: #ffffff; }
        .main_visual .news_content .swiper-container .content .thumb {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 20px;
          width: 110px;
          height: 110px;
          overflow: hidden; }
          .main_visual .news_content .swiper-container .content .thumb > img {
            display: inline-block;
            width: 100%;
          height: 100%;
          }

        .main_visual .news_content .swiper-container .content .desc {
          position: relative;
          height: 140px;
          padding-left: 140px; }
          .main_visual .news_content .swiper-container .content .desc .swiper_text_group {
            padding-top: 20px; }
            .main_visual .news_content .swiper-container .content .desc .swiper_text_group p {
              width: 90%;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              font-size: 16px;
              line-height: 1.5; }
          .main_visual .news_content .swiper-container .content .desc .btn_detail {
            display: block;
            min-width: 100px;
            position: absolute;
            bottom: 20px;
            left: 140px;
            font-size: 13px; }
          .main_visual .news_content .swiper-container .content .desc .tab_page {
            position: absolute;
            bottom: 20px;
            right: 20px;
            font-size: 12px;
            font-weight: bold; }
  .main_visual .visual_bg {
    background: url(../../img/mobile/img_mainvisual.png) 50% 50%/cover no-repeat;
    width: 100%;
    height: 505px; }
  .main_visual .text_group {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -48px;
    text-align: left; }
    .main_visual .text_group .text_title, .main_visual .text_group .text_sub {
      color: #ffffff; }
    .main_visual .text_group .text_title {
      width: 280px;
      font-size: 29px;
      font-weight: 800; }
    .main_visual .text_group .text_sub {
      margin-top: 10px;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 2; }

.content_tech {
  padding: 45px 0; }
  .content_tech .ico_bullet {
    top: -35px; }
  .content_tech .content_img {
    text-align: center; }

.content_strategy {
  padding: 45px 0;
  background: #ececec; }
  .content_strategy .text_group {
    margin-top: 45px; }
    .content_strategy .text_group .group:last-child {
      margin-top: 35px; }
    .content_strategy .text_group .group .text02 {
      margin-top: 5px; }
    .content_strategy .text_group .group .strategy_list {
      margin-top: 15px; }
      .content_strategy .text_group .group .strategy_list .strategy_item {
        float: left;
        width: 25%;
        text-align: center; }
        .content_strategy .text_group .group .strategy_list .strategy_item .desc {
          margin-top: 5px;
          padding: 0 5px;
          font-size: 11px; }
        .content_strategy .text_group .group .strategy_list .strategy_item .thumb {
          display: inline-block;
          width: 58px; }
  .content_strategy .content_img {
    text-align: center; }

.content_core_service {
  background: #313540;
  padding: 40px 0; }
  .content_core_service .content_text_group h3 {
    margin-bottom: 0 !important; }
  .content_core_service .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .content_core_service .embed-container iframe, .content_core_service .embed-container object, .content_core_service .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content_core_service .service_content {
    padding-top: 30px; }
    .content_core_service .service_content .swiper-slide .content {
      padding: 0 40px; }
    .content_core_service .service_content .media_group {
      margin-top: 50px;
      text-align: center; }
    .content_core_service .service_content .text_group {
      margin-top: 18px; }
      .content_core_service .service_content .text_group .text02 {
        color: #ffffff; }
      .content_core_service .service_content .text_group .text05 {
        margin-top: 10px;
        color: #ffffff;
        line-height: 1.4;
        font-weight: 400; }
      .content_core_service .service_content .text_group .core_service_list {
        margin-top: 40px;
        display: flex;
        flex-direction: row; }
        .content_core_service .service_content .text_group .core_service_list .core_item {
          width: 33.33%;
          text-align: center; }
          .content_core_service .service_content .text_group .core_service_list .core_item.core_item50 {
            width: 50% !important; }
          .content_core_service .service_content .text_group .core_service_list .core_item .thumb img {
            width: 55px; }
          .content_core_service .service_content .text_group .core_service_list .core_item .desc {
            margin-top: 7px;
            padding: 0 5px;
            font-size: 11px;
            color: #ffffff;
            text-transform: uppercase;
            line-height: 1.4;
            font-weight: 400; }

.content_other_service h3 {
  width: 100%;
  padding-top: 52px;
  background: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  .content_other_service h3 strong {
    font-weight: 800; }
.content_other_service .other_content .other_title {
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f5f5f5; }
  .content_other_service .other_content .other_title .flex_group01 {
    padding-left: 30px;
    width: 60%; }
  .content_other_service .other_content .other_title .flex_group02 {
    width: 40%;
    position: relative; }
    .content_other_service .other_content .other_title .flex_group02 .thumb {
      width: 100%;
      min-height: 80px;
      overflow: hidden;
      -webkit-background-size: 100%;
      background-size: 100%; }
      .content_other_service .other_content .other_title .flex_group02 .thumb.thumb01 {
        background: url(../../img/pc/img_service01.png) 50% 50%/cover no-repeat; }
      .content_other_service .other_content .other_title .flex_group02 .thumb.thumb02 {
        background: url(../../img/pc/img_service02.png) 50% 50%/cover no-repeat; }
      .content_other_service .other_content .other_title .flex_group02 .thumb.thumb03 {
        background: url(../../img/pc/img_service03.png) 50% 50%/cover no-repeat; }
      .content_other_service .other_content .other_title .flex_group02 .thumb.thumb04 {
        background: url(../../img/pc/img_service04.png) 50% 50%/cover no-repeat; }
    .content_other_service .other_content .other_title .flex_group02 .screen {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10; }
      .content_other_service .other_content .other_title .flex_group02 .screen.screen01 {
        background: #ffafaf;
        opacity: 0.3; }
      .content_other_service .other_content .other_title .flex_group02 .screen.screen02 {
        background: #707070;
        opacity: 0.5; }
      .content_other_service .other_content .other_title .flex_group02 .screen.screen03 {
        background: #002e40;
        opacity: 0.5; }
      .content_other_service .other_content .other_title .flex_group02 .screen.screen04 {
        background: #89a6d1;
        opacity: 0.47; }
.content_other_service .other_content .other_detail {
  min-height: 330px;
  background: #ececec;
  text-align: center; }
  .content_other_service .other_content .other_detail.detail_wide_en {
    min-height: 350px !important; }
  .content_other_service .other_content .other_detail .detail_desc {
    padding: 25px 30px 17px 30px;
    font-size: 13px;
    text-align: left;
    font-weight: 700; }
  .content_other_service .other_content .other_detail .content_group {
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .content_other_service .other_content .other_detail .content_group .content_img {
      width: 50%; }
    .content_other_service .other_content .other_detail .content_group .service_list01 {
      width: 50%;
      padding-left: 10px;
      text-align: left; }
      .content_other_service .other_content .other_detail .content_group .service_list01 .service_item {
        padding-bottom: 10px; }
        .content_other_service .other_content .other_detail .content_group .service_list01 .service_item:last-child {
          padding-bottom: 0; }
        .content_other_service .other_content .other_detail .content_group .service_list01 .service_item p {
          padding-left: 15px;
          position: relative; }
          .content_other_service .other_content .other_detail .content_group .service_list01 .service_item p:before {
            content: '';
            width: 5px;
            height: 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #707070;
            position: absolute;
            left: 0;
            top: 3px; }
    .content_other_service .other_content .other_detail .content_group .service_list02 .service_item {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-bottom: 10px; }
      .content_other_service .other_content .other_detail .content_group .service_list02 .service_item .thumb {
        width: 38px; }
    .content_other_service .other_content .other_detail .content_group .service_list02 .text08 {
      width: 250px;
      padding-left: 10px;
      text-align: left; }

.content_company h3 {
  width: 100%;
  padding-top: 52px;
  background: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
.content_company .info_group {
  text-align: center; }
  .content_company .info_group .thumb {
    margin-top: 5px; }
  .content_company .info_group .desc {
    margin-top: 43px;
    margin-bottom: 37px;
    padding: 0 30px; }
    .content_company .info_group .desc .text_group {
      margin-top: 25px;
      font-size: 12px;
      color: #151414;
      font-weight: 400; }
      .content_company .info_group .desc .text_group .company {
        margin-bottom: 5px;
        line-height: 1.7; }
      .content_company .info_group .desc .text_group .ques {
        display: inline-block; }
      .content_company .info_group .desc .text_group .copy {
        margin-top: 25px;
        font-size: 10px;
        color: #707070; }

/* footer */

/*# sourceMappingURL=style.css.map */
