@charset "utf-8";

/*google font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

/*css 초기화*/
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,
font,
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 {
  word-spacing: -1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  font-weight: 400;
  min-width: 280px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button:visited {
}

.btn {
  border: 0;
  transition: inherit;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

button {
  border: 0 none;
  border-radius: 100px !important;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  padding: 0.8em 2em;
}

a.btn_p:hover,
a.btn_w:hover {
  box-shadow: 0px 10px 10px #00000024;
}

a.btn_p {
  font-size: 16px;
  background-color: #8467fc;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1.6em;
  border-radius: 40px;
}

a.btn_w {
  font-size: 16px;
  background-color: #fff;
  color: #8467fc;
  text-decoration: none;
  padding: 0.5em 1.6em;
  border-radius: 40px;
}

button.btn_line_w {
  border: 1px solid #fff;
  color: #fff;
}

button.btn_line_w:hover {
  background-color: #fff;
  color: #8467fc;
}

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

body {
  -webkit-text-size-adjust: none;
}

.font-weight-500 {
  font-weight: 500;
}

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

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

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

textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*header*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 100;
}

header ul li {
  line-height: 40px;
  padding-left: 2.3em;
  font-size: 16px;
  display: inline-flex;
}

header ul li a {
  color: #fff;
}

header ul li a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

header ul li a.current {
  font-weight: 500;
}

header .logo_wrap {
  float: left;
}

header .logo {
  background-image: url('../images/logo_white.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 160px;
  height: 40px;
}

header .nav_wrap {
  display: block;
  float: right;
  vertical-align: middle;
}

/*header 스크롤 시 스타일 변경*/
.down {
  background-color: #fff;
  color: #484848;
  border-bottom: 1px solid #e8e8e8;
}

.nav_li.down {
  border-bottom: 0;
}

a.down:hover {
  color: #484848;
}

.logo_b {
  background-image: url('../images/logo_black.png') !important;
}

/* mobile nav */
header .m_nav_btn {
  float: right;
  color: #fff;
}

header .m_nav_btn_black {
  color: #a3a3a3;
}

header .m_nav_btn i {
  font-size: 2em;
}

#m_nav {
  color: #fff;
  display: none;
  padding-left: 0px !important;
}

#m_nav .modal-dialog {
  max-width: 100% !important;
  margin: 0;
  height: 100%;
}

#m_nav .modal-content {
  background-color: #8467fc;
  height: 100%;
  border: 0;
  padding: 1.5em;
  border-radius: 0;
}

#m_nav .modal-header {
  background-color: #8467fc;
  border: 0;
}

#m_nav .modal-body {
}

#m_nav .modal-body h1 {
  font-size: 3em;
  margin-bottom: 2em;
  margin-top: 2em;
  font-weight: 550;
}

#m_nav .modal-body ul li {
  list-style: none;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b07fe9;
}

#m_nav .modal-body ul li a {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

#m_nav .modal-body ul li a:hover {
  text-decoration: none;
}

.m_nav_btn {
  display: none;
}

a {
  text-decoration: none;
}

i {
  font-family: 'xeicon';
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

#container {
  width: 100%;
}

.content_wrap {
  width: 1100px;
  margin: 0 auto;
}

.e_font {
  font-family: 'Montserrat', sans-serif;
}

/*MSO 페이지*/
#visual_section {
  color: #fff;
  background-image: url('../images/mso_bg_img01.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 15em 0;
  overflow: hidden;
  position: relative;
  min-height: 850px;
}

#visual_section .visual_section_tit1 {
}

#visual_section .visual_section_tit1 h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 550;
  margin-bottom: 0.3em;
}

#visual_section .visual_section_tit1 svg {
}

#visual_section .visual_section_tit2 {
}

#visual_section .visual_section_tit2 h2 {
  color: #fff;
  font-size: 65px;
  margin-bottom: 28px;
}

#visual_section .visual_section_tit2 p {
  margin-bottom: 16px;
}

#visual_section .visual_section_tit2 p b {
  color: #fff;
  font-size: 20px;
}

#visual_section .visual_animation {
  position: absolute;
  bottom: -17em;
  right: -18em;
}

#visual_section .visual_animation img {
  width: 700px;
  height: 700px;
}

#visual_section .content_wrap {
  position: absolute;
  top: 30%;
  margin: 0 auto;
  z-index: 9;
  left: 50%;
  margin-left: -550px;
}

/*퀵메뉴 */
#quick_section {
}

#quick_section .content_wrap {
}

#quick_section .content_wrap .row {
  margin-top: -8em;
}

#quick_section .content_wrap .row .col .quick_box {
  -webkit-transform: scale(1);
  -moz-transform: translate(1);
  -ms-transform: translate(1);
  -o-transform: translate(1);
  transform: translate(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 3em 0;
  border-radius: 20px;
  box-shadow: 0px 6px 10px #0000000d;
}

#quick_section .content_wrap .row .col .quick_box:hover {
  background-color: #404040;
  color: #fff;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0px 20px 20px #00000024;
}

#quick_section .content_wrap .row .col .quick_box:hover button {
  color: #fff;
  background-color: #8467fc;
}

#quick_section .content_wrap .row .col .quick_box h2 {
  font-size: 45px;
  margin-bottom: 0.2em;
}

#quick_section .content_wrap .row .col .quick_box p {
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 2em;
}

#quick_section .content_wrap .row .col > .quick_box1 {
  background-color: #8467fc;
  color: #fff;
}

#quick_section .content_wrap .row .col > .quick_box2 {
  background-color: #fff;
}

/*기록,관리,보완 및 개선 리스트*/
#list_section {
  padding-top: 3em;
  padding-bottom: 4em;
}

#list_section .list_box {
  padding: 4em 0;
  letter-spacing: -1px;
  word-spacing: -2px;
  border-bottom: 1px solid #e8e8e8;
}

#list_section .list_box:last-child {
  border-bottom: 0;
}

#list_section .list_box .e_font {
  color: #8467fc;
  font-size: 24px;
  font-weight: 500;
}

#list_section .list_box h4 {
  margin-top: 1em;
  margin-bottom: 1em;
}

#list_section .list_box p {
  font-size: 18px;
  color: #555555;
  font-weight: 400;
  line-height: 1.7;
}

#list_section .list_box span {
  padding: 8px 10px;
  color: #fff;
  background-color: #8467fc;
  border-radius: 40px 40px 40px 0px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* 전문인력 */
#workforce_section {
  height: 660px;
  margin-bottom: 23em;
  background-color: #f8f8f8;
  padding: 8em 0;
}

#workforce_section .content_wrap {
  position: relative;
}

#workforce_section .content_wrap .workforce_icon:before {
  content: '';
  background-image: url('../images/workforce_bg.png');
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  left: -5em;
}

#workforce_section p.e_font {
  color: #8467fc;
  font-size: 24px;
  font-weight: 500;
}

#workforce_section p.workfoce_txt {
  margin-top: 2em;
  color: #555;
  line-height: 1.7;
  word-spacing: -3px;
}

/* 전문인력 스와이프 */
#workforce_section h3 {
  font-weight: 550;
}

#workforce_section .container {
  padding: 0;
}

#workforce_section .swiper-container.workforce_swiper_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  /* height: 430px; */
  padding-top: 3em;
}

#workforce_section .workforce_swipe {
  background-color: #fff;
  width: 520px;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  -webkit-transform: scale(1);
  -moz-transform: translate(1);
  -ms-transform: translate(1);
  -o-transform: translate(1);
  transform: translate(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#workforce_section .workforce_swipe:before {
  content: '';
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  background-size: auto 180px;
  width: 300px;
  height: 180px;
  display: block;
  right: 0px;
  bottom: 0;
}

#workforce_section .workforce_swipe1:before {
  background-image: url('../images/workforce_01.png');
}

#workforce_section .workforce_swipe2:before {
  background-image: url('../images/workforce_02.png');
}

#workforce_section .workforce_swipe3:before {
  background-image: url('../images/workforce_03.png');
}

#workforce_section .workforce_swipe4:before {
  background-image: url('../images/workforce_04.png');
}

#workforce_section .workforce_swipe5:before {
  background-image: url('../images/workforce_05.png');
}

#workforce_section .workforce_swipe6:before {
  background-image: url('../images/workforce_06.png');
}

#workforce_section .workforce_swipe7:before {
  background-image: url('../images/workforce_07.png');
}

#workforce_section .workforce_swipe8:before {
  background-image: url('../images/workforce_08.png');
}

#workforce_section .workforce_swipe:hover {
  background-color: #404040;
  color: #fff;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

#workforce_section .workforce_swipe:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0px 10px 10px #0000000a;
}

#workforce_section .swiper-button-next,
#workforce_section .swiper-button-prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  color: #adadad;
  position: initial;
}

#workforce_section .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
  top: 0;
  margin-top: 0;
  display: inline-flex;
}

#workforce_section .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  margin-top: 0;
  display: inline-flex;
}

#workforce_section a .slider-title:hover {
  text-decoration: none;
}

#workforce_section a:hover {
  text-decoration: none;
}

#workforce_section .slider-container {
  padding: 70px 35px;
}

#workforce_section .slider-sub-title {
  font-size: 30px;
  color: #2c2c2c;
}

#workforce_section .slider-sub-title.e_font {
  font-size: 18px;
  color: #2c2c2c;
}

#workforce_section .slider-title {
  color: #2c2c2c;
  font-size: 40px;
  opacity: 1;
}

#workforce_section .slider-buttton {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 1em;
  top: 1em;
  animation: zoomIn 2s;
  background-color: #8467fc;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
}

#workforce_section .slider-buttton {
  display: inline-block;
  opacity: 1;
}

#workforce_section .swiper-slide:hover .slider-sub-title {
  animation: fadeInUp 1s;
  color: #ffffff;
}

#workforce_section .swiper-slide:hover .slider-sub-title.e_font {
  font-size: 18px;
  color: #fff;
}

#workforce_section .swiper-slide:hover .slider-title {
  color: #ffffff;
  animation: fadeInUp 1.5s;
}

#workforce_section .swiper-slide:hover .slider-buttton {
  opacity: 1;
}

#workforce_section .swiper-pagination-fraction {
  font-family: 'Montserrat';
  color: #bcbcbc;
  position: inherit;
  text-align: left;
  margin-top: 1em;
}

#workforce_section .swiper-pagination-current {
  font-size: 80px;
  color: #8467fc;
  font-weight: 600;
}

#workforce_section .swiper-pagination-total {
  font-size: 46px;
  color: #272727;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

.workfoce_fav {
  text-align: right;
  margin-top: 2em;
}

.slide_modal1_tit {
  margin-left: 12px;
}

.slide_modal1_tit h2,
.slide_modal1_tit p {
  text-align: left;
}

#slide_modal1 .modal-body,
#slide_modal2 .modal-body,
#slide_modal3 .modal-body,
#slide_modal4 .modal-body,
#slide_modal5 .modal-body,
#slide_modal6 .modal-body,
#slide_modal7 .modal-body,
#slide_modal8 .modal-body {
  padding: 0;
}

#slide_modal1 .modal-header,
#slide_modal2 .modal-header,
#slide_modal3 .modal-header,
#slide_modal4 .modal-header,
#slide_modal5 .modal-header,
#slide_modal6 .modal-header,
#slide_modal7 .modal-header,
#slide_modal8 .modal-header {
  padding: 0;
}

#slide_modal1 .modal-dialog .modal-content,
#slide_modal2 .modal-dialog .modal-content,
#slide_modal3 .modal-dialog .modal-content,
#slide_modal4 .modal-dialog .modal-content,
#slide_modal5 .modal-dialog .modal-content,
#slide_modal6 .modal-dialog .modal-content,
#slide_modal7 .modal-dialog .modal-content,
#slide_modal8 .modal-dialog .modal-content {
  border-radius: 26px;
  padding: 1.8em;
}

#slide_modal1 .modal-dialog .modal-content p,
#slide_modal2 .modal-dialog .modal-content p,
#slide_modal3 .modal-dialog .modal-content p,
#slide_modal4 .modal-dialog .modal-content p,
#slide_modal5 .modal-dialog .modal-content p,
#slide_modal6 .modal-dialog .modal-content p,
#slide_modal7 .modal-dialog .modal-content p,
#slide_modal8 .modal-dialog .modal-content p {
  color: #848484;
  margin-top: 0;
}

.slide_modal1_txt {
  min-height: 180px !important;
  padding-top: 1.8em;
  word-spacing: -2px;
}

.slide_modal1_tit {
  margin-left: 17px;
  margin-top: -4px;
}

#slide_modal1 img,
#slide_modal2 img,
#slide_modal3 img,
#slide_modal4 img,
#slide_modal5 img,
#slide_modal6 img,
#slide_modal7 img,
#slide_modal8 img {
  height: 44px;
}

/*국내유일 시스템*/
#only_section {
  padding: 8em 0;
  background-color: #f8f8f8;
}

#only_section h2 {
  margin-bottom: 0.4em;
  word-spacing: -3px;
}

#only_section h2 span {
  color: #8467fc;
}

#only_section h4 {
  margin-bottom: 2em;
  font-weight: 400;
  line-height: 1.5;
}

#only_section p {
  font-size: 18px;
  font-weight: 400;
  color: #727272;
  letter-spacing: -0.3px;
  word-spacing: -1px;
}

#only_section .circle {
  width: 280px;
  height: 280px;
  background-color: #ddd;
  text-align: center;
  border-radius: 400px;
  position: relative;
}

#only_section .circle .inner {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 100%;
}

#only_section .circle .inner p {
  color: #fff;
  margin-top: 1em;
}

#only_section .circle .inner p:before {
  content: '';
  background-image: url('');
  width: '';
}

#only_section .circle .inner h2 {
  font-size: 30px;
}

#only_section .circle1 {
  background-color: #8467fc;
  color: #fff;
}

#only_section .circle2 {
  background-color: #3b3b3b;
  color: #fff;
  margin-top: -3em;
}

#only_section .cicle3 {
  position: absolute;
  bottom: 1em;
}

/*실제 성공사례*/
#graph_section {
  text-align: center;
  padding: 8em 0;
}

#graph_section .tit_wrap .sub_tit {
  background-color: #8467fc;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px 50px 0px 50px;
}

#graph_section .tit_wrap h2 {
  margin-top: 30px;
}

#graph_section .tit_wrap p {
  margin-bottom: 2em;
  margin-top: 1em;
}

#graph_section .glaph_box {
  box-sizing: border-box;
  width: 100%;
  padding: 4em 4em;
  margin-bottom: 1em;
  border: 1px solid #e5e5e5;
}

#graph_section .glaph_box:hover {
  box-shadow: 0px 10px 8px #f9f9f9;
}

#graph_section .glaph_box:last-child {
  text-align: left;
}

#graph_section .glaph_box:last-child h4 {
  font-weight: 400;
  font-size: 30px;
}

#graph_section .glaph_box:last-child h3 {
  font-size: 40px;
  margin-bottom: 1em;
}

#graph_section #chartdiv {
  width: 100%;
  height: 350px;
}

#graph_section .amcharts-chart-div svg a {
  display: none;
}

#graph_section .amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}

#graph_section .amcharts-plot-area {
  stroke: #ddd;
}

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}

#graph_section .lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }

  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }

  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

#graph_section .amcharts-graph-column-front {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

#graph_section .amcharts-graph-column-front:hover {
  fill: #8467fc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#graph_section .amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 500%;
  stroke-dasharray: 0 \0/;
  /* fixes IE prob */
  stroke-dashoffset: 0 \0/;
  /* fixes IE prob */
  -webkit-animation: am-draw 40s;
  animation: am-draw 40s;
}

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }

  100% {
    stroke-dashoffset: 0%;
  }
}

@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }

  100% {
    stroke-dashoffset: 0%;
  }
}

#graph_section .circlewrap .circle {
  margin: 0 auto;
  margin-bottom: 1em;
  width: 280px;
  height: 280px;
  background-color: #8467fc;
  text-align: center;
  border-radius: 400px;
  position: relative;
}

#graph_section .circlewrap .circle .inner {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 100%;
}

#graph_section .circlewrap .circle .inner p {
  color: #fff;
  margin-top: 1em;
}

#graph_section .circlewrap .circle .inner h2 {
  font-size: 40px;
  color: #fff;
}

#graph_section .circlewrap .circle .inner h2 span {
  font-size: 55px;
  font-weight: 550;
}

#graph_section .donut_graph {
  position: relative;
  max-width: 300px;
}

#graph_section .donut_graph img {
  width: 100%;
}

#graph_section .donut_graph .donut_graph_1 {
  position: absolute;
  right: -1px;
  top: -5px;
}

#graph_section .glaph_box2 h4 {
  margin-top: 2em;
}

#graph_section .donut_graph .circle {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #fff;
  text-align: center;
  border-radius: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

#graph_section .donut_graph .circle .inner {
  color: #242424;
  font-size: 16px;
  position: absolute;
  top: 34%;
  left: 0%;
  width: 100%;
  line-height: 1.3;
}

/*합리적인 비즈니스 구조*/
#revenue_section {
  background-color: #f8f8f8;
  padding: 8em 0;
}

#revenue_section .sub_tit {
  background-color: #8467fc;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px 50px 0px 50px;
}

#revenue_section h2 {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}

#revenue_section h4 {
  margin-bottom: 3em;
}

#revenue_section p {
  color: #707070;
  word-spacing: -2px;
  padding-right: 6em;
}

#revenue_section .process_accordian {
  padding: 1em 1em;
  background-color: #fff;
  margin-bottom: 0.5em;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}

#revenue_section .card {
  border-radius: 16px;
  margin-bottom: 0.4em;
}

#revenue_section .card .card-header {
  position: relative;
}

#revenue_section .card .card-header h2 {
  margin-top: 0em;
}

#revenue_section .card .card-header h2 button {
  padding: 0;
  vertical-align: inherit;
  color: #242424;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
}

#revenue_section .card .card-header h2 button:hover {
  text-decoration: none;
  box-shadow: 0px 0px 0px 0px;
  text-decoration: none;
  cursor: pointer;
}

#revenue_section .card .card-header h2 button:active {
  text-decoration: none;
  outline: none;
  border: 0;
}

#revenue_section .card .card-header h2 button:focus {
  text-decoration: none;
  outline: none;
  border: 0;
}

#revenue_section .card .card-header h2 button:after {
  content: '\e943';
  font-family: 'xeicon';
  position: absolute;
  opacity: 0.3;
  right: 0;
}

#revenue_section .card .card-header h2 button:before {
  content: '';
  margin-bottom: 5px;
  background-size: 18px 18px;
  margin-top: -3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 7px;
  left: 3px;
}

#revenue_section .card .card-header h2.process_list1 button:before {
  vertical-align: middle;
  background-image: url('../images/icon-tog.svg');
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
}

#revenue_section .card .card-header h2.process_list2 button:before {
  vertical-align: middle;
  background-image: url('../images/icon-person.svg');
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

#revenue_section .card .card-header h2.process_list3 button:before {
  vertical-align: middle;
  background-image: url('../images/icon-hospital.svg');
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

#revenue_section .card-body {
  font-size: 14px;
  padding: 20px;
  padding-top: 0;
}

#video1 {
  width: 76%;
}

#video2 {
  width: 100%;
}

#graph_section img._bt1 {
  display: none !important;
}

#graph_section .donut_graph {
  margin: 0 auto;
}

.glaph_box .col-md-5 {
  margin-top: 2em;
}

.glaph_box2 .col-md-5 {
  margin-top: 0em;
}

.accordion > .card > .card-header {
  border-bottom: 0;
  background-color: #fff;
  padding: 20px;
}

.ad-accordion.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.ad-accordion .card {
  background-color: #fff;
}

.ad-accordion .card.open {
  background-color: #8467fc;
  color: #fff;
}

.accordion > .open > .card-header {
  background-color: #8467fc;
}

.accordion > .open > .card-header > h2 > button {
  color: #fff !important;
}

.accordion > .open > .card-header > h2 > button::after {
  content: '\e946' !important;
}

.accordion > .open > .card-header > button:before {
  content: '';
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.accordion > .open > .card-header > .process_list1 > button:before {
  content: '';
  background-image: url('../images/icon-tog-white.svg') !important;
}

.accordion > .open > .card-header > .process_list2 > button:before {
  content: '';
  background-image: url('../images/icon-person-white.svg') !important;
}

.accordion > .open > .card-header > .process_list3 > button:before {
  content: '';
  background-image: url('../images/icon-hospital-white.svg') !important;
}

/*도입 전 체크해보세요*/
#check_section {
  padding: 8em 0;
}

#check_section .sub_tit {
  background-color: #8467fc;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px 50px 0px 50px;
}

#check_section h2 {
  margin-top: 0.6em;
  letter-spacing: -2px;
  word-spacing: -1px;
  margin-bottom: 0.6em;
}

#check_section .col-md-6 {
  margin-top: 3em;
  padding: 0;
  text-align: left;
}

#check_section .col-md-6 .check_box {
  margin: 6px;
  border: 1px solid #e8e8e8;
  padding: 3em;
  border-radius: 26px;
}

#check_section .col-md-6 .check_box:hover {
  box-shadow: 0px 10px 10px #ddd;
}

#check_section .col-md-6 .check_box h4 {
  font-weight: 400;
  letter-spacing: -1px;
  word-spacing: -1px;
}

#check_section .col-md-6 .check_box h4.check_box_tit1:before {
  content: '';
  display: inline-block;
  background-image: url('../images/check_icon1.svg');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -3px;
}

#check_section .col-md-6 .check_box h4.check_box_tit2:before {
  content: '';
  display: inline-block;
  background-image: url('../images/check_icon2.svg');
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -3px;
}

#check_section .col-md-6 .check_box h4 b {
  font-weight: 550;
}

#check_section .col-md-6 .check_box p {
  margin-top: 16px;
  color: #606060;
  letter-spacing: -1px;
}

/* 협력사가 올닥과 함꼐합니다 */
#partner_section {
  padding: 8em 0;
  text-align: center;
  background-image: url('../images/partner_bg.jpg');
  background-size: 100% 100%;
  color: #fff;
}

#partner_section button {
  color: #fff;
  border: 1px solid #fff;
  padding: 1em 1.5em;
}

/*폼*/
#fix_section {
  padding: 1em 0;
  background-color: #8467fc;
  color: #fff;
}

#fix_section .content_wrap {
}

#fix_section .row {
}

#fix_section .row .col {
}

#fix_section .align-middle {
  vertical-align: middle !important;
  padding: 0.5em 0;
}

#fix_section button.btn {
  border: 1px solid #fff;
  color: #fff;
}

#fix_section span {
  vertical-align: middle;
  height: 100%;
  display: block;
}

.fix-start {
}

.fix_bt {
  opacity: 0;
  -webkit-transition: all 0.1s 0.1s ease-out;
  transition: all 0.1s 0.1s ease-out;
}

.fixed {
  opacity: 1;
  width: 100%;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-transition: all 0.1s 0.1s ease-out;
  transition: all 0.1s 0.1s ease-out;
}

.nofixed {
  opacity: 1;
  position: inherit;
  -webkit-transition: all 0.2s 0.2s ease-out;
}

/* .nofixed div {
  padding-left: 1em
} */

#form_modal {
  text-align: center;
}

.modal-dialog {
  max-width: ;
}

.modal-dialog .modal-content {
  border-radius: 26px;
}

.modal-header {
  border: 0;
}

/* #form_modal .modal-body {
} */

.modal-body h3 {
  font-size: 24px;
}

.modal-body p {
  font-size: 16px;
  color: #464646;
  margin-top: 7px;
}

#form_modal .modal-body form {
  padding: 1.5em 1em;
  padding-top: 2.3em;
}

#form_modal .modal-body form label {
  font-size: 16px;
  margin-bottom: 8px;
}

#form_modal .modal-body form label a {
  text-decoration: underline;
  color: #292929;
}

#form_modal .modal-body form input {
  font-size: 13px;
  color: #292929;
}

#form_modal .modal-body form textarea {
  font-size: 13px;
  color: #292929;
}

.form-control {
  height: calc(2em + 0.75rem + 2px);
  border-radius: 0;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  outline: 0 none;
  box-shadow: inset 0px 0px 0px 0px #8467fc !important;
  border: 1px solid #8467fc !important;
}

input::placeholder {
  color: #adadad;
}

.form-check {
  padding-left: 0;
}

#form_modal .text-center button {
  margin-top: 1em;
  padding: 0.8em 3em;
  background-color: #8467fc;
  color: #fff;
}

.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.check_container:hover input ~ .checkmark {
  border: 1px solid #ddd;
}

.check_container input:checked ~ .checkmark {
  border: 1px solid #8467fc;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.check_container input:checked ~ .checkmark:after {
  display: block;
}

.check_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #8467fc;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-row > .col,
.form-row > [class*='col-'] {
  text-align: left;
}

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

.needs-validation .form-check .form-check-input {
  margin-left: 0;
}

.needs-validation .form-check .check_container {
  padding-left: 20px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ced4da;
  background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #8467fc;
  background-image: url(../images/form_icon.svg);
}

.invalid-feedback {
  color: #8467fc;
  font-size: 13px;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #212529;
}

.form-check-input.is-invalid ~ .form-check-label a,
.was-validated .form-check-input:invalid ~ .form-check-label a {
  color: #212529 !important;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #212529;
}

.mobile {
  display: none;
}

.pc {
}

/*footer*/
footer {
  font-size: 14px;
  background-color: #f7f7f7;
  color: #5a5a5a;
  margin: 0 auto;
  width: 100%;
  padding: 3em 0;
}

footer .f_logo {
}

footer .f_logo img {
  padding-right: 3em;
}

footer .f_txt {
}

footer .f_txt p a {
  color: #5a5a5a;
  font-weight: 500;
}

footer .f_txt p.f_privercy {
  margin-bottom: 0.5em;
}

footer .f_txt p.f_privercy a {
  color: #5a5a5a;
}

footer .f_txt p.information {
}

footer .f_txt p.information > .f_adress {
}

footer .f_txt p.information > .f_companynumber {
}

footer .f_txt p.information > .f_agent {
}

footer .f_txt p.information > .f_number {
}

footer .f_txt p.information > .f_name b {
  font-weight: normal;
}

footer .f_txt p.information > .f_name b:after {
  content: 'ㅣ';
  color: #e6e6e6;
}

footer .f_txt p.information > .f_companynumber b {
  color: #868686;
  font-weight: 400;
  margin-right: 6px;
}

footer .f_txt p.information > .f_companynumber b:before {
  content: 'ㅣ';
  color: #e6e6e6;
}

footer .f_txt p.information > .f_agent b {
  color: #868686;
  font-weight: 400;
  margin-right: 6px;
}

footer .f_txt p.information > .f_number b {
  color: #868686;
  font-weight: 400;
  margin-right: 6px;
}

footer .f_txt p.information > .f_number b:before {
  content: 'ㅣ';
  color: #e6e6e6;
}

footer .f_txt p.information > .copyright {
}

footer .copyright {
  color: #c6c6c6;
  margin-top: 1.5em;
}

/*sub*/
.sublogo_wrap a {
  background-image: url('../images/allmighty_dr_w_logo.png');
}

#sub_visual_section {
  padding: 10.9em 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 14em;
}

#sub_visual_section:before {
  content: url('../images/sub_visual.svg');
  width: 500px;
  height: 500px;
  position: absolute;
  right: 0;
}

#sub_visual_section .sub_visual_tit h1:nth-child(1) {
  font-size: 65px;
  letter-spacing: -2px;
  word-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0.3em;
}

#sub_visual_section .sub_visual_tit h1:nth-child(2) {
  font-size: 65px;
  font-weight: 350;
  letter-spacing: -2px;
  word-spacing: -2px;
  margin-top: 0;
}

#sub_visual_section .sub_visual_tit h3 {
  font-weight: 350;
  margin-top: 2em;
  letter-spacing: -2px;
  word-spacing: -2px;
  margin-bottom: 1em;
}

#sub_visual_section .sub_visual_tit p b {
  font-weight: 450;
}

#sub_visual_section .sub_visual_logo {
  background-color: #fff;
  height: 275px;
  width: 275px;
  text-align: center;
  border-radius: 66px;
  position: relative;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center center;
}

#sub_visual_section .sub_visual_logo.almightydr {
  background-image: url('../images/allmighty_logo.svg');
}

#sub_visual_section .sub_visual_logo.alfredo {
  background-image: url('../images/allfredo_logo.svg');
  background-size: 45%;
}

#sub_visual_section .sub_visual_logo:before {
  content: '';
  width: 275px;
  left: 0;
  height: 275px;
  border-radius: 66px;
  position: absolute;
  background-color: #fff;
  opacity: 0.2;
  animation: crescendo 1s alternate infinite ease-in;
}

@keyframes crescendo {
  0% {
    transform: scale(1.1);
    opacity: 0.05;
  }

  100% {
    transform: scale(1.16);
    opacity: 0.2;
  }
}

.alfredo img {
  position: absolute;
  display: block;
  width: 450px;
  left: -15em;
  bottom: -29em;
}

#almightydr_section1 {
  padding: 12em 0;
  background-color: #2c2c2c;
  color: #fff;
  position: relative;
}

#almightydr_section1 h2 {
  margin-bottom: 1em;
}

#almightydr_section1 h3 {
  font-weight: 350;
  margin-bottom: 0.4em;
}

#almightydr_section1 h3:before {
  content: url('../images/section1_icon.svg');
  display: block;
  width: 8px;
  margin-bottom: 10px;
}

#almightydr_section1 p {
  word-spacing: -1px;
}

#almightydr_section1 .content_wrap div:nth-child(2) img {
  width: 100%;
}

#almightydr_section2 {
  padding: 10em 0;
  padding-bottom: 10em;
  position: relative;
  overflow: hidden;
}

#almightydr_section2 .almightdr_sec_circlebg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
  height: 100%;
}

#almightydr_section2 img.almightdr_sec_circlebg1 {
  position: absolute;
  bottom: -100px;
  right: -19em;
}

#almightydr_section2 img.almightdr_sec_circlebg2 {
  position: absolute;
  bottom: -80px;
  right: 150px;
}

#almightydr_section2 .content_wrap .tab-content img {
  box-shadow: 19px 19px 12px #00000014;
}

#almightydr_section2 .tab-wrap {
  margin-top: 3em;
}

#almightydr_section2 .e_font {
  font-size: 120px;
  font-weight: 550;
}

#almightydr_section2 .nav-tabs {
  border: 0;
  margin-bottom: 2em;
}

#almightydr_section2 .nav-link {
  color: #9a9a9a;
  border: 0;
  padding: 0;
  margin-right: 1.4em;
  font-size: 20px;
  font-weight: 550;
}

#almightydr_section2 .nav-tabs .nav-item.show .nav-link,
#almightydr_section2 .nav-tabs .nav-link.active {
  color: #252525 !important;
  font-weight: 550;
  border: 0;
  position: relative;
}

#almightydr_section2 .nav-tabs .nav-item.show .nav-link,
#almightydr_section2 .nav-tabs .nav-link.active:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background-color: #8467fc;
  position: absolute;
  margin-left: -11px;
  top: 5px;
  border-radius: 11px;
}

#almightydr_section2 h2 {
  margin-bottom: 0.6em;
  padding-top: 0.3em;
}

#almightydr_section2 p {
  margin-top: 1em;
}

#almightydr_section2 .tab-content .active {
}

#almightydr_section2 .tab-content .active .row img {
  animation: fadeInRight;
  animation-duration: 1s;
}

#almightydr_section2 .tab-content .active .almightydr_tab_caption {
  animation: fadeInUp;
  animation-duration: 1s;
  opacity: 1;
}

#revenue_section .card-body {
  font-size: 16px;
}

.almightydr_tab_caption {
  width: 200px;
}

.almightydr_tab_caption img {
  width: 100%;
  box-shadow: 4px 4px 9px #00000014;
}

.almightydr_tab_caption.caption1 {
  position: absolute;
  bottom: -2em;
  left: -0.5em;
}

.almightydr_tab_caption.caption2 {
  position: absolute;
  top: -2em;
  right: -0.5em;
}

#almightydr_section3 {
  padding: 8em 0;
  background-color: #f8f8f8;
  height: 500px;
  margin-bottom: 8em;
}

#almightydr_section3 .content_wrap div:nth-child(1) img {
  border-radius: 50px;
  overflow: hidden;
}

#almightydr_section3 .content_wrap div:nth-child(2) h2 {
  margin-bottom: 0.7em;
}

#almightydr_section3 .content_wrap div:nth-child(2) h4 {
  font-weight: normal;
  margin-bottom: 0.4em;
}

#almightydr_section4 {
  padding-bottom: 10em;
  padding-top: 4em;
}

#almightydr_section4 h2 {
  margin-bottom: 1em;
}

#almightydr_section4 .nav-tabs {
  border: 0;
  margin-bottom: 3em;
}

#almightydr_section4 .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: 0;
  color: #4b4b4b;
}

#almightydr_section4 .nav-tabs .nav-item.show .nav-link,
#almightydr_section4 .nav-tabs .nav-link.active {
  border-color: none;
  background-color: #8467fc;
  color: #fff;
  border-radius: 50px;
  box-shadow: 3px 5px 4px #0000001f;
}

#almightydr_section4 .nav-tabs .nav-item.show .nav-link,
#almightydr_section4 .nav-tabs .nav-link.active:hover {
  opacity: 1;
}

#almightydr_section4 .nav-tabs .nav-link.active {
  color: #fff;
}

#almightydr_section4 .nav-tabs > #nav2-1-tab.active:before {
  vertical-align: middle;
  content: url('../images/tab_icon1.svg');
  margin-right: 4px;
  display: inline-block;
}

#almightydr_section4 .nav-tabs > #nav2-2-tab.active:before {
  vertical-align: middle;
  content: url('../images/tab_icon2.svg');
  margin-right: 4px;
  display: inline-block;
}

#almightydr_section4 .nav-tabs > #nav2-3-tab.active:before {
  vertical-align: middle;
  content: url('../images/tab_icon3.svg');
  margin-right: 4px;
  display: inline-block;
}

#almightydr_section4 .nav-tabs > #nav2-4-tab.active:before {
  vertical-align: middle;
  content: url('../images/tab_icon4.svg');
  margin-right: 4px;
  display: inline-block;
}

#almightydr_section4 .nav-tabs > #nav2-5-tab.active:before {
  vertical-align: middle;
  content: url('../images/tab_icon5.svg');
  margin-right: 4px;
  display: inline-block;
}

#almightydr_section4 .nav-tabs .nav-link:hover {
  background-color: none;
  border-color: none;
  opacity: 0.8;
}

#almightydr_section4 .tab-content ul li {
  box-shadow: 3px 4px 6px #00000008;
  padding: 1.2em;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  margin-bottom: 0.5em;
}

#almightydr_section4 .tab-content ul li span.mrm,
#almightydr_section4 .tab-content ul li span.crm {
  font-size: 14px;
  padding-top: 3px;
  font-family: 'Montserrat';
}

#almightydr_section4 .tab-content ul li span.mrm {
  color: #8467fc;
  margin-right: 8px;
}

#almightydr_section4 .tab-content ul li span.mrm::before {
  font-family: 'xeicon';
  content: '\e92d';
  display: inline-block;
  margin-right: 4px;
}

#almightydr_section4 .tab-content ul li span.crm::before {
  font-family: 'xeicon';
  content: '\e92d';
  display: inline-block;
  margin-right: 4px;
}

#almightydr_section4 .tab-content ul li span.crm {
  color: #afafaf;
}

#almightydr_section4 .tab-content ul li span.no {
  text-decoration: line-through;
}

#almightydr_section4 .tab-content ul li span.no::before {
  content: '\ea0e';
}

#almightydr_section4 .tab-content ul li span.alfredotxt {
  font-size: 14px;
  display: block;
  color: #7b7b7b;
}

#almightydr_section4 .tab-content ul li span.alfredotxt:before {
  font-family: 'xeicon';
  content: '\e977';
  display: inline-block;
  font-size: 18px;
}

.Section2Swiper {
  display: none;
  text-align: center;
}

#almightydr_section2 .Section2Swiper b {
  font-size: 14px;
  margin-right: 2px;
  color: #8467fc;
  font-weight: 500;
}

#almightydr_section2 .Section2Swiper .swiper-img {
  margin: 0 auto;
  margin-top: 2em;
  width: 100%;
  position: relative;
  margin-bottom: 6em;
}

#almightydr_section2 .Section2Swiper .swiper-img img {
  width: 70%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #8467fc !important;
  padding: 0 6px !important;
  border-radius: 8px !important;
}

/*올프레도*/
#alfredo_section1 {
  padding: 6em 0;
  text-align: center;
  overflow: hidden;
}

#alfredo_section1 h2 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

#alfredo_section1 h2,
#alfredo_section1 h3,
#alfredo_section1 p {
  text-align: center;
  margin-top: 1em;
}

#alfredo_section1 h3 {
  font-weight: normal;
}

#alfredo_section1 p {
  color: #5f5f5f;
}

#alfredo_section1 .alfredo_section1_con {
  position: relative;
  margin-top: 6em;
  background-image: url(../images/alfredo_section1_con_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#alfredo_section1 .alfredo_section1_caption {
  padding: 1em;
  border: 1px solid #e8e8e8;
  width: 250px;
  border-radius: 12px;
  background-color: #fff;
}

#alfredo_section1 .alfredo_section1_caption p {
  margin: 0;
  text-align: left;
}

#alfredo_section1 .alfredo_section1_caption p:nth-child(1) {
  font-weight: 550;
  color: #383838;
}

#alfredo_section1 .alfredo_section1_caption p:nth-child(2) {
  font-size: 16px;
}

#alfredo_section1 .caption1 {
  position: absolute;
  left: 8em;
  top: 8em;
}

#alfredo_section1 .caption2 {
  position: absolute;
  left: 8em;
  top: 18em;
}

#alfredo_section1 .caption3 {
  position: absolute;
  right: 8em;
  top: 8em;
}

#alfredo_section1 .caption4 {
  position: absolute;
  right: 8em;
  top: 18em;
}

#alfredo_section1 .caption1 p:nth-child(1):before {
  content: url('../images/alfredo_section1_caption_icon1.png');
}

#alfredo_section1 .caption2 p:nth-child(1):before {
  content: url('../images/alfredo_section1_caption_icon2.png');
}

#alfredo_section1 .caption3 p:nth-child(1):before {
  content: url('../images/alfredo_section1_caption_icon3.png');
}

#alfredo_section1 .caption4 p:nth-child(1):before {
  content: url('../images/alfredo_section1_caption_icon4.png');
}

#alfredo_section1 .alfredo_section1_caption p:nth-child(1):before {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}

#alfredo_section2 {
  background-color: #b07fe9;
  color: #fff;
  padding: 7em 0;
}

#alfredo_section2 h2,
.alfredo_section3 h2 {
  margin-bottom: 1em;
}

#alfredo_section2 h3 {
  font-weight: normal;
}

#alfredo_section2 .contentbg {
  background-image: url('../images/alfredo-bg1.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 416px 292px;
}

#alfredo_section2 p img {
  width: 94%;
  box-shadow: 0px 12px 6px #0000001c;
  border-radius: 42px;
}

.alfredo_section3 {
  background-color: #4e4e4e;
  color: #fff;
  padding: 7em 0;
}

.alfredo_section3 h3 {
  font-weight: normal;
}

.alfredo_section3 .contentbg {
  background-image: url('../images/alfredo-bg2.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 416px 292px;
}

.alfredo_section3 table.table1 {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  border-radius: 6px;
  overflow: hidden;
}

.alfredo_section3 table.table1 tr:nth-child(1) td {
  background-color: #b07fe9;
  color: #fff;
  padding: 0.5em;
}

.alfredo_section3 table.table1 tr:nth-child(1) td:nth-child(1) {
  text-align: left;
}

.alfredo_section3 table.table1 tr:nth-child(1) td:nth-child(3) {
  text-align: right;
}

.alfredo_section3 table.table1 tr:nth-child(2) td {
  background-color: #fff;
  color: #190a3e;
  padding: 0.8em;
  border-right: 1px solid #e8e8e8;
}

.alfredo_section3 table.table1 tr:nth-child(2) td {
  width: 33.333%;
}

.alfredo_section3 p.table2 {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  color: #190a3e;
  padding: 0.5em;
  margin: 8px auto;
}

.alfredo_section3 table.table3 {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 3em;
}

.alfredo_section3 table.table3 tr td:nth-child(1) {
  background-color: #b07fe9;
  color: #fff;
  padding: 0.8em;
}

.alfredo_section3 table.table3 tr td:nth-child(1) i {
  display: block;
  font-size: 1.5em;
}

.alfredo_section3 table.table3 tr td:nth-child(2) {
  background-color: #fff;
  color: #190a3e;
  padding: 0.8em;
  border-right: 1px solid #e8e8e8;
  text-align: left;
}

.alfredo_section3 table.table3 tr td:nth-child(2) span {
  font-size: 14px;
}

.alfredo_section3 .untact_img {
  height: 100%;
}

.alfredo_section3 .untact_img img {
  max-width: 100%;
  margin: 0 auto;
}

#alfredo_section4 {
  background-color: #f8f8f8;
  padding: 7em 0;
}

#alfredo_section4 h3 {
  margin: 0.5em 0;
  margin-bottom: 1em;
  font-weight: normal;
}

#alfredo_section4 .contentbg {
  background-image: url('../images/alfredo-bg3.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 416px 292px;
}

#alfredo_section4 table,
tr,
td {
  vertical-align: middle;
}

#alfredo_section4 table tr td:nth-child(1) {
  padding: 1.2em;
  padding-right: 0;
  width: 17%;
}

#alfredo_section4 table tr td:nth-child(2) {
  padding: 1.2em;
  padding-left: 0;
}

#alfredo_section4 table tr td.tablebtn {
  padding-top: 0;
}

#alfredo_section4 table tr td.tablebtn p {
  padding: 0.7em;
  text-align: center;
  border: 1px solid #b07fe9;
  color: #b07fe9;
  margin-bottom: 6px;
  border-radius: 50px;
  background-color: #fff;
  width: 90%;
}

#alfredo_section4 table tr td.tablebtn p:last-child {
  background-color: #b07fe9;
  color: #fff;
}

#alfredo_section4 table tr td.tablebtn p:hover {
  box-shadow: 4px 4px 4px #0000000a;
}

#alfredo_section4 table p {
  line-height: 1.2;
}

#alfredo_section4 table tr td img {
  margin-right: 10px;
}

#alfredo_section4 table {
  background-color: #ffffffd6;
  border-radius: 40px;
  width: 90%;
  margin-bottom: 10px;
  box-shadow: 4px 4px 8px #0000000a;
  font-size: 16px;
}

#alfredo_section5 {
  padding: 7em 0;
}

#alfredo_section5 h3 {
  margin: 0.5em 0;
  margin-bottom: 1em;
  font-weight: normal;
}

#alfredo_section6 {
  padding: 7em 0;
  text-align: center;
  background-color: #f8f8f8;
}

#alfredo_section6 h2 {
  margin-bottom: 1em;
}

#alfredo_section6 .d-flex {
  margin-bottom: 0.6em;
}

#alfredo_section6 table {
  max-width: 49.6%;
  border-radius: 16px;
  text-align: left;
  background-color: #fff;
  box-shadow: 4px 4px 4px #0000000a;
}

#alfredo_section6 table tr td:nth-child(1) {
  vertical-align: top;
  padding: 1.8em;
  padding-right: 0.8em;
}

#alfredo_section6 table tr td:nth-child(2) {
  padding: 1.8em;
  padding-left: 0.3em;
}

#alfredo_section6 table tr td p:nth-child(1) {
  margin-bottom: 0.5em;
  font-size: 22px;
}

#alfredo_section6 table tr td p span {
  opacity: 0.6;
}

#alfredo_section6 table tr td p:nth-child(2) {
  color: #4e4e4e;
}

/************** 랜딩페이지 ********************/
#landing_section {
  text-decoration: none;
}

#landing_section .swiper {
  margin-top: 1rem;
  width: 100%;
  height: 100%;
}

#landing_section .swiper-slide {
  text-align: center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#landing_section .swiper-slide .step_content {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 80%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#landing_section .swiper-slide .step_content div {
  margin-top: 10px;
}

#landing_section .swiper-slide .step_content div p {
  padding: 5px 50px;
}

#landing_section .swiper-slide .step_content div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  background-color: #5f5f5f;
  border-radius: 3rem;
  color: #fff;
}

.swiper-wrapper .swiper-slide:nth-child(1) > div {
  border-radius: 3rem 0 0 3rem;
}

.swiper-wrapper .swiper-slide:nth-child(5) > div {
  border-radius: 0 3rem 3rem 0;
}

#landing_section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#landing_section .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}

#landing_section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff !important;
  padding: 0 6px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out;
}

.stepper_bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_circle {
  width: 16px;
  height: 16px;
  background-color: #c77fde;
  border-radius: 100%;
}

.step_line_right {
  width: 50%;
  position: absolute;
  border-bottom: 2px solid #c77fde;
  left: 50%;
}

.step_line_left {
  width: 50%;
  position: absolute;
  border-bottom: 2px solid #c87fde;
  right: 50%;
}

.step_line {
  width: 100%;
  position: absolute;
  border-bottom: 2px solid #b17de4;
}

.landing_section1 .container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing_section1 > .container > .row {
  padding: 0 20%;
  margin-bottom: 1rem;
}

.landing_section2 {
  align-items: center;
  justify-content: center;
  background: url('/images/landing_contant_bg.png') no-repeat center/cover;
}

.landing_section2 h2 {
  margin-top: 30px;
  font-size: 45px;
  font-weight: 300;
}

.diagram_section {
  padding: 0;
  background: url(/images/diagram_bg.png) top/100% no-repeat;
  padding-top: 5rem;
}

.diagramBtnDown {
  font-weight: 400;
}

.landing_section2 p {
  margin-top: 20px;
  font-size: 24px;
}

.landing_flowdiagram_mod {
  display: none;
}

.landing_section3 {
  padding-left: 15%;
  padding-right: 15%;
  background-color: #fafafa;
  text-align: center;
  padding: 30px auto;
}

.landing_section3 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto;
}

.landing_section3 .container h2 {
  margin-bottom: 1rem;
}

.landing_section3 .container {
  margin-bottom: 2rem;
}

.landing_section3 .container div {
  margin: 85px 0 60px 0;
}

.landing_section4 {
  background: url('/images/landing_contant_bg2.png') center/cover no-repeat;
  text-align: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}

.landing_section4 .container {
  justify-content: center;
  align-items: center;
}

.landing_section4_title {
  padding-left: 15%;
  padding-right: 15%;
}

.landing_section4_title h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.landing_section4_title p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.step_flow_table_pc {
  width: 100%;
  margin-top: 60px;
  height: 380px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  padding: 2rem 60px 20px 60px;
}

.table_text p {
  margin-top: 10px;
}

.step_flow_table_pc .row {
  margin: 12px 0;
}

.step_flow_table_pc img {
  width: 84%;
}

.platform_text-box {
  display: flex;
  flex-direction: row;
}

.platform_text-box .docter_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.platform_text-box .text_box {
  width: 400px;
  padding: 2rem 3rem;
}

.landing_section6 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
}

.landing_section6 .sub_title {
  background-color: #fafafa;
  justify-content: center;
  text-align: center;
}

.landing_section6_box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.system_list_right {
  position: absolute;
  background-color: #fff;
  width: 680px;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  border: 1px solid #d6d6d685;
  padding: 0 2rem;
  margin-left: 40px;
  color: #333333;
  font-size: 20px;
}

.system_list_right .row {
  margin: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.alfredo_systemLink {
  position: absolute;
  font-size: 12px;
  color: #767676;
}

.system_list_mrm {
  color: #8467fb;
}

.system_list_crm {
  color: #767676;
}
.system_list_crm.minus {
  color: #c4c4c4;
}

#landing_section .list-group {
  justify-content: center;
  align-items: center;
}

#landing_section .list-group a img {
  display: none;
  height: 0%;
  transition: all 0.2s linear;
  margin: 0.5rem 0;
}

#landing_section .list-group a.active img {
  height: 40%;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s linear;
}

#landing_section .list-group a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 60px;
  background-color: white;
  margin-bottom: 2rem;
  color: #767676;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.25s linear;
}

#landing_section .list-group a.active {
  width: 120px;
  height: 120px;
  background-color: #8467fb;
  color: white;
}

.system_right {
  position: relative;
  width: 680px;
  margin-left: 20px;
}

.system_right > div {
  transition: all 0.2s ease;
}

.system_right > div:nth-child(1) {
  bottom: 36px;
}
.system_right > div:nth-child(2) {
  bottom: 80px;
}
.system_right > div:nth-child(3) {
  bottom: 130px;
}
.system_right > div:nth-child(4) {
  bottom: 180px;
}
.system_right > div:nth-child(5) {
}

.system_right > div:nth-child(1).active {
  bottom: 56px;
}
.system_right > div:nth-child(4).active {
  bottom: 240px;
}

/* 문의하기 영역 Form start*/

.landing_form {
  background: url(/images/landing_bg_4.png) center/100% no-repeat;
  width: 100%;
}

.landing_form .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.landing_form .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.landing_form .container .btn_line_w {
  border: none;
  border-radius: 10px !important;
  background-color: #8467fb;
  padding: 0.8rem 3rem;
  box-shadow: 0px 3px 6px #00000016;
}

.landing_form .container .btn_line_w:hover {
  background-color: #fff;
  color: #8467fb;
  transition: all 0.25s ease-in;
}

.landing_form .container h3 {
  margin: 1rem;
}

.landing_form .container p {
  margin: 1.5rem;
}

.landing_form .container .btn_box {
  margin: 0.5rem;
}

/* 문의하기 영역 Form end*/

/************** 미디어쿼리 ********************/
@media screen and (max-width: 1200px) {
  #revenue_section p br {
    display: none;
  }

  .alfredo img {
    width: 400px;
    left: auto;
    bottom: -30em;
    right: -11em;
  }

  .content_wrap {
    width: 100%;
    padding: 0 4.6em;
  }

  #alfredo_section4 p {
    letter-spacing: -1px;
  }

  #video1 {
    width: 100%;
  }

  #video2 {
    width: 100%;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(2) {
    width: 81%;
    word-break: keep-all;
  }

  #almightydr_section3 .content_wrap div:nth-child(1) img {
    width: 90%;
  }

  #almightydr_section2 {
    padding: 2em 0;
    padding-bottom: 8em;
  }

  .landing_section2 h2 {
    font-size: 30px;
  }

  .landing_section2 p {
    font-size: 20px;
  }

  .step_flow_table_pc img {
    padding: 0px 55px 0 55px;
  }

  .step_flow_table_pc h5 {
    font-size: 16px;
  }

  .step_flow_table_pc img {
    width: 100%;
  }

  .step_flow_table_pc {
    font-size: 16px;
    padding: 3rem 60px 20px 60px;
  }

  .table_step {
    font-size: 18px;
  }

  .landing_section5 .text_box {
    font-size: 16px;
  }

  .system_list_right {
    width: 700px;
    font-size: 18px;
    padding: 0 30px;
  }

  .platform_text-box .text_box {
    width: 360px;
  }
}

@media (min-width: 1200px) {
  #list_section .col-sm-3 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  #list_section .col-sm-9 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    bottom: -160px;
    right: -11em;
  }

  .almightydr_tab_caption.caption2 {
    right: 2.5em;
  }

  #sub_visual_section {
    padding: 7.9em 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 12em;
  }

  #almightydr_section1 {
    padding: 8em 0;
  }

  #almightydr_section2 .e_font {
    font-size: 80px;
  }

  #almightydr_section3 {
    padding: 7em 0;
    margin-bottom: 4em;
  }

  #almightydr_section4 {
    padding-bottom: 8em;
  }

  #almightydr_section2 img.almightdr_sec_circlebg1 {
    bottom: -210px;
    right: -26em;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    bottom: -160px;
    right: -70px;
  }

  .almightydr_tab_caption.caption2 {
    right: 1.9em;
  }

  .system_right {
    position: relative;
    width: 680px;
    margin-left: 40px;
  }

  .table_text p {
    padding: 0.5rem 1rem;
  }

  .landing_section4 {
    padding: 60px 10%;
  }
}

@media screen and (max-width: 1100px) {
  .content_wrap {
    width: 100%;
    padding: 0 3em;
  }

  /*MSO*/
  #visual_section {
    background-image: url('../images/mso_bg_img01_tablet.jpg');
    background-size: auto cover;
    background-position: right;
  }

  #visual_section .d-flex {
    display: block !important;
  }

  #visual_section .visual_section_tit1 h1 {
    font-size: 60px;
  }

  #visual_section .visual_section_tit1 svg {
    width: 350px;
    margin-bottom: 3em;
  }

  #visual_section .visual_section_tit2 h2 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  #only_section p br {
    display: none;
  }

  #only_section p br:nth-child(1) {
    display: block;
  }

  #only_section p br:nth-child(4) {
    display: block;
  }

  #only_section p br:nth-child(5) {
    display: block;
  }

  #only_section p br:nth-child(6) {
    display: block;
  }

  #only_section p {
    padding-right: 6em;
  }

  #only_section .circle .inner {
    top: 28%;
  }

  #only_section .circle .inner p {
    padding-right: 0em;
  }

  #only_section .circle .inner h2 {
    font-size: 24px;
  }

  #graph_section .circlewrap .circle {
    width: 260px;
    height: 260px;
  }

  #revenue_section h4 {
    margin-bottom: 2em;
  }

  #revenue_section .card .card-header h2 button {
    font-size: 21px;
    letter-spacing: -1px;
    word-spacing: -1px;
  }

  #revenue_section .card .card-header h2 button:after {
    content: '\e943';
    font-family: 'xeicon';
    position: absolute;
    right: 1em;
    opacity: 0.3;
    font-size: 16px;
  }

  #check_section .col-md-6 .check_box {
    padding: 2em;
    border-radius: 16px;
  }

  #check_section .col-md-6 {
    margin-top: 0.1em;
  }

  #visual_section {
    min-height: 1050px;
  }

  #visual_section .content_wrap {
    left: 0;
    margin-left: 0;
    top: 18%;
  }

  /*almightydoctor*/
  #sub_visual_section {
    padding: 7.9em 0;
    padding-top: 12em;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(1) {
    font-size: 55px;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(2) {
    font-size: 44px;
  }

  #sub_visual_section .sub_visual_tit h3 {
    font-weight: 350;
    margin-top: 1em;
  }

  #almightydr_section3 {
    height: 510px;
  }

  #almightydr_section4 {
    padding-bottom: 5em;
    padding-top: 0em;
  }

  #almightydr_section4 .nav-tabs .nav-link {
    font-size: 16px;
  }

  .nav-link {
    padding: 0.5rem 0.8rem;
  }

  #almightydr_section2 img.almightdr_sec_circlebg1 {
    position: absolute;
    bottom: -100px;
    right: -19em;
    width: 550px;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    position: absolute;
    bottom: -70px;
    right: 150px;
    width: 320px;
  }

  #almightydr_section2 {
    padding: 1em 0;
    padding-bottom: 7em;
  }

  #almightydr_section1 {
    padding: 8em 0;
  }

  #almightydr_section2 .e_font {
    font-size: 89px;
    margin-bottom: 0.6em;
  }

  .system_left {
    font-size: 16px;
  }
  .system_right {
    position: relative;
    width: 680px;
    margin-left: 0px;
  }

  .system_list_right {
    width: 700px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  /*공통*/
  .content_wrap {
    padding: 0 3em;
  }

  header .content_wrap {
    padding: 0 1.5em;
  }

  p {
    font-size: 16px;
  }

  footer {
    padding-bottom: 7em;
  }

  /*MSO*/
  #visual_section .visual_section_tit1 h1 {
    font-size: 60px;
  }

  #revenue_section .card .card-header h2 button:before {
    content: '';
    margin-bottom: 0px;
    background-size: 18px 18px;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  #revenue_section p {
    color: #707070;
    word-spacing: -2px;
    padding-right: 3em;
  }

  #list_section .list_box p {
    font-size: 16px;
  }

  #list_section .list_box p br {
    display: none;
  }

  #workforce_section .slider-sub-title.e_font {
    display: none;
  }

  #workforce_section .slider-title {
    font-size: 28px;
    letter-spacing: -1px;
    word-spacing: -2px;
  }

  #workforce_section .workforce_swipe {
    width: 350px;
  }

  #workforce_section .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  #workforce_section .swiper-pagination-fraction {
    margin-top: 2em;
  }

  #workforce_section .workforce_swipe:before {
    background-size: auto 170px;
    width: 270px;
    height: 190px;
  }

  #workforce_section .slider-buttton {
    right: auto;
    top: auto;
    color: #fff;
    font-size: 30px;
    left: 1em;
    bottom: 1em;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  #workforce_section .slider-container {
    padding: 1.6em 1.6em;
    padding-right: 0;
  }

  #revenue_section h4 {
    margin-bottom: 2em;
    font-size: 20px;
    letter-spacing: -1px;
    word-spacing: -1px;
    font-weight: 400;
  }

  #list_sesction .list_box h4 {
    margin-top: 0.6em;
  }

  #graph_section {
    padding: 6em 0;
    padding-bottom: 2em;
  }

  #quick_section .content_wrap .row .col .quick_box h2 {
    font-size: 40px;
  }

  #graph_section .glaph_box {
    padding: 3em 2em;
  }

  #graph_section .tit_wrap .sub_tit,
  #check_section .sub_tit,
  #revenue_section .sub_tit {
    padding: 8px 20px;
    font-size: 16px;
  }

  #check_section .col-md-6 .check_box {
  }

  #check_section .col-md-6 .check_box h4 {
    font-size: 21px;
  }

  #partner_section {
    padding: 5em 0;
  }

  /*올마이티 닥터*/
  #sub_visual_section .sub_visual_tit h1:nth-child(2) {
    font-size: 40px;
  }

  #sub_visual_section .sub_visual_tit h3 {
    font-size: 24px;
  }

  #almightydr_section2 .nav-link {
    margin-right: 1.2em;
    font-size: 18px;
  }

  #almightydr_section2 .e_font {
    font-size: 70px;
    margin-top: 0;
  }

  #almightydr_section2 {
    padding: 5em 0;
    padding-bottom: 7em;
  }

  #almightydr_section2 b {
    font-size: 16px;
    margin-right: 6px;
  }

  #almightydr_section3 {
    padding: 6em 0;
    height: 433px;
    margin-bottom: 8em;
  }

  #almightydr_section3 .content_wrap div:nth-child(2) h2 br {
    display: none;
  }

  #almightydr_section3 .content_wrap div:nth-child(2) h4 {
    margin-top: 1.4em;
  }

  #almightydr_section4 h2 {
    margin-bottom: 2em;
  }

  #almightydr_section4 .tab-content ul li {
    padding: 0.9em;
  }

  #almightydr_section4 .nav-tabs {
    margin-bottom: 2em;
  }

  #partner_section {
    padding: 5em 0;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(2) {
    width: 100%;
  }

  /*올프레도*/
  .alfredo img {
    width: 353px;
    left: auto;
    bottom: -22em;
    right: -11em;
  }

  .alfredo_section .sub_visual_tit h3 {
    font-size: 40px !important;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
  }

  #alfredo_section2 .contentbg,
  .alfredo_section3 .contentbg,
  #alfredo_section4 .contentbg,
  #alfredo_section5 .contentbg {
    background-position: bottom center;
    background-size: 100% auto;
  }

  .alfredo_section3 table.table1 {
    width: 86%;
  }

  .alfredo_section3 p.table2 {
    width: 86%;
  }

  .alfredo_section3 table.table3 {
    width: 86%;
  }

  #alfredo_section4 table {
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  h3 {
    margin: 0;
    margin-bottom: 0.2em;
    font-weight: normal;
    font-size: 24px;
  }

  #alfredo_section6 table tr td p:nth-child(1) {
    margin-bottom: 0.5em;
    font-size: 16px;
  }

  #alfredo_section6 table tr td p:nth-child(2) {
    font-size: 14px;
  }

  #alfredo_section1 .caption1 {
    left: 4em;
    top: 10em;
  }

  #alfredo_section1 .caption2 {
    left: 4em;
    top: 16em;
  }

  #alfredo_section1 .caption3 {
    right: 4em;
    top: 10em;
  }

  #alfredo_section1 .caption4 {
    right: 4em;
    top: 16em;
  }

  .alfredo_section3 h3 {
    margin-top: 1em;
  }

  #alfredo_section4 h2 {
    margin-top: 1em;
  }

  #alfredo_section5 h2 {
    margin-top: 1em;
  }

  #alfredo_section1 .alfredo_section1_con img {
    width: 170px;
  }

  #alfredo_section1 .alfredo_section1_con {
    background-size: 42%;
  }

  #workforce_section .swiper-wrapper {
    display: block !important;
    text-align: center;
  }

  #workforce_section .workforce_swipe {
    background-color: #404040;
    width: 46%;
    display: inline-block;
    margin-bottom: 12px;
    height: 300px;
  }

  #workforce_section .slider-title {
    text-align: left;
    color: #fff;
  }

  #workforce_section .workforce_swipe {
  }

  #workforce_section {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .workfoce_fav {
    display: none;
  }
}

@media screen and (max-width: 985px) {
  #almightydr_section4 .nav-tabs .nav-link {
    font-size: 14px;
  }

  #almightydr_section4 .nav-tabs .nav-link {
    padding: 0.3rem 0.7rem;
  }

  #almightydr_section4 .nav-tabs > #nav-1-tab.active:before {
    margin-top: 3px;
  }

  #almightydr_section4 .nav-tabs > #nav-2-tab.active:before {
    margin-top: 3px;
  }

  #almightydr_section4 .nav-tabs > #nav-3-tab.active:before {
    margin-top: 3px;
  }

  #almightydr_section4 .nav-tabs > #nav-4-tab.active:before {
    margin-top: 3px;
  }

  #almightydr_section4 .nav-tabs > #nav-5-tab.active:before {
    margin-top: 3px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 18px;
  }

  h3 {
    font-size: 24px;
  }

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

  .landing_section6_box {
    justify-content: start;
    padding-left: 2rem;
  }

  .system_list_right {
    width: 600px;
    font-size: 16px;
  }
}

@media screen and (max-width: 970px) {
  #revenue_section .card .card-header h2 button:after {
    display: none;
  }

  #quick_section .content_wrap .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  #check_section .col-md-6 .check_box {
    min-height: 240px;
  }

  #almightydr_section3 {
    height: 383px;
  }

  .landing_section3 {
    padding: 30px 0 60px 0;
  }

  .landing_section3 .container {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #only_section p {
    padding: 0;
    font-size: 16px;
  }

  #only_section p br:nth-child(2) {
    display: block;
  }

  #only_section p br:nth-child(3) {
    display: none;
  }

  #only_section p br:nth-child(4) {
    display: none;
  }

  #only_section p br:nth-child(5) {
    display: none;
  }

  #only_section p br:nth-child(6) {
    display: none;
  }

  #only_section {
    text-align: center;
  }

  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }

  #only_section .mobile {
    margin-top: 3em;
  }

  #only_section .circle {
    display: inline-block;
  }

  #only_section .circle1 {
    margin-right: -2em;
  }

  #only_section {
    padding: 6em 0;
  }

  #revenue_section {
    padding: 5em 0;
  }

  #check_section {
    padding: 5em 0;
  }

  #partner_section {
    padding: 4em 0;
  }

  #revenue_section .card .card-header h2 button {
    font-size: 18px;
  }

  #workforce_section .content_wrap .mobile {
    display: none;
  }

  .alfredo_section3 .mobile {
    display: none;
  }

  .alfredo_section3 .pc {
    display: block;
  }

  .mobile.glaph_box_txt_m {
    display: none;
  }

  .landing_section2 h2 {
    font-size: 30px;
    margin-top: 10px;
  }

  .landing_section2 .circle {
    height: 160px;
    width: 160px;
    font-size: 40px;
  }

  .step_flow_table_pc {
    padding: 2rem 60px 20px 60px;
  }
}

@media screen and (max-width: 874px) {
  #almightydr_section4 p br {
    display: none;
  }

  #almightydr_section4 .nav-tabs .nav-link {
    padding: 0.3rem 0rem;
    width: 20%;
    text-align: center;
  }

  #almightydr_section4 .nav-tabs > #nav2-1-tab.active:before {
    display: none;
  }

  #almightydr_section4 .nav-tabs > #nav2-2-tab.active:before {
    display: none;
  }

  #almightydr_section4 .nav-tabs > #nav2-3-tab.active:before {
    display: none;
  }

  #almightydr_section4 .nav-tabs > #nav2-4-tab.active:before {
    display: none;
  }

  #almightydr_section4 .nav-tabs > #nav2-5-tab.active:before {
    display: none;
  }

  #almightydr_section4 .tab-content ul li span {
    font-size: 12px;
  }

  #almightydr_section2 b {
    font-size: 14px;
    margin-right: 6px;
  }

  #fix_section span {
    font-size: 16px;
  }

  #almightydr_section2 .nav-link {
    margin-right: 1.2em;
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }

  button.btn_line_w {
    font-size: 14px;
  }

  #graph_section .glaph_box:last-child h4 {
    font-size: 18px;
    margin-top: 4em;
  }

  #graph_section .glaph_box:last-child h3 {
    font-size: 24px;
  }

  #revenue_section .card-body {
    font-size: 14px;
  }

  .landing_section6 {
    height: 800px;
  }

  .landing_section6_box {
    display: flex;
    flex-direction: column;
  }

  #landing_section .system_left .list-group {
    display: flex;
    flex-direction: row;
    height: 100px;
    justify-content: space-between;
  }
  #landing_section .system_left .list-group a {
    align-items: center;
    width: 18%;
  }

  #landing_section .system_right {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 320px;
    margin-top: 30px;
  }

  .system_right {
    margin: 0px;
  }

  .system_list_right {
    width: 100%;
    margin-left: 0px;
  }

  .landing_section6_box {
    justify-content: center;
    padding-left: 0rem;
  }

  .step_flow_table_pc {
    padding: 2rem 60px 20px 60px;
  }

  .step_flow_table_pc img {
    padding: 0px 45px 0 45px;
  }

  .system_right > div:nth-child(1) {
    bottom: auto;
    top: 80px;
  }
  .system_right > div:nth-child(2) {
    bottom: auto;
    top: 60px;
  }
  .system_right > div:nth-child(3) {
    bottom: auto;
    top: 40px;
  }
  .system_right > div:nth-child(4) {
    bottom: auto;
    top: 20px;
  }
  .system_right > div:nth-child(1).active {
    top: auto;
    bottom: auto;
  }
  .system_right > div:nth-child(2).active {
    top: auto;
    bottom: auto;
  }
  .system_right > div:nth-child(3).active {
    top: auto;
    bottom: auto;
  }
  .system_right > div:nth-child(4).active {
    top: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  #revenue_section .card .card-header h2 button:after {
    display: inline-block;
  }

  header {
    padding: 0;
  }

  header .m_nav_btn {
    display: block;
    padding: 0.7em 0;
  }

  header .logo_wrap {
    padding: 0.7em 0;
  }

  header ul.nav {
    display: none;
  }

  header .logo {
    padding: 0.5em 0;
    margin: 0;
  }

  header .logo img {
    width: 120px;
    margin: 0;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  #visual_section {
    display: block;
    -webkit-flex-wrap: unset;
    flex-wrap: unset;
    flex-direction: inherit;
  }

  #visual_section {
    background-image: url('../images/mso_bg_img01_tablet2.jpg');
    background-size: auto cover;
    background-position: right;
  }

  #revenue_section .card .card-header h2 button {
    font-size: 16px;
    letter-spacing: -1px;
    word-spacing: -1px;
  }

  .accordion > .card > .card-header {
    border-bottom: 0;
    padding: 14px;
  }

  #revenue_section p {
    padding-right: 0em;
  }

  #list_section .list_box .e_font {
    font-size: 18px;
  }

  #quick_section .content_wrap .row .col .quick_box h2 {
    margin-bottom: 0.5em;
  }

  #quick_section .content_wrap .row .col .quick_box p {
    display: none;
  }

  #list_section .list_box p {
    font-size: 14px;
  }

  #list_section .list_box h4 {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  #list_section .list_box span {
    padding: 5px 10px;
    font-size: 12px;
  }

  #list_section .list_box {
    padding: 3em 0;
  }

  #only_section p {
    font-size: 14px;
  }

  #workforce_section {
    margin-bottom: 16em;
  }

  #graph_section .tit_wrap p {
    font-size: 18px;
  }

  #workforce_section p.workfoce_txt {
    font-size: 14px;
  }

  #workforce_section p.workfoce_txt br {
    display: none;
  }

  #workforce_section .workforce_swipe {
    width: 270px;
    height: 320px;
  }

  #workforce_section .slider-title {
    font-size: 22px;
  }

  #check_section .col-md-6 .check_box h4 {
    font-size: 16px;
  }

  #check_section .col-md-6 .check_box {
    min-height: 190px;
    padding: 1.5em;
  }

  #workforce_section .content_wrap .mobile {
    display: none;
  }

  #sub_visual_section {
    padding: 8em 0;
    padding-top: 12em;
  }

  #sub_visual_section .sub_visual_logo {
    border-radius: 40px;
    width: 200px;
    height: 200px;
  }

  #sub_visual_section .sub_visual_logo:before {
    border-radius: 40px;
    width: 190px;
    height: 190px;
    left: 50%;
    margin-left: -96px;
    top: 50%;
    margin-top: -96px;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(2) {
    font-size: 30px;
  }

  #sub_visual_section .sub_visual_tit h3 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h2 {
    font-size: 30px;
  }

  #almightydr_section1 {
    padding: 5em 0;
  }

  #almightydr_section1 p br:last-child {
    display: none;
  }

  #almightydr_section1 .content_wrap div:nth-child(2) img {
  }

  #almightydr_section2 .nav-link {
    font-size: 14px;
  }

  #almightydr_section2 .e_font {
    font-size: 42px;
  }

  #almightydr_section2 b {
    font-size: 13px;
    margin-right: 2px;
  }

  .almightydr_tab_caption .d-flex p {
    margin-top: 0 !important;
    font-size: 12px;
    padding: 0em 0em;
  }

  .almightydr_tab_caption {
    width: 160px;
  }

  .almightydr_tab_caption.caption1 {
    bottom: -2em;
    left: 0.5em;
    left: 1.5em;
  }

  #almightydr_section2 img.almightdr_sec_circlebg1 {
    position: absolute;
    bottom: -190px;
    right: -13em;
    width: 510px;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    position: absolute;
    top: 150px;
    right: -30px;
    width: 210px;
  }

  #almightydr_section2 .nav-tabs .nav-item.show .nav-link,
  #almightydr_section2 .nav-tabs .nav-link.active:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -6px;
    top: 5px;
  }

  #almightydr_section2 {
    padding: 4em 0;
    padding-bottom: 6em;
  }

  #almightydr_section3 {
    padding: 4em 0;
    height: 280px;
  }

  #almightydr_section3 .content_wrap div:nth-child(2) h4 {
    margin-top: 0.5em;
  }

  #almightydr_section3 .content_wrap div:nth-child(2) p br {
    display: none;
  }

  .alfredo_section .sub_visual_tit h3 {
    font-size: 28px !important;
  }

  #alfredo_section1 p br:nth-child(2) {
    display: none;
  }

  #alfredo_section1 {
    padding: 3em 0;
  }

  #alfredo_section1 .alfredo_section1_con {
    margin-top: 3em;
  }

  #alfredo_section1 .caption1 {
    left: 0em;
    top: 6em;
  }

  #alfredo_section1 .caption2 {
    left: 0em;
    top: 12em;
  }

  #alfredo_section1 .caption3 {
    right: 0em;
    top: 6em;
  }

  #alfredo_section1 .caption4 {
    right: 0em;
    top: 12em;
  }

  #alfredo_section1 .alfredo_section1_con img {
    width: 130px;
  }

  #alfredo_section2 p img {
    width: 96%;
    box-shadow: 0px 12px 6px #0000001c;
    border-radius: 23px;
  }

  #alfredo_section2 .contentbg {
    height: 196px;
  }

  .alfredo_section3 table.table1 {
    width: 96%;
  }

  .alfredo_section3 p.table2 {
    width: 96%;
  }

  .alfredo_section3 table.table3 {
    width: 96%;
  }

  .alfredo_section3 .col-sm-7 p br:nth-child(1) {
    display: none;
  }

  .alfredo_section3 .untact_img {
    height: auto;
  }

  #alfredo_section4 table {
    width: 100%;
  }

  #alfredo_section4 p br:nth-child(2),
  #alfredo_section4 p br:nth-child(3) {
    display: none;
  }

  #alfredo_section4 table tr td:nth-child(2) {
    padding: 1em;
    padding-left: 0;
  }

  #alfredo_section2,
  .alfredo_section3,
  #alfredo_section4,
  #alfredo_section5,
  #alfredo_section6 {
    padding: 5em 0;
  }

  #alfredo_section4 table tr td:nth-child(1) {
    padding: 1em;
    padding-right: 0.3em;
    width: 18%;
  }

  #alfredo_section4 table tr td:nth-child(1) img {
    width: 100%;
  }

  #alfredo_section6 table tr td:nth-child(1) img {
    width: 50px;
  }

  #alfredo_section6 table tr td:nth-child(2) {
    padding: 1.2em;
    padding-left: 0.3em;
  }

  #alfredo_section6 table tr td:nth-child(1) {
    vertical-align: top;
    padding: 1.2em;
    padding-right: 0.5em;
  }

  .alfredo img {
    width: 293px;
    left: auto;
    bottom: -20em;
    right: -10em;
  }

  .content_wrap {
    padding: 0 2em;
  }

  footer .f_logo img {
    padding-right: 2em;
  }

  #visual_section {
    background-size: auto cover;
  }

  #workforce_section .slider-buttton {
    right: auto;
    top: auto;
    color: #fff;
    left: auto;
    bottom: auto;
    border-radius: 0;
    right: 0em;
    top: 0em;
    margin-top: -1px;
    margin-right: -1px;
    overflow: hidden;
    border-radius: 30px 0 30px 30px;
  }

  .vertical_box {
    display: none;
  }

  #landing_section .system_left .list-group {
    height: 60px;
  }

  #landing_section .list-group a.active {
    height: 110px;
  }

  .step_flow_table_pc {
    display: none;
  }

  #landing_section .mySwiper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mobile.glaph_box_txt_m {
    display: block;
  }

  .accordion {
    margin-top: 2em;
  }

  #sub_visual_section .justify-content-between {
    display: block !important;
  }

  #sub_visual_section {
    text-align: center;
  }

  #sub_visual_section .sub_visual_logo {
    border-radius: 40px;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    margin-top: 3em;
  }

  #sub_visual_section .sub_visual_logo:before {
    width: 250px;
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
  }

  #graph_section .glaph_box .row {
    position: relative;
  }

  #graph_section .circlewrap .circle {
    /* width: 120px;
    height: 120px; */
  }

  #graph_section .circlewrap .circle .inner p {
    /* display: none */
  }

  #graph_section .circlewrap .circle .inner h2 {
    /* font-size: 24px; */
  }

  #graph_section .circlewrap .circle .inner h2 span {
    /* font-size: 24px;
    font-weight: 550; */
  }

  #graph_section .glaph_box_txt {
    display: none;
  }

  #graph_section .glaph_box .row .circlewrap {
    /* position: absolute;
    bottom: 2em;
    bottom: 2em;
    width: 40%;
    left: 4em;
    top: 6em; */
  }

  #check_section .col-md-6 .check_box {
    min-height: 120px;
  }

  #almightydr_section1 .col-md-4 {
    position: absolute;
    top: -3em;
    right: 2em;
    width: 220px;
  }

  #almightydr_section2 .e_font {
    font-size: 75px;
    position: absolute;
    color: #f0f0f0;
  }

  #almightydr_section2 .tab-wrap {
    display: none;
  }

  #almightydr_section2 .tab-content {
    display: none;
  }

  .Section2Swiper {
    display: block;
  }

  .almightydr_tab_caption.caption1 {
    bottom: -2em;
    left: 0.5em;
    left: 0em;
  }

  .almightydr_tab_caption.caption2 {
    position: absolute;
    top: 1em;
    right: 0em;
  }

  #almightydr_section2 img.almightdr_sec_circlebg1 {
    position: absolute;
    bottom: 22%;
    right: -13em;
    width: 420px;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    position: absolute;
    top: auto;
    right: 2em;
    width: 58%;
    bottom: 8.5em;
    z-index: 2;
  }

  .alfredo img {
    width: 293px;
    left: -10em;
    bottom: -15em;
    right: auto;
  }

  #alfredo_section2,
  .alfredo_section3,
  #alfredo_section4,
  #alfredo_section5,
  #alfredo_section6 {
    text-align: center;
  }

  .alfredo_section3 table.table1 {
    width: 76%;
  }

  .alfredo_section3 table.table3 {
    width: 76%;
  }

  #alfredo_section1 .alfredo_section1_con {
    margin-top: 3em;
    text-align: right;
  }

  #alfredo_section1 .alfredo_section1_caption p:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
  }

  .alfredo_section3 p.table2 {
    width: 76%;
  }

  #alfredo_section2 .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    justify-content: center !important;
  }

  #alfredo_section2 .col-md-5 {
    margin-top: 2em;
  }

  .alfredo_section3 .mobile {
    display: block;
  }

  .alfredo_section3 .pc {
    display: none;
  }

  #alfredo_section4 table {
    width: 76%;
  }

  #alfredo_section4 .col-md-5 {
    margin-top: 2em;
    text-align: left;
  }

  #alfredo_section4 table tr td:nth-child(1) {
    padding: 1.5em;
    width: 13%;
    padding-right: 0;
  }

  #alfredo_section5 {
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #alfredo_section5 .col-md-5 {
    position: absolute;
    right: -3em;
    width: 391px;
    bottom: 1em;
  }

  #alfredo_section1 .caption1,
  #alfredo_section1 .caption2,
  #alfredo_section1 .caption3,
  #alfredo_section1 .caption4 {
    left: 0;
    right: auto;
  }

  #alfredo_section1 .caption1 {
    top: 0;
  }

  #alfredo_section1 .caption1 p:nth-child(2) {
    display: none;
  }

  #alfredo_section1 .caption2 {
    top: 5em;
  }

  #alfredo_section1 .caption2 p:nth-child(2) {
    display: none;
  }

  #alfredo_section1 .caption3 {
    top: 10em;
  }

  #alfredo_section1 .caption3 p:nth-child(2) {
    display: none;
  }

  #alfredo_section1 .caption4 {
    top: 15em;
  }

  #alfredo_section1 .caption4 p:nth-child(2) {
    display: none;
  }

  #alfredo_section2 .contentbg,
  .alfredo_section3 .contentbg,
  #alfredo_section4 .contentbg,
  #alfredo_section5 .contentbg {
    background-size: 0 auto;
  }

  .landing_section2 {
    text-align: center;
  }

  #landing_section .system_left .list-group {
    height: 60px;
  }

  #landing_section .system_left .list-group a {
    display: flex;
    flex-direction: column;
  }

  .list-group a p {
    align-content: center;
    align-items: center;
  }

  #landing_section .list-group a.active {
    height: 110px;
  }

  .system_list_right {
    padding: 0px 0;
  }

  #landing_section .list-group a {
    padding: 20px 0;
  }

  .system_list_right .row {
    padding: 0px 30px;
    margin: 20px 0px;
  }

  .system_list_right .row p {
    font-size: 13px;
  }
}

@media screen and (max-width: 636px) {
  #only_section .circle {
    width: 249px;
    height: 249px;
  }

  #alfredo_section5 .col-md-5 {
    position: absolute;
    right: -3em;
    width: 301px;
    bottom: 2em;
  }

  #alfredo_section5 .col-md-5 {
    width: 50%;
  }

  #partner_section h2 {
    font-size: 18px;
  }

  #landing_section .system_left .list-group a {
    height: 50px;
    padding: 15px 0px;
  }

  #landing_section .list-group a.active {
    height: 100px;
  }

  .system_right div {
    padding: 0 13px;
  }
}

@media screen and (max-width: 575px) {
  a.btn_w {
    font-size: 12px;
  }

  a.btn_p {
    font-size: 12px;
    display: inline-block;
  }

  h2 {
    letter-spacing: 0px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }

  #visual_section {
    min-height: 890px;
  }

  #fix_section .content_wrap {
    padding: 0 1em;
  }

  #only_section .circle .inner h2 {
    font-size: 20px;
  }

  #check_section .col-md-6 .check_box:hover {
    box-shadow: 0 0 0;
  }

  #visual_section {
    padding: 10em 0;
  }

  #visual_section .visual_section_tit1 h1 {
    font-size: 45px;
  }

  #visual_section .visual_section_tit1 svg {
    width: 200px;
    margin-bottom: 2em;
  }

  #visual_section .visual_section_tit2 h2 {
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  #visual_section .visual_section_tit2 p {
    font-size: 14px;
    margin-bottom: 7px;
  }

  #visual_section .visual_section_tit2 p br {
    display: none;
  }

  #quick_section .content_wrap .row .col > .quick_box img {
    width: 36px;
  }

  #quick_section .content_wrap .row .col .quick_box h2 {
    font-size: 20px;
  }

  #quick_section .content_wrap .row .col .quick_box {
    padding: 1.5em 0;
  }

  #workforce_section p.workfoce_txt {
    word-spacing: 0px;
  }

  #list_section {
    padding: 0;
  }

  #only_section .cicle3 {
    display: none;
  }

  #list_section .list_box .e_font {
    display: none;
  }

  #list_section .list_box h2 {
    font-size: 13px;
    display: inline-block;
    color: #8467fc;
    border: 1px solid #8467fc;
    padding: 0.3em 2em;
  }

  #list_section .list_box span {
    display: none;
  }

  #list_section .list_box p {
    color: #797979;
  }

  #workforce_section {
    margin-bottom: 0;
  }

  #workforce_section .content_wrap .mobile {
    display: block !important;
    position: absolute;
    top: -4.5em;
    right: 16px;
  }

  #workforce_section .content_wrap .mobile h2 {
    font-size: 53px;
  }

  #workforce_section .content_wrap .mobile h2 span {
    color: #8467fc;
  }

  #workforce_section .list_box .col-sm-4 h2 {
    display: none;
  }

  #workforce_section {
    padding: 0em 0;
    padding-bottom: 2em;
  }

  #workforce_section .swiper-pagination-fraction {
    margin-top: 2em;
    margin: 0;
  }

  #workforce_section p.e_font {
    font-size: 13px;
  }

  #workforce_section p.workfoce_txt {
    margin-top: 1em;
  }

  #workforce_section p.workfoce_txt {
    font-size: 13px;
    line-height: 1.6;
  }

  .workfoce_fav {
    text-align: right;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #8467fc;
    display: block;
  }

  .workfoce_fav div {
    display: none !important;
  }

  #workforce_section .swiper-button-next,
  #workforce_section .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
  }

  #workforce_section .swiper-wrapper {
    display: block;
  }

  #workforce_section .workforce_swipe {
    margin-bottom: 3px;
    background-color: #404040;
    width: 43%;
    height: 230px;
    border-radius: 12px;
    /* float: left; */
    /* padding: 0em; */
    display: inline-block;
  }

  #workforce_section .workforce_swipe:hover {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  #workforce_section .slider-container {
    margin: 0 auto;
    text-align: left;
  }

  #workforce_section .workforce_swipe:before {
    background-size: auto 100px;
    width: 167px;
    height: 146px;
  }

  #workforce_section .slider-title {
    color: #fff;
    font-size: 18px;
  }

  #workforce_section .slider-title span {
    display: none;
  }

  #workforce_section .slider-title br.pc {
    display: none;
  }

  /*#workforce_section .slider-buttton{display: none;}
  #workforce_section .swiper-slide-active .slider-buttton {top: -8px;right: 16px;left: auto;font-size: 17px;width: 30px;height: 30px;  line-height: 28px;  }*/

  #only_section {
    padding: 3em 0;
    background-color: #fff;
  }

  #only_section p.mobile b {
    color: #242424;
  }

  #only_section p.mobile br:nth-child(2) {
    display: block;
  }

  #only_section h4 {
    letter-spacing: -0.5px;
    word-spacing: -2px;
  }

  #only_section .circle {
    width: 200px;
    height: 200px;
  }

  #only_section .bd-highlight.mobile {
    margin-top: 1em;
  }

  #only_section .circle1 .inner svg {
    width: 30px;
  }

  #only_section .circle2 .inner svg {
    width: 40px;
  }

  #only_section .circle .inner {
    top: 21%;
  }

  #only_section .circle1 {
    margin-right: -1.3em;
  }

  #graph_section {
    padding: 2em 0;
    padding-bottom: 2em;
  }

  #graph_section .tit_wrap .sub_tit,
  #check_section .sub_tit,
  #revenue_section .sub_tit {
    padding: 6px 16px;
    font-size: 13px;
  }

  #graph_section .tit_wrap h2 {
    margin-top: 12px;
  }

  #graph_section .tit_wrap p {
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: -1px;
    margin-top: 7px;
  }

  #graph_section .glaph_box {
    padding: 2em 2em;
    padding: 0;
    border: 0 none;
  }

  #revenue_section {
    padding: 3em 0;
    padding-bottom: 2em;
  }

  #revenue_section h4 {
    font-size: 16px;
    margin-bottom: 1.2em;
  }

  #check_section {
    padding: 3em 0;
    padding-bottom: 2em;
  }

  #partner_section {
    padding: 3em 0;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  header .logo_wrap {
    position: absolute;
    left: 50%;
    margin-left: -75px;
  }

  button {
    font-size: 14px;
    padding: 0.6em 1.25em;
  }

  footer {
    font-size: 13px;
    padding: 2em 0;
    padding-top: 0;
  }

  footer .content_wrap {
    padding: 0;
  }

  footer .p-2 {
    padding: 1rem 1.2em !important;
  }

  footer .f_logo {
    border-bottom: 1px solid #eaeaea;
  }

  footer .f_txt p.information {
    font-size: 12px;
  }

  footer .f_txt p.information > .f_companynumber {
    display: block;
  }

  footer .f_txt p.information > .f_companynumber b:before {
    display: none;
  }

  footer .f_txt p.information br {
    display: none;
  }

  #graph_section .glaph_box:last-child h4 {
    font-size: 18px;
    margin-top: 0;
  }

  #graph_section .glaph_box:last-child .col-md-6:nth-child(2) {
    text-align: center;
    padding: 1.5em;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
  }

  #graph_section .glaph_box:last-child h3 {
    margin-bottom: 0.4em;
  }

  #graph_section .glaph_box_txt_m {
    font-size: 18px;
    text-align: center;
    padding: 1.5em;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    margin-bottom: 2em;
  }

  #almightydr_section4 .col-md-5 p {
    margin-bottom: 2em;
    letter-spacing: 0;
    word-break: break-all;
  }

  #almightydr_section4 .col-md-5 p br {
    display: block;
  }

  #fix_section span {
    font-size: 14px;
  }

  #fix_section {
    padding: 0.5em 0;
  }

  #workforce_section .swiper-container.workforce_swiper_container {
    padding-top: 1em;
    margin: 0 auto;
    text-align: center;
  }

  #workforce_section {
    height: auto;
    padding: 2em 0em;
  }

  #sub_visual_section {
    padding: 6em 0;
    padding-top: 9em;
  }

  #revenue_section .card {
    border-radius: 6px;
  }

  #revenue_section .card .card-header h2.process_list1 button:before {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }

  #revenue_section .card-body {
    padding: 16px;
    padding-top: 0;
    font-size: 13px;
    opacity: 0.8;
    letter-spacing: -0.1px;
  }

  #revenue_section .card.open .card-header {
    padding-bottom: 8px;
  }

  #revenue_section .card .card-header h2.process_list3 button:before {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }

  #revenue_section .card .card-header h2.process_list2 button:before {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }

  #check_section {
    text-align: center;
  }

  #check_section .col-md-6 .check_box h4.check_box_tit1:before {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  #check_section .col-md-6 .check_box h4.check_box_tit2:before {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  #check_section .col-md-6 .check_box {
    padding: 1em;
    border-radius: 8px;
  }

  #check_section .col-md-6 .check_box p {
    margin-top: 7px;
  }

  #video1 {
    width: 80%;
  }

  #graph_section .donut_graph {
    width: 70%;
  }

  #almightydr_section1 .col-md-4 {
    position: absolute;
    top: -2em;
    right: 2em;
    width: 181px;
  }

  #almightydr_section1 h3:before {
    display: inline;
    margin-bottom: 0px;
    margin-right: 9px;
  }

  #almightydr_section2 {
    padding-bottom: 2em;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    bottom: 4.5em;
  }

  #almightydr_section3 .col-sm-5 {
    width: 62%;
    margin-top: 7em;
    margin: 0 0 0 auto;
  }

  #almightydr_section3 .col-sm-7 {
    margin-top: -250px;
  }

  #almightydr_section3 .col-sm-7 h4 span {
    display: none;
  }

  #almightydr_section3 .col-sm-7 p {
    width: 60%;
    color: #636363;
  }

  #almightydr_section3 {
    height: 300px;
  }

  #almightydr_section3 .content_wrap div:nth-child(1) img {
    border-radius: 40px;
    overflow: hidden;
  }

  #partner_section {
    padding: 2em 0;
  }

  #alfredo_section1 .alfredo_section1_caption {
    padding: 1em;
    width: 182px;
    border-radius: 6px;
    background-color: #fff;
  }

  #visual_section .visual_animation img {
    width: 560px;
    height: 560px;
  }

  #visual_section .visual_animation {
    position: absolute;
    bottom: -5em;
    right: -18em;
  }

  #list_section .list_box {
    letter-spacing: 0;
  }

  .content_wrap.privacy {
    padding: 5em 1em 1em 1em !important;
  }

  #almightydr_section4 .tab-content ul li span.alfredotxt {
    font-size: 12px;
  }

  #almightydr_section4 .tab-content ul li span.alfredotxt:before {
    font-size: 12px;
    margin-right: 2px;
  }

  #almightydr_section4 .tab-content ul li span.mrm,
  #almightydr_section4 .tab-content ul li span.crm {
    font-size: 12px;
  }

  .invalid-feedback {
    font-size: 11px;
  }

  #almightydr_section4 .nav-tabs .nav-link {
    font-size: 12px;
  }

  #workforce_section .slider-buttton {
    right: auto;
    top: auto;
    color: #fff;
    font-size: 14px;
    left: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    right: 0em;
    top: 0em;
  }

  .landing_section5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .landing_section5 .sub_title p {
    padding-right: 10%;
    padding-left: 10%;
  }

  .platform_text-box .text_box {
    width: 420px;
  }

  .platform_text-box .text_box p {
    font-size: 14px;
  }

  .landing_section6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  #landing_section .system_left .list-group {
    height: 30px;
  }

  #landing_section .system_left .list-group a {
    width: 18%;
    height: 40px;
    padding: 14px 0px;
    text-decoration: none;
  }

  #landing_section .system_left .list-group a img {
    height: 60%;
  }

  #landing_section .system_left .list-group a.active {
    height: 80px;
  }

  .system_right div {
    padding: 0 9px;
  }

  .landing_flowdiagram_mod {
    width: 100%;
    display: block;
  }

  .landing_flowdiagram_pc {
    width: 100%;
    display: none;
  }

  .system_list_right .row {
    padding: 0px 10px;
  }
  .system_list_right .row p {
    font-size: 12px;
  }

  .landing_form {
    padding: 20px 0px;
  }

  .landing_form .container .btn_line_w {
    width: 75%;
    transition: all 0.2s ease;
  }

  .landing_form .container h3 {
    font-size: 24px;
    margin: 1rem;
  }

  .landing_form .container p {
    font-size: 14px;
    margin: 0.5rem;
  }

  .landing_form .container .btn_box {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 436px) and (max-width: 500px) {
  .content_wrap {
    padding: 0 1em;
  }

  #almightydr_section1 .col-md-4 {
    position: absolute;
    top: -2em;
    right: 1em;
    width: 165px;
  }
}

@media (min-width: 436px) and (max-width: 486px) {
  #only_section .circle {
    width: 173px;
    height: 173px;
  }

  #alfredo_section5 .col-md-5 {
    position: absolute;
    right: -3em;
    width: 242px;
    bottom: 3em;
  }
}

@media screen and (max-width: 435px) {
  #almightydr_section4 h2 {
    margin-bottom: 1em;
  }

  h3 {
    font-size: 14px;
    word-spacing: -2px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 13px;
    letter-spacing: -0.2px;
  }

  #revenue_section p {
    word-spacing: 0;
  }

  .content_wrap {
    padding: 0 1.2em;
  }

  header .logo {
    background-size: 130px 32px;
    width: 130px;
    height: 32px;
  }

  header .m_nav_btn i {
    font-size: 1.5em;
    opacity: 0.8;
  }

  header .content_wrap {
    padding: 0 0.9em;
  }

  footer .p-2.f_logo {
    padding: 0.6rem 1.2em !important;
  }

  button.btn_line_w {
    font-size: 13px;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 2px;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(1) {
    font-size: 35px;
    margin-bottom: 0.5em;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: 0;
  }

  #sub_visual_section .sub_visual_tit h1:nth-child(2) br {
    display: none;
  }

  #sub_visual_section .sub_visual_tit h3 {
    font-size: 13px;
    letter-spacing: 0;
  }

  #form_modal .modal-dialog .modal-content {
    border-radius: 26px;
    width: 95%;
    margin: 0 auto;
  }

  #form_modal .modal-body {
    padding-top: 0;
  }

  #form_modal .modal-body form label {
    font-size: 14px;
  }

  #visual_section .visual_animation img {
    width: 400px;
    height: 400px;
  }

  #visual_section .visual_animation {
    bottom: -3em;
    right: -13em;
  }

  #almightydr_section1 .col-md-8 {
    padding: 0;
  }

  #almightydr_section1 .col-md-4 {
    position: absolute;
    top: -2em;
    right: 1em;
    width: 150px;
  }

  #almightydr_section2 .Section2Swiper .swiper-img img {
    width: 92%;
  }

  .almightydr_tab_caption p.almightydr_tab_caption_date {
    margin-top: 0.3em !important;
    font-size: 12px;
    color: #adadad;
  }

  .almightydr_tab_caption.caption1 {
    bottom: -2em;
    left: 0.5em;
    left: 0em;
    padding: 0.45em 0.45em;
  }

  #almightydr_section2 .Section2Swiper b {
    font-size: 13px;
  }

  #almightydr_section2 {
    padding-bottom: 2em;
  }

  #almightydr_section3 {
    margin-bottom: 4em;
    height: 250px;
  }

  #almightydr_section3 .col-sm-5 {
    width: 55%;
    margin-top: 7em;
    margin: 0 0 0 auto;
    padding: 0;
  }

  #almightydr_section3 .col-sm-7 {
    margin-top: -235px;
    padding: 0;
  }

  #almightydr_section4 .col-md-5 {
    padding: 0;
  }

  #only_section p {
    font-size: 13px;
  }

  #alfredo_section2,
  .alfredo_section3,
  #alfredo_section4,
  #alfredo_section5,
  #alfredo_section6 {
    padding: 3em 0;
  }

  #alfredo_section2 .contentbg,
  .alfredo_section3 .contentbg,
  #alfredo_section4 .contentbg,
  #alfredo_section5 .contentbg {
    background-position: bottom center;
    background-size: 84% auto;
    height: 367px;
  }

  #alfredo_section1 p br:nth-child(1) {
    display: none;
  }

  #alfredo_section1 .alfredo_section1_con {
    background-size: 82%;
  }

  #alfredo_section1 .caption2 {
    top: 4em;
  }

  #alfredo_section1 .caption3 {
    top: 8em;
  }

  #alfredo_section1 .caption4 {
    top: 12em;
  }

  .alfredo img {
    width: 253px;
    left: -6em;
    bottom: -15em;
    right: auto;
  }

  #alfredo_section2 p img {
    width: 94%;
    border-radius: 28px;
  }

  #alfredo_section2 .justify-content-between {
    width: 90%;
    margin: 0 auto;
  }

  #alfredo_section2 .justify-content-between p {
    margin-top: 2em;
  }

  #alfredo_section2 .contentbg {
    height: 240px !important;
  }

  #alfredo_section2 h2 {
    margin-bottom: 0.5em;
  }

  #alfredo_section2 .col-md-7 p {
    opacity: 0.8;
  }

  #alfredo_section2 .col-md-5 {
    margin-top: 0.5em;
  }

  .alfredo_section3 table.table1 {
    width: 74%;
  }

  .alfredo_section3 table.table3 {
    width: 74%;
  }

  .alfredo_section3 p.table2 {
    width: 74%;
  }

  .alfredo_section3 .col-md-7 p {
    padding-top: 2em;
  }

  .alfredo_section3 .contentbg {
    height: 356px;
  }

  .alfredo_section3.section_untact .contentbg {
    height: auto;
  }

  .alfredo_section3 table {
    font-size: 14px;
  }

  .alfredo_section3 p.table2 {
    font-size: 14px;
  }

  .alfredo_section3 table.table3 tr td:nth-child(2) span {
    font-size: 12px;
  }

  .alfredo_section3 table td p {
    font-size: 14px;
  }

  #alfredo_section4 .contentbg {
    height: 333px;
  }

  #alfredo_section4 table p {
    line-height: 1.2;
    font-size: 14px;
  }

  #alfredo_section4 p {
    opacity: 0.8;
  }

  #alfredo_section4 table {
    border-radius: 13px;
  }

  #alfredo_section4 table tr td:nth-child(1) {
    padding: 1.5em;
    width: 20%;
    padding-right: 0.5em;
  }

  #alfredo_section4 table .tablebtn {
    padding-top: 0 !important;
  }

  #alfredo_section5 .col-md-5 {
    right: -3em;
    width: 202px;
    bottom: 1.5em;
  }

  #alfredo_section5 h2 {
    margin-top: 0;
  }

  .alfredo_section .sub_visual_tit h3 {
    font-size: 18px !important;
  }

  #sub_visual_section .sub_visual_logo {
    width: 230px;
    height: 230px;
  }

  #sub_visual_section .sub_visual_logo:before {
    width: 230px;
    height: 230px;
    margin-left: -115px;
    margin-top: -115px;
  }

  #form_modal .text-center button {
    font-size: 14px;
  }

  #form_modal .modal-body h3 {
    font-size: 20px;
    font-weight: 500;
  }

  #form_modal .modal-body p {
    font-size: 14px;
    color: #464646;
    margin-top: 3px;
    opacity: 0.7;
  }

  #workforce_section h3 {
    font-size: 18px;
  }

  #graph_section .glaph_box:last-child h4 {
    margin-top: 0;
    display: inline-block;
  }

  #graph_section .glaph_box:last-child h3 {
    margin-bottom: 0.4em;
    display: inline-block;
    font-size: 18px;
  }

  #only_section h4 {
    font-size: 16px;
  }

  #m_nav .modal-body h1 {
    font-size: 2.5em;
    margin-bottom: 2em;
    margin-top: 0em;
    font-weight: 550;
  }

  #m_nav .modal-header {
    padding: 0;
  }

  /* #graph_section .glaph_box .row .circlewrap {
    position: absolute;
    bottom: 2em;
    bottom: 3em;
    width: 40%;
    left: 3em;
    top: 3em;
  } */

  #almightydr_section4 {
    padding-bottom: 2em;
  }

  .workfoce_fav {
    display: block;
  }

  .Section2Swiper {
    height: 490px;
  }

  #almightydr_section2 img.almightdr_sec_circlebg2 {
    display: none;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }

  .landing_section1 {
    height: 70vh;
  }

  .landing_section1 .container {
    height: 60vh;
  }

  .landing_section2 {
    padding: 20px 3.2rem;
  }

  .landing_section2 .circle {
    height: 100px;
    width: 100px;
    font-size: 24px;
  }

  .landing_section2 h2 {
    font-size: 24px;
  }

  .landing_section2 p {
    font-size: 14px;
    padding: 8px 40px;
  }

  .diagramBtnDown {
    font-weight: bold;
    padding: 0 0 0 10px;
  }

  .landing_section3 {
    padding: 20px 0 40px 0;
  }

  .platform_text-box .text_box {
    width: 330px;
    padding: 0;
  }

  .platform_text-box .text_box p {
    padding: 16px 30px 20px 32px;
    font-size: 12px;
  }

  #landing_section .swiper-slide {
    height: 480px;
  }

  .landing_section5 .sub_title h5 {
    padding: 0 40px;
    font-size: 14px;
  }

  .landing_section3 .container {
    margin-bottom: 1.5rem;
  }

  #landing_section .swiper {
    margin-top: 0rem;
  }

  #landing_section .swiper-slide .step_content div p {
    padding: 5px 20px;
  }

  #landing_section .swiper-slide .step_content {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 423px) {
  #only_section .circle {
    width: 176px;
    height: 176px;
  }
}

@media screen and (max-width: 375px) {
  button {
    font-size: 13px;
    padding: 0.5em 0.9em;
  }

  #only_section .circle {
    width: 150px;
    height: 150px;
  }

  #only_section .circle .inner h2 {
    font-size: 16px;
  }

  #only_section .circle1 .inner svg {
    width: 25px;
  }

  #only_section .circle .inner p {
    margin-top: 0.2em;
    font-size: 12px;
  }

  #visual_section .visual_section_tit2 h2 {
    font-size: 27px;
  }

  #almightydr_section3 .col-sm-7 {
    margin-top: -214px;
    padding: 0;
  }

  #partner_section h2 {
    font-size: 16px;
  }

  .alfredo_section3 table.table1 {
    width: 90%;
  }

  .alfredo_section3 table.table3 {
    width: 90%;
  }

  .alfredo_section3 p.table2 {
    width: 90%;
  }

  #alfredo_section4 table {
    width: 90%;
  }

  #alfredo_section2 .contentbg {
    height: 238px !important;
  }

  #almightydr_section4 .nav-tabs .nav-link {
    font-size: 11px;
  }

  #graph_section .glaph_box_txt_m {
    font-size: 16px;
    padding: 0.8em;
    line-height: 1.4;
  }

  #graph_section .glaph_box:last-child h4 {
    font-size: 16px;
  }

  #graph_section .glaph_box:last-child h3 {
    font-size: 16px;
  }

  #graph_section .glaph_box:last-child .col-md-6:nth-child(2) {
    padding: 0.8em;
  }

  #workforce_section .slider-title {
    font-size: 16px;
  }

  #workforce_section .slider-container {
    padding: 1.2em;
  }

  #workforce_section .workforce_swipe:before {
    background-size: auto 91px;
    width: 137px;
    height: 91px;
  }

  #workforce_section .workforce_swipe {
    width: 44%;
    height: 184px;
    overflow: hidden;
    border-radius: 12px 0 12px 12px;
  }

  #workforce_section .content_wrap .mobile h2 {
    font-size: 42px;
  }

  #almightydr_section3 .col-sm-7 {
    margin-top: -170px;
    padding: 0;
  }
}

@media screen and (max-width: 358px) {
  #workforce_section .slider-title {
    font-size: 14px;
  }

  #workforce_section .slider-container {
    padding: 1em;
    padding-right: 0;
  }
}

@media screen and (max-width: 323px) {
  .content_wrap {
    padding: 0 0.8em;
  }

  body {
    width: 100%;
  }

  #almightydr_section1 .col-md-4 {
    width: 112px;
  }

  #almightydr_section3 {
    margin-bottom: 3em;
    height: 250px;
  }

  #almightydr_section4 .nav-tabs .nav-link {
    padding: 0.3rem 0rem;
    width: auto;
    text-align: center;
    margin-right: 4px;
  }

  #only_section .circle {
    width: 140px;
    height: 140px;
  }

  #visual_section .visual_section_tit2 p b {
    color: #fff;
    font-size: 16px;
  }

  #visual_section .visual_section_tit2 h2 {
    font-size: 23px;
  }

  #almightydr_section3 .col-sm-7 {
    margin-top: -191px;
    padding: 0;
  }

  #alfredo_section1 .alfredo_section1_con img {
    width: 109px;
  }

  #alfredo_section5 .col-md-5 {
    right: -3em;
    width: 162px;
    bottom: 2.5em;
  }

  #form_modal .modal-dialog .modal-content {
    width: 100%;
  }

  #form_modal .text-center button {
    margin-top: 1em;
    padding: 0.8em 4em;
    font-size: 14px;
  }

  #sub_visual_section .sub_visual_logo {
    border-radius: 40px;
    width: 200px;
    height: 200px;
  }

  #sub_visual_section .sub_visual_logo:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
  }
}
