/* BASIC css start */
/*ÆùÆ®*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap");

@font-face {
  font-family: "NEXON Lv1 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff")
    format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "NEXON Lv1 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff")
    format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "NEXON Lv1 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff")
    format("woff");
  font-weight: 700;
}

/*È¸»ç¼Ò°³ CSS*/
/*°øÅë*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 130%;
  font-weight: 500;
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #333;
}
.wid1280 {
  width: 1280px;
  margin: 0 auto;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.nexon {
  font-family: "NEXON Lv1 Gothic", sans-serif;
}
.mon {
  font-family: "Montserrat", sans-serif;
}

.sub_motion {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
}
.sub_motion.on {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}

.dot_list li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 10px;
}
.dot_list li:last-child {
  margin-bottom: 0;
}
.dot_list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e41d24;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.dash_list li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 5px;
}
.dash_list li:last-child {
  margin-bottom: 0;
}
.dash_list li:before {
  content: "";
  width: 6px;
  height: 1px;
  background: #bbb;
  position: absolute;
  top: 15px;
  left: 0;
}

/*company_sec01*/
#company_sec01 {
  background: url("/design/amiable/img/company_sec01_img01.jpg") no-repeat
    center / cover;
  padding: 85px 0 325px;
}
#company_sec01 .text_box {
  color: #fff;
}
#company_sec01 .text_box small {
  font-size: 20px;
  color: #e41d24;
  font-weight: 700;
}
#company_sec01 .text_box h2 {
  margin: 25px 0;
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
}
#company_sec01 .text_box p {
  font-size: 22px;
  line-height: 160%;
  font-weight: 300;
}

/*company_sec02*/
#company_sec02 {
  margin-top: -245px;
}
#company_sec02 > div {
  width: 1520px;
  margin: 0 auto;
  padding: 115px 120px 130px;
  display: flex;
  background: #fff;
}
#company_sec02 > div .img_box {
  width: 600px;
  height: 400px;
  background: url("/design/amiable/img/company_sec02_img01.jpg") no-repeat
    center / cover;
}
#company_sec02 > div .text_box {
  width: 680px;
  padding-left: 70px;
}
#company_sec02 > div .text_box .top_box {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#company_sec02 > div .text_box .top_box:before {
  content: "";
  width: 560px;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
#company_sec02 > div .text_box .top_box:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e41d24;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  left: 560px;
}
#company_sec02 > div .text_box .top_box h2 {
  display: inline-block;
  font-size: 30px;
  color: #e41d24;
  line-height: 120%;
  font-weight: 700;
}
#company_sec02 > div .text_box .top_box span {
  font-size: 18px;
  margin-left: 20px;
}
#company_sec02 > div .text_box .dot_list li {
  padding-left: 110px;
}
#company_sec02 > div .text_box .dot_list li b {
  position: absolute;
  top: 0;
  left: 15px;
}

/*company_sec03*/
#company_sec03 {
  background: url("/design/amiable/img/company_sec03_img01.png") no-repeat right
    65px bottom 65px #e41d24;
  padding: 130px 0 80px;
}
#company_sec03 * {
  color: #fff;
}
#company_sec03 h2 {
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
#company_sec03 ul li {
  position: relative;
  padding: 45px 0;
  padding-left: 250px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
  border-bottom: 1px solid #e79598;
}
#company_sec03 ul li:last-child {
  border-bottom: 0;
}
#company_sec03 ul li strong {
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 22px;
  background: url("/design/amiable/img/company_sec03_ico01.png") no-repeat left
    center;
  padding-left: 45px;
}

/*company_sec04*/
#company_sec04 {
  background: url("/design/amiable/img/company_sec04_img01.jpg") no-repeat
    center / cover;
  padding: 130px 0 170px;
  margin-bottom: 130px;
}
#company_sec04 > div {
  display: flex;
}
#company_sec04 .title_box {
  width: 330px;
  color: #fff;
}
#company_sec04 .title_box h2 {
  font-size: 38px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}
#company_sec04 .title_box span {
  font-size: 16px;
  line-height: 160%;
  color: #ddd;
  font-weight: 300;
}
#company_sec04 .graph_list {
  width: 950px;
  height: 212px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 2px solid #ddd;
}
#company_sec04 .graph_list li {
  position: relative;
  margin-right: 110px;
  text-align: center;
  font-family: "NEXON Lv1 Gothic", sans-serif;
}
#company_sec04 .graph_list li:last-child {
  margin-right: 0;
}
#company_sec04 .graph_list li span {
  display: block;
  background: #cfcfcf;
  padding-top: 20px;
  width: 50px;
  font-size: 16px;
  color: #fff;
  height: 0;
  opacity: 0;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.52s;
}
#company_sec04 .graph_list li.on span {
  opacity: 1;
}
#company_sec04 .graph_list li.on.bar1 span {
  height: 150px;
}
#company_sec04 .graph_list li.on.bar2 span {
  height: 165px;
}
#company_sec04 .graph_list li.on.bar3 span {
  height: 180px;
}
#company_sec04 .graph_list li.on.bar4 span,
#company_sec04 .graph_list li.on.bar5 span {
  background: #aaa;
  height: 200px;
}
#company_sec04 .graph_list li.on.bar6 span {
  background: #e41d24;
  height: 210px;
  font-size: 20px;
}
#company_sec04 .graph_list li b {
  color: #cfcfcf;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}
#company_sec04 .graph_list li.bar4 b,
#company_sec04 .graph_list li.bar5 b {
  color: #aaa;
}
#company_sec04 .graph_list li.bar6 b {
  color: #e41d24;
  font-size: 20px;
}

/*company_sec05*/
#company_sec05 {
  margin-bottom: 130px;
}
#company_sec05 h2 {
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
#company_sec05 > ul {
  display: flex;
  flex-wrap: wrap;
}
#company_sec05 > ul > li {
  width: 600px;
  margin-right: 80px;
  margin-top: 60px;
  text-align: center;
}
#company_sec05 > ul > li:nth-child(2n) {
  margin-right: 0;
}
#company_sec05 > ul > li:nth-child(-n + 2) {
  margin-top: 0;
}
#company_sec05 > ul > li > img {
  width: 100%;
  border: 1px solid #ddd;
}
#company_sec05 > ul > li .text_box {
  margin-top: 20px;
  font-size: 0;
  letter-spacing: -0.7px;
}
#company_sec05 > ul > li .text_box strong {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
}

#company_sec05 > ul > li .text_box ul li a {
  font-size: 18px;
}

/*company_sec06*/
#company_sec06 {
  margin-bottom: 130px;
  background: linear-gradient(90deg, #fff 30%, #f6f6f6 30%);
}
#company_sec06 .text_box {
  width: 640px;
  float: right;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
#company_sec06 .text_box:after {
  content: "";
  width: 850px;
  height: 640px;
  background: url("/design/amiable/img/company_sec06_img01.jpg") no-repeat
    center / cover;
  position: absolute;
  right: calc(100% + 100px);
  top: -80px;
  border-radius: 0 200px 0 0;
}
#company_sec06 .text_box h2 {
  font-size: 34px;
  color: #e41d24;
  line-height: 120%;
  font-weight: 700;
}
#company_sec06 .text_box strong {
  font-size: 22px;
  line-height: 150%;
  display: block;
  margin: 25px 0;
}
#company_sec06 .text_box p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
#company_sec06 .text_box p:last-child {
  margin-top: 20px;
}

/*company_sec07*/
#company_sec07 {
  position: relative;
  background: url("/design/amiable/img/company_sec07_img01.png") no-repeat
    center bottom;
  padding-bottom: 130px;
  margin-bottom: 60px;
}
#company_sec07 h2 {
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
#company_sec07 .top_year {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 130%;
  color: #fff;
  background: #e41d24;
}
#company_sec07 .history_list {
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
  background: url("/design/amiable/img/company_sec07_ico01.png") no-repeat
    center bottom;
}
#company_sec07 .history_list:before {
  content: "";
  width: 1px;
  height: calc(100% - 9px);
  background: #e15e26;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#company_sec07 .history_list li {
  width: 50%;
  margin-bottom: 90px;
  clear: both;
}
#company_sec07 .history_list li:last-child {
  margin-bottom: 0;
}
#company_sec07 .history_list li:nth-child(odd) {
  float: right;
}
#company_sec07 .history_list li:nth-child(even) {
  float: left;
  text-align: right;
}
#company_sec07 .history_list li > strong {
  display: block;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  position: relative;
}
#company_sec07 .history_list li > strong:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e41d24;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#company_sec07 .history_list li > strong:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e41d24;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#company_sec07 .history_list li:nth-child(odd) > strong {
  padding-left: 45px;
}
#company_sec07 .history_list li:nth-child(even) > strong {
  padding-right: 45px;
}
#company_sec07 .history_list li:nth-child(odd) > strong:before {
  left: -12px;
}
#company_sec07 .history_list li:nth-child(even) > strong:before {
  right: -12px;
}
#company_sec07 .history_list li:nth-child(odd) > strong:after {
  left: -2px;
}
#company_sec07 .history_list li:nth-child(even) > strong:after {
  right: -2px;
}
#company_sec07 .history_list li > p {
  font-size: 18px;
  line-height: 160%;
}
#company_sec07 .history_list li:nth-child(odd) > p {
  padding-left: 90px;
}
#company_sec07 .history_list li:nth-child(even) > p {
  padding-right: 90px;
}

#bottom_img {
  width: 100%;
  height: 570px;
  background: url("/design/amiable/img/company_bottom_img.jpg") no-repeat center
    top / cover;
}

/* BASIC css end */

