/*********************************************************************************/
/* Title_banner                                                                  */
/*********************************************************************************/

#Title_banner_sub1 {
  overflow: hidden;
  padding: 3.5em 0em;
  background: #000 center no-repeat;
  background-image: url(images/img1.png);
  background-position: no-repeat;
  text-align: center;
  color: #fff;
}

#Title_banner_sub2 {
  overflow: hidden;
  padding: 3.5em 0em;
  background: #000 center no-repeat;
  background-image: url(images/img2.png);
  background-position: no-repeat;
  text-align: center;
  color: #fff;
}

#Title_banner_sub3 {
  overflow: hidden;
  padding: 3.5em 0em;
  background: #000 center no-repeat;
  background-image: url(images/img3.png);
  background-position: no-repeat;
  text-align: center;
  color: #fff;
}

#Title_banner_sub4 {
  overflow: hidden;
  padding: 3.5em 0em;
  background: #000 center no-repeat;
  background-image: url(images/img4.png);
  background-position: no-repeat;
  text-align: center;
  color: #fff;
}

#Title_banner_sub5 {
  overflow: hidden;
  padding: 3.5em 0em;
  background: #000 center no-repeat;
  background-image: url(images/img5.png);
  background-position: no-repeat;
  text-align: center;
  color: #fff;
}

.sub_title {
  margin-bottom: 1em;
  text-transform: none !important;
  background: url(images/bar.png) no-repeat;
  background-position: center top;
}

.sub_title h2 {
  padding-top: 0.4em;
  font-size: 2.7em;
}

/*********************************************************************************/
/* location Style                                                                   
/*********************************************************************************/
#sub_location_container {
  position: relative;
  border-bottom: 1px solid #dadada;
  background: #ffffff;
  margin: 0 auto 0 auto;
}
.con_container {
  margin: 0em auto;
  width: 1000px;
}

/* location Menu */
.sub_location_wrap {
  position: relative;
  height: 60px;
  background: #fff;
  z-index: 2;
  text-align: left;
}
.location,
.location ul,
.location li,
.location a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 700;
  color: #474747 !important;
}
.location li .home {
  display: block;
  position: relative;
  z-index: 4;
  float: left;
  width: 50px;
  background: #000;
}
.location li .home > span {
  z-index: 10;
  position: absolute;
  left: 25px;
  top: 20%;
  height: 13px;
}

.location {
  position: relative;
  background: #ffffff;
}

.location li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 60px;
  border-right: 1px solid #dadada;
  line-height: 60px;
}
.location li .txt,
.location li .last {
  display: block;
  min-width: 240px;
}
.location li .txt > span.bg {
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 30%;
  width: 20px;
  height: 20px;
  border: 1px solid #dadada;
  border-radius: 50%;
  background: #ffffff url(images/icon_arrow.png) 6px 8px no-repeat;
}
.location li .last > span.bg {
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 30%;
  width: 20px;
  height: 20px;
  border: 1px solid #a62723;
  border-radius: 50%;
  background: #a62723 url(images/icon_arrow_visit.png) 6px 8px no-repeat;
}
.location li a {
  display: block;
  padding: 0 14px;
  margin: 0;
  text-decoration: none;

  color: #a6a6a6;

  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.location li:first-child a {
  border-left: none;
}
.location li:last-child a {
  border-right: none;
}

.location li:hover > a {
  text-decoration: none;
  color: #a62723;
}

.location ul {
  position: absolute;
  left: -1px;

  opacity: 0;
  border-top: 1px solid #dadada;

  -webkit-transition: opacity 0.25s ease 0.1s;
  -moz-transition: opacity 0.25s ease 0.1s;
  -o-transition: opacity 0.25s ease 0.1s;
  -ms-transition: opacity 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s;
}

.location li:hover > ul {
  opacity: 1;
}

.location ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;

  -webkit-transition: height 0.25s ease 0.1s;
  -moz-transition: height 0.25s ease 0.1s;
  -o-transition: height 0.25s ease 0.1s;
  -ms-transition: height 0.25s ease 0.1s;
  transition: height 0.25s ease 0.1s;
}

.location li:hover > ul li {
  height: 50px;
  overflow: visible;
  padding: 0;
  background: #ffffff;
}

.location ul li a {
  width: 238px;
  padding: 10px 15px;
  margin: 0;
  line-height: 30px;
  left: 20px;

  /* border: none; */
}

.location ul li:last-child a {
  border: none;
}

.location li .isOver a {
  background: #a62723;
  color: #ffffff !important;
  font-weight: bold;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#SubPage {
  padding: 5em 0em;
  text-align: left;
  display: flex;
}

#SubPageWide {
  padding: 5em 14em;
  text-align: left;
  display: flex;
}

#container {
  display: flex;
}

#box-center {
  flex: 2;
  text-align: left;
}
#box-right {
  flex: 1;
  text-align: right;
}
#box-half-left {
  flex: 1;
}
#box-half-right {
  flex: 1.3;
}

#Sub2Page {
  padding: 5em 5em;
  text-align: left;
}
#SubPage p .po,
#Sub2Page p .po {
  color: #a21b40;
  font-size: 1.5em;
  font-weight: 700;
}
#SubPage hr {
  border: 0;
  border-bottom: solid 1px rgba(144, 144, 144, 0.25);
  margin: 2em 0;
}

#SubPage h3,
#Sub2Page h3 {
  font-size: 2em;
  text-align: center;
}
#SubPage h4,
#Sub2Page h4 {
  font-size: 1.35em;
  font-weight: 700;
  margin: 1.5em 0 0.5em 0;
}

#Sub2Page h5 {
  font-size: 2em;
  margin-left: 120px;
  font-weight: 400;
}

/* Image */

.image {
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  display: block;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 1em;
  width: 90%;

  /* border: solid 5px green; */
}

.ceo {
  display: table;
  position: relative;
  top: -2px;
  left: 8px;
  width: 90%;
}
.image.center {
  float: center;
  padding: 1em 10em 2em 1em;
  top: 0.25em;
  width: 98%;
}

/* List */

ul.alt {
  list-style: none;
  padding-left: 0;
  border: solid 1px rgba(144, 144, 144, 0.25);
  background-color: rgba(144, 144, 144, 0.075);
}

ul.alt li {
  border-top: solid 1px rgba(144, 144, 144, 0.25);
  padding: 1em;
}

ul.alt li:first-child {
  border-top: 0;
}

ul.unstyled {
  list-style: none;
  padding-left: 0;
}

ul.unstyled li {
  padding: 0.4em 0;
}

/* Table */
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 25px;
}
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 2em 0;
  width: 100%;
  text-align: left;
}

table tbody tr {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #474747;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
}

table tfoot {
  border-top: solid 2px rgba(144, 144, 144, 0.25);
  border-collapse: separate;
  border-top: solid 3px #858585;
}

table.alt tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
  background-color: #565656;
}

table.alt tfoot {
  border-top: 0;
}

table.alt th {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.75em;
  border-right: solid 1px #afafaf;
  text-align: center;
}

table ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 1.2em;
  word-break: keep-all;
  margin: 0;
  line-height: 30px;
}

table .none {
  list-style-type: none;
  line-height: 30px;
}
table ul .small {
  list-style-type: none;
  color: #8e8e8e;
  font-size: 0.9em;
  text-indent: -20px;
}

/*********************************************************************************/
/* ¾ÆÄ«µ¥¹Ì                                                                        */
/*********************************************************************************/

/*********************************************************************************/
/* ÄÁ¼³ÆÃ                                                                        */
/*********************************************************************************/
.consulting_box {
  border: 1px solid #dadada;
  border-radius: 5em;
  padding: 1.2em 2em;
  margin: 1.25em 0;
  font-size: 1.2em;
  text-align: left;
  background: url(images/icon.png) 25px no-repeat;
  color: #000;
}
.consulting_box2 {
  border: 1px solid #dadada;
  padding: 1.2em 2em;
  margin: 1.25em 0;
  font-size: 1.2em;
  text-align: left;
  /* background: url(images/icon_red_diamond.jpeg)25px no-repeat; */
  color: #000;
}
.deep {
  background: #eaeaea url(images/icon.png) 25px no-repeat;
}
.deep2_ {
  background: #eaeaea url(images/icon_red_diamond.jpeg) 10px no-repeat;
}
.con_t_in {
  padding-left: 25px;
}
/*********************************************************************************/
/* »ö»ó¹Ú½º                                                                        */
/*********************************************************************************/

.bg_blue {
  border-radius: 20px;
  background: #f0f2f7 url(images/blue_bg.png) bottom right no-repeat;
}

.bg_red {
  border-radius: 20px;
  background: #fff6f6 url(images/red_bg.png) bottom right no-repeat;
}

.pd_20 {
  padding: 15px 50px;
}

ul.list {
  list-style: none;
  color: #000;
  padding-left: 0;
  font-size: 1em;
}

ul.list li {
  padding: 1em 0.5em;
}

ul.list li:first-child {
  border-top: 0;
}
.nop {
  padding: 0;
}
.year {
  font-size: 1.5em;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
