@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(style.css);
@import url(hover.css);
input.text:focus {
  background-color: #FF073D;
  color: #000;
}
input [type-checkbox] :focus + label, input [type-radio] :focus + label {
  background-color: #FF6;
  color: #000;
}
body {
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  background-repeat: repeat;
  background-color: #f5dde0;
  overflow-x: hidden;
}
body a:hover, body a:active, body a:focus {
  border: 2px dashed rgba(255, 0, 103, 1.00);
  z-index: 999999;
}
.m_none {
  display: none;
}
.p_none {
  display: inherit;
}
.h_padding {
  padding-bottom: 30px;
  padding-top: 30px;
}
.fRight {
  float: right;
  clear: right;
}
/*圖片反白*/
.brightness {
  -webkit-filter: brightness(0) invert(1);
}
.blue_color {
  color: #44C3CE;
}
.green_color {
  color: #4FC9B6;
}
.white_color {
  color: #FFFFFF;
}
.pink_color {
  color: #eb3278;
}
/*breadcrumbs*/
.breadcrumbs {
  float: right;
  clear: none;
  font-size: 12px;
  line-height: 20px;
  display: inherit;
  color: #000000;
  font-weight: 500;
}
.breadcrumbs a {
  color: hsla(0, 0%, 0%, 1.00);
}
.breadcrumbs a:hover {
  color: #eb3278;
  font-weight: 700;
}
.breadcrumbs i {
  margin-right: 5px;
  color: #eb3278;
}
/*文字區*/
.text_area {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  float: none;
  clear: both;
  width: 100%;
}
.text_area img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
}
.text_area h1 {
  font-size: 2em;
  line-height: 45px;
  margin-bottom: 15px;
}
.text_area p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.text_area iframe {
  width: 100%;
  height: 400px;
}
/*editor*/
.text_editor {
  min-height: 150px;
  line-height: 30px;
  color: #333;
  padding: 20px;
  background-color: #fff;
}
.text_editor iframe {
  width: 100%;
  min-height: 250px;
}
.text_editor img {
  width: 100%;
}
.text_editor h1 {
  font-size: 2em;
  line-height: 45px;
  margin-bottom: 15px;
}
.text_editor h2 {
  font-size: 1.5em;
  line-height: 35px;
  margin-bottom: 10px;
}
.text_editor h3 {
  font-size: 1.17em;
  line-height: 30px;
  margin-bottom: 10px;
}
.text_editor h4 {
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 16px;
}
.text_editor p {
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 16px;
}
.text_editor h5 {
  font-size: .83em;
  line-height: 30px;
  margin-bottom: 10px;
}
.text_editor h6 {
  font-size: .75em;
  line-height: 30px;
  margin-bottom: 10px;
}
.text_editor strong {
  font-weight: bolder;
}
.text_editor em {
  font-style: italic;
}
.text_editor ul {
  list-style: none;
  padding-left: 0px;
}
.text_editor ul li {
  margin: 5px 0;
  list-style: none;
  font-size: 16px;
}
.text_editor ol {
  padding-left: 40px;
}
.text_editor ol li {
  margin: 5px 0;
  list-style-type: decimal;
  font-size: 16px;
}
table {
  border-collapse: collapse;
  border: 1px solid gray;
}
tr:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 1.00);
}
tr:nth-child(even) {
  background-color: rgba(252, 97, 27, 0.10);
}
td {
  padding: 5px;
}
.table tr th {
  background-color: #EF5078;
  text-align: center;
}
/*footer*/
footer {
  position: relative;
  z-index: 3;
}
.c_icon {
  display: none;
}
.c_icon img {
  width: 100%;
  max-width: 150px;
}
.c_icon1 {
  position: absolute;
  z-index: 0;
  width: 25%;
  bottom: -20px;
  text-align: center;
  right: 0%;
}
.c_icon1 img {
  width: 100%;
  max-width: 250px;
}
#cpr_area {
  text-align: center;
  color: #333333;
  font-size: 12px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  width: 90%;
  margin: auto;
  position: relative;
}
#contact_bg {
  width: 100%;
  position: relative;
  z-index: 3;
}
#left_contact_area {
  width: 100%;
  float: left;
  clear: left;
  background-color: #eb74aa;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 2px;
}
#right_contact_area {
  width: 100%;
  float: right;
  clear: right;
  background-color: #eb3278;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 2px;
}
.contact_name {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.contact_tel {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.contact_add {
  color: #fff600;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  height: 50px;
}
/*top*/
#top_line {
  background-color: #f05a80;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}
#top_bg {
  background-color: #FFFFFF;
  padding-bottom: 20px;
  display: none;
}
#logo_area {
  width: 30%;
  max-height: 85px;
  float: left;
  clear: left;
}
#logo_area img {
  width: 100%;
}
.logo_area {
  max-width: 220px;
}
.logo_area img {
  width: 100%;
}
/*pic*/
#pic_area {
  width: 100%;
}
#pic_area a {
  display: block;
}
#pic_area a:focus {
  outline: 2px solid #ff0000;
  width: 100%;
}
#pic_area a::-moz-focus-inner {
  outline: 2px solid #ff0000;
}
/*main*/
.main_bg {
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}
#left_area {
  display: none;
}
#right_area {
  margin: auto;
}
.share_area {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px dashed rgba(253, 77, 64, 0.40);
  border-bottom: 1px dashed hsla(4, 98%, 62%, 0.40);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.30);
}
.banner_area {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.banner_area::before {
  background-color: #eb3278;
  width: 60px;
  height: 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0%;
  bottom: -1px;
}
.banner_area h2 {
  display: inline;
  float: left;
  margin-right: 10px;
  text-transform: capitalize;
  vertical-align: middle;
  margin-top: 5px;
}
.banner_area h1 span {
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #eb3278;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 30px;
  margin-right: 5px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
/*左側選單*/
.left_area_box {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  /*外框內縮*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.left_menu_title {
  text-align: left;
  color: #000000;
  font-size: 30px;
  clear: both;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.banner_area1 {
  margin-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 15px;
  position: relative;
  color: #000000;
  line-height: 35px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 45px;
  z-index: 0;
}
.banner_area1 span {
  color: #f05a80;
  font-style: italic;
  text-transform: capitalize;
  margin-left: 10px;
  font-size: 12px;
}
.banner_area1::before {
  background-color: #eb3278;
  width: 60px;
  height: 3px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0%;
  bottom: -1px;
}
.left_area_icon {
  width: 80px;
  position: absolute;
  left: -30px;
  top: -40px;
  z-index: 5;
}
.left_area_icon img {
  width: 100%;
}
ul.left_menu {
  position: relative;
  background-color: #FFFFFF;
  border: 0;
  margin-bottom: 30px;
}
ul.left_menu li {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
ul.left_menu a {
  display: block;
}
ul.left_menu a li i {
  margin-right: 5px;
  color: #333333;
  font-size: 14px;
}
ul.left_menu a:hover li i {
  color: #FFFFFF;
}
ul.left_menu a:hover li {
  color: #FFFFFF;
}
ul.left_menu a {
  color: rgba(0, 0, 0, 1.00);
}
/*news*/
ul.news_box {
  margin-top: 30px;
  margin-left: -1%;
  margin-right: -1%;
  display: grid;
}
ul.news_box li {
  float: left;
  clear: none;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.news_pic {
  width: 100%;
  float: left;
  clear: left;
}
.news_pic img {
  width: 100%;
}
.news_title {
  margin-top: 20px;
  width: 100%;
  float: right;
  clear: right;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
  color: #eb3278;
  margin-bottom: 10px;
  /*單行省略*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 32px;
  line-height: 32px;
}
.news_date {
  margin-top: auto;
  margin-bottom: 5px;
  width: 100%;
  float: right;
  clear: right;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #6F6F6F;
  line-height: 24px;
}
.inews_date {
  margin-top: auto;
  margin-bottom: 5px;
  width: 100%;
  float: right;
  clear: right;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #6F6F6F;
  line-height: 24px;
}
.news_info {
  margin-top: auto;
  margin-left: auto;
  width: 100%;
  float: right;
  clear: right;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
  /*多行省略*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  height: 80px;
}
.show_title {
  border-left: 5px solid #EF5078;
  padding-left: 10px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  clear: both;
  width: calc(100% - 15px);
}
.n_date {
  background-color: #eb3278;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  float: left;
  clear: both;
  line-height: 22px;
  margin-bottom: 10px;
}
/*聯絡我們*/
#contact_info {
  width: 100%;
  clear: right;
  float: right;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
#contact_info iframe {
  width: 96%;
  height: 450px;
  margin-top: 20px;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  background-color: #ef5078;
}
#contact_info i {
  color: #FFFFFF;
  margin-right: 10px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #ef5078;
  border-radius: 50px;
  line-height: 30px;
  margin-bottom: 10px;
}
#contact_info h3 {
  color: #FFFFFF;
  background-color: #ef5078;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
/*首頁項目*/
.ibanner_area {
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
  position: relative;
}
.ibanner_area h1 {
  width: 100%;
}
#pro_bg {
  background-image: url(../images/sbg.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
/*products*/
.pro_pic {
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: calc(100% - 0px);
}
.pro_pic img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.pro_pic a {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
}
.pro_title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  width: 90%;
  float: none;
  clear: none;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}
/*服務項目*/
ul.item_area {
  text-align: center;
  float: none;
  clear: none;
  padding-top: 0px;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
}
ul.item_area li {
  float: none;
  clear: none;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
ul.item_area li p {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
.item_pic {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.item_pic img {
  width: 100%;
}
/*首頁最新消息*/
.left_news_area {
  width: 100%;
  margin-bottom: 20px;
}
.right_news_area {
  width: 100%;
}
/*news*/
ul.inews_area {
  background-color: #FFFFFF;
}
ul.inews_area li {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #BBBBBB;
}
.n_pic {
  width: 100%;
  float: left;
  clear: left;
  margin-right: 0%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 15px;
}
.n_pic img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
a:hover .n_pic img {
  transform: scale(1.1);
}
.bn_pic {
  width: calc(100% - 0px);
  float: left;
  clear: left;
  margin-right: 0%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.bn_pic img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
a:hover .bn_pic img {
  transform: scale(1.1);
}
.bn_info_box {
  float: right;
  clear: none;
  width: 100%;
}
.n_info_box {
  float: right;
  clear: none;
  width: 100%;
}
.n_titile {
  font-size: 20px;
  margin-bottom: 10px;
  color: #EB3278;
  font-weight: 700;
  /*單行省略*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 32px;
  line-height: 32px;
}
.n_info {
  float: left;
  clear: left;
  font-size: 16px;
  line-height: 28px;
  /*多行省略*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(62, 62, 62, 1.00);
  margin-bottom: 10px;
  word-break: break-all;
  height: 60px;
}
.info_text {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.m_icon {
  display: none;
}
.m_icon img {
  width: 100%;
  max-width: 150px;
}
ul.icon_box {
  position: relative;
  float: right;
  clear: none;
}
ul.icon_box li {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50%;
  float: left;
  color: #fff;
  margin-left: 10px;
  text-align: center;
}
ul.icon_box li a {
  color: #fff;
}
/*下拉選單*/
.accordion-button {
  position: relative;
  width: auto;
  color: #333;
  font-size: 15px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
}
.accordion-button:focus {
  z-index: 3;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0;
  color: #333;
}
.accordion-button::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 8px;
  width: 25px;
  height: 25px;
  transition: transform .2s ease-in-out;
  background-image: none;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #fff;
  border: 1px solid #eee;
}
.accordion-button:not(.collapsed)::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  transition: transform .2s ease-in-out;
  background-image: none;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
}
/*nav*/
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #333;
  line-height: 20px;
}
.nav-item {
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 0px;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
  color: #f05a80;
}
.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  border: 0;
  top: 27px;
}
.dropdown-menu {
  padding: 5px 0;
  margin-bottom: 20px;
  min-width: 230px;
  background-color: #f0f0ea;
}
.dropdown-menu li {
  padding: 15px 10px 15px 30px;
  border: 0;
  font-size: 16px;
  position: relative;
  border-radius: 0;
}
.dropdown-menu li a {
  color: #333;
}
.dropdown-menu li a:hover {
  color: #f05a80;
}
.dropdown-menu li::before {
  position: absolute;
  left: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  content: '\f192';
  font-weight: 700;
  border: 0;
  top: 17px;
  color: #f05a80;
}
a:hover.dropdown-item::before {
  color: #fff;
}
.nav-link span {
  color: #ef5078;
  font-size: 12px;
}
@media only screen and (min-width: 360px) {}
@media only screen and (min-width: 414px) {}
@media only screen and (min-width: 480px) {
  /*首頁最新消息*/
  .n_pic {
    width: 40%;
    margin-right: 3%;
    margin-bottom: 0px;
  }
  .n_info_box {
    width: calc(100% - 43%);
  }
}
@media only screen and (min-width: 768px) {
  /*footer*/
  .c_icon1 {
    right: 42.5%;
    width: 15%;
    bottom: -15px;
  }
  /*news*/
  .news_pic {
    width: 40%;
    float: left;
    clear: left;
  }
  .news_title {
    width: 57%;
    float: right;
    clear: right;
    margin-top: 0px;
  }
  .news_date {
    width: 57%;
    float: right;
    clear: right;
  }
  .news_info {
    width: 57%;
    float: right;
    clear: right;
    /*多行省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
    height: 105px;
  }
  /*服務項目*/
  /*首頁最新消息*/
  .left_news_area {
    width: 45%;
    float: left;
    clear: left;
    margin-bottom: 0px;
  }
  .right_news_area {
    width: 52%;
    float: right;
    clear: right;
  }
}
@media only screen and (min-width: 1000px) {
  /*header*/
  .dropdown-toggle::after {
    right: 10px;
    top: 10px;
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 25px;
    text-align: center;
    font-size: 18px;
  }
  .nav-link span {
    text-transform: capitalize;
    color: #ef5078;
    font-size: 12px;
    text-align: center;
  }
  /*pc 滑動下拉*/
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .h_padding {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .m_none {
    display: inherit;
  }
  .p_none {
    display: none;
  }
  .breadcrumbs {
    bottom: 10px;
    right: 0px;
    position: absolute;
  }
  /*pic*/
  #pic_area {
    margin-top: 0px;
  }
  /*top*/
  #top_bg {
    display: inherit;
  }
  /*main*/
  #left_area {
    float: left;
    clear: left;
    width: 23%;
    display: inherit;
  }
  #right_area {
    width: calc(100% - 27%);
    float: right;
    clear: right;
  }
  /*news*/
  .m_icon {
    position: absolute;
    left: 20px;
    z-index: 0;
    width: 15%;
    display: inherit;
    bottom: 10px;
  }
  ul.item_area li {
    width: 130px;
    height: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .item_pic {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  ul.item_area li p {
    font-size: 18px;
    line-height: 30px;
  }
  .logo_area {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1160px) {
  .banner_area1 {
    font-size: 26px;
  }
  .banner_area1 span {
    font-size: 14px;
  }
  /*footer*/
  .c_icon {
    width: 30%;
    max-width: 150px;
  }
  .c_icon1 {
    right: 40%;
    width: 20%;
  }
  /*首頁最新消息*/
  .n_pic {
    width: 40%;
  }
  .n_info_box {
    width: calc(100% - 43%);
  }
  ul.item_area li {
    width: 170px;
    height: 170px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .item_pic {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  /*footer*/
  .contact_name {
    font-size: 33px;
  }
  .contact_tel {
    font-size: 55px;
  }
  .contact_add {
    font-size: 18px;
    line-height: 30px;
  }
  .c_icon {
    position: absolute;
    left: 20px;
    z-index: 0;
    width: 15%;
    top: -150px;
    display: inherit;
  }
}
@media only screen and (min-width: 1600px) {
  #left_contact_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #right_contact_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
      .contact_add {
    font-size: 20px;
    line-height: 30px;
  }
}