/*인사말*/
.greeting {
  position: relative;
  max-width: 1200px;
}
.greeting .img {
  position: relative;
  height: 324px;
  margin-top: 110px;
  background: url(../img/bg_greeting.jpg) no-repeat 50%;
  background-size: cover;
}
.greeting .img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 135px;
  width: 400px;
  height: 400px;
  background: url(../img/bg_chairman.png) no-repeat;
}
.greeting .tit {
  position: absolute;
  top: 370px;
  right: 100px;
  width: 514px;
  height: 314px;
  background: #4168ad;
}
.greeting .tit h3 {
  position: relative;
  margin: 0;
  padding: 140px 20px 0 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: -1px;
}
.greeting .tit h3:before {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: 50px;
  width: 1px;
  height: 144px;
  margin: 0;
  background: #fff;
}
.greeting .tit h3 span {
  display: block;
  font-weight: 600;
}
.greeting .colum {
  padding: 50px 20px 70px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.greeting .colum:after {
  clear: both;
  content: "";
  display: block;
}
.greeting .colum .left {
  float: left;
  width: 48%;
  text-align: justify;
}
.greeting .colum .right {
  float: right;
  width: 48%;
  text-align: justify;
}
.greeting .sign {
  text-align: right;
  font-size: 1.125em;
  font-weight: bold;
  color: #222;
  margin-top: 60px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 50px;
}
.greeting .sign .name {
  font-size: 24px;
}

/*인사말*/

/*그룹소개*/
.company_info {
  width: 100%;
  height: auto;
}
.company_info .img_page {
  width: 100%;
  height: 550px;
  background-image: url(../img/company_info_bg_company.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.company_info .txt_page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.company_info .txt_page h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 44px;
  padding-top: 100px;
  display: block;
}
.company_info .Ideology {
  width: 100%;
  padding-bottom: 100px;
}
.company_info .Ideology .inner {
  max-width: 1240px;
  margin: auto;
  clear: both;
}
.company_info .Ideology .inner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  letter-spacing: 5px;
  text-align: center;
  padding: 95px 0 50px 0;
}
.company_info .Ideology .inner .point {
  color: #06f;
}
.company_info .Ideology .inner h2:after {
  content: " ";
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 2px;
  background-color: #000;
  clear: both;
}
.company_info .Ideology dl {
  float: left;
  width: 33.3333%;
  padding: 20px;
  border-right: 1px solid #ddd;
}
.company_info .Ideology dl:last-child {
  border: 0;
}
.company_info .Ideology dl .web_icon {
  padding: 0 0 20px 0;
  text-align: center;
  color: #ff4200;
}
.company_info .Ideology dl dt {
  font-size: 20px;
  height: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
.company_info .Ideology dd {
  line-height: 2.2;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #555;
}

.tl_title_box_wrap {
  width: 100%;
  height: auto;
  padding: 150px 20px;
  clear: both;
  background-image: url(../img/work_page_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tl_title_box_wrap li {
  position: relative;
  width: 23.5%;
  min-height: 400px;
  background-color: #fff;
  margin-left: 2%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tl_title_box_wrap li .bg {
  background-color: #2c3856;
  color: #fff;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tl_title_box_wrap li:hover .bg {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tl_title_box_wrap li:hover {
  -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.tl_title_box_wrap li .txt_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  display: table;
  z-index: 2;
}
.tl_title_box_wrap li:hover .txt_wrap {
  opacity: 1;
  color: #fff;
}
.tl_title_box_wrap li:hover .txt_wrap .cell I {
  color: #fff;
}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 {
  color: #fff;
}
.tl_title_box_wrap li:hover .txt_wrap .cell p {
  color: #fff;
}
.tl_title_box_wrap li .txt_wrap .cell {
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.tl_title_box_wrap li .txt_wrap .cell i {
  font-size: 35px;
  padding-bottom: 20px;
  color: #1a1a1a;
}
.tl_title_box_wrap li .txt_wrap .cell h2 {
  font-size: 24px;
  color: #1a1a1a;
  margin: 0;
  font-weight: bold;
}
.tl_title_box_wrap li .txt_wrap .cell p {
  padding-top: 50px;
}
.tl_title_box_wrap li:nth-child(4n + 1) {
  margin-left: 0;
}

/*그룹소개*/

/*연혁*/
.history_area {
  position: relative;
  width: 100%;
  padding-top: 37px;
}
.history_area .history_point {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
  bottom: 20px;
  width: 8px;
  background-color: #f6f6f6;
  overflow: hidden;
}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {
  width: 50%;
  padding-right: 94px;
  padding-left: 20px;
  box-sizing: border-box;
}
.history_area div:nth-child(odd) dl {
  padding-right: 20px;
  padding-left: 94px;
}
.history_area dt {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.3;
  color: #555;
  font-weight: bold;
}
.history_area dd strong {
  display: block;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  font-weight: bold;
}
.history_area dd p {
  display: block;
}
.history_area dd .img_box {
  display: block;
  margin-top: 39px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.fr {
  float: right;
}
.img_box img {
  max-width: 100%;
}

/*연혁*/

/*오시는 길*/
.location_area .contact_address {
  width: 100%;
  height: auto;
  line-height: 1.7;
}
.location_area .contact_address ul {
  padding: 0 20px 20px 0px;
  border-bottom: 1px solid #ddd;
}
.location_area ul li {
  color: #555;
  line-height: 2.1;
}
.contact_traffic .bus {
  width: 100%;
  padding: 0;
}
.contact_traffic .subway {
  width: 100%;
  padding-bottom: 20px;
}
.contact_traffic h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #1a1a1a;
  padding-bottom: 10px;
  margin-top: 25px;
  text-align: left;
} /* í‘¸í„°íŒì—…*/

.map_info {
  width: 283px;
  height: 214px;
  background: #19cd61;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 30px 28px;
  font-size: 15px;
  color: #f8969a;
  letter-spacing: 0;
}
.map_info span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.25px;
}
.map_info p {
  padding-top: 20px;
  color: #f2f2f2;
  line-height: 1.4;
}
.map_btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.map_btn a {
  display: inline-block;
  padding: 7px 10px;
  height: 41px;
  border: 1px solid #f2f2f2;
  text-align: center;
  color: #fff;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map_btn a:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map_btn a:first-child {
  margin-right: 5px;
}

/*오시는 길*/

/* content01 */
.content01 {
  text-align: center;
}
.content_wrap.content01 {
  padding: 40px 0 160px;
}
.content_wrap.content01 .txtCon {
  padding: 50px 0 60px;
}
.intro_image {
  margin: 0 auto 40px;
  display: block;
  width: 1500px;
  height: auto;
}
.content01 p {
  font-size: 21px;
  line-height: 1.6;
}

/* content01 */

/* content02 */
.location_search {
  margin: 50px auto 30px;
  width: 720px;
  background: #f6f6f6;
  height: 50px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.location_search input {
  width: calc(100% - 50px);
  border: 0;
  color: #222;
  background: transparent;
  padding: 0 18px;
  font-size: 16px;
  height: 50px;
  outline: none;
  border-color: transparent;
  box-shadow: none !important;
}
.location_search input::placeholder {
  color: #999;
}
.location_search input:focus {
  border: 0 !important;
  outline: 0;
}
.location_search button {
  width: 50px;
  text-indent: -99999px;
  height: 100%;
  border: 0;
  background: url(../img/search_icon.png) no-repeat transparent center center;
  background-size: 18px auto;
}
.location_guide ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
}
.location_guide li {
  width: 18.8%;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.location_guide li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}
.location_guide li.active {
  border: 1px solid #f9df00;
  background: #f9df00;
}
.location_guide li.active a {
  color: #000;
}
.map_wrap {
  border-radius: 15px;
  margin: 30px 0 100px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.map_wrap .map_inner {
  width: 100%;
  height: 330px;
  background: #f5f5f5;
}
.map_wrap .map_text {
  padding: 25px 20px;
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 16px;
}
.map_wrap .map_text .map_title {
  display: block;
  font-weight: 600;
  padding-bottom: 6px;
}
.map_wrap .map_text .map_addr {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
.map_wrap .map_text .map_addr b {
  font-weight: 500;
}
/* content02 */

/* content03 */
.content03 {
  text-align: center;
}
.pd_box {
  margin-bottom: 160px;
}
.pd_box .product_name {
  background: #f9df00;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  width: 96px;
  line-height: 42px;
  margin: 15px auto;
  border-radius: 25px;
}
.pd_box > p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: #000;
}
.pd_box > img {
  margin: 60px auto;
  width: 1080px;
  height: auto;
}
.pd_box > p strong {
  font-size: 26px;
}
.pd_box h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 45px;
}
.pd_box .effect_box {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.pd_box .effect_box li {
  width: 48.5%;
  height: 320px;
  margin-bottom: 35px;
  text-align: left;
  padding: 35px 45px;
  color: #fff;
  overflow: hidden;
  border-radius: 25px;
  transition: all 1s;
}
.pd_box .effect_box li:hover {
  transform: scale(1.05);
}
.pd_box .effect_box li:nth-child(1) {
  background: url(../img/effect1.png) no-repeat center center;
  background-size: contain;
}
.pd_box .effect_box li:nth-child(2) {
  background: url(../img/effect2.png) no-repeat center center;
  background-size: contain;
}
.pd_box .effect_box li:nth-child(3) {
  background: url(../img/effect3.png) no-repeat center center;
  background-size: contain;
}
.pd_box .effect_box li:nth-child(4) {
  background: url(../img/effect4.png) no-repeat center center;
  background-size: contain;
}

.pd_box .effect_box li p {
  margin-top: 190px;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.pd_box .effect_box li span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.pd_box .where_box {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.pd_box .where_box li {
  width: 23.5%;
  height: 320px;
  padding: 30px 0;
  align-content: flex-end;
  color: #fff;
  transition: all 1s;
}
.pd_box .where_box li:hover {
  transform: rotate(15deg);
}
.pd_box .where_box li:nth-child(even):hover {
  transform: rotate(-15deg);
}
.pd_box .where_box li:nth-child(1) {
  background: url(../img/where1.png) no-repeat center center;
  background-size: contain;
}
.pd_box .where_box li:nth-child(2) {
  background: url(../img/where2.png) no-repeat center center;
  background-size: contain;
}
.pd_box .where_box li:nth-child(3) {
  background: url(../img/where3.png) no-repeat center center;
  background-size: contain;
}
.pd_box .where_box li:nth-child(4) {
  background: url(../img/where4.png) no-repeat center center;
  background-size: contain;
}
.pd_box .where_box li p {
  font-size: 19px;
  font-weight: 500;
}
/* content03 */

/* content_area04 */
.content04 {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0 50px;
}
.area_box {
  width: 45%;
  margin-bottom: 50px;
}
.area_box:nth-child(even) {
  margin-left: 10%;
}
.area_box label {
  font-size: 17px;
  color: #000;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.area_box input[type="text"] {
  border: 0;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  font-size: 15px;
  color: #333;
  padding: 13px 0;
  box-shadow: none !important;
}
.area_box input:focus {
  border: 0 !important;
  border-bottom: 1px solid #b4b4b4 !important;
}
.area_box input::placeholder {
  color: #999;
}
.area_box.big_content {
  width: 100%;
  margin-left: 0;
}
.area_box textarea {
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  width: 100%;
  resize: none;
  padding: 15px 20px;
  font-size: 15px;
  height: 200px;
  overflow: auto;
  margin-top: 12px;
}
.area_box textarea::placeholder {
  color: #999;
}
.area_box .file_title {
  font-size: 17px;
  color: #000;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.area_box .file_box label {
  display: inline-block;
  border: 1px solid #767676;
  border-radius: 7px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 15px;
  color: #525252;
  cursor: pointer;
  margin-left: 22px;
}
.area_box .file_box label i {
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 4px;
}
.area_box.file_content p {
  color: #666;
  font-size: 14px;
  margin: 13px 0;
}
.area_box.file_content #file-name {
  display: none;
  width: 585px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font-size: 15px;
  color: #888;
  padding: 15px 22px;
  border-radius: 8px;
  margin-top: 15px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.area_box.file_content #file-name.active {
  display: block;
}
.area_box.file_content .file-name {
  display: none;
  width: 585px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font-size: 15px;
  color: #888;
  padding: 15px 22px;
  border-radius: 8px;
  margin-top: 15px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.area_box.file_content .file-name.active {
  display: block;
}
.area_box.file_content .file-name .file_del {
  float: right;
  width: 22px;
  height: 18px;
  font-size: 16px;
  font-style: normal;
  text-indent: -99999px;
  background: url(../img/file_del.png) no-repeat center right;
  background-size: 18px auto;
  cursor: pointer;
}
.info_submit_btn {
  width: 260px;
  background: #f9df00;
  color: #111;
  font-size: 17px;
  font-weight: bold;
  display: block;
  margin: 30px auto 45px;
  border: 0;
  height: 54px;
  border-radius: 12px;
}
/* content_area04 */

/* content_area05 */
.content05 .photo_box {
  margin-bottom: 50px;
  background-color: #f9f9f9;
  clear: both;
}
.content05 .photo_box .img {
  max-width: 50%;
  float: left;
  display: block;
}
.content05 .photo_box .img img {
  width: 100%;
}
.content05 .photo_box .txt {
  max-width: 50%;
  float: left;
  padding: 50px;
  background-color: #f9f9f9;
  display: block;
}
.content05 .photo_box .txt h2 {
  font-size: 24px;
  padding-top: 50px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: left;
}
.content05 .photo_box .txt p {
  padding-top: 20px;
  word-break: keep-all;
}
/* content_area05 */

/* content_area06 */
.content06 .thumb_box {
  width: 31.3333%;
  margin-right: 3%;
  display: block;
  float: left;
}

/* content_area06 */

@media screen and (max-width: 1540px) {
  .intro_image {
    width: calc(100% - 50px);
  }
}
