@charset "utf-8";

.page-wrap {
  margin-bottom: 10rem;
}
.decorative-title {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  letter-spacing: 1px;
}
.decorative-title:before {
  content: "";
  position: absolute;
  background-color: #c70034;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 6px;
}
@media (max-width:480px){
  .decorative-title:before {
    left: -15px;
  }
}
#BRAND .logo-box {
  position: relative;
  opacity: .8;
  top: 0;
  transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
}
#BRAND .logo-box:hover {
  opacity: 1;
  top: -2rem;
  transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
}
#BRAND .contents {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
#BRAND .contents>div,
#BRAND .contents>ul {
  display: flex;
  flex-wrap: wrap;
}
#BRAND .contents>ul>li {
  float: left;
}
#BRAND .contents li.th {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #333;
  padding: 1rem;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
#BRAND .contents li.th:hover,
#BRAND .contents li.th.on {
  color: #c70034;
}
#BRAND .contents li.th>i {
  text-shadow: 0 0 3px rgba(110, 0, 21, 0.71);
  font-size: 2.5rem;
  margin-right: 1.5rem;
  color: #999;
  transform: rotate(90deg);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#BRAND .contents li.th:hover>i {
  transform: rotate(180deg);
}
#BRAND .contents li.th.on>i {
  color:#c70034;
  transform: rotate(180deg);
}
#BRAND .contents li.th.on:hover>i {
  transform: rotate(0deg);
}
#BRAND .contents li.td {
  float: left;
  padding: 2rem 5rem;
  width: 100%;
  display: none;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/****************************************
■ page history : 연혁 css
****************************************/
#HISTORY .tabs-custom {
}
#HISTORY .tabs-custom .nav-tabs>li {
  width: 33.3333%;
  text-align: center;
}
#HISTORY .tabs-custom .nav-tabs>li>a {
  position: relative;
  padding: 2.1rem 1rem 1.9rem;
  margin-right: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e3953;
  border: none; border-radius: 0;
}
#HISTORY .tabs-custom .nav-tabs>li>a>i {
  display: none;
  position: absolute;
  right: 8.5rem;
  top: 36%;
  font-size: 2rem;
}
#HISTORY .fadeInDownhistory {
  animation-name: fadeInDownhistory;
}
@keyframes fadeInDownhistory {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

#HISTORY .tabs-custom.tabs-corporate .tab-content {
  padding: 3rem 0 0;
  color: #000;
  font-size: 1.6rem;
}
#HISTORY .tabs-custom.tabs-corporate .tab-content a {
  font-weight: 700;
  color: rgb(51, 51, 51);
  cursor: inherit;
}
#HISTORY .tabs-custom .hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f6f7f8;
  box-sizing: content-box;
  height: 0;
}

/* active */
#HISTORY .tabs-custom .nav-tabs>li.active>a,
#HISTORY .tabs-custom .nav-tabs>li:hover>a {
  background: #1e3953;
  color: #fff;
}
#HISTORY .tabs-custom .nav-tabs>li.active>a>i,
#HISTORY .tabs-custom .nav-tabs>li:hover>a>i {
  display: block;
}


#HISTORY_M .tabs-custom {
}
#HISTORY_M .tabs-custom .nav-tabs>li {
  width: 33.3333%;
  text-align: center;
}
#HISTORY_M .tabs-custom .nav-tabs>li>a {
  position: relative;
  padding: 2.1rem 1rem 1.9rem;
  margin-right: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e3953;
  border: none; border-radius: 0;
}
#HISTORY_M .tabs-custom .nav-tabs>li>a>i {
  display: none;
  position: absolute;
  right: 8.5rem;
  top: 36%;
  font-size: 2rem;
}
#HISTORY_M .fadeInDownhistory {
  animation-name: fadeInDownhistory;
}
@keyframes fadeInDownhistory {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

#HISTORY_M .tabs-custom.tabs-corporate .tab-content {
  padding: 3rem 0 0;
  color: #000;
  font-size: 1.6rem;
}
#HISTORY_M .tabs-custom.tabs-corporate .tab-content a {
  font-weight: 700;
  color: rgb(51, 51, 51);
  cursor: inherit;
}
#HISTORY_M .tabs-custom .hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f6f7f8;
  box-sizing: content-box;
  height: 0;
}

/* active */
#HISTORY_M .tabs-custom .nav-tabs>li.active>a,
#HISTORY_M .tabs-custom .nav-tabs>li:hover>a {
  background: #1e3953;
  color: #fff;
}
#HISTORY_M .tabs-custom .nav-tabs>li.active>a>i,
#HISTORY_M .tabs-custom .nav-tabs>li:hover>a>i {
  display: block;
}


/****************************************
■ page INNOVATION : INNOVATION css
****************************************/
#INNOVATION_page section.sect {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#INNOVATION_page hr {
  margin: 0;
  float: left;
  width: 100%;
}
#INNOVATION_page section.sect>* {
  width: 100%;
}
#INNOVATION_page section.sect ul.inside,
#INNOVATION_page section.sect div.inside {
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
}
#INNOVATION_page section.sect ul.inside li,
#INNOVATION_page section.sect div.inside div {
  width: 100%;
  /* max-width: 400px; */
  margin: 3rem;
  float:left;
}
#INNOVATION {
  float: left; width: 100%;
  padding: 3rem; margin-top: 2rem;
  padding-left: 14rem;
}
@media (max-width:480px) {
  #INNOVATION {
    padding: 2rem;
  }
}
#INNOVATION .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#INNOVATION .title>div {
  padding-top: 1rem;
  position: relative;
}
#INNOVATION .title>div::before {
  content: "";
  height: 83%;
  width: 1px;
  background-color: #e7e7e7;
  position: absolute;
  border: 0;
  left: -4.1rem;
}
#INNOVATION ul {
  position: relative;
}
@media (max-width:767px) {
  #INNOVATION .title>div::before {
    content:none;
  }
  #INNOVATION_page section.sect {
    height: auto;
    min-height: 100vh;
  }
  #INNOVATION_page section.sect ul.inside,
  #INNOVATION_page section.sect div.inside {
    flex-direction:column;
  }
  #INNOVATION_page section.sect ul.inside li,
  #INNOVATION_page section.sect div.inside div {
    width: calc(100% - 6rem);
  }
}


.form-wrap {
  position: relative;
}
.form-wrap.has-error .form-input {
  border-color: #f5543f;
}
.form-validation {
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 11;
  margin-top: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}
.form-input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .1em;
  color: #151515;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
}

.form-label {
  position: absolute;
  text-align: left;
  top: 25px;
  right: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .1em;
  font-family: 'NanumSquare', "Times New Roman", Times, serif;
  transform: translateY(-50%);
  will-change: transform;
  pointer-events: none;
  transition: .25s;
  z-index: 9;
}
#INNOVATION>form>div>div {
  margin-top: 3rem;
}
#INNOVATION>form div>ul>li {
  float: left; width: 80%;
  position: relative;
  margin-bottom: 30px;
}

#INNOVATION_M>form div>ul>li {
  float: left; width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
#INNOVATION>form div>ul>li>span,
#INNOVATION_M>form div>ul>li>span {
  display: none;
}
#INNOVATION>form div>ul>li>label,
#INNOVATION_M>form div>ul>li>label {
  position: absolute; top: .6rem; left: 1rem;
  color: #7f7f7f;
  font-size: 1.4rem;
  display: none;
}
#INNOVATION_M>form div>ul>li.th {
  padding: 1.2rem 0 0 1rem;
  color: #666;
  margin-bottom: 0;
}
#INNOVATION>form div>ul>li.th i,
#INNOVATION_M>form div>ul>li.th i {
  color: #58c4a7;
  font-size: .1rem;
  margin-left: .5rem;
}

#INNOVATION>form div>ul>li>textarea,
#INNOVATION_M>form div>ul>li>textarea {
  position: relative; height: auto;
  line-height: 2.49;
  background-repeat: repeat;
  min-height: 200px;
}
#INNOVATION>form div>ul.contents-box>li.th {
  width: 9.5%;
}
#INNOVATION>form div>ul.contents-box>li {
  width: 90.5%;
}
@media (max-width:767px) {
  #INNOVATION>form div>ul>li,
  #INNOVATION>form div>ul.contents-box>li {
    width: 100%;
  }
}

#INNOVATION>form div>div.btn-box {
  padding-top: 5rem;
  margin-top: 3rem;
}
#INNOVATION>form div>div>span>.Cancel,
#INNOVATION_M>form div>div>span>.Cancel {
  color: #1e3953;
  background-color: transparent;
  border-color: #cdcdcd;
}
#INNOVATION>form div>div>span>.Cancel:hover,
#INNOVATION_M>form div>div>span>.Cancel:hover {
  color: #fff;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
#INNOVATION>form div>div>span>#ibtn_submit,
#INNOVATION_M>form div>div>span>#ibtn_submit {
  width: 100%;
  max-width:250px;
  min-width: 150px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #c70034;
  border: #616362;
  border-radius: 5px !important;
  letter-spacing: 1px;
  line-height: 2;
  padding: .6rem 0;
}
#INNOVATION>form div>div>span>#ibtn_submit:hover,
#INNOVATION_M>form div>div>span>#ibtn_submit:hover {
  color: #fff;
  border-color: #c70034;
}
#INNOVATION>form div>div>span>#ibtn_submit::after {
  background-color: #616362;
  border-color: #616362;
}
#INNOVATION>form div>div>span>#ibtn_submit:hover::after {
	background-color: #c70034;
	border-color: #c70034;
}
@media (max-width:767px) {
  #INNOVATION>form div>div>span>#ibtn_submit {
    max-width:100%;
  }
}
#INNOVATION section,
#INNOVATION_M section {
 padding: 2rem;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}
#INNOVATION .cart-list-title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .1em;
  color: #757575;
  display: flex;
  align-items: baseline;
  padding: 0 1rem;
  flex-wrap: wrap;
}
#INNOVATION .cart-info {
  padding: 0 0 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #999;
}
@media (max-width:480px) {
  #INNOVATION .cart-list-title,
  #INNOVATION .cart-info {
    padding: 0;
  }
}
#INNOVATION .cart-info .backTo i{
  position: relative;
  right: 0;
  color: #747474;
  font-size: 1.5rem;
  font-weight: 900;
}
#INNOVATION .cart-info .backTo:hover i {
  right: -1rem;
  color: #c70034;
}
#INNOVATION .cart-list {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: normal;
  margin-bottom: 5rem;
}
#INNOVATION .cart-list ul {
  width: 100%;
}
#INNOVATION .cart-list ul>div {
  float: left;
  width: 100%;
  height: auto;
  max-height: 650px;
  overflow: hidden;
  overflow-y: auto;
}
#INNOVATION .cart-list ul>div>li {
  border-bottom: 1px dotted #e5e5e5;
}
#INNOVATION .cart-list ul>div>li:last-of-type {
  border-bottom: none;
}
#INNOVATION .cart-list li {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
#INNOVATION .cart-list li.th {
  border-bottom: 1px solid #e5e5e5;
  background: #f9f9f9;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  letter-spacing: 1px;
  color: #747474;
}
#INNOVATION .cart-list li>div {
  padding: 1rem 2rem;
  width: 15%;
}
#INNOVATION .cart-list li>div.product-info {
  width: 55%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#INNOVATION .cart-list li>div.product-info>h4 {
  margin-left: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
}
#INNOVATION .cart-list li>div.product-option {
  width: 30%;
}
#INNOVATION .cart-list li>div.product-option>ul>li {
  justify-content: space-between;
  letter-spacing: .5px;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
#INNOVATION .cart-list li>div.product-option>ul>li:last-of-type {
  margin: 0;
}
#INNOVATION .cart-list li>div.product-option>ul>li>span {
  display: block;
}
#INNOVATION .cart-list li>div.product-option>ul>li>font {
  font-size: 1.2rem;
}
#INNOVATION .cart-list li>div:last-of-type {
  text-align: center;
}
@media (max-width:480px){
  #INNOVATION .cart-list li>div.product-info,
  #INNOVATION .cart-list li>div.product-option {
    width: 100%;
  }
}


/* INNOVATION2 */

.innovation-background {
	background-image: url('/images/innovation_bg.jpg');
	background-size: cover;
    background-position: top center;
	background-repeat: no-repeat;
    width: 100%;
    height: 1700px;
}

.innovation-bc-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
    padding-top: 120px;
}

.innovation-background p {
    font-family: 'Noto Serif KR', serif;
    font-weight: 500;
    margin-top: 40px;
    line-height: 1.4;
	word-break: break-word;
	color: #666;
    font-size: 1.4em;
}

.innovation-background p.innovation-slogun {
    font-size: 2.5rem;
    text-align: center;
	color: #333;
}

img.innovation-product {
	display: block;
	margin:auto;
    margin-top: 110px;
    width: 80%;
}

.ceo-greetiong-box {
	max-width: 1000px;
	margin: auto;
	margin-top: 10em;
	padding: 0 15px; 
}

.ceo-greetiong-box h1, .section-business-field h1 {
	font-family: 'DAYROM', "Noto Sans KR", sans-serif;
	font-size: 5.5rem
}

.ceo-greetiong-box p {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: .05em;
    font-size: 1.26em;
}

.ceo-signature {
	width: 100%;
}

.ceo-signature p {
	display: inline-block;
	margin-top: 0;
}

.ceo-signature p span{
	color: #151515;
}

.ceo-signature img {
	float: right;
}

@media (min-width: 768px) {
	img.innovation-product {
		width: 600px;
	}
	.ceo-signature {
		width: 500px;
	}

}

/* BUSINESS FIELD */
.business-photos div.col-sm-12 {
	margin-top: 30px;
}

.business-photos div.col-sm-12 img {
	width: 100%;
}

.busiess-field-icon-box-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.section-business-field {
	padding: 110px 0;
	background-color: #212121;
	color: #fff;
}

.section-business-field p {
    font-family: 'Noto Serif KR', serif;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: .05em;
    font-size: 1.7em;
    margin-top: 1em;
}

.busiess-field-icon-box-wrap .busiess-field-icon-box {
    text-align: center;
    margin-top: 100px;
	padding: 0;
}

.busiess-field-icon-box-wrap .busiess-field-icon-box > div {
    padding: 0 69px;
}

.busiess-field-icon-box-wrap .busiess-field-icon-box.col-md-4 {
	flex: 0 0 100%;
}

.busiess-field-icon-box-wrap .busiess-field-icon-box img {
	display: block;
	margin: auto;
    width: 80px;
    height: auto;
}

.busiess-field-icon-box-wrap .busiess-field-icon-box img + h3 {
	/*height: 52px;*/
	margin-top: 36px;
}

.busiess-field-icon-box-wrap .busiess-field-icon-box img + h3 + p {
	font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    line-height: 1.2;
    word-break: break-word;
	color: #d8d8d8;
    margin-top: 18px;
}

@media (min-width: 992px) {
	.busiess-field-icon-box-wrap .busiess-field-icon-box.col-md-4 {
		flex: 0 0 33.33333333333333%;
	}
	.busiess-field-icon-box-wrap .busiess-field-icon-box > div {
    padding: 0 60px;
}