@charset "UTF-8";
.priviceView {
  margin-left: 10px;
  display: inline-block;
}

#sv {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

#sv.sv01 {
  background-image: url("/img/sub/sv_01.jpg");
}

#sv.sv01_new {
  background-image: url("/img/sub/sv_01_new.jpg");
}

#sv.sv02 {
  background-image: url("/img/sub/sv_02.jpg");
}

#sv.sv03 {
  background-image: url("/img/sub/sv_03.jpg");
}

#sv.sv04 {
  background-image: url("/img/sub/sv_09.jpg");
}

#sv.sv05 {
  background-image: url("/img/sub/sv_04.jpg");
}

#sv.sv06 {
  background-image: url("/img/sub/sv_05.jpg");
}

#sv.sv07 {
  background-image: url("/img/sub/sv_06.jpg");
}

#sv.sv08 {
  background-image: url("/img/sub/sv_10.jpg");
}

#sv.sv09 {
  background-image: url("/img/sub/sv_07.jpg");
}

#sv.sv010 {
  background-image: url("/img/sub/sv_05.jpg");
}

#sv .tit {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
  font-style: italic;
}

#lnb {
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#lnb .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#lnb .depth2 > li:not(:last-child) {
  margin-right:58px;
}

#lnb .depth2 > li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 39px 0;
  font-size: 1.0625rem;
  color: #333;
}

#lnb .depth2 > li.on a {
  color: #f18924;
  position: relative;
}

#lnb .depth2 > li.on a:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f18924;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  bottom: -5px;
}

#lnb .pageName {
  position: absolute;
  right: -80px;
  height: 154px;
  width: 444px;
  background: #f18924;
  color: #fff;
  top: -49px;
  font-size: 1.875rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
  padding: 0 80px 30px 0;
}

#lnb.fix {
  background: #f5f5f5;
  z-index: 1000;
  position: fixed;
  left: 0;
  width: 100%;
}

#lnb.fix .pageName {
  opacity: 0;
}

#lnb.fix .depth2 > li a {
  padding: 21px 0;
}

.move_btn {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move_btn.type2 {
  position: static;
  margin-top: -60px;
}

.move_btn.type3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #f5f5f5;
  opacity: 1;
}

.move_btn.type3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.move_btn.type3 ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 68px;
}

.move_btn.type3 ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
}

.move_btn.type3 ul li button:after {
  display: none;
}

.move_btn.type3 ul li.on button::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f18924;
}

.move_btn ul li {
  text-align: right;
}

.move_btn ul li:not(:last-child) {
  margin-bottom: 10px;
}

.move_btn ul li button {
  position: relative;
  font-size: 0.9375rem;
  font-family: "Noto Sans KR", sans-serif;
  color: #aaa;
}

.move_btn ul li button:after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  background: #aaa;
  border-radius: 50%;
}

.move_btn ul li.on button {
  color: #f18924;
}

.move_btn ul li.on button::after {
  -webkit-transform: scale(2);
          transform: scale(2);
  background: #f18924;
}

#subContents {
  padding: 120px 0;
  position: relative;
}

.tit_s4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 78px;
}

.tit_s4 h2 {
  font-size: 1.25rem;
  color: #222;
  font-weight: 900;
  letter-spacing: 1px;
  border-bottom: 1px solid #222;
  display: inline-block;
  padding-bottom: 10px;
}

.tit_s5 {
  text-align: center;
  color: #f18924;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 48px;
}

.tit_s6 {
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
}

.tit_s6 h2 {
  width: 280px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #222;
  margin: 0 auto;
  font-weight: 900;
  font-size: 1.25rem;
  color: #222;
  text-transform: uppercase;
}
.tit_s6 h2.tn {
  text-transform: none;
}

.tit_s6.tit_s7 h2 {
  max-width: 450px;
  width: 100%;
}

.tit_s6 .s_txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #222;
  margin-top: 30px;
  font-weight: 500;
}
.tit_s6 .s_txt span.txt {
  margin-top: 60px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.tit_s6 .s_txt2 {
  margin-top: 80px;
}

.tit_s6 .s_txt2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tit_s6 .s_txt2 dl > * {
  width: 50%;
}

.tit_s6 .s_txt2 dl dt {
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 2.1875rem;
  line-height: 1.4;
}

.tit_s6 .s_txt2 dl dd {
  font-size: 1.125rem;
  line-height: 1.7;
}

.mtm40 {
  margin-top: 0;
}

.txtBox_s1 {
  text-align: center;
  color: #222;
}

.txtBox_s1 dl dt p {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.txtBox_s1 dl dt span {
  font-size: 2.1875rem;
}

.txtBox_s1 dl dd {
  margin-top: 50px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}

.subContPadNone {
  padding-top: 120px;
}

/* vision */
#vision {
  background: url("/img/sub/vision_bg.jpg") no-repeat bottom;
  padding-bottom: 500px;
  background-size: contain;
}

#vision .icon_list {
  margin-top: 90px;
}

#vision .icon_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vision .icon_list ul li {
  border: 1px solid #e3e3e3;
  position: relative;
  width: 368px;
  height: 368px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#vision .icon_list ul li:not(:first-child) {
  margin-left: -20px;
}

#vision .icon_list ul li:not(:last-child):after {
  content: url("/img/sub/icon_list_bg.gif");
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

#vision .icon_list ul li .txt {
  margin-top: 40px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.38;
  color: #222;
}

#vision .coreCompetence {
  margin-top: 70px;
}

#vision .coreCompetence .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vision .coreCompetence .list ul li {
  width: 30.71428571429%;
}

#vision .coreCompetence .list ul li:not(:last-child) {
  margin-right: 3.92857142857%;
}

#vision .coreCompetence .list ul .txt {
  margin-top: 50px;
}

#vision .coreCompetence .list ul .txt dl dt {
  color: #222;
  font-weight: 700;
  font-size: 1.875rem;
}

#vision .coreCompetence .list ul .txt dl dd {
  margin-top: 28px;
  line-height: 1.6;
  font-weight: 300;
}

#vision .coreCompetence .list ul .txt dl dd span {
  color: #222;
  font-weight: 500;
}

#vision .overview {
  margin-top: 150px;
}

#vision .overview .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vision .overview .info .box {
  padding: 90px 55px;
  border: 1px solid #e1e1e1;
}

#vision .overview .info article {
  width: 48.07142857143%;
}

#vision .overview .info article:not(:last-child) {
  margin-right: 3.85714285714%;
}

#vision .overview .info article:nth-child(2) .box {
  width: 100%;
  height: 100%;
}

#vision .overview .info article:nth-child(2) .box:not(:last-child) {
  margin-bottom: 13px;
}

#vision .overview .info article:nth-child(2) .box .list {
  margin-top: 34px;
}

#vision .overview .info article:nth-child(2) .box .list ul li:not(:last-child) {
  margin-bottom: 15px;
}

#vision .overview .info .tit {
  font-size: 1.875rem;
  font-weight: 700;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#vision .overview .info .tit .icon {
  margin-right: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  overflow: hidden;
}

#vision .overview .info .list {
  margin-top: 62px;
  padding-left: 15px;
}

#vision .overview .info .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
}

#vision .overview .info .list ul li:not(:last-child) {
  margin-bottom: 27px;
}

#vision .overview .info .list ul li span {
  font-weight: 500;
  font-size: 1.125rem;
  width: 116px;
}

#vision .overview .info .list ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#vision .busiArea {
  margin-top: 150px;
}

#vision .busiArea .logo {
  text-align: center;
  background: #fff;
  max-width: 386px;
  widows: 100%;
  margin: 0 auto;
}

#vision .busiArea .logo svg {
  width: 250px;
}

#vision .busiArea .list {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

#vision .busiArea .list .dotLine {
  z-index: -1;
  height: 206px;
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 103px;
  position: absolute;
  top: -47px;
}

#vision .busiArea .list .line dl {
  line-height: 1;
}

#vision .busiArea .list .line dl dt {
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #f18924;
}

#vision .busiArea .list .line dl dd {
  font-weight: 700;
  color: #222;
  font-size: 1.5rem;
  margin-top: 22px;
}

#vision .busiArea .list .txt {
  text-align: center;
  position: relative;
  max-width: 256px;
  margin: 0 auto;
}

#vision .busiArea .list .txt::before {
  content: "";
  width: 1px;
  background: #f18924;
  display: block;
  margin: 0 auto 42px;
}

#vision .busiArea .list .txt::after {
  content: "";
  width: 21px;
  height: 21px;
  background: #f18924;
  border-radius: 50%;
  display: block;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% - 10px);
}

#vision .busiArea .list .txt dl {
  color: #222;
}

#vision .busiArea .list .txt dl dt {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
}

#vision .busiArea .list .txt dl dt::after {
  content: "";
  width: 21px;
  height: 21px;
  background: #f18924;
  border-radius: 50%;
  display: block;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 42px);
}

#vision .busiArea .list .txt dl dd {
  line-height: 1.875;
  margin-top: 40px;
}

#vision .busiArea .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#vision .busiArea .list ul li {
  width: 310px;
}

#vision .busiArea .list ul li:not(:last-child) {
  margin-right: 18px;
}

#vision .busiArea .list ul li:nth-child(1) .txt::before {
  height: 463px;
}

#vision .busiArea .list ul li:nth-child(2) .txt::before {
  height: 183px;
}

#vision .busiArea .list ul li:nth-child(3) .txt::before {
  height: 422px;
}

#vision .busiArea .list ul li:nth-child(4) .txt::before {
  height: 262px;
}

#vision .busiArea .list ul li .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 310px;
  background: #fff;
  height: 310px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #f18924;
}

/* history */
.tab_s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab_s1 button {
  color: #222;
  font-style: italic;
  position: relative;
}

.tab_s1 button.on {
  color: #f18924;
}

.tab_s1 button.on::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f18924;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.tab_s1 .present button {
  font-size: 1.5rem;
  font-weight: 700;
}

.tab_s1 .present button span {
  font-family: "Poppins", sans-serif;
}

.tab_s1 .past ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_s1 .past ul li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f18924;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
}

.tab_s1 .past button {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

/* history */
#history .info {
  margin-top: 46px;
}

#history .info > section {
  display: none;
}

#history .info > section:first-child {
  display: block;
}

#history .info .item > div {
  max-width: 870px;
  margin: 0 auto;
}

#history .info .item > div:not(:last-child) {
  padding-bottom: 40px;
}

#history .info .item .year {
  font-size: 5.625rem;
  color: #222;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

#history .info .item .list {
  padding-left: 70px;
}

#history .info .item ul {
  position: relative;
  padding: 50px 0;
}

#history .info .item ul::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #e1e1e1;
  display: block;
  position: absolute;
  left: 20px;
  z-index: -1;
  top: 0;
}

#history .info .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#history .info .item ul li:not(:last-child) {
  margin-bottom: 30px;
}

#history .info .item ul li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-top: 10px;
}

#history .info .item ul li .txt p {
  line-height: 1.6;
}

#history .info .item ul li .txt p:not(:last-child) {
  margin-bottom: 4px;
}

#history .info .item .num {
  margin-right: 23px;
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f18924;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/* 인사말 */
#greeting .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#greeting .info > div > * {
  width:46%;
}

#greeting .info .ceo {
  margin-top: 54px;
  font-size: 1.25rem;
  color: #222;
}

#greeting .info .ceo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#greeting .info .ceo span {
  margin: 0 8px 0 32px;
  font-weight: 500;
  font-size: 2.125rem;
}

#greeting .info .txtBox {
  padding: 0 6.42857142857%;
  color: #222;
}

#greeting .info .txtBox dl dt {
  font-size: 2.1875rem;
}

#greeting .info .txtBox dl dd {
  margin-top: 88px;
  line-height: 1.8rem;
}

#greeting .info .txtBox dl dd p:not(:last-child) {
  margin-bottom: 30px;
}

/* 오시는 길 */
#location .tit {
  font-size: 1.875rem;
  color: #f18924;
  font-weight: 700;
  margin-bottom: 38px;
}

#location .tit span {
  border-bottom: 2px solid #f18924;
  width: 110px;
  display: inline-block;
  padding-bottom: 2px;
}

#location .mapWrap {
  padding: 1px;
}

#location .mapWrap iframe {
  border: 1px solid #e1e1e1;
  width: 100% !important;
  height: 590px !important;
}

#location section:not(:last-child) {
  margin-bottom: 110px;
}

#location .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

#location .info > * {
  border: 1px solid #e1e1e1;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#location .info > *:not(:last-child) {
  margin-right: 23px;
}

#location .info .addr {
  width: 396px;
}

#location .info .addr dd {
  font-size: 1.0625rem;
  line-height: 1.6;
}

#location .info .tel {
  width: 270px;
}

#location .info .tel dd {
  font-size: 1.125rem;
}

#location .info .transfer {
  width: 700px;
}

#location .info .transfer > div {
  width: 100%;
}

#location .info .transfer ul {
  width: 100%;
  padding: 0 55px;
}

#location .info .transfer ul li {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#location .info .transfer ul li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 34px;
  margin-bottom: 34px;
}

#location .info .transfer ul li .icon {
  width: 65px;
}

#location .info .transfer ul li dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#location .info .transfer ul li dt {
  margin-bottom: 16px;
}

#location .info .transfer ul li dd {
  font-size: 0.9375rem;
}

#location .info .tel,
#location .info .addr {
  text-align: center;
}

#location .info .tel dl,
#location .info .addr dl {
  margin-top: 30px;
}

#location .info .tel dt,
#location .info .addr dt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#location .info .tel dd,
#location .info .addr dd {
  height: 65px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#location .info dl {
  color: #222;
}

#location .info dl dt {
  font-size: 1.25rem;
  font-weight: 500;
}

#location .info dl dd {
  line-height: 1.3;
}

#location .info.type2 > * {
  height: 163px;
}

#location .info.type2 > * > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#location .info.type2 dl {
  margin-top: 0;
  margin-left: 36px;
  text-align: left;
}

#location .info.type2 dl dd {
  height: auto !important;
}

#location .info.type2 .addr {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0 74px;
}

#location .info.type2 .tel {
  width: 342px;
}

/* 조직도 */
#org .team .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#org .team .info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 22px;
}

#org .team .info .name h3 {
  margin-left: 20px;
  font-size: 1.875rem;
  font-weight: 500;
}

#org .team .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#org .team .list:not(:last-child) {
  margin-bottom: 48px;
}

#org .team .list dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-left: 48px;
}

#org .team .list dl dt {
  font-size: 1.25rem;
  color: #222;
  font-weight: 500;
}

#org .team .list dl dd {
  margin-top: 18px;
}

#org .team .list dl dd p {
  line-height: 1.6;
}

#org .team .list dl dd p:not(:last-child) {
  margin-bottom: 5px;
}

#org .team .list .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#org .team .txtBox {
  padding-left: 120px;
  padding-top: 28px;
}

#org .cto {
  margin: 124px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  padding: 80px;
}

#org .cto .img {
  margin-right: 118px;
}

#org .cto .name {
  margin-bottom: 50px;
  color: #222;
}

#org .cto .name p {
  font-size: 1.125rem;
}

#org .cto .name h3 {
  font-size: 1.875rem;
  font-weight: 500;
}

#org .member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#org .member ul li {
  width: 24.28571428571%;
  margin-right: 0.95238095238%;
}

#org .member ul li:nth-child(4n) {
  margin-right: 0;
}

#org .member .img {
  text-align: center;
  border: 1px solid #e1e1e1;
  padding-top:13px;/* 2022-02-15 추가 */
}

#org .member .txt {
  padding: 30px 10px 30px 0;/* 2022-02-15 수정 */
  color: #222;
  text-align: center;
}

#org .member .top {
  text-align: left;
}

#org .member .name {
  font-size: 1.5rem;
  font-weight: 700;
}

#org .member .name span {
  font-size: 1.125rem;
  font-weight: 500;
}

#org .member .dept {
  font-size: 1.125rem;
  font-weight: 500;
}

#org .member .spec {
  margin-top: 15px;
}

#org .member .spec p {
  font-weight: 300;
  position: relative;
}

.idesk .tit {
  text-align: center;
  margin-bottom: 80px;
}

.idesk .tit p {
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
}

.idesk .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idesk .info.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.idesk .info.start .txtBox {
  padding-top: 80px;
}

.idesk .info > * {
  width: 50%;
}

.idesk .info .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}

.idesk .info ul li {
  position: relative;
  padding-left: 10px;
  font-size: 1.125rem;
  color: #222;
}

.idesk .info ul li:not(:last-child) {
  margin-bottom: 5px;
}

.idesk .info ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.idesk .info .iconLi {
  padding-left: 42px;
  margin-top: 45px;
}

.idesk .info .iconLi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.idesk .info .iconLi ul li {
  margin-bottom: 10px;
  font-family: "NEXON Lv2 Gothic";
  letter-spacing: -2px;
  font-weight: 700;
  width: 50%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idesk .info .iconLi ul li .icon {
  width: 42px;
}

.idesk .info .iconLi ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.idesk .info .iconLi ul li::before {
  display: none;
}

.idesk .info .txtBox dl dt {
  color: #f18924;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.3;
}

.idesk .info .txtBox dl dt span {
  font-family: "NEXON Lv2 Gothic Medium";
  font-weight: 700;
}

.idesk .info .txtBox dl dt strong {
  font-size: 3.75rem;
  font-family: "NEXON Lv2 Gothic Bold";
  color: #f18924 !important;
  line-height: 1.15 !important;
  margin-top: 10px;
  display: block;
}

.idesk .info .txtBox dl dd {
  margin-top: 65px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #222;
}

.idesk .info .txtBox dl dd p {
  margin-bottom: 28px;
  font-weight: 300;
  letter-spacing:-0.02em;
}

.idesk .info .txtBox dl dd div {
  margin-bottom: 28px;
  font-size:1.5rem ;
}

.idesk .info .txtBox dl dd .img {
  margin-top: 70px;
}

.idesk .info .txtBox dl dd ul li {
  position: relative;
  padding-left: 10px;
}

.idesk .info .txtBox dl dd ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.idesk .info.type2 .txtBox {
  padding-left: 6.14285714286%;
}

.idesk .info.type2 .txtBox dl dt {
  color: #222;
}

.type_list {
  margin-top: 76px;
}

.type_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.type_list ul li {
  width: 46.42857142857%;
  margin-right: 7.14285714286%;
}

.type_list ul li:last-child {
  margin: 0;
}

.type_list ul li .s_tit {
  text-align: center;
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 1.875rem;
  color: #222;
  margin-bottom: 32px;
}

.type_list ul li dl {
  border-radius: 10px;
  overflow: hidden;
}

.type_list ul li dl dt {
  background: #f18924;
  color: #fff;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.type_list ul li dl dd {
  color: #333;
  background: #f5f5f5;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.875rem;
}

.iconList {
  margin-top: 130px;
}

.iconList.type2 .txt {
  margin-top: 5px;
}

.iconList.type2 .icon {
  margin-bottom: 16px;
}

.iconList.type3 {
  margin-top: 118px !important;
}

.iconList.type3 ul {
  max-width: 1300px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iconList.type3 ul li {
  margin-bottom: 50px;
  width: 400px;
  height: 400px;
  margin-right: 50px;
}

.iconList.type3 ul li:nth-child(3n) {
  margin-right: 0;
}

.iconList.type3 ul li strong {
  font-size: 1.875rem;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.iconList.type3 ul li strong span {
  font-size: 1.125rem;
}

.iconList.type3 ul li .txt {
  height: auto;
}

.iconList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iconList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 332px;
  height: 332px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-right: 24px;
}

.iconList ul li:last-child {
  margin-right: 0;
}

.iconList ul li .icon {
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iconList ul li strong {
  color: #f18924;
  font-size: 1.125rem;
}

.iconList ul li .txt {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  color: #222;
  line-height: 1.5;
}

.coreInfo article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coreInfo article:not(:last-child) {
  margin-bottom: 126px;
}

.coreInfo article .num {
  width: 54px;
  height: 54px;
  margin-bottom: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.coreInfo article .num.bg {
  background: #f18924;
  color: #fff;
}

.coreInfo article dl dt {
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 2.8125rem;
  color: #f18924;
  line-height: 1.2;
}

.coreInfo article dl dd {
  margin-top: 44px;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #222;
}

.coreInfo article .stxt {
  margin-top: 40px;
  line-height: 1.6;
  font-size: 1.875rem;
  color: #222;
}
.coreInfo article .stxt img {
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

.coreInfo article .img {
  width: 53.35714285714%;
}
.irag .coreInfo article .img {
  max-width: 100%; width: auto;
}
.coreInfo article .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.coreInfo article > .list {
  margin-top: -40px;
}
.coreInfo article > .list > ul {
  display: flex;
  gap: 30px;
}
.coreInfo article > .list > ul > li {
  width: calc((100% - 90px) / 4);
}
.coreInfo article > .list > ul > li .tit {
  margin-top: 30px;
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 1.875rem;
  color: #f18924;
  line-height: 1.3;
  font-weight: 700;
}
.coreInfo article > .list > ul > li .imgbox {
  margin-top: 30px;
  max-width: 100%;
}

.coreInfo + .iconList {
  margin-top: 75px;
}

.coreInfo.type2 {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coreInfo.type2 article {
  width: 25%;
  padding: 22px;
  display: block;
  margin-bottom: 0 !important;
  border-left: 1px dashed #ccc;
  position: relative;
}

.coreInfo.type2 article .num {
  position: absolute;
  left: 24px;
  top: -75px;
}

.coreInfo.type2 dl dt {
  font-size: 1.875rem;
  line-height: 1.3;
}

.coreInfo.type2 dl dd {
  font-size: 1rem;
}

.coreInfo.type2 dl dd p {
  font-weight: 300;
  position: relative;
  padding-left: 15px;
}

.coreInfo.type2 dl dd p:not(:last-child) {
  margin-bottom: 28px;
}

.coreInfo.type2 dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
}

.coreInfo.type2.len3 article {
  width: 33.3333333%;
}

.coreInfo.type2_1 article dl dt {
  font-size: 1.25rem;
}

.coreInfo.type2_1 article dl dd {
  font-size: 1rem;
}

.coreInfo.type2_1 article dl dd p {
  margin-bottom: 0 !important;
}

.coreInfo.type3 article:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.coreInfo.type3 article:nth-child(even) .txt {
  padding-left: 6.14285714286%;
}

.skilInfo {
  margin-top: 96px;
}

.skilInfo .tit {
  text-align: center;
  color: #f18924;
  font-size: 1.875rem;
  font-family: "NEXON Lv2 Gothic Bold";
}

.skilInfo .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.skilInfo .list:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #f18924;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
}

.skilInfo .list .txt {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  text-align: center;
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.skilInfo .list .txt:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #f18924;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.skilInfo .list .txt:nth-child(1):after {
  right: -3px;
}

.skilInfo .list .txt:nth-child(3):after {
  left: -3px;
}

.skilInfo .list .txt p {
  font-size: 1.25rem;
  font-family: "NEXON Lv2 Gothic Bold";
  color: #222;
}

.skilInfo .list .txt p:not(:last-child) {
  margin-bottom: 20px;
}

.lineInfo {
  margin-top: 13px;
}

.lineInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineInfo ul li {
  width: 50%;
  color: #222;
}

.lineInfo ul li:not(:last-child) {
  margin-bottom: 8px;
}

.lineInfo ul li::before {
  content: "";
  width: 35px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.lineInfo ul li:nth-child(1)::before {
  background: #ffbc46;
}

.lineInfo ul li:nth-child(2)::before {
  background: #124a94;
}

.lineInfo ul li:nth-child(3)::before {
  background: #29a0c0;
}

.list_s3 {
  padding-top: 44px;
}

.list_s3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_s3 ul li {
  width: 31.42857142857%;
  color: #222;
  min-height: 580px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 50px 35px;
  margin-right: 2.85714285714%;
  position: relative;
}

.list_s3 ul li:last-child {
  margin: 0;
}

.list_s3 ul li .num {
  background: #fff;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
  font-size: 2.1875rem;
  color: #f18924;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.list_s3 ul li .tit {
  font-size: 1.875rem;
  font-family: "NEXON Lv2 Gothic Bold";
  text-align: center;
}

.list_s3 ul li .img {
  text-align: center;
  height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_s3 ul li .txt p {
  position: relative;
  padding-left: 24px;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.list_s3 ul li .txt p:not(:last-child) {
  margin-bottom: 5px;
}

.list_s3 ul li .txt p::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 10px;
}

.list_s3 ul li .botTxt {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: calc(100% - 70px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  background: #f18924;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  border-radius: 25px;
}

.features {
  position: relative;
}

.features .cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features .cate ul li {
  width: 33.3%;
  margin-right: 1.71428571429%;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #f18924;
  color: #f18924;
  font-size: 1.875rem;
  border-radius: 51px;
  font-weight: 700;
}

.features .cate ul li:nth-child(3n) {
  margin-right: 0;
}

.features .tit {
  width: 455px;
  height: 455px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 20px rgba(0, 0, 0, 0.05);
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 2.1875rem;
  color: #222;
  background: #fff;
  position: relative;
}

.features .tit p {
  margin-top: 30px;
}

.features .tit > div {
  position: absolute;
  width: 100%;
  bottom: 95px;
  left: 0;
}

.features .txt {
  margin-top: 60px;
  text-align: center;
  color: #222;
  font-size: 1.5rem;
  line-height: 1.5;
}

.features .bg {
  width: 612px;
  height: 612px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  top: -130px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to bottom, #fff 60%, rgba(0, 0, 0, 0.05));
}

.center {
  text-align: center !important;
}

.primaryFn .list {
  position: relative;
}

.primaryFn .list::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #dcdcdc;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.primaryFn .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.primaryFn .list ul li {
  margin-right: 7.14285714286%;
  width: 46.42857142857%;
  margin-bottom: 74px;
}

.primaryFn .list ul li:nth-child(2n) {
  margin-right: 0;
}

.primaryFn .list ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
}

.primaryFn .list ul li .tit span {
  color: #f18924;
  margin-right: 20px;
}

.applyField .iconList {
  margin-top: 30px !important;
}

.applyField .info {
  position: relative;
}

.applyField .info .tit {
  font-size: 2.5rem;
  color: #333;
  font-weight: 300;
}

.applyField .info .tit span {
  font-weight: 500;
}

.applyField .info .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.applyField .info .box > * {
  width: 50%;
}

.applyField .info .box ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.applyField .info .box ul li {
  margin-bottom: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  color: #f18924;
  font-weight: 700;
}

.applyField .info .box ul li span {
  font-weight: 300;
  font-size: 1.125rem;
}

.applyField .info .box ul li p {
  margin-left: 20px;
}

.applyField .ads {
  margin-top: 80px;
}

.more_btn {
  margin-top: 53px;
}

.more_btn a {
  width: 100%;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  background: #222;
  font-size: 1.5rem;
  height: 70px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more_btn a i {
  margin-left: 18px;
}

.more_btn a:hover {
  background: #f18924;
}

.contBox section:not(:last-child) {
  margin-bottom: 140px;
}

#curating .infoBox .img {
  margin-bottom: 40px;
}

#curating .infoBox .img:last-child {
  margin-bottom: 0;
}

#curating .listBox {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#curating .listBox .list {
  margin-left: 11.42857142857%;
}

#curating .listBox .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
}

#curating .listBox .list ul li:not(:last-child) {
  margin-bottom: 28px;
}

#curating .listBox .list ul li span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#curating .listBox .list ul li p {
  margin-left: 20px;
  font-size: 1.125rem;
  margin-top: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  text-align: left;
}

.table_s1 {
  margin-top: 88px;
  overflow-x: auto;
}

.table_s1 table {
  min-width: 960px;
}

.table_s1 table th {
  border: 1px solid #222;
  color: #222;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "NEXON Lv2 Gothic Bold";
  border-left: none;
  border-right: none;
  padding: 24px 0;
}

.table_s1 table td {
  color: #222;
  padding: 18px;
  border-bottom: 1px solid #ccc;
}

.table_s1 table td strong {
  font-weight: 400;
  font-size: 1.125rem;
}

.table_s1 table ul {
  text-align: left;
}

.table_s1 table ul li {
  color: #222;
  line-height: 1.6;
  position: relative;
  padding-left: 17px;
}

.table_s1 table ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.table_s1 table ul li:not(:last-child) {
  margin-bottom: 5px;
}

.table_s1 table ul li .chkTxt {
  margin-top: 12px;
}

.table_s1 table ul li .chkTxt p {
  font-size: 0.9375rem;
  position: relative;
  padding-left: 20px;
  color: #333;
}

.table_s1 table ul li .chkTxt p::before {
  content: url("/img/sub/chk_icon.gif");
  position: absolute;
  left: 0;
  top: -2px;
}

.table_s1 table ul li .chkTxt p:not(:last-child) {
  margin-bottom: 6px;
}

.table_s1.type2 table td {
  text-align: center;
}

.table_s1 .s_txt.right {
  text-align: right;
  font-size: 0.9375rem;
  margin-top: 12px;
}

.table_s2 {
  margin-top: 50px;
  border-top: 1px solid #666;
}

.table_s2 th {
  background: #f7f7f7;
  width: 190px;
}

.table_s2 th,
.table_s2 td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 34px;
  color: #222;
}

#dataWrap .coreInfo.type2 {
  margin-top: 140px;
}

.fnList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fnList ul li {
  width: 48.57142857143%;
  border-bottom: 1px solid #e0e0e0;
  padding: 55px 0;
  margin-right: 2.85714285714%;
}

.fnList ul li:nth-child(2n) {
  margin-right: 0;
}

.fnList .chkTxt {
  margin: 16px 0;
}

.fnList .chkTxt p {
  position: relative;
  padding-left: 20px;
  color: #222;
}

.fnList .chkTxt p::before {
  content: url("/img/sub/chk_icon.gif");
  position: absolute;
  left: 0;
  top: -2px;
}

.fnList .chkTxt p:not(:last-child) {
  margin-bottom: 6px;
}

.fnList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnList dl dt {
  width: 224px;
  font-size: 1.875rem;
  color: #f18924;
  font-weight: 700;
  font-family: "NEXON Lv2 Gothic Bold";
  line-height: 1.4;
}

.fnList dl dt span {
  font-size: 1.25rem;
}

.fnList dl dt .icon {
  margin-top: 15px;
}

.fnList dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.fnList dl dd strong {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #222;
  display: block;
  margin-bottom: 14px;
}

.fnList dl dd p {
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #222;
}

.fnList dl dd p:not(:last-child) {
  margin-bottom: 4px;
}

.fnList dl dd p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
}

#online .contBox section:first-child {
  margin-bottom: 68px !important;
}

#online .display .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#online .display .info > * {
  width: 50%;
}

#online .display .info .txt {
  padding-left: 34px;
}

#online .display .info .txt dl dt {
  font-size: 1.875rem;
  color: #f18924;
  font-family: "NEXON Lv2 Gothic Bold";
}

#online .display .info .txt dl dd {
  margin-top: 50px;
}

#online .display .info .txt dl dd p {
  position: relative;
  padding-left: 16px;
  font-size: 1.125rem;
}

#online .display .info .txt dl dd p:not(:last-child) {
  margin-bottom: 22px;
}

#online .display .info .txt dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #222;
  position: absolute;
  left: 0;
  top: 10px;
}

#online .media .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#online .media .list ul li {
  border: 1px solid #e1e1e1;
  width: 22.85714285714%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2.85714285714%;
  margin-bottom: 40px;
  overflow: hidden;
}

#online .media .list ul li:nth-child(4n) {
  margin-right: 0;
}

.ads .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ads .info ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 295px;
  padding: 0 20px 0 114px;
}

.ads .info ul li:nth-child(1) {
  background: #f5f5f5;
}

.ads .info ul li:nth-child(4) {
  background: #f5f5f5;
}

.ads .info ul li:nth-child(5) {
  background: #f5f5f5;
}

.ads .info ul li:nth-child(8) {
  background: #f5f5f5;
}

.ads .info ul li .txt {
  padding-left: 110px;
}

.ads .info ul li .source {
  color: #666;
  font-size: 14px;
}

.ads .info ul li dl {
  color: #222;
}

.ads .info ul li dl dt {
  font-size: 1.875rem;
  font-weight: 700;
}

.ads .info ul li dl dd {
  font-weight: 300;
  margin-top: 38px;
  line-height: 1.625;
}

.ads .info ul li dl dd span {
  color: #f18924;
}

.ads.type2 .info ul li {
  height: 360px;
}

.ads.type2 .info ul li .icon {
  width: 152px;
}

.ads.type2 .info ul li .txt {
  padding-left: 90px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.moreBtn {
  margin-top: 40px;
}

.moreBtn.mt80 {
  margin-top: 80px;
}

.moreBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  color: #fff !important;
  background: #f18924;
  height: 85px;
  border-radius: 10px;
  font-size: 1.5rem;
}

.moreBtn a i {
  margin-left: 26px;
}

.cover_box {
  padding-top: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  text-align: center;
}

.cover_box .center_box {
  text-align: left;
}

.cover_box .item {
  position: relative;
  display: inline-block;
  width: 100%;
  width: 21.07142857143%;
  margin-right: 5.2380952381%;
  margin-bottom: 50px;
  text-align: left;
}

.cover_box .item:nth-child(4n) {
  margin-right: 4px;
  margin-right: 0;
}

.cover_box .item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.cover_box .item figure {
  width: 100%;
  margin: 0;
  padding-top: 74.57627118644%;
  position: relative;
  overflow: hidden;
}

.cover_box .item figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cover_box .item .cover_tit {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

.cover_box .item .text {
  font-size: 16px;
  height: 71px;
  color: #666;
  margin-bottom: 26px;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cover_box .item p span {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  vertical-align: top;
}

.cover_box .item p .borderr {
  position: relative;
  margin-right: 36px;
}

.cover_box .item p .borderr::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #ccc;
  height: 12px;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cover_box .item p .clock_icon {
  position: relative;
  padding-left: 26px;
}

.cover_box .item p .clock_icon::after {
  content: url(/img/sub/clock_icon.png);
  position: absolute;
  left: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page {
  text-align: center;
}

.page:before {
  content: "";
  display: block;
  clear: both;
  margin-top: 10px;
}

.page ul {
  font-size: 0;
}

.page ul li {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: top;
}

.page ul li a {
  position: relative;
  width: 35px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 13px;
  margin: 0 2px;
}

.page ul li.on a {
  background: #676767;
  color: #fff;
}

.page ul li.page_p a {
  background: url("/img/sub/page_p.png") no-repeat center;
}

.page ul li.page_n a {
  background: url("/img/sub/page_n.png") no-repeat center;
}

.board02_list {
  border-top: 2px solid #aaa;
}

.board02_list .item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.board02_list .box {
  vertical-align: middle;
}

.board02_list figure.box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}

.board02_list .text_box {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 500px);
}

.board02_list .text_box h4 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 1.2em;
}

.board02_list .text_box p {
  font-weight: 300;
  color: #666;
  line-height: 1.5;
  margin: 30px 0 0 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.board02_list .text_box .date {
  margin: 0;
  color: #999;
  margin-top: 30px;
}

.board02_list .text_box .tag {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #073474;
}

.board02_list .icon_box {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
}

.board02_list .icon_box .icon {
  width: 6px;
  height: 10px;
  display: inline-block;
  margin: 22px 0;
  background: url(/img/sub/line-arrow.png) 50% 50% no-repeat;
  background-size: cover;
}

.board02_list .icon_box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.chat0002 {
  display: none;
  position: fixed;
  bottom: 0;
  right: 70px;
  width: 100%;
  max-width: 450px;
  height: 100%;
  z-index: 9999999;
}

.chat0002 iframe {
  width: 100%;
  height: 100%;
}

.chat0002.on {
  display: block;
}
/* 241021 수정 시작 */
.apply_wrap {
  margin-top: 53px;
  display: flex;
  justify-content: center;
}

.apply_wrap li {
  width: 100%;
  max-width: 350px;
  height: 70px;
  margin-right:30px
}

.apply_wrap li:last-child {
  margin-right:0
}

.apply_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  background: #222;
  font-size: 1.5rem;
  height: 70px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.apply_wrap a:hover {
  background: #f18924;
}
/* 241021 수정 끝 */

.new_ctn03 .coreInfo.type2 {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new_ctn03 .con_box {
  border: 1px solid #ddd;
  padding: 45px 55px;
  width: 31.3%;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new_ctn03 .con_box:last-of-type {
  margin: 0;
}

.new_ctn03 .con_box .img_box {
  text-align: right;
}

.new_ctn03 .con_box dl {
  margin-top: 62px;
}

.new_ctn03 .con_box dl dt {
  font-family: "NEXON Lv2 Gothic Medium";
  font-weight: 500;
  font-size: 24px;
  color: #222;
  margin-bottom: 34px;
}

.new_ctn03 .con_box dl dd {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
}

.new_ctn04 .new_list {
  font-size: 0;
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new_ctn04 .new_list .item {
  vertical-align: top;
  width: 33.3%;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new_ctn04 .new_list .item figure {
  margin: 0;
  width: 130px;
}

.new_ctn04 .new_list .item .txt {
  margin-left: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.new_ctn04 .new_list .item .txt h4 {
  font-family: "NEXON Lv2 Gothic";
  font-weight: 700;
  font-size: 24px;
  color: #222;
}

.new_ctn04 .new_list .item .txt ul {
  margin-top: 26px;
}

.new_ctn04 .new_list .item .txt ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #666;
  line-height: 1.3em;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new_ctn04 .new_list .item .txt ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
}

.new_ctn04 .new_list .item .txt ul li:last-of-type {
  margin-bottom: 0;
}

.new_ctn05 {
  margin-top: -80px;
  font-size: 0;
}

.new_ctn05 .talent_txt > .item {
  border: 1px solid #ddd;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 100px;
  margin-top: 37px;
}

.new_ctn05 .talent_txt > .item:last-of-type {
  margin-bottom: 0;
  padding: 60px 0;
}

.new_ctn05 .talent_txt > .item .cont .box {
  display: inline-block;
  vertical-align: middle;
}

.new_ctn05 .talent_txt > .item .cont .box:nth-of-type(1) {
  width: 166px;
  position: relative;
  top: -15px;
}

.new_ctn05 .talent_txt > .item .cont .box:nth-of-type(2) {
  width: calc(100% - 342px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  position: relative;
}

.new_ctn05 .talent_txt > .item .cont .box:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f18924;
}

.new_ctn05 .talent_txt > .item .cont .box:nth-of-type(3) {
  width: 166px;
  position: relative;
  top: -17px;
}

.new_ctn05 .talent_txt > .item .cont .box h4 {
  position: relative;
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 40px;
  color: #f18924;
}

.new_ctn05 .talent_txt > .item .cont .box h4::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: middle;
  background: url(/img/sub/new_recruit07.png) 50% 50% no-repeat;
  background-size: cover;
  margin-right: 34px;
}

.new_ctn05 .talent_txt > .item .cont .box h5 {
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 24px;
  color: #f18924;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul {
  position: relative;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul::before {
  content: "";
  position: absolute;
  top: 61px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #f18924;
  border-radius: 50%;
  z-index: 10;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul::after {
  content: "";
  position: absolute;
  top: 61px;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f18924;
  border-radius: 50%;
  z-index: 10;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: center;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: #f18924;
  border-radius: 50%;
  z-index: 10;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li .step {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #f18924;
  margin-bottom: 80px;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li .tit {
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 22px;
  color: #222;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li ul {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  text-align: center;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li ul li {
  font-weight: 300;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: -0.025em;
  line-height: 1.2em;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li.bc::after {
  background: #222222;
}

.new_ctn05 .talent_txt > .item .cont .box .item > ul > li.bc .step {
  color: #222;
}

.new_ctn05 .talent_txt > .item.bg {
  background: #f9f9f9;
}

.df_bd .schWrap {
  margin-bottom: 15px;
}

.df_bd .schWrap form .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.df_bd .schWrap form .flexBox * {
  height: 55px;
}

.df_bd .schWrap form .flexBox > div {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.df_bd .schWrap form .flexBox > div:not(:last-child) {
  margin-right: 6px;
}

.df_bd .schWrap form .flexBox > div:nth-child(1) {
  max-width: 200px;
}

.df_bd .schWrap form .flexBox > div:nth-child(2) {
  max-width: 394px;
}

.df_bd .schWrap form .flexBox > div:nth-child(3) {
  width: 100px;
}

.df_bd .schWrap select,
.df_bd .schWrap input {
  border: none;
  width: 100%;
}

.df_bd .schWrap select,
.df_bd .schWrap input[type="text"] {
  padding: 0 16px;
  background: #f5f5f5;
  color: #222;
  font-size: 1rem;
}

.df_bd .schWrap input[type="submit"] {
  background: #222;
  color: #fff;
}

.df_bd table th {
  font-weight: 600;
  font-family: "NEXON Lv2 Gothic";
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}

.df_bd table th,
.df_bd table td {
  color: #222;
  padding: 20px 0;
}

.df_bd table td {
  border-bottom: 1px solid #ccc;
}

.df_bd table td:not(:nth-child(2)) {
  text-align: center;
}

.df_bd table td a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}

.df_bd table .status p {
  width: 110px;
  height: 42px;
  background: #b3b3b3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 0 auto;
}

.df_bd table .status p.on {
  background: #f18924;
}

/*sec1*/
/*sec2*/
/*sec3*/
/*sec4*/
/*sec5*/
/*sec6*/
/*sec7*/
/*sec8*/
/*sec9*/
/*sec10*/
#inquiry {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}

#inquiry input {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

#inquiry .sec3 input {
  width: 95%;
}

#inquiry .sec4 input {
  width: 95%;
}

#inquiry .sec5 input {
  width: 95%;
}

#inquiry .sec6 input {
  width: 95%;
}

#inquiry .sec7 input {
  width: 95%;
}

#inquiry .sec8 input {
  width: 95%;
}

#inquiry .sec9 input {
  width: 95%;
}

#inquiry .sec10 input {
  width: 100%;
  height: 200px;
}

.inquiry {
  font-size: 0;
  font-family: "NEXON Lv2 Gothic";
}

.inquiry > article {
  margin-bottom: 45px;
}

.inquiry .sec1 .choice p {
  font-size: 1.125rem;
  margin-bottom: 28px;
  color: #000;
}

.inquiry .sec1 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec1 .inputBox .checkBox_s2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 30px;
}

.inquiry .sec1 .inputBox .checkBox_s2 ul li {
  display: inline-block;
  width: 20%;
  margin-bottom: 13px;
}

.inquiry .sec1 .inputBox .checkBox_s2 ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.inquiry .sec1 .inputBox .checkBox_s2 ul span {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #ddd;
  margin-right: 10px;
  display: block;
}

.inquiry .sec2 .choice p {
  font-size: 1.125rem;
  margin-bottom: 28px;
  color: #000;
}

.inquiry .sec2 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec2 .inputBox .checkBox_s2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 30px;
}

.inquiry .sec2 .inputBox .checkBox_s2 ul li {
  display: inline-block;
  margin-bottom: 13px;
}

.inquiry .sec2 .inputBox .checkBox_s2 ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.inquiry .sec2 .inputBox .checkBox_s2 ul span {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #ddd;
  margin-right: 10px;
  display: block;
}

.inquiry .sec3 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec3 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec4 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec4 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec5 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec5 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec6 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec6 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec7 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec7 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec8 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec8 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec9 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec9 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec10 .choice p {
  font-size: 1.125rem;
  margin-bottom: 5px;
  color: #000;
}

.inquiry .sec10 .choice p span {
  font-size: 14px;
  color: #f18924;
}

.inquiry .sec11 .inputBox .checkBox_s1 ul li {
  display: inline-block;
  width: 20%;
  margin-bottom: 13px;
}

.inquiry .sec11 .inputBox .checkBox_s1 ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.inquiry .sec11 .inputBox ul span {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #ddd;
  margin-right: 10px;
  display: block;
}

.sec1 {
  margin-bottom: 50px;
}

.checkBox_s1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 30px;
}

.checkBox_s1 ul input {
  position: absolute;
  left: -9999px;
}

.checkBox_s1 ul input:checked + label span:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 4px;
  top: 4px;
}

.checkBox_s1 ul li {
  margin-right: 40px;
}

.checkBox_s1 ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkBox_s1 ul li span {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-right: 10px;
  display: block;
}

input[type="radio"] {
  vertical-align: middle;
}

.checkBox_s2 input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.checkBox_s2 input[type="checkbox"]:checked + label span:after {
  content: url(/img/sub/checkBox_checked.png);
  position: absolute;
  right: -2px;
  top: -4px;
}

.sec2 {
  margin-bottom: 50px;
}

.sec3 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.sec4 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.sec5 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.sec6 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.sec7 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.sec8 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.sec9 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.sec10 {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.sec10 textarea {
  font-size: 16px;
  padding: 5px 10px;
  overflow-y: scroll;
}

.sec11 {
  font-size: 1.025rem;
  margin-bottom: 5px;
  color: #000;
  text-align: right;
}

.captch {
  position: absolute;
  bottom: 160px;
}

.captch .img {
  background: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.captch > *:not(:last-child) {
  margin-right: 5px;
  height: 50px;
}

.captch button {
  color: #fff;
  background: #676767;
  width: 69px;
  height: 50px;
}

.btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnGroup input[type="submit"] {
  background: #000;
  color: #fff !important;
}

.btnGroup input {
  width: 100%;
  max-width: 252px;
  height: 62px !important;
  line-height: 62px;
  font-size: 1.125rem !important;
  font-weight: 700;
}

.privacyChk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacyChk input {
  position: absolute;
  left: -9999px;
}

.privacyChk input:checked + label span {
  background: #f18924;
  border: 1px solid #f18924;
}

.privacyChk input:checked + label i {
  opacity: 1;
}

.privacyChk span {
  width: 15px;
  height: 15px;
  border: 1px solid #797979;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.privacyChk span i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
}

.training .img.center + .contBox {
  margin-top: 40px;
}

.case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case ul li {
  width: 28.57142857143%;
  text-align: center;
}

.case ul li:not(:last-child) {
  margin-right: 7.14285714286%;
}

.case ul li .img {
  border: 1px solid #dcdcdc;
}

.case ul li .txt {
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #f18924;
}

.grapth {
  position: relative;
  margin-top: 110px;
}

.grapth .img {
  position: absolute;
  right: 0;
  top: 0;
}

.grapth .txtBox:not(:last-child) {
  margin-bottom: 130px;
}

.grapth .txtBox dl {
  color: #222;
}

.grapth .txtBox dl dt {
  font-weight: 300;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.grapth .txtBox dl dt div p {
  border-bottom: 1px solid #222;
  display: inline-block;
  line-height: 1.7;
}

.grapth .txtBox dl dd {
  margin-top: 50px;
  padding-left: 20px;
  line-height: 1.6;
}

.grapth .txtBox dl dd p {
  font-size: 1.125rem;
  padding-left: 16px;
  position: relative;
}

.grapth .txtBox dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.scope {
  padding-top: 640px;
}

.scope .list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scope .list ul li {
  width: 31.42857142857%;
  margin-right: 2.85714285714%;
  margin-bottom: 70px;
}

.scope .list ul li:nth-child(3n) {
  margin-right: 0;
}

.scope .list ul li .tit {
  margin-bottom: 35px;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scope .list ul li .tit span {
  color: #f18924;
  margin-right: 13px;
}

.scope .list ul li .tit p {
  color: #222;
}

.type_list2 {
  margin-top: 28px;
}

.type_list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.type_list2 ul li {
  margin-right: 20px;
  width: 100%;
  max-width: 200px;
}

.type_list2 ul li:last-child {
  margin: 0;
}

.type_list2 ul li:nth-child(2) {
  max-width: 278px;
}

.type_list2 ul li:nth-child(4) {
  max-width: 324px;
}

.type_list2 ul li:nth-child(5) {
  max-width: 324px;
}

.type_list2 ul li dl dt {
  border-radius: 16px;
  background: #f5f5f5;
  height: 200px;
  text-align: center;
  font-size: 1.375rem;
  font-family: "NEXON Lv2 Gothic Bold";
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.type_list2 ul li dl dd {
  position: relative;
  padding-top: 54px;
}

.type_list2 ul li dl dd .type {
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #f18924;
  font-size: 1.5rem;
  font-family: "NEXON Lv2 Gothic Bold";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.type_list2 ul li dl dd p {
  position: relative;
  color: #222;
  padding-left: 20px;
  line-height: 1.6;
}

.type_list2 ul li dl dd p:not(:last-child) {
  margin-bottom: 6px;
}

.type_list2 ul li dl dd p span {
  padding-left: 18px;
  display: block;
}

.type_list2 ul li dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.type_list2 ul li dl dd.type2 p:not(:last-child) {
  margin-bottom: 26px;
}

.type_list2 ul li dl dd .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#viewPop {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000000;
}

#viewPop .box {
  position: absolute;
  width: 95%;
  max-width: 768px;
  background: #fff;
  height: 90%;
  padding: 40px 20px;
}

#viewPop .box .status {
  width: 80px;
  height: 32px;
  background: #b3b3b3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

#viewPop .box .status.on {
  background: #f18924;
}

#viewPop .box .txtBox {
  height: calc(100% - 200px);
  overflow-y: auto;
  padding: 20px;
}

#viewPop .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#viewPop .box .info p:not(:last-child) {
  margin-right: 10px;
}

#viewPop .box .tit {
  padding: 0 12px;
  border: 1px solid #555;
  border-left: none;
  border-right: none;
  padding: 20px;
  color: #222;
}

#viewPop .box .closeBtn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}

#viewPop .box .closeBtn a {
  background: #222;
  color: #fff;
  width: 120px;
  margin: 0 auto;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eduInfo .tit {
  font-size: 1.5rem;
  color: #f18924;
  font-weight: 700;
  border-bottom: 1px solid #555;
  padding-bottom: 30px;
}

.eduInfo .info {
  padding: 45px 20px;
}

.eduInfo .info > article:not(:last-child) {
  margin-bottom: 60px;
}

.eduInfo .info dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

.eduInfo .info dl dd {
  line-height: 1.6;
  margin-top: 20px;
}

.eduInfo .info table {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.eduInfo .info table th,
.eduInfo .info table td {
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.eduInfo .info table th:last-child,
.eduInfo .info table td:last-child {
  border-right: none;
}

.eduInfo .info table th {
  background: #d9edf6;
  color: #222;
}

.eduInfo .info table .left {
  text-align: left;
}

.eduInfo .info table .bg {
  background: #f1f1f1;
}

.eduInfo .info table p span {
  display: block;
}

.eduInfo .info table p:not(:last-child) {
  margin-bottom: 10px;
}

.eduInfo .info .s_txtbox {
  margin-top: 12px;
  line-height: 1.6;
}

#supportBusi .topTxt {
  text-align: center;
  color: #222;
}

#supportBusi .topTxt dl dt {
  margin-bottom: 52px;
  font-size: 3.75rem;
  font-weight: 300;
}

#supportBusi .topTxt dl dt strong {
  font-weight: 700;
}

#supportBusi .topTxt dl dt span {
  color: #f18924;
  font-weight: 700;
}

#supportBusi .topTxt dl dd {
  font-size: 1.125rem;
  line-height: 1.6;
}

#supportBusi .topTxt .date {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 65px auto;
  border: 1px solid #ccc;
  max-width: 768px;
  padding: 20px;
  border-radius: 20px;
}

#supportBusi .topTxt .date span {
  color: #f18924;
  font-family: "Poppins", sans-serif;
}

#supportBusi .topTxt .link {
  padding: 0 20px;
  margin-top: 60px;
}

#supportBusi .topTxt .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 484px;
  height: 84px;
  color: #f18924;
  border: 1px solid #f18924;
  font-size: 1.5rem;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 42px;
}

#supportBusi .topTxt .link a i {
  margin-left: 20px;
}

#supportBusi .info {
  background: #f5f5f5;
  padding: 154px 0;
  margin-top: 116px;
}

#supportBusi .info > div > div:not(:last-child) {
  margin-bottom: 80px;
}

#supportBusi .info > div > div:not(:last-child):after {
  content: "";
  max-width: 460px;
  height: 106px;
  background: url("/img/sub/arr_gradient.png") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}

#supportBusi .info > div .expected .txt {
  font-family: "NEXON Lv2 Gothic";
}

#supportBusi .info > div .expected .txt strong {
  font-weight: 700;
  font-family: "NEXON Lv2 Gothic Bold";
  display: block;
  margin-top: 10px;
}

#supportBusi .info > div .expected ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 28px;
}

#supportBusi .info > div .expected ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 165px;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#supportBusi .info > div .expected ul li:not(:last-child) {
  margin-right: 30px;
}

#supportBusi .info > div .expected ul li p {
  font-size: 1.25rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

#supportBusi .info > div .expected ul li p::before {
  content: url("/img/sub/chk_icon_m.gif");
  display: block;
  margin-bottom: 26px;
  text-align: center;
}

#supportBusi .info .list {
  border: 10px solid #fff;
  border-radius: 42px;
  position: relative;
}

#supportBusi .info .list .tit {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  font-weight: 700;
  font-size: 2.1875rem;
  color: #222;
  padding: 0 46px;
  background: #f5f5f5;
  max-width: 800px;
  width: 100%;
}

#supportBusi .info .list .tit span {
  display: inline-block;
  color: #f18924;
}

#supportBusi .info .list .txt {
  text-align: center;
  padding: 84px 0;
  color: #333;
  font-size: 2.1875rem;
  color: #222;
}

#supportBusi .info .list .txt strong {
  font-size: 3.125rem;
}

#supportBusi .info .list .txt span {
  color: #f18924;
}

#supportBusi .info .point ul {
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#supportBusi .info .point ul li {
  width: 25%;
  text-align: center;
}

#supportBusi .info .point ul li p {
  color: #222;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-top: 46px;
  font-weight: 500;
}

#supportBusi .info .ai .img {
  padding: 62px 0;
  text-align: center;
}

#supportBusi .cost {
  padding-top: 126px;
}

#supportBusi .cost .tit {
  text-align: center;
  font-size: 2.1875rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 46px;
}

#supportBusi .cost ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#supportBusi .cost ul li {
  padding: 78px 20px;
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48.57142857143%;
  overflow: hidden;
  position: relative;
}

#supportBusi .cost ul li:not(:last-child) {
  margin-right: 2.85714285714%;
}

#supportBusi .cost ul li::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #f18924;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

#supportBusi .cost ul li dl dt {
  text-align: center;
  color: #f18924;
  font-size: 1.875rem;
  font-weight: 700;
}

#supportBusi .cost ul li dl dd {
  color: #222;
  font-family: "NEXON Lv2 Gothic";
}

#supportBusi .cost ul li dl dd.type1 {
  margin-top: 56px;
  font-weight: 700;
}

#supportBusi .cost ul li dl dd.type1 p:not(:last-child) {
  margin-bottom: 14px;
}

#supportBusi .cost ul li dl dd.type2 {
  margin-top: 23px;
  text-align: center;
}

#supportBusi .cost ul li dl dd.type2 div {
  font-size: 2.1875rem;
  font-weight: 300;
  color: #222;
  margin-bottom: 12px;
}

#supportBusi .cost ul li dl dd.type2 div strong {
  color: #f18924;
  font-weight: 700;
  font-size: 3.125rem;
}

#supportBusi .cost ul li dl dd.type2 div strong em {
  color: #222;
}

#supportBusi .cost .sTxt {
  padding: 36px 40px;
}

#supportBusi .cost .sTxt p {
  color: #222;
}

#supportBusi .cost .sTxt p:not(:last-child) {
  margin-bottom: 10px;
}

#supportBusi .cost .sTxt p span {
  font-weight: 700;
  font-size: 14px;
}

#supportBusi .cost.type2 ul li {
  width: 24.28571428571%;
  padding: 78px 0;
  max-height: 300px;
}

#supportBusi .cost.type2 ul li:not(:last-child) {
  margin-right: 0.95238095238%;
}

#supportBusi .cost.type2 ul li dl {
  padding: 0 20px;
}

#supportBusi .cost.type2 ul li dl dd {
  text-align: center;
  max-width: 268px;
  margin: 32px auto 0;
  line-height: 1.6;
}

#supportBusi .cost.type2 .right {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  color: #222;
}

#supportBusi .cost.type2 .txtInfo {
  margin-top: 52px;
  padding-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#supportBusi .cost.type2 .txtInfo p {
  color: #222;
  font-size: 1.125rem;
  padding-left: 20px;
  position: relative;
}

#supportBusi .cost.type2 .txtInfo p:not(:last-child) {
  margin-bottom: 16px;
}

#supportBusi .cost.type2 .txtInfo p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

#supportBusi .cost.type2 .txtInfo .except {
  background: #f5f5f5;
  padding: 42px;
  border-radius: 20px;
  max-width: 554px;
}

#supportBusi .cost.type2 .txtInfo .except dl {
  color: #222;
}

#supportBusi .cost.type2 .txtInfo .except dl dt {
  font-weight: 600;
}

#supportBusi .cost.type2 .txtInfo .except dl dd {
  margin-top: 4px;
  font-weight: 300;
  line-height: 1.7;
}

#supportBusi .serviceInfo {
  margin-top: 120px;
  padding: 166px 0;
  background: #f5f5f5;
}

#supportBusi .serviceInfo .topTit {
  text-align: center;
  color: #222;
  font-size: 2.1875rem;
  font-family: "NEXON Lv2 Gothic";
  margin-bottom: 78px;
}

#supportBusi .serviceInfo .topTit span {
  color: #f18924;
  font-size: 3.125rem;
  font-weight: 700;
}

#supportBusi .serviceInfo .group > div:not(:last-child) {
  margin-bottom: 112px;
}

#supportBusi .serviceInfo .info {
  padding: 0;
  margin-top: 0;
}

#supportBusi .serviceInfo .info .list .tit::after {
  display: none !important;
}

#supportBusi .serviceInfo .info ul.txtList {
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#supportBusi .serviceInfo .info ul.txtList li {
  width: 205px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  font-size: 1.625rem;
  color: #222;
}

#supportBusi .serviceInfo .info ul.txtList li:not(:last-child) {
  margin-right: 13px;
}

#supportBusi .serviceInfo .info ul.iconList {
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 50px;
}

#supportBusi .serviceInfo .info ul.iconList img {
  max-height: 96px;
}

#supportBusi .serviceInfo .info ul.iconList li {
  text-align: center;
}

#supportBusi .serviceInfo .info ul.iconList li:not(:last-child) {
  margin-right: 130px;
}

#supportBusi .serviceInfo .info ul.iconList li p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #222;
  margin-top: 42px;
}

#supportBusi .serviceInfo .info ul.iconList li p span {
  color: #f18924;
}

#supportBusi .serviceInfo .info ul.introduction {
  padding: 96px 35px;
}

/* 230314 css 추가 */
#supportBusi .serviceInfo .info ul.introduction.another {
  padding: 72px 35px;
}

#supportBusi .serviceInfo .info .features_txt {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}

/* 230314 css 추가 */
#supportBusi .serviceInfo .info .features_txt.another{
  margin-top:72px;
  font-size:1.5rem;
}

#supportBusi .serviceInfo .info .features_txt span {
  color: #f18924;
}

#supportBusi .serviceInfo .info .features {
  padding: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

#supportBusi .serviceInfo .info .features:after {
  content: "";
  width: calc(100% - 200px);
  height: 1px;
  z-index: -1;
  background: #f18924;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}

#supportBusi .serviceInfo .info .features .icon {
  border-radius: 50%;
  background: #f18924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 189px;
  height: 189px;
  position: relative;
}

#supportBusi .serviceInfo .info .features .txtBox {
  border-radius: 20px;
  background: #fff;
  width: 414px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#supportBusi .serviceInfo .info .features .txtBox::after {
  content: url("/img/sub/icon_arr.png");
  position: absolute;
}

#supportBusi .serviceInfo .info .features .txtBox:nth-child(1)::after {
  right: -15px;
}

#supportBusi .serviceInfo .info .features .txtBox:nth-child(3)::after {
  left: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#supportBusi .serviceInfo .info .features .txtBox dl {
  font-weight: 500;
}

#supportBusi .serviceInfo .info .features .txtBox dl dt {
  color: #f18924;
  font-size: 1.25rem;
}

#supportBusi .serviceInfo .info .features .txtBox dl dd {
  margin-top: 14px;
}

#supportBusi .serviceInfo .info .features .txtBox dl dd p {
  position: relative;
  padding-left: 12px;
  color: #222;
}

#supportBusi .serviceInfo .info .features .txtBox dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

#supportBusi .serviceInfo .info .features .txtBox dl dd p:not(:last-child) {
  margin-bottom: 4px;
}

#supportBusi .calendarInfo {
  margin-top: 162px;
}

#supportBusi .calendarInfo .topTit {
  text-align: center;
}

#supportBusi .calendarInfo .topTit dl {
  font-family: "NEXON Lv2 Gothic";
}

#supportBusi .calendarInfo .topTit dl dt {
  font-size: 2.1875rem;
  color: #222;
  font-weight: 700;
}

#supportBusi .calendarInfo .topTit dl dd {
  font-size: 2.1875rem;
  margin-top: 40px;
  color: #222;
}

#supportBusi .calendarInfo .topTit dl dd strong {
  color: #f18924;
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 6px;
  display: inline-block;
}

#supportBusi .calendarInfo .list {
  margin-top: 30px;
  margin-bottom: 287px;
}

#supportBusi .calendarInfo .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#supportBusi .calendarInfo .list ul:after {
  content: "";
  width: calc(100% - 200px);
  background: #f18924;
  height: 1px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 270px;
  z-index: -1;
}

#supportBusi .calendarInfo .list ul li {
  position: relative;
  width: 220px;
  text-align: center;
}

#supportBusi .calendarInfo .list ul li .circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #f18924;
  font-size: 1.375rem;
  font-weight: 700;
}

#supportBusi .calendarInfo .list ul li .num {
  background: #fff;
  margin: 23px auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #f18924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #f18924;
}

#supportBusi .calendarInfo .list ul li .txt {
  font-size: 1.125rem;
  color: #222;
  line-height: 1.4;
}

#supportBusi .calendarInfo .list ul li .txt div {
  margin-top: 10px;
}

#supportBusi .calendarInfo .list ul li .txt span {
  display: block;
  margin: 4px 0;
  font-size: 1rem;
  color: #f18924;
}

#supportBusi .calendarInfo .list ul li .s_txt {
  position: absolute;
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -174px;
  width: 257px;
  height: 125px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#supportBusi .calendarInfo .list ul li .s_txt dl {
  font-size: 1.125rem;
}

#supportBusi .calendarInfo .list ul li .s_txt dl dt {
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}

#supportBusi .calendarInfo .list ul li .s_txt dl dd {
  color: #f18924;
  font-weight: 500;
}

.benefits {
  margin-top: 190px;
}

.benefits .tit {
  text-align: center;
  color: #222;
}

.benefits .tit h4 {
  font-size: 2.1875rem;
  font-weight: 700;
}

.benefits .tit p {
  font-size: 1.25rem;
  margin-top: 42px;
}

.benefits .list {
  margin-top: 98px;
}

.benefits .list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits .list ul li {
  position: relative;
  border: 1px solid #e1e1e1;
  margin-bottom: 100px;
  width: 46.42857142857%;
  padding: 30px;
  margin-right: 7.14285714286%;
}

.benefits .list ul li:nth-child(2n) {
  margin-right: 0;
}

.benefits .list ul li:nth-child(odd) .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits .list ul li:nth-child(odd) .txtBox .icon {
  width: 100px;
}

.benefits .list ul li:nth-child(odd) .txtBox dl {
  padding-left: 34px;
  width: calc(100% - 100px);
}

.benefits .list ul li:nth-child(odd) .txtBox dl dt {
  margin-bottom: 24px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #f18924;
}

.benefits .list ul li:nth-child(odd) .txtBox dl dd {
  font-size: 1.125rem;
  color: #222;
}

.benefits .list ul li:nth-child(odd) .txtBox dl dd p {
  position: relative;
  padding-left: 20px;
}

.benefits .list ul li:nth-child(odd) .txtBox dl dd p span {
  color: #f18924;
}

.benefits .list ul li:nth-child(odd) .txtBox dl dd p:not(:last-child) {
  margin-bottom: 12px;
}

.benefits .list ul li:nth-child(odd) .txtBox dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 10px;
}

.benefits .list ul li:nth-child(odd) .val {
  margin-top: 60px;
}

.benefits .list ul li:nth-child(odd) .val dl {
  text-align: right;
}

.benefits .list ul li:nth-child(odd) .val dl dt {
  font-weight: 700;
  color: #222;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.benefits .list ul li:nth-child(odd) .val dl dt span {
  color: #f18924;
  font-size: 2.25rem;
}

.benefits .list ul li:nth-child(even) .s_tit {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits .list ul li:nth-child(even) .s_tit p {
  font-weight: 700;
  font-size: 1.125rem;
}

.benefits .list ul li:nth-child(even) .infoBox {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits .list ul li:nth-child(even) .infoBox .img {
  width: 268px;
  margin-right: 36px;
}

.benefits .list ul li:nth-child(even) .infoBox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.benefits .list ul li:nth-child(even) .infoBox .txt dl:not(:last-child) {
  margin-bottom: 30px;
}

.benefits .list ul li:nth-child(even) .infoBox .txt dl dt {
  width: 104px;
  height: 25px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  color: #222;
}

.benefits .list ul li:nth-child(even) .infoBox .txt dl dd p {
  font-size: 0.9375rem;
  padding-left: 20px;
  color: #222;
  position: relative;
}

.benefits .list ul li:nth-child(even) .infoBox .txt dl dd p:not(:last-child) {
  margin-bottom: 10px;
}

.benefits .list ul li:nth-child(even) .infoBox .txt dl dd p span {
  color: #f18924;
  font-weight: 700;
}

.benefits .list ul li:nth-child(even) .infoBox .txt dl dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 10px;
}

.table_s1 table tr {
  cursor: pointer;
}

#popWrap {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#popWrap .bg {
  position: fixed;
  background: #000;
  z-index: 99999;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#popWrap .info {
  z-index: 100000;
  background: #fff;
  width: 90%;
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popWrap .img {
  background: url("/img/sub/pop_img_bg.jpg") no-repeat center;
  background-size: cover !important;
  width: 37.04347826087%;
}

#popWrap .closeBtn {
  position: absolute;
  right: 37px;
  top: 46px;
}

#popWrap .txtBox {
  width: 62.95652173913%;
  padding: 70px;
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
}

#popWrap .txtBox .title {
  font-size: 1.875rem;
  font-family: "NEXON Lv2 Gothic Bold";
  color: #222;
}

#popWrap .txtBox .title span {
  color: #f5a100;
}

#popWrap .txtBox .title div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#popWrap .txtBox .list {
  margin-top: 40px;
}

#popWrap .txtBox .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #222;
}

#popWrap .txtBox .list li:not(:last-child) {
  margin-bottom: 10px;
}

#popWrap .txtBox .list li span {
  font-size: 1.125rem;
  width: 155px;
  padding-left: 26px;
  position: relative;
}

#popWrap .txtBox .list li span::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #f5a100;
  position: absolute;
  left: 0;
  top: 10px;
}

#popWrap .txtBox .list li div {
  font-weight: 300;
}

#popWrap .txtBox .list li div p:not(:last-child) {
  margin-bottom: 8px;
}

#popWrap .txtBox dl {
  margin-top: 60px;
}

#popWrap .txtBox dl dt {
  font-size: 1.25rem;
  font-family: "NEXON Lv2 Gothic Bold";
  color: #f5a100;
  position: relative;
  padding-left: 43px;
}

#popWrap .txtBox dl dt img {
  position: absolute;
  left: 0;
  top: 0;
}

#popWrap .txtBox dl dd {
  margin-top: 40px;
  padding: 0 12px;
  overflow: auto;
  max-height: 202px;
  -ms-overflow-style: none;
}

#popWrap .txtBox dl dd::-webkit-scrollbar {
  display: none;
}

#popWrap .txtBox dl dd p {
  position: relative;
  padding-left: 12px;
  font-weight: 300;
  color: #222;
}

#popWrap .txtBox dl dd p:not(:last-child) {
  margin-bottom: 8px;
}

#popWrap .txtBox dl dd p::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 10px;
}

#popWrap .txtBox .logo {
  position: absolute;
  border-top: 1px solid #ddd;
  padding: 16px 36px;
  width: 100%;
  left: 0;
  bottom: 0;
}

#popWrap .txtBox .logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#popWrap .txtBox .logo ul li:not(:last-child) {
  margin-right: 23px;
}

.ir h3{
    margin-bottom: 32px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.ir .listBox{ 
	border-top: 2px solid #111;
}

.ir .listBox li a{ 
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 36px 20px;
    border-bottom: 1px solid #CDDCE5;
    cursor: pointer;
}

.ir .listBox li h4{ 
    width: calc(100% - 140px);
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
}

.ir .listBox li .date{ 
    width: 100px;
    margin-left: 60px;
    color: #999;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

.ir .listBox li .num{
    width: 100px;
    font-size: 19px;
    font-weight: 500;
    color: #111;
}

.page {
	margin-top: 30px;
}


.AIAgent .titbox{
  color: #222; 
  font-size: 2.125rem; 
  font-weight: 600; 
  line-height: 1.6;
  text-align: center;
}
.AIAgent .titbox span{
  color: #f18924; 
}
.AIAgent .imgbox{
  margin-top: 110px;
  text-align: center;
}
.AIAgent .imglist{
  margin-top: 0;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.AIAgent .imglist img{
  width: 100%;
}
.AIAgent .aia-cont .txt{
  margin-top: 13px;
  color: #222; 
  font-size: 2.125rem; 
  font-weight: 600; 
  line-height: 1.6;
  text-align: center;
}
.AIAgent .aia-cont .txt span{
  color: #f18924; 
}
.AIAgent .aia-cont .txt strong{
  color: #3c2eff; 
  font-weight: 600; 
}
.AIAgent .aia-cont .img{
  margin-top: 75px;
  text-align: center;
}


.AIAgent-bottom{ 
  background: url("/img/sub/AIAgent_bg.jpg") no-repeat center / cover;
  height: 420px;
  display: flex;
  align-items: center;
  margin-bottom:-120px;
}
.AIAgent-bottom.m120{ 
  margin-top:120px;
}
.AIAgent-bottom .txt{
  color: #fff; 
  font-size: 46px; 
  font-weight: 700; 
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.AIAgent-bottom .btnBox a{
  margin-top: 40px;
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; 
  font-size: 22px; 
  font-weight: 500; 
  line-height: 1.3;
  letter-spacing: -0.02em;
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.irag .listbox{
  max-width: 1000px;
  margin: 0 auto;
}
.irag.vector .listbox{
  max-width: 1400px;
  margin: 0 auto;
}
.irag .listbox ul{
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 34px;
}
.irag.vector .listbox ul{
  gap: 25px;
}
.irag .listbox li{
  width: 300px;
  height: 300px;
  border: 1px solid #ddd;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.irag.vector .listbox li{
  width: 330px;
  height: 330px;
}
.irag .listbox li .txt{
  margin-top: 20px;
  color: #222; 
  font-size: 1rem; 
  font-weight: 400; 
  line-height: 1.5;
}
.irag .fnList { 
  margin-top: -55px;
}
.irag .fnList ul li.noLine {
  border-bottom: none;
}


.storyList { 
  display: flex;
}
.storyList > div {
  width: 50%; 
}
.storyList h5 {
  color: #fff; 
  font-size: 1.125rem; 
  font-weight: 500; 
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 999px;
  background: #f18924;
  margin-bottom: 30px;
}
.storyList .tit {
  color: #111; 
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 2.8125rem; 
  font-weight: 700; 
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}

.storyList .list p {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.125rem; 
  color: #222;
}

.storyList .list p:not(:last-child) {
  margin-bottom: 4px;
}

.storyList .list p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  font-size: 1rem; 
}


.zoom-box { 
  position: relative;
}
.zoom-box.m40 { 
  margin-top: 40px;
}

.zoom-box .zoom { 
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background:#999 url("/img/sub/btn_zoom.svg") center center no-repeat;
  background-size: 23px auto;
  overflow: hidden;
  text-indent:-9999em;
}

.bg-box { 
  text-align: center;
  padding: 45px 10px;
  background: #F5F5F5;
}
.img.img-m1 { 
  margin-top: -45px;
}

.llm-list { 
  display: flex;
  flex-wrap: wrap;
  gap: 80px 62px;
}
.llm-list article {
  width: calc((100% - 62px) / 2);
}
.llm-list article .num {
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.llm-list article .stxt {
  color: #222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.llm-list article .img {
  margin-top: 25px;
}
.llm-list article .img img {
  width: 100%;
}

.vector .table-list { 
  position: relative;
  margin:80px 0 0; 
}
.vector .table-list .bg { 
  position: absolute;
  right: -1px;
  top: -9px;
  width: 34%;
  height: calc(100% + 18px);
  border: 10px solid #ff8f23;
  border-radius: 15px;
}
.vector .table-list table { 
  border-top: 1px solid #222;
}
.vector .table-list thead th { 
  border-bottom: 1px solid #222;
  text-align: center;
  height: 69px;
  color: #222;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.3;
}
.vector .table-list thead th.last { 
  border-bottom: 1px solid #ff8f23;
  background: #ff8f23;
  color: #fff;
  font-size: 1.3125rem;
}
.vector .table-list tbody th { 
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  text-align: center;
  height: 69px;
  color: #222;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.3;
}
.vector .table-list tbody td { 
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
  color: #222;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.3;
}
.vector .table-list tbody td strong { 
  color: #ff8f23;
  font-weight: 500;
}
.vector .table-list tbody td.last { 
  border-bottom: 1px solid #ddd7ac;
  background: #fffdef;
  text-align: center;
  color: #FF8F23;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
}
.vector .table-list tbody td.last strong { 
  font-weight: 600;
  font-size: 1.0625rem;
}
.vector .icon-arr { 
  text-align: center; 
  margin: 45px 0 20px; 
}
.vector .r-txtbox {
  border: 1px dashed #f18924;
  border-radius: 999px;
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: #222;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.vector .r-txtbox img {
  margin-right: 10px;
}
.vector .r-txtbox span {
  color: #ff8f23;
}
.vector-img-list {
  margin-top: 45px;
  display: flex;
  gap: 30px;
}
.vector-img-list img {
  width: 100%;
}