/*sub-common*/
.title .tit {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.4;
}

.title .tit span {
    color: var(--main-color);
}
.title .txt {
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 0.5rem;
    font-family: "Russo One", sans-serif;
}
.title .txt span {
    color: var(--main-color);
    line-height: 1.6;
}
.txt-dot {
    padding-left: 1rem;
    position: relative;
}
.txt-dot::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 100%;
    transition: all 0.4s ease;
}

.bg-gray {
    background-color: var(--gray-color);
}

.sub-content.bg-gray {
    padding: 14rem 0 20rem;
}

.sub-sec {
    margin-bottom: 16rem;
}

.title-box .tit {
    font-family: "oswald";
    font-size: 8rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 4.2rem;
    color: #fff;
}

.title-box .tit span {
    color: var(--main-color);
}

.title-box .txt {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
    color: #4d4d4d;
}

.btn-box * {
    transition: all 0.4s ease;
}

.btn-box {
    display: inline-block;
}

.btn-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.btn-box a .f-box {
    gap: 2.5rem;
    align-items: center;
}

.btn-box a .btn-txt {
    font-size: 1.6rem;
    font-weight: 500;
}

.btn-box:hover {
 
}

.btn-box:hover a .btn-txt,
.btn-box:hover a span {
    color: #ffffff;
}

.btn-box:hover a span {
    transform: translateX(1rem);
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 보여줄 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*sub-common//*/



/*overview*/

.greeting .title {
    margin-bottom: 5rem;
}

.greeting .ceo .img-box {
    margin: 4rem 0 5rem;
}

.greeting .ceo .info-box {
    gap: 2rem;
}

.greeting .ceo .info-box .left {
    width: 35%;
}

.greeting .ceo .info-box .tit {
    font-size: 5rem;
    margin-bottom: 5rem;
}

.greeting .ceo .info-box .left .tit span {
    color: var(--main-color);
}

.greeting .ceo .gray-bg {
    background-color: #f5f5f5;
    background-image: url(../img/greeting_bg.png);
    background-size: cover;
    width: 100%;
    margin-bottom: 5rem;
}

.greeting .ceo .gray-bg .inner {
    justify-content: space-between;
    align-items: flex-end;
}

.greeting .ceo .gray-bg .inner .left .tit {
    font-size: 2.6rem;
    padding-top: 6rem;
}

.greeting .ceo .gray-bg .inner .left .sebo-big {
    font-size: 13rem;
    color: #fff;
    line-height: 1.3;
}

.greeting .ceo .gray-bg .inner .right {
    margin-top: -195px;
}

.greeting .ceo .info-box>div {
    max-width: 130rem;
    margin-bottom: 5rem;
    align-items: flex-end;
    gap: 1.7rem;
}

.greeting .ceo .info-box>div p {
    color: #111;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -1px;
}

.greeting .ceo .info-box>div p:last-child {
    margin-bottom: 0;
}

.greeting .ceo .info-box>div h6 {
    margin-bottom: 2.5rem;
}

.greeting .ceo .info-box>div h6 span {
    color: #1A3D7C !important;
}

.greeting .ceo small {
    font-size: 1.8rem !important;
    color: #111 !important;
    font-weight: 500;
    line-height: 1;
}

.greeting .ceo .ceo-name small span {
    color: #1A3D7C;
}

.greeting .ceo .ceo-name .name {
    font-size: 3rem;
    line-height: 1;
}

.rh-top-title>div:last-child img {
  width: 403px;
  height: 191px;
}

/*overview//*/

/*history*/
.history .title  {
    margin-bottom: 5rem;
}
.history .history_bg {
    position: relative;
    margin-bottom: 8rem;
}
.history .history_bg .history_bg_txt {
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0.5em;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.history-style02 {
    padding-top: 7rem;
}
.history-style02 .history-year-group-box{
    position:relative; 
    display:flex; 
    justify-content:space-between;
}
.history-style02 .history-year-group-box .history-year-group-tit-box{
    width:59rem; 
}
.history-style02 .history-year-group-box .history-year-group-tit{
    position:relative; 
    color:rgba(0, 0, 0, 0.2); 
    font-size:8rem; 
    font-weight:700; 
    letter-spacing:-0.055em; 
    bottom: 1rem; 
    transition: var(--transition-custom);
}
.history-style02 .history-year-group-box .history-year-group-tit-box.active .history-year-group-tit {
    color: rgba(0, 0, 0, 1);
}

.history-style02 .history-year-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.5rem;
}

.history-style02 .history-year-group-tit-box + .history-year-list-box {
    width: calc(100% - 59rem);
    padding-top: 1rem;
}

.history-style02 .history-year-list-box {
    width: 100%;
    position: relative;
}

.history-style02 .history-year-list-box:before {
    position: absolute;
    top: 22px;
    left: 11rem;
    width: 1px;
    bottom: -23px;
    background-color: #e1e1e1;
    content: "";
}

.history-style02 .history-year-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5.5rem;
}

.history-style02 .history-year-item .history-year {
    position: relative;
    z-index: 1;
    color: #444;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: -0.055em;
    line-height: 1.25em;
    transition: var(--transition-custom);
    width: 11rem;
}
    
.history-style02 .history-month-box {
    position: relative;
    width: 100%;
}

.history-style02 .history-month-box .history-month-item {
    position: relative;
    display: flex;
    padding-left: 3rem;
    line-height: 1.4;
}

.history-style02 .history-month-box .history-month-item .history-detail-txt-con {
    width: 100%;
}

.history-style02 .history-month-box .history-month-item .history-detail-txt.only-txt {
    position: relative;
    padding-left: 2.6rem;
    display: flex;
    gap: 2rem;
}

.history-style02 .history-month-box .history-month-item .history-detail-txt {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1.66em;
    margin-bottom: 1.7rem;
    word-break: keep-all;
}

.history-style02 .history-month-box .history-month-item .history-detail-txt {
    color: #666;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1.66em;
    margin-bottom: 1.7rem;
    word-break: keep-all;
}

.history-style02 .history-month-box .history-month-item .history-detail-txt.only-txt .year {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
}

:root{
  --dot-size: 12px;
  --dot-inactive: #cfcfcf;   
  --dot-active: #1A3D7C;    
}

.history-style02 .history-year-list-box:before{
    position:absolute; 
    top:-65px; 
    left:11rem; 
    width:1px; 
    bottom: 65px;
    background:#E2E2E2; 
    content:"";
}

.history-style02 .history-year-group-box:first-child .history-year-list-box:before {
    top:19px; 
}

.history-style02 .history-year-item{
  position:relative;
  display:flex; 
  justify-content:flex-start;
  padding-bottom:5.5rem;
}
.history-style02 .history-year-item::before{
  content:"";
  position:absolute;
  left: calc(11rem - var(--dot-size)/2);
  top: 0.9rem;
  width: var(--dot-size);
  height: var(--dot-size);
  background: var(--dot-inactive);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff inset; 
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.history-style02 .history-year-item.is-active::before{
  background: var(--dot-active);
  transform: scale(1.12);
  box-shadow:  0 0 0 4px #567ab942;
}

.history-style02 .history-year-group-box .history-year-group-tit{
  position:relative;
  color: rgba(0,0,0,.2);
  font-size:8rem; 
  font-weight:700; 
  letter-spacing:-0.055em;
  bottom:1rem; 
  line-height: 1;
  transition: var(--transition-custom, color .3s ease);
}
.history-style02 .history-year-group-box .history-year-group-tit-box.active .history-year-group-tit{
  color:#000;  
}

.history-style02 .list-box2::before {
    bottom: 65px !important;
}
/*history//*/

/*organization*/
.organization .title{
    text-align: center;
    margin-bottom: 10rem;
}
/*organization//*/

/*partner*/
.partner .pt-wrap {
    justify-content: space-between;
    gap: 10rem;
}
.partner .left {
    width: 48rem;
}

.partner .right {
    width: calc(100% - 44rem);
}

.partner .right .list {
    flex-wrap: wrap;
    gap: 3rem;
}

.partner .right .list .item {
    width: calc((100% - 9rem) / 4);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.partner .right .list .item img {
    width: 80%;
}
/*partner//*/

/*location*/
.location .title {
    margin-bottom: 5rem;
    /* text-align: center; */
}
.loca-tb {
    width: 100%;
}

.loca-tb tr {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.loca-tb th {
    width: 10.5rem;
    font-size: 1.8rem;
    letter-spacing: -0.065em;
    color: #333;
    font-weight: 700;
    text-align: left;
    padding: 2.1rem 0;
    position: relative;
}

.loca-tb th:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -3px;
}

.loca-tb td {
    width: calc(100% - 10.5rem);
    line-height: 1.3;
    font-size: 1.8rem;
    color: #333;
    padding-left: 3rem;
    box-sizing: border-box;
}

.loca-tb td .num {
    position: relative;
    margin-right: 1.5rem;
    padding-left: 3.5rem;
}

.loca-tb td .num:before {
    content: "2";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    background: #3cb44a;
    color: #fff;
}

.loca-tb td .num em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    background: #3cb44a;
}

.loca-tb td p {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    position: relative;
}

.loca-tb td p::before {
    color: #1A3D7C;
    width: 3px;
    height: 3px;
    background-color: #1A3D7C;
    content: "";
    position: absolute;
    left: -10px;
    top: 12px;
    border-radius: 50%;
}
.loca-tb td p span {
    color: #1A3D7C;
    min-width: 10rem;
}

.loca-tb td p em {
    font-style: normal;
}

.loca-tb .area td p:nth-child(2) {
    margin-bottom: 2rem;
}

.loca-tb td p:last-child .num:before {
    content: "7";
    background: #717c02;
}

.loca-type-box {
    margin-top: 2rem;
}

.loca-type-box ul {
    display: flex;
}

.loca-type-box ul li {
    width: 33.33%;
    /* text-align:center; */
    /* border-right:1px solid #ddd;  */
    transition: all 0.4s;
    border: 1px solid var(--main-color);
    margin: 0 -1px 0 0;
}

.loca-type-box ul li a {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    padding: 2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main-color);
    height: 100%;
    box-sizing: border-box;
}

.loca-type-box ul li a em {
    font-style: normal;
}

.loca-type-box ul li:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.loca-type-box ul li:hover a {
    color: #fff;
}

.loca-type-box ul li .loca-line {
    position: relative;
    display: inline-block;
    width: 8rem;
    height: 1px;
    background: var(--main-color);
}

.loca-type-box ul li .loca-line:after {
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    top: -5px;
    width: 13px;
    height: 1px;
    background: var(--main-color);
    transform: rotate(45deg);
}

.loca-type-box ul li:hover .loca-line {
    background: #fff;
}

.loca-type-box ul li:hover .loca-line:after {
    background: #fff;
}

.location .img-box {
    justify-content: space-between;
    display: flex;
    margin-top: 3rem;
    text-align: center;
}

.location .img-box p {
   background: var(--main-color);
   color: #fff;
   padding: 1rem 0;
   font-size: 1.8rem;
}

/*location//*/

/*philosophy*/
.philosophy-wrap .sub-content {
    padding: 10rem 0 0;
}

.philosophy .border {
    border: 1px solid #000;
}

.philosophy.gray-bg {
    background-color: #f5f5f5;
    padding: 10rem 0;
}

.philosophy .title {
    margin-bottom: 5rem;
}

.philosophy .info-box {
    text-align: center;
    margin-top: 11rem;
}

.philosophy .info-box .ideo-tit {
    display: inline-block;
    background: linear-gradient(90deg, #1A3D7C 0%, #2F6FE2 100%);
    border-radius: 99px;
    color: #fff;
    min-width: 200px;
    padding: 15px 0;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.philosophy .info-box .mission {
    margin-bottom: 7rem;
}

.philosophy .info-box .mission h3 {
    font-size: 5rem;
    line-height: 1.4;
    margin-bottom: 3rem;
}

.philosophy .info-box .triangle {
    width: 100%;
    max-width: 1310px;
    margin: auto;
}

.philosophy .info-box .triangle img {
    max-width: 100%;
}

.philosophy .info-box .vision {
    margin-bottom: 3rem;
}

.philosophy .info-box .vision .vision-cont {
    width: 100%;
    gap: 3rem;
}

.philosophy .info-box .vision .vision-cont .cont {
    background-color: #f5f5f5;
    padding: 5rem;
    border-radius: 2rem;
    width: 50%;
    align-items: center;
}

.philosophy .info-box .vision .vision-cont .cont {
    gap: 5rem;
}

.philosophy .info-box .vision .vision-cont .cont .vision-txt {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
}

.philosophy .info-box .vision .vision-cont .cont .vision-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.core-value-wrap .core-value-cont {
    gap: 3rem;
}

.core-value-wrap .core-value-cont .cont {
    background-color: #fff;
    border-radius: 2rem;
    padding: 8.7rem 0;
    width: 25%;
}

.core-value-wrap .core-value-cont .cont h5 {
    font-size: 2.4rem;
}

.core-value-wrap .core-value-cont .cont h6 {
    color: #1A3D7C;
    font-size: 1.8rem;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
}

.core-value-wrap .core-value-cont .cont p {
    color: #666;
}

.philosophy .info-box .vision .vision-cont .cont .vision-icon img {
    height: 5.2rem;
}


.core-value-wrap .core-value-cont .cont .core-value-icon {
    margin-bottom: 3.2rem;
}

.core-value-wrap .core-value-cont .cont .core-value-icon img {
    height: 6rem;
}

/**philosophy**/

/*pd-list*/
/**pd-list**/
.pd-list .con-box {
    overflow: visible;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.pd-list .pd-menu-wrap {
    width: 31.5rem;
    position: sticky;
    top: 8rem;
    z-index: 1;
}
.pd-list .pd-menu {
    position: relative;
    width: 100%;
    background-color: #F9F9F9;
}

.pd-list .title {
    text-align: center;
}

.pd-list .title .tit {
    margin-bottom: 2rem ;
}

.pd-list .pd-menu .list {
    padding: 2rem;
}

.pd-list .pd-menu .list .menu {
    height: 6rem;
}

.pd-list .pd-menu .list .menu a {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pd-list .pd-menu .list .menu a p {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 1.3;
    z-index: 2;
}

.pd-list .pd-menu .list .menu.on a p,
.pd-list .pd-menu .list .menu.on.fix a p {
    color: #ffffff;
}

.pd-on-move{ position:absolute; left:0; right:0; top:0; pointer-events:none; }
.pd-on-move > span{
  position:absolute; left:0; right:0; top:0;
  height: var(--ind-h, 0px);
  transform: translateY(var(--ind-y, 0px));
  transition: transform .25s ease, height .25s ease;
}

/**pd-on-move**/
.pd-list .title {
    margin-bottom: 5rem;
}
.pd-list .pd-menu .pd-on-move {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 6rem;
}

.pd-list .pd-menu .pd-on-move span {
    width: calc(100% - 4rem) !important;
    height: 6rem;
    background: #1A3D7C;
    position: absolute;
    border-radius: 30px;
    left: 2rem;
    text-align: center;
}

.pd-list .item-list {
    width: calc(100% - 33rem);
    background-color: #F9F9F9;
    padding: 4rem 4.5rem;
    gap: 3rem;
    flex-direction: column;
}

.pd-list .item-list .pd-title {
    width:100%;
    max-width: 100%;
}

.pd-title .txt {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #1A3D7C;
    padding: 0.4rem 1.4rem;
    background: #EDEFF2;
    border-radius: 10rem;
    display: inline-block;
    margin: auto;
    border-radius: 5px;
}

.pd-list .title .sub-txt {
    font-size: 1.8rem;
}

.pd-title .tit {
    font-size: 4rem;
    font-weight: 800;
    margin: 1rem 0 2rem;
    line-height: 1.2;
}

.item-list.no-info {
    height: 100%;
}

.pd-list .item-list .list {
    gap: 2rem;
    flex-wrap: wrap;
}

.pd-list .item-list .list .item {
    width: calc((100% - 4rem) / 3);
    background-color: #ffffff;
    position: relative;
}

.pd-list .item-list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6rem 3rem;
    z-index: 2;
    position: relative;
}

.pd-list .item-list .list .item a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #E60012;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
}

.pd-list .item-list .list .item:hover a::before {
    opacity: 0.8;
    z-index: 1;
}

.pd-list .item-list .item:hover .pd-hover-con {
    opacity: 1;
    visibility: visible;
}

.pd-list .item-list .item:hover .pd-hover-con img {
    transform: rotate(180deg);
}

.pd-hover-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.pd-hover-con .image {
    padding-bottom: 1rem;
    margin: auto;
}

.pd-hover-con .image img {
    width: 3rem;
    height: 3rem;
    margin: auto;
}

.pd-hover-con .txt {
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
}

.pd-title .sub-txt {
    color: #666;
    margin-bottom: 2.5rem;
}

.pd-list .item-list .item a > .image {
    margin-bottom: 4rem;
    min-height: 30rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-list .item-list .item a > .image img {
  max-height: 30rem;
  width: auto;
}

.pd-list .item-list .item a .pd-info {
    text-align: center;
}

.pd-list .item-list .item a .pd-info .pd-name {
    font-size: 2.4rem;
    font-weight: 800;
}

.pd-list .item-list .item a .pd-info .pd-type {
    font-size: 1.6rem;
    color: #c0c0c0;
}


.pd-sub-title {
    margin-bottom: 1.7rem;
    font-size: 2.3rem;
}

.bullet-info{
    margin: 0;
    padding-left: 0.6em;
    list-style: disc;
}

.bullet-info li::before{
    color: #1A3D7C;    
    width: 3px;
    height: 3px;
    background-color:#1A3D7C;
    content: "";
    position: absolute;
    left: -10px;
    top: 12px;
    border-radius: 50%;
}

.bullet-info li{
  display: flex;         
  align-items: baseline;
  gap: .25em;
  line-height: 1.8;
  list-style-position: outside;
  color: #666;
  position: relative;
  font-size: 1.6rem;
}
.bullet-info .label{
  flex: 0 0 auto;        
  white-space: nowrap;    
  font-weight: 700;
  color: #1A3D7C;
  margin-right: .25em;
}
.bullet-info .desc{
  flex: 1 1 0;           
  min-width: 0;         
  color: #666;
}

.pd-menu-wrap .pd-on-move{
  position:absolute; left:0; right:0; top:0; z-index:0; pointer-events:none;
}
.pd-menu-wrap .pd-on-move > span{
  position:absolute; left:0; right:0;
  height: var(--ind-h, 0px);
  transform: translateY(var(--ind-y, 0px));
  transition: transform 500ms cubic-bezier(.25,1,.5,1), height 500ms cubic-bezier(.25,1,.5,1);
  will-change: transform, height;
  background:#163E7A; 
  border-radius:9999px;
}

.pd-menu-wrap .pd-menu .list .menu > a,
.pd-menu-wrap .pd-menu .list .menu > a *{
  color:#666; transition: color .18s ease; position:relative; z-index:1;
}
.pd-menu-wrap .pd-menu .list .menu.active > a,
.pd-menu-wrap .pd-menu .list .menu.active > a *{ color:#fff; font-weight:700; }

.pd-menu-wrap.has-hover-preview .pd-menu .list .menu.hover-preview > a,
.pd-menu-wrap.has-hover-preview .pd-menu .list .menu.hover-preview > a *{ color:#fff; }
.pd-menu-wrap.has-hover-preview .pd-menu .list .menu.active > a,
.pd-menu-wrap.has-hover-preview .pd-menu .list .menu.active > a *{ color:#000; }

.pd-menu-wrap.has-hover-preview .pd-menu .list .menu.active.hover-preview > a,
.pd-menu-wrap.has-hover-preview .pd-menu .list .menu.active.hover-preview > a *{ color:#fff; }


/*pd-list//*/

/*qhse*/
.qhse .title {
    margin-bottom: 5rem;
}
.qhse .img-box {
    background: url(../img/qhse_bg.jpg) no-repeat;
    padding: 17rem 0;
    background-size: cover;
}
.qhse .vnd_view {
    color: #fff;
    display: flex;
}

.vnd_view > div:first-child {
    width: 40%;
}

.vnd_view > div:last-child {
    width: 60%;
}

.vnd_view > div.left h4 {
    font-family: "oswald";
    font-size: 6.5rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.vnd_view > div.left p {
    font-size: 2rem;
    line-height: 1.4;
    color: #ddd;
    letter-spacing: -1px;
    margin-top: 1.5rem;
}

.vnd_view > div.right > div {
    display: flex;
    gap: 5rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1rem;
    margin-bottom: 8rem;
    font-weight: 600;
    letter-spacing: -1px;
}

.vnd_view > div.right > div:last-child {
    margin-bottom: 0;
}

.vnd_view > div.right > div > div:first-child {
    font-size: 2.4rem;
    position: relative;
}

.vnd_view > div.right > div > div:first-child::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background: #fff;
}

.vnd_view > div.right > div > div:last-child {
    font-size: 2.8rem;
}

/*hse*/

.hse {
    margin-bottom: 17rem;
}

.hse .st-purpose-list {
    display: flex;
    margin-top: 4rem;
}

.hse .st-purpose-list > li {
    width: calc((100% - 9rem) / 3);
    margin-right: 4.5rem;
}

.hse .st-purpose-list .img-box {
    width: 100%;
}

.hse .st-purpose-list .img-box span {
    display: block;
    height: 0;
    width: 100%;
    position: relative;
    padding-top: 54.42%;
}

.hse .img-center {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.hse .st-purpose-list .list-txt-box {
    padding: 4rem;
    margin-top: 2rem;
    background: #f9f9f9;
    box-sizing: border-box;
    height: calc(100% - 28rem);
}

.hse .st-purpose-list .en-tit {
    font-size: 3.2rem;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
}

.hse .st-purpose-list .tit-box p {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    line-height: 1.667em;
    margin-top: 1rem;
}

.hse .purpose-inner-list {
    margin-top: 5rem;
}

.hse .purpose-inner-list dt {
    font-size: 2rem;
    letter-spacing: -0.03em;
    color: #1A3D7C;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.hse .purpose-inner-list dd {
    margin-top: 1.6rem;
}

.hse.purpose-inner-list .inner-list li {
    display: flex;
    margin-top: 0.5rem;
}

.hse .purpose-inner-list ul li .num {
    display: inline-block;
    width: 3rem;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 700;
    line-height: 2.14em;
}

.hse .purpose-inner-list ul li em {
    width: calc(100% - 3rem);
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    line-height: 1.875em;
    font-style: normal;
}

.hse2 .mg-policy-list {
    margin-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hse2 .tit {
    font-size: 4rem;
}

.mg-policy-list li:first-of-type {
    margin-top: 0;
}

.mg-policy-list li {
    background: #f5f5f5;
    padding: 1.75rem 3rem;
    margin-top: 1rem;
    box-sizing: border-box;
}

.mg-policy-list li dl {
    display: flex;
    align-items: center;
}

.mg-policy-list li dt {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: -0.032em;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.25em;
    width: 11.5rem;
}

.mg-policy-list li dt::after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/polygon.svg) no-repeat;
    width: 16px;
    height: 13px;
    content: "";
}

.mg-policy-list li dd {
    width: calc(100% - 13.5rem);
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    color: #000;
    margin-left: 2rem;
    line-height: 1.25em;
}

.ceo-policy-box {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.ceo-policy-box .left p {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.778em;
}

.ceo-policy-box .right {
    text-align: right;
}

.ceo-policy-box .ceo-sign {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 700;
    line-height: 1.778em;
}

/*qhse//*/

/*R&D*/

.r_d {
    margin-bottom: 10rem;
}

.r_d .title {
    margin-bottom: 5rem;
}

.r_d .title .tit {
    margin-bottom: 2rem;
}

.r_d  .title .sub-txt {
    font-size: 1.8rem;
}

.r_d .f-box {
    gap: 3rem;
}

.r_d2 .title {
    margin-bottom: 5rem;
    text-align: center;
}


.r_d2 .title .tit {
    margin-bottom: 2rem;
}

.r_d2 .title .sub-txt{
    font-size: 1.8rem;
}

.r_d2 .img-box {
    background: url(../img/rd_img.jpg) no-repeat;
    padding-top: 12rem;
}

.r_d2 .img-box h3 {
    font-size: 5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 9rem;
}

.r_d2 .img-box .cra_cont {
    display: flex;
    gap: 3rem;
    margin: 0 15rem;
    align-items: flex-start;
}

.r_d2 .img-box .cra_cont li {
    background-color: #fff;
    text-align: center;
    padding: 7.2rem 2.8rem;
    box-shadow: 0px 5px 12px rgba(26, 61, 124, 0.15);
    width: 25%;
}

.r_d2 .img-box .cra_cont li:nth-child(even) {
    margin-top: 4rem;
}

.r_d2 .img-box .cra_cont li span {
    color: #1A3D7C;
    font-weight: 700;    
}

.r_d2 .img-box .cra_cont li h6 {
    font-size: 2rem;
    font-weight: 700; 
    margin: 0.8rem 0 3.2rem;  
}

.r_d2 .img-box .cra_cont li p {
    color: #666;
}


/*news*/
.notice .title {
    text-align: center;
    margin-bottom: 8rem;
}

.notice .n-list {
    width: 100%;
    border-top: 2px solid #222;
    transition: all 0.4s;
}

.notice .n-list li:hover {
    background-color: rgba(26, 60, 124, 0.034);
}

.notice .n-list li {
    border-bottom: 1px solid #ddd;
    transition: all 0.4s;
}

.notice .n-list:hover li {
    /* border-bottom: 1px solid var(--main-color); */
}

.notice .n-list li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
}

.notice .n-list li > a .txt-wrap .title {
    transition: all 0.4s;
}

.notice .n-list li > a .img-wrap {
    flex-basis: 18%;
    max-width: 18%;
    position: relative;
}

.notice .n-list li > a .img-wrap .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.5s;
    opacity: 0;
}
.notice .n-list li > a:hover .img-wrap .hover-img {
    opacity: 1;
}
.notice .n-list li > a .img-wrap .hover-img > img {
    width: 5.5rem;
    transition: all 0.5s;
}
.notice .n-list li > a:hover .img-wrap .hover-img > img {
    transform: rotate(180deg);
}

.notice .n-list li > a .img-wrap .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.notice .n-list li > a .img-wrap .img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.notice .n-list li > a .txt-wrap {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.notice .n-list li > a .txt-wrap .cate {
    font-size: 1.6rem;
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.notice .n-list li > a .txt-wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: calc(100% - 15rem);
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
}
.notice .n-list li > a .txt-wrap .main_p {
    color: #444;
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 6rem; */
    line-height: 1.4;
    width: 50%;
    font-weight: 300;
}
.notice .n-list li > a .txt-wrap .date {
    /* color: #666; */
    font-size: 1.8rem;
    font-weight: 300;
    width: 100%;
    max-width: 15rem;
    text-align: left;
    line-height: 1.4;
}

/*news//*/

/*view-page*/
.view-page-wrap .sub-visual {
    display: none;
}

.view-page-wrap .breadcrumbs {
    margin-bottom: 1rem;
    display: none;
}

.view-page .top-box {
    text-align: center;
    margin-bottom: 6rem;
}

.view-page .top-box .category {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.view-page .top-box .day {
    font-size: 1.8rem;
    color: var(--color-g-text);
    font-weight: 400;
}

.view-page .tit-info-wrap {
    padding: 2rem;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #eeeeee;
}

.view-page .tit-info-wrap .tit-box {
    margin-bottom: 1.6rem;
}

.view-page .tit-info-wrap .tit-box .tit {
    font-size: 3rem;
}

.view-page .tit-info-wrap .info-box .info {
    margin-right: 2.5rem;
}

/* .view-page .info-box img {
    max-width: 50%;
    margin: auto;
} */

.view-page .tit-info-wrap .info-box .info .txt {
    margin-right: 0.6rem;
}

.view-page .tit-info-wrap .info-box .info .txt span {
    font-weight: 600;
}

.view-page .tit-info-wrap .file-box {
    margin-top: 1rem;
}

.view-page .tit-info-wrap .file-box a {
    gap: 0.6rem;
}

.view-page .tit-info-wrap .file-box img {
    width: 1.4rem;
}

.view-page .list-move-btn {
    margin: 0 auto;
    text-align: center;
}

.view-page .btn-box {
    border: 1px solid #1A3D7C;
}

.view-page .btn-box a {
    color: #1A3D7C;
    padding: 14px 33px;
}
.view-page .btn-box:hover {
    background-color: #1A3D7C;
}

/* .view-page .list-move-btn .btn-box {
  background-color: #161616;
}

.view-page .list-move-btn .btn-box .txt,
.view-page .list-move-btn .btn-box span {
  color: #ffffff;
} */

.view-page .attachment {
    background-color: #f9f9f9;
}

.view-page .attachment .bbs-file-list {
    padding: 1rem 2rem;
    border-bottom: 1px solid #eeeeee;
}

.view-page .attachment .bbs-file-list {
    gap: 1.4rem;
}

.view-page .attachment .bbs-file-list dt {
    font-weight: 600;
}

.view-page .attachment .bbs-file-list dd {
    color: #464646;
}

.view-page .ckeditor_area {
    margin-top: 6rem;
}

/*page-btn*/

.prev-next-list-wrap {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.prev-next-box .page-btn {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-next-box .page-btn:nth-child(even) {
    border-top: 0;
}

.prev-next-box .page-btn a {
    padding: 2rem;
    align-items: center;
}

.prev-next-box .page-btn .txt {
    width: 10rem;
}

.prev-next-box .page-btn .info {
    width: calc(100% - 10rem);
    color: var(--color-text3);
}

.prev-next-box .page-btn a:hover .info {
    color: var(--color-text2);
}

.prev-next-list-wrap .list-box {
    text-align: center;
    margin-top: 4rem;
}
/*page-btn//*/
/*view-page//*/

/*inquiry*/
.inquiry .title .tit {
    margin-bottom: 2rem;
}

.inquiry .title .sub-txt {
    font-size: 1.8rem;
}

/* .inquiry .f-box {
    gap: 90px;
    justify-content: space-between;
    align-items: flex-start;
} */

.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 5rem;
}

.contact-info li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.contact-info li:last-child {
  border-bottom: none;
}

.contact-info .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-info .email {
  background-image: url(../img/email-icon.svg);
}
.contact-info .tel {
  background-image: url(../img/tel-icon.svg);
}
.contact-info .fax {
  background-image: url(../img/fax-icon.svg);
}

.contact-info strong {
    margin-right: 10px;
    font-weight: bold;
    font-size: 2rem;
    width: 13rem;
}

.contact-info a {
    color: #163b71;
    font-weight: bold;
    text-decoration: none;
    font-size: 2rem;
    flex: 1;
    text-decoration: underline;
}

.contact-info a:hover {
     text-decoration: underline;
}
/*inquiry//*/


/* 주요실적 */
.referencesheildeck .item-list {
    width: 100%;
    background-color: #fff !important;
    padding: 0 !important;
    gap: 2rem;
}
.referencesheildeck .pd-title {
    width: 100% !important;
}

.referencesheildeck .con-box {
    flex-wrap: wrap !important;
}

.pd-list .pd-menu-wrap.references-tab {
    position: revert !important;
}

.pd-list .references-tab .pd-menu .list {
    display: flex !important;
}

.pd-list .pd-menu-wrap.references-tab {
    width: 100%;
}

.pd-menu-wrap.references-tab {
  margin: 24px 0;
}


.pd-menu-wrap.references-tab .pd-menu {
  position: relative;
  background: #f9f9f9;       
  padding: 0;
  overflow: hidden;
}

.pd-menu-wrap.references-tab .pd-menu .list {
  display: flex;
  align-items: center;
  gap: 56px;                  
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;         
  -ms-overflow-style: none;  
  scrollbar-width: none;
  justify-content: center;
  padding: 1.5rem;  
}
.pd-menu-wrap.references-tab .pd-menu .list::-webkit-scrollbar { 
    display: none; 
}

.pd-menu-wrap.references-tab .menu {
    height: auto !important;
}
.pd-menu-wrap.references-tab .menu > a {
  display: block;
  padding: 18px 25px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #111;               
  border-radius: 9999px;     
  transition: background .25s ease, color .25s ease, transform .2s ease;
  user-select: none;
}

.pd-menu-wrap.references-tab .menu > a:hover {
  color: #1A3D7C;         
}

.pd-menu-wrap.references-tab .menu.active > a,
.pd-menu-wrap.references-tab .menu.on > a {
  background: #1A3D7C;        
  color: #fff;
}

.pd-menu-wrap.references-tab .menu > a:focus-visible {
  background: rgba(30,58,138,.08);
  border-radius: 9999px;
}

.pd-menu-wrap.references-tab .pd-on-move { 
    pointer-events: none; 
}
.pd-menu-wrap.references-tab .pd-on-move > span { 
    display: none; 
}

.pd-menu-wrap.references-tab {
    margin: 0;
}

.rh-top-title {
    justify-content: space-between;
}

.rh-top-title .tit {
    font-size: 3rem;
    margin-bottom: 4rem;
}

.veiw-box .btn-box a {
    border: 1px solid #1A3D7C;
    padding: 14px 33px;
    border-radius: 99px;
    font-size: 16px;
    color: #1A3D7C;
}


.veiw-box .btn-box a .f-box {
    gap: 2.5rem;
    align-items: center;
}

.veiw-box .btn-box a:hover {
    background-color: #1A3D7C;
}

.table-wrap {
    width: 100%;
}
.table-wrap thead tr th {
    border-top: 1px solid #000;
    padding: 2rem 1rem;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.table-wrap tbody tr td {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 2rem;
    font-size: 15px;
    text-align: center;
    height: 7rem;
}
.table-wrap tbody tr td p {
    font-size: 15px;
}

.table-wrap tbody tr:hover {
    background-color: rgba(26, 60, 124, 0.034);
}

.table-wrap tbody tr td.al {
    text-align: left;
}

/*모바일 드롭다운*/
.mobile-dropdown-toggle,
.pd-toggle-btn {
    display: none;
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    background-color: #00000040;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    z-index: 10;
}

.mobile-dropdown-toggle::after,
.pd-toggle-btn::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.open::after {
    transform: rotate(225deg);
}
/*모바일 드롭다운//*/



.e_big {
    font-size: 13rem;
    color: #fff;
    line-height: 0.7;
    font-weight: 900;
    padding-top: 8rem;
}
.ceo h4.tit {
    font-size: 6rem;
    margin: 0 7.5rem;
}
.ceo h4.tit::before {
    content: '';
    background: url(../img/apostrophe.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    width: 4rem;
    height: 3rem;
    position: absolute;
    left: 20px;
}
.ceo h4.tit::after {
    content: '';
    background: url(../img/apostrophe.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    width: 4rem;
    height: 3rem;
    position: absolute;
    margin-left: 15px;
    transform: scaleX(-1);
}
.align_center {
    text-align: center;
}
.sm_txt {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
}
.sm_txt::before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    right: -17px;
    bottom: 10px;
}
.btm_50 {
    margin-bottom: 5rem;
}

/* 비전 */

.ideology-content {
    position: relative;
    padding: 18rem 0 7rem 0;
    margin-top: 10rem;
}
.schema-bg img {
    width: auto;
}
.policy-list .img-box img {
    width: auto;
}

.ideology-content .schema-bg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ideology-content .schema-bg img {
    max-width: 100%;
}

.ideology-content .policy-list-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ideology-content .policy-list-box .policy-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ideology-content .policy-list-box .policy-list .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.5rem;
    height: 16.5rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dbe7ee;
    box-shadow: 0px 39px 65px 0 rgba(0, 0, 0, 0.11)
}

.ideology-content .policy-list-box .policy-list:first-child {
    width: 100%;
    flex-direction: column;
    text-align: center;
    top: -210px;
}

.ideology-content .policy-list-box .policy-list:nth-child(2) {
    width: 50%;
    left: -15rem;
    text-align: right;
}

.ideology-content .policy-list-box .policy-list:last-child {
    width: 50%;
    flex-direction: row-reverse;
    left: 8rem;
}

.ideology-content .policy-list-box .policy-list:first-child .img-box {
    margin-top: 4rem;
}

.ideology-content .policy-list-box .policy-list:nth-child(2) .img-box {
    margin-left: 4rem;
}

.ideology-content .policy-list-box .policy-list:last-child .img-box {
    margin-right: 4rem;
}

.ideology-content .policy-list-tit {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #111;
    padding-bottom: 1.5rem;
}

.ideology-content .policy-list-tit strong {
    color: #11488d;
}

.ideology-content .policy-list-txt {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 1.75em;
    color: #555;
}

.ideology-content .policy-list-txt.font-18 {
    font-size: 1.8rem;
}

.ideology-content .policy-bt-txt-box {
    text-align: center;
    position: relative;
    top: 17rem;
}

.mission_con {
    display: flex;
    gap: 3rem;
    padding-top: 5rem;
}
.mission_con > div {
    width: 33.3333%;
    border-radius: 3rem;
    background: #f5f5f5;
    padding: 10px;
}
.mission_con > div img {
    border-radius: 30px;
}
.mission_con .mission_txt {
    padding: 20px 10px;
    letter-spacing: -1px;
}
.mission_txt h4 {
    font-size: 3rem;
    font-weight: 700;
}
.mission_txt p:nth-child(2) {
    font-size: 18px;
    color: #7D7D7D;
    font-weight: 500;
}
.mission_txt p:last-child {
    font-size: 17px;
    margin-top: 2rem;
}
.vision_mission_wrap > div:last-child {
    margin-top: 10rem;
}

.title .tit span.tit_s_txt {
    display: block;
    font-size: 2.2rem;
    letter-spacing: -1px;
    color: #777;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Pretendard';
}

.process_con > div {
    display: flex;
    padding-bottom: 10rem;
}
.process_con > div:last-child {
    padding-bottom: 0;
}
/* .process_con > div:first-child {
    padding-bottom: 10rem;
} */
.process_con > div .left {
    width: 480px;
}
.process_con > div .process_detail {
    width: calc(100% - 480px);
}
.step_line {
    position: relative;
    height: 95%;
    padding-left: 15rem;
    margin-top: 5rem
}
.step_wrap {
    position: sticky;
    left: 0;
    top: 100px;
}
.step_dot {
    margin-bottom: 5rem;
    padding-left: 3rem;
    position: relative;
}
.step_dot::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #888;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.step_dot.active::before {
    border: 2px solid #1549AB;
}
.step_dot::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.step_dot.active::after {
    background: #1549AB;
}
.step_dot span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #888;
}
.step_dot.active span {
    color: #1549AB;
}
.step_paging {
    position: relative;
}
.step_paging::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    width: 1px;
    height: 95%;
    background: #888;
}
.process_step_con {
    margin-top: 8rem;
}
.process_step_con > div:not(:first-child) {
    padding-top: 10rem;
}
.process_step_con div h4 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.process_step_con div h4 span {
    font-size: 2rem;
    color: #888;
    font-weight: 500;
}
.step_img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 2rem;
}
.step_img_box img {
    width: 100%;
    height: auto;
    max-width: calc((100% - 30px) / 3);
    flex: 1 1 auto;
    object-fit: contain;
}
.step_txt_detail > p {
    margin: 2rem 0 1rem;
}
.step_txt_detail p {
    font-size: 20px;
    letter-spacing: -1px;
}
.step_txt_detail ul {
    padding-left: 10px;
}
.step_txt_detail ul li {
    display: flex;
    gap: 13px;
}
.step_txt_detail ul li span {
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
    margin-top: 12px;
}
.step_txt_detail ul li p {
    width: calc(100% - 4px);
}
.step_con05 .step_txt_detail ul li.pd {
    padding-left: 20px;
}

.sub-content .newsroom_list {
    flex-wrap: wrap;
}
.sub-content .newsroom_list > div {
    background: #f5f5f5;
    width: calc(100% / 4 - 2.3rem);
}



.products_con_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.products_con_list > div {
    width: calc(50% - 2rem);
    transition: all 0.3s ease;
    margin-bottom: 7rem;
}
.products_con_list > div > a {
    background: #F5F5F5;
    border-radius: 20px;
    position: relative;
    padding: 8rem 5rem;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}
.products_con_list a img {
    width: auto;
    position: absolute;
    bottom: -35px;
    right: 0;
}
.products_list_txt {
    letter-spacing: -1px;
    margin-bottom: 2rem;
}
.products_list_txt h4 {
    font-size: 3.4rem;
    line-height: 1.2;
}
.products_list_txt p:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 20px;
}
.products_list_txt p:last-child {
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 500;
}
.products_con_list > div:hover > a {
    background: #1549AB;
}
.products_con_list > div:hover > a .products_list_txt {
    color: #fff;
}
.products_con_list > div:hover > a .products_list_txt p:last-child {
    color: rgba(255,255,255,0.5);
}
.products_con_list > div:hover > a .more_btn_st {
    background: #fff;
}
.products_con_list > div:hover > a .more_btn_st i {
    color: #1549AB;
}
.products_list_btn {
    border: 2px solid #1549AB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    color: #1549AB;
    font-weight: 700;
    width: 12rem;
    height: 12rem;
}
.products_list_btn i {
    font-size: 20px;
}
.products_list_btn:hover {
    background: var(--main-color);
    color: #fff;
}

.products_con_top {
    background: #f9f9f9;
    padding: 8rem 0;
}
.products_con_top_detail {
    padding-top: 2rem;
}
.products_con_top_detail > div {
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.products_con_top_detail > div > div {
    max-width: 86px;
    background: #1549AB;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    padding: 2px 0;
    margin-bottom: 5px;
}
.products_con_top_detail > div > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}
.box_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products_con_btm {
    padding-top: 10rem;
}
.products_con_btm_con {
    display: flex;
}
.products_con_btm_left {
    width: 40rem;
}
.products_con_btm_left p {
    font-size: 3.5rem;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 1.2;
}
.products_con_btm_left p span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.products_con_btm_right {
    width: calc(100% - 40rem);
}
.products_con_btm_right div img {
    width: auto;
    max-width: 100%;
}
.products_con_btm_right .box_flex {
    align-items: baseline;
}
.products_con_btm_right .box_flex div:first-child {
    width: 24px;
    height: 24px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_con_btm_right .box_flex div:last-child {
    width: calc(100% - 24px);
    padding-left: 13px;
    letter-spacing: -1px;
}
.products_con_btm_right_txt p:first-child {
    font-size: 20px;
    font-weight: 600;
}
.products_con_btm_right_txt p {
    font-size: 16px;
    font-weight: 500;
}

.products_con_btm .products_con_btm_con:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
}
.products_con_btm2 .products_con_btm_con {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10rem;
}
.products_con_btm2 .products_con_btm_con .products_con_btm_right > div:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
}
.products_con_btm .products_con_btm_right div img {
    margin-bottom: 5rem;
}
.eyelid_flex {
    display: flex;
    gap: 15rem;
    flex-wrap: wrap;
}
.products_con_btm_right_line {
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.products_con_btm_right_line:last-child {
    margin-bottom: 0;
}
.products_con_btm_right_line > span {
    background: var(--main-color);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    width: 50px;
    text-align: center;
    padding: 0.8px 0;
    letter-spacing: -1px;
    font-weight: 500;
}
.products_con_btm_right_line > p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}
.products_con_btm_right_line > p > span {
    font-size: 16px;
    margin-left: 15px;
    font-weight: 500;
}
.products_con_btm_right_line.active {
    background: var(--main-color);
    color: #fff;
}
.products_con_btm_right_line.active > span {
    background: #fff;
    color: var(--main-color);
    font-weight: 600;
}
.eyelid_flex2 {
    gap: 20px;
}
.eyelid_flex2 .box_flex {
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    width: calc(33.3333% - 13.4px);
}
.products_con_btm .products_con_btm_right .eyelid_flex2 .box_flex img {
    margin-bottom: 0;
}
.eyelid_flex2 .box_flex .products_con_btm_right_txt p:last-child {
    color: #555;
}

.toothpaste_con > div:not(:last-child) {
    margin-bottom: 20px;
}
.toothpaste_flex {
    display: flex;
    gap: 3rem;
}
.toothpaste_flex > div {
    width: calc(33.3333% - 2rem);
}
.products_con_btm .products_con_btm_right .toothpaste_flex div img {
    margin-bottom: 20px;
}

.products_all_wrap2 .sub-content {
    padding: 0 0 20rem;
}
.hand_clear_tab {
    display: flex;
    padding-top: 5rem;
}
.hand_clear_tab > div {
    width: 30rem;
    text-align: center;
    padding: 10px 0;
    color: #777;
    background: #f9f9f9;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    letter-spacing: -1px;
    font-size: 17px;
    font-weight: 500;
}
.hand_clear_tab > div.on {
    background: var(--main-color);
    color: #fff;
}

.products_con_top_right {
    padding-right: 10rem;
}

.hand_clear_con > div {
  display: none;
}
.hand_clear_con > div:first-child {
  display: block;
}

.inquiry .con-box {
    gap: 10rem;
}

.inquiry .con-box > div {
    width: 50%;
}

.inquiry .con-box .info-box {
    margin-top: 4rem;
}

.inquiry .mail-box {
    margin-top: 3rem;
}

.inquiry .mail-box .tit {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.inquiry .mail-box .info {
    align-items: center;
    gap: 1rem;
}

.inquiry .mail-box .info .txt {
    font-size: 1.8rem;
    color: #4d4d4d;
}

.inquiry .mail-box .info img {
    /* max-height: 2.6rem; */
    width: auto;
}

.inquiry .form-box-wrap .list-wrap {
    flex-direction: column;
    gap: 1.2rem;
}

.inquiry .form-box-wrap .notification {
    text-align: right;
    margin-bottom: 1rem;
}

.inquiry .form-box-wrap .notification .txt {
    font-size: 1.6rem;
}

.inquiry .form-box-wrap .notification .txt span {
    color: var(--main-color);
}

.inquiry .form-box-wrap .form-box {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 1rem 2rem;
    width: 100%;
    min-height: 6rem;
}

.inquiry .form-box-wrap .info-box > .f-box {
    gap: 2rem;
    flex-wrap: wrap;
}

.inquiry .form-box-wrap .f-box {
    align-items: center;
}

.inquiry .form-box-wrap .f-box.f-start {
    align-items: flex-start;
}

.inquiry .form-box-wrap .f-box.h-auto {
    height: auto;
}

.inquiry .form-box-wrap .form-box .l-box {
    min-width: 10rem;
}

.inquiry .form-box-wrap .form-box .r-box {
    width: calc(100% - 10rem);
}

.inquiry .form-box-wrap .form-box .l-box .txt {
    font-size: 1.6rem;
    font-weight: 500;
}

.inquiry .form-box-wrap .form-box .l-box .essential span {
    color: var(--main-color);
}

.inquiry .form-box-wrap .form-box .r-box input,
.inquiry .form-box-wrap .form-box .r-box textarea {
    width: 100%;
    border: none;
}

.inquiry .form-box-wrap .form-box .r-box textarea {
    height: 12rem;
    resize: vertical;
}

.inquiry .form-box-wrap .nice-select.open .list {
    width: 100%;
}

/* .inquiry .form-box-wrap .nice-select {
    line-height: inherit;
} */

.inquiry .form-box-wrap .nice-select .current {
    font-size: 1.6rem;
    font-weight: 500;
}

.inquiry .form-box-wrap .agree-btn-wrap {
    margin-top: 1.2rem;
    justify-content: space-between;
}

.inquiry .agree-check .checkwrap {
    cursor: pointer;
}
.inquiry .agree-check input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.inquiry .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.2rem;
    margin-top: -0.2rem;
}
.inquiry .agree-check .checkwrap > input[type="checkbox"] {
    margin: 0;
}

.inquiry .agree-check .checkwrap > p {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.inquiry .agree-check .checkwrap {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.inquiry .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.6rem;
    margin-top: -0.2rem;
    color: #d3d3d3;
}
.inquiry .agree-check .checkwrap > input[type='checkbox'] {
    margin: 0;
}
.inquiry .agree-check .checkwrap > input[type='checkbox']:checked + .material-icons {
    color: var(--main-color);
}
.inquiry .agree-check .checkwrap > p {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0.5rem;
    color: #6E6E6E;
}

.inquiry .btn-box {
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
}
.inquiry .btn-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.2rem 2.4rem;
    cursor: pointer;
}
.inquiry .btn-box a .btn-txt {
    font-size: 1.8rem;
    font-weight: 500;
}

.inquiry .btn-box .btn-txt,
.inquiry .btn-box span {
    color: #ffffff;
}

.inquiry .privacy-policy {
    width: 100%;
    background: #ffffff;
    color: #222;
    padding: 1rem 2rem;
    margin-top: 1.2rem;
    border: 1px solid #eeeeee;
}
.inquiry .privacy-policy .a-txt > h4 {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #888;
    padding-bottom: 1.5rem;
}

.inquiry .privacy-policy .a-txt .txt-wrap {
    margin: 2rem 0;
    overflow-y: scroll;
    height: 10rem;
}
.inquiry .privacy-policy .a-txt .txt-wrap .txt-box .tit {
    font-size: 1.4rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}
.inquiry .privacy-policy .a-txt .txt-wrap .txt-box .sub {
    font-size: 1.4rem;
    opacity: 0.4;
}
.inquiry .privacy-policy .a-txt .txt-wrap .txt-box + .txt-box {
    margin-top: 3rem;
}


.qna_btn {
    text-align: right;
    margin-top: 30px;
}
.qna_write.inquiry .con-box > div {
    width: 100%;
}

.qna_write.inquiry .form-box-wrap .agree-btn-wrap {
    justify-content: end;
}

.secret_box label {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.secret_box label span {
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secret_box label span i {
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
}
.secret_box input:checked + label span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.file_box input[type=file] {
    font-size: 16px;
    color: #555;
    width: 100%;
}
.file_box input[type=file]::file-selector-button {
    width: 80px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: -1px;
    padding: 5px 0;
    color: #999;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.file_box input[type=file]::file-selector-button:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}


.img_shadow_box {
    position: relative;
    min-height: 25rem;
}
.img_shadow_box .img_shadow {
    max-height: none;
    right: -60px;
    bottom: 0;
    z-index: -1;
}
.products_con_list a img.toothpaste_img {
    right: 60px;
}
.products_con_list a img.img_shadow {
    right: -5px;
    z-index: -1;
}


.certi_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
}
.certi_tab > div {
    letter-spacing: -1px;
    max-width: 20rem;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding: 2rem 0;
    border-right: 1px solid #e5e5e5;
    color: #666;
    cursor: pointer;
}
.certi_tab > div:first-child {
    border-radius: 5px 0 0 5px;
}
.certi_tab > div:last-child {
    border: 0;
    border-radius: 0 5px 5px 0;
}
.certi_tab > div.on {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
}


.production_top_img img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.production_new_con .table-wrap tbody tr:hover {
    background-color: transparent;
}
.production_new_con .table-wrap img {
    width: auto;
    display: inline-block;
    margin: 10px;
}

.t_bg {
    background: #f9f9f9;
}

.vision_bg_en {
    display: none;
}

.press_view .sub-content {
    padding: 20rem 0 20rem;
}

#file_loading_upload_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #fff !important;
}
.note-editor.note-frame .note-editing-area .note-editable {
    font-size: 1.5rem !important;
}
.note-editor.note-frame {
    border-color: transparent !important;
}
.note-editor.note-frame .note-statusbar {
    display: none !important;
}
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #000;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.cm_comment .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #000;
    word-wrap: break-word;
    background-color: #fff;
    margin-bottom: 1rem;
    border: none !important;
}

.cm_comment.cm_comment--user {
    border-radius: 10px;
    padding: 4rem 3rem;
    margin-bottom: 1.2rem;
    background: #f9f9f9;
}

.cm_comment .user-box {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
}

.cm_comment__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.6rem;
    width: 5rem;
}

.cm_comment__body {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    width: calc(100% - 7rem);
}

.cm_comment__author {
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 1rem;
}

.cm_comment__time {
    font-size: 1.4rem;
    color: #666666;
}

.cm_comment.cm_comment--admin {
    display: flex;
    gap: 2rem;
    border-radius: 10px;
    padding: 1.8rem 1.5rem;
    margin-bottom: 3rem;
    margin-left: 7rem;
    background: #ffffff;
}

.cm_comment--admin .note-editor.note-frame .note-editing-area .note-editable {
    padding: 0;
    border-bottom: 1px solid #eeeeee !important;
    border-radius: 0;
}

.cm_comment--admin .cm_comment__author {
    color: #0053a0;
}
.report-info {
    width: 100%;
    height: auto;
    border-top: 3px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
}

.report-info .content {
    display: flex;
    flex-wrap: wrap;
}

.report-info .content dd,
.report-info .content dt {
    font-size: 1.6rem;
}

.report-info .content dl {
    display: flex;
    gap: 1rem;
    padding: 1.8rem 0;
    border-bottom: 1px solid #ddd;
}

.report-info .content dt {
    min-width: 15rem;
    font-weight: 700;
    padding-left: 3rem;
}

.report-info .content dd {
    /* font-weight: 200; */
    color: #666666;
    width: calc(100% - 16rem);
    padding-right: 3rem;
}

.report-info .content textarea {
    font-size: 1.6rem;
    border-style: none;
    width: 100%;
    min-height: 20rem;
    color: #666666;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}

.comments-wrap {
    margin-bottom: 4rem;
    border-bottom: 1px solid #ddd;
}

.comments.admin {
    background-color: #6496C410;
}

.comments.user {
    background-color: #ffffff;
}

.comments .wrap {
    padding: 3rem;
}

.comments .wrap .con-box {
    display: flex;
    flex-wrap: wrap;
}

.comments .wrap .con-box .tit {
    font-size: 1.6rem;
    font-weight: 700;
}

.comments .wrap .con-box .date {
    font-size: 1.4rem;
    color: #666666;
    font-weight: 200;
}

.comments .wrap .con-box dt {
    width: 20rem;
}

.comments .wrap .con-box dd {
    width: calc(100% - 20rem);
}

.comments .wrap .con-box textarea {
    font-size: 1.6rem;
    border-style: none;
    width: 100%;
    height: auto;
    color: #666666;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.comments .wrap .con-box .btn-box {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.comments .wrap .con-box button {
    font-size: 1.4rem;
    padding: 0;
    color: #222;
}

#answer .btn-box {
    display: flex;
    justify-content: flex-end;
}

#answer .btn.submit {
    font-size: 1.6rem;
    padding: 1rem 4.5rem;
    border: 1px solid #dddddd;
    text-align: center;
    margin-bottom: 2rem;
    cursor: pointer;
}

#answer .btn.submit:hover {
    background-color: #161616;
    color: #ffffff;
}
.f-50 {
    width: 50%;
}
.f-100 {
    width: 100%;
}

.i-form .btn-box {
    background-color: transparent;
    border: 0;
}
.i-form .con-box {
    gap: 0;
}

.qna_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1%;
}
.qna_btn_wrap .submit {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    border-radius: 1rem;
    font-size: 1.6rem;
    text-align: center;
    padding: 1.5rem 6rem;
    cursor: pointer;
}
.qna_btn_wrap .submit.btn_f1 {
    flex: 1;
    padding: 10px 0;
}

.map_en {
    display: none;
}

.sub-content {
  padding: 10rem 0 0;
}
.sub_con_txtbox > span {
    display: block;
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: 100;
    font-family: "Russo One", sans-serif;
}
.main_color {
    color: var(--main-color);
}
.sub_con_txtbox h4 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 10px;
}
.sub_con_txtbox p {
    font-size: 2rem;
    color: #777;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin-top: 2rem;
}
.sub_con_txtbox p.greeting_top_txt {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 3rem;
}

.greeting_left {
    width: 50%;
}
.greeting_left > .greeting_right {
    display: none;
}
.greeting_right {
    width: 50%;
    max-width: 50.6rem;
    margin: 0 auto;
    position: relative;
}
.greeting_right div {
    position: sticky;
    top: 0;
}
.greeting_right img {
    width: auto;
    max-width: 100%;
    box-shadow: 47px 47px 73px 0px rgba(4, 0, 0, 0.12);
}
.greeting_right p {
    text-align: right;
    padding-top: 2rem;
    font-size: 2rem;
    letter-spacing: -0.5px;
}
.greeting_right p span {
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 5px;
}

.c_tab_box01 {
    position: relative;
    padding-bottom: 10rem;
}
.c_tab_box01::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1860px;
    width: 100%;
    height: 46rem;
    background: #f5f5f5;
    z-index: -1;
    border-radius: 50rem 0 0 50rem;
    transform: translateX(100%);
    animation: bg_ani 0.7s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes bg_ani {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
.greeting_all_wrap {
    padding-top: 10rem;
}
.greeting_detail {
    color: #555;
    letter-spacing: -0.5px;
    margin-top: 13rem;
}
.greeting_detail span {
    font-weight: 600;
}

.c_tab_box02 {
    padding: 10rem 0 30rem;
    overflow: hidden;
}
.gray_bg {
    background: #f9f9f9;
}

.mission_all_wrap .sub_con_txtbox {
    text-align: center;
}
.mission_box {
    position: relative;
    margin-top: 4.5rem;
}
.mission_count img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.mission_point {
    position: absolute;
    width: 34.3%;
}
.mission_point::before {
    content: '';
    position: absolute;
    border: 1px dashed #D2D2D2;
    width: 50%;
    z-index: -1;
}
.mission_point_detail {
    display: inline-block;
    background: #f9f9f9;
    width: 40rem;
    max-width: 37rem;
}
.point_circle {
    content: '';
    position: absolute;
    background: rgba(0, 66, 142, 0.15);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_circle::before {
    content: '';
    background: #00428E;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.mission_point h6 {
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}
.mission_point h6::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 10px;
    background: rgba(0, 66, 142, 0.2);
}
.mission_point p {
    color: #646464;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin-top: 5px;
}
.mission_point01 {
    top: 50%;
    transform: translateY(-50%);
    /* opacity: 0; */
}
.mission_point01::before {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.mission_point01 .point_circle {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mission_point02 {
    text-align: center;
    bottom: -31%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 9.5rem;
    /* opacity: 0; */
}
.mission_point02::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: 80px;
    width: 30%;
}
.mission_point02 .point_circle {
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.mission_point03 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: right;
    /* opacity: 0; */
}
.mission_point03::before {
    left: 20px;
    top: 50%;
}
.mission_point03 .point_circle {
    top: 50%;
    transform: translateY(-50%);
}
.mission_point03 .mission_point_detail {
    text-align: left;
    padding-left: 20px;
}
.mission_point01 .mission_point_detail {
    text-align: right;
    padding-right: 20px;
}
.mission_point h6 {

}





.count_zero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
}
.count_zero span {
    font-size: 10rem;
    font-family: "Audiowide", sans-serif;
}

.certi .c-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.certi .c-list > li {
    width: 23.5%;
    margin: 0 1rem 3rem;
}

.certi .c-list > li > a .img-wrap {
    position: relative;
    background: #fafafa;
    padding-top: 110%;
}
.certi .c-list > li > a .img-wrap .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.5s;
    opacity: 0;
    background: var(--grd-color);
    border-radius: 100%;
}
.certi .c-list > li > a:hover .img-wrap .hover-img {
    opacity: 1;
}
.certi .c-list > li > a .img-wrap .hover-img > img {
    width: 4rem;
    padding: 1.2rem;
}
.certi .c-list > li > a:hover > .img-wrap > .hover-img > img {
    transform: rotate(360deg);
}
.certi .c-list > li > a .img-wrap .img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem;
}
.certi .c-list > li > a .img-wrap .img > img {
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 100%;
    position: relative;
    background-color: #D8BF6D;
    padding: 5px;
}

.certi .c-list > li > a .img-wrap .img > img::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1rem solid #D8BF6D;
    z-index: 1;
}

.certi .c-list > li > a .txt {
    text-align: center;
    margin-top: 2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.6em;
    line-height: 1.4;
}

.txt_ct {
    text-align: center;
}
.c_tab_box03 .sub_con_txtbox, .c_tab_box06 .sub_con_txtbox {
    padding-bottom: 7rem;
}
.c_tab_box03, .c_tab_box05 {
    padding: 13rem 0;
}

.c_tab_box04, .c_tab_box06 {
    padding: 10rem 0 15rem;
}
.c_tab_box08 {
    padding: 10rem 0;
}
.pr_video_con {
    padding-top: 7rem;
}

.c_tab_box07 {
    background: url(../img/sub_business_field_bg.jpg) no-repeat;
    background-size: cover;
    padding: 10rem 0 15rem;
}
.field_con ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 8rem;
}

.field_con ul li {
    width: 40rem;
}

.field_con ul li a {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 12rem;
    overflow: hidden;
    transition: all 0.4s;
}

.field_con ul li a h5 {
    font-size: 3rem;
    color: #222;
    line-height: 1.4;
}

.field_con ul li a .img_wrap {
    width: auto;
    align-self: flex-end;
    position: relative;
}

.field_con ul li a .img_wrap::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8rem;
    aspect-ratio: 1;
    background-color: #666;
    z-index: 1;
    transform: translate(-40%, -40%) rotate(45deg);
    opacity: 0.1;
    border-radius: 10px;
}

.field_con ul li a .img_wrap img {
    position: relative;
    z-index: 2;
}


.field_con ul li a:hover {
    background-color: #00428E;
    border: 1px solid #00428E;
}

.field_con ul li a:hover .img_wrap::before {
    background-color: #00326B;
    opacity: 1;
}

.field_con ul li a:hover .img_wrap img {
    filter: brightness(20);
}

.field_con ul li a:hover h5 {
    color: #fff;
}

.field_con ul li a .btn-simple {
    color: #fff;
    margin-top: 10px;
}
.field_con ul li:hover a .btn-simple {
    opacity: 1;
}

.solutions .sub_content_wrap {
    position: relative;
}
.solutions .sub_content_wrap::before {
    content: '';
    background: url(../img/solutions_top_bg.png) no-repeat top center;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 140px;
    z-index: -1;
}
.solutions_info {
    align-items: end;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
    border-bottom: 1px solid #eee;
}
.solutions_info > div {
    width: 50%;
}
.sol_info_img {
    padding-right: 8rem;
}
.sol_info_img img {
    width: auto;
    max-width: 100%;
    border-radius: 20px;
}
.sol_info_txt {
    padding-bottom: 5rem;
}
.sol_info_txt2 {
    padding-bottom: 0;
}
.sol_info_txt h4 {
    font-size: 5rem;
}
.sol_info_txt p {
    font-size: 2rem;
    letter-spacing: -0.8px;
    font-weight: 500;
    color: #111;
    margin-top: 2rem;
}
.solutions_custom {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
    border-bottom: 1px solid #eee;
}
.sol_custom_con {
    margin-top: 5rem;
}
.sol_custom_con > div {
    width: 50%;
}
.custom_detail {
    padding-right: 15px;
}
.sol_custom_con {
    display: flex;
}
.custom_img {
    padding-left: 15px;
    position: relative;
}
.custom_img .img_filter {
    filter: brightness(0.97);
}
.custom_img .custom_img_swiper {
    position: sticky;
    top: 20rem;
    border-radius: 20px;
    overflow: hidden;
}
.custom_img .custom_img_swiper .swiper-slide {
    max-height: 47.3rem;
}
.custom_detail div {
    margin-bottom: 5rem;
}
.custom_detail div:last-child {
    margin-bottom: 0;
}
.custom_detail div p {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
/* .custom_detail div ul li {
    letter-spacing: -0.5px;
    padding-left: 3rem;
    position: relative;
    line-height: 1.8;
}
.custom_detail div ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.custom_detail div ul li.no_point::before {
    background: #fff;
} */
.solutions_feature {
    padding-bottom: 10rem;
}
.solutions_feature > div {
    width: 33.3333%;
    text-align: center;
    padding: 0 2.5rem;
}
.solutions_feature > div img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.solutions_feature > div h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 15px;
}
.solutions_feature > div p {
    color: #555;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.solution_purpose {
    padding: 10rem 0;
}
.purpose_swiper_wrap {
    padding-top: 5rem;
    /* min-height: 71rem; */
}
.purpose_swiper .purpose_top {
    position: relative;
}
.purpose_swiper .purpose_top img {
    border-radius: 30px;
    width: 55%;
    /* transition: all 0.3s ease; */
    filter: brightness(0.7);
}
.purpose_swiper .purpose_top h4 {
    position: absolute;
    bottom: 0;
    left: -1px;
    background: #f9f9f9;
    border-radius: 0 30px 0 0;
    max-width: 57rem;
    width: 100%;
    padding: 25px 10px 0px;
    font-size: 3.5rem;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.purpose_box > p {
    padding-top: 3rem;
    padding-left: 10px;
    color: #555;
    letter-spacing: -0.5px;
    font-size: 2.2rem;
    font-weight: 500;
}
.purpose_swiper .swiper-slide .purpose_top h4,
.purpose_swiper .swiper-slide .purpose_box > p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.purpose_swiper .swiper-slide.swiper-slide-active .purpose_top h4,
.purpose_swiper .swiper-slide.swiper-slide-active .purpose_box > p {
    opacity: 1;
    transform: translateY(0);
}
.purpose_swiper .swiper-slide.swiper-slide-active .purpose_top img {
    width: 100%;
    /* transition: all 0.3s ease; */
    filter: none;
}
.purpose_swiper .swiper-slide.swiper-slide-prev .purpose_top img {
    margin-left: auto;
}
.purpose_swiper .swiper-wrapper {
    align-items: center;
}

.swiper-button .swiper-button-next {
    right: 13%;
    transform: translateY(-50%);
}
.swiper-button .swiper-button-prev {
    left: 13%;
    transform: translateY(-50%);
}
.swiper-button .swiper-button-next.swiper-button-disabled, .swiper-button .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
    width: 6rem;
    height: 6rem;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
}
.swiper-button .swiper-button-next::after, .swiper-button .swiper-button-prev::after {
    font-size: 2.5rem;
    font-weight: 700;
    color: #555;
}
.solutions_wrap .field_con ul {
    gap: 5rem;
}


.facility_top {
    text-align: center;
    color: #fff;
    background: url(../img/production_top_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 20rem 10px;
}
.facility_top h2 {
    font-size: 7rem;
    font-weight: 100;
    font-family: "Russo One", sans-serif;
}
.facility_top p {
    font-size: 2.2rem;
    line-height: 1.4;
}
.facility_con .gray_bg {
    padding: 10rem;
}
.facility_left {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    width: 40rem;
}
.facility_right {
    width: calc(100% - 40rem);
}
.facility_flex {
    flex-wrap: wrap;
    gap: 15px;
}
.facility_flex > div {
    width: calc(50% - 7.5px);
    background: #fff;
    border-radius: 15px;
    padding: 3rem 4rem;
}
.facility_right div h4 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 2rem;
}
ul.point_ul_box li {
    letter-spacing: -0.5px;
    color: #222;
    display: flex;
    gap: 15px;
    padding-left: 15px;
}
ul.point_ul_box li .point_block {
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
    margin-top: 10px;
}
ul.point_ul_box li .point_txt {
    width: calc(100% - 5px);
}
.facility_box_con {
    padding: 10rem 0;
}
.flow_wrap > div {
    width: 14.2857%;
    text-align: center;
}
.ani_flow {
    background: #f9f9f9;
    padding: 2rem;
    position: relative;
    border-left: 1px solid #E5E5E5;
    max-width: 14.3rem;
    width: 100%;
    height: 15rem;
}
.flow_box:first-child .ani_flow {
    border-left: 0;
    border-radius: 15px 0 0 15px;
}
.flow_box:last-child .ani_flow {
    border-radius: 0 15px 15px 0;
}
.ani_flow img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.flow_box > p {
    color: #555;
    letter-spacing: -0.5px;
    line-height: 1.3;
    padding-top: 2.5rem;
    font-weight: 700;
}
.flow_box.active .ani_flow {
    background: var(--main-color);
    box-shadow: 0px 0px 30px 5px rgba(0, 66, 142, 0.3);
    border-radius: 15px;
    border: 0;
    transition: all 0.4s ease-in-out;
}
.flow_box.active + .flow_box .ani_flow {
    border: 0;
}
.flow_box.active .ani_flow img {
    filter: brightness(5);
}
.flow_box.active > p {
    color: var(--main-color);
}
.ani_flow .flow_arrow {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.11);
}
.ani_flow .flow_arrow i {
    font-size: 14px;
}
.flow_tit {
    font-size: 2rem;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.4;
}
.flow_wrap {
    padding: 5rem 0 10rem;
}
.flow_img_con > div {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 15px;
}
.flow_img_con > div > img {
    border-radius: 15px;
}
.flow_img_con > div > div {
    padding: 3rem;
    min-height: 19.5rem;
}
.flow_img_con > div > div p {
    color: #555;
    letter-spacing: -0.3px;
    font-weight: 500;
}
.facility_top.inspection {
    background: url(../img/Inspection_top_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}


.inspection_con_top {
    background: #fff;
    padding: 10rem;
    border-radius: 30px;
}
.inspection_con_top h4 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 5rem;
}
.inspection_con_top h4 span {
    color: var(--main-color);
}
.equipment_txt_list {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.equipment_txt_list > div {
    padding: 5rem 0;
    display: flex;
}
.equipment_txt_list > div:first-child {
    border-bottom: 1px solid #ddd;
}
.list_tit {
    width: 35rem;
}
.list_tit span {
    font-size: 14px;
    letter-spacing: -0.5px;
    background: var(--main-color);
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 7px;
}
.list_tit p {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.list_detail {
    width: calc(100% - 35rem);
}
.list_detail ul {
    flex-wrap: wrap;
    gap: 1.5rem;
}
.list_detail ul li {
    background: #f5f5f5;
    border-radius: 20px;
    letter-spacing: -0.5px;
    color: #555;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 500;
}
.inspection_con_btm {
    margin-top: 5rem;
    background: #fff;
    border-radius: 30px;
    padding: 10rem 2rem;
}
.inspection_con_btm .flex_box {
    gap: 1rem;
    justify-content: center;
}
.inspection_con_btm div img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.equipment_img {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 80.8rem;
}
.equipment_img > div {
    width: calc(50% - 0.5rem);
}

.location .img-box {
    justify-content: space-between;
    display: flex;
    margin-bottom: 3rem;
    text-align: center;
    gap: 3rem;
}

.location .img-box p {
   background: var(--main-color);
   color: #fff;
   padding: 1rem 0;
   font-size: 1.8rem;
}

.contact_wrap + .inquiry {
    padding: 5rem 0 10rem;
}
.sub_content_wrap .notice, .sub_content_wrap .view-page {
    padding-bottom: 10rem;
}


.custom_img_swiper .swiper-button .swiper-button-next, 
.custom_img_swiper .swiper-button .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    border: 1px solid #111;
    background: #111;
}
.custom_img_swiper .swiper-button .swiper-button-next::after, 
.custom_img_swiper .swiper-button .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
}
.custom_img_swiper .swiper-button .swiper-button-next {
    right: 20px;
}
.custom_img_swiper .swiper-button .swiper-button-prev {
    left: 20px;
}

.inspection_con_add {
    margin-top: 5rem;
}
.inspection_con_add .inspection_con_top {
    background: transparent;
    padding: 0;
}
.inspection_add_box {
    gap: 3rem;
}
.inspection_add_box > div {
    width: 33.333%;
    padding: 5rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 18px 65px 0 rgba(0, 0, 0, 0.09);
}
.inspection_add_box > div span {
    font-family: "Russo One", "Pretendard", sans-serif;
    font-weight: 100;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    color: #888;
}
.inspection_add_box > div h6 {
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--main-color);
    line-height: 1.2;
    margin-bottom: 2rem;
}
.inspection_add_box > div p {
    letter-spacing: -0.5px;
    font-size: 18px;
}
.inspection_add_btn {
    margin-top: 5rem;
}
.inspection_add_btn a {
    margin: 0 auto;
}
.top_line {
    border-top: 1px solid #f1f1f1;
}


.service-top-con {
    text-align: center; 
    padding-bottom: 8rem;
}
.service-top-con .tit {
    font-size: 8rem; 
    font-weight: 700; 
    letter-spacing: -0.025em; 
    color: #000; 
    line-height: 1.2;
}
.service-top-con .sub-tit {
    display: block; 
    font-size: 1.8rem; 
    letter-spacing: -0.025em; 
    color: var(--main-color); 
    line-height: 1.2; 
    padding-top: 0.5rem;
}
.service-top-con .txt {
    font-size: 1.8rem; 
    font-weight: 500; 
    letter-spacing: -0.05em; 
    line-height: 1.77; 
    color: #000; 
    padding-top: 4rem;
}
.service-top-img {
    margin-top: 9rem;
}
.service-top-img img {
    max-width: 100%;
}

.service-con-tit {
    font-size: 4rem; 
    font-weight: 700; 
    letter-spacing: -0.025em; 
    line-height: 1.375; 
    color: #000; 
    text-align: center;
}
.service-con-txt {
    font-size: 1.8rem; 
    font-weight: 500; 
    letter-spacing: -0.05em; 
    color: #000; 
    line-height: 1.77; 
    text-align: center; 
    padding-top: 3rem;
}

.service-point-list > li {
    display: flex; 
    align-items: center; 
    border-bottom: 1px solid #eee; 
    padding: 6rem 0;
}
.service-point-list > li:first-child {
    padding-top: 0;
}
.service-point-list > li:last-child {
    border-bottom: 0;
}
.service-point-list li .icon-box {
    position: relative; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 18rem; 
    height: 18rem; 
    border-radius: 50%; 
    border: 1px solid var(--main-color); 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.service-point-list li .icon-box .icon-circle {
    display: flex; 
    align-items: center;  
    justify-content: center; 
    width: 14rem; 
    height: 14rem; 
    border-radius: 50%; 
    background: var(--main-color); 
    box-shadow: 5px 9px 20px #0000004D;
}
.service-point-list li .icon-box .icon-circle img {
    width: auto;
}
.service-point-list {
    position: relative; 
    z-index: 1;
    padding-top: 5rem;
}
.service-point-list li .txt-box {
    width: calc(100% - 18rem); 
    padding-left:5.6rem; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.service-point-list li .txt-box .num {
    font-size: 1.6rem; 
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
    color: var(--main-color);
}
.service-point-list li .txt-box .tit {
    display: block; 
    font-size: 3rem;
    color: #111; 
    padding: 5px 0 20px;
}
.service-point-list li .txt-box .txt {
    font-size: 1.8rem; 
    font-weight: 500; 
    letter-spacing: -0.05em; 
    color: rgba(0,0,0,0.5); 
    line-height: 1.77; 
    padding-top: 2rem;
}
.service-point-list li .txt-box .sub-txt {
    font-size:1.4rem; 
    font-weight: 500; 
    letter-spacing: -0.05em; 
    color: rgba(0,0,0,0.5); 
    line-height: 1.77; 
    padding-top: 0.5rem;
}

.esg_all_wrap ul.point_ul_box li {
    padding-left: 0;
}
.esg_all_wrap ul.point_ul_box li .point_txt {
    width: 100%;
    color: #666;
}


.mob_mission_all_wrap .mission_box {
    display: flex;
    justify-content: center;
}
.mob_mission_all_wrap .mission_count {
    position: relative;
    width: 50%;
}
.mob_mission_all_wrap .mob_mission_con {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mob_mission_all_wrap .mission_point {
    position: initial;
    transform: none;
    opacity: 1;
    padding-left: 5rem;
    width: 100%;
}
.mob_mission_all_wrap .mission_point01 {
    transform: none;
}
.mob_mission_all_wrap .mission_point01::before {
    left: 40%;
    transform: translateX(-50%);
    top: 12px;
    width: 30%;
}
.mob_mission_all_wrap .mission_point01 .point_circle {
    left: 23.8%;
    top: 0;
    transform: none;
    z-index: 2;
}
.mob_mission_all_wrap .mission_point_detail {
    position: relative;
    z-index: 2;
    padding-left: 2rem;
    text-align: left;
}
.mob_mission_all_wrap .mission_point02 {
    text-align: left;
    padding-left: 20rem;
    transform: none;
    padding-top: 0;
}
.mob_mission_all_wrap .mission_point02::before {
    top: 50%;
    left: 48%;
    transform: translateY(-50%);
    width: 30%;
}
.mob_mission_all_wrap .mission_point02 .point_circle {
    top: 50%;
    left: 47%;
    transform: translateY(-50%);
    z-index: 2;
}
.mob_mission_all_wrap .mission_point03 {
    transform: none;
    text-align: left;
}
.mob_mission_all_wrap .mission_point03::before {
    bottom: 10px;
    left: 40%;
    transform: translateX(-50%);
    width: 30%;
    top: auto;
}
.mob_mission_all_wrap .mission_point03 .point_circle {
    top: auto;
    bottom: 0;
    left: 23.7%;
    transform: none;
    z-index: 2;
}
.mob_mission_all_wrap .mission_point::before {
    z-index: 1;
}
.mob_mission_all_wrap {
    display: none;
}
.mob_btn {
    display: none;
}

.sub-top .sub-visual h3.tit.font_p {
    font-family: 'Pretendard';
    font-weight: 700;
    letter-spacing: -1px;
}
.sub-nav-wrap ul.menu.font_p li a {
    font-family: 'Pretendard';
    font-weight: 600;
    letter-spacing: -1px;
}
.organization_en {
    display: none;
}