/*****solution_theme theme is not exist******/

body {margin: 0; padding: 0; word-break:break-word; overflow-wrap:break-word; -webkit-tap-highlight-color: transparent;}
a { text-decoration:none; !important; margin: 0; padding: 0; }
.wpc, .wpc * {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}
/*fonts*/
.cms_NotoSans_b {
  font-family: NotoSansKR-Bold !important;
  letter-spacing: -0.5px !important;
  font-weight: 700 !important;
}
.cms_NotoSans_m {
  font-family: NotoSansKR-Medium !important;
  letter-spacing: -0.5px !important;
  font-weight: 500 !important;
}
.cms_NotoSans_r {
  font-family: NotoSansKR-Regular !important;
  letter-spacing: -0.5px !important;
  font-weight: 400 !important;
}
.cms_text_nowrap {
  white-space: nowrap !important;
}


/* button */

.cms_btn_64 a.press-button {
  width: 218px !important;
  height: 64px !important;
  border-radius: 32px !important; 
}

.cms_btn_64 a.press-button > span.link-text {
  font-family: NotoSansKR-Medium !important;
  font-size: 20px !important;
  letter-spacing: -0.5px !important;
  line-height: 48px !important;
  font-weight: 500 !important;
}

.cms_btn_48 a.press-button {
  min-width: 256px;
  height: 48px !important;
  border-radius: 24px !important; 
}

.cms_btn_48 a.press-button > span.link-text {
  font-family: NotoSansKR-Bold !important;
  font-size: 14px !important;
  letter-spacing: -0.5px !important;
  line-height: 35px !important;
  font-weight: 700 !important;
  padding: 0 13.5px !important; 
}

.cms_btn_40 a.press-button {
  min-width: 70px !important;
  height: 40px !important;
  border-radius: 20px !important; 
}

.cms_btn_40 a.press-button > span.link-text {
  font-family: NotoSansKR-Medium !important;
  font-size: 14px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  padding: 0 18px !important; 
}

.cms_btn_32 a.press-button {
  height: 32px !important;
  border-radius: 16px !important; 
}

.cms_btn_32 a.press-button > span.link-text {
  font-family: NotoSansKR-Medium !important;
  font-size: 13px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  padding: 0 13.5px !important; 
}

.cms_btn_26 a.press-button {
  height: 26px !important;
  border-radius: 13px !important; 
}

.cms_btn_26 a.press-button > span.link-text {
  font-family: NotoSansKR-Regular !important;
  font-size: 11px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 1!important;
  font-weight: 400 !important;
  padding: 0 9.5px !important; 
}

.cms_btn_46 a.press-button {
  height: 47px !important;
  border-radius: 23px !important;
  padding: 14px 25px 11px 26px !important;
  background-image: linear-gradient(90deg, #82BEE7 0%, #2046BE 100%);
  border: none;
}

.cms_btn_text a.press-button {
  background: transparent;
  border: 0;
  padding: 0  !important;
}

.cms_btn_text a.press-button > span.link-text {
  font-family: NotoSansKR-Medium;	
  font-size: 13px;
  color: #0068FE;
  letter-spacing: -0.5px;
  font-weight: 500;
}


.cms_btn_nopointer {
  cursor: default; 
}

.cms_btn_blue a.press-button {
  border: 1px solid #2050DD;
  background: #2050DD;
}
.cms_btn_blue a.press-button:hover {
  border: 1px solid #173582;
  background: #173582;
}

.hashTag_btn {
  height: 32px;
  width: 105px;
  padding: 5px 10px;
}

.hashTag_btn a.press-button > span.link-text {
  padding: 5px 10px;
  font-family: NotoSansKR-Medium;
  font-size: 14px;
  color: #1538B9;
  letter-spacing: -0.5px;
  text-align: left;
  line-height: 22px;
  font-weight: 500;
}
  /* text */


/*table*/
.cms_table_default table.press-table-comp {
    border-top: none !important;
    border-collapse: separate  !important;
 	 border-top: 1px solid #333 !important;
    border-spacing: 0 !important;
}
.cms_table_default table.press-table-comp th,
.cms_table_default table.press-table-comp td {
    padding: 18px 16px !important;
    font-size: 14px !important;
    letter-spacing: -0.5px !important;
    border: 1px solid #E0E0E0 !important;
   	border-right: none !important;
    border-top: none !important;
  
    text-align: center !important;
}
.cms_table_default table.press-table-comp th:first-child,
.cms_table_default table.press-table-comp td:first-child {
    border-left: none !important;
}
.cms_table_default table.press-table-comp thead th {
    border-top: none !important;
    background: #F8F8F8 !important;
}
.cms_table_default table.press-table-comp thead th p {
    font-family: NotoSansKR-Medium !important;
    color: #111;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.cms_table_default table.press-table-comp td p,
.cms_table_default table.press-table-comp thead td p {
    font-family: NotoSansKR-Regular !important;
    color: #555;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.wp-mobile .cms_table_default table.press-table-comp th p {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wp-mobile .cms_table_default table.press-table-comp th {
    height: 46px !important;
    padding: 0 10px !important;
}
.wp-mobile .cms_table_default table.press-table-comp td {
    height: 40px !important;
    padding: 0 10px !important;
}
.wp-mobile .cms_table_default table.press-table-comp th p,
.wp-mobile .cms_table_default table.press-table-comp td p {
    font-size: 13px;
    line-height: 14px !important;
}

/*center table*/
.center_table_default table.press-table-comp {
  border-top: 1px solid #333333 !important; 

  border-collapse: separate !important;
   border-spacing: 0 !important;
}
.center_table_default .press-table-comp th,
.center_table_default .press-table-comp td {
  height: 60px;
  padding: 20px !important;
  font-size: 14px !important;
  letter-spacing: -0.5px !important;
}
.center_table_default .press-table-comp th,
.center_table_default .press-table-comp td {
  border: none !important;
}

.center_table_default .press-table-comp th {
  background: #F8F8F8 !important;
}
.center_table_default .press-table-comp td {
  border-top: none !important;
  border-bottom: 1px solid #E0E0E0  !important;
  border-left: 1px solid #E0E0E0 !important;
}
.center_table_default .press-table-comp th:first-child,
.center_table_default .press-table-comp td:first-child {
  border-left: none !important;
}

.center_table_default .press-table-comp th p {
  font-family: NotoSansKR-Medium !important;
  font-size: 14px !important;
  color: #333333 !important;
  letter-spacing: -0.5px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

.center_table_default .press-table-comp td p {
  font-family: NotoSansKR-Regular !important;
  font-size: 14px !important;
  color: #555555;
  text-align: center !important;
}
.wp-mobile .center_table_default .press-table-comp th,
.wp-mobile .center_table_default .press-table-comp td {
  height: 40px !important;
  padding: 12px !important;
}
.wp-mobile .center_table_default .press-table-comp th p {
  font-size: 13px !important;
}
.wp-mobile .center_table_default .press-table-comp td p {
  font-size: 12px !important;
}

/*img*/

.cms_card_img img {
  border-radius: 10px;
}
.cms_img img {
  display: inline-block !important;
}
.biz-invert img {
  filter: invert(1);
}

.img-MinusMargin {
  position: relative;
  z-index: 49;
}

div.hover-Box {
  width: 380px !important;
  height: 410px !important;
  background-color: #0514A0;
  border-radius: 26px;
}

div.img-Contains {
  width: 380px !important;
  height: 410px !important;
}

div.img-Contains > a.press-button {
  padding : 0 !important;
}

.img-Contains img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain; /* 비율 유지 + 잘리지 않음 */
  background: #ffffff;
  position: relative;
  z-index: 1;
}

div.img-Contains:hover img {
  opacity: 0;         /* 완전히 투명 */
  transition: opacity 0.3s; /* 부드럽게 */
}

.hover-Box-subTitle span {
  font-family: NotoSansKR-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 28px;
  font-weight: 500;
}
.hover-Box-inform span {
  opacity: 0.81;
  font-family: NotoSansKR-Regular;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 24px;
  font-weight: 400;
}

/*list*/
ul.press-list-ul.cms_list_default > li {
  list-style-type:none;
  font-family: NotoSansKR-Regular !important;
  font-size: 16px !important;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
}
ul.press-list-ul.cms_list_default > li:last-child {
  margin-bottom: 0;
}
ul.press-list-ul.cms_list_default > li::before  {
  content: "."; 
  color: #888888;    
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -13px;
}
ul.press-list-ul.cms_list_db {
text-align: center !important;
}
ul.press-list-ul.cms_list_db > li {
  list-style-type:none;
  font-family: NotoSansKR-Regular !important;
  font-size: 15px !important;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
  display: inline-block  !important;
  padding-left: 15px;      /* 불릿 공간 확보 */
  text-align: left;
}
ul.press-list-ul.cms_list_db > li:last-child {
  margin-bottom: 0;
}
ul.press-list-ul.cms_list_db > li::before  {
  content: "."; 
  color: #555555;    
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -13px;
}

.wp-mobile .press-list-ul.cms_list_default > li, .wp-mobile ul.press-list-ul.cms_list_default > li > span > span{
  font-size: 13px !important;
}
.wp-mobile ul.press-list-ul.cms_list_db > li, .wp-mobile ul.press-list-ul.cms_list_db > li > span > span{
  font-size: 12px !important;
}

/*input*/
.cms_input_default {
  flex-direction: column;
  outline: none !important;
}
.cms_input_default label.form-group-label {
  font-family: NotoSansKR-Regular !important;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  margin-bottom: 8px;
}
.cms_input_default input.form-group-input.input-text {
  font-family: NotoSansKR-Regular !important;
  letter-spacing: -0.5px !important;
  font-weight: 400 !important;
  padding: 0 44px 0 20px !important;
  height: 40px;
  line-height: 10 !important;
  outline: none !important;
}
.cms_input_default input.form-group-input.input-text::placeholder {
  color: #BBBBBB !important;
}
.cms_input_default input.form-group-input.input-text:focus,
.cms_input_default input.form-group-input.input-text:active {
  border: 1px solid #173582 !important;
}
.cms_input_default input.form-group-input.input-text:invalid {
  border: 1px solid #EC1B1B !important;
}
.cms_input_default input.form-group-input.input-text:read-only,
.cms_input_default input.form-group-input.input-text:disabled {
  border: 1px solid #D2D1D0; !important;
  background: #E0E0E0 !important;
  color: #666666;
}


/*tab*/
.tab_mid_custom ul {
	text-align:center;
}
.tab_mid_custom > ul > li.resp-tab-item {
  height: 80px !important;
  min-width: 160px !important;
  background: transparent !important;
}
.tab_mid_custom > ul > li.resp-tab-item a {
  font-family: NotoSansKR-Medium !important;
  font-size: 20px !important;
  font-weight: 500;
  color: #888888 !important;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 2.8;
}
.tab_mid_custom > ul> li.resp-tab-item.tab-active a {
  color: #111111 !important;
}
.tab_mid_custom > ul> li.resp-tab-item.tab-active {
  border-bottom: 2px solid #333333  !important;
}



.wp-mobile  .tab_mid_custom > ul > li.resp-tab-item {
    height: 60px !important;
    width: 50% !important;
}
.wp-mobile .tab_mid_custom > ul > li.resp-tab-item a {
  font-size: 15px !important;
  line-height: 2.6 !important;
  text-decoration: none !important; 
    outline: none !important;
}
.wp-mobile .tab_mid_custom > ul > li.resp-tab-item a:focus,
.wp-mobile .tab_mid_custom > ul > li.resp-tab-item a:active {
    text-decoration: none !important;  /* 클릭/포커스 시 밑줄 제거 */
    outline: none !important;
}




/* h1, h2, h3, h4, h5 */
.main-bizInform h4 {
   font-size: 16px;
   color: #888888;
   letter-spacing: -0.5px;
   line-height: 20px;
   font-weight: 500;
}

.main-bizSubTitle h5 {
   font-size: 20px;
   color: #666666;
   letter-spacing: -0.5px;
   line-height: 32px;
   font-weight: 500 !important;
}

/* div flex */
.flexDiv div {
  display: flex !important;
}

.flexCenterDiv div {
  display: flex !important;
  gap: 16px;
  justify-content: center; /* 가로 중앙 */
  align-items: center;     /* 세로 중앙 */
}

.mainLayerPopup-firstLine h3 {
  font-family: NotoSansKR-Bold;
  font-size: 24px;
  color: #2050DD;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
}

.mainLayerPopup-secondLine h3 {
  font-family: NotoSansKR-Medium;
  font-size: 24px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
}

.wp-mobile .mainLayerPopup-firstLine h3 {
  font-family: NotoSansKR-Bold;
  font-size: 18px;
  color: #2050DD;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
}

.wp-mobile .mainLayerPopup-secondLine h3 {
  font-family: NotoSansKR-Bold;
  font-size: 16px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
}

.mainLayerPopup-thirdLine h4 {
  font-family: NotoSansKR-Medium;
  font-size: 20px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}

.mainLayerPopup-content p {
  font-family: NotoSansKR-Regular;
  font-size: 16px;
  color: #555555;
  letter-spacing: -0.5px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 40px;
}


.wp-mobile .mainLayerPopup-thirdLine h4 {
  padding:0px 20px 0px;
  font-family: NotoSansKR-Medium;
  font-size: 15px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 23px;
  font-weight: 500;
}

.wp-mobile .mainLayerPopup-content p {
  font-family: NotoSansKR-Regular;
  font-size: 14px;
  color: #888888;
  letter-spacing: -0.5px;
  line-height: 22px;
  font-weight: 400;
  margin-left: 20px;
}

.layerPopup_btn a.press-button {
  background: #2050DD;
  border: 1px solid #173582;
  border-radius: 30px !important; 
  width: 150px;
  height: 48px;
  font-family: NotoSansKR-Bold !important; 
  font-size: 14px !important;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 22px;
  font-weight: 700 !important;
  padding: 12px !important;
  margin-bottom: 20px;
}
/*
.layerPopup {
    width: 1200px !important;
  	height: 1150px !important;
}

.layerPopup.lSize {
   max-width: none !important;
   max-height: none !important;
   border-radius: 12px;
}

.layerPopup > .lp_top_line{
   display: none !important;
}

.layerPopup >.layerPopup_wrap {
    border: none !important;
  	padding: 15px !important;
}

.layerPopup>.layerPopup_wrap>.lp_contents {
    max-height: none;
}
*/
.layerPopup>.layerPopup_wrap>h1 {
 	margin-bottom: 0 !important;
  	padding-left: 17px !important;
    border-bottom: 2px solid #E0E0E0 !important;
    font-family: NotoSansKR-Medium;
    font-size: 24px;
    color: #333333;
    letter-spacing: -0.5px;
    line-height: 36px;
    font-weight: 500;
}

.layerPopup>.layerPopup_wrap>.lp_btnClose {
  top: 5px !important;
  width: 20px !important;
  height: 20px !important;
}

/* 테이블작업중:kji */
.table_webponent_f table.press-table-comp {
  width: 100%;
  border-collapse: separate; /* 그대로 collapse 유지 */
  border-top: 1px solid #333 !important; /* 테이블 전체 상단선 */
  
}

.table_webponent_f table.press-table-comp > tbody > tr > th > p,
.table_webponent_f table.press-table-comp > thead > tr > th > p

{
  font-family: NotoSansKR-Medium !important;
  font-size: 14px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}

.table_webponent_f table.press-table-comp > tbody > tr > td > p,
.table_webponent_f table.press-table-comp > thead > tr > td > p
{
  font-family: NotoSansKR-Regular !important;;
  font-size: 14px !important;
  color: #555555 !important;
  letter-spacing: -0.5px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}

/* 모든 th, td border 통일 */
.table_webponent_f table.press-table-comp th,
.table_webponent_f table.press-table-comp td {
  padding: 18px 16px !important; /* 기존 패딩 유지 */
  box-sizing: border-box;        /* 패딩 포함 전체 width */
}

.table_webponent_f thead tr:first-child th,
.table_webponent_f thead tr:first-child td {
  border-top: none !important;
}

.table_webponent_f table.press-table-comp thead{
  padding: 18px 16px 20px 16px !important;
}
  
.table_webponent_f table.press-table-comp tr th{
   background-color: #F6F6F6 !important;  /* th 전체 배경색 */
}


.table_webponent_f table.press-table-comp td {
    border-top: none !important; border-bottom:1px solid #E0E0E0; border-right:none !important; border-left:none !important; 
} 
.table_webponent_f table.press-table-comp th{
    border-top: none !important; border-bottom:1px solid #E0E0E0; border-left: none !important; border-right:1px solid #E0E0E0;
} 



.wp-mobile .table_webponent_f table.press-table-comp > tbody > tr > th > p,
.wp-mobile .table_webponent_f table.press-table-comp > thead > tr > th > p

{
  font-size: 12px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 16px !important;

}

.wp-mobile .table_webponent_f table.press-table-comp > tbody > tr > td > p,
.wp-mobile .table_webponent_f table.press-table-comp > thead > tr > td > p
{
  font-size: 12px !important;
  letter-spacing: -0.5px  !important;
  line-height: 16px !important;
}

.wp-mobile .table_webponent_f table.press-table-comp th,
.wp-mobile .table_webponent_f table.press-table-comp td {
  padding: 16px 16px !important; /* 기존 패딩 유지 */
  box-sizing: border-box;        /* 패딩 포함 전체 width */

}

.wp-mobile .table_webponent_f table.press-table-comp thead{
  padding: 16px 16px 16px 16px !important;
}



/* webponent 테이블 end */

.cms_slider_btn {
	position: relative;
}

.cms_slider_btn .wp-section .bx-wrapper {
  position: relative !important;
}
.cms_slider_btn .wp-section .bx-wrapper .bx-viewport {
  overflow: visible !important;
  z-index: 1 !important;
  height: auto;
}
.cms_slider_btn .wp-section .bx-wrapper .bx-viewport .wpc-bxslider div {
  z-index: 1 !important;
}
.cms_slider_btn .wp-section .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 40% !important;
  cursor: pointer;
}
.cms_slider_btn .wp-section .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: calc(50% - 620px) !important;
  background: url(/main/solution/__media/sp_slider_arrow@3x.png) no-repeat 50% !important;
  background-size: contain !important;
  transform: rotate(180deg) !important;
  font-size: 0 !important;
  z-index: 2;
}
.cms_slider_btn .wp-section .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  left: calc(50% + 540px) !important;
  background: url(/main/solution/__media/sp_slider_arrow@3x.png) no-repeat 50% !important;
  background-size: contain !important;
  font-size: 0 !important;
  z-index: 2;
}


.wp-mobile  .cms_slider_btn .wp-section .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 40px !important;
  height: 40px !important;
  top: 18% !important;
}
.wp-mobile  .cms_slider_btn .wp-section .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: calc(50% - 170px) !important;
}
.wp-mobile .cms_slider_btn .wp-section .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  left: calc(50% + 130px) !important;
}




.cms_slider_video .wp-section .bx-wrapper {
  position: relative !important;
}
.cms_slider_video .wp-section .bx-wrapper .bx-viewport {
  overflow: visible !important;
  z-index: 1;
}
.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
  margin-top: 0 !important;
}
.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: calc(50% - 600px) !important;
  background: url(/main/solution/__media/sp_slider_arrow@3x.png) no-repeat 50% !important;
  background-size: contain !important;
  transform: translateY(-50%) rotate(180deg) !important;
  font-size: 0 !important;
  z-index: 2;
}
.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  left: calc(50% + 540px) !important;
  background: url(/main/solution/__media/sp_slider_arrow@3x.png) no-repeat 50% !important;
  background-size: contain !important;
  font-size: 0 !important;
  z-index: 2;
}
.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-pager {
  text-align: center !important;
  position: absolute;
  top: 377px;
  left: 50%;
  transform: translateX(-50%);
}

.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 2px;
}

.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block !important;
  background: url(/main/solution/__media/slider_default@3x.png) no-repeat 50% !important;
  width: 10px;
  height: 10px;
  background-size: contain !important;
  font-size: 0;
  border: none !important;
}
.cms_slider_video .wp-section .bx-wrapper .bx-controls .bx-pager .bx-pager-item .active {
  display: inline-block !important;
  background: url(/main/solution/__media/slider_active@3x.png) no-repeat 50% !important;
  width: 10px;
  height: 10px;
  background-size: contain !important;
  outline: none;
  border: none !important;
}



/*  webponent editor 테이블 start */
.table_webponent_e table.press-table-comp {
    border-collapse: separate !important;
    border-left: none;
    border-right: none;
    border-top: 1px solid #000 !important; /* 테이블 전체 상단선 */
}

.table_webponent_e table.press-table-comp td,
.table_webponent_e table.press-table-comp th {
    height: 60px !important;              /* 셀 높이 60px */
    padding: 19px 16px !important;        /* 위/아래 19px, 좌/우 16px */
    box-sizing: border-box;
}

.table_webponent_e table.press-table-comp > thead > tr > th {
  border-top: none !important; border-bottom:1px solid #E0E0E0; border-left:1px solid #E0E0E0 !important; border-right:none;
}
.table_webponent_e table.press-table-comp > tbody > tr > td {
  border-top: none !important; border-bottom:1px solid #E0E0E0; border-left:1px solid #E0E0E0; border-right:none;
}

.table_webponent_e table.press-table-comp th:first-child,
.table_webponent_e table.press-table-comp td:first-child { border-left: none; }
.table_webponent_e table.press-table-comp th:last-child,
.table_webponent_e table.press-table-comp td:last-child { border-right: none; }

.table_webponent_e table.press-table-comp > thead {
    background: #F6F6F6;
}

/* 여기 부분 제거됨
.table_webponent_e table.press-table-comp > tr {
    border-top: 1px solid black !important;
}
.table_webponent_e table.press-table-comp > thead > tr > th {
    border-top: 1px solid black !important;
}
*/

.table_webponent_e table.press-table-comp td p,
.table_webponent_e table.press-table-comp > thead > tr > th p {
    margin: 0;
    letter-spacing: -0.5px;
}

.table_webponent_e table.press-table-comp > tbody tr td p {
    font-family: NotoSansKR-Regular !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555 !important;
    line-height: 22px !important;
}

.table_webponent_e table.press-table-comp > thead > tr > th p {
    font-family: NotoSansKR-Medium  !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	color: #333333 !important;
    line-height: 22px !important;
    text-align: center !important;
}

.table_webponent_e table.press-table-comp > tbody > tr > td:first-child {
    text-align: center;
    vertical-align: middle;
}

.table_webponent_e table.press-table-comp > tbody > tr > td:first-child > p {
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    border-radius: 50% !important;
    background-color: #2050DD !important;
    text-align: center !important;
    font-family: NotoSansKR-Regular !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.table_webponent_e table.press-table-comp > tbody > tr > td:last-child {
    padding: 19px 16px 19px 16px !important; /* 위, 오른쪽, 아래, 왼쪽 순 */
}


.wp-mobile .table_webponent_e table.press-table-comp > tbody tr td p {
    font-family: NotoSansKR-Regular !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #555 !important;
    line-height: 16px !important;
}

.wp-mobile .table_webponent_e table.press-table-comp > thead > tr > th p {
    font-family: NotoSansKR-Medium  !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #111 !important;
    line-height: 16px !important;
    text-align: center !important;
}

.wp-mobile .table_webponent_e table.press-table-comp > tbody > tr > td:first-child > p {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    border-radius: 50% !important;
    background-color: #2050DD !important;
    text-align: center !important;
    font-family: NotoSansKR-Regular !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #fff !important;
}
.wp-mobile .table_webponent_e table.press-table-comp > tbody > tr > td:last-child {
    padding: 16px 0 16px 13px !important; /* 위, 오른쪽, 아래, 왼쪽 순 */
}


/*  webponent editor 테이블 end */


.editor-btn a.press-button {
  display: inline-block;
  padding: 17px 24px !important;
  border: 1px solid #2050DD;
  border-radius: 32px !important;
  background-color: #fff !important;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

.editor-btn a.press-button > span.link-text {
  font-family: NotoSansKR-Medium  !important;;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #2050DD;
  text-align: center;
}



.wp-mobile .editor-btn a.press-button {
  display: inline-block;
  padding: 9px 17px !important;
  border: 1px solid #2050DD;
  border-radius: 32px !important;
  background-color: #fff !important;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

.wp-mobile .editor-btn a.press-button > span.link-text {
font-family: NotoSansKR-Medium !important;;
font-size: 14px!important;;
color: #2050DD!important;;
letter-spacing: -0.5px!important;;
text-align: center!important;;
line-height: 22px!important;;
font-weight: 500!important;;
}











/***** grid-test theme tabs *****/
.tab-btn-type .resp-tab-list {
  list-style: none; /* 리스트 점 제거 */
  display: flex; /* 가로로 배치 */
  justify-content: center; /* 중앙 정렬 */
  padding: 0;
  margin: 0;
  margin-bottom: 40px !important;
}

.tab-btn-type .resp-tab-item {
  display: flex; /* 내부 정렬 */
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 9px 0 !important;
  cursor: pointer;
  margin-right: 12px;
  width: 127px !important;
  height: 40px;
  background-color: #fff !important;
  border: 1px solid #E0E0E0 !important;
}

/* 반응형 탭 editor버전 */
.tab-btn-type .resp-tab-item:last-child {
  margin-right: 0;
}

.tab-btn-type .resp-tab-anchor {
  font-family: NotoSansKR-Medium !important;;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
}

.tab-btn-type .resp-tab-item.tab-active {
  background-color: #2050DD !important;
  border: 1px solid #173582 !important;
}
.tab-btn-type .resp-tab-item.tab-active > .resp-tab-anchor {
  color: #fff !important;
}

/*shadow start*/
.cms_layout_shadow div.wp-section.wp-p-0 {
  box-shadow: inset 0 0 80px 0 rgba(255,255,255,0.50), inset 0 0 40px 0 #FFFFFF;
  border-radius: 46px !important; 
  overflow: hidden !important; 
}

.cms_bizbg_shadow {
background-image: linear-gradient(-52deg, #FFFFFF 1%, rgba(255,255,255,0.04) 100%)  !important; 
box-shadow: 14px 28px 56px 0 rgba(147,154,180,0.23)  !important; 
  border-radius: 18px !important; 
}
/*shadow end*/


/* webPoent Chart Table start */
div.webPonentChart-FunctionTable {
  border-top: 1px solid #333333 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.webPonentChart-FunctionTable table.press-table-comp th {
  background-color: #F6F6F6 !imporatant;
}

.webPonentChart-FunctionTable table.press-table-comp th,
.press-table-comp td {
  font-size: 14px;
  font-family: NotoSansKR;
}

.webPonentChart-FunctionTable table.press-table-comp td,
.webPonentChart-FunctionTable table.press-table-comp > tbody > tr > td > div > ul > li > span {
  color: #555555 !important;
  font-size: 14px !important;
}

.wp-mobile div.webPonentChart-FunctionTable {
  width: auto !important;
  height: auto !important;
}

.wp-mobile .webPonentChart-FunctionTable table.press-table-comp > tbody > tr > th,
.wp-mobile .webPonentChart-FunctionTable table.press-table-comp > thead > tr > th {
  font-size: 13px !important;
  font-weight: 500 !important; 
  line-height: 14px;
}

.wp-mobile .webPonentChart-FunctionTable table.press-table-comp > tbody > tr > td,
.wp-mobile .webPonentChart-FunctionTable table.press-table-comp > thead > tr > td,
.wp-mobile .webPonentChart-FunctionTable table.press-table-comp > tbody > tr > td > div > ul > li > span {
  font-size: 12px !important;
  font-weight: 400 !important;
}

/* webPoent Chart Table end */

.webPonentChart-EditorTable table.press-table-comp > thead > tr > th, 
.webPonentChart-EditorTable table.press-table-comp > tbody > tr > td {
    font-size: 14px;
  	font-family: NotoSansKR;
  	letter-spacing: -0.5px;
  	line-height: 22px;
  	padding: 18px 16px 20px 16px !important;
  	border-top: none !important;
  	border-right:none !important;
  	border-bottom:1px solid #E0E0E0 !important;
}

.webPonentChart-EditorTable table.press-table-comp > thead > tr > th {
	color: #333333;
}

.webPonentChart-EditorTable table.press-table-comp > tbody > tr > td {
	color: #555555;
}

 div.webPonentChartTable_Number p {
  font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    width: 26px;
    height: 26px;
    background-color: #2050DD;
    border-radius: 20px;
    margin: auto;
 }

.main-reference-move1 div.wp-section {
	animation: bgMove 15s linear infinite;
}
.main-reference-move2 div.wp-section {
	animation: bgMove2 15s linear infinite;
}
@keyframes bgMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes bgMove2 {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}

/***** 솔루션 라인업 *****/

.box_lineup div.wp-section.wp-p-0 {
  	background-image: linear-gradient(-38deg, rgba(255,255,255,0.04) 1%, #FFFFFF 100%);
	border: 2px solid #FFFFFF;
	box-shadow: 10px 20px 20px 0 rgba(0,0,0,0.15);
	border-radius: 24px;
}

.wp-mobile .box_lineup {
  	background-image: linear-gradient(-38deg, rgba(255,255,255,0.04) 1%, #FFFFFF 100%);
	border: 2px solid #FFFFFF;
	box-shadow: 10px 20px 20px 0 rgba(0,0,0,0);
	border-radius: 24px;
	width: 340px !important;
  	margin: 0px auto 30px !important;
  	float: none !important;
}

.box_lineup_right div.wp-section.wp-p-0 {
  	background: rgba(255,255,255,0.20);
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(255,255,255,0.40);
	border-radius: 20px;
}
.wp-mobile .box_lineup_right div.wp-section.wp-p-0 {
  	background: rgba(255,255,255,0.20);
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(255,255,255,0.40);
	border-radius: 20px;
	width: 340px !important;
  	margin: 0px auto 30px !important;
  	float: none !important;
}

.wp-mobile .box_lineup_bottom {
	width: 340px !important;
  	margin: 0px auto 50px !important;
  	float: none !important;
}

.lineup-h1 p {
	font-family: NotoSansKR-Regular !important;
	font-size: 28px !important;
	color: #555 !important;
	letter-spacing: -1px !important;
	text-align: center !important;
	font-weight: 400 !important;
  	margin: 120px 0 20px !important;
}

.lineup-h2 p {
	font-family: NotoSansKR-Bold !important;
	font-size: 55px !important;
	color: #000000 !important;
	letter-spacing: -2px !important;
	text-align: center !important;
	line-height: 76px !important;
	font-weight: 700 !important;
}
.wp-mobile .lineup-h2 p {
	font-family: NotoSansKR-Bold !important;
	font-size: 24px !important;
	color: #111111 !important;
	letter-spacing: -0.5px !important;
	text-align: center !important;
	line-height: 36px !important;
	font-weight: 700 !important;
}

.lineup-left p {
	font-family: NotoSansKR-Regular !important;
	font-size: 18px !important;
	color: #555555 !important;
	letter-spacing: -0.5px !important;
	line-height: 26px !important;
	font-weight: 500 !important;
}
.wp-mobile .lineup-left p {
	font-family: NotoSansKR-Medium !important;
	font-size: 14px !important;
	color: #555555 !important;
	letter-spacing: -0.5px !important;
	line-height: 26px !important;
	font-weight: 500 !important;
}

.lineup-left-other p {
	font-family: NotoSansKR-Regular !important;
	font-size: 18px !important;
	color: #555555 !important;
	letter-spacing: -0.5px !important;
	line-height: 26px !important;
	font-weight: 500 !important;
  	height: 540px; !important;
}
.wp-mobile .lineup-left-other p {
	font-family: NotoSansKR-Medium !important;
	font-size: 14px !important;
	color: #555555 !important;
	letter-spacing: -0.5px !important;
	line-height: 26px !important;
	font-weight: 500 !important;
  	height: auto; !important;
}

.lineup-left2 p {
	font-family: NotoSansKR-Regular;
	font-size: 16px;
	color: #555555;
	letter-spacing: -0.5px;
	line-height: 24px;
	font-weight: 400;
}

.lineup-right-t1 p {
	font-family: NotoSansKR-Bold;
	font-size: 18px;
	color: #111111;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 26px;
	font-weight: 700;
}

.lineup-right-t2 p {
	font-family: NotoSansKR-Bold;
	font-size: 24px;
	color: #2050DD;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 36px;
	font-weight: 700;
}

.lineup-right-h1 p {
	font-family: NotoSansKR-Bold;
	font-size: 26px;
	color: #111111;
	letter-spacing: -0.5px;
	line-height: 38px;
	font-weight: 700;
}

.lineup-right-h2 p {
	font-family: NotoSansKR-Regular;
	font-size: 18px;
	color: #888888;
	letter-spacing: -0.5px;
	line-height: 26px;
	font-weight: 400;
}

/***** 오프라인 버튼 *****/

.offline-btn a.press-button {
  padding: 17px 92.5px !important;
  border: 1px solid #2050DD;
  border-radius: 32px !important;
  background-color: #fff !important;
  box-sizing: border-box;
  font-family: NotoSansKR-Medium !important;
  font-size: 20px;
  color: #2050DD !important;
  letter-spacing: -0.5px;
  font-weight: 500!important;
}


/***** 온라인 버튼 *****/
.wp-desktop .online-btn a.press-button {
  padding: 17px 30px !important;
  border-radius: 32px !important;
  box-sizing: border-box;
  font-family: NotoSansKR-Medium !important;
  font-size: 20px;
  font-weight: 500!important;
  
}
/*****왼쪽박스 *****/
.p-left-box {
 width : 95% !important;
}
.p-left-box div.wp-section.wp-p-0 {
background-image: linear-gradient(-28deg, rgba(255,255,255,0.04) 1%, #FFFFFF 100%);
border: 2px solid #FFFFFF;
box-shadow: 10px 20px 20px 0 rgba(0,0,0,0.15);
border-radius: 24px;

}



/*****오른쪽박스 *****/
.p-right-box div.wp-section.wp-p-0 {
background: rgba(255,255,255,0.34) !important;
border: 2px solid #FFFFFF !important;
box-shadow: 0 0 40px 0 rgba(255,255,255,0.40) !important;
border-radius: 20px !important;
  padding: 0 32px  !important;
}
.p-sub-box div.wp-section.wp-p-0 {

background: rgba(255, 255, 255, 0.66) !important;
border: 1px solid #2050DD  !important;
border-radius: 24px   !important;
padding: 30px 40px  !important 
}

.p-sub-box .cms_NotoSans_b h2 {
font-size: 26px  !important;
 color: #111111 !important;
letter-spacing: -0.5px  !important;
  line-height: 38px;


}

.p-sub-box .cms_NotoSans_r p {
  margin-top: 14px;
font-size: 18px  !important;
color: #888888  !important;
letter-spacing: -0.5px  !important;
   line-height: 26px  !important;

}


/*****구매안내 모바일 *****/
.wp-mobile .p-left-box {
  width : 100% !important
}

.wp-mobile .p-left-box div.wp-section.wp-p-0 div.wpc-image{
  margin: 25px 0px 0px !important;

}

.wp-mobile .p-left-box div.wp-section.wp-p-0 div.wpc-image img{
	width: 120px !important;
    height: auto !important;

}


.wp-mobile .p-right-box div.wp-section.wp-p-0 {
 padding: 0 15px  !important;
}
.wp-mobile .p-sub-box div.wp-section.wp-p-0 {
 padding: 20px 24px !important;
}
.wp-mobile .p-sub-box .cms_NotoSans_b h2 {
  font-size: 16px !important;
  letter-spacing: -0.5px !important;
  line-height: 28px !important;
}
.wp-mobile .p-sub-box .cms_NotoSans_r p {
  font-size: 14px !important;
  letter-spacing: -0.5px !important;
  margin-top: 12px;!important;
  line-height: 20px !important;

}

.wp-mobile .offline-btn a.press-button {
  padding: 13px 92.5px !important;
  font-size: 17px !important;
}

.wp-mobile .online-btn{
    min-width: 120px !important;
    max-width: 120px !important;
}

.wp-mobile .online-btn a.press-button {
  padding : 12px 24px !important;
  font-size: 15px !important;
      border-radius: 32px !important;
  font-weight: 500!important;
    box-sizing: border-box;
  font-family: NotoSansKR-Medium !important;
}


.p-black-btn {
  min-width: 120px !important;
}
.wp-mobile .p-black-btn {
  min-width: 0 !important; /* 또는 0, unset 등 */
}


.p-black-btn a.press-button {
background: #333333 !important;
border: 1px solid #111111 !important;
border-radius:20px!important;
padding: 10px 35px!important;
font-family: NotoSansKR-Medium !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #FFFFFF !important;
  text-decoration: none  !important;
}
.p-black-btn a.press-button > span.link-text {
font-family: NotoSansKR-Medium !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #FFFFFF !important;
}

.wp-mobile .p-black-btn a.press-button > span.link-text {
  font-family: NotoSansKR-Medium !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}


.direction_flex_col {
  display: flex;
  align-items: center;
}
.direction_flex_col_rev {
  display: flex;
  align-items: start;
}

.wp-mobile .direction_flex_col_rev {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}

.wp-mobile .direction_flex_col_rev.set_center {
  align-items: center !important;
  text-align: center;
}
.wp-mobile .direction_flex_col_rev_c.set_center {
  align-items: center !important;
  text-align: center;
}
.wp-mobile .direction_flex_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.direction_flex_col_rev_c {
  display: flex;
  align-items: center;
}

.wp-mobile .direction_flex_col_rev_c {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}

.biz_col_rev_c {
  display: flex;
  align-items: start;
}
.wp-mobile .biz_col_rev_c {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}

.wp-mobile div.m_card_padding {
  padding: 20px !important;
}


.transform-rotate-90 img.wp-img {
        transform: rotate(90deg)  !important;
}

.text_keep_all {
	white-space: normal !important;
  	word-break: keep-all !important;
}



.wp-desktop .p_cont_title h2 {
font-family: NotoSansKR-Bold  !important;
font-size: 20px  !important;
color: #2050DD  !important;
letter-spacing: -0.5px  !important;
text-align: center  !important;
font-weight: 700  !important;
}

.wp-mobile .p_cont_title h2 {
font-family: NotoSansKR-Bold  !important;
font-size: 14px  !important;
color: #2050DD !important;
letter-spacing: -0.5px;
text-align: center;
font-weight: 700 ;

}

.wp-mobile .p_cont_title {
margin-top: 40px  !important;
}


.wp-desktop .p_title_desc h2 {
font-family: NotoSansKR-Bold !important;
font-size: 32px !important;
color: #111111 !important;
letter-spacing: -1px !important;
text-align: center !important;
font-weight: 700 !important;
margin-top: 16px;
margin-bottom: 60px;
line-height: 48px 
}

.wp-mobile .p_title_desc h2 {
font-family: NotoSansKR-Bold  !important;
font-size: 18px  !important;
color: #111111  !important;
letter-spacing: -0.5px !important;
text-align: center !important;
font-weight: 700;  !important;
margin-top: 8px; !important;
margin-bottom: 40px; !important;
  line-height: 26px;
}


@media (max-width: 800px) {
  div.video_mobile_padding {
    margin: -30px 0 -12px 0 !important;
  }
  div.cms_bizbg_shadow div.wp-section.wp-p-0 {
      border-radius: 15px !important;
  }
}


.bx-wrapper .bx-controls-direction a {
  z-index: 2 !important;
}


.wp-mobile .virtual-tab-btn-type .resp-tab-list {
  list-style: none; /* 리스트 점 제거 */
  display: flex; /* 가로로 배치 */
  justify-content: center; /* 중앙 정렬 */
  padding: 0;
  margin-bottom: 40px !important;
}

.wp-mobile .virtual-tab-btn-type .resp-tab-item {
  display: flex; /* 내부 정렬 */
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 9px 17.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 12px;
  min-width: 74px;
  min-height: 40px;
  background-color: #fff !important;
  border: 1px solid #E0E0E0 !important;
}

/* 반응형 탭 editor버전 */
.wp-mobile .virtual-tab-btn-type .resp-tab-item:last-child {
  margin-right: 0;
}

.wp-mobile .virtual-tab-btn-type .resp-tab-anchor {
  font-family: NotoSansKR-Medium !important;;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
}

.wp-mobile .virtual-tab-btn-type .resp-tab-item.tab-active {
  background-color: #2050DD !important;
  border: 1px solid #173582 !important;
}
.wp-mobile .virtual-tab-btn-type .resp-tab-item.tab-active > .resp-tab-anchor {
  color: #fff !important;
}



.ps_p20_m14 p {
	font-size: 20px !important;
}

.wp-mobile .ps_p20_m14 p {
	font-size: 14px !important;
  line-height: 2.2;
}
.ps_p16_m14 p {
	font-size: 16px !important;
}

.wp-mobile .ps_p16_m14 p {
	font-size: 14px !important;
}
.ps_p22_m16 p {
	font-size: 22px !important;
}

.wp-mobile .ps_p22_m16 p {
	font-size: 16px !important;
}
.ps_p24_m16 p {
	font-size: 24px !important;
}

.wp-mobile .ps_p24_m16 p {
	font-size: 16px !important;
}
.ps_p24_m18 p {
	font-size: 24px !important;
}
.wp-mobile .ps_p24_m18 p {
	font-size: 18px !important;
}
.ps_p20_m16 p {
	font-size: 20px !important;
}
.wp-mobile .ps_p20_m16 p {
	font-size: 16px !important;
}
.ps_p18_m15 p {
	font-size: 18px !important;
}
.wp-mobile .ps_p18_m15 p {
	font-size: 15px !important;
}
.ps_p34_m18 p {
	font-size: 34px !important;
}
.wp-mobile .ps_p34_m18 p {
	font-size: 18px !important;
}
.ps_p14_m13 {
  	font-size: 14px !important;
}
.wp-mobile .ps_p14_m13 p {
	font-size: 13px !important;
}

.pd_title_area {
  text-align: center;
  padding: 100px 20px 60px 20px !important;
}
.pd_title_area > div .wpc-text:first-child p{
	font-size: 20px;
}
.pd_title_area > div .wpc-text:last-child p{
  margin-top: 16px;
	font-size: 32px;
}

.wp-mobile div.pd_title_area {
  text-align: center;
  padding: 40px 20px 40px 20px !important;
}
.wp-mobile div.pd_title_area > div .wpc-text:first-child p{
	font-size: 14px;
}
.wp-mobile div.pd_title_area > div .wpc-text:last-child p{
  margin-top: 8px;
	font-size: 18px;
}


div.card_title_set {
  padding: 27px 20px !important;
  text-align:center;
}
div.card_title_set >div {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.card_title_set >div >div{
flex: 0 0 auto;   
  width: auto;  
}
div.card_title_set >div >div p{
font-size: 20px;  
}
.wp-mobile div.card_title_set >div >div p{
font-size: 15px;  
  max-width: 200px;
}

/* -------- coreFrame -------*/
.extended-product-title p {
  font-family: NotoSansKR-Bold !important;
  font-size: 20px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.wp-mobile.card_title_set {
  padding: 12px 20px !important;
  text-align:center;
}


.extended-product-title p {
  font-family: NotoSansKR-Bold !important;
  font-size: 20px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.wp-mobile .extended-product-title p {
  font-family: NotoSansKR-Medium !important;
  font-size: 15px !important;
  color: #111111 !important;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 23px;
  font-weight: 500;
}

.explain-card p {
  font-family: NotoSansKR-Medium !important;
  font-size: 16px !important;
  color: #111111;
  letter-spacing: -0.5px;
  line-height: 24px;
  font-weight: 500;
}

div.explain-card {
  margin: 0px 0px 0px 20px;
}

.wp-mobile div.explain-card {
  margin: 0px;
}


.wp-mobile .explain-card p {
  font-family: NotoSansKR-Medium !important;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 500;
  list-style-type:none;
}

ul.press-list-ul.explain-card-ul li {
  font-family: NotoSansKR-Regular !important;
  font-size: 16px !important;
  color: #555555;
  letter-spacing: -0.5px;
  line-height: 24px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 7px;
  padding-left: 10px;
  position: relative;
}
ul.press-list-ul.explain-card-ul > li:last-child {
  margin-bottom: 0;
}
ul.press-list-ul.explain-card-ul > li::before  {
  content: "."; 
  color: #888888;    
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -8px;
}

.wp-mobile ul.press-list-ul.explain-card-ul li {
  font-family: NotoSansKR-Regular !important;
  font-size: 13px !important;
  color: #555555;
  letter-spacing: -0.5px;
  line-height: 20px;
  font-weight: 400;
}

.wp-mobile div.m-h-54 {
  height: 54px; 
}

div.m-h-54 p {
  font-family: NotoSansKR-Medium !important;
  font-size: 20px !important;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}

div.m-h-54 .wpc-button {
  margin-top: 24px !important;
}

.wp-mobile div.m-h-54 p {
  font-size: 15px !important;
}

.wp-mobile div.m-h-54 .wpc-button {
  margin-top: 8px !important;
}

div.flex-column .explain-card{
  margin: 0px 0px 0px 20px !important;
}

.wp-mobile div.flex-column .explain-card{
  margin: 0px 0px 0px 10px !important;
}


.wp-mobile div.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.wp-mobile .flex-column .exist-bg {
  background-size: 45px !important;
  width: 45px !important;
  height: 45px !important;
  margin: 13px auto 0px !important;
}

.wp-mobile .flex-column .exist-bg p {
  font-size: 13px !important;
}

div.extended-productAd {
  
}

.extended-productAd h3 {
  font-family: NotoSansKR-Medium !important;
  font-size: 24px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
}

.wp-mobile .extended-productAd h3 {
  font-family: NotoSansKR-Bold !important;
  font-size: 18px;
  color: #111111;
  letter-spacing: -0.56px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
}

div.extended-productAd-explain p {
  font-family: ANotoSansKR-Medium !important;
  font-size: 16px;
  color: #888888;
  letter-spacing: -0.62px;
  line-height: 20px;
  font-weight: 500;
}


.wp-mobile div.extended-productAd-explain p {
  font-family: NotoSansKR-Regular !important;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 22px;
  font-weight: 400;
}

div.extended-productAd-explain-list {
  
}

.extended-resizeImg img.wp-img {
  width: 100px !important;
  height: 104px !important;
  
}

.wp-mobile .extended-resizeImg img.wp-img {
  width: 61px !important;
  height: 63px !important;
  margin-top: 26px;
}

.wp-mobile div.extended-productAd-layout {
 	margin: 20px !important;
}

div.extended-productAd-explain-list div.wpc-layout {
  margin-top: 38px !important;
}

.wp-mobile  div.extended-productAd-explain-list div.wpc-layout {
  margin: 14px 53px auto 53px !important;
}

.wp-mobile div.extended-productAd-explain-list {
  margin: 0px 53px !impoartnant;
}

div.extended-productAd-explain-list p {
  font-family: ANotoSansKR-Medium !important;
  font-size: 16px;
  color: #888888;
  letter-spacing: -0.62px;
  line-height: 20px;
  font-weight: 500;
}


.wp-mobile div.extended-productAd-explain-list p {
  font-family: NotoSansKR-Regular !important;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 22px;
  font-weight: 400;
}

/* webponent Chart CMS Start */
/* 소제목 타이틀 */
div.chart-subTitle {
   margin: 100px auto 16px auto;
}

.chart-subTitle p {
   font-family: NotoSansKR !important;
   font-size: 20px;
   color: #2050DD;
   letter-spacing: -0.5px;
   text-align: center;
   font-weight: 700;
}

.wp-mobile div.chart-subTitle {
   margin: 40px auto 8px auto;
}

.wp-mobile .chart-subTitle p {
   font-size: 14px;
   line-height: 22px;
}

/* 제목 타이틀 */
div.chart-title {
   margin: 0px auto 60px auto;
}

.chart-title p {
   font-family: NotoSansKR !important;
   font-size: 32px;
   color: #111111;
   letter-spacing: -1px;
   text-align: center;
   line-height: 48px;
   font-weight: 700;
}

.wp-mobile div.chart-title {
   margin: 0px auto 40px auto;
}


.wp-mobile .chart-title p {
   font-size: 18px !important;
   letter-spacing: -0.5px !important;
   line-height: 26px !important;
}


.wp-mobile div.chartUse-title {
    margin-bottom: 5px;
}

.wp-mobile .chartUse-title p {
    font-family: NotoSansKR !important;
    font-size: 15px;
    color: #333333;
    letter-spacing: -0.5px;
    line-height: 23px;
    font-weight: 700;
}

.wp-mobile .chartContent-title p {
    font-family: NotoSansKR !important;
    font-size: 13px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 20px;
    font-weight: 400;
}

.chartTab ul.tab-selector {
  	display: flex;
    justify-content: center;
    gap: 12px;
    border-bottom: none;
    height: auto;
}

.chartTab ul.tab-selector > li {
    border-radius: 20px;
   	height: 40px;
    min-width: 127px !important;
}

.chartTab ul.tab-selector > li.tab-item > a {
  	background: #FFFFFF !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 20px;
  	font-family: NotoSansKR;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    padding: 9px 0;
 	height: 40px;
    width: 127px;
    box-sizing: border-box;
}


.chartTab ul.tab-selector > li.ci-tab-active > a {
  	background: #2050DD !important;
    border: 1px solid #173582 !important;
    color: #ffffff !important;
}



/* webponent Chart CMS end */


.step-layout-div {

  padding: 14px 10px !important;

}


.step-layout {

  width: 0 !important;                
  height: auto !important; 
  border-left: 2px dotted #BBBBBB !important; 
  margin: 0 auto !important;
  margin-top: 14px!important;

}

.step-line{
	  width: 0;
	  height: 57px;                  
      border-left: 2px dotted #BBBBBB; 

}

div.key-img-text-margin{
	margin: 0 0 0 40px;
}
.wp-desktop .key-text-margin p{
	margin: 0 0 0 40px;
}
.wp-desktop .key-text-margin-12 p{
	margin-top: 12px
}
.wp-mobile .key-text-margin-12 p{
	padding-top: 6px
}
.wp-desktop .key-text-margin-4 p{
	margin-top: 4px
}
.wp-desktop div .key-box-margin-60{
	padding: 60px 0 0 0 !important;
}
.wp-mobile div.key-img-text-margin{
	margin: 20px 0 0 0;
}
.wp-mobile .key-text-margin p{
	margin: 0;
}
.key-img-size img.wp-img {
  width: 245px !important;
  height: 128px !important;
  
}
.wp-desktop .key-text-padding-28 p{
	padding-left: 28px
}
.wp-desktop .key-text-padding-35 p{
	padding-left: 35px
}
.wp-mobile .key-img-margin-top-20{
	margin: 20px 0 0 0;
}
.wp-desktop .key-box-p60-top{
	padding: 60px 0 0 0;
}
/* ================== */




.wp-desktop .p-sub-title h2 {
font-family: NotoSansKR-Medium !important;
font-size: 24px !important;
color: #111111 !important;
letter-spacing: -0.5px !important;
text-align: center !important;
line-height: 36px;
font-weight: 500 !important;
  margin-bottom: 20px !important;
}


.wp-mobile .p-sub-title h2 {
font-family: NotoSansKR-Medium !important;
font-size: 16px !important;
color: #111111 !important;
letter-spacing: -0.5px !important;
text-align: center !important;
line-height: 24px !important;
font-weight: 500 !important;
    margin-bottom: 20px !important;
}
.wp-mobile .feature_desc_m p {
	font-family: NotoSansKR-Regular;
    font-size: 13px;
    color: #2050DD;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
  	margin: 10px 15px 20px;
}
.wp-desktop .feature_desc_m p {
	font-family: NotoSansKR-Regular;
    font-size: 16px;
    color: #2050DD;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
  	margin-bottom: 26px
}

div.gird-card-padding {
  padding: 40px 32px !important;
}
.wp-mobile div.gird-card-padding {
  padding: 4px 19px 20px 19px !important;
}

.gird-card-padding .exist-bg {
  background-size: 100px;
  background-repeat: no-repeat;
  min-height: 104px;
  background-color: transparent;
    border-radius: 10px !important;
}

.wp-mobile .gird-card-padding .exist-bg { 
  background-size: 66px !important;
  min-height: 64px !important; 
  background-repeat: no-repeat;
  background-color: transparent;
    border-radius: 10px !important;
}


/* "우수한 속도" 텍스트 */

.gird-card-padding .cms_NotoSans_b p {
  font-size: 22px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  line-height: 34px !important;
}
.wp-mobile .gird-card-padding .cms_NotoSans_b p {
  font-size: 16px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  line-height: 24px !important;
}

/* 설명 텍스트 */
.gird-card-padding .cms_NotoSans_m p {
  font-size: 18px !important;
  color: #555555 !important;
  letter-spacing: -0.5px !important;
  line-height: 26px !important;
  padding-top : 5px !important;
}

.wp-mobile .gird-card-padding .cms_NotoSans_m p {
  font-size: 14px !important;
  color: #555555 !important;
  letter-spacing: -0.5px !important;
  line-height: 22px !important;
   padding-top : 0px !important;
}

.wp-mobile div.m-title-padding {
  padding-right : 20px !important;
  padding-left : 20px !important;
}

.db_shadow_r1 {
  box-shadow: 0 0 30px 0 #FF1E64;
}

.db_shadow_r2 {
  box-shadow: 0 0 30px 0 #FF00E4;
}

.db_shadow_r3 {
  box-shadow: 0 0 30px 0 #212AE6;
}

.db_shadow_r4 {
  box-shadow: 0 0 30px 0 #1185C2;
}
.db_shadow_line {
  box-shadow: 0 10px 10px 0 rgba(138,173,224,0.2);
}
/* virtual key */
.virtual-theme p {
  font-size: 18px;
  color: #111111;
  letter-spacing: -0.5px;
  line-height: 26px;
  font-weight: 700;
  margin-left : 30px;
}

.wp-mobile .virtual-theme p {
  margin-left : 0;
}

.wp-mobile .virtual-image-margin img{
  margin-top : 30px;
}
.virtual-image-margin-top img{
  margin-top : 60px;
}
.virtual-text-margin-55 p {
  margin-left : 76px;
}
.wp-mobile .virtual-text-margin-55 p {
  margin-left : 0;
}
.virtual-text-m12-top p {
  margin-top : 12px;
}

.db_use_shadow {
	background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.25) 47%); border-style: solid; border-color: rgb(255, 255, 255);
}


.wp-mobile .m-padding-20 img.wp-img.wp-msl {

 padding-left : 20px !important;
 padding-right : 20px !important;


}
.wp-mobile .m-padding-20 > div.wp-section {

 padding-left : 20px !important;
 padding-right : 20px !important;



}

.left-box-sub1 p {
  font-family: NotoSansKR-Bold !important;
  font-size: 18px !important;
  color: #2050DD !important;
  letter-spacing: -0.5px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  margin: 50px 0px 0px 40px !important;
}

.wp-mobile .left-box-sub1 p {
  font-size: 15px !important;
  margin: 35px 0px 0px 40px !important;
}

.left-box-sub2 p {
  font-family: NotoSansKR-Bold !important;
  font-size: 26px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  line-height: 38px !important;
  font-weight: 700 !important;
  margin: 27px 0px 0px 39px !important;

}

.wp-mobile .left-box-sub2 p {
  font-size: 20px !important;
  margin: 15px 0px 0px 40px !important;

}

.left-box-sub3 p {
  font-family: NotoSansKR-Regular !important;
  font-size: 18px  !important;
  color: #555555 !important;
  letter-spacing: -0.5px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  margin: 12px 0px 0px 40px !important;


}

.wp-mobile .left-box-sub3 p {
  font-size: 14px !important;
  margin: 2px 0px 0px 40px !important;


}



.r-box-ttl1 p {
  font-family: NotoSansKR-Bold !important;
  font-size: 18px !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}

.wp-mobile .r-box-ttl1 p {
  font-size: 14px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 22px !important;

}

.r-box-ttl2 p {
  font-family: NotoSansKR-Bold !important;
  font-size: 24px !important;
  color: #2050DD !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 36px !important;
  font-weight: 700 !important;
}

.wp-mobile .r-box-ttl2 p {
  font-size: 16px !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 24px !important;
}


div.cms_mt_default {
	margin-top: 80px !important;
}
.wp-mobile div.cms_mt_default {
	margin-top: 0 !important;
}
div.biz_padding_1 {
	padding: 100px 0 80px 0 !important;
}
.wp-mobile div.biz_padding_1 {
	padding: 40px 0 40px 0 !important;
}
div.biz_mt_24to12 {
	margin-top: 24px !important;
}
.wp-mobile div.biz_mt_24to12 {
	margin-top: 12px !important;
}
div.biz_mt_32to4 {
	margin-top: 32px !important;
}
.wp-mobile div.biz_mt_32to4 {
	margin-top: 4px !important;
}
div.biz_mt_40to16 {
	margin-top: 40px !important;
}
.wp-mobile div.biz_mt_40to16 {
	margin-top: 16px !important;
}
div.biz_mt_80to40 {
	margin-top: 80px !important;
}
.wp-mobile div.biz_mt_80to40 {
	margin-top: 40px !important;
}
div.biz_mt_20to5, ul.biz_mt_20to5 {
	margin-top: 20px !important;
}
.wp-mobile div.biz_mt_20to5, .wp-mobile .biz_mt_20to5,  .wp-mobile ul.biz_mt_20to5 {
	margin-top: 5px !important;
}

div.biz_pb_120to40 {
	padding-bottom: 120px !important;
}
.wp-mobile div.biz_pb_120to40 {
	padding-bottom: 40px !important;
}
.wp-mobile div.biz_mt_to14 {
  margin-top:14px !important;
}
.wp-mobile ul.biz_pb_to0, .wp-mobile div.biz_pb_to0 {
	padding-bottom: 0 !important;
}
div.biz_px_20to50 {
	padding: 0 20px !important;
}
.wp-mobile div.biz_px_20to50 {
	padding: 0 50px !important;
}
.wp-mobile div.biz_mtn_20 {
	margin-top: -20px !important;
}
div.biz_mb_95to30 {
	margin-bottom: 95px !important;
}
.wp-mobile div.biz_mb_95to30 {
	margin-bottom: 30px !important;
}
.wp-mobile div.biz_mt_to16 {
	margin-top: 16px !important;
}
.wp-mobile div.biz_mt_to0 {
	margin-top: 0px !important;
}
.wp-mobile div.biz_mtn_to40 {
	margin-top: -40px !important;
}
.wp-mobile div.db_py_to0 {
	padding: 0px 20px !important;
}
.wp-mobile div.mt_to40 {
	margin-top: 40px !important;
}
.wp-mobile div.pb_to40 {
	padding-bottom: 40px !important;
}
.wp-mobile div.mb_to0 {
	margin-bottom: 0px !important;
}

.db_usage_logo {
	 margin: 35% auto 45% !important;
}


.wp-mobile div.border_bt_gray {
  padding-bottom : 32px !important;
  border-bottom: 10px solid #F4F4F4; !important;
}


.wp-mobile .biz_img_75 {
	width: 17% !important;
}
.wp-mobile .biz_img_65px {
	width: 65px !important;
}
.wp-mobile .biz_img_32 {
	width: 32% !important;
}

.wp-mobile .m-grid-padding > .wp-section.wp-p-0{
	padding-right: 20px !important;
    padding-left: 20px !important;
}

.wp-mobile .m-grid-padding-20 {
    padding-bottom: 20px !important;
}

.wp-mobile .m-grid-padding-40 {
    padding-bottom: 40px !important;
}


ul.press-list-ul.chart-list-style > li {
  list-style-type:none;
  font-family: NotoSansKR-Regular !important;
  font-size: 14px !important;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
}
ul.press-list-ul.chart-list-style > li:last-child {
  margin-bottom: 0;
}
ul.press-list-ul.chart-list-style > li::before  {
  content: "."; 
  color: #888888;    
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -7px;
}

.press-list-ul.chart-list-style > li, .wp-mobile ul.press-list-ul.chart-list-style > li > span > span{
    font-family: NotoSansKR-Regular !important;
    font-size: 14px !important;
    color: #555555 !important;
    letter-spacing: -0.5px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
.wp-mobile .press-list-ul.chart-list-style > li, .wp-mobile ul.press-list-ul.chart-list-style > li > span > span{
    font-size: 12px !important;
    letter-spacing: -0.5px !important;
    line-height: 16px !important;
}

.webponent_flex_col_rev {
  display: flex;
  align-items: start;

}

.wp-mobile .webponent_flex_col_rev {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  gap : 16px;
}

.wp-mobile .m-bt-margin-20 {
	margin-bottom : 20px !important;
}

.wp-mobile div.pc_card_padding {
padding: 16px 20px !important;
margin: 10px 0px!important;
}

.wp-mobile div.m_card_height {
height: 54px !important;
}
.wp-mobile .m_card_size p{
font-size: 15px !important;
}
.wp-desktop .pcard_ul_size {
margin-top: 21px !important;
}
.wp-mobile .mcard_ul_size {
margin-top: 11.5px !important;
}
.wp-mobile .purchase_bg {
  background-position: 50% 0% !important;

}


.p-bubble-img {
  position: relative;
  z-index: 49;
  margin: -50px 0px 0px !important;
}

.wp-mobile .p-bubble-img {
  position: relative;
  z-index: 49;
  margin: -50px -12px 0px !important;
}

.wp-mobile .p-bubble-img > img{
  padding: 12px 0px 5px !important;
  width: 80px !important;

}

.wp-mobile .p-black-btn a.press-button {
  padding: 6px 35px 8px 35px !important;
}

/* 설명 텍스트 */
.gird-card-padding .cms_NotoSans_r p {
  font-size: 18px !important;
  color: #555555 !important;
  letter-spacing: -0.5px !important;
  line-height: 26px !important;
  padding-top : 5px !important;
}

.wp-mobile .gird-card-padding .cms_NotoSans_r p {
  font-size: 14px !important;
  color: #555555 !important;
  letter-spacing: -0.5px !important;
  line-height: 22px !important;
   padding-top : 0px !important;
}

.card-container{
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.wp-mobile .cms_flex_center_m {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/*list*/
ul.press-list-ul.cms_list_set {
display: flex;
  flex-direction: column;
  justify-content: center; 
  gap: 12px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
ul.press-list-ul.cms_list_set > li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-family: NotoSansKR-Regular !important;
  font-size: 16px !important;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin: 0;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
ul.press-list-ul.cms_list_set > li:last-child {
  margin-bottom: 0;
}
ul.press-list-ul.cms_list_set > li::before  {
  content: ".";
  color: #888888;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -13px;
}

.biz_usage_textbox {
	background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.25) 47%) !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 16px !important;
}


.main_popup_change_div1 div.wp-section {
	margin: 0px 48px 40px;
}

.wp-mobile .main_popup_change_div1 div.wp-section {
	margin: 0px 20px 40px;
}

.main_popup_reference_bold p {
font-family: NotoSansKR-Bold;
font-size: 17px;
color: #333333;
letter-spacing: -0.5px;
line-height: 25px;
font-weight: 700;
}

.test p{
	font-family: NotoSansKR-Bold;
font-size: 17px;
  
}


.p-step p{
  font-size: 18px !important;
  color: #2050DD !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 26px !important;

}

/* virtual key 반응형 탭 버튼 사이즈 조정 */

.center_text_color li span,
.center_text_color p {
	color: #555555 !important;
}

.wp-mobile .center_text_color li span,
.wp-mobile .center_text_color p {
	color: #888888 !important;
}
