

/*sub-visual*/
.sub-visual {
    margin: 0 2rem;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}

.sub-visual-inner {
    transition: opacity 0.5s ease;
    position: relative;
    height: 750px;
    margin-top: 7px;
    width: 100%;
    overflow: hidden;
}

.sub-visual .imgborder {
    background-color: #2D2C70;
    border: none !important;
    bottom: -20px;
    height: 444px;
    left: 1.8vw;
    position: absolute;
    right: 1.8vw;
    z-index: -1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.sub-visual .sub-visual-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.sub-visual .sub-visual-img {
    width: 1800px;
    margin: 0 auto;
    height: 730px;
    overflow: hidden;
    border-radius: 50px 50px 0px 0px;
}


.sub-visual .sub-visual-txt {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    z-index: 2;
}

.sub-visual .sub-visual-txt .content {
    height: 100%;
}

.sub-visual .sub-visual-txt .content .tit {
    color: #fff;
    font-size: 6rem;
    font-weight: 400;
    transition: all 0.4s ease;
    letter-spacing: -1.5px;
    line-height: 1.3;
    font-family: "Audiowide", sans-serif !important;
    margin-bottom: 10px;
}

.pageLocation {
    display: flex;
    align-items: center;
    gap: 8px; 
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}
  
.pageLocation li {
    display: flex;
    align-items: center;
    position: relative;
}
  
.pageLocation li:not(:last-child)::after {
    content: "·";
    margin-left: 8px;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}
  
.pageLocation li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    transition: width 0.3s ease-in-out;
}

/* sub_top_img */
.overview-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/main-visual-img-01.png");
}
.partnership-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/partnership_top_img.png");
}
.management-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/management_top_img.png");
}
.newsroom-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/notice-bg.jpg");
}
.quality-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/quality_top_img.png");
}
.sustainability-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/sustainability_top_img.png");
}
.castingproducts-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/castingproducts_top_img.png");
}
.extrusion-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/extrusion_top_img.png");
}
.technology-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/technology_top_img.png");
}
.castingtechnology-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/castingtechnology_top_img.png");
}
.careers-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/careers_top_img.png");
}
.contact-wrap .sub-visual .sub-visual-img {
    background-image: url("../img/contact_top_img.png");
}

.sub-visual .sub-visual-img {
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: calc(100% - 110px);
}



.sub-content section {
    margin-bottom: 134px;
}

.sub-visual-txt {
    opacity: 0; 
}


/***************************************************************************sub-content*/
/*company-overview*/
.sub_flex_wrap {
    display: flex;
    align-items: center;
}

.sub-content .contTit {
    font-size: 5rem;
    font-size: 5rem;
    line-height: 140%;
    margin-bottom: 20px;
}

.sub-content .contTxt {
    color: #666;
    margin-bottom: 26px;
}

.orerview_logo_img {
    background-color: #fff;
    padding: 144px 155px;
    border-radius: 20px;
}

.sub_cont_left {
    width: 50%;
}


.history_right {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 5s ease;
}

/* 이미지 약간 줌인 효과 (class="imgScale") */
.mySwiper .swiper-slide-active .imgScale {
  transform: scale(1.05);
}

/* 네비게이션 버튼 */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: background 0.3s ease;
  border:2px solid #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
}

/* 페이지네이션 (점) */
.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: rgba(255,255,255,0.7);
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #fff;
  width: 10px;
  height: 10px;
}

.overview-sec-01 .sub_flex_wrap {
    justify-content: space-between;
}

.overview-sec-02 {
    height: 100%;
}

.overview-sec-02 .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.timeline-item {
    opacity: 0;
    transform: translateY(50px);
}

.overview-sec-02 .swiper-slide {
    border-radius: 50px 0 0 0;
    width: 919px;
    height: 752px;
}

.overview-sec-02 .swiper-slide img {
    width: 919px;
    height: 752px;
    object-fit: cover;
    border-radius: 50px 0 0 0;
}

.swiper-button-next, 
.swiper-button-prev {
    color: #fff;
    position: absolute;
    bottom: 0;
}

.swiper-pagination-bullet {
    background:rgba(255,255,255,0.3);
    width: 20px;
    height: 20px;
}

.swiper-pagination-bullet-active {
    background: #2D2C70;
}

.overview-sec-02 .sub_cont_right {
    height: 100%;
    padding: 0 100px;
    background-color: #fff;
    height: 100%;
    border-radius: 0 0 50px 0;
    height: 752px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
    position: absolute;
    background-image: url(../img/swiper-prev-btn.svg);
    left: 20px;
    width: 50px;
    height: 50px;
    background-size: 100%;
}

.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    position: absolute;
    background-image: url(../img/swiper-next-btn.svg);
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 28px;
}

.contTit span {
    font-weight: 400;
}

.facts_figures_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 65px;
}

.facts_figures_info li:nth-child(-n+2) {
    margin-bottom: 70px;
}

.facts_figures_info li {
    width: 50%;
}

.facts_figures_info li .num {
    font-size: 5rem;
    font-weight: 700;
    color: #2D2C70;
    display: inline-block;
    min-width: 100px;
    font-variant-numeric: tabular-nums; 
}

.facts_figures_info li .num span {
    font-size: 2.4rem;
    font-weight: 400;
    color: #000;
}

.facts_figures_info li p {
    color: #666;
    font-weight: 400;
}

.history_wrap {
    gap: 60px;
}

.history_wrap .history_left {
    margin-left: 136px;
}

.history_wrap .mainheading {
    margin-bottom: 105px;
}

.timeline {
    flex-direction: column;
    gap: 70px;
    position: relative;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    padding-left: 60px;
}

.timeline-item::before {
    content: "";
    width: 12px; 
    height: 12px;
    background-color: #2D2E83; 
    border: 8px solid #E6E5FF;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 5px;
    z-index: 2;
}

.timeline-item::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 15px; 
    width: 1px; 
    height: calc(100% + 100px);
    background-color: #E6E5FF;
}

.timeline-item:last-child::after {
    display: none;
}

.timeline-item .year {
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 700;
    color: #000;
    min-width: 150px;
}

.timeline-item .content {
    color: #666;
    line-height: 1.6;
}

.ml-136 {
    margin-left: 136px;
}
.contTit {
    margin-bottom: 5rem !important;
}
.history_img {
    border-radius: 50px 0 50px 0;
}

.history_right {
    width: 873px;
    height: 582px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.history_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.history_wrap{
  display:flex;
  align-items:flex-start;
  overflow:visible;      /* 필수 */
  position:relative;
}

.history_left{
  position: sticky;
  top: 170px;
  align-self: flex-start;
}

.timeline{
  display: block; 
}

.history_wrap .fade-left,
.history_wrap .fade-up,
.history_wrap [style*="transform"]{
  transform:none;        
}

.history_left{
  position: sticky;
  top: 170px;
  transform: none !important;   
  align-self: flex-start;
}

.history_wrap{
  display: grid;
  grid-template-columns: 1fr 873px; 
  column-gap: 60px;
  align-items: start;       
  position: relative;
  overflow: visible;    
}

.history_wrap{                     
  grid-template-columns: 1fr 873px;    
  column-gap: 60px;
  align-items: start;
  position: relative;
  overflow: visible;                 
}

.history_sticky{
  position: sticky;
  top: 170px;                        
}

.agree-desc p {
  font-size: 16px;
}


.history_left{ align-self: start; }
.history_right{ border-radius: 50px 0 50px 0; overflow: hidden; }


.timeline{
  display: flex;
  flex-direction: column;
  gap: 70px;                         
  position: relative;
}

.timeline-item:last-child::after{ display: none; }

.history_wrap, .history_left{ overflow: visible; }
.history_left{ transform: none; }        



.common-casting-extrusion {
    padding: 164px 0 36px;
}

.common-casting-extrusion .casting-extrusion_cont {
    display: flex;
}

.common-casting-extrusion .casting-extrusion_cont .casting {
    border-radius: 50px 0 0 0;
}

.common-casting-extrusion .casting-extrusion_cont .casting img {
    border-radius: 50px 0 0 0;
}

.common-casting-extrusion .casting-extrusion_cont .extrusion img {
    border-radius: 0 0 50px 0;
}
.common-casting-extrusion .casting-extrusion_cont .extrusion {
    border-radius: 0 0 50px 0;
}

.common-casting-extrusion .casting-extrusion_cont p {
    position: absolute;
    left: 30px;
    bottom: 40px;
    color: #fff;
    font-weight: 800;
    font-size: 3.6rem;
}

.common-casting-extrusion .casting-extrusion_cont p span {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}

.mainheading span {
    font-weight: 400;
}


/*company-partnership*/
.partnership-wrap .partnership-sec-01 {
    text-align: center;
}

.partnership-wrap .partnership-sec-01 .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.partnership-wrap .partnership-sec-img img {
    border-radius: 50px 0 50px 0;
}

.partnership-wrap .partnership-sec-txt {
    width: 623px;
}

.partnership-wrap .partnership-tit-right {
    margin-left: calc(625px - 32vw);
}

.partnership-wrap .partnership-tit-left {
    margin-left: calc(625px - 26vw);
}

.partnership-wrap .partnership-sec-txt .partnership-sub-tit {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}

.partnership-wrap .partnership-sec-txt p {
    margin-bottom: 30px;
    color: #666;
}

.partnership-wrap .sub_flex_wrap {
    gap: 111px;
    justify-content: flex-start;
}

.partnership-wrap .partnership-sec-txt .contTit {
    font-size: 5rem;
    margin-bottom: 26px;
    font-weight: 700;
}

.partnership-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.mb-90 {
    margin-bottom: 90px;
}

.justify-space-between {
    justify-content: space-between !important;
}

/*company-management*/
.management-sec-01 {
    text-align: center;
    margin-bottom: 5rem !important;
}
.management-wrap .management-sec-01 .sub_flex_wrap {
    justify-content: flex-start;
    gap: 89px;
}

.management-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.management-wrap .management-sec-02 .management-sec-img img {
    border-radius: 50px 0 50px 0;
}

.management-wrap .management-sec-02 .sub_flex_wrap {
    justify-content: flex-start;
    gap: 89px;
}

.management-wrap .management-sec-02 .sub_flex_wrap .management-tit-right {
    width: 623px;
}

.management-wrap .management-sec-02 .sub_flex_wrap .management-sec-txt .management-sub-tit {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.management-wrap .management-sec-02 .sub_flex_wrap .management-sec-txt p {
    color: #666;
}

/* Global :: 정보 */
.fc-sec-01 {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
.global-info-box{
    position: absolute; 
    top:0; 
    left:0; 
    display: flex; 
    flex-direction:column; 
    justify-content: space-between; 
    width:100%; 
}
.global-info-num-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.global-info-num-list .list-item.active {
    background-color: #2D2C70;
    color: #fff;
}
.global-info-num-list .list-item {
    border-radius: 999px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #111;
    padding: 0.6rem 2rem;
    border-radius: 60rem;
    background-color: #ffffff;
    box-shadow: 0 4px 30px #00000010;
    display: inline-block;
    cursor: pointer;
}

.global-info-num-list .list-item .tit {
    font-weight: 600;
}

.global-map-makers a .txt {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.global-map-wrap {
  position: relative;
}

/* 지도 이미지 — 클릭 막지 않게 */
.global-map-img {
  z-index: 1;
}

/* 지도 마커 그룹 전체 */
.global-map-makers {
  inset: 0;
  z-index: 3;
  pointer-events: auto; /* 지도 위 요소들 클릭 가능하게 */
}

/* 개별 마커와 텍스트 그룹 */
.global-map-makers .makers,
.global-map-makers .map-company-group {
  pointer-events: auto;
  cursor: pointer;
}

/* 핀 밑 텍스트 그룹 (한국, 미국, 헝가리 등) */
.map-company-group {
  position: absolute;
  z-index: 4;
  pointer-events: auto;
  text-align: center;
}

/* 텍스트 버튼 스타일 */
.map-company-item {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
  transition: color 0.25s ease;
}
.map-company-item:hover,
.map-company-item.active {
  color: #1d2088; /* 강조 색상 (예: 알멕 블루톤) */
}

.global-map-wrap { position: relative; }


.global-info-img-list-wrap {
    position: absolute;
    bottom: 210px;
    left: 0;
    width: 100%;
    margin-left: calc(50% - 34rem);
    padding: 1rem 0 1rem 23rem;
    box-sizing: border-box;
    overflow: hidden;
}
.global-info-img-list {
    display: flex;
    width: 39rem;
    background: #2D2C70;
    padding: 40px 25px;
}
.global-info-img-list .slick-list{overflow:visible;}
.global-info-img-list .slick-track{display: flex; align-items: flex-start;}
.global-info-img-list .list-item{width:44rem;}
.global-info-img-list .list-item .txt-box{margin-bottom:1.5rem; color: #fff;}
.global-info-img-list .list-item .txt-box p {color: #fff; font-size: 16px;}
.global-info-img-list .list-item .txt-box .icon:before{position: absolute; content:''; width:140%; height:140%; top:50%; left:50%; transform:translate(-50%, -50%); border-radius:50%; opacity:0.1;}
.global-info-img-list .list-item .txt-box .tit{font-size:2.3rem; line-height:1.41; letter-spacing:-0.03em; color:#fff; font-weight:700; box-sizing:border-box; text-align:left; width:calc(100% - 2.4rem); margin-bottom: 5px;}
.global-info-img-list .list-item .img-box{transition:var(--transition-custom);}
.global-info-img-list .list-item .img-box span{position: relative; display: block; width:100%; min-height: 150px; padding-top:57.894%; overflow:hidden;}
.global-info-img-list .list-item .img-box span img{position: absolute; width:100%; height:100%; top:0; left:0; bottom:0; right:0; margin:auto; object-fit:cover;}

.branch-info-box p em {
    font-style: normal;
    font-size: 16px;
}

.global-info-num-list .list-item.active .tit {
    background:#2D2C70;
    color:#fff;
}
.global-info-num-list .list-item .tit {
    color:#000;
    border-radius:30px;
    display:inline-block;
    font-weight:600;
    transition:all .25s ease;
}

.global-map-makers .makers .wave {
    display:none;
}
.global-map-makers .makers.active .wave {
    display:block;
}

.global-map-makers .makers {
  transition: transform 0.3s ease, fill 0.3s ease;
  transform: translate(-50%, -50%) translateY(0);
}

/* 활성화 시 핀 위로 6px 정도 튀기 */
.global-map-makers .makers.active {
  transform: translate(-50%, -50%) translateY(-6px);
}

/* SVG 색상 전환 */
.global-map-makers .makers svg path:nth-of-type(2) {
  fill: #aaaaaa !important;
  transition: fill 0.3s ease;
}

.global-map-makers .makers.active svg path:nth-of-type(2) {
  fill: #2D2C70 !important;
}

@keyframes markerBounce {
  0% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-8px); }
  100% { transform: translate(-50%, -50%) translateY(0); }
}

.global-map-makers .makers.active {
  animation: markerBounce 0.6s ease;
}

.branch-info-box p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0;
}

.branch-info-box .material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
}

.branch-info-box {
    margin-top: 15px;
}

.branch-info-box p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0;
  color: #fff;
}

.branch-info-box .material-symbols-outlined {
  font-size: 18px;
  vertical-align: middle;
}

/* 기본 링크 스타일 */
.branch-info-box a em {
  font-style: normal;
  transition: color 0.3s ease;
}

.map-company-list {
    position: absolute;
    left: 50%;
    top: 72%;
    transform: translateX(-10%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    text-align: left;
    pointer-events: auto;
}

.map-company-item {
    background: none;
    border: 0;
    padding: 2px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    text-align: left;
}

.map-company-item.active {
    color: #2D2C70;
    font-weight: 600;
}


.map-company-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: 1.4;
    pointer-events: auto;
}

.map-company-item {
    background: none;
    border: 0;
    padding: 2px 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    color: #373737;
    text-align: left;
    font-weight: 500;
}

.map-company-item.active {
    color: #2D2C70;
    font-weight: 700;
}


/*company-newsroom*/
.newsroom-wrap .newsroom-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.newsroom-wrap .newsroom-top .newsroom-top-left {
    font-size: 2rem;
    color: #666;
}

.newsroom-wrap .newsroom-top .newsroom-top-left span {
    color: #2D2C70;
}

.newsroom-wrap .searchBox {
    padding: 0;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    text-align: center;
}
  
.newsroom-wrap .searchBox .textBoxIn .inputBox {
    width: 100%;
    position: relative;
    width: 450px;
    gap: 23px;
}

.newsroom-wrap .searchBox .textBoxIn .inputBox p {
    background: url(../img/newsroom_search.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 23px;
    top: 15px;
}
  
.newsroom-wrap .searchBox .textBoxIn .inputBox input {
    border-radius: 0;
    width: 100%;
    padding: 20px 15px;
    height: 50px;
    font-size: 16px;
    border: 0;
    padding: 0 0 0 60px;
    color: B4B4B4;
    background-color: #EFEFEF;
    border: 3px;
}
  
.newsroom-wrap .searchBox .textBoxIn .inputBox input::placeholder {
    color: #B4B4B4;
    font-size: 1.5rem;
}
  
.newsroom-wrap .searchBox.none {
    position: relative;
    margin: 40px 0;
    padding: 0 300px;
}
  
.newsroom-wrap .searchBox.none .textBox {
    position: relative;
    margin: 0
}

.newsroom-wrap .newsroom-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    padding: 0;
    list-style: none;
}

.newsroom-list li {
    flex: 1 1 calc(33.33% - 20px); 
    box-sizing: border-box; 
    background: #fff;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.newsroom-list li .thumb img {
    display: none;
}

.newsroom-list li .txtwrap {
    background-color: #fff;
    padding: 70px 53px;
    border-radius: 0px 0px 50px 0px;
}

.newsroom-list li .txtwrap .date {
    color: #2D2C70;
    font-size: 2rem;
    font-weight: 700;
}

.newsroom-list li .txtwrap .tit {
    font-size: 2.4rem;
    margin: 15px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 두 줄까지만 표시 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2); /* 줄 간격 × 2줄 */
    font-weight: 700;
}

.newsroom-list li .txtwrap .con {
    font-size: 1.8rem;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 60px;
}

/* paging */
.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
}

.pagination .page-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item img {
    height: 15px;
    width: auto;
}
.pagination .page-item p {
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 4px;
    color: #333;
}

.pagination .page-item.active p,
.pagination .page-item a.active p {
    background-color: #2D2C70;
    color: #fff;
}


/*company-quality*/
.quality-wrap .quality-sec-img img {
    border-radius: 50px 0 50px 0;
}

.quality-wrap .sub_flex_wrap {
    gap: 111px;
    justify-content: flex-start;
}

.quality-wrap .quality-sec-txt {
    width: 623px;
}

.quality-wrap .quality-tit-right {
    margin-left: calc(625px - 32vw);
}

.quality-wrap .quality-tit-left {
    margin-left: calc(625px - 26vw);
}

.quality-wrap .quality-sec-txt .contTit {
    font-size: 5rem;
    margin-bottom: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.quality-wrap .quality-sec-txt p {
    margin-bottom: 30px;
    color: #666;
}

.quality-wrap .quality-sec-02 .quality-sec-02-center .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.quality-wrap .quality-sec-02 .quality-sec-02-center {
    text-align: center;
    margin-bottom: 110PX;
}

.quality-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
} 


/*sustainability*/
.sustainability-wrap section {
    margin-bottom: 134px;
}

.sustainability-sec-02 .sub_flex_wrap,
.sustainability-sec-01 .sub_flex_wrap {
    gap: 43px;
}

.sustainability-sec-03 .contInner {
    margin-left: 165px;
}

.sustainability-sec-03 .contInner .swiper-wrapper {
    display: flex;
    margin-bottom: 60px;
}

.sustainability-sec-03 img {
    border-radius: 50px 0 50px 0;
    width: 100%;
}

.sustainability-sec-03 .txtwrap {
    margin-top: 23px;
}

.sustainability-sec-03 .txtwrap .tit {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 1.8rem;
    font-weight: 700;
}

.sustainability-sec-03 .txtwrap .tit span {
    width: 38px;
    height: 38px;
    background-color: #2D2C70;
    border-radius: 50%;
    font-size: 1.6rem;
    display: block;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainability-sec-03 .txtwrap .con {
    padding: 0 0 0 51px;
    color: #666;
}

.swiper-container-horizontal > .swiper-scrollbar {
    height: 10px;
    background: #D9D9D9;
    border-radius: 10px;
}

.swiper-container-horizontal .swiper-scrollbar-drag {
    background: #2D2C70;
}

.sustainability-sec-03 .swiper-container {
    position: relative;
    width: 100%;
    height: auto;
}

.sustainability-sec-04 {
    margin-bottom: 143px;
}

.sustainability-sec-04 .sustainability-sec-img img {
    border-radius: 50px 0 50px 0;
}

.sustainability-sec-04 .sub_flex_wrap {
    gap: 111px;
}



.sustainability-sec-txt {
    width: 623px;
}

.sustainability-sec-04 .contTit {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 26px;
    line-height: 1.2;
}

.sustainability-sec-04 .sustainability-sec-txt p {
    margin-bottom: 30px;
}

.sustainability-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

/* -------- 공통 :: 탭 -------- */
/* Tab 공통 스타일 */
.sub-tab-wrapper-style{position:relative; height:4rem; margin-bottom: 8rem;}
.sub-tab-list-style {text-align:center;}
.sub-tab-list-style ul{display:inline-flex; width: auto; border-radius:30px; padding: 1rem; backdrop-filter: blur(10px) brightness(1); background:#fff;}
.sub-tab-list-style ul li{display:block; vertical-align:middle; position:relative; background-color:#fff; width: 16rem; border-radius:3rem; margin-right:1rem; overflow:hidden;}
.sub-tab-list-style ul li:last-child {margin-right: 0;}
.sub-tab-list-style ul li a{display:table; height:4rem; width:100%; }
.sub-tab-list-style ul li a em{display:table-cell; vertical-align:middle; color:#000; font-size:1.6rem; text-align:center; font-weight:600; font-style: normal;}
.sub-tab-list-style ul li.selected{z-index:1;}
.sub-tab-list-style ul li.selected a em{background-color:var(--main-color); color:#fff;}
/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed{position:fixed; top:70px; left:0; width:100%; height:60px;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}


@media all and (min-width:1025px){
	/* Tab Fixed Background */
	.sub-tab-list-style:before{position:absolute; top:0px; bottom:0px; left:50%; width:0; content:""; background-color:#fff; border-bottom:1px solid #e5e5e5; transition:all 0.5s}
	.sub-tab-list-style.top-fixed:before{width:100%; margin-left:-50%}
}

.ethics-con:first-of-type {border-top: 1px solid #000; margin-top: 8rem; padding: 4rem 0;}
.report-page .ethics-con {border-bottom:1px solid rgba(0,0,0,0.1);}
.ethics-sub-tit {font-size:1.8rem; letter-spacing:-0.03em; color: rgba(0,0,0,0.7); line-height:1.778em; font-weight:500; margin-top: 1rem;}
.ethics-con.flex {display:flex; justify-content:space-between;}
.ethics-con.flex .tit-box {width: calc(100% - 34rem); margin-right: 10rem;}
.ethics-con .down-btn {display:flex; align-items:center; background: #000; border-radius:10px; font-size:1.7rem; color: #fff; letter-spacing:-0.02em; line-height:1.176em; padding: 2rem 3rem; align-self:flex-start; min-width:24rem; box-sizing:border-box;}
.ethics-con .down-btn i {padding-left: 3.8rem;}

.sustainability-sec-07 .contTit {
    text-align: center;
}

.sustainability-sec-07 .con-sub-tit {
    font-size: 3.2rem;
    letter-spacing: -0.02em;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
}

.sustainability-sec-07 .ethics-sub-tit {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.778em;
    font-weight: 400;
    margin-top: 1rem;
}


.ethics-con {
    padding: 4rem 0;
}

.ethics-group {
    margin-bottom: 30px;
}

.sub-con .tab-cont { display:none; }
.sub-con .tab-cont.selected { display:block; }

.write-btn {
    text-align: center;
    margin-top: 40px;
}


.sustainability-sec-07 .rule-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 4rem;
    margin-top: 3rem;
}

.ethics-item {
    margin-bottom: 20px;
    padding-left: 15px;
}

.sustainability-sec-07 .ethics-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.ethics-list li {
    color: #666;
    position: relative;
    padding-left: 17px;
    margin-bottom: 6px;
    line-height: 1.6;
    color: #666;
    font-size: 16px;
}

.ethics-list li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0.7em; /* 텍스트 수직 정렬 */
    width: 3px;
    height: 3px;
    background-color: #666; /* 블릿 색상 */
    border-radius: 50%; /* 원형 블릿 */
}

.ethics-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.ethics-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ethics-list li {
  position: relative;
  margin-bottom: 6px;
  line-height: 1.7;
  color: #333;
}

/* 기본 블릿 */

/* 숫자(li 내 .num)가 있는 경우에는 블릿 숨김 */
.ethics-list li:has(.num)::before {
  content: none;
}

/* 숫자 스타일 */
.ethics-list .num {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  color: #666; /* 번호 색상 */
}


.bbs-inquiry-agree-con {
  margin-top: 40px;
}

.inquiry-agreement-con {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.report-sub-tit {
    font-size: 25px;
    margin-bottom: 2rem;
}

.agree-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.agree-item {
    display: flex;
    align-items: flex-start;
    padding: 2rem 0;
}

.agree-num {
  font-weight: 600;
  margin-right: 5px;
  color: #555;
  flex-shrink: 0;
}

.agree-desc strong {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.agree-desc p {
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.custom-radio-item-box {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.custom-radio-item input[type="radio"] {
  display: none;
}

.custom-radio-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.custom-radio-item i {
  font-size: 16px;
  color: #bbb;
  transition: color 0.3s ease;
}

.custom-radio-item input[type="radio"]:checked + label i {
  color: #108845;
}

.agree-check {
    margin-bottom: 20px;
}

.inquiry-agreement-con {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  max-height: 200px;     
  overflow-y: auto;     
  margin-bottom: 20px; 
}

/* 스크롤바 스타일 (선택 사항, 깔끔하게 맞춰줌) */
.inquiry-agreement-con::-webkit-scrollbar {
  width: 6px;
}
.inquiry-agreement-con::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.inquiry-agreement-con::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.dropdown-wrap {
    align-items: normal;
}

.dropdown-cont {
    border-radius: 10px;
    background: #f8f8f8;
    transition: height 0.3s ease-in-out;
}

.dropdown-btn {
    width: 36px;
    height: 36px;
    background: #2D2C70;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.sec-05-tit .dropdown-tit {
    margin-bottom: 17px;
}

.dropdown-btn::after {
    content: ""; 
    background: url(../img/arrow_drop_down.png) no-repeat center;
    transition: transform 0.3s ease-in-out;
    width: 10px;
    height: 5px;
}


/*  윤리경영 - 신고센터 */
/* 전체 래퍼 */
.report-form-wrap {
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

/* 섹션 타이틀 (제보자 / 제보대상자 등) */
.form-block:first-of-type {
    border-top: 1px solid #000;
}
.form-block {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-block-tit {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* row */
.form-row {
    display: flex;
    margin: 0 0 24px;
    gap: 16px;
}

.form-row.two-col .form-field {
    display: flex;
    align-items: center;
}

.form-row.align-start {
    align-items: flex-start;
}

.form-row .form-field.full,
.file-row .form-field.full {
    flex: 1 1 100%;
}

.form-field {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 1rem 2rem;
    width: 100%;
    min-height: 7rem;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.form-text {
    align-items: flex-start;
}

.form-label {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 19rem;
    margin-right: 5px;
}
.border-none {
    border-bottom: 0 !important;
}

.agree-check label {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    cursor: pointer;
}


.captcha-btn .material-icons {
  font-size: 22px;
  color: #333;
}

.captcha-btn .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

/* 캡차 전체 박스 (원래 form-field 스타일 상속) */
.captcha-field {
    background: #fff;
}

/* 라벨 (위 줄) */
.captcha-field .form-label {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.captcha-field .form-label .req {
    color: #d10000;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 600;
}

/* 라벨 아래 줄: 이미지 / 인풋 / 버튼 / 안내문 한 줄 정렬 */
.captcha-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
}

/* 캡차 이미지 */
.captcha-img {
    width: 110px;
    height: 40px;
    background: #efefef;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #666;
    flex-shrink: 0;
}

/* 입력칸 + 빨간 * 같이 보이게 */
.captcha-input-wrap {
    position: relative;
    flex-shrink: 0;
}
.captcha-input-text {
    width: 200px;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background: #fff;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.4;
    font-family: inherit;
    color: #000;
    box-sizing: border-box;
    outline: none;
}
.req-inline {
    color: #d10000;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: 10px;
    line-height: 1;
}

/* 버튼(소리/리프레시) */
.captcha-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    background: #f5f5f5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: background .2s ease;
}
.captcha-btn:hover {
    background: #eee;
}

/* 안내 텍스트 (같은 줄 끝에 오도록) */
.captcha-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin-left: 4px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* 반응형: 폭 좁으면 줄바꿈 */
@media (max-width: 600px) {
    .captcha-line {
        flex-direction: column;
        align-items: flex-start;
    }
    .captcha-desc {
        margin-left: 0;
        white-space: normal;
    }
}


.req {
    color: #2D2C70;
    margin-left: 4px;
    font-weight: 600;
    font-size: 14px;
}

/* input/select/textarea 비주얼: border 없애고 box 배경과 자연스럽게 */
.form-input,
.form-select,
.form-textarea {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    font-family: inherit;
    color: #000;
    box-shadow: none;
    outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #888;
    font-weight: 400;
}

/* select 기본 화살표는 유지 (너무 투박하면 커스텀 가능) */
.form-select {
    appearance: none;
    background: transparent;
    padding-right: 20px;
}

/* 이메일 / 연락처 복합 필드: 가로 정렬 */
.email-fieldset,
.phone-fieldset {
    display: flex;
    align-items: center;
    gap: 8px;
}

.email-fieldset .form-input[readonly] {
    color: #666;
}

.email-fieldset .at {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    padding: 0 4px;
}

.phone-fieldset .form-select.short {
    flex: 0 0 auto;
    min-width: 80px;
}

/* 인라인 체크(익명으로 제보)도 이 박스 안에서 수평 배치 느낌으로 */
.form-inline-check {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.inline-check {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
    gap: 8px;
    margin-top: auto;
}

.hidden-check {
    display: none;
}
.check-ui {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
}
.hidden-check:checked + .check-ui {
    background: #000;
}
.hidden-check:checked + .check-ui:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

/* textarea는 박스 안에서 크게 */
.form-textarea {
    min-height: 180px;
    resize: vertical;
}

/* 캡차 영역도 박스 안에 맞춰서 */
.captcha-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.captcha-img {
    width: 120px;
    height: 40px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha-actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.captcha-btn {
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}

.captcha-input {
    flex: 1 1 auto;
    min-width: 200px;
}
.captcha-input .form-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    padding: 10px 12px;
}

/* 첨부파일 필드 */
.file-fieldset {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}
.file-fake {
    flex: 1 1 auto;
    border: 0;
    border-radius: 0;
    padding: 12px;
    min-height: 20px;
    font-size: 15px;
    line-height: 1.4;
    background: transparent;
}
.file-btn {
    background: #f5f5f5;
    border-left: 1px solid #ddd;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.real-file-input {
    display: none;
}

/* 제출 버튼 쪽은 그대로 블랙 버튼 유지해도 되고, 필요하면 바꿀 수 있음 */
.form-submit-row {
    text-align: right;
    padding: 32px 0 60px;
}
.submit-btn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
}
.submit-btn:hover {
    background: #222;
    border-color: #222;
}

.captcha-line .flex {
    display: flex;
    gap: 8px;
    align-items: center;
}

.castingproducts-sec-txt .flex {
    width: 100%;
    flex-wrap: wrap;
}

.dropdown-tit.active .dropdown-btn {
    transform: rotate(180deg);
}

.dropdown-tit  {
    justify-content: space-between;
    cursor: pointer;
}

.dropdown-tit h4 {
    font-size: 3.6rem;
    transition: all 0.3s;
}

.dropdown-tit.active h4 {
    color: #2D2C70;
}

.dropdown-tit:hover h4,
.dropdown-tit:focus h4  {
    color: #2D2C70;
}

.sec-05-cont-img {
    margin-bottom: 30px;
}

.sec-05-cont-img img {
    border-radius: 50px 0 50px 0;
    width: 100%;
}

.dropdown-cont {
    background-color: #fff;
    border-radius: 20px;
    transition: none; 
}

.dropdown-cont-inner {
    padding: 40px;
}

.dropdown-cont .dropdown-txt {
    font-size: 2.4rem;
    margin-bottom: 19px;
}

.dropdown-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0 !important;
    justify-content: space-between;
}

.dropdown-wrap .sec-05-cont {
    box-sizing: border-box;
    overflow: hidden;
    width: 48%;
    margin-bottom: 100px;
}

.dropdown-cont p {
    margin-bottom: 19px;
}

.dropdown-cont p:last-child {
    margin-bottom: 0;
}

.sustainability-sec-05 .contInner {
    margin-bottom: 60px;
}

.sustainability-sec-05 .contTit {
    text-align: center;
    font-size: 5rem;
}

.sustainability-sec-05 .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.sustainability-sec-06 .contInner,
.sustainability-sec-07 .contInner{
    margin-bottom: 60px;
}

.sustainability-sec-06 .contTit {
    text-align: center;
    font-size: 5rem;
}

.sustainability-sec-06 .symbol,
.sustainability-sec-07 .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.sustainability-sec-06  {
    background-color: #fff;
    border-radius: 50px;
    padding: 142px 0;
    width: 1838px;
    margin: 0 auto 134px;
}

.sustainability-sec-06 .sustainability-sec-06-cont ul {
    display: flex;
    justify-content: center;
}

.sustainability-sec-06 .sustainability-sec-06-cont ul li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sustainability-sec-06 .sustainability-sec-06-cont ul li .sec-06-img{
    background-color: #F9F9F9;
    padding: 78px 115px;
}

.sustainability-sec-06 .sustainability-sec-06-cont ul li span {
    text-align: center;
    font-size: 2.4rem;
}


.cert-table {
  max-width: 1486px;
  margin: 0 auto;
  border-top: 2px solid #000;
}

.cert-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.cert-table th,
.cert-table td {
  padding: 17px 10px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}


.cert-table th {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.cert-table td{
  font-size: 18px;
  text-align: center;
}

.careers-wrap .dropdown-cont{
  display:none;              
  height:0;
  overflow:hidden;           
}

.careers-wrap .dropdown-tit{
  cursor:pointer;
  user-select:none;
}

.careers-wrap .dropdown-btn{
  margin-left:auto;
  width:36px; height:36px; position:relative;
  transition:transform .25s ease;
}
.careers-wrap .dropdown-btn::before{
  content:none;
}
.careers-wrap .dropdown-tit.active .dropdown-btn::before{
  transform:rotate(45deg);    
}

.careers-wrap .dropdown-btn.active h4 {
    color: #2D2C70;
}


.esg-tabs { 
    display: inline-flex;
    width: auto;
    border-radius: 30px;
    padding: 1rem;
    backdrop-filter: blur(10px) brightness(1);
    background: rgba(0, 0, 0, 0.05);
}
.esg-tabs .tab {
    display: block;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    width: 16rem;
    border-radius: 3rem;
    margin-right: 1rem;
    overflow: hidden;
}
.esg-tabs .tab.is-active { background: #2D2C70; color: #fff; }

.esg-pane { padding-top: 16px; }

.dl-table { border-top: 2px solid #000; }
.dl-table table { width: 100%; border-collapse: collapse; }
.dl-table th, .dl-table td { 
  padding: 17px 10px; border-bottom: 1px solid #e9e9e9; font-size: 18px; color: #333; text-align: center;
}
.dl-table th { font-weight: 700; font-size: 18px; }
.col-action, .action { text-align: center; width: 160px; }

.btn-download {
  display: inline-flex; align-items: center; gap: 6px;
  background: #2D2C70; color: #fff; text-decoration: none;
  padding: 8px 12px; border-radius: 8px; transition: filter .2s ease;
}
.btn-download:hover { filter: brightness(.92); }
.material-symbols-outlined { font-variation-settings: 'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 24; }
.btn-download .label { font-weight: 700; font-size: 14px; }



/*castingproducts*/
.castingproducts-wrap .txt-bg {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.bullet{
    position: relative;
    padding-left: 12px;
}
.bullet::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.castingproducts-sec-01 .sub_flex_wrap {
    align-items: flex-start;
    gap: 111px;
    flex-direction: row-reverse;
}

.castingproducts-wrap .castingproducts-sec-img img {
    border-radius: 50px 0 50px 0;
}

.castingproducts-wrap .castingproducts-tit-right {
    margin-left: calc(625px - 32vw);
}

.castingproducts-wrap .castingproducts-tit-left {
    margin-left: calc(625px - 26vw);
}

.castingproducts-wrap .castingproducts-sec-txt {
    width: 703px;
}

.castingproducts-wrap .sub-content .contTit {
    font-weight: 700;
}

.castingproducts-wrap .castingproducts-sec-02-bg {
    position: relative;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    width: 1800px;
}

.castingproducts-wrap .castingproducts-sec-02-bg>img {
    border-radius: 50px 0 50px 0;
}

.castingproducts-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.castingproducts-wrap .castingproducts-sec-02-bg .castingproducts-sec-02-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    color: #fff;
}

.castingproducts-wrap .castingproducts-sec-02-bg .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.common_btn-2 {
    background-color: #2D2C70;
    color: #fff;
}

.technology-sec-02 .sub_flex_wrap {
    gap: 120px !important;
}

/*extrusion*/
.extrusion-sec-01 .extrusion-sec-img img,
.extrusion-sec-02 .extrusion-sec-img img 
.extrusion-sec-img img {
    border-radius: 50px 0 50px 0;
}

.extrusion-sec-01 .sub_flex_wrap,
.extrusion-sec-02 .sub_flex_wrap {
    gap: 120px !important;
}

.extrusion-wrap .sec-03-tit {
    background-color: #fff;
    border-radius: 5px !important;
    margin-bottom: 30px;
}

.extrusion-wrap .sec-03-tit:last-child {
    margin-bottom: 0;
}

.extrusion-wrap .dropdown-tit {
    padding: 26px 30px;
    align-items: center;
}

.extrusion-wrap .dropdown-tit h4 {
    font-size: 2.4rem;
}

.extrusion-wrap .dropdown-cont {
    border-radius: 5px !important;
}

.extrusion-wrap .dropdown-cont-inner {
    padding: 26px 40px !important;
}
.extrusion-sec-01 .extrusion-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}


.extrusion-sec-02 .extrusion-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.extrusion-tit-left {
    width: 703px;
}

.technology-sec-03 .sub_flex_wrap {
    align-items: flex-start;
    gap: 111px;
    flex-direction: row-reverse;
}

.technology-sec-03 .technology-sec-txt {
    width: 703px;
}

.extrusion-sec-01 .sub_flex_wrap {
    align-items: flex-start;
    gap: 111px;
    flex-direction: row-reverse;
}

.flex-row-reverse {
    align-items: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

/*technology*/


.castingtechnology-wrap .con-box .contInner {
    justify-content: center;
    gap: 20px;
}

.castingtechnology-wrap .technology-sec-03-cont .technology-sec-03-img img {
    border-radius: 50px 0 0 0;
}

.castingtechnology-wrap .technology-sec-03-cont .technology-sec-03-txt {
    background-color: #fff;
    padding: 43px 22px;
    border-radius: 0 0 50px 0;
    min-height: 255px;
}

.castingtechnology-wrap .technology-sec-03-cont .technology-sec-03-txt h4 {
    font-size: 2.4rem;
    margin-bottom: 24px;
    font-weight: 800;
    color: #2D2C70;
}

.castingtechnology-wrap .technology-sec-03-cont .technology-sec-03-txt p {
    font-size: 1.8rem;
    color: #666;
}

.castingtechnology-wrap .txt-bg {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.castingtechnology-wrap .sub_flex_wrap {
    align-items: flex-start;
    gap: 111px;
}

.castingtechnology-wrap .technology-sec-img img {
    border-radius: 50px 0 50px 0;
}

.castingtechnology-wrap .technology-tit-right {
    margin-left: calc(625px - 32vw);
}

.castingtechnology-wrap .technology-tit-left {
    margin-left: calc(625px - 26vw);
}

.technology-sec-01 .technology-sec-txt {
    width: 703px;
}

.castingtechnology-wrap .sub-content .contTit {
    font-weight: 700;
}

.technology-sec-02-bg {
    position: relative;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    width: 1800px;
}

.technology-sec-02-bg>img {
    border-radius: 50px 0 50px 0;
}

.technology-sec-img {
    width: 921px;
    height: 549px;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.technology-sec-02-bg .technology-sec-02-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    color: #fff;
}
.technology-sec-02-bg .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.castingtechnology-wrap .contTit {
    font-weight: 700;
}

.castingtechnology-sec-01 .sub_flex_wrap  {
    gap: 111px;
}

.castingtechnology-sec-img img {
    border-radius: 50px 0 50px 0;
}

.technology-sec-03-img {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.technology-sec-txt {
    width: 623px;
}

.castingtechnology-sec-03 .sec-02-tit {
    background-color: #fff;
    border-radius: 5px !important;
    margin-bottom: 30px;
}

.castingtechnology-sec-03 .sec-02-tit:last-child {
    margin-bottom: 0;
}

.castingtechnology-sec-03 .dropdown-tit {
    padding: 26px 30px;
    align-items: center;
}
.castingtechnology-sec-03 .dropdown-tit h4 {
    font-size: 2.4rem;
}

.castingtechnology-sec-03 .dropdown-cont {
    border-radius: 5px !important;
}

.castingtechnology-sec-03.dropdown-cont-inner {
    padding: 26px 40px !important;
}

.castingtechnology-sec-img {
    width: 921px;
    height: 549px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.careers-wrap .contInner {
    text-align: center;
}

.careers-wrap .symbol {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.careers-wrap .careers-sec-01 .careers-sec-img {
    width: 921px;
    height: 549px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.careers-wrap .sub_flex_wrap {
    gap: 111px;
    justify-content: flex-start;
}


.careers-wrap .careers-sec-txt {
    width: 623px;
}

.careers-wrap .careers-sec-txt .careers-num {
    font-size: 3rem;
    color: #2D2C70;
    font-weight: 800;
}

.castingproducts-sec-txt .flex {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.careers-wrap .careers-sec-txt .contTit {
    font-weight: 400;
}

.careers-wrap .careers-sec-txt .contTit span {
    font-weight: 700;
}

.careers-sec-02 {
    border-radius: 50px;
    padding: 142px 0 ;
    width: 1838px;
    margin: 0 auto 134px;
    background-color: #fff;
}

.careers-sec-02 .careers-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.careers-sec-02 .careers-benefits>li {
    flex: 0 0 calc(33.333% - 20px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.careers-sec-02 .careers-benefits>li:nth-child(3n) {
    margin-bottom: 100px;
}

.careers-sec-02 .careers-benefits>li .careers-benefits-txt {
    text-align: center;
}

.careers-sec-02 .careers-benefits>li .careers-benefits-txt .benefits-tit {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 16px;
}

.careers-sec-02 .careers-benefits>li .careers-benefits-txt .benefits-txt {
    color: #666;
    font-size: 1.8rem;
}

.careers-sec-02 .careers-benefits>li .careers-benefits-img {
    position: relative;
    height: 60px;
}

.careers-sec-03 .sec-03-tit {
    background-color: #fff;
    border-radius: 5px !important;
    margin-bottom: 30px;
}

.careers-sec-03 .dropdown-tit {
    padding: 26px 30px;
    align-items: center;
}

.careers-sec-03 .dropdown-cont {
    border-radius: 5px !important;
}

.careers-sec-03 .dropdown-cont-inner {
    padding: 26px 40px !important;
}

.careers-sec-03 .dropdown-tit h4 {
    font-size: 2.4rem;
}

.careers-sec-04 {
    margin-bottom: 60px !important;
}

.careers-sec-04 .careers-sec-04-bg {
    width: 1800px;
    height: 730px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
}

.careers-sec-04 .careers-sec-04-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 100%;
}


.inquiry .content-wrap {
    margin-top: 6rem;
}

.inquiry .content-wrap .form-box {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 1rem 2rem;
    width: 100%;
    min-height: 7rem;
    background: #fff;
}

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

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

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

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

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

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

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

.inquiry .content-wrap .form-box .r-box textarea {
    height: 26rem;
}

.inquiry .content-wrap .form-box .l-box .txt {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.inquiry .content-wrap .form-box .l-box .txt.essential::before {
    display: block;
    content: "*";
    position: absolute;
    top: -2px;
    right: -10px;
    color: #2D2C70;
}

.inquiry .content-wrap .form-box .r-box {
    padding-left: 3rem;
    display: flex;
}

.inquiry .content-wrap .form-box {
    width: 100%;
}

.inquiry .content-wrap .form-box.w-50 {
    width: calc(50% - 1rem);
}

.inquiry .content-wrap .form-box.category input {
    width: auto;
}

.inquiry .content-wrap .form-box.category input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.inquiry .content-wrap .form-box.category input[type='radio']::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
}

.inquiry .content-wrap .form-box.category input[type='radio']:checked {
    background-color: #2D2C70;
}

.inquiry .content-wrap .form-box.category label {
    padding-left: 0.4rem;
    color: #d9d9d9;
    cursor: pointer;
}

.inquiry .content-wrap .form-box.category .radio-box.on label {
    color: #2D2C70;
}

.inquiry .content-wrap .form-box.category .radio-box {
    margin-right: 1.5rem;
    align-items: center;
}

.inquiry .content-wrap .form-box input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.25em;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
}

.inquiry .content-wrap .form-box input[type="checkbox"]:checked {
    background-color: #2D2C70;
    border-color: #2D2C70;
    position: relative;
}

.inquiry .content-wrap .form-box input[type="checkbox"]::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}

.inquiry .content-wrap .form-box input[type="checkbox"]:checked::after {
    opacity: 1;
}

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

.inquiry .content-wrap .form-box .checkbox_list {
    margin-right: 1rem;
}

.inquiry .agree-wrap {
    margin-top: 3rem;
}
.inquiry .agree-wrap .a-content {
    width: 100%;
    background: #fff;
    color: #222;
    padding: 4rem 4rem;
}
.inquiry .agree-wrap .a-content .a-txt {
    max-height: 200px;
    overflow-y: auto;
}

.inquiry .agree-wrap .a-content .a-txt > h4 {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #888;
    padding-bottom: 1.5rem;
}

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

.inquiry .agree-wrap .a-content .a-btn {
    border-top: 1px solid #888;
    padding-top: 1.5rem;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap {
    cursor: pointer;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.2rem;
    margin-top: -0.2rem;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > input[type="checkbox"] {
    margin: 0;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > input[type="checkbox"]:checked + .material-icons {
    color: var(--main-color);
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > p {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.inquiry .btn-wrap {
    margin-top: 3rem;
    text-align: center;
}

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

.inquiry .form-box input[type="file"] {
    display: none;
}

.inquiry .content-wrap .form-box .r-box .upload-name {
    width: calc(100% - 10rem);
    padding: 0 1rem;
}

.inquiry .form-box label.file-label {
    width: 10rem;
    text-align: center;
    color: var(--color-text3);
    padding: 1rem;
    background-color: #eeeeee;
    cursor: pointer;
}

input::placeholder,
input::value {
    color: #888888;
}


/* search */
.top-center {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.search-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 45rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: 50px;
    border: 0;
    height: 5rem;
}

.search-wrap .search-list {
    width: 120px;
    height: 100%;
}
.search-wrap .search-list .nice-select {
    border: none;
    font-size: 1.6rem;
    height: 100%;
    line-height: 5rem;
    padding-right: 4rem;
    background-color: #ffffff;
    border-radius: 50px;
}

.search-wrap .search-list .nice-select .list {
    width: 100%;
}

.search-wrap #searchInput {
    flex-basis: 70%;
    max-width: 70%;
    border: none;
    font-size: 1.6rem;
    font-family: 'Pretendard';
    padding: 0 15px;
    color: #c5c5c5;
    background-color: #ffffff;
    height: 100%;
}

.search-wrap .search-btn {
    flex-basis: 10%;
    max-width: 10%;
    padding-right: 20px;
    line-height: 1.8rem;
}
.search-wrap .search-btn > img {
    width: 1.8rem;
}

/* count */
.count-wrap .count {
    font-size: 1.6rem;

    font-weight: 500;
}
.count-wrap .count > span {
    color: var(--main-color);
    font-weight: 700;
}

/* 페이지네이션 */
.pagelist {
    margin-top: 6rem;
}

.pagelist .page-wrap .pagination {
    display: flex;
    justify-content: center;
    align-items: baseline;
    align-items: center;
    gap: 0;
}

.pagelist .page-wrap .pagination .page-item.prev {
    margin: 0 1rem 0 0.5rem;
}
.pagelist .page-wrap .pagination .page-item.next {
    margin: 0 1.5rem 0 2rem;
}

.pagelist .page-wrap .pagination .page-item > a {
    display: block;
}

.pagelist .page-wrap .pagination .page-item > a .main_p {
   
    font-size: 1.6rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
    margin: 0 0.3rem;
}

/* 페이지네이션// */

/*view페이지*/

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

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

/* .view-page {
  padding-top: 14rem;
} */

.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: var(--sub-txt-18);
    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;
    font-size: 1.4rem;
    color: var(--color-text3);
}

.view-page .tit-info-wrap .info-box .info .day {
    font-size: 1.4rem;
    color: var(--color-text3);
}

.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 .tit-info-wrap .file-box .txt {
    color: var(--color-text3);
}

/*page-btn*/

.prev-next-list-wrap {
    margin-top: 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//*/

.tit-wrap {
    font-size: 4rem;
    text-align: center;
}

.notice .board-box {
    border-top: 1px solid #333333;
    margin-bottom: 8rem;
}

.notice .board-box a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 3rem;
    height: 10rem;
    line-height: 10rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    gap: 2rem;
}

.notice .board-box a:hover {
    background-color: #f3f3f3;
}

.notice .board-box a .title {
    width: calc(100% - 20rem);
}

.notice .board-box a .title {
    display: inline-block;
    padding-right: 5px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2rem;
    font-weight: 700;
    vertical-align: middle;
    color: #333333;
    letter-spacing: -0.25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.notice .board-box a .date {
    text-align: center;
    font-size: 1.5rem;
    color: #888888;
    letter-spacing: -0.025em;
}

.notice .board-box .tit-info {
    width: calc(100% - 14.5rem);
    display: flex;
    justify-content: space-between;
}

.notice .board-box .tit-info .sub_t04 {
    padding-right: 2rem;
}

.notice .board-box .date-arrow {
    width: 12rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    justify-content: space-between;
}

.prev-next-box .page-btn a {
    display: flex;
}

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

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

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

.notice_mark {
    color: #ffffff;
    background-color: #2D2C70;
    padding: 0.4rem 0.2rem;
    padding: 0.6rem 2.8rem;
    border-radius: 100px;
    font-weight: 600;
}

.bbs-more-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/notice_arrow.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
}


.online-btn-con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 6rem;
    border-radius: 3rem;
    background-color: #2D2C70;
    margin: 8.5rem auto 0;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.5em;
    color: #fff;
}

.online-btn-con:hover {
    background-color: #1c1b47;
    color: #fff;
}

.ckeditor_area {
    padding: 0 2rem;
}

.sub-visual-txt {
  opacity: 0;
  transform: translateY(10px);
}






