@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Microsoft YaHei', Sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #000;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
caption,
legend {
  display: none;
}
input,
select {
  font: 100%;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: none;
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
.after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
/*common*/
h2 {
  font-size: 50px;
  color: #373737;
  text-align: center;
}
h3 {
  font-size: 30px;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0;
  text-align: center;
  line-height: 46px;
  margin: 100px 0 60px;
}
h4 {
  font-size: 23px;
  font-weight: 700;
  color: #373737;
  text-align: center;
}
h5 {
  font-size: 16px;
  color: #373737;
  line-height: 24px;
}
.only_desktop {
  display: inline-block;
}
.only_tablet {
  display: inline-block;
}
.only_mobile {
  display: none;
}
.page_location {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  font-size: 14px;
  color: #ffffff;
  z-index: 100;
}
.page_location span {
  margin: 0 10px;
}
.page_location strong {
  font-size: 14px;
  font-weight: 400;
  color: #2cb693;
}
.page_location.page_location02 {
  color: #898989;
}
.visual_banner {
  width: 100%;
}
.visual_banner .visual_box {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  padding-top: 175px;
}
.visual_banner .text_box {
  width: 100%;
  font-size: 18px;
  color: #373737;
  text-align: center;
  line-height: 32px;
  padding: 100px 20% 110px;
  background: #f7f7f7;
}
.content_tit {
  width: 100%;
  background: #f5f7f7;
  padding: 73px 0;
}
.slider_wrap {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.slider_wrap .prev_btn {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  background: #b2b2b2;
}
.slider_wrap .prev_btn span {
  color: #fff;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
  width: 26px;
  height: 1px;
  background-color: currentColor;
  top: 14px;
  left: 9px;
}
.slider_wrap .prev_btn span:before {
  content: '';
  position: absolute;
  left: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider_wrap .prev_btn:hover {
  background: #666;
}
.slider_wrap .next_btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #b2b2b2;
}
.slider_wrap .next_btn span {
  color: #fff;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 26px;
  height: 1px;
  background-color: currentColor;
  top: 14px;
  left: 9px;
}
.slider_wrap .next_btn span:before {
  content: '';
  position: absolute;
  right: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider_wrap .next_btn:hover {
  background: #666;
}
.slider_wrap .slider {
  margin: 0 auto;
}
.slider_wrap .slider ul li {
  float: left;
}
.slider_wrap .slider ul li a {
  display: block;
  width: 100%;
  height: 360px;
  border: 1px solid transparent;
  border-top: 1px solid #dadada;
  position: relative;
}
.slider_wrap .slider ul li a .tit_text {
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 16px 20px;
}
.slider_wrap .slider ul li a .tit_text p {
  font-size: 18px;
  color: #373737;
  line-height: 26px;
}
.slider_wrap .slider ul li a .thum {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slider_wrap .slider ul li a .active {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(44, 182, 147, 0.9);
  z-index: 1;
  padding: 16px 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.slider_wrap .slider ul li a .active span {
  position: absolute;
  top: 79px;
  display: inline-block;
  width: 39px;
  height: 2px;
  background: rgba(240, 240, 240, 0.5);
}
.slider_wrap .slider ul li a .active p {
  position: absolute;
  top: 100px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 27px;
}
.slider_wrap .slider ul li a .active p.tit {
  font-size: 18px;
  top: 16px;
}
.slider_wrap .slider ul li a .active > img {
  position: absolute;
  left: 20px;
  bottom: 32px;
}
.slider_wrap .slider ul li a .active.on_active {
  opacity: 1;
}
.slider_wrap .slider ul li a .active.on_active .tit_text p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.slider_wrap .slider ul li a:hover {
  border: 1px solid #2cb693;
}
.slider_wrap .slider ul li a:hover .tit_text p {
  color: #2cb693;
}
.slider_wrap .slider ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.slider_wrap .slider.swiper-container {
  max-width: 1180px;
}
.slider_wrap .slider.swiper-container .swiper-wrapper {
  margin: 0 auto;
}
.slider_wrap .slider.swiper-container .swiper-wrapper .swiper-slide {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider_wrap .slider.swiper-container .swiper-button-prev,
.slider_wrap .slider.swiper-container .swiper-container-rtl .swiper-button-next {
  opacity: 0;
}
.slider_wrap .slider.swiper-container .swiper-button-next,
.slider_wrap .slider.swiper-container .swiper-container-rtl .swiper-button-prev {
  opacity: 0;
}
.slider_type02 {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.slider_type02 .prev_btn {
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 1;
}
.slider_type02 .next_btn {
  position: absolute;
  top: 125px;
  right: 0;
  z-index: 1;
}
.slider_type02 ul li {
  float: left;
}
.slider_type02 ul li a {
  display: block;
  width: 100%;
  height: 440px;
  position: relative;
}
.slider_type02 ul li a .list_text {
  width: 100%;
  height: 155px;
  background: #fff;
  padding: 15px 0;
}
.slider_type02 ul li a .list_text li {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  padding-left: 10px;
  background: url('/images/bullet01.png') no-repeat left center;
}
.slider_type02 ul li a .list_text:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.slider_type02 ul li a .thum {
  width: 100%;
  height: 285px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 78px;
}
.slider_type02 ul li a .thum img {
  display: block;
  margin: 0 auto;
}
.slider_type02 ul li a .thum span {
  display: inline-block;
  width: 21px;
  height: 2px;
  background: rgba(240, 240, 240, 0.5);
  margin: 20px 0 4px;
}
.slider_type02 ul li a .thum p {
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.slider_type02 ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.slider_type02 .swiper-container {
  max-width: 1180px;
}
.slider_type02 .swiper-container .swiper-wrapper {
  margin: 0 auto;
}
.slider_type02 .swiper-container .swiper-wrapper .swiper-slide {
  width: 33.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider_type02 .swiper-container .swiper-button-prev,
.slider_type02 .swiper-container .swiper-container-rtl .swiper-button-next {
  opacity: 0;
}
.slider_type02 .swiper-container .swiper-button-next,
.slider_type02 .swiper-container .swiper-container-rtl .swiper-button-prev {
  opacity: 0;
}
.affiliate_list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 100px;
  text-align: left;
}
.affiliate_list > li {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 60px 0;
}
.affiliate_list > li > ul {
  width: 100%;
}
.affiliate_list > li > ul li {
  float: left;
}
.affiliate_list > li > ul li a {
  font-size: 14px;
  color: #505050;
  line-height: 22px;
  background: url('/images/artboard.png') no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
  text-decoration: underline;
}
.affiliate_list > li > ul li a:hover {
  color: #2cb693;
}
.affiliate_list > li > ul li.logo_box {
  width: 26%;
  text-align: center;
}
.affiliate_list > li > ul li.logo_box img {
  vertical-align: top;
  max-width: 260px;
  max-height: 70px;
}
.affiliate_list > li > ul li.logo_box .logo_type2 {
  max-width: 220px;
  max-height: 68px;
}
.affiliate_list > li > ul li.text_box {
  width: 40%;
}
.affiliate_list > li > ul li.text_box dl dt {
  font-size: 23px;
  color: #373737;
  font-weight: 700;
}
.affiliate_list > li > ul li.text_box dl dd {
  padding: 30px 0 50px;
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  font-weight: 400;
}
.affiliate_list > li > ul li.text_box hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.affiliate_list > li > ul li.text_box p {
  font-size: 14px;
  color: #505050;
  line-height: 22px;
  margin: 8px 0 0;
  padding-left: 100px;
}
.affiliate_list > li > ul li.text_box p strong {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #505050;
  margin-left: -100px;
}
.affiliate_list > li > ul li.text_box p a {
  font-size: 14px;
  color: #505050;
  line-height: 22px;
  background: none;
  padding: 0;
  text-decoration: none;
}
.affiliate_list > li > ul li.link {
  width: 30%;
  padding: 58px 0 0 8%;
}
.affiliate_list > li > ul li.link.link_posi {
  padding: 88px 0 0 8%;
}
.affiliate_list > li > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.affiliate_list > li > div {
  background: #f7f7f7;
  width: 980px;
  padding: 60px 40px 70px;
  margin: 60px auto;
}
.affiliate_list > li > div p {
  font-size: 18px;
  color: #373737;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}
.affiliate_list > li > div p br {
  display: none;
}
.affiliate_list > li > div > ul {
  margin-top: 30px;
}
.affiliate_list > li > div > ul li {
  float: left;
  width: 210px;
  margin-right: 20px;
}
.affiliate_list > li > div > ul li .thum {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}
.affiliate_list > li > div > ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  text-align: left;
}
.affiliate_list > li > div > ul li:last-child {
  margin-right: 0;
}
.affiliate_list > li > div > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.down_btn {
  display: inline-block;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  color: #898989;
  letter-spacing: 0;
  line-height: 14px;
  padding: 17px 55px 18px 30px;
  background: url('/images/download_icon.png') no-repeat 83% center #fff;
  background-size: 13px 14px;
}
.down_btn span {
  font-size: 16px;
  color: #898989;
  letter-spacing: 0;
  line-height: 14px;
}
.down_btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
.down_btn02 {
  display: inline-block;
  border: 1px solid #2cb693;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 14px;
  padding: 17px 55px 18px 30px;
  background: url('/images/download_icon02.png') no-repeat 83% center #2cb693;
  background-size: 13px 14px;
}
.down_btn02:hover {
  background-color: #0d564c;
  border: 1px solid #0d564c;
}
.table_type01 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #dadada;
}
.table_type01 colgroup {
  display: table-column-group;
}
.table_type01 tbody tr {
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 0;
}
.table_type01 tbody tr td {
  height: 79px;
  font-size: 16px;
  letter-spacing: 0;
  color: #505050;
  text-align: center;
}
.table_type01 tbody tr td:nth-child(2) {
  color: #505050;
  text-align: left;
  padding: 0 50px;
}
.table_type01 tbody tr td a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  width: 131px;
  height: 47px;
  font-size: 16px;
  color: #373737;
  line-height: 45px;
  text-align: center;
  transition: all 0.2s;
}
.table_type01 tbody tr:hover {
  border: 1px solid #2cb693;
}
.table_type01 tbody tr:hover td {
  color: #2cb693;
}
.table_type01 tbody tr:hover td a {
  background: #2cb693;
  border: 1px solid #2cb693;
  color: #fff;
}
.table_type02 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #dadada;
}
.table_type02 thead tr th {
  height: 79px;
  font-size: 16px;
  color: #373737;
  font-weight: 700;
}
.table_type02 tbody tr {
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 0;
}
.table_type02 tbody tr td {
  height: 79px;
  font-size: 16px;
  color: #505050;
  text-align: center;
}
.table_type02 tbody tr td a {
  font-size: 16px;
  color: #505050;
}
.table_type02 tbody tr td:nth-child(2) {
  text-align: left;
  padding: 0 50px;
}
.table_type02 tbody tr:hover {
  border: 1px solid #2cb693;
}
.table_type02 tbody tr:hover td {
  color: #2cb693;
}
.table_type02 tbody tr:hover td a {
  color: #2cb693;
}
.table_type03 {
  width: 100%;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #dadada;
}
.table_type03 caption {
  display: block;
  caption-side: top;
}
.table_type03 thead tr th {
  font-size: 16px;
  color: #373737;
  height: 70px;
  background: #f5f7f7;
  border: 1px solid #dadada;
}
.table_type03 thead tr th:last-child {
  border-right: 0;
}
.table_type03 thead tr th:first-child {
  border-left: 0;
}
.table_type03 tbody tr th {
  font-size: 16px;
  color: #373737;
  height: 70px;
  background: #f5f7f7;
  border: 1px solid #dadada;
  border-left: 0;
}
.table_type03 tbody tr td {
  font-size: 16px;
  color: #505050;
  text-align: right;
  padding: 0 30px;
  height: 70px;
  border: 1px solid #dadada;
}
.table_type03 tbody tr td:last-child {
  border-right: 0;
}
.table_type04 {
  width: 100%;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #dadada;
}
.table_type04 caption {
  display: block;
  caption-side: top;
}
.table_type04 thead tr th {
  font-size: 16px;
  color: #373737;
  height: 70px;
  background: #f5f7f7;
  border: 1px solid #dadada;
}
.table_type04 thead tr th:last-child {
  border-right: 0;
}
.table_type04 thead tr th:first-child {
  border-left: 0;
}
.table_type04 tbody tr td {
  font-size: 16px;
  color: #505050;
  text-align: center;
  padding: 0 30px;
  height: 70px;
  border: 1px solid #dadada;
}
.table_type04 tbody tr td:last-child {
  border-right: 0;
}
.table_type04 tbody tr td:first-child {
  border-left: 0;
}
.table_type05 {
  width: 100%;
}
.table_type05 tr th {
  font-size: 16px;
  color: #373737;
  text-align: center;
  padding: 25px 0;
  background: #f5f7f7;
  border: 1px solid #dadada;
  border-left: 0;
}
.table_type05 tr td {
  font-size: 16px;
  color: #505050;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #dadada;
  border-right: 0;
}
.table_type05 thead tr th {
  border-top: 1px solid #898989;
}
.table_type05 thead tr th:first-child {
  border-left: 0;
}
.table_type05 thead tr th:last-child {
  border-right: 0;
}
.table_type05 tbody tr td {
  text-align: center;
}
.table_type05 tbody tr td:first-child {
  border-left: 0;
}
.table_type05 tbody tr td:last-child {
  border-right: 0;
}
.table_type06 {
  width: 100%;
}
.table_type06 tr th {
  font-size: 16px;
  color: #373737;
  text-align: center;
  padding: 25px 0;
  background: #f5f7f7;
  border: 1px solid #dadada;
  border-left: 0;
}
.table_type06 tr td {
  font-size: 16px;
  color: #505050;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #dadada;
  border-right: 0;
}
.table_type06 tr:first-child th {
  border-top: 1px solid #898989;
}
.table_type06 tr:first-child td {
  border-top: 1px solid #898989;
}
.table_type06 thead tr th:first-child {
  border-left: 0;
}
.table_type06 thead tr th:last-child {
  border-right: 0;
}
.table_type07 {
  width: 100%;
}
.table_type07 tr th {
  font-size: 16px;
  color: #373737;
  text-align: left;
  padding: 30px;
  background: #f5f7f7;
  border: 1px solid #dadada;
  border-left: 0;
  font-weight: 700;
}
.table_type07 tr th span {
  display: inline-block;
  color: #2cb693;
  vertical-align: 0;
  margin-left: -10px;
  font-weight: 700;
}
.table_type07 tr th strong {
  display: block;
  color: #898989;
}
.table_type07 tr td {
  font-size: 16px;
  color: #505050;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #dadada;
  border-right: 0;
  text-align: left;
}
.table_type07 tr td input {
  background: #ffffff;
  border: 1px solid #dadada;
  width: 250px;
  height: 49px;
  padding: 0 15px;
  font-size: 16px;
  color: #505050;
  vertical-align: top;
}
.table_type07 tr td input:hover {
  border: 1px solid #606060;
}
.table_type07 tr td input:focus {
  border: 1px solid #2cb693;
}
.table_type07 tr td select {
  border: 1px solid #dadada;
  width: 220px;
  height: 49px;
  font-size: 16px;
  color: #898989;
  padding: 0 15px;
  background: url('/images/select_arrow03.png') no-repeat 95% center #fff;
  vertical-align: top;
}
.table_type07 tr td select:hover {
  border: 1px solid #606060;
  color: #606060;
}
.table_type07 tr td span {
  display: inline-block;
  font-size: 16px;
  color: #505050;
  vertical-align: -12px;
  margin: 0 5px;
}
.table_type07 tr td .j_category {
  width: 100%;
  background-position: 98% center;
}
.table_type07 tr td .email_input {
  width: 220px;
  margin-right: 3px;
}
.table_type07 tr td .phone {
  width: 58px;
}
.table_type07 tr td .phone02 {
  width: 69px;
}
.table_type07 tr:first-child th {
  border-top: 1px solid #898989;
}
.table_type07 tr:first-child td {
  border-top: 1px solid #898989;
}
.table_type07 thead tr th:first-child {
  border-left: 0;
}
.table_type07 thead tr th:last-child {
  border-right: 0;
}
.pagination-sm {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.pagination-sm li {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 10px;
  padding: 0;
  border: none;
}
.pagination-sm li > span {
  color: #dadada;
}
.pagination-sm li a {
  min-height: auto;
  font-family: 'Spoqa Han Sans';
  font-size: 16px;
  color: #898989;
  line-height: 25px;
}
.pagination-sm li a span {
  color: #dadada;
}
.pagination-sm li a:hover {
  color: #373737;
}
.pagination-sm li.active > span {
  color: #2cb693;
  border-bottom: 2px solid #2cb693;
}
.manager_mail {
  margin-top: 100px;
  font-size: 15px;
  color: #2cb693;
  text-align: center;
  line-height: 24px;
}
.manager_mail a {
  display: inline-block;
  font-size: 16px;
  color: #898989;
  border-bottom: 1px solid #898989;
  margin-left: 20px;
  line-height: 24px;
}
.manager_mail a:hover {
  color: #2cb693;
  border-bottom: 1px solid #2cb693;
}
.search_box {
  position: relative;
  width: 181px;
  height: 40px;
  margin: 60px auto 0;
}
.search_box input {
  background: #ffffff;
  border: 1px solid #dadada;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #505050;
  padding: 0 40px 0 12px;
}
.search_box input:hover {
  border: 1px solid #606060;
}
.search_box input:focus {
  border: 1px solid #2cb693;
}
.search_box a {
  position: absolute;
  top: 0;
  right: 5px;
  width: 34px;
  height: 40px;
  background: url('/images/search_icon.png') no-repeat center center;
  background-size: 21px 20px;
  z-index: 1;
}
.btn {
  display: inline-block;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  color: #373737;
  letter-spacing: 0;
  line-height: 14px;
  padding: 16px 35px 17px;
}
.btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
.btn02 {
  display: inline-block;
  border: 1px solid #2cb693;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 14px;
  padding: 16px 35px 17px;
  background: #2cb693;
}
.btn02:hover {
  border: 1px solid #0d564c;
  background: #0d564c;
}
.top_btn {
  display: block;
  background: url('/images/top_btn.png') no-repeat 50% 50% #2cb693;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 1000;
  background-size: 14px 9px;
}
.top_btn:hover {
  background-color: #0d564c;
}
.top_btn.main_tbtn {
  bottom: 120px;
}
.video_pop {
  width: 980px;
  margin: -311px auto 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none;
}
.video_pop a {
  position: absolute;
  top: 24px;
  right: 20px;
  display: inline-block;
  padding: 12px;
  color: #fff;
  z-index: 1;
}
.video_pop a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video_pop a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video_pop .text_box {
  width: 100%;
  border-top: 1px solid #898989;
  padding: 20px 0;
  position: relative;
  background: transparent;
}
.video_pop .text_box p {
  font-size: 23px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.video_pop .img_box {
  width: 100%;
  height: 551px;
}
.video_pop .img_box img {
  max-width: 100%;
}
.pop_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1900;
  display: none;
}
.add_btn {
  display: inline-block;
  font-size: 16px;
  color: #898989;
  line-height: 19px;
  padding: 14px 58px 16px 36px;
  border: 1px solid #dadada;
  background: url("/images/plus_icon.png") no-repeat 76px center #fff;
}
.add_btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
.del_btn {
  display: inline-block;
  font-size: 16px;
  color: #373737;
  line-height: 19px;
  padding: 14px 58px 16px 36px;
  border: 1px solid #dadada;
  background: url("/images/minus_icon.png") no-repeat 76px center #fff;
}
.del_btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
.list_none {
  width: 980px;
  margin: 0 auto 57px;
  border-top: 1px solid #898989;
}
.list_none li {
  padding: 140px 0;
  text-align: center;
  font-size: 18px;
  color: #373737;
  border-bottom: 1px solid #dadada;
}
.list_none li a {
  display: inline-block;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 14px;
  padding: 16px 35px 17px;
  width: initial;
  margin-top: 40px;
}
.list_none li a:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  cursor: pointer;
}
input[type="checkbox"] + label span:hover {
  border: 1px solid #373737;
}
input[type="checkbox"]:checked + label span {
  background: url('/images/check.png') no-repeat center center;
}
html {
  width: 100%;
}
body {
  width: 100%;
}
/*header*/
header {
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #dadada;
  position: fixed;
  z-index: 1000;
}
header .gnb_bg {
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  top: 100px;
  transition: all 0.2s ease;
}
header .gnb_bg.on_bg {
  height: 68px;
}
header .gnb_wrap {
  max-width: 1180px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
header .gnb_wrap .menu_btn {
  display: none;
}
header .gnb_wrap h1 {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 262px;
  height: 66px;
}
header .gnb_wrap h1 a {
  display: block;
}
header .gnb_wrap h1 a img {
  width: 100%;
  height: 100%;
}
header .gnb_wrap .gnb > ul {
  position: absolute;
  top: 35px;
  right: 0;
}
header .gnb_wrap .gnb > ul > li {
  float: left;
  margin-left: 52px;
}
header .gnb_wrap .gnb > ul > li:first-child {
  margin-left: 150px;
}
header .gnb_wrap .gnb > ul > li > a {
  display: inline-block;
  font-size: 17px;
  color: #333333;
  letter-spacing: 0;
  line-height: 25px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
header .gnb_wrap .gnb > ul > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 3px;
  width: 0;
  content: "";
  background-color: #2cb693;
  text-align: center;
  margin: 0 auto;
}
header .gnb_wrap .gnb > ul > li .sub {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
}
header .gnb_wrap .gnb > ul > li .sub li {
  float: left;
  margin-right: 40px;
}
header .gnb_wrap .gnb > ul > li .sub li a {
  display: inline-block;
  font-size: 16px;
  color: #505050;
  line-height: 24px;
  padding: 18px 0 26px;
}
header .gnb_wrap .gnb > ul > li .sub li a:hover {
  color: #2cb693;
}
header .gnb_wrap .gnb > ul > li .sub li:last-child {
  margin: 0;
}
header .gnb_wrap .gnb > ul > li .sub.on_sub {
  display: block;
}
header .gnb_wrap .gnb > ul > li .sub:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
header .gnb_wrap .gnb > ul > li .sub01 {
  left: 150px;
  right: auto;
}
header .gnb_wrap .gnb > ul > li.on_gnb a {
  color: #2cb693;
}
header .gnb_wrap .gnb > ul > li.on_gnb a:before {
  width: 100%;
}
header .gnb_wrap .gnb > ul > li.selected_menu a {
  color: #2cb693;
}
header .gnb_wrap .gnb > ul > li.selected_menu a:before {
  width: 100%;
}
header .gnb_wrap .gnb > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
header .gnb_wrap .lang {
  position: absolute;
  top: 17px;
  right: 10px;
}
header .gnb_wrap .lang a {
  display: inline-block;
  font-size: 13px;
  color: #898989;
  line-height: 19px;
  text-align: center;
  margin-left: 20px;
}
header .gnb_wrap .lang a span {
  font-size: 13px;
  color: #898989;
  line-height: 19px;
  text-align: center;
}
/*sideGNB*/
.side_gnb {
  display: none;
}
/*contents*/
#contents_wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
}
#contents_wrap.main {
  width: 100%;
  background: #eee;
}
#contents_wrap.main .main_top {
  width: 100%;
}
#contents_wrap.main .main_top .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-top: calc(42.66666667%);
  position: relative;
}
#contents_wrap.main .main_top .swiper-wrapper .swiper-slide p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -115px auto 0;
  font-family: 'Spoqa Han Sans';
  font-size: 64px;
  color: #ffffff;
  text-align: center;
  line-height: 88px;
  font-weight: 700;
}
#contents_wrap.main .main_top .swiper-wrapper .swiper-slide p br {
  display: none;
}
#contents_wrap.main .main_top .swiper-pagination {
  bottom: 180px;
}
#contents_wrap.main .main_top .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #ffffff;
  width: 80px;
  height: 3px;
  border-radius: 0;
}
#contents_wrap.main .main_top .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#contents_wrap.main .main_top.swiper-container {
  width: 100%;
}
#contents_wrap.main .global_noroo {
  width: 100%;
  height: 400px;
}
#contents_wrap.main .global_noroo > ul {
  max-width: 1180px;
  height: 400px;
  margin: -142px auto 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
#contents_wrap.main .global_noroo > ul > li {
  float: left;
  width: 500px;
  padding: 30px 40px 20px;
}
#contents_wrap.main .global_noroo > ul > li div {
  width: 100%;
}
#contents_wrap.main .global_noroo > ul > li div div {
  float: left;
  width: 300px;
}
#contents_wrap.main .global_noroo > ul > li div div.tit {
  width: 120px;
  font-size: 17px;
  color: #2cb693;
  font-weight: 700;
}
#contents_wrap.main .global_noroo > ul > li div.news {
  min-height: 254px;
}
#contents_wrap.main .global_noroo > ul > li div.news .news_list li {
  padding: 20px 20px 20px 0;
  border-top: 1px solid #f0f0f0;
}
#contents_wrap.main .global_noroo > ul > li div.news .news_list li a {
  display: block;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#contents_wrap.main .global_noroo > ul > li div.news .news_list li a:hover {
  text-decoration: underline;
}
#contents_wrap.main .global_noroo > ul > li div.news .news_list li span {
  font-size: 14px;
  color: #999999;
}
#contents_wrap.main .global_noroo > ul > li div.news .news_list li:first-child {
  padding: 0 20px 20px 0;
  border: 0;
}
#contents_wrap.main .global_noroo > ul > li div.stock div {
  line-height: 37px;
}
#contents_wrap.main .global_noroo > ul > li div.stock div span {
  display: inline-block;
}
#contents_wrap.main .global_noroo > ul > li div.stock div .present {
  font-size: 32px;
  color: #292929;
  line-height: 37px;
  margin-right: 15px;
}
#contents_wrap.main .global_noroo > ul > li div.stock div .netChange {
  font-size: 16px;
  color: #444444;
  margin-right: 5px;
  padding-left: 17px;
}
#contents_wrap.main .global_noroo > ul > li div.stock div .netChange.up {
  background: url('/images/up_icon02.png') no-repeat left center;
  background-size: 12px 10px;
}
#contents_wrap.main .global_noroo > ul > li div.stock div .netChange.down {
  background: url('/images/down_icon02.png') no-repeat left center;
  background-size: 12px 10px;
}
#contents_wrap.main .global_noroo > ul > li div.stock div .fluctuation {
  font-size: 16px;
  color: #999999;
}
#contents_wrap.main .global_noroo > ul > li div:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.main .global_noroo > ul > li.map {
  width: 680px;
  height: 100%;
  background: url('/images/pictogram.png') no-repeat 68px 91px #fff;
  border-right: 1px solid #dadada;
  position: relative;
}
#contents_wrap.main .global_noroo > ul > li.map > img {
  display: none;
}
#contents_wrap.main .global_noroo > ul > li.map .tit {
  font-size: 17px;
  color: #2cb693;
  font-weight: 700;
}
#contents_wrap.main .global_noroo > ul > li.map .text {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  color: #373737;
  line-height: 25px;
  text-align: center;
}
#contents_wrap.main .global_noroo > ul > li.map .text span {
  color: #2cb693;
}
#contents_wrap.main .global_noroo > ul > li.map .point_list {
  position: absolute;
  width: 240px;
  max-height: 119px;
  overflow: hidden;
  padding: 10px 0 15px 15px;
  background: rgba(44, 182, 147, 0.9);
  z-index: 10;
}
#contents_wrap.main .global_noroo > ul > li.map .point_list .btn_box {
  position: absolute;
  top: 8px;
  right: 15px;
  display: inline-block;
  width: auto;
}
#contents_wrap.main .global_noroo > ul > li.map .point_list .btn_box a {
  display: inline-block;
  margin-left: 3px;
}
#contents_wrap.main .global_noroo > ul > li.map .point_list p {
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
}
#contents_wrap.main .global_noroo > ul > li.map .point_list p.country {
  font-size: 16px;
}
#contents_wrap.main .global_noroo > ul > li.map .point_list span {
  background: #fff;
  width: 19px;
  height: 2px;
  opacity: 0.5;
  display: block;
  margin: 10px 0;
}
#contents_wrap.main .global_noroo > ul > li.map .point {
  display: block;
  background: none;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  transition: all 0.2s ease;
  z-index: 2;
}
#contents_wrap.main .global_noroo > ul > li.map .point span {
  display: block;
  background: #898989;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto 0;
}
#contents_wrap.main .global_noroo > ul > li.map .point .line {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 1px;
  height: 0;
  background: #2cb693;
  z-index: -1;
  transition: all 0.3s ease;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active {
  width: 80px;
  height: 80px;
  background: rgba(150, 218, 201, 0.2);
  margin-top: -36px;
  margin-left: -36px;
  z-index: 1;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active span {
  background: #2cb693;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point01 .line {
  height: 32px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point02 .line {
  height: 50px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point03 .line {
  height: 73px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point04 .line {
  height: 32px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point05 .line {
  height: 77px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point06 .line {
  height: 57px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point07 .line {
  height: 66px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point08 .line {
  height: 102px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point09 .line {
  height: 73px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point10 .line {
  height: 112px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point11 .line {
  height: 57px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point12 .line {
  height: 17px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point13 .line {
  height: 34px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point14 .line {
  height: 80px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.active.point15 .line {
  height: 126px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point01 {
  top: 175px;
  left: 112px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point02 {
  top: 192px;
  left: 142px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point03 {
  top: 217px;
  left: 168px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point04 {
  top: 175px;
  left: 186px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point05 {
  top: 219px;
  left: 202px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point06 {
  top: 200px;
  left: 242px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point07 {
  top: 228px;
  left: 236px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point08 {
  top: 245px;
  left: 237px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point09 {
  top: 235px;
  left: 250px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point10 {
  top: 253px;
  left: 244px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point11 {
  top: 200px;
  left: 277px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point12 {
  top: 196px;
  left: 297px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point13 {
  top: 195px;
  left: 483px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point14 {
  top: 222px;
  left: 494px;
}
#contents_wrap.main .global_noroo > ul > li.map .point.point15 {
  top: 270px;
  left: 569px;
}
#contents_wrap.main .global_noroo > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.main .main_businesses {
  margin: 160px 0;
}
#contents_wrap.main .main_businesses h3 {
  font-size: 32px;
}
#contents_wrap.main .main_businesses .swiper-slide a {
  border: 0;
  border-top: 1px solid #dadada;
}
#contents_wrap.main .main_businesses .swiper-slide a .tit_text p {
  font-size: 22px;
  font-weight: 700;
}
#contents_wrap.main .main_businesses .swiper-slide a .active p {
  font-size: 17px;
}
#contents_wrap.main .main_businesses .swiper-slide a:hover {
  border: 0;
  border-top: 1px solid #dadada;
}
#contents_wrap.main .main_businesses .swiper-slide a:hover .tit_text p {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
#contents_wrap.main .main_businesses .swiper-slide a:hover .active {
  opacity: 1;
}
#contents_wrap.main .main_businesses .swiper-slide a:hover .active p {
  position: absolute;
  top: 100px;
  left: 20px;
  right: 20px;
  font-size: 17px;
  color: #ffffff;
  line-height: 27px;
}
#contents_wrap.main .main_businesses .swiper-slide a:hover .active .tit {
  display: none;
}
#contents_wrap.main .main_businesses .swiper-slide a:hover .active img {
  position: absolute;
  bottom: 32px;
}
#contents_wrap.main .main_colorful {
  background: #fff;
  padding: 120px 0 160px;
  text-align: center;
}
#contents_wrap.main .main_colorful h3 {
  font-size: 32px;
  margin: 0 0 50px;
}
#contents_wrap.main .main_colorful .list_box {
  max-width: 1180px;
  margin: 0 auto 50px;
  text-align: left;
}
#contents_wrap.main .main_colorful .list_box li {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
}
#contents_wrap.main .main_colorful .list_box li a {
  display: block;
  border: 1px solid #fff;
  border-bottom: 1px solid #dadada;
}
#contents_wrap.main .main_colorful .list_box li a .img_box {
  width: 100%;
  min-width: 100%;
  height: 157px;
  overflow: hidden;
}
#contents_wrap.main .main_colorful .list_box li a .img_box .inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.2s;
}
#contents_wrap.main .main_colorful .list_box li a .tit_box {
  padding: 12px 15px 37px;
}
#contents_wrap.main .main_colorful .list_box li a .tit_box h5 {
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#contents_wrap.main .main_colorful .list_box li a .tit_box .date {
  font-size: 15px;
  color: #898989;
  margin-top: 19px;
}
#contents_wrap.main .main_colorful .list_box li a:hover {
  border: 1px solid #2cb693;
}
#contents_wrap.main .main_colorful .list_box li a:hover .img_box .inner {
  transform: scale(1.1);
}
#contents_wrap.main .main_colorful .list_box li a:hover .tit_box h5 {
  color: #2cb693;
}
#contents_wrap.main .main_colorful .list_box li a:hover .tit_box .date {
  color: #2cb693;
}
#contents_wrap.main .main_colorful .list_box li:nth-child(4n) {
  margin: 0 0 49px 0;
}
#contents_wrap.main .main_colorful .list_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.main .main_colorful .all_btn {
  border: 1px solid #b2b2b2;
  font-size: 16px;
  color: #373737;
  line-height: 18px;
  padding: 15px 60px 16px 35px;
  background: url('/images/arrow_img02.png') no-repeat 82% center #fff;
  background-size: 18px 12px;
}
#contents_wrap.main .main_colorful .all_btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
#contents_wrap.main .main_recruit {
  width: 100%;
  height: 90px;
  background: #2cb693;
  padding: 32px 0;
}
#contents_wrap.main .main_recruit div {
  max-width: 1180px;
  margin: 0 auto;
}
#contents_wrap.main .main_recruit div p {
  display: inline-block;
  width: 200px;
  font-size: 17px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 700;
}
#contents_wrap.main .main_recruit div span {
  display: inline-block;
  width: 840px;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
#contents_wrap.main .main_recruit div a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
#contents_wrap.main .main_recruit div a:hover {
  text-decoration: underline;
}
#contents_wrap.main .main_recruit div a img {
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -1px;
}
#contents_wrap.main .main_recruit div a.notice {
  width: 840px;
}
#contents_wrap.businesses {
  width: 100%;
  position: relative;
}
#contents_wrap.businesses > section {
  width: 100%;
}
#contents_wrap.businesses > section .businesses_listbox {
  width: 100%;
  padding: 100px 0 200px;
  background: #f0f0f0;
}
#contents_wrap.businesses > section .businesses_listbox .slider {
  margin: 60px auto 0;
}
#contents_wrap.businesses > section.chemicals_wrap .visual_banner .visual_box {
  background-image: url('/images/chemicals_img01.jpg');
}
#contents_wrap.businesses > section.agriculture_wrap .visual_banner .visual_box {
  background-image: url('/images/agriculture_img01.jpg');
}
#contents_wrap.businesses > section.distribution_wrap .visual_banner .visual_box {
  background-image: url('/images/distribution_img01.jpg');
}
#contents_wrap.businesses > section.consulting_wrap .visual_banner .visual_box {
  background-image: url('/images/consulting_img01.jpg');
}
#contents_wrap.businesses > section.consulting_wrap .affiliate_list {
  margin: 0 auto 40px;
}
#contents_wrap.company .overview_wrap > section {
  text-align: center;
}
#contents_wrap.company .overview_wrap > section .download_box {
  display: inline-block;
  margin: 40px 0 200px;
}
#contents_wrap.company .overview_wrap > section .download_box li {
  float: left;
  width: 416px;
  padding: 0 108px;
}
#contents_wrap.company .overview_wrap > section .download_box li > div {
  width: 200px;
  height: 260px;
  background: #f7f6f5;
  border: 1px solid #dadada;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-top: 112px;
  position: relative;
}
#contents_wrap.company .overview_wrap > section .download_box li > div img {
  width: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#contents_wrap.company .overview_wrap > section .download_box li > div p {
  font-size: 21px;
  font-weight: 700;
  color: #373737;
  text-align: center;
  line-height: 36px;
}
#contents_wrap.company .overview_wrap > section .download_box li .down_btn {
  color: #373737;
}
#contents_wrap.company .overview_wrap > section .download_box li .down_btn:hover {
  color: #2cb693;
}
#contents_wrap.company .overview_wrap > section .download_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .overview_wrap .visual_banner .visual_box {
  line-height: 66px;
  background-image: url('/images/overview_img01.jpg');
}
#contents_wrap.company .overview_wrap .visual_banner .text_box p {
  width: 781px;
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 29px;
  text-align: left;
  margin: 15px auto;
}
#contents_wrap.company .overview_wrap .operation_direction {
  text-align: left;
}
#contents_wrap.company .overview_wrap .operation_direction ul {
  width: 910px;
  margin: 0 auto;
  text-align: center;
}
#contents_wrap.company .overview_wrap .operation_direction ul li {
  display: inline-block;
  width: 248px;
  text-align: center;
  margin: 0 26px 50px;
  vertical-align: top;
}
#contents_wrap.company .overview_wrap .operation_direction ul li p {
  font-size: 18px;
  color: #373737;
  text-align: center;
  line-height: 27px;
  margin-top: 19px;
}
#contents_wrap.company .overview_wrap .operation_direction ul li img {
  width: 248px;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 {
  max-width: 1180px;
  padding: 10px 0 40px;
  text-align: left;
  margin: 0 auto;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 h3 br {
  display: none;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul {
  width: 100%;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li {
  float: left;
  width: 49%;
  margin: 0 2%  50px 0;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a {
  display: block;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .thum {
  width: 100%;
  height: 285px;
  padding-top: 80px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .thum span {
  display: block;
  margin: 15px auto 8px;
  width: 19px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .thum p {
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .thum img {
  width: 75px;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .list_text {
  width: 100%;
  min-height: 140px;
  background: #fff;
  padding: 15px 0 0;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .list_text li {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  padding-left: 10px;
  background: url('/images/bullet01.png') no-repeat left center;
  margin: 0;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li a .list_text:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul li:nth-child(even) {
  margin: 0 0  50px 0;
}
#contents_wrap.company .overview_wrap .businesses_listbox02 ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .norooway_wrap .norooway01 {
  text-align: center;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul {
  margin: 127px auto 147px;
  max-width: 1200px;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul li {
  float: left;
  width: 25%;
  height: 328px;
  border-right: 1px solid #dadada;
  text-align: center;
  padding: 20px;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul li img {
  display: inline-block;
  width: 105px;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul li p {
  font-size: 18px;
  color: #373737;
  text-align: center;
  line-height: 30px;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul li p.tit {
  font-size: 23px;
  line-height: 29px;
  margin: 46px 0 20px;
  font-weight: 700;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul li:last-child {
  border: 0;
}
#contents_wrap.company .norooway_wrap .norooway01 > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  padding: 100px 0 150px;
  border-bottom: 1px solid #dadada;
  margin: 0 auto;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box h3 {
  margin: 0 auto 40px;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box .point_text {
  font-size: 42px;
  color: #2cb693;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box ul {
  max-width: 990px;
  margin: 60px auto 0;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box ul li {
  float: left;
  width: 69%;
  text-align: left;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box ul li p {
  font-size: 16px;
  color: #606060;
  letter-spacing: 0;
  line-height: 29px;
  text-align: left;
  margin-bottom: 16px;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box ul li p:last-child {
  margin: 0;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box ul li.tit {
  width: 31%;
  font-size: 30px;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0;
  line-height: 46px;
}
#contents_wrap.company .norooway_wrap .norooway01 .significance_box ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .visual_box {
  width: 100%;
  height: 0;
  padding-top: calc(28%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap {
  max-width: 1180px;
  margin: -70px auto 0;
  padding: 104px 0 150px;
  position: relative;
  z-index: 1;
  background: #fff;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap h3 {
  margin: 0 auto 60px;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .point_text {
  font-size: 42px;
  color: #2cb693;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap p {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  text-align: left;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .text_list {
  max-width: 1180px;
  margin-top: 65px;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .text_list li {
  float: left;
  width: 33.33%;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .text_list li p {
  font-size: 16px;
  color: #505050;
  text-align: center;
  line-height: 29px;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .text_list li p.tit {
  font-size: 23px;
  color: #373737;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 20px;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .text_list li:last-child {
  margin-right: 0;
}
#contents_wrap.company .norooway_wrap .norooway02 > div .cont_wrap .text_list:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .bus_wrap .cont_wrap p {
  width: 780px;
  margin: 60px auto 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap .point_text br {
  display: none;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap > ul {
  max-width: 1000px;
  margin: 45px auto;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap > ul li {
  float: left;
  width: 50%;
  padding: 15px 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap > ul li span {
  display: inline-block;
  background: #f7f7f7;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  font-size: 23px;
  font-weight: 700;
  color: #373737;
  text-align: center;
  line-height: 160px;
  vertical-align: middle;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap > ul li p {
  display: inline-block;
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  text-align: left;
  vertical-align: middle;
  margin-left: 28px;
  width: 300px;
  padding: 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .man_wrap .cont_wrap p {
  text-align: center;
  padding: 0 20%;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap {
  text-align: center;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap > ul li {
  float: left;
  padding: 0 15px;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap .img_list {
  display: inline-block;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap .img_list li {
  text-align: center;
  padding: 0 22px;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap .img_list li p {
  font-size: 18px;
  color: #373737;
  text-align: center;
  line-height: 27px;
  margin: 0 0 6px;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap .img_list li span {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 9px solid #2cb693;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap .img_list li img {
  width: 168px;
}
#contents_wrap.company .norooway_wrap .norooway02 .work_wrap .cont_wrap > div {
  width: 864px;
  background: #f7f7f7;
  padding: 24px 0 29px;
  font-size: 18px;
  color: #2cb693;
  margin: 20px auto 0;
}
#contents_wrap.company .norooway_wrap .norooway02 .shared_wrap .cont_wrap {
  text-align: center;
}
#contents_wrap.company .norooway_wrap .norooway02 .shared_wrap .cont_wrap .text_list {
  margin-top: 45px;
}
#contents_wrap.company .history_wrap .history_list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 200px;
}
#contents_wrap.company .history_wrap .history_list .history_nav {
  position: fixed;
  bottom: 20px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#contents_wrap.company .history_wrap .history_list .history_nav li {
  margin-bottom: 5px;
}
#contents_wrap.company .history_wrap .history_list .history_nav li a {
  font-size: 16px;
  color: #373737;
  line-height: 32px;
}
#contents_wrap.company .history_wrap .history_list .history_nav li a:hover {
  color: #2cb693;
}
#contents_wrap.company .history_wrap .history_list .history_nav li.on_nav a {
  color: #2cb693;
  border-bottom: 1px solid #2cb693;
}
#contents_wrap.company .history_wrap .history_list .history_nav.fixed_history {
  opacity: 1;
}
#contents_wrap.company .history_wrap .history_list > div {
  float: left;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box {
  width: 400px;
  min-height: 500px;
  position: relative;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box .period {
  position: absolute;
  top: 80px;
  left: 0;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box .period p {
  font-size: 42px;
  color: #373737;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 14px;
  opacity: 0;
  transition: all 0.5s ease;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box .period span {
  font-size: 23px;
  color: #373737;
  line-height: 34px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.5s ease;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box .period.on_period p {
  opacity: 1;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box .period.on_period span {
  opacity: 1;
}
#contents_wrap.company .history_wrap .history_list > div.tit_box .period.fixed_period {
  position: fixed;
  top: 140px;
  width: 400px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont {
  width: 780px;
  border-left: 1px solid #dddddd;
  position: relative;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont .line {
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  width: 2px;
  height: 0;
  background: #2cb693;
  margin-left: -1px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont .tit_btn {
  display: none;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont .arrow_btn {
  display: none;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul {
  margin-top: 80px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li {
  float: left;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li.year {
  width: 199px;
  font-size: 34px;
  color: #373737;
  text-align: center;
  font-weight: 700;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li.list {
  width: 580px;
  padding-top: 16px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li.list p {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  font-weight: 400;
  padding-left: 80px;
  margin-bottom: 15px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li.list p strong {
  display: inline-block;
  width: 80px;
  font-weight: 700;
  margin-left: -80px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li.list img {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul li.list span {
  display: block;
  font-size: 14px;
  color: #898989;
  line-height: 29px;
  margin-top: 5px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul.group_start {
  margin-top: 157px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul.group_top {
  margin-top: 80px;
}
#contents_wrap.company .history_wrap .history_list > div.year_cont ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .history_wrap .history_list:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .ci_wrap .about_ci {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 200px;
}
#contents_wrap.company .ci_wrap .about_ci > div {
  margin-top: 40px;
  text-align: center;
}
#contents_wrap.company .ci_wrap .about_ci > div p {
  display: inline-block;
  font-size: 16px;
  color: #505050;
  text-align: left;
}
#contents_wrap.company .ci_wrap .about_ci > div p span {
  display: inline-block;
  background: #777779;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 20px;
}
#contents_wrap.company .ci_wrap .about_ci > div p.red {
  margin-left: 50px;
}
#contents_wrap.company .ci_wrap .about_ci > div p.red span {
  background: #e2231a;
}
#contents_wrap.company .ci_wrap .about_ci > ul {
  max-width: 1145px;
  margin: 150px auto;
}
#contents_wrap.company .ci_wrap .about_ci > ul li {
  float: left;
  width: 47%;
  border-top: 2px solid #dadada;
  margin-right: 6%;
  padding-top: 19px;
  text-align: center;
}
#contents_wrap.company .ci_wrap .about_ci > ul li h4 {
  text-align: left;
  margin-bottom: 83px;
}
#contents_wrap.company .ci_wrap .about_ci > ul li img.t_img {
  display: none;
}
#contents_wrap.company .ci_wrap .about_ci > ul li:last-child {
  margin-right: 0;
}
#contents_wrap.company .ci_wrap .about_ci > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.company .ci_wrap .about_ci .down_btn {
  background-position: 85% center;
  color: #373737;
}
#contents_wrap.company .ci_wrap .about_ci .down_btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
#contents_wrap.company .contact_wrap {
  padding-bottom: 200px;
}
#contents_wrap.company .contact_wrap .map_list {
  max-width: 1180px;
  margin: 0 auto;
}
#contents_wrap.company .contact_wrap .map_list ul {
  margin: 100px auto 0;
}
#contents_wrap.company .contact_wrap .map_list ul li {
  float: left;
  width: 34%;
  height: 438px;
  padding-right: 49px;
}
#contents_wrap.company .contact_wrap .map_list ul li h3 {
  text-align: left;
  margin: 0 0 60px;
}
#contents_wrap.company .contact_wrap .map_list ul li h4 {
  text-align: left;
  margin: 0 0 20px;
}
#contents_wrap.company .contact_wrap .map_list ul li p {
  font-size: 14px;
  color: #505050;
  line-height: 22px;
  margin: 8px 0 0;
  padding-left: 100px;
}
#contents_wrap.company .contact_wrap .map_list ul li p strong {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #505050;
  margin-left: -100px;
}
#contents_wrap.company .contact_wrap .map_list ul li p a {
  font-size: 14px;
  color: #505050;
  line-height: 22px;
}
#contents_wrap.company .contact_wrap .map_list ul li.map {
  width: 66%;
}
#contents_wrap.company .contact_wrap .map_list ul li.map img {
  width: 100%;
}
#contents_wrap.company .contact_wrap .map_list ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.shareholders .report_wrap .list_box {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 200px;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li {
  padding: 30px 200px;
  position: relative;
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: -1px;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li div {
  font-size: 16px;
  color: #505050;
  line-height: 20px;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li > span {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 16px;
  color: #505050;
  line-height: 20px;
  margin-top: -10px;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  width: 131px;
  height: 47px;
  font-size: 16px;
  color: #373737;
  line-height: 45px;
  text-align: center;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -24px;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li a span {
  position: relative;
  font-size: 16px;
  color: #373737;
  line-height: 45px;
  transition: all 0.2s;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li:first-child {
  border-top: 1px solid #898989;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li:hover {
  border: 1px solid #2cb693;
  position: relative;
  z-index: 1;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li:hover span {
  color: #2cb693;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li:hover div {
  color: #2cb693;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li:hover a {
  background: #2cb693;
  border: 1px solid #2cb693;
  color: #fff;
}
#contents_wrap.shareholders .report_wrap .list_box .report_list li:hover a span {
  color: #fff;
}
#contents_wrap.shareholders .report_wrap .list_box select {
  border: 1px solid #dadada;
  width: 178px;
  height: 38px;
  font-size: 16px;
  color: #505050;
  padding: 0 15px;
  background: url('/images/select_arrow02.png') no-repeat 90% center #fff;
  margin-bottom: 20px;
}
#contents_wrap.shareholders .report_wrap .list_box select option {
  font-size: 16px;
  color: #505050;
  line-height: 30px;
}
#contents_wrap.shareholders .report_wrap .list_box p {
  font-size: 14px;
  color: #898989;
  text-align: right;
  line-height: 29px;
  margin: 20px 0 50px;
  padding-right: 15px;
}
#contents_wrap.shareholders .report_wrap .list_box p a {
  font-size: 14px;
  color: #898989;
  border-bottom: 1px solid #898989;
}
#contents_wrap.shareholders .report_wrap .list_box p a:hover {
  color: #2cb693;
  border-bottom: 1px solid #2cb693;
}
#contents_wrap.shareholders .disclosure_wrap .list_box {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 200px;
  text-align: center;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
  text-align: left;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li {
  padding: 24px 190px 24px 140px;
  position: relative;
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: -1px;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li div a {
  display: block;
  font-size: 16px;
  color: #505050;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li span {
  position: absolute;
  top: 24px;
  font-size: 16px;
  color: #505050;
  line-height: 19px;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li span.num {
  left: 30px;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li span.date {
  right: 30px;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li:hover {
  border: 1px solid #2cb693;
  position: relative;
  z-index: 1;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li:hover span {
  color: #2cb693;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_list li:hover div a {
  color: #2cb693;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_head {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 24px 190px 24px 140px;
  border-top: 1px solid #898989;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_head p {
  font-size: 16px;
  color: #373737;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_head p.tit01 {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 30px;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .disc_head p.tit03 {
  display: inline-block;
  width: 146px;
  position: absolute;
  top: 24px;
  right: 0;
}
#contents_wrap.shareholders .disclosure_wrap .list_box .list_add {
  padding: 16px 58px 17px 35px;
  background: url('/images/newwindowopen.png') no-repeat 83% center #fff;
  background-size: 14px 14px;
  margin: 0 auto;
}
#contents_wrap.shareholders .stock_wrap {
  padding-bottom: 200px;
}
#contents_wrap.shareholders .stock_wrap > section {
  max-width: 980px;
  margin: 0 auto;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .tit_text {
  font-size: 23px;
  color: #373737;
  font-weight: 700;
  margin-bottom: 10px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .tit_text span {
  font-size: 23px;
  color: #898989;
  padding-left: 6px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info {
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info .present {
  display: inline-block;
  margin-right: 40px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info .present span {
  display: inline-block;
  font-size: 48px;
  padding-right: 30px;
  line-height: 48px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info .present span.up {
  color: #dd2727;
  background: url("/images/up_icon01.png") no-repeat right bottom;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info .present span.down {
  color: #0059D1;
  background: url("/images/down_icon01.png") no-repeat right bottom;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info .present img {
  display: inline-block;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl {
  display: inline-block;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl br {
  display: none;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dt {
  font-size: 16px;
  color: #505050;
  display: inline-block;
  padding: 0 20px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dt.fluctuation_tit {
  border-left: 1px solid #dadada;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px 0 0;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd img {
  display: inline-block;
  margin-left: 6px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd.netChange {
  padding-right: 20px;
  margin-right: 20px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd.netChange.up {
  background: url("/images/up_icon01.png") no-repeat right 10px;
  background-size: 12px 10px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd.netChange.down {
  background: url("/images/down_icon01.png") no-repeat right 10px;
  background-size: 12px 10px;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd.up {
  color: #dd2727;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info dl dd.down {
  color: #0059D1;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .stock_info > span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 14px;
  color: #898989;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .graph {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .graph img {
  width: 100%;
}
#contents_wrap.shareholders .stock_wrap > section.stock_box .graph p {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 14px;
  color: #898989;
  text-align: right;
}
#contents_wrap.shareholders .stock_wrap > section.consolidated_box {
  margin-top: 150px;
}
#contents_wrap.shareholders .stock_wrap > section.consolidated_box h3 {
  margin-bottom: 24px;
}
#contents_wrap.shareholders .stock_wrap > section.consolidated_box p {
  font-size: 14px;
  color: #898989;
  text-align: right;
  margin-bottom: 20px;
}
#contents_wrap.media .list_view {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#contents_wrap.media .list_view .view_tit {
  width: 100%;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
}
#contents_wrap.media .list_view .view_tit p {
  display: inline-block;
  float: left;
  text-align: left;
}
#contents_wrap.media .list_view .view_tit p.tit {
  width: 836px;
  font-size: 20px;
  color: #373737;
  font-weight: 700;
  line-height: 24px;
  padding: 0 30px;
}
#contents_wrap.media .list_view .view_tit p.date {
  width: 144px;
  font-size: 16px;
  color: #505050;
  line-height: 24px;
  text-align: right;
  padding: 0 30px;
}
#contents_wrap.media .list_view .view_tit:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .list_view .view_content {
  width: 100%;
  padding: 50px 150px 100px;
}
#contents_wrap.media .list_view .view_content img {
  max-width: 100%;
}
#contents_wrap.media .list_view .view_content p {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  text-align: left;
}
#contents_wrap.media .view_preview {
  width: 100%;
  border-top: 1px solid #898989;
  margin-bottom: 50px;
}
#contents_wrap.media .view_preview li {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
#contents_wrap.media .view_preview li p {
  float: left;
  font-size: 16px;
  color: #373737;
  text-align: left;
  width: 200px;
  padding: 24px 30px 21px;
  line-height: 24px;
  font-weight: 700;
}
#contents_wrap.media .view_preview li p.tit {
  width: 634px;
  padding: 24px 0 21px;
  color: #505050;
  font-weight: 400;
}
#contents_wrap.media .view_preview li p.tit a {
  display: block;
  color: #505050;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#contents_wrap.media .view_preview li p.tit a:hover {
  text-decoration: underline;
}
#contents_wrap.media .view_preview li p.date {
  float: right;
  width: 146px;
  font-weight: 400;
}
#contents_wrap.media .view_preview li:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .news_wrap section {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 200px;
  position: relative;
}
#contents_wrap.media .news_wrap section .news_list {
  width: 980px;
  margin: 0 auto 57px;
}
#contents_wrap.media .news_wrap section .news_list li {
  width: 100%;
  margin-top: -1px;
}
#contents_wrap.media .news_wrap section .news_list li a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 25px 30px;
}
#contents_wrap.media .news_wrap section .news_list li a div {
  float: left;
}
#contents_wrap.media .news_wrap section .news_list li a div.img_box {
  width: 260px;
  height: 146px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #dadada;
}
#contents_wrap.media .news_wrap section .news_list li a div.text_box {
  width: 658px;
  height: 146px;
  padding-left: 30px;
  position: relative;
}
#contents_wrap.media .news_wrap section .news_list li a div.text_box p {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
}
#contents_wrap.media .news_wrap section .news_list li a div.text_box p.con {
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#contents_wrap.media .news_wrap section .news_list li a div.text_box p.tit {
  font-size: 18px;
  color: #373737;
  line-height: 30px;
  margin-bottom: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#contents_wrap.media .news_wrap section .news_list li a div.text_box p.date {
  position: absolute;
  left: 30px;
  bottom: 0;
  font-size: 14px;
  color: #505050;
}
#contents_wrap.media .news_wrap section .news_list li a:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .news_wrap section .news_list li:first-child a {
  border-top: 1px solid #898989;
}
#contents_wrap.media .news_wrap section .news_list li:hover {
  position: relative;
  z-index: 1;
}
#contents_wrap.media .news_wrap section .news_list li:hover a {
  border: 1px solid #2cb693;
}
#contents_wrap.media .news_wrap section .news_list li:hover a .text_box p {
  color: #2cb693;
}
#contents_wrap.media .news_wrap section .news_list li:hover a .text_box p.tit {
  color: #2cb693;
}
#contents_wrap.media .news_wrap section .news_list li:hover a .text_box p.date {
  color: #2cb693;
}
#contents_wrap.media .news_wrap section .news_list.list_none li {
  padding: 140px 0;
  text-align: center;
  font-size: 18px;
  color: #373737;
  border-bottom: 1px solid #dadada;
}
#contents_wrap.media .news_wrap section .news_list.list_none li a {
  display: inline-block;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 14px;
  padding: 16px 35px 17px;
  width: initial;
  margin-top: 40px;
}
#contents_wrap.media .news_wrap section .news_list.list_none li a:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
#contents_wrap.media .colorful_wrap .colorful_list {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 200px;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list {
  width: 100%;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #dadada;
  margin-bottom: 50px;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a {
  display: block;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div {
  float: left;
  height: 437px;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div.img_box {
  width: 778px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div.tit_box {
  width: 400px;
  padding: 30px;
  position: relative;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div.tit_box p {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div.tit_box p.con {
  height: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div.tit_box p.tit {
  font-size: 30px;
  color: #373737;
  line-height: 47px;
  margin-bottom: 30px;
  height: 94px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a div.tit_box p.date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  color: #b2b2b2;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a:hover .con {
  text-decoration: underline;
}
#contents_wrap.media .colorful_wrap .colorful_list .top_list li a:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box {
  width: 100%;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li {
  float: left;
  width: 23.5%;
  margin: 0 2% 49px 0;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a {
  display: block;
  border: 1px solid #fff;
  border-bottom: 1px solid #dadada;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a .img_box {
  width: 100%;
  min-width: 100%;
  height: 157px;
  border: 1px solid #dadada;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a .tit_box {
  padding: 12px 15px 37px;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a .tit_box h5 {
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a .tit_box .date {
  font-size: 15px;
  color: #898989;
  margin-top: 19px;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a:hover {
  border: 1px solid #2cb693;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a:hover .tit_box h5 {
  color: #2cb693;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li a:hover .tit_box .date {
  color: #2cb693;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box li:nth-child(4n) {
  margin: 0 0 49px 0;
}
#contents_wrap.media .colorful_wrap .colorful_list .list_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .PR_wrap > section {
  padding: 100px 0 200px;
}
#contents_wrap.media .PR_wrap > section .play_box {
  width: 980px;
  margin: 0 auto;
}
#contents_wrap.media .PR_wrap > section .play_box .img_box {
  width: 100%;
  height: 551px;
}
#contents_wrap.media .PR_wrap > section .play_box p {
  font-size: 30px;
  color: #373737;
  text-align: center;
  line-height: 47px;
  margin-top: 30px;
}
#contents_wrap.media .PR_wrap > section hr {
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #dadada;
  margin: 100px 0;
}
#contents_wrap.media .PR_wrap > section .video_wrap {
  max-width: 1180px;
  margin: 0 auto;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list {
  width: 100%;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li {
  float: left;
  width: 23.5%;
  margin: 0 2% 50px 0;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a {
  display: block;
  border: 1px solid #fff;
  border-bottom: 1px solid #dadada;
  position: relative;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a .video_box {
  width: 100%;
  height: 158px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a .video_box .play_btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a .video_box iframe {
  display: none;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a .tit_box {
  width: 100%;
  height: 104px;
  padding: 15px;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a .play_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(44, 182, 147, 0.9);
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a:hover {
  border: 1px solid #2cb693;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li > a:hover h5 {
  color: #2cb693;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li:nth-child(4n) {
  margin: 0 0 50px 0;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li.play_on > a {
  border: 1px solid #2cb693;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li.play_on > a .tit_box h5 {
  position: relative;
  z-index: 2;
  color: #fff;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li.play_on > a .video_box .play_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  z-index: 2;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li.play_on > a .play_bg {
  display: block;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list li.play_on > a:hover h5 {
  color: #fff;
}
#contents_wrap.media .PR_wrap > section .video_wrap .video_list:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .newsletter_wrap section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 0;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter {
  width: 100%;
  position: relative;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .top_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .img_box {
  width: 100%;
  height: 436px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box p {
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box p.tit {
  font-size: 48px;
  margin: 10px 0 24px;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box .down_btn {
  background-color: #fff;
  color: #373737;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box .down_btn span {
  color: #373737;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box .down_btn:hover {
  border: 1px solid #2cb693;
  color: #2cb693;
}
#contents_wrap.media .newsletter_wrap section .top_newsletter .text_box .down_btn:hover span {
  color: #2cb693;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap {
  width: 100%;
  padding: 0 0 200px;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li {
  float: left;
  width: 23.5%;
  margin: 50px 2% 0 0;
  position: relative;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a {
  display: block;
  border: 1px solid #fff;
  border-bottom: 1px solid #dadada;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a .img_box {
  width: 100%;
  height: 0;
  padding-top: calc(122.14285714%);
  border: 1px solid #dadada;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a .tit_box {
  width: 100%;
  height: 117px;
  padding: 15px;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a .tit_box h5 {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a .tit_box p {
  font-size: 14px;
  color: #b2b2b2;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a .down_btn02 {
  display: none;
  position: absolute;
  top: 148px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a:hover {
  border: 1px solid #2cb693;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a:hover .tit_box h5 {
  color: #2cb693;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a:hover .tit_box p {
  color: #2cb693;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li > a:hover .down_btn02 {
  display: block;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box li:nth-child(4n) {
  margin: 50px 0 0 0;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap .list_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap > p {
  font-size: 14px;
  color: #898989;
  text-align: right;
  line-height: 29px;
  margin: 15px 0 50px;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap > p a {
  font-size: 14px;
  color: #898989;
  border-bottom: 1px solid #898989;
}
#contents_wrap.media .newsletter_wrap section .nlist_wrap > p a:hover {
  color: #2cb693;
  border-bottom: 1px solid #2cb693;
}
#contents_wrap.media .trendShow_wrap {
  padding-bottom: 200px;
}
#contents_wrap.media .trendShow_wrap .visual_banner .visual_box {
  background-image: url('/images/trend_img01.jpg');
}
#contents_wrap.media .trendShow_wrap .trend_list {
  max-width: 1180px;
  margin: 0 auto 40px;
}
#contents_wrap.media .trendShow_wrap .trend_list li {
  float: left;
  width: 23.5%;
  margin: 0 2% 20px 0;
}
#contents_wrap.media .trendShow_wrap .trend_list li a {
  display: block;
  border-top: 1px solid #dadada;
  position: relative;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .tit_text {
  width: 100%;
  height: 80px;
  padding: 21px 25px;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .tit_text p {
  font-size: 23px;
  color: #373737;
  line-height: 30px;
  font-weight: 700;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .thum {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #d7d7d7;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .active {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(44, 182, 147, 0.9);
  z-index: 1;
  padding: 21px 25px;
  opacity: 0;
  transition: all 0.5s ease;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .active > p {
  display: none;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .active span {
  position: absolute;
  top: 79px;
  display: inline-block;
  width: 39px;
  height: 1px;
  background: #fff;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .active ol {
  position: absolute;
  top: 107px;
  left: 25px;
}
#contents_wrap.media .trendShow_wrap .trend_list li a .active ol li {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 10px;
  background: url('/images/bullet02.png') no-repeat left 11px;
  padding-left: 10px;
}
#contents_wrap.media .trendShow_wrap .trend_list li a:hover .tit_text p {
  color: #fff;
  position: relative;
  z-index: 2;
}
#contents_wrap.media .trendShow_wrap .trend_list li a:hover .active {
  opacity: 1;
}
#contents_wrap.media .trendShow_wrap .trend_list li:nth-child(4n) {
  margin: 0 0 20px 0;
}
#contents_wrap.media .trendShow_wrap .trend_list:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box {
  width: 100%;
  padding: 60px 30px 100px;
  border-top: 1px solid #898989;
  text-align: center;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box p {
  font-size: 14px;
  color: #b2b2b2;
  text-align: left;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .tit_box {
  width: 100%;
  margin: 15px 0 60px;
  text-align: left;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .tit_box p {
  width: 550px;
  display: inline-block;
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  vertical-align: top;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .tit_box p.tit {
  width: 365px;
  font-size: 28px;
  color: #373737;
  font-weight: 700;
  line-height: 38px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .tit_box p.tit span {
  display: block;
  font-size: 14px;
  color: #898989;
  font-weight: 400;
  line-height: 29px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box {
  display: inline-block;
  margin: 60px auto 60px;
  text-align: left;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div {
  float: left;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div.artist {
  width: 410px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div.artist p {
  display: inline-block;
  width: 190px;
  font-size: 16px;
  color: #555c5a;
  line-height: 22px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 30px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div.artist p span {
  display: block;
  font-size: 14px;
  color: #b2b2b2;
  font-weight: 400;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div.artist img {
  vertical-align: middle;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div.history {
  width: 510px;
  border-left: 1px solid #dddddd;
  padding: 20px 60px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box div.history ul li {
  background: url('/images/bullet03.png') no-repeat left 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #505050;
  line-height: 22px;
  margin-bottom: 8px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .theme_box .artist_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont hr {
  border: 0;
  border-top: 1px solid #dddddd;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box {
  width: 100%;
  padding: 0 0 60px;
  text-align: left;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .img_box {
  width: 100%;
  height: 550px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .img_box img {
  width: 100%;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program {
  width: 100%;
  padding: 0 30px;
  margin: 60px 0;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program p {
  font-size: 28px;
  color: #373737;
  font-weight: 700;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program ul {
  margin-top: 40px;
  padding-left: 20px;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program ul li {
  float: left;
  width: 50%;
  min-height: 97px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #373737;
  line-height: 29px;
  font-weight: 700;
  list-style: decimal;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program ul li h5 {
  line-height: 29px;
  font-weight: 700;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program ul li p {
  font-size: 16px;
  color: #555c5a;
  line-height: 29px;
  font-weight: 400;
  padding: 10px 80px 0 0;
}
#contents_wrap.media .trendShow_wrap .trendShow_cont .show_box .program ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .people_wrap section {
  padding-bottom: 200px;
}
#contents_wrap.career .people_wrap section ul {
  max-width: 980px;
  height: 750px;
  margin: 0 auto;
}
#contents_wrap.career .people_wrap section ul li {
  float: left;
  width: 480px;
  height: 100%;
  margin-right: 20px;
  position: relative;
}
#contents_wrap.career .people_wrap section ul li div {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#contents_wrap.career .people_wrap section ul li p {
  position: absolute;
  top: 61px;
  left: 50px;
  font-size: 23px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
}
#contents_wrap.career .people_wrap section ul li p span {
  display: block;
  font-size: 23px;
  color: #2cb693;
  font-weight: 700;
}
#contents_wrap.career .people_wrap section ul li:last-child {
  margin-right: 0px;
}
#contents_wrap.career .people_wrap section ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .welfare_wrap section {
  padding-bottom: 100px;
}
#contents_wrap.career .welfare_wrap section ul {
  max-width: 1180px;
  margin: 0 auto;
}
#contents_wrap.career .welfare_wrap section ul li {
  float: left;
  width: 560px;
  margin-right: 40px;
  padding: 20px 20px 90px;
  border-top: 1px solid #dadada;
}
#contents_wrap.career .welfare_wrap section ul li img {
  vertical-align: middle;
}
#contents_wrap.career .welfare_wrap section ul li p {
  display: inline-block;
  width: 320px;
  font-size: 16px;
  color: #373737;
  line-height: 29px;
  margin: 0 0 0 40px;
  vertical-align: middle;
}
#contents_wrap.career .welfare_wrap section ul li p strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 24px;
  margin-bottom: 20px;
}
#contents_wrap.career .welfare_wrap section ul li:nth-child(2n) {
  margin-right: 0;
}
#contents_wrap.career .welfare_wrap section ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .process_wrap section {
  padding-bottom: 200px;
}
#contents_wrap.career .process_wrap section .process_list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 100px;
  border-bottom: 1px solid #dadada;
  text-align: center;
  position: relative;
}
#contents_wrap.career .process_wrap section .process_list .dot_box {
  opacity: 0.5;
  border: 2px dotted #0ea982;
  width: 464px;
  height: 220px;
  border-radius: 108px;
  position: absolute;
  top: 47px;
  left: 480px;
  background: transparent;
  z-index: 1;
}
#contents_wrap.career .process_wrap section .process_list ul {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#contents_wrap.career .process_wrap section .process_list ul li {
  float: left;
  width: 200px;
  margin-right: 45px;
  text-align: center;
  position: relative;
}
#contents_wrap.career .process_wrap section .process_list ul li > span {
  font-size: 30px;
  line-height: 42px;
  color: #2cb693;
  font-weight: 700;
}
#contents_wrap.career .process_wrap section .process_list ul li .dot_line {
  display: block;
  width: 1px;
  height: 88px;
  opacity: 0.5;
  border-right: 2px dotted #0ea982;
  margin: 0 auto;
}
#contents_wrap.career .process_wrap section .process_list ul li div {
  border: 2px solid #2cb693;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  padding-top: 85px;
  margin: 15px auto 0;
  position: relative;
}
#contents_wrap.career .process_wrap section .process_list ul li div p {
  font-size: 26px;
  color: #373737;
  line-height: 29px;
  font-weight: 400;
}
#contents_wrap.career .process_wrap section .process_list ul li div p > span {
  display: block;
  color: #898989;
  font-size: 14px;
}
#contents_wrap.career .process_wrap section .process_list ul li div.no1 {
  background: rgba(44, 182, 147, 0.05);
}
#contents_wrap.career .process_wrap section .process_list ul li div.no2 {
  background: rgba(44, 182, 147, 0.1);
}
#contents_wrap.career .process_wrap section .process_list ul li div.no3 {
  background: rgba(44, 182, 147, 0.2);
}
#contents_wrap.career .process_wrap section .process_list ul li div.no4 {
  background: rgba(44, 182, 147, 0.2);
}
#contents_wrap.career .process_wrap section .process_list ul li div.no5 {
  background: rgba(44, 182, 147, 0.3);
}
#contents_wrap.career .process_wrap section .process_list ul li > p {
  font-size: 16px;
  color: #505050;
  line-height: 29px;
  margin-top: 12px;
}
#contents_wrap.career .process_wrap section .process_list ul li .arrow {
  position: absolute;
  top: 50%;
  right: -27px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #2cb693;
  margin-top: -4px;
}
#contents_wrap.career .process_wrap section .process_list ul li:last-child {
  margin-right: 0;
}
#contents_wrap.career .process_wrap section .process_list ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .process_wrap section .enquiry {
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 0;
}
#contents_wrap.career .process_wrap section .enquiry > div {
  width: 50%;
  float: left;
  border-right: 1px solid #dadada;
  padding: 50px 0;
  text-align: center;
}
#contents_wrap.career .process_wrap section .enquiry > div p {
  width: 360px;
  font-size: 16px;
  color: #505050;
  text-align: center;
  line-height: 29px;
  word-break: keep-all;
  margin: 30px auto;
}
#contents_wrap.career .process_wrap section .enquiry > div .mail {
  display: inline-block;
  font-size: 14px;
  color: #898989;
  margin-top: 15px;
  border-bottom: 1px solid #898989;
}
#contents_wrap.career .process_wrap section .enquiry > div .mail:hover {
  color: #2cb693;
  border-bottom: 1px solid #2cb693;
}
#contents_wrap.career .process_wrap section .enquiry > div:last-child {
  border: 0;
}
#contents_wrap.career .process_wrap section .enquiry:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .notice_wrap .visual_banner .visual_box {
  background-image: url('/images/d_54_kv.jpg');
  padding-top: 98px;
}
#contents_wrap.career .notice_wrap .visual_banner .visual_box span {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  margin: 15px auto 0;
}
#contents_wrap.career .notice_wrap .visual_banner .visual_box p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: 25px 0 0;
}
#contents_wrap.career .notice_wrap .visual_banner .visual_box .down_btn02 {
  background-position: 85% center;
}
#contents_wrap.career .notice_wrap .list_box {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 200px;
}
#contents_wrap.career .notice_wrap .list_box .notice_list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li {
  position: relative;
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: -1px;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li div {
  float: left;
  width: 620px;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li div a {
  display: block;
  font-size: 16px;
  color: #505050;
  line-height: 19px;
  padding: 25px 30px;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li span {
  float: left;
  display: block;
  width: 243px;
  font-size: 16px;
  color: #505050;
  line-height: 19px;
  text-align: center;
  padding: 25px 0;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li span.state {
  width: 115px;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li:hover {
  border: 1px solid #2cb693;
  position: relative;
  z-index: 1;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li:hover span {
  color: #2cb693;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li:hover div a {
  color: #2cb693;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li.end div a {
  color: #b2b2b2;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li.end span {
  color: #b2b2b2;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li.end:hover {
  border: 1px solid #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li.end:hover span {
  color: #b2b2b2;
}
#contents_wrap.career .notice_wrap .list_box .notice_list li.end:hover div a {
  color: #b2b2b2;
  cursor: default;
}
#contents_wrap.career .notice_wrap .list_box .notice_head {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 26px 0 21px;
}
#contents_wrap.career .notice_wrap .list_box .notice_head p {
  float: left;
  width: 245px;
  font-size: 16px;
  color: #373737;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
}
#contents_wrap.career .notice_wrap .list_box .notice_head p.tit01 {
  width: 620px;
}
#contents_wrap.career .notice_wrap .list_box .notice_head p.tit03 {
  width: 115px;
}
#contents_wrap.career .notice_wrap .list_box .notice_head:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.career .notice_wrap .view_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#contents_wrap.career .notice_wrap .view_box p {
  font-size: 16px;
  color: #373737;
  text-align: center;
}
#contents_wrap.career .notice_wrap .view_box h3 {
  margin: 0 0 30px;
}
#contents_wrap.career .notice_wrap .view_box h4 {
  margin: 100px auto 30px;
}
#contents_wrap.career .notice_wrap .view_box .table_type05 tbody tr td:nth-child(3) {
  text-align: left;
}
#contents_wrap.career .notice_wrap .view_box .table_type05 tbody tr td:nth-child(4) {
  text-align: left;
}
#contents_wrap.career .notice_wrap .view_box .btn_box {
  text-align: center;
  padding: 100px 0 200px;
}
#contents_wrap.career .notice_wrap .view_box .btn_box .btn {
  margin-right: 15px;
}
#contents_wrap.career .notice_wrap .view_box .notice {
  display: none;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents {
  width: 100%;
  padding: 100px 0 200px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents > p {
  font-size: 23px;
  font-weight: 700;
  color: #373737;
  text-align: center;
  line-height: 36px;
  margin-top: 100px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li {
  margin-bottom: 50px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div {
  float: left;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.left {
  width: 31%;
  padding-right: 22px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.left p {
  font-size: 23px;
  color: #373737;
  line-height: 36px;
  font-weight: 700;
  padding-left: 40px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.left p span {
  display: inline-block;
  width: 40px;
  font-size: 23px;
  color: #373737;
  line-height: 36px;
  font-weight: 700;
  margin-left: -40px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right {
  width: 69%;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right p {
  font-size: 16px;
  color: #606060;
  line-height: 29px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right p a {
  font-size: 16px;
  color: #606060;
  line-height: 29px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right p em {
  color: #2cb693;
  font-style: normal;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right .hyphen {
  position: relative;
  padding-left: 10px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right .hyphen:after {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #606060;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right .marB {
  margin-bottom: 15px;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right table {
  width: 100%;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right table tr th {
  font-size: 16px;
  color: #373737;
  background: #f5f7f7;
  padding: 25px 30px;
  border: 1px solid #dadada;
  border-left: 0;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right table tr td {
  font-size: 16px;
  color: #606060;
  background: #fff;
  padding: 25px 30px;
  border: 1px solid #dadada;
  border-right: 0;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right table tr:first-child th {
  border-top: 1px solid #898989;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li div.right table tr:first-child td {
  border-top: 1px solid #898989;
}
#contents_wrap.personalInfo .personalInfo_wrap .contents ul li:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
/*popup*/
#pop_wrap {
  width: 100%;
  overflow: hidden;
}
#pop_wrap section {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 40px;
  position: relative;
  text-align: center;
}
#pop_wrap section p {
  font-size: 25px;
  color: #505050;
  text-align: center;
  font-weight: 700;
}
#pop_wrap section form > span {
  display: block;
  font-size: 14px;
  color: #898989;
  text-align: right;
  margin-bottom: 15px;
  line-height: 17px;
}
#pop_wrap section form > span strong {
  font-size: 14px;
  color: #2cb693;
  display: inline-block;
  margin-right: 3px;
}
#pop_wrap section form .btn02 {
  font-size: 20px;
  line-height: 20px;
  padding: 22px 60px;
  margin: 50px auto 0;
}
#pop_wrap .result_box p {
  width: 500px;
  font-size: 16px;
  color: #505050;
  text-align: center;
  line-height: 29px;
  margin: 0 auto;
  word-break: keep-all;
  font-weight: 400;
}
#pop_wrap .result_box .tit {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
#pop_wrap .result_box .tit span {
  font-size: 30px;
  font-weight: 700;
  color: #2cb693;
}
#pop_wrap .result_box > span {
  display: block;
  font-size: 14px;
  color: #2cb693;
  text-align: center;
  margin-top: 40px;
}
#pop_wrap .application_box h3 {
  margin: 0 auto 15px;
}
#pop_wrap .application_box p {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
}
#pop_wrap .application_box p.tit {
  font-size: 25px;
  color: #505050;
  font-weight: 700;
  margin-top: 90px;
}
#pop_wrap .application_box .personal_data {
  margin: 30px auto 90px;
}
#pop_wrap .application_box .personal_data ul li {
  text-align: left;
  border-bottom: 1px solid #dadada;
  padding: 20px 25px;
  position: relative;
}
#pop_wrap .application_box .personal_data ul li p {
  font-size: 20px;
  color: #555c5a;
  font-weight: 700;
  text-align: left;
}
#pop_wrap .application_box .personal_data ul li p a {
  display: inline-block;
  font-size: 16px;
  color: #898989;
  margin-left: 10px;
  padding-right: 17px;
  background: url('/images/select_arrow03.png') no-repeat right 12px;
}
#pop_wrap .application_box .personal_data ul li p a.on_box {
  background: url('/images/select_arrow04.png') no-repeat right 12px;
}
#pop_wrap .application_box .personal_data ul li .check_box {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 25px;
  text-align: right;
}
#pop_wrap .application_box .personal_data ul li .check_box input[type="checkbox"] + label {
  font-size: 16px;
  color: #606060;
  line-height: 24px;
  padding-right: 45px;
}
#pop_wrap .application_box .personal_data ul li .check_box input[type="checkbox"] + label.all {
  font-size: 20px;
  color: #2cb693;
  font-weight: 700;
}
#pop_wrap .application_box .personal_data ul li .check_box input[type="checkbox"] + label span {
  position: absolute;
  top: 0;
  right: 0;
  margin: -2px 0 0 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents {
  display: none;
  width: 100%;
  background: #f7f7f7;
  padding: 20px;
  margin-top: 20px;
}
#pop_wrap .application_box .personal_data ul li .p_contents p {
  font-size: 16px;
  color: #606060;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 15px;
}
#pop_wrap .application_box .personal_data ul li .p_contents .tit {
  font-weight: 700;
  margin-top: 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents .hyphen {
  position: relative;
  padding-left: 10px;
}
#pop_wrap .application_box .personal_data ul li .p_contents .hyphen:after {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #606060;
}
#pop_wrap .application_box .personal_data ul li .p_contents .marB {
  margin-bottom: 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents table {
  width: 100%;
  margin-bottom: 20px;
}
#pop_wrap .application_box .personal_data ul li .p_contents table tr th {
  font-size: 16px;
  color: #373737;
  background: #fff;
  border: 1px solid #dadada;
  border-top: 1px solid #898989;
  text-align: center;
  padding: 22px 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents table tr th:first-child {
  border-left: 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents table tr th:last-child {
  border-right: 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents table tr td {
  font-size: 16px;
  color: #606060;
  line-height: 29px;
  border: 1px solid #dadada;
  text-align: left;
  padding: 20px 25px;
}
#pop_wrap .application_box .personal_data ul li .p_contents table tr td:first-child {
  border-left: 0;
}
#pop_wrap .application_box .personal_data ul li .p_contents table tr td:last-child {
  border-right: 0;
}
#pop_wrap .application_box .personal_data ul .top_box {
  padding: 30px 0;
}
#pop_wrap .application_box .personal_data ul .top_box p {
  font-size: 25px;
  color: #555c5a;
  font-weight: 700;
  margin-bottom: 5px;
}
#pop_wrap .application_box .personal_data ul .top_box span {
  font-size: 16px;
  color: #606060;
  line-height: 29px;
  text-align: left;
}
#pop_wrap .application_box .personal_data ul .top_box .check_box {
  display: inline-block;
  position: absolute;
  top: 52px;
  right: 25px;
  text-align: right;
}
#pop_wrap .application_box table tr th {
  vertical-align: top;
}
#pop_wrap .application_box table tr td .input-file {
  display: none;
}
#pop_wrap .application_box table tr td .input-file input {
  float: left;
}
#pop_wrap .application_box table tr td .input-file .input_s2 {
  width: 190px;
  margin-right: 7px;
}
#pop_wrap .application_box table tr td .input-file span {
  font-size: 14px;
  color: #898989;
}
#pop_wrap .application_box table tr td .input-file:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#pop_wrap .application_box table tr td .input-file [type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}
#pop_wrap .application_box table tr td .input-file .file-label {
  display: block;
  float: left;
  min-width: 130px;
  height: 49px;
  line-height: 47px;
  padding: 0 10px;
  font-size: 16px;
  background-color: #606060;
  color: #fff;
  text-align: center;
}
#pop_wrap .application_box table tr td .input-file .file-name {
  display: block;
  float: left;
  width: 257px;
  background: #fff;
  height: 49px;
  line-height: 47px;
  text-indent: 5px;
  border: 1px solid #dadada;
}
#pop_wrap .application_box table tr td .file-label {
  cursor: pointer;
}
#pop_wrap .application_box table tr td .file-label:hover {
  background-color: #373737;
}
#pop_wrap .application_box table tr .file_box {
  padding: 0;
}
#pop_wrap .application_box table tr .file_box .add_box {
  padding: 15px 20px;
  border-bottom: 2px dashed #dadada;
  position: relative;
}
#pop_wrap .application_box table tr .file_box .add_box .select_box {
  margin: 7px 0;
}
#pop_wrap .application_box table tr .file_box .add_box .select_box select {
  width: 190px;
  margin-right: 7px;
}
#pop_wrap .application_box table tr .file_box .add_box .input-file {
  margin: 7px 0;
}
#pop_wrap .application_box table tr .file_box .add_box .del_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -25px;
  z-index: 10;
}
#pop_wrap .application_box table tr .file_box .add_box span {
  font-size: 14px;
  color: #b7b7b7;
}
#pop_wrap .application_box table tr .file_box .add_btn {
  margin: 15px 20px;
}
#pop_wrap .application_box table tr .file_box .default_addbox {
  position: relative;
  padding: 15px 20px 35px;
}
#pop_wrap .application_box table tr .file_box .default_addbox .del_btn {
  display: none;
}
#pop_wrap .application_box table tr .file_box .default_addbox span {
  position: absolute;
  bottom: 12px;
}
#pop_wrap .application_box table tr .certificate .input-file {
  display: block;
}
#pop_wrap .application_box table tr .portfolio .input-file {
  display: block;
}
#pop_wrap .application_box table tr .portfolio span {
  display: block;
  font-size: 14px;
  color: #898989;
  line-height: 1em;
  margin: 13px 0 0;
}
/*footer*/
footer {
  width: 100%;
  background: #303333;
  padding: 60px 0 100px;
  position: relative;
  z-index: 900;
}
footer .f_wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
footer .f_wrap .site_map {
  max-width: 1180px;
}
footer .f_wrap .site_map li {
  float: left;
  width: 16.66%;
}
footer .f_wrap .site_map li a {
  font-size: 14px;
  font-weight: 700;
  color: #898989;
  line-height: 24px;
}
footer .f_wrap .site_map li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .f_wrap .site_map li .sub {
  margin-top: 20px;
}
footer .f_wrap .site_map li .sub li {
  clear: both;
  width: 100%;
}
footer .f_wrap .site_map li .sub li a {
  font-weight: 400;
  line-height: 29px;
}
footer .f_wrap .site_map li .sub li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .f_wrap .site_map li.address .select_box {
  width: 100%;
  position: relative;
}
footer .f_wrap .site_map li.address .select_box .select_btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #898989;
  background: url('/images/select_arrow.png') no-repeat 90% center #303333;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  line-height: 38px;
}
footer .f_wrap .site_map li.address .select_box .option_list {
  position: absolute;
  bottom: 39px;
  width: 100%;
  border: 1px solid #898989;
  background: #fff;
  display: none;
  padding: 13px 0;
  height: 340px;
  overflow: auto;
}
footer .f_wrap .site_map li.address .select_box .option_list li {
  width: 100%;
  padding: 0 14px;
}
footer .f_wrap .site_map li.address .select_box .option_list li a {
  font-size: 13px;
  color: #505050;
  line-height: 26px;
  font-weight: 400;
}
footer .f_wrap .site_map li.address .select_box .option_list li a:hover {
  color: #2cb693;
}
footer .f_wrap .site_map li.address p {
  font-size: 14px;
  color: #dadada;
  line-height: 24px;
  margin-top: 25px;
}
footer .f_wrap .site_map:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
footer .f_wrap .pInfo {
  font-size: 13px;
  color: #898989;
  line-height: 20px;
  margin-top: 66px;
}
footer .f_wrap .pInfo a {
  font-size: 13px;
  font-weight: 700;
  color: #898989;
  line-height: 20px;
}
footer .f_wrap .pInfo .mail {
  font-weight: 400;
}
footer .f_wrap .copy {
  font-size: 13px;
  color: #898989;
  line-height: 20px;
  margin-top: 5px;
}
