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

/*ÆùÆ®*/
@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;
}

/* ¼½¼Ç °øÅë */

.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;
}

.nexon {
  font-family: "NEXON Lv1 Gothic", sans-serif;
}
.mon {
  font-family: "Montserrat", sans-serif;
}

section {
  width: 100%;
  margin-bottom: 60px;
}
section .sec_inner {
  margin: 0 auto;
  padding: 0 5%;
}

#contents {
  overflow: hidden;
}

/* sec1 */

#sec1 {
  background: url("/design/amiable/codlab/mo/MO_1.png") no-repeat center / cover;
  padding: 85px 0 85px;
}

#sec1 .text_box {
  color: #fff;
  text-align: center;
}
#sec1 .text_box small {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #e41d24;
  font-weight: 600;
}
#sec1 .text_box h2 {
  font-family: "Noto Sans KR", sans-serif;
  margin: 25px 0;
  font-size: 28px;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
}
#sec1 .text_box p {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

/* sec2 */
#sec2 {
  position: relative;
}
#sec2 .sec_inner {
  z-index: -1;
  position: relative;
}

#sec2 .sec_inner .title {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sec2 .sec_inner .title:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e41d24;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  left: 100%;
}

#sec2 .sec_inner .title h2 {
  font-family: "NEXON Lv1 Gothic OTF Bold";
  font-size: 26px;
  color: #e41d24;
  font-weight: bolder;
  display: inline;
  margin-right: 3%;
  line-height:120%;
}

#sec2 .sec_inner .title p {
  font-family: "Noto Sans KR", sans-serif;
  color: #333333;
  font-size: 15px;
  display: inline;
  font-weight: 400;
  letter-spacing: -1px;
}

#sec2 .sec_inner ul {
  margin-left: 20px;
}

#sec2 .sec_inner ul li {
  color: #e41d24;
  list-style: disc;
  font-size: 20px;
  line-height: 1.7;
}

#sec2 .sec_inner ul li span {
  color: #333333;
  font-family: "Noto Sans KR", sans-serif;
  display: inline-block;
  font-size: 16px;
}

#sec2 .sec_inner ul li span:first-child {
  font-weight: bolder;
  width: 95px;
}

/* sec3 */
#sec3 {
  width: 100%;
  position: relative;
  background-color: #e41d24;
  background-image: url("/design/amiable/codlab/mo/MO_5.png");
  background-repeat: no-repeat;
  background-position: 95% 95%;
  background-size: 400px;
  margin-bottom: 0;
}

#sec3 .thumb2 {
  width: 100%;
  padding: 0 5%;
  position: relative;
  background-image: linear-gradient(to top, #e41d24 20%, #fff 20%);
}
#sec3 .thumb2 img {
  width: 100%;
}

#sec3 .sec_inner {
  width: 100%;
  padding:50px 5%;
}

#sec3 .sec_inner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#sec3 .sec_inner .a_sec {
  width: 100%;
  padding: 30px 5%;
  word-break: keep-all;

  background: url(/design/amiable/codlab/mo/MO_4.png) no-repeat left top 30px;
  background-size: 25px;
  padding: 30px 40px;
}

#sec3 .sec_inner .middle {
  border-top: solid 1px #e79598;
  border-bottom: solid 1px #e79598;
}

#sec3 .sec_inner .a_sec h3 {
  text-align: left;
  font-family: "NEXON Lv1 Gothic OTF Bold";
  font-size: 18px;
  color: #fff;
  margin: 0;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 140%;
  margin-bottom: 10px;
}

#sec3 .sec_inner .a_sec p {
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 160%;
}

/* sec4 */
#sec4 {
  width: 100%;
  position: relative;
  background-image: url("/design/amiable/codlab/mo/MO_7.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

#sec4 .sec_inner {
  width: 100%;
  text-align: center;
}

#sec4 .sec_inner h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 70px;
}

#sec4 .sec_inner p {
  font-size: 15px;
  color: #dddddd;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

#sec4 .sec_inner .graph_list {
  width: 100%;
  height: 212px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 2px solid #ddd;
}
#sec4 .sec_inner .graph_list li {
  position: relative;
  text-align: center;
  font-family: "NEXON Lv1 Gothic", sans-serif;
  margin-right: 5%;
  width: 40px;
}
#sec4 .sec_inner .graph_list li:last-child {
  margin-right: 0;
}
#sec4 .sec_inner .graph_list li span {
  display: block;
  background: #cfcfcf;
  padding-top: 20px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  height: 0;
  opacity: 0;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.52s;
}
#sec4 .sec_inner .graph_list li.on span {
  opacity: 1;
}
#sec4 .sec_inner .graph_list li.on.bar1 span {
  height: 150px;
}
#sec4 .sec_inner .graph_list li.on.bar2 span {
  height: 165px;
}
#sec4 .sec_inner .graph_list li.on.bar3 span {
  height: 180px;
}
#sec4 .sec_inner .graph_list li.on.bar4 span,
#sec4 .sec_inner .graph_list li.on.bar5 span {
  background: #aaa;
  height: 200px;
}
#sec4 .sec_inner .graph_list li.on.bar6 span {
  background: #e41d24;
  height: 210px;
  font-size: 17px;
}
#sec4 .sec_inner .graph_list li b {
  color: #cfcfcf;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
#sec4 .sec_inner .graph_list li.bar4 b,
#sec4 .sec_inner .graph_list li.bar5 b {
}
#sec4 .sec_inner .graph_list li.bar6 b {
  color: #e41d24;
}

/* sec5 */
#sec5 {
  width: 100%;
  position: relative;
}

#sec5 .sec_inner {
  width: 100%;
}

#sec5 .sec_inner h2 {
  text-align: center;
  font-family: "NEXON Lv1 Gothic OTF Bold";
  line-height: 1.4;
  font-size: 30px;
  color: #333333;
  padding-top: 40px;
}

#sec5 .sec_inner .content {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#sec5 .sec_inner .content .thumb {
  width: 100%;
}
#sec5 .sec_inner .content .thumb img {
  width: 100%;
}

#sec5 .sec_inner .content h3 {
  color: #333333;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 22px;
  margin: 0;
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 600;
}

#sec5 .sec_inner .content ul {
  word-break: keep-all;
}

#sec5 .sec_inner .content ul li {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #333333;
  position: relative;
  margin-bottom:5px;
}

#sec5 .sec_inner .content ul li:last-child{
  margin-bottom:0;
}

#sec5 .sec_inner .content ul li p::before {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #bbbbbb;
  content: "-";
  position:absolute;
  top:0;
  left:0;
}

#sec5 .sec_inner .content ul li p {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #333333;
  font-weight: 400;
  line-height: 160%;
  position:relative;
  padding-left:15px;
}

#sec5 .sec_inner .content ul li a::before {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #bbbbbb;
  content: "-";
  position:absolute;
  top:0;
  left:0;
}

#sec5 .sec_inner .content ul li a {
  text-decoration: none;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #333333;
  font-weight: 400;
  line-height: 160%;
  position:relative;
  padding-left:15px;
}

/* sec6 */
#sec6 {
  width: 100%;
  position: relative;
  margin-top: 85px;
}

#sec6 .sec_inner {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff 20%, #f6f6f6 20%);
}

#sec6 .sec_inner .thumb {
  width: 100%;
}

#sec6 .sec_inner .thumb img {
  width: 100%;
}

#sec6 .sec_inner .content {
  width: 100%;
  padding-bottom: 50px;
}

#sec6 .sec_inner .content h2 {
  font-family: "NEXON Lv1 Gothic OTF Bold";
  font-size: 30px;
  color: #e41d24;
  margin-top: 60px;
  margin-bottom: 30px;
}

#sec6 .sec_inner .content h3 {
  color: #333333;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 150%;
  padding-bottom: 20px;
  word-break: keep-all;
}

#sec6 .sec_inner .content p {
  color: #333333;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 400;
  word-break: keep-all;
}

/* sec7 */
#sec7 {
  position: relative;
  background: url("/design/amiable/codlab/mo/MO_17.png") no-repeat center bottom;
  background-size: 90%;
  padding-bottom: 100px;
  margin-bottom: 10px;
  margin-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}
#sec7 h2 {
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
#sec7 .top_year {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  background: #e41d24;
}
#sec7 .history_list {
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
  background: url("/design/amiable/codlab/mo/MO_15.png") no-repeat center 99.8%;
}
#sec7 .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%);
}
#sec7 .history_list li {
  width: 50%;
  margin-bottom: 90px;
  clear: both;
}
#sec7 .history_list li:last-child {
  margin-bottom: 0;
}
#sec7 .history_list li:nth-child(odd) {
  margin-left: 50%;
}
#sec7 .history_list li:nth-child(even) {
  text-align: right;
}
#sec7 .history_list li > strong {
  display: block;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
}
#sec7 .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%);
}
#sec7 .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%);
}
#sec7 .history_list li:nth-child(odd) > strong {
  padding-left: 40px;
}
#sec7 .history_list li:nth-child(even) > strong {
  padding-right: 40px;
}
#sec7 .history_list li:nth-child(odd) > strong:before {
  left: -12px;
}
#sec7 .history_list li:nth-child(even) > strong:before {
  right: -12px;
}
#sec7 .history_list li:nth-child(odd) > strong:after {
  left: -2px;
}
#sec7 .history_list li:nth-child(even) > strong:after {
  right: -2px;
}
#sec7 .history_list li > p {
  font-size: 15px;
  line-height: 160%;
  word-break: keep-all;
  letter-spacing: -1px;
}
#sec7 .history_list li:nth-child(odd) > p {
  padding-left: 40px;
}
#sec7 .history_list li:nth-child(even) > p {
  padding-right: 40px;
}
/* f_thumb */
.f_thumb {
  width: 100%;
  margin-bottom: -40px;
}

.f_thumb img {
  width: 100%;
}

/* BASIC css end */

