* {
  word-break: keep-all;
}
.color_orange {
  color: #ff602b;
}
.color_orange_i {
  color: #ff602b !important;
}
.bg_orange {
  background: #ff602b;
}
.top_padding0 {
  padding-top: 0px !important;
}
.bottom_padding100 {
  padding-bottom: 100px;
}
.padding0020 {
  padding: 18px 18px !important;
}
.visual_area {
  width: 100%;
  max-width: 1920px;
  height: 360px;
  background-color: #222;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.visual_area .screen {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
  transition: transform 5s linear;
}
.visual_area .screen::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.visual_area.sc-event .screen {
  transform: scale(1) rotate(0.01deg);
}
.visual_area .title_wrapper {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
}
.visual_area .title_wrapper .sub_title {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #fff;
}
.visual_area .title_wrapper .main_title {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
.visual_area.hygiene_edu .screen {
  background-image: url('../images/sub/sub_top_visual1.jpg');
}
.visual_area.business .screen {
  background-image: url('../images/sub/sub_top_visual2.jpg');
}
.visual_area.free_job_agency .screen {
  background-image: url('../images/sub/sub_top_visual3.jpg');
}
.visual_area.company .screen {
  background-image: url('../images/sub/sub_top_visual4.jpg');
}
.visual_area.provide .screen {
  background-image: url('../images/sub/sub_top_visual5.jpg');
}
.visual_area.contact .screen {
  background-image: url('../images/sub/sub_top_visual6.jpg');
}
.visual_area.sitemap .screen {
  background-image: url('../images/sub/sub_top_visual7.jpg');
}
.pos_wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 76px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);

  z-index: 3;
}
.pos_wrapper:before{
	content: '';
	display: block;
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #F5F5F5;
}
.pos_wrapper:after{
	content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
	top:0;
    right: 0;
    background-color: #800f85;

}
.pos {
  font-size: 0;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  line-height: 76px;
    z-index : 2
}
.pos i {
    position: relative;
    font-size: 15px;
    display: inline-block;
    font-style: normal;
    position: relative;
    /* height: 76px; */
    /* line-height: 76px; */
    padding: 0px 15px 0 30px;
    padding-left: 60px;
}
.pos i:last-child {
  /* color: #ff602b; */
  color:#fff;
}
.pos i:after{
    content: '';
    position: absolute;
    top: 2px;
    right: -37px;
    z-index: 1;
    width: 73px;
    height: 73px;
    box-shadow: 1px 1px 0 1px #ddd;
    border-radius: 111px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
}
.pos i:nth-child(1){
 padding-left:37px;
}
.pos i:nth-child(1),
.pos i:nth-child(1):after{
	background:#F5F5F5;
}
.pos i:nth-child(2),
.pos i:nth-child(2):after{
	background:#E5E5E5;
}
.pos i:nth-child(3),
.pos i:nth-child(3):after{
	background:#D9D9D9;
}
.pos i:last-child,
.pos i:last-child:after{
	background:#800f85;

}
.pos i:last-child:after{
	box-shadow: 0 0;
		background: transparent;
}
h3.main_title_big {
  position: relative;
  font-size: 26px;
  letter-spacing: -0.03em;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
h3.main_title_big::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #800f85;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 70px;
}
.color {
  color: #f7bd35;
}
section {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
section .tabs.mobile_select .mobile_selectbox {
  display: none;
  position: relative;
}
.tab_index,
.sub_tab1,
.sub_tab2,
.sub_tab3,
.sub_tab4 {
  display: none;
}
.tab_index.active,
.sub_tab1.active,
.sub_tab2.active,
.sub_tab3.active,
.sub_tab4.active {
  display: block;
}
section .tabs.mobile_select.type2 .mobile_selectbox label {
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 12px 0px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  background: url('../images/sub/select_ico1.png') calc(100% - 15px) -37px no-repeat #f8b50c;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
  position: relative;
}
section .tabs.mobile_select.type1 .mobile_selectbox label {
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 12px 0px;
  color: #ff602b;
  font-size: 16px;
  background: #fbf2ea;
  border: 1px dashed #e6ad6a;
}
section .tabs.mobile_select.type1 .mobile_selectbox label::after,
section .tabs.mobile_select.type1 .mobile_selectbox label::before {
  content: "";
  display: block;
  position: absolute;
  background: #ff602b;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 3px;
}
section .tabs.mobile_select.type1 .mobile_selectbox label::before {
  transform: rotate(90deg);
}
section .tabs.mobile_select .mobile_selectbox select {
  width: 100%;
  position: absolute;
  line-height: 20px;
  padding: 12px 10px;
  left: 0px;
  top: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
section .tabs.mobile_select .mobile_selectbox select option {
  line-height: 30px;
  font-size: 16px;
  padding: 5px 0px;
}
section .tab_wrapper.sub_select {
  padding-top: 0px;
  padding-bottom: 15px;
}
section .search_select {
  font-size: 0;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 15px;
}
section .select_box {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 30%;
  margin: 0px 5px;
  height: 40px;
  background: url('../images/sub/select_ico1.png') calc(100% - 15px) 1px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section .search_select .select_box {
  width: 200px;
  vertical-align: top;
}
section .select_box.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: url('../images/sub/select_ico1.png') calc(100% - 15px) -39px no-repeat #ff602b;
}
section .select_box>label {
  position: absolute;
  width: 100%;
  font-weight: 400;
  height: 100%;
  font-size: 14px;
  text-align: left;
  padding: 0px 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  line-height: 40px;
}
section .select_box.active>label {
  color: rgba(255, 255, 255, 0.75);
}
section .select_box>select {
  width: 100%;
  height: 100%;
  min-height: 40px;
  line-height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
section .select_box>select option {
  line-height: 30px;
  font-size: 16px;
  padding: 5px 0px;
}
section .search_select {
  vertical-align: top;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 15px;
}
section .search_select.type2 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
}
section .search_select.type2 .select_box:first-child {
  margin-left: 0px;
}
section .search_select .search_input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  padding: 0px 50px 0px 20px;
  font-family: "NotoSansKR";
  width: 300px;
  height:42px;
}
section .search_select .search_input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
section .search_select .search_btn {
  width: 45px;
  margin-left: -45px;
  height: 40px;
  border: 0px;
  font-size: 0;
  border-radius: 0px;
  background: url('../images/sub/search_ico.png') center 5px no-repeat;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
section .article_wrap {
  text-align: center;
}
section .title {
  text-align: center;
  padding: 0px 30px;
  box-sizing: border-box;
  font-size: 42px;
  letter-spacing: -0.05em;
  font-weight: 200;
  max-width: 1000px;
  margin: 0 auto;
  word-break: keep-all;
  line-height: 50px;
}
section .title.type2 {
  padding-top: 70px;
}
section .title.type3 {
  padding-top: 40px;
  font-size: 32px;
  padding-bottom: 50px;
  line-height: 44px;
}
section i.br {
  display: block;
}
section.about_us span.memo {
  position: relative;
  display: block;
  padding: 0px 30px;
  box-sizing: border-box;
  padding-top: 80px;
  text-align: left;
  max-width: 1200px;
  word-break: keep-all;
  letter-spacing: -0.05em;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
  font-weight: 300;
  padding-bottom: 20px;
}
section.about_us .gray_bar {
  width: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  background: #f0f0f0;
  height: 100px;
}
section.about_us .gray_bar img.ceo {
  position: absolute;
  left: 55%;
  bottom: 0px;
}
section.about_us .gray_bar .sign_area {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0px 30px;
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: -0.05em;
  font-weight: 200;
  font-size: 18px;
}
section.about_us .gray_bar .sign_area em {
  font-style: normal;
  font-weight: 500;
  padding-left: 10px;
}
section.about_us .gray_bar .sign_area img.sign {
  position: relative;
  margin-bottom: -15px;
  margin-left: 20px;
}
section.about_us .gray_bar .sign_area {}
section.about_us .gray_bar section.history .tab_wrapper {
  position: relative;
  z-index: 3;
}
section.history .tab_wrapper .tabs {
  width: 100%;
  padding-top: 40px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
section.history .tab_wrapper .tabs::after {
  content: "";
  width: 100%;
  left: 0%;
  height: 250px;
  top: 0px;
  position: absolute;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
}
section.history .tab_wrapper .tabs ul {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  z-index: 1;
}
section.history .tab_wrapper .tabs ul li {
  position: relative;
  display: inline-block;
  padding: 12px 20px 10px 23px;
  margin: 0px 10px;
  border: 1px dashed transparent;
  cursor: pointer;
}
section.history .tab_wrapper .tabs ul li.active {
  background: #fbf2ea;
  border: 1px dashed #e6ad6a;
  transition: all .3s ease;
  box-shadow: none;
}
section.history .tab_wrapper .tabs ul li a {
  color: #333;
  line-height: 20px;
  font-size: 16px;
  transition: color .3s ease;
}
section.history .tab_wrapper .tabs ul li.active a {
  color: #ff602b;
}
section.history .tab_wrapper .tabs ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  right: -15px;
  top: 50%;
  margin-top: -3px;
}
section.history .tab_wrapper .tabs ul li:last-child::after {
  display: none;
}
section.history .history_line {
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
section.history .history_line::after {
  content: "";
  width: 1px;
  left: 50%;
  margin-left: -1px;
  height: calc(100% - 140px);
  top: 11px;
  z-index: 1;
  position: absolute;
  display: block;
  background: #ff602b;
}
section.history .year_data {
  left: 50%;
  width: 50%;
  z-index: 2;
  padding-left: 50px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 40px;
}
section.history .year_data.left {
  left: 0%;
  text-align: right;
  padding-left: 0px;
  padding-right: 50px;
}
section.history .year {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-bottom: 5px;
}
section.history .month {
  font-weight: 400;
  padding-bottom: 20px;
  color: #cbcbcb;
  font-size: 22px;
}
section.history .noyear .month,
section.history .noyear .year {
  display: none;
}
section.history .noyear .memo ul {
  padding-top: 8px;
}
section.history .noyear .memo ul li {
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #ff542f;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 500;
}
section.history .noyear .memo ul li::after {
  display: none;
}
section.history .year_data.dot::after {
  top: 8px;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url('../images/sub/history_dot.png') 0px 0px no-repeat;
}
section.history .year_data.dot.noyear::after {
  top: 8px;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 5px solid #ff542f;
  border-radius: 50%;
  display: block;
  background: #fff;
}
section.history .year_data.right.dot::after {
  left: -7px;
}
section.history .year_data.right.dot.noyear::after {
  left: -9px;
}
section.history .year_data.left.dot::after {
  right: -7px;
}
section.history .year_data ul {
  display: inline-block;
  max-width: 500px;
}
section.history .year_data ul li {
  position: relative;
  word-break: keep-all;
  font-weight: 200;
  line-height: 22px;
  padding-left: 0px;
}
section.history .year_data.left ul li {
  padding-left: 0px;
  padding-right: 0px;
}
/* section.history .year_data ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 8px;
} */
section.history .year_data.right ul li::after {
  left: 1px;
}
section.history .year_data.left ul li::after {
  right: 1px;
}
.history ul li span {
  color: #e87e04;
}
section.history .imgs {
  position: relative;
  padding-top: 30px;
  display: inline-block;
}
section.history .year_data.left .imgs {
  text-align: right;
}
section.history .year_data.left .imgs img {
  text-align: right;
}
section.greeting p.memo {
  padding-top: 100px;
  box-sizing: border-box;
  max-width: 1280px;
  padding-right: 25%;
  padding-bottom: 300px;
}
section.greeting {
  background: url('../images/sub/greeting_img1.png') bottom right no-repeat;
}
section.ci_bi {
  position: relative;
  margin: 0 auto;
  padding: 0px 40px;
  max-width: 1280px;
  box-sizing: border-box;
}
section .tab_wrapper {
  position: relative;
}
section .tabs {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
section .tabs ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 1;
  font-size: 0px;
  width: 100%;
  line-height: 0px;
}
section .tabs ul li {
  font-size: 0px;
  line-height: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px;
  position: relative;
  display: inline-block;
  line-height: 52px;
  box-sizing: border-box;
  min-width: 140px;
  padding: 0px 11%;
  cursor: pointer;
}
section .tabs ul li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section .tabs ul li.active {
  background: #f8b50c;
  transition: all .3s ease;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
}
section .tabs ul li a {
  color: #333;
  cursor: pointer;
  width: 100%;
  display: block;
  line-height: 52px;
  font- color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  transition: color .3s ease;
}
section .tabs ul li.active a {
  color: #fff;
}
section h5.title2 {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-size: 32px;
  line-height: 52px;
  padding-top: 100px;
  padding-bottom: 20px;
}
section h5.title2::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  background: #800f85;
}
section h5.title3 {
  text-align: left;
  position: relative;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-size: 22px;
  line-height: 22px;
  margin-top: 60px;
  padding-left: 0px;
  padding-bottom: 0px;
}
section h5.title3::after {
  content: "";
  display: none;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: #ff4f2b;
}
section.ci_bi .wrapper {
  vertical-align: top;
  font-size: 0px;
  padding: 0px;
  width: 100%;
}
section.ci_bi .half {
  font-size: 0px;
  width: 50%;
  display: inline-block;
}
section.ci_bi .half img {
  vertical-align: top;
  max-width: 232px;
}
section.ci_bi .half img:last-child {
  float: right;
}
section.ci_bi .half {
  text-align: center;
}
section.ci_bi .half:nth-of-type(1) {
  vertical-align: top;
}
section.ci_bi h6.stitle1 {
  text-align: left;
  padding-top: 60px;
  font-size: 24px;
  letter-spacing: -0.02em;
}
section.ci_bi p {
  text-align: left;
  word-break: keep-all;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.pb40 {
  padding-bottom: 40px;
}
section.ci_bi p .bold {
  font-weight: 500;
}
section.ci_bi ul.ci1 {
  font-size: 0px;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
section.ci_bi ul.ci1.type2 {
  margin-top: 30px;
  margin-bottom: 70px;
}
section.ci_bi ul.ci1.type3 {
  margin-top: 30px;
  margin-bottom: 40px;
}
section.ci_bi ul.ci1 li {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  height: 165px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0px;
  border-top: 0px;
  width: calc(100% / 3);
}
section.ci_bi ul.ci1.type3 li {
  width: 50%;
}
section.ci_bi ul.ci1.type2 li:nth-of-type(n+5) {
  background-color: #231f20;
  border-color: rgba(255, 255, 255, 0.2);
}
section.ci_bi ul.ci1.type2 li:last-child {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
section.ci_bi ul.ci1 li i {
  position: absolute;
  top: 15px;
  text-align: right;
  line-height: 18px;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  font-style: normal;
}
section.ci_bi ul.ci1 section.ci_bi ul.ci1.type2 li:nth-of-type(n+5) i {
  color: rgba(255, 255, 255, 0.5);
}
section.ci_bi ul.ci1.type4 {
  position: relative;
  margin-bottom: 100px;
}
section.ci_bi ul.ci1.type4 li:nth-of-type(1),
section.ci_bi ul.ci1.type4 li:nth-of-type(2) {
  width: 50%;
  height: 225px;
}
section.ci_bi ul.ci1.type4 li:nth-of-type(n+3) {
  width: 33.33%;
  height: 450px;
}
section.ci_bi ul.ci1.type4 li:nth-of-type(4) {
  width: 33.34%;
  position: relative;
  top: 0px;
  height: 225px;
}
section.ci_bi ul.ci1.type4 li:nth-of-type(3) {
  position: absolute;
  top: 225px;
  left: 0%;
  height: 225px;
}
section.ci_bi .download {
  text-align: right;
}
section.ci_bi .download button {
  background: #ff602b;
  border: 0px;
  line-height: 46px;
  padding: 0px 30px;
  margin-bottom: 20px;
  color: #fff;
}
section.ci_bi .download button a {
  color: #fff;
  line-height: 46px;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 300;
}
section.ci_bi ul.ci2 {
  padding-bottom: 80px;
}
section.ci_bi ul.ci2.last {
  padding-bottom: 40px;
}
section.ci_bi ul.ci2 li {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  padding-top: 50px;
  vertical-align: top;
}
section.ci_bi ul.ci2 li div.color_chip {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  margin: 15px 0px;
}
section.ci_bi ul.ci2 li div {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
section.ci_bi ul.ci2 li div .name {
  width: 100px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
section.ethical_management {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
section.ethical_management.bg_gray {
  background: #f5f5f5;
}
section.ethical_management.type2 {
  position: relative;
  margin: 0 auto;
  overflow: visible;
  box-sizing: border-box;
}
section.ethical_management .tabs.type2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
section.ethical_management .tabs.type2 ul {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 1;
  font-size: 0px;
  width: 100%;
  line-height: 0px;
}
section.ethical_management .tabs.type2 ul li {
  font-size: 0px;
  line-height: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px;
  position: relative;
  display: inline-block;
  line-height: 22px;
  box-sizing: border-box;
  min-width: 20%;
  padding: 17px 0% 13px 0%;
  cursor: pointer;
}
section.ethical_management .tabs.type2 ul li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section.ethical_management .tabs.type2 ul li.active {
  background: #f8b50c;
  transition: all .3s ease;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 14px 20px rgba(248, 181, 12, 0.4);
}
section.ethical_management .tabs.type2 ul li a {
  cursor: pointer;
  width: 100%;
  display: block;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  transition: color .3s ease;
}
section.ethical_management .tabs.type2 ul li.active a {
  color: #fff;
}
section.ethical_management .des_wrapper {
  padding: 0px 40px;
  max-width: 1280px;
  margin: 0 auto;
  vertical-align: top;
}
section.ethical_management .des_wrapper {
  font-size: 0px;
  padding-bottom: 50px;
}
section.ethical_management h5.title3 {
  padding-right: 20%;
  word-break: keep-all;
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.05em;
  font-weight: 600;
}
section.ethical_management h5.title3.col2 {
  vertical-align: top;
  padding-right: 0%;
  width: 22%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 0px;
  display: inline-block;
}
section.ethical_management h5.title3.col2::after {
  display: none;
}
section.ethical_management p.title3_des {
  padding-top: 60px;
  width: 69%;
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: rgba(0, 0, 0, .75);
  display: inline-block;
}
section.ethical_management p.title3_des.type2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
section.ethical_management p.title3_des.type2.addtype1 {
  padding-bottom: 250px;
}
section.ethical_management .divTable {
  padding: 0px 40px;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  display: table;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.85);
}
section.ethical_management.type2 .divTable.add_type3 {
  border-bottom: 0px;
}
section.ethical_management .divTableRow {
  display: table-row;
}

section.ethical_management .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
section.ethical_management .divTableCell:first-child {
  vertical-align: top;
  width: 40%;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  padding-left: 50px;
  padding-right: 8%;
  position: relative;
}
section.ethical_management .gray_type .divTableCell:first-child {
  color: #222;
  padding: 0px;
}
section.ethical_management .divTable.type2 .divTableCell:first-child {
  width: 30%;
}
section.ethical_management .divTable.type2 .divTableCell.width35 {
  width: 35%;
}
section.ethical_management .divTable.type3 .divTableCell:first-child {
  width: 50%;
}
section.ethical_management .divTable.type2.add_type3 .divTableCell:first-child {
  width: 25%;
}
section.ethical_management .divTable.type2.add_type3 .divTableCell {
  padding: 30px 10px;
  padding-left: 50px;
}
section.ethical_management .divTableCell:first-child>span {
  color: #222;
  font-size: 18px;
  position: absolute;
  left: 0px;
  font-weight: 700;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 28px;
  color: #ff602b;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
section.ethical_management .divTable.type3 .divTableCell:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section.ethical_management .divTable.type3 .divTableCell:first-child,
section.ethical_management .divTable.type3 .divTableCell:last-child {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 28px;
  color: #ff602b;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 50px 60px 50px 140px;
  position: relative;
}
section.ethical_management .divTable.type3 .divTableCell:first-child>span,
section.ethical_management .divTable.type3 .divTableCell:last-child>span {
  color: #222;
  font-size: 22px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -40px;
  font-weight: 700;
}
section.ethical_management .divTable.type3 .divTableCell:first-child>span::before,
section.ethical_management .divTable.type3 .divTableCell:last-child>span::before {
  content: "";
  display: block;
  color: #222;
  font-size: 18px;
  width: 99px;
  height: 99px;
  border: 1px dashed #ff602b;
  border-radius: 50%;
  opacity: 0.5;
  text-align: center;
  position: absolute;
  left: -11px;
  top: -11px;
  font-weight: 700;
}
section.ethical_management .divTable.type3 .divTableCell::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url('../images/sub/ethical_management_check.png') center center no-repeat rgba(0, 0, 0, 0.2);
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span>i {
  font-style: normal;
  display: block;
  font-size: 16px;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span>i.bg_orange {
  background: #ff602b;
  margin-top: 10px;
  display: inline-block;
  padding: 0px 15px;
  color: #fff;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: #ff602b;
  border-radius: 50%;
  margin-left: -12px;
  top: 0px;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span.black {
  color: #000;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span.black>i.bg_orange {
  background: #000;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span.black>i.bg_orange {
  background: #660f6a;
}
section.ethical_management .divTable.type2 .divTableCell:first-child>span.no_dot::after {
  display: none;
}
section.ethical_management .divTableCell,
section.ethical_management .divTableHead {
  word-break: keep-all;
  vertical-align: middle;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  line-height: 24px;
  letter-spacing: -0.03em;
  font-weight: 300;
  display: initial;
  padding: 40px 10px 0px 44px;
  font-size: 16px;
}
.divTableRow_ver1 {
	width: 75%;
}
section.ethical_management .chartTableRow.type2 .divTableHead {
  word-break: keep-all;
  background: #660F6A;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 24px;
  letter-spacing: -0.03em;
  font-weight: 300;
  display: table-cell;
  padding: 7px 10px;
  font-size: 16px;
}
section.ethical_management .gray_type .chartTableRow .divTableHead {
  background: #666;
}
section.ethical_management .chartTableRow.data.type2 .chartTableCell {
  padding: 12px 0px;
}
section.education_guide .divTableRow_ver1 .chartTableCell {
    padding: 12px 30px !important;
}
section.ethical_management .chartTableRow.data.type2 .chartTableCell i {
	display:none;
}
section.ethical_management .chartTableRow.data.type2 .chartTableCell i.web_mobile01 {
    display: block;
    font-style: normal;
    position: relative;
    top: 112px;
}

section.ethical_management .chartTableRow.data.type2 .chartTableCell i.web_mobile02 {
    top: 70px;
}
section.ethical_management .chartTableRow.data.type2 .bg_01 {
  background: #e8dad5;
}

section.ethical_management .bottom_border0 {
  border-bottom: 0px;
}
section.ethical_management .top_border0 {
  border-top: 0px;
}
section.ethical_management .big_title {
  font-size: 40px;
  font-weight: 200;
  letter-spacing: -0.08em;
  line-height: 50px;
}
section.ethical_management .big_title>span {
  padding-top: 15px;
  display: inline-block;
  border-bottom: 2px solid #ff6746;
  line-height: 50px;
}
section.ethical_management .diagram {
  padding: 50px 0px;
  max-width: 807px;
  width: 100%;
}
section.ethical_management .diagram.mobile {
  display: none;
}
section.ethical_management .divTable.top_border1 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
section.ethical_management .divTable.last {
  padding-bottom: 100px;
}
section.ethical_management .divTable.last_v2{
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom:0;
  margin-bottom:100px;
}
section.ethical_management .diagram2 {
  padding: 50px 0px;
}
section.ethical_management .diagram2.center {
  padding: 50px 100px;
}
section.ethical_management .map {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1200px;
  width: 100%;
  height: 500px;
}
section.ethical_management .map iframe {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}
section.ethical_management .divTableCell.border_bottom0 {
  padding: 40px 0px 30px 40px;
  border-bottom: 0px;
}
section.ethical_management .divTableCell ul li {
  /* line-height: 24px; */
  padding: 3px 0px;
  padding-left: 13px;
  position: relative;
}
section.ethical_management .divTableCell ul li::after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    top: 12px;
    left: 0px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    background: #000;
}
section.ethical_management .divTableCell ul li ul {
  padding: 0px 0px 5px 0px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.ethical_management .divTableCell ul li ul li {
  line-height: 20px;
  padding: 3px 0px;
  padding-left: 15px;
  font-size: 14px;
  margin-left: 3px;
  position: relative;
}
section.ethical_management .divTableCell ul li ul li.des {
  font-weight: 500;
  font-size: 15px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}
section.ethical_management .divTableCell ul li ul li::after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  top: 12px;
  left: 1px;
  border-radius: 0px;
  border: 0px;
  background: rgba(0, 0, 0, 0.4);
}
section.ethical_management .divTableCell label.ul_label {
  display: block;
  padding-top: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: -0.05em;
  font-size: 17px;
  color: #000;
}
section.ethical_management .divTableCell .box_notice {
  background: #f6f6f6;
  max-height: 250px;
  padding: 20px 10px 20px 30px;
  color: rgba(0, 0, 0, 0.7);
}
section.ethical_management .divTableCell .box_notice .scroller {
  position: relative;
  padding-right: 20px;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
section.ethical_management .divTableCell .box_notice p {
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, 1);
}
section.ethical_management .divTableCell .agree {
  padding-top: 15px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
  text-align: right;
}
section.ethical_management .divTableCell .type {
  padding-top: 5px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
  text-align: left;
}
section.ethical_management .divTableCell .agree>input,
section.ethical_management .divTableCell .type>input {
  position: relative;
  display: inline-block;
}
section.ethical_management .divTableCell .agree>input:checked,
section.ethical_management .divTableCell .type>input:checked {
  color: #e87e04;
  border-color: #e87e04;
}
section.ethical_management .divTableCell .agree>label,
section.ethical_management .divTableCell .type>label {
  position: relative;
  display: inline-block;
  top: -2px;
}
section.ethical_management .divTableCell .agree .divider,
section.ethical_management .divTableCell .type .divider {
  position: relative;
  display: inline-block;
  width: 20px;
}
section.ethical_management .divTableHeading {
  display: table-header-group;
  font-weight: bold;
}
section.ethical_management .divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}
section.ethical_management .divTableBody {
  display: table-row-group;
}
section.ethical_management .divTableRow.faq ul {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}
section.ethical_management .divTableRow.faq ul li {
  /* min-height: 70px; */
  padding-left: 0px;
}
section.ethical_management .divTableRow.faq .divTableCell ul li::after {
  display: none;
}
section.ethical_management .divTableRow.faq ul li .q,
section.ethical_management .divTableRow.faq ul li .a>span {
  padding: 20px 65px;
  word-break: keep-all;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
}
section.ethical_management .divTableRow.faq ul li.active .q {
  border-bottom: 1px solid #e87e04;
  color: #e87e04;
}
section.ethical_management .divTableRow.faq ul li .a {
  overflow: hidden;
  height: 0px;
  transform: scaleY(0);
  transition: all .3s ease;
}
section.ethical_management .divTableRow.faq ul li .a>span {
  display: block;
  padding-left: 90px;
  background: #f6f6f6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
section.ethical_management .divTableRow.faq ul li .a>span>b {
  font-weight: 500;
}
section.ethical_management .divTableRow.faq ul li .a>span>span {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
section.ethical_management .divTableRow.faq ul li.active .a {
  height: auto;
  transition: all .3s ease;
  transform: scaleY(1);
}
section.ethical_management .divTableRow.faq ul li .q::after {
  content: "Q";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  background: #e87e04;
  color: #fff;
}
section.ethical_management .divTableRow.faq ul li .q i.btn {
  cursor: pointer;
  font-style: normal;
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
section.ethical_management .divTableRow.faq ul li .q i.btn::before,
section.ethical_management .divTableRow.faq ul li .q i.btn::after {
  content: "+";
  display: block;
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: opacity .3s ease, color .3s ease;
}
section.ethical_management .divTableRow.faq ul li .q i.btn:hover::after {
  color: #e87e04;
}
section.ethical_management .divTableRow.faq ul li .q i.btn::before {
  content: "-";
  line-height: 43px;
  transform: scaleX(1.5);
  opacity: 0;
  color: #e87e04;
}
section.ethical_management .divTableRow.faq ul li.active .q i.btn::after {
  opacity: 0;
}
section.ethical_management .divTableRow.faq ul li.active .q i.btn::before {
  opacity: 1;
}
section.ethical_management .divTableRow.faq ul li .a>span::after {
  content: "A";
  display: block;
  position: absolute;
  left: 41px;
  top: 12px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #c8c8c8;
  color: #fff;
}
section.ethical_management .divTableRow.faq ul li .a>span::before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 0px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  width: 15px;
  height: 30px;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
section.ethical_management ul.diagram {
  font-size: 0;
}
section.ethical_management ul.diagram li {
  font-size: 0px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  position: relative;
  padding-bottom: 0px;
}
section.ethical_management ul.diagram li::after {
  width: 52px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 84px;
  background: url('../images/sub/recruit_img2.png') right top no-repeat;
  background-size: cover;
  top: 112px;
  border-radius: 0px;
  border: 0px;
}
section.ethical_management ul.diagram li:last-child::after {
  display: none;
}
section.ethical_management ul.diagram li i {
  display: inline-block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
section.ethical_management ul.diagram li em {
  display: block;
  position: relative;
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: uppercase;
}
section.ethical_management ul.diagram li i::before {
  content: "";
  display: block;
  position: absolute;
  width: 145px;
  height: 145px;
  left: -6px;
  top: -6px;
  border-radius: 50%;
  border: 1px dashed #ff602b;
  opacity: 0.5;
}
section.ethical_management ul.diagram li i::after {
  content: "";
  display: block;
  position: absolute;
  width: 145px;
  height: 145px;
  left: 50%;
  margin-left: -73px;
  margin-top: -73px;
  top: 50%;
  background-image: url('../images/sub/education_guide_img1.png');
  background-position: center center;
  background-repeat: no-repeat;
}
section.ethical_management ul.diagram li:nth-of-type(1) i::after {
  background-image: url('../images/sub/education_guide_img1.png');
}
section.ethical_management ul.diagram li:nth-of-type(2) i::after {
  background-image: url('../images/sub/education_guide_img2.png');
}
section.ethical_management ul.diagram li:nth-of-type(3) i::after {
  background-image: url('../images/sub/education_guide_img3.png');
}
section.ethical_management ul.diagram li:nth-of-type(4) i::after {
  background-image: url('../images/sub/education_guide_img4.png');
}
section.ethical_management ul.diagram li h6 {
  word-break: keep-all;
  font-size: 22px;
  padding-top: 15px;
  font-weight: 300;
  color: #ff602b;
  letter-spacing: -0.05em;
  line-height: 34px;
}
section.ethical_management ul.diagram li p {
  padding: 0px 15px;
  padding-top: 15px;
  font-size: 15px;
}
section.ethical_management ul.diagram li .memo {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  word-break: keep-all;
  display: inline-block;
  width: 70%;
  letter-spacing: -0.03em;
  font-weight: 300;
}
.formTable {
  display: table;
  width: 100%;
}
.formTableRow {
  display: table-row;
}
.formTableRow:first-child .formTableCell {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.formTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.formTableCell, .formTableHead {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: table-cell;
  padding: 3px 10px;
  padding: 12px 0px;
}
.formTableRow.final .formTableCell {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.formTableCell:first-child {
  width: 20%;
  vertical-align: middle;
}
.formTableCell>span {
  color: #e87e04;
  font-size: 20px;
  display: inline-block;
  padding-left: 3px;
}
.formTableCell input[type="text"] {
  font-family: "NotoSansKR";
  width: 40%;
  font-size: 14px;
  box-sizing: border-box;
  background: #f6f6f6;
  line-height: 22px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, .1);
}
.formTableCell textarea {
  resize: none;
  font-family: "NotoSansKR";
  width: 97%;
  font-size: 14px;
  box-sizing: border-box;
  background: #f6f6f6;
  line-height: 22px;
  padding: 8px 10px;
  min-height: 300px;
  border: 1px solid rgba(0, 0, 0, .1);
}
.formTableCell input.f70 {
  width: 70%;
}
.formTableCell input.full {
  width: 97%;
}
.formTableCell input::placeholder {
  font-family: "NotoSansKR";
  color: rgba(0, 0, 0, 0.4)
}
.formTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.formTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.formTableBody {
  display: table-row-group;
}
.formTable_btn {
  width: 100%;
  text-align: right;
  display: table;
  padding-right: 2%;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.formTable_btn input.button {
  cursor: pointer;
  text-align: right;
  font-family: "NotoSansKR";
  background: #e87e04;
  color: #fff;
  border: 0px;
  padding: 0px 60px;
  display: inline-block;
  height: 45px;
  transition: background .3s ease;
}
.formTable_btn input.button:hover {
  background: #222;
}
section .tab_wrapper {
  font-size: 0px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
section.ethical_management .tab_wrapper .tabs.type1 {
  width: 100%;
  padding-top: 40px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
section.ethical_management .tab_wrapper .tabs.type1 ul {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
section.ethical_management .tab_wrapper .tabs.type1 ul li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 12px 20px 10px 23px;
  margin: 0px 10px;
  border: 1px dashed transparent;
}
section.ethical_management .tab_wrapper .tabs.type1 ul li.active {
  background: #fbf2ea;
  border: 1px dashed #e6ad6a;
  transition: all .3s ease;
  box-shadow: none;
}
section.ethical_management .tab_wrapper .tabs.type1 ul li a {
  color: #333;
  line-height: 20px;
  font-size: 16px;
  transition: color .3s ease;
}
section.ethical_management .tab_wrapper .tabs.type1 ul li.active a {
  color: #ff602b;
}
section.ethical_management .tab_wrapper .tabs.type1 ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  right: -15px;
  top: 50%;
  margin-top: -3px;
}
section.ethical_management .tab_wrapper .tabs.type1 ul li:last-child::after {
  display: none;
}
section.ethical_management .common_table {
  margin-top: 40px;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  box-sizing: border-box;
  background: url('../images/sub/ethical_management_img1.png') center center no-repeat;
  background-size: cover;
  font-size: 0px;
  padding: 40px 50px;
  text-align: center;
}
section.ethical_management .common_table ul li {
  display: inline-block;
  background: #fff;
  font-size: 17px;
  line-height: 60px;
  width: 32.5%;
}
section.ethical_management .common_table ul li:nth-of-type(2) {
  margin: 0px 1%;
}
section.ethical_management .common_table ul li a {
  display: block;
  color: #222;
  letter-spacing: -0.04em;
  position: relative;
}
section.ethical_management .common_table ul li a::after {
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  background: url('../images/sub/ethical_management_btn.png') center center no-repeat;
}
section.ethical_management .common_table ul li a::before {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 3px;
  width: 54px;
  height: 54px;
  background: url('../images/sub/ethical_management_ico.png') 0px 0px no-repeat;
}
section.ethical_management .common_table ul li:nth-of-type(2) a::before {
  background-position: -54px 0px;
}
section.ethical_management .common_table ul li:nth-of-type(3) a::before {
  background-position: -108px 0px;
}
section.ethical_management .iframe_map {
  position: relative;
  width: 1920px;
  height: 375px;
  left: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}
section.ethical_management .iframe_map iframe {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -960px;
  display: block;
  width: 1920px;
  height: 375px;
}
section.ethical_management.type2 .divTableCell ul li ul li>span {
  color: #ff602b;
}
section.ethical_management .global_img {
  margin-top: 40px;
  margin-bottom: 70px;
  width: 100%;
  height: 620px;
  background: url('../images/sub/ethical_management_global_img1.png') center center no-repeat;
  background-size: cover;
}
section.ethical_management.type2 .divTableCell label.ul_label {
  display: inline-block;
  padding: 5px 15px 3px 15px;
  border: 2px solid #ff602b;
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: 500;
  font-size: 17px;
  color: #ff602b;
}
section.ethical_management.type2 .divTableCell label.ul_label.type2 {
  margin-top: 40px;
}
section.business {
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0px 40px;
  overflow: visible;
}
section.business .imgs {
  margin: 0 auto;
  text-align: center;
}
section.business .imgs img {
  width: 100%;
  max-width: 900px;
}
section.business .wrapper {
  padding: 0px;
  width: 100%;
}
section.business p.des {
  word-break: keep-all;
  letter-spacing: -0.03em;
  position: relative;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  padding-bottom: 80px;
}
section.business p.des2 {
  word-break: keep-all;
  letter-spacing: -0.03em;
  position: relative;
  font-weight: 300;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 32px;
  font-size: 16px;
  padding: 40px 50px;
  background: rgba(0, 0, 0, .03);
  border: 3px solid rgba(0, 0, 0, .07);
  text-align: left;
}
section.business p.des2>span {
  font-weight: 400;
}
section .wrapper.full_width {
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f5f5;
  padding: 100px 50px;
  padding-bottom: 50px;
  text-align: center;
}
section.business .wrapper.full_width ul {
  width: 100%;
  max-width: 1240px;
  font-size: 0px;
  margin: 0 auto;
  vertical-align: top;
}
section.business .wrapper.full_width ul li {
  font-size: 0px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: 33.3%;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}
section.business .wrapper.full_width ul li i {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
section.business .wrapper.full_width ul li i::before {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 220px;
  left: -11px;
  top: -11px;
  border-radius: 50%;
  border: 1px dashed #ff602b;
  opacity: 0.5;
}
section.business .wrapper.full_width ul li i::after {
  content: "";
  display: block;
  position: absolute;
  width: 145px;
  height: 145px;
  left: 27px;
  top: 27px;
  background-image: url('../images/sub/business_led_img2.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
section.business .wrapper.full_width.type2 ul li i::after {
  background-image: url('../images/sub/business_led_img4.png');
}
section.business .wrapper.full_width ul li:nth-of-type(2) i::after {
  background-position: 0px 0px;
}
section.business .wrapper.full_width ul li:nth-of-type(2) i::after {
  background-position: -145px 0px;
}
section.business .wrapper.full_width ul li:nth-of-type(3) i::after {
  background-position: -290px 0px;
}
section.business .wrapper.full_width ul li:nth-of-type(4) i::after {
  background-position: 0px -145px;
}
section.business .wrapper.full_width ul li:nth-of-type(5) i::after {
  background-position: -145px -145px;
}
section.business .wrapper.full_width ul li:nth-of-type(6) i::after {
  background-position: -290px -145px;
}
section.business .wrapper.full_width ul li h6 {
  word-break: keep-all;
  font-size: 22px;
  padding-top: 35px;
  font-weight: 500;
  color: #ff602b;
  letter-spacing: -0.05em;
  line-height: 34px;
}
section.business .wrapper.full_width ul li .memo {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  word-break: keep-all;
  display: inline-block;
  width: 70%;
  letter-spacing: -0.03em;
  font-weight: 300;
}
section.business .wrapper.full_width.type2 ul li {
  padding-bottom: 20px;
  vertical-align: top;
  width: 50%;
}
section.business .wrapper.full_width.type2 ul li i {
  vertical-align: top;
}
section.business .wrapper.full_width.type2 ul li .memo {
  text-align: left;
  width: 100%;
}
section.business .wrapper.full_width.type2 ul li .memo span {
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
}
section.business .wrapper.full_width.type2 ul li .memo ul {
  padding-bottom: 20px;
}
section.business .wrapper.full_width.type2 ul li .memo ul li {
  font-size: 15px;
  width: 100%;
  text-align: left;
  position: relative;
  padding-bottom: 0px;
  padding-left: 12px;
  display: block;
}
section.business .wrapper.full_width.type2 ul li h6 {
  width: 100%;
  display: inline-block;
  text-align: left;
}
section.business .wrapper.full_width.type2 ul li>span {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
  display: inline-block;
}
section.business .wrapper.full_width.type2 ul li>span h6 {
  padding-top: 0px;
}
section.business .wrapper.full_width.type2 ul li .memo ul li::after {
  content: "-";
  left: 0px;
  top: -1px;
  display: block;
  position: absolute;
}
section.business .apply {
  font-size: 0px;
  max-width: 1340px;
  margin: 0 auto;
  vertical-align: top;
}
section.business .apply .item {
  width: 33.33%;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
section.business .apply .item .slick {
  width: 370px;
  margin: 0 auto;
  position: relative;
}
section.business .apply .item .slick ul.slick-dots {
  position: absolute;
  height: 80px;
  z-index: 5;
  left: 0px;
  box-sizing: border-box;
  padding-top: 55px;
  width: 100%;
  max-width: 100%;
  bottom: 0px;
  background: url('../images/sub/business_cnc_bg.png') center bottom repeat-x;
}
section.business .apply .item .slick ul.slick-dots li {
  display: inline-block;
  width: 13px;
  height: 7px;
  padding: 0px;
  margin: 0 auto;
}
section.business .apply .item .slick ul.slick-dots li button {
  background-color: #fff;
}
section.business .apply .item .slick ul.slick-dots li.slick-active button {
  background-color: #f6bb42;
}
section.business .wrapper.full_width .apply .item .slick ul.slick-dots li button {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  font-size: 0px;
  padding: 0px;
  border-radius: 50%;
  border: 0px;
}
section.business .apply .item .imgs {
  background: rgba(255, 255, 255, 1);
}
section.business .apply .item .tag {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 20px;
  background: #f6bb42;
  text-align: left;
  z-index: 10;
}
section.business .apply .item .tag>span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 26px;
  color: #222;
}
section.business .apply .item .tag>p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 21px;
  color: #fff;
}
section.business .apply .item i.number {
  padding: 0px 15%;
  padding-top: 35px;
  font-size: 21px;
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: 700;
}
section.business .apply .item p.des {
  max-width: auto;
  padding: 0px 15%;
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px;
  display: block;
  text-align: left;
  word-break: keep-all;
  letter-spacing: -0.03em;
  font-weight: 300;
}
section.business .apply .item p.des2 {
  margin: 0px 15%;
  margin-top: 20px;
  padding: 0px;
  border: 0px;
  background: transparent;
}
section.business .apply .item p.des2 span {
  background: #222;
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left;
  word-break: keep-all;
  letter-spacing: -0.03em;
  font-weight: 200;
  padding: 12px 15px;
  color: #fff;
}
h3.title2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.05em;
  text-align: center;
  padding-top: 100px;
}
section.business .wrapper.full_width.type3 {
  padding-top: 50px;
}
section.business .wrapper.full_width.type3 .bg.white {
  width: 100%;
  background: #fff;
  height: 30%;
  position: absolute;
  left: 0px;
  top: 0px;
}
section.product_common_list {
  position: relative;
  vertical-align: top;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0px 20px;
  box-sizing: border-box;
  font-size: 0px;
}
section.product_common_list .category {
  vertical-align: top;
  width: 23%;
  font-size: 0px;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 1%;
}
section.product_common_list .product_items {
  padding-left: 1%;
  vertical-align: top;
  width: 77%;
  display: inline-block;
  box-sizing: border-box;
}
section.product_common_list .category .wrap {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin-right: 1%;
}
section.product_common_list .category .wrap ul li {
  vertical-align: top;
  position: relative;
}
section.product_common_list .category .wrap ul li input[type="checkbox"] {
  width: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  height: 20px;
  position: absolute;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
section.product_common_list .category .wrap ul li input[type="checkbox"]::after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
}
section.product_common_list .category .wrap ul li input[type="checkbox"]:checked::after {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 0px;
  background: #ff602b;
  content: "";
  display: block;
}
section.product_common_list .category .wrap ul li input[type="checkbox"]:checked::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #ff602b;
  content: "";
  display: block;
}
section.product_common_list .category .wrap ul li input[type="checkbox"]:checked+label {
  color: #ff602b;
}
section.product_common_list .category .wrap ul li label {
  font-size: 15px;
  padding-top: 2px;
  display: inline-block;
  line-height: 19px;
  vertical-align: top;
  padding-left: 40px;
}
section.product_common_list .category .wrap>ul {
  padding: 30px 15px;
}
section.product_common_list .category .wrap ul li ul {
  padding-left: 31px;
  margin-left: 12px;
  margin-top: 17px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
section.product_common_list .category .wrap ul li,
section.product_common_list .category .wrap ul li ul li {
  padding-bottom: 17px;
}
section.product_common_list .category .wrap ul li:last-child,
section.product_common_list .category .wrap ul li ul li:last-child {
  padding-bottom: 0px;
}
section.product_common_list .product_items ul {
  font-size: 0px;
}
section.product_common_list .product_items ul li {
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  width: 300px;
  margin: 0px;
  margin-bottom: 2%;
  box-sizing: border-box;
  min-height: 300px;
  background: #f5f5f5;
  transition: background .3s ease;
}
section.product_common_list .product_items ul li:hover {
  background: #eeb04d;
}
section.product_common_list .product_items ul li .product_img {
  padding: 40px 25px;
  box-sizing: border-box;
  width: 100%;
  min-height: 400px;
  height: 70%;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.product_common_list .product_items ul li .product_img::after {
  width: calc(100% - 50px);
  content: "";
  left: 25px;
  position: absolute;
  bottom: -20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
section.product_common_list .product_items ul li .tag {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  padding: 0px 40px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 300;
  transition: background .3s ease;
}
section.product_common_list .product_items ul li .brand {
  padding-top: 30px;
}
section.product_common_list .product_items ul li .brand img {
  max-width: 100%;
}
section.product_common_list .product_items ul li .spec {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 25px;
  padding-bottom: 30px;
}
section.product_common_list .product_items ul li .spec ul li {
  width: 100%;
  height: auto;
  min-height: auto;
  background: transparent;
  line-height: 18px;
  position: relative;
}
section.product_common_list .product_items ul li .spec ul li span {
  font-size: 14px;
  color: #222;
}
section.product_common_list .product_items ul li .spec ul li span:first-child {
  font-weight: 500;
  position: absolute;
  display: inline-block;
}
section.product_common_list .product_items ul li .spec ul li span:last-child {
  padding-left: 35%;
  display: inline-block;
  font-weight: 300;
  word-break: break-word;
}
section.product_common_list .product_items ul li .spec button {
  cursor: pointer;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  border: 0px;
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  font-family: "NotoSansKR";
  font-weight: 300;
  transition: background .3s ease;
}
section.product_common_list .product_items ul li:hover .tag,
section.product_common_list .product_items ul li:hover .spec button {
  background: rgba(0, 0, 0, 0.7);
}
section.product_common_detail {
  max-width: 1280px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
section.product_common_detail .brand img {}
section.product_common_detail h3 {
  padding-top: 30px;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #ff602b;
  word-break: keep-all;
}
section.product_common_detail p {
  width: 80%;
  word-break: keep-all;
  padding-top: 30px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.05em;
  font-weight: 300;
}
section.product_common_detail .slick.big {
  text-align: center;
}
section.product_common_detail .slick.big img {
  text-align: center;
  display: inline-block;
  max-width: 700px;
  width: 70%;
}
section.product_common_detail .slick.big button {
  border-radius: 0px;
  position: absolute;
  border: 0px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #222;
  top: 50%;
  margin-top: -35px;
  z-index: 2;
  font-size: 0px;
  background: url('../images/sub/product_img_btn.png') 0px 0px no-repeat;
}
section.product_common_detail .slick.big button.slick-next {
  right: 0px;
  background-position: -70px 0px;
}
section.product_common_detail .slick.big button.slick-prev {
  background-position: 0px 0px;
  left: 0px;
}
section.product_common_detail .slick.big button.slick-next:hover {
  background-position: -70px -70px;
}
section.product_common_detail .slick.big button.slick-prev:hover {
  background-position: 0px -70px;
}
section.product_common_detail .case {
  background: #f5f5f5;
  position: relative;
  width: 1920px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}
section.product_common_detail .case .wrap {
  width: 100%;
  max-width: 1280px;
  padding-top: 120px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
section.product_common_detail .slick.small img {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  display: inline-block;
}
section.product_common_detail .title4 {
  margin-left: 0%;
  padding: 0px 0px;
  padding-bottom: 40px;
  font-size: 32px;
  letter-spacing: -0.05em;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
section.product_common_detail .title4>span {
  font-size: 26px;
  color: #eeb04d;
  font-weight: 500;
  padding-left: 10px;
}
section.product_common_detail .title4.type1 {
  margin-top: 120px;
  margin-bottom: -120px;
}
section.product_common_detail .title4.type2 {
  padding-bottom: 20px;
}
section.product_common_detail .title4.mt100 {
  margin-top: 100px;
}
section.product_common_detail .slick.small div.item {
  width: 33.33%;
}
section.product_common_detail .slick.small div.item p {
  padding: 0px;
  padding-top: 20px;
  width: 90%;
  font-size: 18px;
  line-height: 24px;
  margin-left: 5%;
}
section.product_common_detail .slick.small ul.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
  box-sizing: border-box;
  bottom: -40px;
}
section.product_common_detail .slick.small ul.slick-dots li {
  display: inline-block;
  width: 13px;
  height: 7px;
  padding: 0px;
  margin: 0 auto;
}
section.product_common_detail .slick.small ul.slick-dots li button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
}
section.product_common_detail .slick.small ul.slick-dots li.slick-active button {
  background-color: #f6bb42;
}
section.product_common_detail .slick.small ul.slick-dots li button {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  font-size: 0px;
  padding: 0px;
  border-radius: 50%;
  border: 0px;
}
section.product_common_detail .features {
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  max-width: 1280px;
  /* padding: 0px 40px; */
}
section.product_common_detail .features .title4 {
  margin-left: 0px;
  /* margin-left: 1.5%; */
}
section.product_common_detail .features .pic {
  text-align: center;
}
section.product_common_detail .features .pic img {
  max-width: 1000px;
  width: 100%;
}
section.product_common_detail .features {
  font-size: 0px;
}
section.product_common_detail .features ul {
  padding-top: 100px;
}
section.product_common_detail .features ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0px 45px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
section.product_common_detail .features ul li h4 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.05em;
}
section.product_common_detail .features ul li p {
  letter-spacing: -0.05em;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
section.product_common_detail a.btn {
  padding: 18px 100px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #ff602b;
}
section.product_common_detail a.btn.type2 {
  font-size: 16px;
  padding: 14px 30px;
  margin-left: 3px;
  cursor: pointer;
}
section.product_common_detail a.btn.black {
  background: #222;
}
section.product_common_detail .btn_align_wrapper.type2 {
  padding-top: 0px;
  z-index: 1;
  margin-top: -55px;
  position: relative;
}
section.product_common_detail .quick_link {
  text-align: right;
  z-index: 5;
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
}
section.product_common_detail .quick_link h4 {
  font-size: 22px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 20px;
}
section.product_common_detail .quick_link .quick_list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}
section.product_common_detail .quick_link .quick_list .item {
  line-height: 24px;
}
section.product_common_detail .quick_link .quick_list .item a {
  color: #222;
  display: block;
  font-size: 15px;
  transition: color .3s ease;
}
section.product_common_detail .quick_link .quick_list .item a:hover {
  color: #eeb04d;
}
section.product_common_detail .quick_link .quick_list button {
  cursor: pointer;
  background: url('../images/sub/product_img_arrow.png') 0px 0px no-repeat;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  width: 30px;
  height: 30px;
  border: 0px;
  position: absolute;
  bottom: -35px;
  right: 0px;
  opacity: 0.25;
  transition: opacity .3s ease;
}
section.product_common_detail .quick_link .quick_list button:hover {
  opacity: 1;
}
section.product_common_detail .quick_link .quick_list button.slick-prev {
  background-position: -30px 0px;
}
section.product_common_detail .quick_link .quick_list button.slick-next {
  right: 30px;
}
section.recruit,
section.data_center {
  max-width: 1280px;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
section.data_center .chartTable.type2{
	margin-bottom:100px;
}
section.recruit {
  overflow: visible;
}
section.recruit .wrapper.full_width {
  padding: 40px;
  padding-top: 70px;
}
section.recruit .wrapper.full_width ul {
  width: 100%;
  max-width: 1240px;
  font-size: 0px;
  margin: 0 auto;
  vertical-align: top;
}
section.recruit .wrapper.full_width ul li {
  font-size: 0px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  position: relative;
  padding-bottom: 0px;
}
section.recruit .wrapper.full_width ul li::after {
  width: 64px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  background: url('../images/sub/recruit_img2.png') 0px 0px no-repeat;
  background-size: cover;
  top: 100px;
}
section.recruit .wrapper.full_width ul li:last-child::after {
  display: none;
}
section.recruit .wrapper.full_width ul li i {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
section.recruit .wrapper.full_width ul li i::before {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 220px;
  left: -11px;
  top: -11px;
  border-radius: 50%;
  border: 1px dashed #ff602b;
  opacity: 0.5;
}
section.recruit .wrapper.full_width ul li i::after {
  content: "";
  display: block;
  position: absolute;
  width: 145px;
  height: 145px;
  left: 27px;
  top: 27px;
  background-image: url('../images/sub/recruit_img1.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
section.recruit .wrapper.full_width ul li:nth-of-type(2) i::after {
  background-position: 0px 0px;
}
section.recruit .wrapper.full_width ul li:nth-of-type(2) i::after {
  background-position: -145px 0px;
}
section.recruit .wrapper.full_width ul li:nth-of-type(3) i::after {
  background-position: -290px 0px;
}
section.recruit .wrapper.full_width ul li:nth-of-type(4) i::after {
  background-position: 0px -145px;
}
section.recruit .wrapper.full_width ul li:nth-of-type(5) i::after {
  background-position: -145px -145px;
}
section.recruit .wrapper.full_width ul li:nth-of-type(6) i::after {
  background-position: -290px -145px;
}
section.recruit .wrapper.full_width ul li h6 {
  word-break: keep-all;
  font-size: 22px;
  padding-top: 35px;
  font-weight: 500;
  color: #ff602b;
  letter-spacing: -0.05em;
  line-height: 34px;
}
section.recruit .wrapper.full_width ul li .memo {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  word-break: keep-all;
  display: inline-block;
  width: 70%;
  letter-spacing: -0.03em;
  font-weight: 300;
}
section.recruit .half {
  display: inline-block;
  font-size: 0px;
  box-sizing: border-box;
  vertical-align: top;
}
section.recruit .half:first-child {
  padding-top: 100px;
  padding-left: 70px;
  width: 40%;
}
section.recruit .half:last-child {
  width: 60%;
  vertical-align: bottom;
}
section.recruit .half h5 {
  font-size: 17px;
  display: inline-block;
  line-height: 30px;
  padding: 0px 15px;
  border: 2px solid rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  letter-spacing: -0.05em;
}
section.recruit .wrapper2 {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px solid #222;
  font-size: 0px;
}
section.recruit .half h2 {
  margin-top: 40px;
  font-size: 35px;
  display: block;
  word-break: keep-all;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
section.recruit .half a.btn {
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 50px;
  font-weight: 200;
  background: #222;
  color: #fff;
}
section.recruit .half img {
  width: 100%;
  vertical-align: bottom;
}
section.recruit .half span {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.05em;
}
section.recruit .half span a {
  color: #e87e04;
  text-decoration: underline;
}
section.qna.ethical_management .divTable.type2 .divTableCell:first-child,
section.qna.ethical_management .divTable.type3 .divTableCell:first-child,
section.qna.ethical_management .divTable.type2.add_type3 .divTableCell:first-child, section.qna.ethical_management .divTableCell:first-child {
  width: 100%;
  padding-bottom: 0px;
  border-bottom: 0px;
}
section.qna.ethical_management .divTableBody,
section.qna.ethical_management .divTableRow,
section.qna.ethical_management .divTableCell,
section.qna.ethical_management .divTableHead {
  display: block;
}
section.qna.ethical_management .divTable {
  display: block;
  width: 100%;
  border: 0px;
}
section.qna.ethical_management .divTableCell:first-child {
  display: none;
}
section.qna.ethical_management .divTableCell:last-child {
  display: block;
  width: 100%;
}
section.qna.ethical_management .divTableCell,
section.qna.ethical_management .divTableHead {
  border-bottom: 0px;
}
section.qna.ethical_management .divTableRow.faq ul li .q>span {
  padding: 7px 15px;
  word-break: keep-all;
  line-height: 22px;
  position: relative;
  font-size: 13px;
  margin-right: 10px;
  color: #fff;
  background: #333;
}
section.qna.ethical_management .divTableRow.faq ul li .q>div {
  display: none;
}
section.qna.ethical_management .divTableRow.faq ul li.active .q>span {
  background: #e87e04;
}
section.notice .wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0px 20px;
  margin: 0 auto;
}

section.notice .noticeTable {
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
section.notice .noticeTable a {
  display: block;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.notice .noticeTable a:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}
section.notice .noticeTable .cell {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px;
}
section.notice .noticeTable .cell.tag {
  width: 15%;
  padding-top: 7px;
}
section.notice .noticeTable .cell.tag span {
  display: inline-block;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  padding: 0px 12px;
  background: #ff602b;
}
section.notice .noticeTable .cell.title {
  width:25%;
  font-family: "NotoSansKR";
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.05em;
  word-break: keep-all;
  text-align: left;
  color: #222;
}
section.notice .noticeTable .cell.memo {
  width: 37%;
  font-family: "NotoSansKR";
  word-break: keep-all;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
section.notice .noticeTable .cell.memo p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom:30px;
}
section.notice .noticeTable .cell.memo i {
  display: block;
  word-break: keep-all;
  font-size: 13px;
  line-height: 22px;
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 300;
  font-family: "Montserrat", "NotoSansKR";
  color: rgba(0, 0, 0, 0.5);
}
section.notice .noticeTable .cell.img {
  width: 23%;
  height: 170px;
}
section.notice .noticeTable .cell.img .thumb {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
section.notice .noticeTable.detail {
  padding: 30px 20px;
  font-size: 0px;
 /*  border-bottom: 2px solid rgba(0, 0, 0, 1); */
}
section.notice .noticeTable.detail .cell.tag {
  width: 200px;
}
section.notice .noticeTable.detail>span {
  display: inline-block;
  width: calc(100% - 200px);
}
section.notice .noticeTable.detail>span .cell {
  width: 100%;
}
section.notice .noticeTable.detail .cell.tag {
  padding-top: 7px;
}
section.notice .noticeTable.detail>span .title {
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 30px;
}
section.notice .noticeTable.detail>span .memo {
  word-break: keep-all;
  padding-bottom: 20px;
}
section.notice .noticeTable.detail>span .memo i {
  padding-top: 10px;
  padding-bottom: 40px;
}
section.notice .noticeTable.detail>span .memo img {
  width: 90%;
  margin: 0px 5%;
  padding-bottom: 40px;
}
.notice h3 {

    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.notice b {
    display: inline-block;
    padding: 0px 35px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-weight: 300;
    height: 16px;
}
.notice b.attachment{
	display: flex;
    padding: 8px 15px;
    margin-left: 210px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-weight: 300;
    height: 16px;
	}

.notice b.attachment i {
    margin-right: 3px;
    margin-left: 2px;
    vertical-align: bottom;
    background: url("../images/common/attachment_ico.png") left bottom;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.notice b span {
    color: #000;
}
 .notice b.attachment span {
    font-size: 12px;}



.list_content{
	position:relative;
	width:50%;
	float:left;
	margin-bottom: 30px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 1);
	margin-top:50px
}
.list_content h3{
  color: #333;
  font-size: 14px;
  padding: 0px 20px;
  height: 56px;
  line-height: 56px;
  min-width: 200px;
  overflow: hidden;
  float: left;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_content .arrow{
	text-align: center;
	width:105px;
	height:20px;
	padding:18px 0px;
	background:#f0f0f0;
	float:left;
	color:#333;
}
.list_content .arrow i{
	display: inline-block;
	width:16px;
	margin-left:10px;
	height:10px;
	background:url("../images/common/pagination_ico1.png") -16px 0px;
}
.list_content .arrow.prev_ico i{
		margin-right:10px;
		margin-left:0px;
		background-position:-16px -10px;
}
.list_content.next_article h3{
  width: calc(100% - 105px);
  border-left: 1px solid rgba(0,0,0,0.2);
  text-align: right;
  box-sizing: border-box;
  padding-left:100px;
}
.list_content:hover *{
	color:#fff;
}
.list_content:hover{
	background:#666;
}
.list_content:hover .arrow{
	background:#222;
}
.list_content:hover .arrow i{
	background-position:0px -10px;
}
.list_content.next_article:hover .arrow i{
	background-position:0px 0px;
}

section.notice a.btn {
  line-height: 44px;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 60px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ff602b;
  color: #fff;
}
section.sitemap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0px 20px;
  margin: 0 auto;
  font-size: 0px;
  padding-bottom: 40px;
  vertical-align: top;
}
section.sitemap ul.gnb li {
  vertical-align: top;
  padding: 0px 3%;
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
}
section.sitemap ul.gnb li a {
  display: block;
  padding-bottom: 20px;
  font-size: 20px;
  word-break: keep-all;
  text-transform: capitalize;
  color: #222;
  transition: color .3s ease;
}
section.sitemap ul.gnb>li>a {
  margin-left: -3px;
}
section.sitemap ul.gnb>li:hover>a {
  color: rgba(231, 127, 3, 1);
}
section.sitemap ul.gnb li.hidden {
  display: none;
}
section.sitemap ul.gnb li ul li {
  display: block;
  padding-left: 15px;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
section.sitemap ul.gnb li:hover ul li {
  border-left: 1px solid rgba(231, 127, 3, 0.5);
}
section.sitemap ul.gnb li ul li a {
  word-break: keep-all;
  font-size: 15px;
  display: block;
  line-height: 18px;
  padding: 5px 0px;
  color: #222;
  transition: color .3s ease;
}
section.sitemap ul.gnb li ul li a:hover {
  color: #e77f04;
}
.brochureCell a.btn,
.chartTableCell a.btn {
  line-height: 34px;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 20px;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #ff602b;
  transition: color .3s ease, background .3s ease;
}
.brochureCell a.btn:hover,
.chartTableCell a.btn:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ff602b;
  color: #fff;
}
.btn_align_wrapper {
  display: block;
  padding: 20px 0px;
  padding-top: 60px;
}
section.notice .btn_align_wrapper {
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
}
.btn_align_wrapper.center {
  text-align: center;
}
.btn_align_wrapper.right {
  text-align: right;
}
.chartTable {
  display: table;
  width: 100%;
}
.chartTable_img {
  position: relative;
  vertical-align: top;
  height: auto;
  width: 12%;
  display: inline-block;
}
.chartTable_img img {
  width: 100%;
  position: relative;
  max-width: 138px;
}
.chartTable_wrap {
  width: 88%;
  padding-bottom: 30px;
  display: inline-block;
}
.chartTableRow {
  display: table-row;
  background: #f0f0f0;
}
.chartTableRow:nth-of-type(2n-1) {
  background: #f9f9f9;
}
.chartTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.chartTableCell, .divTableHead {
  width:20%;
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
  padding: 3px 10px;
}
.chartTableCell:last-child, .divTableHead:last-child {
  border-right: 0px;
}
.divTableHead {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #660f6a;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 18px 0px;
}
.divTableHead.cols2 {
	width: 8%;
}
.divTableHead.cols3 {
	width: 8%;
}
.divTableHead.cols4 {
    text-align: center !important;
    padding-left: 18px !important;
    width: 40%;
}
.divTableHead.cols5{
	width: 5%;
}
.cols4 {
    text-align: left !important;
    padding-left: 10px !important;
}
.chartTableCell {
  line-height: 20px;
  text-align: center;
  padding: 18px 0px;
}
.cols_addr {
	text-align: left;
}
.chartTableCell.half {
  width: 50%;
}
.chartTableCell>span {
  width: 80px;
  background: #5e5b5a;
  font-weight: 300;
  color: #fff;
  padding: 3px 15px;
  font-size: 13px;
  margin-right: 10px;
  display: none;
}
.chartTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.chartTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.chartTableBody {
  display: table-row-group;
}
.chartTable {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}
.chartTable.type2 .chartTableCell:first-child {
  vertical-align: middle;
  padding: 0px;
}
.brochureTable {
  font-size: 0px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
.brochureCell {
  display: inline-block;
  width: 25%;
  padding-bottom: 70px;
}
.brochureCell p {
  padding-top: 20px;
  padding-left: 58px;
  padding-bottom: 25px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 24px;
}
.brochureTable.type2 .brochureCell p {
  padding-left: 10%;
  padding-right: 10%;
}
.brochureCell a.btn {
  margin-left: 156px;
}
.brochureCell .brochure {
  width: 330px;
  height: 270px;
  position: relative;
}
.brochureCell .brochure .cover {
  width: 200px;
  height: 256px;
  position: absolute;
  left: 60px;
  top: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03);
}
.brochureTable.type2 .brochureCell .brochure {
  width: 100%;
  height: 200px;
}
.brochureTable.type2 .brochureCell .brochure .cover {
  width: 80%;
  left: 10%;
  background-position: center center;
  height: 100%;
}
.brochureCell .brochure .cover_bg {
  width: 330px;
  height: 270px;
  position: relative;
  background: url('../images/sub/data_center_img1.png')
}
.brochureCell .brochure .tag {
  position: absolute;
  line-height: 30px;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  z-index: 2;
  left: 42px;
  top: 18px;
  background: #f6bb42;
  color: #222;
}
.pagination {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  font-size: 0px;
}
.pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 3px;
}
.pagination a.ico {
  background: url('../images/sub/common_board_ico.png') 0px 0px no-repeat;
}
.pagination a.ico.first {
  background-position: 0px 0px;
}
.pagination a.ico.last {
  background-position: -32px 0px;
}
.pagination a.ico.prev,
.pagination a.ico.next {
  background-position: -64px 0px;
}
.pagination a.ico.first:hover {
  background-position: 0px -32px;
}
.pagination a.ico.last:hover {
  background-position: -32px -32px;
}
.pagination a.ico.prev:hover,
.pagination a.ico.next:hover {
  background-position: -64px -32px;
}
.pagination a.number {
  font-size: 14px;
  line-height: 32px;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid transparent;
}
.pagination a.number:hover {
  color: #ff602b;
}
.pagination a.number.active {
  color: #ff602b;
  border-bottom: 3px solid #ff602b;
}
section.schedule {
  max-width: 1280px;
  padding: 0px 40px;
}
section.schedule .year_month_label {
  vertical-align: top;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
section.schedule .year_month_label .arrow_left {
  vertical-align: top;
  background: url('../images/sub/arrow_left2.png') center center no-repeat;
  width: 19px;
  height: 25px;
  display: inline-block;
  margin-top: 8px;
}
section.schedule .year_month_label .arrow_right {
  vertical-align: top;
  background: url('../images/sub/arrow_right2.png') center center no-repeat;
  width: 19px;
  height: 25px;
  display: inline-block;
   margin-top: 7px;
}
section.schedule .year_month_label .year_month {
  vertical-align: top;
  font-size: 32px;
  line-height: 40px;
  padding: 0 20px;
}
section.schedule .year_month_label .today {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 30px;
  border: 0px;
  text-indent: 5px;
  color: #fff;
  position: absolute;
  right: 40px;
  font-weight: 500;
  line-height: 40px;
}
section.schedule .divTable {
  display: table;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}
section.schedule .divTableRow {
  display: table-row;
}
section.schedule .divTableHeading {
  display: table-header-group;
}
section.schedule .divTableCell, section.schedule .divTableHead_common {
  display: table-cell;
  font-size: 16px;
  width: calc(100% / 7);
  line-height: 1;
  text-align: center;
  padding: 13px 10px;
}
section.schedule .divTableHead_common {
  background: transparent;
}
section.schedule .divTableHead_common.saturday {
  color: #ba9d93;
}
section.schedule .divTableRow .divTableCell:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
section.schedule .divTableRow:nth-of-type(2) .divTableCell {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section.schedule .divTableRow:last-child .divTableCell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.schedule .divTableRow .divTableCell {
  position: relative;
  height: 140px;
  box-sizing: border-box;
  padding-top: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.schedule .divTableRow .divTableCell.prev_month,
section.schedule .divTableRow .divTableCell.next_month {
  background: #f7f7f7;
}
section.schedule .divTableRow .divTableCell.prev_month .date,
section.schedule .divTableRow .divTableCell.next_month .date {
  opacity: 0.5;
}
section.schedule .divTableRow .divTableCell .date {
  letter-spacing: -0.05em;
}
section.schedule .divTableRow .divTableCell .date {
  position: absolute;
  font-weight: 300;
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-indent: -1px;
  top: 8px;
  right: 6px;
}
section.schedule .divTableRow .divTableCell .date_sunday {
  letter-spacing: -0.05em;
}
section.schedule .divTableRow .divTableCell .date_sunday {
  position: absolute;
  font-weight: 300;
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-indent: -1px;
  top: 8px;
  right: 6px;
  color: #ff0000;
}
section.schedule .divTableRow .divTableCell.past .date {
  color: #878787;
}
section.schedule .divTableRow .divTableCell.today .date {
  color: #fff;
  background: #ff602b;
  border-radius: 50%;
}
section.schedule .divTableRow .divTableCell ul li {
  text-align: left;
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding: 2px 0px 2px 15px;
  position: relative;
}
section.schedule .divTableRow .divTableCell ul li>i {
  position: absolute;
  left: 4px;
  top: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
section.schedule .divTableRow .divTableCell.past ul {
  opacity: 0.5;
}
section.schedule .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
section.schedule .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
section.schedule .divTableBody {
  display: table-row-group;
}
section.schedule .list_table {
  padding-bottom: 100px;
}
section.schedule .list_table ul {
  display: none;
}
section.schedule .list_table ul li {
  position: relative;
  line-height: 20px;
  padding: 10px;
  padding-left: 15px;
  min-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.schedule .list_table ul li>i {
  position: absolute;
  left: 4px;
  top: 17px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
section.executives .wrapper {
  max-width: 1280px;
  padding: 0px 40px;
  padding-top: 50px;
  padding-bottom: 100px;
}
section.executives ul {
  font-size: 0px;
}
section.executives ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}
section.executives ul li:last-child .name{
	padding-left:23px;
}
section.executives ul li .face {
  position: relative;
  z-index: 1;
  width: 0px;
  height: 63px;
  display: none;
  vertical-align: top;
  background-position: center center;
  border-radius: 50%;
  background-color: #f7f7f7;
}
section.executives ul li .name {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    padding-left: 55px;
    padding-top: 15px;
}
section.executives ul li i {
  position: relative;
  font-style: normal;
  padding: 0px 10px;
  box-sizing: border-box;
  min-width: 120px;
  line-height: 45px;
  color: #fff;
  font-weight: 300;

  background: #660f6a;
}

section.executives ul li.last {
  margin-bottom: 100px;
}
section.executives ul li .name h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 12px;
}
section.executives ul li .name h6 {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}
.divTable.short_height .divTableHead,
.divTable.short_height .chartTableCell {
  padding: 12px 0px;
}
.divTable.short_height {
  padding-left: 14%;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
.divTable.short_height .divTableBody {
  position: relative;
  z-index: 1;
  width: 100%;
}
.divTable.short_height i {
  position: absolute;
  font-style: normal;
  text-align: center;
  width: 100px;
  line-height: 30px;
  color: #fff;
  top: 15px;
  margin-top: -15px;
  font-weight: 200;
  left: 0px;
  background: #000;
}

section.organization .wrapper {
  max-width: 1280px;
  padding: 0 10px;
  padding-bottom: 100px;
  margin: 0 auto;
  text-align: center;
}
section.organization .wrapper img {
  margin: 0 auto;
  text-align: center;
}
section.organization .wrapper img.mobile {
  display: none;
}
section.organization .wrapper .dotted_line {
  margin: 80px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
section.executives.type2 ul li {
  padding-bottom: 70px;
  width: 100%;
}
section.executives.type2 ul li i {
  display: inline-block;
  text-align: center;
}
section.executives.type2 ul li .half {
  position: relative;
  text-align: left;
}
section.executives.type2 ul li .half.no_title{
  position: absolute;
}
section.executives.type2 .divTable.short_height {
  padding: 0;
  padding-top: 0px;
  width: 100%;
  padding-left:180px;

}
/* 0911 MAGAZINE_LIST   PAGE */
.magazine_section{
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.magazine_list{
	padding-top: 60px;
	font-size: 0;
	border-top: 1px solid #000;
  height: 1610px;
  width: 100%;
}
.magazine_list li{
	display: inline-block;
	width: 30%;
	margin-left: 5%;
	text-align: center;
}
.magazine_list li:nth-child(3n - 5) {
	margin-left: 0;
}
.magazine_list li:nth-child( n+4){
	margin-top: 50px;
}
.img_box{
	display: inline-block;
	min-height: 320px;
}
.img_box img{
	width: 100%;
}
.text_box{
	margin-top: 20px;
	font-size: 20px;
	color: #000;
}
.decoration_btn{
	display: inline-block;
	width: 45%;
	padding: 15px 0;
	margin-top: 20px;
	border: 1px solid rgba(0,0,0,0.4);
	transition: all .3s ease;
	color: #000;
}
.magazine_list li:hover .decoration_btn {
	background-color: #ff602b;
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}
/*
	2020.09.11
	/ hygiene_edu/new_business/education_introduce/
*/
.control_map .hide{
	display: none;
}
.control_map .root_daum_roughmap{
	width: 100%;
}
.control_map .search_select{
	margin-top: 50px;
}
/*
	2020.09.15
	/branch tab_list
*/
.branch_tab{
	padding: 0 25px 30px;
}
.branch_tab_list{
	font-size: 0;
}
.branch_tab_list li{
	display: inline-block;
	width: 6.25%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.branch_tab_list li:last-child{
	border-right: 1px solid rgba(0,0,0,0.2);
}
.branch_tab_list li:hover{
	background-color: #ff602b;
	color: #fff;
}
.branch_tab_list li.active{
	background-color: #ff602b;
	color: #fff;
	font-weight: 500;
}
/*
	2020.09.16
	/branch select
*/
.new_select_box{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
	box-sizing: border-box;
}
section.notice .wrapper.add_style{
	margin-top: 20px;
}
.new_select_box select{
	border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
}
/* .select_metropolis{
	min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.select_metropolis option{
	line-height: 30px;
    font-size: 16px;
    padding: 5px 0px;
} */


/* 2020.09.21 branch table 수정 */
section.branch .divTable.type2 .divTableCell:first-child {
  margin-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
}

section.branch .divTable.type2 .divTableCell:first-child {
  margin-bottom: 0 !important;
}

section.branch .search_select.type2 {
  text-align: center;
}


/* 2020.09.21 education_guide */
section.education_guide .divTable.type2 .divTableCell:first-child {
  border-bottom: 0;
}

section.education_guide .divTable.type2 .divTableCell:first-child {
  border-bottom: 0;
  margin: 20px 0px !important;
}

.chartTableCell,
.divTableHead{
	width: auto;
	vertical-align: middle;
}

/* 0917 planning 수정 */
.section_title{
	display: block;
	width: 100%;
	font-size: 22px;
	text-align: center;
}
.section_title:after{
	content: '';
	display: block;
	width: 2px;
	height: 50px;
	margin: 15px auto 0;
	background-image: linear-gradient(to bottom, #000, transparent);
}
section.ethical_management.section_new_style .divTableRow{
	display: block;
	margin-top: 50px;
}
section.ethical_management .divTable.type2 .divTableCell:first-child{
	display: block;
	width: 100%;
	padding: 0;
	margin: 20px 0;
}

section.ethical_management.section_new_style .diagram{

}
section.ethical_management.section_new_style .divTableCell{
	display: block;
	text-align: center;
}
section.ethical_management.section_new_style .divTableCell{
	border: 0 none;
}
section.ethical_management .divTable.type2 .divTableCell_v2{display:inline-block !important; width: 16% !important; margin-top:36px !important;padding-top: 16px !important; box-sizing: border-box;}
section.ethical_management .divTableCell_v3{float:right; width:80%;padding: 40px 0; box-sizing:border-box;}
.first_section{
	position : relative;
	padding-top: 50px;
	padding-bottom: 90px;
	background: url(../images/sub/bg_planning.png) no-repeat center;
	background-size: cover;
}
.first_section:before,
.first_section:after{
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 300px;
	left: 50px;
	bottom: 45px;
	background: url(../images/sub/bg_planning_decoline.png) no-repeat center;
	z-index: 9
}
.first_section:after{
	transform: rotate(180deg);
	bottom: auto;
	left: auto;
	top: 20px;
	right: 50px;
}
.section_contents{
	margin-top: 50px;
	text-align: center;
}
.contents_title{
	position: relative;
	font-family: 'Arita-buri';
	font-size: 38px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.5px;
	z-index: 2;
}
.contents_title:after{
	content: '';
	display: block;
	position: absolute;
	width: 446px;
	height: 113px;
	top: -40px;
	left: 52%;
	transform: translateX(-50%);
	background: url(../images/sub/bg_planning_contents_title.png) no-repeat center;
	background-size:  cover;
	z-index: -1;
}
section.ethical_management.section_new_style .desc{
	max-width: 1280px;
    margin: 85px auto 0;
    padding: 0px 300px;
    font-family: 'Arita-buri';
    font-size: 52px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.7px;
    word-break: keep-all;
    box-sizing: border-box;
}

/* ad_application  */
.advertisement_section{
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-top: 2px solid rgba(0,0,0,0.3);
}

.advertisement_section .text_box{
	width: calc(100% - 100px);
	margin: 40px auto 0;
	padding-bottom: 30px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.advertisement_section .description{
	margin-top: 50px;
	margin-left: 90px;
	word-break: keep-all;
	line-height: 1;
	font-weight:
}
i.custom_br{
	font-style: normal;
	display: block;
	margin-top: 10px;
    line-height: 1.3;
}
.advertisement_section .description strong{
	display: block;
	margin-left: -40px;
	margin-bottom: 45px;
	line-height: 1.3;
}
.advertisement_request{
	width: calc(100% - 120px);
	margin: 45px auto 0;
}
.request_contents{
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.request_contents:first-child{
	border-top:  0 none;
}
.request_contents label{
	display: inline-block;
	position: relative;
	width: 15%;
	font-size: 18px;
	padding: 15px 0;
}
.request_contents label:after{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff7243;
	top: 10px;
	left: -5px;
}
.request_contents input{
	display: inline-block;
	width: 20%;
	height: 35px;
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.08)
}
.request_contents textarea{
	display: inline-block;
	width: 80%;
	height: 150px;
	margin-top: 15px;
	vertical-align: top;
	resize: none;
}

.textarea_label{
	margin-top: 50px;
}



/* 2020.09.21 popup */

#pop{
  position: fixed;
  width: 800px;
  height: 560px;
  background: #fff;
  font-size: 30px;
  color: #000;
  top: 10px;
  left: 100px;
  text-align: left;
  border: 2px solid #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);
  z-index: 3;
  line-height: 55px;
  padding: 30px 50px;
  padding-left: 60px;
}

#close {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    padding-left: 25px;
    cursor: pointer;
    padding-right: 25px;
    text-align: center;
}

#oneday {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 145px;
    background: #000;
    padding-left: 25px;
    padding-right: 25px;
	cursor: pointer;
}

.border-bottom_0 {
	border-bottom: 0;
}


/* 임원현황 */
.comhead01 {
    width: 50%;
}

/* .comhead01 {
    width: 25%;
} */

.comhead03 {
	width: 25%;
}

/* 조직도직원 현황 */
.comhead_ver1,
.comhead_ver2,
.comhead_ver3{
    width: 33.33%;
}
.or_m {
	display:none;
}
.or_w {
	display:block;
}
/* estblishment */

section.estblishment .divTable.type2 .divTableCell:first-child {
    display: table-cell;
    width: 18%;
    padding: 0;
    margin: 20px 0;
    /* text-align: left; */
    vertical-align: middle;
}

.free_title {
	text-align:center;
	padding:0 0 50px;
	line-height:30px;
	font-size:22px;
	font-weight:500;
  color:#747474;
}


/* 오시는길 */
section.food_map{max-width: 1280px; padding: 0px 40px; padding-top: 50px; padding-bottom: 100px;}
section.food_map h3{display:inline-block; font-size:32px; border-bottom:3px solid #800f85; margin-top:50px; padding-bottom:3px; box-sizing:border-box;}
section.food_map ul li{position:relative; border-bottom:1px solid #dadada; padding: 72.5px 0; box-sizing:border-box;}
section.food_map ul li p{position:absolute; bottom:78px; left:0;}
section.food_map ul li p strong{display:block; margin-bottom:35px; font-size:32px; font-weight:600;}
section.food_map ul li p span{display:block;font-size:16px;margin-bottom:10px;}

section.food_map #daumRoughmapContainer1602654346800{width:600px; height:386px;}
section.food_map #daumRoughmapContainer1602654346800 .wrap_map{width:100%; height:100%;}
section.food_map #daumRoughmapContainer1602654346800 .wrap_controllers.hide,
section.food_map #daumRoughmapContainer1602654346800 .wrap_btn_zoom{display:none;}

section.food_map ul li .fr img,
section.food_map ul li .fr #daumRoughmapContainer1602654346800{-webkit-box-shadow: 0px 2px 29px 4px rgba(196,196,196,1); -moz-box-shadow: 0px 2px 29px 4px rgba(196,196,196,1); box-shadow: 0px 2px 29px 4px rgba(196,196,196,1);}


/* NEW FOOD MAP */
section.food_map .root_daum_roughmap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.food_map_contents{
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #BFD4EC;
	font-size: 0;
	box-sizing: border-box;
	text-align: left;
}
.food_map_contents:last-child{
	border-bottom: 1px solid #BFD4EC;
}
section.food_map .location_info_title{
	display: inline-block;
	width: 15%;
	padding: 35px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
}
.location_address_desc{
	display: inline-block;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 300;
	box-sizing: border-box;
}
section.food_map .right_contents{
	display: inline-block;
	width: 85%;
}
section.food_map .location_info_title.public_transportation{
	padding: 78px 0;
	vertical-align: top;
}
section.food_map ul.public_transportation_ilst{
	font-size: 0;
	padding-left: 40px;
	box-sizing: border-box;
}
section.food_map ul.public_transportation_ilst li{
	display: table-row;
	padding: 0;
	margin-top: 10px;
	font-weight: 300;
	border: 0 none;
	vertical-align: middle;
}
section.food_map ul.public_transportation_ilst li.bus .desc{
	margin-top: 15px;
}

section.food_map ul.public_transportation_ilst li:before{
	content: '';
	display: inline-block;
	width: 43px;
	height: 48px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
section.food_map ul.public_transportation_ilst li.subway:before{
	background-image:url(../images/sub/food_map_subway_icon.png);
}
section.food_map ul.public_transportation_ilst li.bus:before{
	background-image:url(../images/sub/food_map_bus_icon.png);
}
section.food_map ul.public_transportation_ilst li .desc{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	bottom: 0;
	vertical-align: top;
	letter-spacing: -0.05em;
}
section.food_map ul.public_transportation_ilst li:first-child .desc{
	margin-top: 15px;
}
section.food_map ul.public_transportation_ilst li .desc span{
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0;
}
.subway_line5{
	color:#800f85
}
.subway_line3{
	color: #ff5a00;
}
.bus_blue{
	color: #2B3DD5;
}
.bus_green{
	color: #34CB4A;
}

section.business_info .divTableCell_v2,
section.business_info .divTableCell_v3{
	float:left;
	}

section.branch .inner {
    max-width: 1280px;
	margin:0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

section.branch .clearfix > .fl {
    width: 68%;
	height:416px;
	margin-top:8px;
}
section.branch .clearfix > .fl>div{
	height:100% important;
}
section.branch .clearfix > .fr {
    width: 30%;
}
section.branch .clearfix > .fr>.tit{
	display:block;
	margin-bottom:20px;
	font-size:20px;
}
section.branch .tabs-nav{
	font-size: 0;
	border-top: 1px solid #eee;
    border-left: 1px solid #eee;
	box-sizing:border-box;
	}
section.branch .tabs-nav li {
    width: 33.333%;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	box-sizing:border-box;.
}

section.branch .tabs-nav li:last-child {
    margin-right: 0;
}

section.branch .tabs-nav li.on {
    background: #acacac;
}
section.branch .tabs-nav li.on a{
	color:#fff;.
}
section.branch .tabs-nav li a {
    color: #000;
	display:block;
	width:100%;
	height:100%;
    cursor: pointer;
}
section.branch .search_select{
	position:relative;
	margin-top:20px;
}
section.branch .search_select:after{
	display:block;
	content:'';
	clear:both;
}
section.branch .search_select .select_box{
	float:left;
	width:27%;
	padding:0;
	margin:0;
}

section.branch .search_select .search_input{
	float:right;
	width:70%;
	padding: 0px 35px 0px 5px;
}

section.branch .search_select .search_btn{
	position:absolute;
	right:0;
	background: url('../images/sub/search_ico.png') center 12px no-repeat;
}

#daumRoughmapContainer1604901110846,
#daumRoughmapContainer1604901359369,
#daumRoughmapContainer1604901399831,
#daumRoughmapContainer1604901429822,
#daumRoughmapContainer1604901473975,
#daumRoughmapContainer1604901495756,
#daumRoughmapContainer1604901516030,
#daumRoughmapContainer1604901544059,
#daumRoughmapContainer1604901603772,
#daumRoughmapContainer1604901630840,
#daumRoughmapContainer1604901662423,
#daumRoughmapContainer1604901682522,
#daumRoughmapContainer1604901701930,
#daumRoughmapContainer1604901733149,
#daumRoughmapContainer1604901759370,
#daumRoughmapContainer1604901781212,
#daumRoughmapContainer1604901797101
{
	width:100%;
	height:100% !important;
}


/* store */
section.store_pc{background: url('../images/sub/food_map.png') center no-repeat; width:100%; height:100%; background-size:cover; position:relative;}
section.store_pc .maker{width:20px; height:29px; background: url('../images/sub/marker.png') center no-repeat; position:absolute; top:50%; left:50%;-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
section#dBody{display:none;}
    /* 매장 찾기 컨트롤러 */
    section.store_pc #dBody.store {
        padding: 0;
    }

    section.store_pc #dBody.store .content {
        padding: 0 !important;
    }

    section.store_pc #map {
        position: relative;
        width: 100%;
        height: 789px;
        text-align: center;
    }

    section.store_pc .map-wrap {
        position: relative;
        height: 789px;
    }

    section.store_pc .map-wrap .pop-data {
        z-index: 1;
    }

    section.store_pc .map-wrap .pop-data>h2 {
        padding-left: 40px;
        background-color: #464646;
        background-image: url('../../images/icon/icon_map_title.png');
        background-position: 19px center;
        background-repeat: no-repeat;
    }

    section.store_pc .map-wrap .pop-con {
        max-height: none;
        padding: 30px 20px 20px 20px;
        overflow-y: hidden;
    }

    /* 주소 간단한 정보 */
    section.store_pc .address-simple-info {
        padding: 16px 10px 31px 10px;
        border-top: 1px solid #dcdcdc
    }

    section.store_pc .address-simple-info .address {
        line-height: 21px;
    }

    section.store_pc .address-simple-info .tel {
        margin-top: 12px;
        color: #666;
        line-height: 21px;
    }

    /* 매장 아이콘 리스트 */
    section.store_pc .filter-icon-list {
        min-height: 32px
    }

    section.store_pc .filter-icon-list>ul {
        margin: -2px 0 18px -2px;
        overflow: hidden;
    }

    section.store_pc .filter-icon-list>ul>li {
        float: left;
        margin: 2px;
    }

    /* 매장 상세정보 팝업창 */
    section.store_pc .pop-map-detail {
        width: 473px;
        z-index: 10;
    }

    section.store_pc .pop-map-detail .pop-con {
        padding-bottom: 0;
    }

    section.store_pc .pop-map-detail .btn-reser {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    section.store_pc .pop-map-detail .filter-icon-list {
        padding-right: 160px;
    }

    /*.pop-map-detail .view-msg {display:table; width:100%; height:70px; margin-bottom:20px; background:url('../../images/content/pop_map_detail_msg_bg.jpg') center top no-repeat;}*/
    section.store_pc .pop-map-detail .view-msg {
        display: table;
        width: 100%;
        height: 70px;
        margin-bottom: 20px;
        background: #8f7254;
    }

    section.store_pc .pop-map-detail .view-msg>p {
        display: table-cell;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
    }

    section.store_pc .delivery-msg {
        display: table;
        width: 100%;
        height: 70px;
        background: #c30606;
    }

    section.store_pc .delivery-msg>p {
        display: table-cell;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
    }

    section.store_pc .delivery-msg+div,
    section.store_pc .delivery-msg+p {
        margin-top: 5px;
    }

    section.store_pc .delivery-msg+.simple-row-list {
        margin-top: 20px;
    }

    section.store_pc .delivery-msg+.address-simple-info {
        margin-top: 20px;
    }

    section.store_pc .pop-map-detail table.simple-row-list>tbody>tr>th {
        font-size: 14px;
    }

    section.store_pc .pop-data.pop-map .pop-con .simple-row-list th {
        padding: 14px 0 16px 10px;
        font-size: 14px;
        text-align: left;
    }

    section.store_pc .pop-data.pop-map .pop-con .simple-row-list td {
        padding: 14px 0 16px 10px;
        font-size: 14px;
        text-align: right;
    }

    /* 매장 오시는길 정보 */
    section.store_pc .map-contact {
        max-height: 215px;
        padding: 30px 10px;
        overflow-y: auto;
        box-sizing: border-box;
    }

    section.store_pc .map-contact .title {
        font-weight: 500;
    }

    section.store_pc .map-contact .info {
        color: #997c5e;
        margin-top: 8px;
        line-height: 20px;
    }

    section.store_pc .map-contact .txt-data {
        color: #666;
        margin-top: 8px;
        line-height: 20px;
    }

    .map-contact .line-info-list {
        margin-top: 25px;
    }

    /* 매장 찾기 컨트롤러 */
    section.store_pc .map-list-wrap {
        position: absolute;
        top: 60px;
        left: 60px;
        width: 372px;
        height: auto;
        background-color: #fff;
        overflow: hidden;
        z-index: 1;
        -webkit-transition: height 1.5s ease;
        transition: height 1.5s ease;
        -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);
    }

    section.store_pc .map-list-wrap.close {
        height: 60px;
    }

    section.store_pc .map-list-wrap.close .btn-map-list-close:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    section.store_pc .map-list-wrap>h3 {
        padding: 0 30px;
        margin: 0;
        color: #fff;
        font-size: 20px;
        line-height: 60px;
        background-color: #800f85;
    }

    section.store_pc .map-list-wrap .btn-map-list-close {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        width: 29px;
        height: 29px;
        border: 1px solid #fff;
        z-index: 2;
        box-sizing: border-box
    }

    section.store_pc .map-list-wrap .btn-map-list-close:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 27px;
        height: 27px;
        background: url('../images/sub/btn_map_list_close.png') left top no-repeat;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    section.store_pc .map-list-wrap .title {
        font-size: 15px;
		text-align:left;
		padding:0;
		font-weight:300;
    }

    section.store_pc .map-list-wrap .title em {
        display: inline-block;
        padding-right: 15px;
        margin-right: 9px;
        font-weight: 700;
        line-height: 15px;
        background: url('../images/sub/ico_area_cell_title_arrow.png') right center no-repeat;
		font-style: normal;
    }

    section.store_pc .map-list-wrap .area-cell {
        position: relative;
        padding: 30px 20px;
        max-height: 454px;
        overflow-y: auto;
    }

    /*
    .map-list-wrap .area-cell>div {
        display: none;
    }
*/

    section.store_pc .map-list-wrap .area-cell .btn-prev {
        position: absolute;
        top: 29px;
        right: 15px;
        padding-left: 16px;
        color: #c30606;
        font-size: 14px;
        line-height: 16px;
        background: url('../images/sub/btn_area_prev.png') left center no-repeat;
        z-index: 10;
		border:none;
		cursor: pointer;
    }

    section.store_pc .map-list-wrap .area-cell .dot-txt {
        margin: 0 0 0 10px;
    }

    section.store_pc .map-list-wrap .name-cell {
        padding: 20px;
    }

    section.store_pc .map-list-wrap .name-cell .map-result-list {
        margin-top: 50px;
        display: none
    }

    section.store .map-list-wrap .search-name {
        position: relative;
    }

    section.store_pc .map-list-wrap .search-name input[type=text] {
        width: 100%;
        height: 42px;
        padding: 0 62px 0px 20px;
        font-size: 14px;
        border-color: #787878;
    }

    section.store_pc .map-list-wrap .search-name .btn-search {
        position: absolute;
        top: 131px;
        right: 22px;
    }

    section.store_pc .map-list-wrap .filter-cell {
        padding: 30px 20px;
        max-height: 454px;
        overflow-y: auto;
    }

    section.store_pc .map-list-wrap .filter-cell .select-opt>li {
        width: 50%;
    }

    /* 매장 공지사항 리스트 */
    section.store_pc .map-notice-list {
        position: absolute;
        top: 60px;
        right: 60px;
        z-index: 0;
    }

    section.store_pc .map-notice-list>ul>li {
        margin-top: 4px;
        text-align: right;
    }

    section.store_pc .map-notice-list>ul>li:first-child {
        margin-top: 0;
    }

    section.store_pc .map-notice-list>ul>li>p {
        position: relative;
        display: inline-block;
        max-width: 1024px;
        padding: 0 49px 0 20px;
        color: #fff;
        font-size: 18px;
        line-height: 49px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-radius: 25px;
        background: rgba(0, 0, 0, 0.7);
        box-sizing: border-box;
    }

    section.store_pc .map-notice-list>ul>li>p>a {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 49px;
        height: 49px;
        background: url('../../images/util/btn_map_notice_close.png') center center no-repeat;
    }

    /* 사각형 박스 선택 리스트 */
    section.store_pc .select-opt {
        margin-top: 20px;
    }

    section.store_pc .select-opt:after {
        content: '';
        display: block;
        clear: both;
    }

    section.store_pc .select-opt>li {
        float: left;
        width: 33.33%;
        margin: -1px 0 0 -1px;
        z-index: 1;
    }

    section.store_pc .select-opt>li>a {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 48px;
        border: 1px solid #dcdcdc;
        text-align: center;
        z-index: 0;
		color:#646464;
    }

    section.store_pc .select-opt>li.actived>a,
    section.store_pc .select-opt>li>a:hover {
        color: #800f85;
        border-color: #800f85;
        z-index: 10;
    }

    section.store_pc .select-opt .cell {
        position: relative;
    }

    section.store_pc .select-opt .cell input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    section.store_pc .select-opt .cell input[type=checkbox]+label {
        display: block;
        font-size: 14px;
        line-height: 48px;
        border: 1px solid #dcdcdc;
        text-align: center;
        cursor: pointer;
    }

    section.store_pc .select-opt .cell input[type=checkbox]:checked+label {
        color: #c30606;
        border-color: #c30606;
    }

    /* 매장 검색결과 리스트 */
    section.store_pc .map-result-list {
        position: relative;
        margin-top: 15px;
        border-top: 1px solid #222;
        border-bottom: 1px solid #dcdcdc;
    }

    section.store_pc .map-result-list>ul {
        max-height: 380px;
        overflow-y: auto;
    }

    section.store_pc .map-result-list>ul>li {
        border-top: 1px solid #dcdcdc;
    }

    section.store_pc .map-result-list>ul>li:first-child {
        border-top: none
    }

    section.store_pc .map-result-list>ul>li>a {
        display: block;
        padding: 30px 25px 28px 10px;
        background: url('../../images/util/btn_area_result_arrow.png') right 10px center no-repeat;
		    color:#646464;
    }

    section.store_pc .map-result-list>ul>li>a>span {
        display: block;
    }

    section.store_pc .map-result-list .result-num {
        position: absolute;
        top: -30px;
        right: 0;
        color: #666;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
    }

    section.store_pc .map-result-list .result-num em {
        color: #c12229;
    }

    section.store_pc .map-result-list .result-num a {
        margin-right: 5px
    }

    section.store_pc .map-result-list .name {
        color: #222;
        font-size: 16px;
        font-weight: 500;
    }

    section.store_pc .map-result-list .address {
        margin-top: 10px;
        font-size: 14px;
        line-height: 21px;
        word-break: keep-all;
    }

    section.store_pc .map-result-list .tel {
        font-size: 14px;
        line-height: 21px;
    }

    section.store_pc .map-result-list .none-result-data {
        padding: 50px 0;
        text-align: center
    }

    /* 매장안내 탭 메뉴 */
    section.store_pc .map-tab {
        background-color: #686868;
    }

    section.store_pc .map-tab ul {
        padding: 0;
        margin: 0;
    }

    section.store_pc .map-tab>ul:after {
        content: '';
        display: block;
        clear: both;
    }

    section.store_pc .map-tab>ul>li {
        position: relative;
        float: left;
        width: 50%;
        z-index: 1;
    }

    section.store_pc .map-tab>ul>li>a {
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        -webkit-transition: color 0.5s, background-color 0.5s ease;
        transition: color 0.5s, background-color 0.5s ease;
    }

    section.store_pc .map-tab>ul>li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -1px;
        display: block;
        width: 1px;
        height: 16px;
        margin-top: -8px;
        background-color: #b4b4b4;
    }

    section.store_pc .map-tab>ul>li:first-child:after {
        display: none;
    }

    section.store_pc .map-tab>ul>li.actived {
        z-index: 2;
    }

    section.store_pc .map-tab>ul>li.actived:after {
        display: none;
    }

    section.store_pc .map-tab>ul>li.actived>a {
        color: #222;
        font-weight: 500;
        background-color: #fff;
    }

    section.store_pc .map-tab>ul>li.actived>a:after {
        height: 0;
    }

    section.store_pc #name-list {
      position: relative;
      margin-top: 45px;
      border-top: 1px solid #222;
      border-bottom: 1px solid #dcdcdc;
    }

    section.store_pc #name-list p {
      position: absolute;
      top: -30px;
      right: 0;
      color: #666;
      font-size: 14px;
      line-height: 15px;
      font-weight: 400;
    }

    section.store_pc #name-list p em {
      color: #c12229;
      font-style: normal;
    }

    section.store_pc #name-list ul {
      max-height: 380px;
      overflow-y: auto;
    }

    section.store_pc .map-result-list {
      position: relative;
      margin-top: 15px;
      border-top: 1px solid #222;
      border-bottom: 1px solid #dcdcdc;
    }

    section.store_pc #name-list ul li {
      border-top: 1px solid #dcdcdc;
    }

    section.store_pc #name-list ul li a {
      display: block;
      padding: 30px 25px 28px 10px;
      color: #646464;
    }

    section.store_pc #name-list ul li a span.name {
      display: block;
      color: #222;
      font-size: 16px;
      font-weight: 500;
    }

    section.store_pc #name-list ul li a span.address {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      line-height: 21px;
      word-break: keep-all;
    }

    section.store_pc #name-list ul li a span.tel {
      display: block;
      font-size: 14px;
      line-height: 21px;
    }


    /* ===========================
07. customer
=========================== */
    section.store_pc .best-faq-list {
        padding-bottom: 80px;
    }

    section.store_pc .faq-search {
        padding: 30px 0;
        background: #f7f7f7;
        text-align: center;
    }

    section.store_pc .faq-list .page-tab {
        margin: 20px 0 60px 0;
    }

    section.store_pc .faq-list-none {
        padding: 120px 0;
        border-top: 1px solid #222;
        border-bottom: 1px solid #dcdcdc;
        text-align: center;
    }

    section.store_pc .faq-list-none .msg {
        font-size: 20px;
        line-height: 28px;
    }

    section.store_pc .faq-list-none .btn-res {
        margin-top: 30px;
    }

    section.store_pc input[type=text],
    section.store_pc input[type=number],
    section.store_pc input[type=email],
    section.store_pc input[type=tel],
    section.store_pc input[type=url],
    section.store_pc input[type=password] {
        display: inline-block;
        width: 95px;
        min-width: 95px;
        max-width: 100%;
        height: 44px;
        padding: 0 14px;
        color: #222;
        font-family: Noto Sans CJK KR, 'Noto Sans', 'Malgun Gothic', dotum, gulim, verdana, sans-serif;
        font-size: 16px;
        border: 1px solid #dedede;
        background-color: #fff;
        outline: 0;
        box-sizing: border-box;
        vertical-align: top;
        transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        -webkit-transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    }





/* 2025.02.08 추가 */

div#koreamap_box { display:block; }

div.new_select_box.box2025 { display:block; max-width:1400px;  padding:10px 0 10px 20px; }
div.new_select_box.box2025 select {height:40px; padding: 0 10px;}
p.search_box { display:inline; position:relative;}
.store_search_input { border: 1px solid rgba(0, 0, 0, 0.2); height:40px; padding: 0 10px; width:270px; }
p.search_box a.btsearch {  position: absolute; width:40px; height:40px;   top: -10px;   right: 0px;}


section.store2025 {max-width:1400px; margin:0 auto 30px; padding:30px;}
table.store2025 { width:100%; border-collapse: collapse;	border-spacing: 0; border-top:2px solid #000; border-bottom:1px solid #000; }
table.store2025 thead th { background:#660f6a; text-align:center; color:#fff; }
table.store2025 thead th {	font-weight:300; padding: 18px 10px; border-left: 1px solid rgba(255, 255, 255, 0.2);	text-align:center }
table.store2025 thead th:first-child { border:none; }
table.store2025 tbody tr:nth-child(odd) { background:#f0f0f0; }
table.store2025 tbody tr:nth-child(even) { background:#f9f9f9; }
table.store2025 tbody th { border-right:1px solid rgba(0, 0, 0, 0.1); font-weight:300; padding: 18px 10px;text-align:center }
table.store2025 tbody td {  font-weight:300; padding: 18px 10px;text-align:center }
table.store2025 tbody th {	width: 20%;}
table.store2025 tbody td.type {width:0%; } 
table.store2025 tbody td.address { width:62%; text-align:left; } 
table.store2025 tbody td.tel { width:20%;border-left:1px solid rgba(0, 0, 0, 0.1);   } 



@media only screen and (max-width:1023px) {
	div#koreamap_box { display:none; }
}


@media only screen and (max-width:768px) {


table.store2025 {margin: 0 0px;}
table.store2025 thead th {display:none; }
table.store2025 tbody th,  table.store2025 tbody td  {width: 100% ;	display: block;	border-top: none; text-align:left }
table.store2025 tbody td {  padding: 5px 10px; }
table.store2025 tbody td.type {width:100%;} 
table.store2025 tbody td.tel { width:100%; margin-bottom:15px;} 

table.store2025 tbody th {border-top: none;}
table.store2025 tbody td.tel { border-left:none;   } 


div.new_select_box.box2025 {   padding:10px 0px; }
p.search_box { display:block; margin-top:5px;}
.store_search_input {  min-width:270px; width: calc(100% - 20px);margin: 0 0px; }
p.search_box a.btsearch  {   top: -2px; }

}

