﻿/* =====================================
                    MAIN
===================================== */
/* #wrapper {
   background-color: #fcefe4;
} */
.body_container {
  background-image: url(../images/main/main_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.hd_padding {
  padding-top: 75px; /* .header_container 높이만큼 */
}
.main_container .main_contents {
  text-align: right;
}

/* ============ 비쥬얼 상단 ============ */
.main_visual {
  padding-top: 140px;
}
.visual_tit {
  color: #fff;
}
.visual_tit p {
  font-size: 23px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.visual_tit h2 {
  font-size: 46px;
  font-weight: 500;
  margin: 30px 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/* ========= 메인 비쥬얼 아이콘 ========= */
/*  아이콘 포지션 */
[class*="theme_tit_"] {
  /*opacity: 0;*/
  position: absolute;
  width: 576px;
  height: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #ea3341;
  text-align: left;
  line-height: 1.2;
}
[class*="theme_tit_"] > img {
  position: relative;
}
.theme_tit_01 img {
  top: -83px;
  left: 5px;
}
.theme_tit_02 img {
  top: -83px;
  left: -130px;
}
.theme_tit_03 img {
  top: -83px;
  left: -270px;
}
.theme_tit_04 img {
  top: -83px;
  left: -370px;
}
/* .theme_tit_01 {
    opacity: 1;
} */

/*  아이콘 온오프 */
.ico_sq_box {
  display: inline-block;
  width: 94px;
  height: 94px;
  padding: 20px;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
/*
.ico_sq_box:hover {
    background-color: #e50011;
}
*/
.sq_off {
  background-color: #fff;
}
.sq_on {
  background-color: #e50011;
  margin-top: -25px;
}
/* 온 됬을때 .ico_sq_tit 스트로크 */
.sq_tit_on {
  -webkit-text-stroke: 1px #fff;
}
/* ========= 메인 비쥬얼 아이콘 끝 ========= */
.visual_contents {
  text-align: center;
  height: 200px;
  margin-top: 175px;
}
.visual_contents ul li {
  /* float: left; */
  display: inline-block;
  width: 130px;
  margin: 0 5px;
}
.visual_contents .ico_sq_tit {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
}

/* ============ 게시판 영역 ============ */
.board_tit {
  height: 47px;
  border-top-left-radius: 20px;
  padding: 0 30px;
}
.board_tit > img {
  margin: 10px 0;
}
.board_tit > * {
  float: left;
}
.board_tit > p {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 10px;
}
.board_notice .board_tit {
  background-color: #0e1e37;
}
.board_new_partners .board_tit {
  background-color: #eee;
}
.board_notice .board_tit p {
  color: #fff;
}
.board_new_partners .board_tit p {
  color: #0e1e37;
}
.board_main {
  padding: 20px 30px;
  /*  border: 1px solid red;*/
  height: 292px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-right-radius: 20px;
}
.board_notice,
.board_new_partners {
  width: 515px;
  margin: 15px 0;
  display: inline-block;
  text-align: left;
}
.board_notice {
  margin-top: 30px;
}
.board_main > ul li p {
  display: inline-block;
  padding: 5px 0;
  font-weight: 400;
}
.board_main .dt {
  float: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.btn_notice_more {
  float: right;
  margin: 15px 0;
}
.new_partners_list {
  height: 100%;
  overflow-y: scroll;
  padding-right: 15px;
}
.label_new {
  padding: 0 5px;
}

/* =====================================
                COMPANY SUB
===================================== */

/* ============ 연혁 시작 ============ */
.history_txt {
  font-weight: 500;
  color: #e50011;
  text-align: center;
  margin: 20px 0 40px 0;
}
.history_txt > p {
  display: inline-block;
  padding: 20px 40px;
  /*  border: 1px solid #e5e5e5;*/
  background-color: #f0f0f0;
  font-size: 16px;
}
.history_list {
  width: 900px;
}
.history_list h4 {
  width: 8%;
}
.history_list li {
  margin: 20px 0;
}
.history_list li > * {
  float: left;
}
.history_list li img {
  margin: 8px 15px;
}
.history_list li .lis_txt {
  display: block;
}
.history_list h4 {
  font-family: "Century Gothic";
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #110c0a;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  /*세로선*/
  content: " ";
  background: #ccc;
  display: inline-block;
  position: absolute;
  left: 111px;
  width: 1px;
  height: 100%;
  z-index: 400;
  bottom: 50px;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  /*동그라미*/
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #e00e0e;
  left: 105px;
  width: 7px;
  height: 7px;
  z-index: 400;
  margin-top: 8px;
}
.lis_txt {
  padding-left: 50px;
  padding-top: 2px;
  line-height: 1.5;
}
.timeline span {
  margin: 0 5px;
  font-size: 15px;
  font-weight: 900;
  color: #ea3341;
}
/* ============ 연혁 끝 ============ */
.ceo_greetings_contents {
  text-align: left;
  padding-top: 20px;
}
.organizations_box {
  text-align: center;
}
.customer_center_box {
  padding-top: 30px;
}
.remoto_rink {
  position: relative;
  top: -100px;
  left: 525px;
}
.remoto_rink .remoto_pc_down {
  /* position: absolute;  */
  width: 185px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  background-color: #ea3341;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-right: 120px;
}

.company_map_box .top_section > * {
  float: left;
}
.company_map_box .body_section > * {
  float: left;
}
.company_map_box p {
  display: inline-block;
  width: 30%;
  font-size: 25px;
  font-weight: 500;
  color: #3d3d3d;
}
.company_map_box .txt {
  font-size: 18px;
  margin: 20px;
}
.company_map_box p span {
  color: #e50011;
}
.one_line {
  width: 70%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.5);
}
.map_box {
  width: 465px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 10px 20px;
}
.company_map_box .body_section {
  text-align: center;
  padding: 0 110px;
}

/* =====================================
            SOLUTION INTRO
===================================== */
.solution_intro_container {
  font-family: "NanumSquare";
  background-image: url(../images/solution/intro_top_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-top: 150px;
  padding-bottom: 95px;
}
.solution_intro_top {
  float: right;
  padding-left: 50px;
}
.intro_tit_p {
  color: #1768a2;
  font-weight: 400;
}
.intro_tit_p strong {
  font-weight: 600;
}
.intro_tit_e {
  color: #3e332e;
  font-weight: 400;
}
.solution_intro_container ul {
  float: left;
  width: 100%;
  margin: 18px 0;
}
.solution_intro_top > div {
  float: left;
  margin: 10px 0 25px 0;
}
.line_dot_v {
  float: left;
  width: 100%;
  margin: 0 auto;
}
.solution_intro_top > div > * {
  float: left;
}
.intro_tit img {
  margin-right: 10px;
  margin-top: 7px;
}
.intro_tit span {
  display: inline-block;
  width: 285px;
  text-align: center;
  line-height: 1.5;
}
.solution_intro_container .sub_tit {
  display: inline-block;
  /* float: left; */
  margin-top: 20px;
  padding-left: 15px;
  border-left: 2px solid red;

  font-family: "NanumSquare";
  font-size: 25px;
  font-weight: 400;
  color: #110c0a;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.independent_server_tit .sub_tit {
  margin-top: 50px;
  margin-left: 35px;
}

[class*="door_"] p {
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
}
.door_04 p {
  font-size: 15px;
}
.home_server_tit p {
  text-align: center;
  font-size: 18px;
}
/* =====================================
     SOLUTION :: EasyPAT (2019.06.11)
===================================== */
.easypat_top {
  margin-top: 30px;
  background-image: url("../images/solution/bnr_easypat_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.easypat_top .txt_tit {
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #474747;
}
.easypat_top .txt_sub {
  width: 460px;
  margin-top: 20px;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.5;
}
.easypat_top .col_3 {
  padding-bottom: 30px;
}
.easypat_tab_section {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.top_bnr_section .bnr_easypat_logo {
  margin: 15px 0;
}
.easypat_tab_box {
  display: table;
  height: 45px;
}
.easypat_tab_list {
  display: table-cell;
  vertical-align: middle;
}
.easypat_tab_list li {
  float: left;
  margin: 0 20px;
  font-size: 17px;
  font-weight: 500;
  color: #737373;
}
.easypat_tab_list li:hover {
  font-weight: 500;
  color: #3d3d3d;
}
[class*="contents_"] {
  text-align: center;
}
.bg_gray_gd {
  background-image: linear-gradient(#f3f3f3, #fff);
}
.bg_gray {
  background-color: #f4f4f4;
}
.easypat_internal_container .contents_02 {
  height: 313px;
}
.easypat_internal_container .contents_04 {
  padding: 20px 0;
  height: 700px;
}
.easypat_internal_container img {
  padding: 20px 0;
}

/* =====================================
     SOLUTION :: company (2019.06.11)
===================================== */
.company_container .top_bnr_section {
  background-image: url("../images/solution/company_pattern.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.company_top {
  /*background-image: url("../images/solution/bnr_easypat_bg.png");*/
  background-image: linear-gradient(#fbfbfb, #fff);
}
.company_top .txt_tit {
  margin: 30px 0 10px 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #231815;
}
.company_top .txt_box {
  margin: 50px 0;
}
.company_top .img_box {
  margin: 40px 0;
}
.company_top .top_bnr_section .txt_sub {
  margin-top: 30px;
  line-height: 1.5;
}
.legend_box p {
  display: inline-block;
}

.company_container [class*="contents_"] {
  text-align: left;
}
.company_internal_container .contents_01 {
  text-align: center;
  padding: 20px 0;
}
.company_internal_container .contents_06 {
  text-align: center;
  padding: 20px 0;
}
.company_internal_container .contents_02 {
  padding: 20px 0;
}

/* =====================================
        SOLUTION :: local_easypat
===================================== */
.local_easypat_top {
  padding: 20px 0;
  background-image: url("../images/solution/bnr_local_easypat_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.local_easypat_top .txt_tit {
  font-size: 30px;
  color: #e87242;
  padding: 60px 0;
}
.local_easypat_top .txt_sub {
  width: 600px;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.5;
}
.local_easypat_top .txt_tit {
  background-image: url("../images/solution/local_pattern.png");
  background-repeat: no-repeat;
  background-position: 359px 30px;
}
.bg_yellow {
  background-color: #fff9ee;
}

/* =====================================
            SOLUTION :: OPMS
===================================== */
.solution_opms_top .img_box {
  text-align: center;
}
.solution_opms_top {
  padding: 20px 0;
  background-image: url("../images/solution/bnr_opms_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.solution_opms_top .txt_tit {
  font-size: 22px;
  color: #ba3535;
}
.solution_opms_top .txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 20px;
}
.solution_opms_top .txt_box {
  margin-top: 17px;
}

/* =====================================
            SOLUTION :: EasyTalk
===================================== */

/*2023.04.13 Easytalk 수정 추가*/

.solution_easytalk_top .img_box {
  text-align: center;
}
.solution_easytalk_top {
  padding: 20px 0;
  background-image: url("../images/solution/bnr_opms_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.solution_easytalk_top .txt_tit {
  margin-top: 45px;
  font-size: 22px;
  color: #1a4d80;
}
.solution_easytalk_top .txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 20px;
}
.solution_easytalk_top .txt_box {
  margin-top: 17px;
}

.easytalk_container .contents_03 {
  margin-bottom: 30px;
}

/* =====================================
            SOLUTION :: EasyPat-M
===================================== */

/*2023.03.02 easypat-m 재추가*/

.solution_easypatm_top .img_box {
  text-align: center;
  margin-top: 30px;
}
.solution_easypatm_top {
  padding: 20px 0;
  background-image: url("../images/solution/bnr_opms_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.solution_easypatm_top .txt_tit {
  margin-top: 20px;
  font-size: 22px;
  color: #1a4d80;
}
.solution_easypatm_top .txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.solution_easypatm_top .txt_box {
  margin-top: 17px;
}

/* =====================================
            SOLUTION :: Patent Korea
===================================== */

/*2023.03.02 Patent Korea 재추가*/

.solution_patent_top .img_box {
  text-align: center;
  margin-top: 30px;
}
.solution_patent_top {
  padding: 20px 0;
  background-image: url("../images/solution/patent_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.solution_patent_top .txt_tit {
  margin-top: 20px;
  font-size: 22px;
  color: #1a4d80;
}
.solution_patent_top .txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.solution_patent_top .txt_box {
  margin-top: 17px;
}
.patent_contents_08 {
  padding-bottom: 150px;
}
.patent_contents_08 .patent_txt {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  padding: 20px;
}
.patent_contents_08 .patent_txt span {
  color: #421ec9;
}
.patent_contents_08 .patent_link {
  font-size: 20px;
  margin: 0 auto;
  width: 450px;
  padding: 20px 10px;
  color: #ffffff;
  background-color: #002ca7;
  border-radius: 10px;
}

/* =====================================
            SOLUTION :: 출원인조회서비스
===================================== */

/*2023.03.02 출원인조회서비스 재추가*/

.solution_applicant_top .img_box {
  text-align: center;
  margin-top: 30px;
}
.solution_applicant_top {
  padding: 20px 0;
  background-image: url("../images/solution/bnr_applicant_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.solution_applicant_top .txt_tit {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
  color: #1a4d80;
}
.solution_applicant_top .txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.solution_applicant_top .txt_box {
  margin-top: 17px;
}

/* =====================================
            SOLUTION :: 해외대리인조회서비스
===================================== */

/*2023.04.13 해외대리인조회서비스 추가*/

.solution_deputy_top .img_box {
  text-align: center;
  margin-top: 30px;
}
.solution_deputy_top {
  padding: 20px 0;
  background-image: url("../images/solution/bnr_applicant_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.solution_deputy_top p.txt_tit {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
  color: #1a4d80;
}
.solution_deputy_top p.txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.solution_deputy_top .txt_box {
  margin-top: 17px;
}

/* =====================================
            SOLUTION :: 백업서비스
===================================== */
.solution_backup_top {
  background-image: url("../images/solution/backup_bg.png");
  height: 300px;
}
.col_7 {
  padding-top: 40px;
}
.top_bnr_section .col_3 {
  padding-top: 90px;
}
.solution_backup_top .txt_tit {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
  color: #1a4d80;
}
.solution_backup_top p.txt_sub {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.backup {
  padding: 100px 0;
}
.easypat_backup .contents_04 {
  height: 600px;
}

/* =====================================
          유상 업그레이드 안내
===================================== */
/*2024.03.20 유상 업그레이드 안내 css 만 추가*/
.upgrade_container {
  font-family: "NanumSquare";
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding:50px 0 0 50px;
}

h2{font-size: 30px;
color: #3f6f9b;padding-bottom: 10px;}

.upgrade_table{
  border-collapse: collapse;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #000;
  vertical-align: middle; /* 가운데 */
} /*이중선 제거*/

a {
  text-decoration: none;
  color: black;
}

/* =====================================
                FOOTER
===================================== */
.footer_info_list {
  display: none;
  margin: 6px 0;
}
.footer_info_list > * {
  color: #fff;
}
.footer_info_list .info {
  color: #a1a1a1;
}
.footer_info_list li {
  float: left;
}
.footer_info_list span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footer_info_list span {
  padding: 0 10px;
}
.footer_info {
  display: table;
  width: 100%;
  height: 100%;
}
.footer_inner_txt {
  font-size: 14px;
  line-height: 1.5;
  color: #a1a1a1;
}
.footer_info_left,
.footer_info_right {
  display: table-cell;
  vertical-align: middle;
}
.footer_info_right {
  text-align: right;
}
.admin_gate {
  width: 15px;
  height: 15px;
}

/* solution_intro 페이지 door 정렬 추가 2019.06.21 */
[class*="door_"] p {
  font-weight: 500;
  line-height: 1.4;
}
.door_04 p {
  line-height: 1.3;
}

/* 추가 수정 2019.09.20 */
.solution_intro_container .sub_tit {
  margin-left: 35px;
}

/* 20190924 문의하기 바로가기 수정 */
.ad_container_company {
  height: 115px;
  padding: 25px 0;
  box-sizing: border-box;

  background: rgb(186, 224, 189); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(186, 224, 189, 1) 1%,
    rgba(53, 189, 192, 1) 99%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(186, 224, 189, 1) 1%,
    rgba(53, 189, 192, 1) 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(186, 224, 189, 1) 1%,
    rgba(53, 189, 192, 1) 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bae0bd', endColorstr='#35bdc0',GradientType=1 ); /* IE6-9 */
}
.ad_container_opms {
  height: 115px;
  padding: 25px 0;
  box-sizing: border-box;

  background: rgb(141, 133, 231); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d85e7', endColorstr='#b7c5fc',GradientType=1 ); /* IE6-9 */
}
.ad_container_easypat {
  height: 115px;
  padding: 25px 0;
  box-sizing: border-box;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d8dfe+7,b9e5fe+100 */
  background: rgb(93, 141, 254); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(93, 141, 254, 1) 7%,
    rgba(185, 229, 254, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(93, 141, 254, 1) 7%,
    rgba(185, 229, 254, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(93, 141, 254, 1) 7%,
    rgba(185, 229, 254, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d8dfe', endColorstr='#b9e5fe',GradientType=1 ); /* IE6-9 */
}
.ad_container_easytalk {
  height: 115px;
  padding: 25px 0;
  box-sizing: border-box;

  background: rgb(141, 133, 231); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d85e7', endColorstr='#b7c5fc',GradientType=1 ); /* IE6-9 */
}
.ad_container_easypatm {
  height: 115px;
  padding: 25px 0;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d8dfe+7,b9e5fe+100 */
  background: rgb(93, 141, 254); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(93, 141, 254, 1) 7%,
    rgba(185, 229, 254, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(93, 141, 254, 1) 7%,
    rgba(185, 229, 254, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(93, 141, 254, 1) 7%,
    rgba(185, 229, 254, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d8dfe', endColorstr='#b9e5fe',GradientType=1 ); /* IE6-9 */
}
.ad_container_deputy {
  height: 115px;
  padding: 25px 0;
  box-sizing: border-box;
  background: rgb(141, 133, 231); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(141, 133, 231, 1) 7%,
    rgba(183, 197, 252, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d85e7', endColorstr='#b7c5fc',GradientType=1 ); /* IE6-9 */
}

.direct_btn {
  border-radius: 5px;
  text-align: center;
  color: #37bec0;
  font-weight: 500;
  font-size: 15px;
  padding: 18px 12px;
  margin-right: 48px;
  background-color: #fff;
  z-index: 99;
}
.ad_container_opms .direct_btn {
  color: #a3a5f2;
}
.ad_container_easypat .direct_btn {
  color: #67a5ff;
}
.direct_section_tit {
  float: left;
  font-size: 21px;
  line-height: 1.6;
  text-align: center;
  margin-left: 115px;
  color: #fff;
}
.direct_section_btn {
  float: right;
}

/* 2020.02.10 */
.local_easypat_top .txt_tit {
  background-position: 449px 30px;
}
.local_company_top .txt_tit {
  background-position: 392px 30px;
}
