/******************************************
서브공통
*******************************************/
/* 서브비주얼 */
.sub-top { width: 100%; height: 680px; position: relative; z-index: 10; } 
.sub-top .inner { height: 100%; } 
.sub-top .sub-visual-bg { position: absolute; z-index: -1; width: 100%; height: 100%; overflow: hidden; padding-bottom: 0 !important; } 
.sub-top .sub-visual-bg .bg { width: 100%; height: 100%; animation: visual-ani 5s alternate forwards; } 
.sub-top .sub-visual { width: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column; color: #fff; }
.sub-visual .sub-visual__title { font-size: 52px; font-weight: 700; line-height: 1; letter-spacing: -2px; } 
.sub-visual .sub-visual__title span { animation: visual-txt 2s alternate forwards; opacity: 0;}
.sub__tit { padding: 1.5rem 0 0.6rem; font-size: 28px; /* font-weight: 700; */
 line-height: 1.2; letter-spacing: -1px; } 
.sub-visual .sub__tit span { display: block; opacity: 0;}
.sub-visual .sub__tit span:nth-child(odd) { animation: visual-txt 2s alternate forwards 0.5s; } 
.sub-visual .sub__tit span:nth-child(even) { margin-top: 5px; animation: visual-txt2 2s alternate forwards 1s; } 
.sub-top .sub-visual-bg.company .bg { background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../../images/sub/sub_visual01.jpg') no-repeat center center / cover; } 
.sub-top .sub-visual-bg.business .bg { background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),  url('../../images/sub/sub_visual02.jpg') no-repeat center center / cover; } 
.sub-top .sub-visual-bg.construction .bg { background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../../images/sub/sub_visual03.jpg') no-repeat center center / cover; } 
.sub-top .sub-visual-bg.notice .bg { background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../../images/sub/sub_visual04.jpg') no-repeat center center / cover; } 

@keyframes visual-ani { 
 0% { transform: scale(1.2); } 100% { transform: scale(1);} 
 }

@keyframes visual-txt { 
 0% { margin-left: -100px; opacity: 0; } 100% { margin-left: 0%; opacity: 1; } 
 }

@keyframes visual-txt2 { 
 0% { margin-left: 50px; opacity: 0; } 100% { margin-left: 0%; opacity: 1; } 
 }


/************************* sub-dropdown 시작 *************************/
.sub-dropmenu { border-top: 1px solid rgba(255, 255, 255, 0.3); position: absolute; bottom: 0; left: 0; width: 100%; background: #104770; } 
.dropmenu { margin: 0 auto; width: 100%; display: flex; align-items: center; max-width: 1520px; height: 60px; position: relative; } 
.dropmenu .dropmenu__home { display: inline-flex; aspect-ratio: 1/1; height: 100%; justify-content: center; align-items: center; text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.3); transition: .5s ease all; color: #fff; } 
.dropmenu .dropmenu__home:hover,
.dropmenu .dropmenu__home:active,
.dropmenu .dropmenu__home:focus-visible { background-color: rgba(0, 0, 0, .9); } 

.dropmenu .dropmenu__homeicon { color: #fff; } 
.dropmenu .dropmenu__menuwrap { display: flex; width: calc(100% - 60px); height: 100%; } 
.dropmenu .dropmenu__menu { position: relative; width: 100%; max-width: 300px; } 
.dropmenu .dropmenu__menu--depth2 { margin-left: -1px; } 
.dropmenu .dropmenu__menu--depth3 .dropmenu__btn { border-left: none; } 
.dropmenu .dropmenu__btn { position: relative; width: 100%; height: 100%; padding: 0 20px 0 20px; display: flex; justify-content: space-between; align-items: center; font-size: 22px; font-weight: 500; line-height: 1; letter-spacing: -0.5px; border-left: 1px solid rgba(255, 255, 255, 0.3); border-right: 1px solid rgba(255, 255, 255, 0.3); transition: .5s ease all; color: #fff; text-transform: uppercase; } 

.dropmenu .dropmenu__btn--active,
.dropmenu .dropmenu__btn:active,
.dropmenu .dropmenu__btn:focus-visible { background-color: #083557; } 

.dropmenu .dropmenu__btn .dropmenu__arrow { transition: .5s ease all; } 
.dropmenu .dropmenu__btn--active .dropmenu__arrow { transform: rotate(180deg); } 
.dropmenu .dropmenu__menulist { position: absolute; display: none; width: 100%; top: 100%; left: 0; background-color: #fff; border: 1px solid #ddd; border-top: none; z-index: 1; } 
.dropmenu .dropmenu__menulink { display: flex; padding: 15px 20px; font-size: 15px; transition: .5s ease all; align-items: center; color: #000; text-transform: uppercase; } 

.dropmenu .dropmenu__menulink:not(:last-child) { border-bottom: 1px solid #ccc; } 
.dropmenu .dropmenu__menulink:active,
.dropmenu .dropmenu__menulink:focus-visible { color: #fff; background: #444; } 


/******************************************
회사소개
*******************************************/
.sub-txt-wrap { margin-bottom: 36px; } 
.sub-txt-wrap h2 { text-align: center; font-size: 52px; font-weight: 700; word-break: keep-all; } 
.sub-txt-wrap h2 span { color: #00a0f0; word-break: keep-all; } 


/* 인사말 */
.s11 .flex_box {
    display: flex;
    flex-wrap: wrap;
}

.s11 .arti1 hgroup, .s15 .arti1 hgroup {
    margin-bottom: 76px;
    padding-top: 17px;
}

.s11 .arti1 hgroup > *, .s15 .arti1 hgroup > * {
    letter-spacing: -0.03em !important;
}

.s11 .arti1 hgroup > h5, .s15 .arti1 hgroup > h5 {
    color: #012350;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.s11 .arti1 hgroup > h3, .s15 .arti1 hgroup > h3 {
    line-height: 1.5;
    color: #000;
    font-weight: 700;
}

/* .s11 .arti2 figure {
    width: 91%;
    height: 450px;
    background: url(../../images/sub/s11_1.jpg) right top no-repeat;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    float: right;
    margin-bottom: 86px;
} */

.s11 .arti2 .cnt {
    clear: both;
    text-align: center;
}

.s11 .arti2 .cnt h4 {
    line-height: 1.5;
    letter-spacing: -0.03em !Important ;
    color: #000;
    font-weight: 600;
    width: 100%;
    font-size: 42px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.s11 .arti2 .cnt .tbx {
    width: 100%;
}

.s11 .arti2 .cnt .tbx p {
    line-height: 1.7;
    letter-spacing: -1px;
    color: #666;
    margin-bottom: 1.7em;
    word-break: keep-all;
    font-size: 28px;
}

.s11 .arti2 .cnt .tbx p:last-child {
    margin-bottom: 0;
    padding-right: 28rem;
}

.s11 .arti2 .cnt .point{color: #000 !important; font-weight: 600; font-size: 30px !important; text-align: right;}

/* 회사개요 */
.company_cont1 .container { max-width: 1440px; margin: 0 auto; position: relative; } 
.company .txt_box p { font-size: 1.5rem; letter-spacing: -0.05em; line-height: 1.9; color: #777; word-break: keep-all; } 
.company .txt_box p span { font-weight: 700; color: #333; } 
.company .h_en { font-size: 1.06rem; font-weight: 700; line-height: 1.3; color: #D92728; } 
.company .company_cont1 ul { display: flex; /* flex-wrap: wrap; */ margin: 160px 0 0; padding: 31px 37px; border-radius: 40px 40px 0 0; position: relative; overflow: hidden; } 
.company .company_cont1 ul:before { width: 100vw; height: 50%; background: #f2f2f2; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -1; content: ''; } 
.company .company_cont1 ul:after { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)) ,url(../../images/sub/company_bg.jpg)no-repeat center; background-size: cover; transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transition: 5s linear; z-index: -1; content: ''; } 
.company .company_cont1 .aos-animate ul:after { transform: scale(1,1); -webkit-transform: scale(1,1); -ms-transform: scale(1,1); } 
.company .company_cont1 ul li { width: 35.5%; height: 327px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.3); color: #fff; letter-spacing: -0.05em; text-align: center; } 
.company .company_cont1 dt { font-weight: 700;font-size: 32px; } 
.company .company_cont1 dt:before { display: block; width: 100%; height: 47px; margin-bottom: 20px; background-position: center; background-repeat: no-repeat; content: ''; } 
.company .company_cont1 dd { margin-top: 14px; font-size: 36px; font-weight: 700; word-break: keep-all; } 
/* .company .company_cont1 ul li:nth-child(1) dt:before { background-image: url(); } 
.company .company_cont1 ul li:nth-child(2) dt:before { background-image: url(); } 
.company .company_cont1 ul li:nth-child(3) dt:before { background-image: url(); } 
.company .company_cont1 ul li:nth-child(4) dt:before { background-image: url(); } 
.company .company_cont1 ul li:nth-child(5) dt:before { background-image: url(); } 
.company .company_cont1 ul li:nth-child(6) dt:before { background-image: url(); }  */
.company_cont1 ul li:nth-child(2), .company_cont1 ul li:nth-child(5) { width: 29%; } 
.company_cont1 ul li:nth-child(-n+3) { border-top: 0; } 
.company_cont1 ul li:nth-child(3n) { border-right: 0; } 
.company .txt_box { text-align: center; } 


/* 경영철학 */
.company .company_cont2 { background-color: #f8f8f8; padding: 110px 0; min-height: 1000px; } 
.company .company_cont2 .listbox { margin-top: 50px; } 
.company .company_cont2 .listbox li { position: relative; } 
.company .company_cont2 .listbox li .circle { position: absolute; background-color:rgb(61 191 239 / 80%); mix-blend-mode: multiply; width: 358px; height: 358px; border-radius: 400px; display: flex; align-items: center; justify-content: center; } 
.company .company_cont2 .listbox li .circle .icon { width: 80px; display: block; } 
.company .company_cont2 .listbox li .circle .icon img { width:100%; height: 100%; } 
.company .company_cont2 .listbox li:nth-child(1) .circle { left: 50%; top: 0; margin-left: -179px; } 
.company .company_cont2 .listbox li:nth-child(2) .circle { left: 50%; margin-left: -30px; top: 232px; background-color: rgba(32, 173, 126, 0.8); } 
.company .company_cont2 .listbox li:nth-child(3) .circle { right: 50%; margin-right: -30px; top: 232px; background-color: #3f9ecd; } 
.company .company_cont2 .listbox li .circle .s_circle { position: absolute; width: 26px; height: 26px; } 
.company .company_cont2 .listbox li:nth-child(1) .circle .s_circle { top: 50px; right: 30px; } 
.company .company_cont2 .listbox li:nth-child(1) .circle .s_circle:before { background-color: rgba(51,190,242,0.5); } 
.company .company_cont2 .listbox li:nth-child(2) .circle .s_circle { top: 270px; right: 21px; } 
.company .company_cont2 .listbox li:nth-child(2) .circle .s_circle:before { background-color: rgba(52,47,49,0.5); } 
.company .company_cont2 .listbox li:nth-child(3) .circle .s_circle { top: 125px; left: -8px; } 
.company .company_cont2 .listbox li:nth-child(3) .circle .s_circle:before { background-color: rgba(169,169,169,0.5); } 
.company .company_cont2 .listbox li dl { position: absolute; } 
.company .company_cont2 .listbox li dt { color: #111; font-size: 38px; font-weight: 700; } 
.company .company_cont2 .listbox li dt span { display: block;font-weight: 700; color: #00aeef; font-size: 32px; margin-bottom: 20px; } 
.company .company_cont2 .listbox li dd { padding-top: 15px; color: #333; font-size: 28px; font-weight: 500; line-height: 1.5; word-break: keep-all; } 
.company .company_cont2 .listbox li dd > span { position: relative; display: block; padding-left: 12px; } 
.company .company_cont2 .listbox li dd > span:after { content: ""; display: block; position: absolute; left: 0; top: 8px; background-color: #666; width: 4px; height: 4px; border-radius: 5px; } 
.company .company_cont2 .listbox li:nth-child(1) dl { left: 50%; top: 0; margin-left: 240px; } 
.company .company_cont2 .listbox li:nth-child(2) dl { left: 50%; top: 470px; margin-left: 350px; } 
.company .company_cont2 .listbox li:nth-child(3) dl { left: 45px; top: 192px; } 


/* 회사연혁 */
.company-history { position:relative; padding-top:174px; } 
.company-history-wrapper { position:relative; padding-bottom:13rem; /* *zoom:1; */ } 
.company-history-wrapper:after { clear:both; display:block; content:""; } 
.company-history-wrapper:before { position:absolute; top:3px; height:100%; width:2px; left:50%; margin-left:-1px; background-color:rgba(0,0,0,0.1); content:""; } 
.company-history-wrapper:last-child { padding-bottom:0 } 
.company-history-wrapper:last-child:before { display:none; } 
.company-history-info-box { position:relative; width:50%; } 
.company-history-info-box::before { position:absolute; top:0; width:10px; height:10px; background-color:#000; border:12px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content:""; transition: background 0.4s; } 
/* History :: 정보 */
.company-history-info .history-item { position:relative; margin-bottom:3rem; word-break:keep-all } 
.company-history-info .history-month { position:absolute; top:0px; font-size: 32px; line-height: 1.3; letter-spacing: -0.025em; font-weight:700; color:#000; } 
.company-history-info .history-txt { position:relative; display:block; font-size:28px; line-height: 1.3; letter-spacing:-0.065em; color: #555; /*font-family:'Noto Sans KR'; */ margin-top:1.5rem; } 
.company-history-info .history-month + .history-txt { margin-top:0 } 
.company-history-year { position:absolute; top:-5px; font-size:60px; letter-spacing: -0.025em; color:#000; font-weight: 600; font-style: italic; transition: color 0.4s; } 
/* On */
.company-history-wrapper.on .company-history-info-box::before { background-color: var(--theme-red-color); } 
.company-history-wrapper.on .company-history-year { color: var(--theme-red-color); } 

@media all and (min-width:801px) {.company-history:before { content:""; width:2px; height:40px; background-color:#000; position:absolute; top:0; left:50%; margin-left:-1px; opacity: 0; transform: translateY(10%); transition: all 1s ease-in; } 
.animated .company-history:before { opacity: 1; transform: none; } 
/* History :: 왼쪽 */
.history-left .company-history-info-box { float:left; } 
.history-left .company-history-info-box::before,
.history-left .company-history-info-box::after { left:100%; transform:translatex(-50%) } 
.history-left .company-history-info { text-align:right; padding-right: 7.5rem; } 
.history-left .company-history-info .history-item { padding-right: 8.7rem; } 
.history-left .company-history-info .history-month { right:0; } 
.history-left .company-history-info .history-txt { padding-right:15px; } 
.history-left .company-history-info .history-txt::before { right:0; } 
.history-left .company-history-year { left:100%; padding-left:7.5rem; } 
.history-left .company-history-year:before { left:0 } 
/* History :: 오른쪽 */
.history-right .company-history-info-box { float:right; } 
.history-right .company-history-info-box::before,
.history-right .company-history-info-box::after { right:100%; transform:translatex(50%) } 
.history-right .company-history-info { padding-left: 7.5rem; } 
.history-right .company-history-info .history-item { padding-left: 8.7rem; } 
.history-right .company-history-info .history-month { left:0; } 
.history-right .company-history-info .history-txt { padding-left:15px; } 
.history-right .company-history-info .history-txt::before { left:0; } 
.history-right .company-history-list-wrap .company-history-year { right:100%; padding-right:7.5rem; } 
.history-right .company-history-list-wrap .company-history-year:before { right:0 } 
 }

 /* 오시는길 */
 #moreBtn { text-align: center; } 
#moreBtn a { display: inline-flex; align-items: baseline; white-space: nowrap; height: 5.5rem; padding: 0 2em; border: 1px solid #000; font-size: 1.7rem; border-radius: 2em; line-height: 5.5rem; transition: background 0.3s, border 0.3s, color 0.3s; } 
#moreBtn a svg { margin-left: 2em; font-size: 0.85em; transition: fill 0.3s; } 
#moreBtn a:hover { background: var(--green); border-color: var(--green); color: #fff; } 
 #moreBtn a:hover svg { fill: #fff; } 
 .location { } 
.location .inner { position: relative; } 
.location #moreBtn { margin: 3rem 0 5rem; text-align: left; } 
.location #moreBtn a + a { margin-left: 2rem; } 
.location .sub_top_wrap { } 
.location .sub_top_wrap .sub_tit { font-size: 24px; font-weight: 500; margin-bottom: 24px; } 
.location .sub_top_wrap .txt { font-size: 20px; font-weight: 300; } 
.location .map-wrap { position: relative; z-index: 1; /* padding-top: 43.75%; */ } 
.location .map-wrap #map { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; } 
.location .txt_flow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100vw - var(--scroll-width)); margin-top: 0; } 
.location-sec__top { position:relative; background-color:#fff; z-index:50; } 
.location-sec__list { display:flex; flex-wrap:wrap; } 
.location-sec__item { position:relative; width:25%; padding:50px 20px; text-align:center; } 
.location-sec__item i { font-size: 32px; color: #172866; } 
.location-sec__item:not(:last-child)::after { content:""; position:absolute; top:50%; right:0; width:1px; height:150px; background-color:#e5e5e5; transform:translateY(-50%); } 
.location-sec__icon { display:inline-flex; align-items:center; justify-content:center; height:34px; } 

.location-sec__title {  margin-top:20px; font-size:28px; font-weight:800; color:#333; } 
.location-sec__text { display:inline-block; margin-top:15px; font-size:26px; font-weight:500; word-break: keep-all; color:#333; } 
.location-sec__wrap { margin-top:15px; } 
.location-sec__box { display:flex; align-items:flex-start; min-height:235px; padding:35px 0; border-top:1px solid #e5e5e5; } 
.location-sec__box:last-child { padding-bottom:100px; border-bottom:1px solid #e5e5e5; } 
.location-sec__box-icon { display:inline-block; margin-right:15px; } 
.location-sec__desc { margin-top:15px; font-size:17px; color:#666; } 
.location-sec__box.subway .location-sec__desc:last-child { margin-top:5px; } 


/******************************************
인증현황
*******************************************/
.certification .certify-list ul { display: flex; flex-wrap: wrap; gap: 100px 30px; margin-top: 60px; } 
.certification .certify-list ul li { width: calc((100% - 120px) / 5); } 
.certification .certify-list ul li figure { width: 100%; overflow: hidden; padding-bottom: 129.7%; position: relative; border: 1px solid #EEE; border-radius: 20px; margin-bottom: -4px; } 
.certification .certify-list ul li figure::after { content: ""; width: 100%; height: 100%; border: 2px solid #0099e5; border-radius: inherit; position: absolute; top: 0; left: 0; box-sizing: border-box; opacity: 0; transition: opacity 0.5s; } 
.certification .certify-list ul li figure img { max-width: calc(100% - 30px); max-height: calc(100% - 30px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.certification .certify-list ul li p { font-size: 24px; font-weight: 500; color: #000; margin-top: 20px; text-align: center; word-break:keep-all; } 

@media screen and (hover: hover) {.certify-list ul li:hover figure::after { opacity: 1; } }


/******************************************
사업분야
*******************************************/
.business .sec-title span { display: block; font-family: 600; font-size: 24px; font-weight: 600; color:#162f5f;}
.business .sec-title h4 { font-size: 54px; font-weight: 700; color: #111;  } 
.business .sub-title p{font-size: 28px;font-weight: 600; color: #083557; text-align: left; word-break:keep-all}

/* 탭메뉴 */
.business .prd_tab { padding:60px 0 0 0; color:#888; position:relative; } 
.business .prd_tab .tab-menu ul { display: flex; flex-wrap: wrap; justify-content: center; } 
.business .prd_tab .tab-menu ul li { width: 25%; } 
.business .prd_tab .tab-menu.Tab3 ul li { float:left; width:33.3%; } 
.business .prd_tab .tab-menu ul li:last-child { border:0; } 
.business .prd_tab .tab-menu ul li:first-child a { margin-left:1px; } 
.business .prd_tab .tab-menu ul li a { display:block; padding:20px 10px; background:#fff; color:#888; text-decoration:none; border:1px solid #ddd; margin-left:-1px; text-align: center; font-size:20px; } 
.business .prd_tab .tab-menu ul li a.active { background: #104770; color:#fff; border:1px solid #104770; font-weight: bold; } 
.business .prd_tab .tab-content { display:none; clear:both; } 
.business .prd_tab.tab_two .tab-menu ul li { float:left; width:50%; } 
.business .prd_tab.tab_six .tab-menu ul li { float:left; width:16.6%; } 

/* Content 1 / 4 */
.business .fixed { position: fixed; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; } 
.business .sticky-tab { top: 0; } 
.business .sticky-tab ul li { width: calc(100% / 4); pointer-events: auto; } 
.business .ptH { padding-top: calc(var(--headerH) + 70px); } 
#scrolldown .sticky { top: calc(var(--headerH) + 120px); } 
.flex-box { display: flex; justify-content: space-between; align-items: center; } 
.flex-box.reverse { flex-direction: row-reverse; } 
.flex-box > div { width: calc((100% - 100px) / 2); } 

.business figure { width: 100%; position: relative; overflow: hidden; padding-bottom: 79.27%; border-radius: 20px; } 
.business figure img { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 

.business .sec-title p { font-size: 28px; margin-top: 10px; line-height: 1.6666; } 
.business .business_cont1 { margin-top: 30px; } 
.business .business_cont1 h6 { font-size: 2rem; font-weight: 600; color: #222; margin-bottom: 20px; } 
.business .business_cont1 ul { display: flex; flex-wrap: wrap; gap: 20px; } 
.business .business_cont1 ul li { width: calc((100% - 40px) / 3); border: 1px solid #EEE; border-radius: 20px; padding: 20px 25px; } 
.business .business_cont1 ul li span { display: block; font-size:18px; font-weight: 600; color: #D6D6D6; margin: 15px 0 5px; } 
.business .business_cont1 ul li p { font-size: 24px; font-weight: 600; color: #333; margin-top: 20px; word-break: keep-all;} 
.business .business_cont1 .icon { width: 50px; height: 50px; } 
.business .business_cont1 .icon img { width: 100%; height: 100%; } 


/**** Content 2 빙축열시스템 ****/
.business #content2 .sec-title{text-align: center;}
.business #content2 .txt-box .common-description{text-align: center;}
.business #content2 .sub-title{margin-top: 3rem; text-align: center; }
.business #content2 .sub-title h4{font-size: 30px; font-weight: 600; color: #333; letter-spacing: -.7px; }

.business #content2 .img-box01{width: 100%; max-width: 50%; margin: 0 auto; padding-top: 30px;}
.business #content2 .img-box01 img{width: 100%; height: 100%;}
.business #content2 .business_cont2{margin-top: 1rem;}
.business #content2 .business_cont2 .item{width: 25%;}
.business #content2 .business_cont2 .item .box .txt-bx{min-height: auto;}
.business #content2 .red{color: red !important;}

.business #content2 .item-box{display: flex; align-items: center; column-gap: 3rem; margin-top: 40px;}
.business #content2 .item-box .obj{font-size: 22px; font-weight: bold; color: 000;}
.business #content2 .item-box .calculation{display: flex; flex-direction: column; row-gap: 1rem;}
.business #content2 .item-box .calculation span{width: 100%; border: 2px dotted #000;}
.business #content2 .item-box .txt{font-size: 26px; font-weight: 500; color: #000; text-align: center; word-break:keep-all} 

/* 시스템 운전모드 */
.business #content2 .con2_s6{}
.business #content2 .con2_s6 .business_cont2{flex-wrap: wrap;}
.business #content2 .con2_s6 .business_cont2 .item{width:48%;}
.business #content2 .con2_s6 .business_cont2 .txt-bx{text-align: left;}
.business #content2 .con2_s6 .business_cont2 .txt-bx .desc{line-height: 1.8; word-break: keep-all;}
.business #content2 .con2_s6 .business_cont2 .txt-bx .tit{font-size:32px; font-weight: 600; color: #162f5f; margin-bottom: 12px;}

/* 빙축열시스템 자동제어 */
.org-wrap { position:relative; margin:2% }
.org-wrap:before { position:absolute; left:50%; top:0; content:""; display:block; width:1px;     height: 200px; background:#ccc }
.org-items { position:relative; z-index:1; text-align:center }
.org-items + .org-items { margin-top:45px }
.org-items span { position:relative; display:inline-block; width:calc(100% / 3); line-height:55px; font-size:28px; text-align:center; color:#fff; font-weight:600; background:#2493e2;/*  border-radius:50px; */ z-index:9 }
.org-items.top span { background:#0a5fb6 }
.org-items.mid { text-align:center }
.org-items.midleft{text-align: left;    position: absolute; width: 100%;}
.org-items.midleft > span::before { position: absolute; top: 27.5px; left: 100%; z-index: 1; content: ""; width: 50%; height: 1px; background: #ccc;}
.org-items.mid > span { background-color:#2493e2 }
/* .org-items.mid > span::before { position:absolute; top:27.5px; left:-50%; z-index:1; content:""; width:50%; height:1px; background:#ccc } */
.org-items.bottom { position:relative; z-index:1; margin-top:90px }
.org-items.bottom span { width:100%; background-color:#5eb8f9 }
.org-items .lst-org { position:realtive; display:flex; flex-wrap:wrap; /* margin:0 -1.5%  */}
.org-items .lst-org::before {position: absolute;top: -45px;left: 16.7%;content: "";width: calc(100% - 33.4%);height: 1px;background: #ccc; }
.org-items .lst-org > li { position:relative; width: 30.32%; margin:0 1.5%; text-align:center; transition: all .25s ease }
.org-items .lst-org > li::after { position:absolute; left:calc(50% + 0.5px); z-index:0; top:-45px; content:""; width:1px; height:45px; background:#ccc }
.org-items .lst-org-bottom li { min-height:200px; padding:10px; border:1px solid #ddd; background-color:#f2f2f2;/*  border-radius:10px; */font-size: 28px; color: #000; font-weight: 500; }



/* 표 */
/* 줄맞춤 */
.business #content2 .p4{padding-left: 4px;}
.business #content2 .pl6{padding-left: 16px; display: block;}
.business #content2 .p18{padding-left: 18px;}
.business #content2 .p28{padding-left: 28px; display: block;}
.business #content2 .p40{padding-left: 40px !important; /* display: inline-block; */ }

/*가상선택자*/
.business #content2 .dot{/* display: inline-block; */ position: relative;}
.business #content2 .dot::before{content: '-'; position: absolute; top: 50%;left: -18px; transform: translateY(-50%);}

.business #content2 .star{position: relative;}
.business #content2 .star::before{content: '*'; position: absolute; top: 50%;left: -12px; transform: translateY(-50%);}

/* table */
.business #content2 .service-fee-table { text-align: center; vertical-align: middle; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; width: 100%; } 
.business #content2 .service-fee-table td{color: #333;}
.business #content2 .service-fee-table td, .service-fee-table th { font-size: 28px; padding: 15px 30px; letter-spacing: -.7px; border-top: 1px solid #ebebeb;line-height: 1.8; border-left: 1px solid #ebebeb; border-right: none; background-color: #fff; word-break: keep-all; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 500; } 
.business #content2 .service-fee-table .t_bg { background-color: #104770; color: #fff; } 

.business #content2 .service-fee-table .td_bg { background-color: #f6f6f6; } 
.business #content2 .service-fee-table .bold { font-weight: bold; } 
.business #content2 .service-fee-table .theme_color { color: #5d4b3d; font-weight: bold; } 
.business #content2 .service-fee-table .red_color { color: #e63535; background-color: #fff0e8; font-weight: bold; } 
.business #content2 .service-fee-table td.text-left { text-align: left; } 



/* Content 2 / 3 */
.business .business_cont2 { display: flex; align-items: center; justify-content: center; column-gap: 3%; margin-top: 3rem; } 
.business .business_cont2 .item { width: 48.5%}
.business .business_cont2 .item .title { font-size: 1.375rem; font-weight: 600; color: #111; text-align: center; margin-bottom: 15px}
.business .business_cont2 .item .box .img-bx { border: 1px solid #d9d9d9; border-bottom: 0; border-top-right-radius: 30px; border-top-left-radius: 30px; padding: 2.5em; min-height: 450px; display: flex; justify-content: center; align-items: center; } 
.business .business_cont2 .item .box .img-bx img { width: 100%; display: block; margin: 0 auto}
.business .business_cont2 .item .box .txt-bx { color: #333;font-weight: 600;
 display: flex; flex-direction: column; justify-content: center; background-color: #f2f2f2; border: 1px solid #f2f2f2; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; padding: 1.875em 2.5em; text-align: center; min-height: 160px;}
 .business .business_cont2 .item .box .txt-bx .desc{font-size: 26px;}
.common-description {word-break: keep-all; font-size: 28px; color: #333; font-weight: 500; line-height: 1.5; margin-top: 40px; text-align: left; letter-spacing: -.7px; } 
.common-description.color { color: #104770; } 

.business .conBox { font-weight: 500; margin-top: 40px; } 
.business .conBox .con { display: flex; align-items: center; } 
.business .conBox .con { line-height: 1.25; position: relative; } 
.business .conBox .con .philo_1 { text-align: left; } 
.business .conBox .con .philo_1 .br-block { display: none; } 
.business .conBox .con .philo_1 p { font-size: 20px; font-weight: 600; margin-right: 15px; background: #104770; color: #fff; border-radius: 50%; padding: 8px; } 
.business .conBox .con .philo_2 { font-size: 20px; } 
.business .conBox .con .philo_3 { font-size: 22px; } 
.business .conBox .con .dotTxt::before { background-color: #000; width: 20px; height: 20px; } 
.business .conBox .con .dotList>li em { font-weight: inherit; } 
.business .conBox .con .dotList>li::before { background-color: #000; width: 20px; height: 20px; top: 12px; } 
.business .conBox .con .top { padding: 45x 0; }
.business .conBox .con .top>p {  font-size: 28px; font-weight: 500; } 

.business .conBox .con .top>p em { font-weight: inherit; } 
.business .conBox .con .top .philo_1 { padding-top: 0; } 
.business .conBox .con .top .philo_2 { font-size: 20px; } 

.business .conBox .con .top>p>em { color: #104770; font-weight: 600; } 
.business .conBox .con .top .philo_2 em { margin-bottom: 10px; display: block;}
.business .conBox .con.con1 { padding: 20px 0; } 
.business .conBox .con.con1 .dotList { margin-top: 25px; line-height: 1.8; color: #555; } 
.business .conBox .con.con1 .dotList>li+li { margin-top: 3px; } 
.business .conBox .con.con1 .img-txt { width: 200px; margin: 70px 0 0; object-fit: contain; } 
.business .conBox .con.con1 .scroll .img { margin: 70px 0 55px auto; } 
.business .conBox .con.con2 .top>p { margin-bottom: 90px; } 
.business .conBox .con.con2 .top ul li { text-align: center; } 
.business .conBox .con.con2 .top ul li:nth-child(2) .circle { width: 160px; height: 160px; border-radius: 50%; border: 1px solid #EA5519; justify-content: center; align-items: center; color: #EA5519; font-size: 18px; } 
.business .conBox .con.con2 .top ul li:nth-child(2) .circle+.circle { margin-left: 121px; position: relative; } 
.business .conBox .con.con2 .top ul li:nth-child(2) .circle+.circle::before { content: ""; position: absolute; width: 24px; height: 24px; background-image: url("/images/contents/philosophy_plus.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; left: -75px; top: 50%; transform: translateY(-50%); } 
.business .conBox .con.con2 .top ul li:nth-child(2) .circle:nth-child(2) { border-color: #172866; color: #172866; } 
.business .conBox .con.con2 .top ul li:nth-child(2) .circle:nth-child(3) { border-color: #18A638; color: #18A638; } 
.business .conBox .con.con2 .top ul li:not(:nth-child(1)) { margin-top: 117px; } 
.business .conBox .con.con2 .top ul li:not(:nth-child(1)) .dotTxt { margin-bottom: 50px; } 
.business .conBox .con::after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 1px; background-color: #C3C3C3; transition: width 2s ease; } 
.business .conBox .con.aos-animate::after { width: 100%; } 

.business .flex { display: flex; flex-wrap: wrap; }
.business .conBox .con .top ul li .dotTxt { }
.business .conBox .circle-wrap { padding-top: 40px; text-align: center; } 
.business .conBox .con .top ul li:nth-child(4) .circle { width: 160px; height: 160px; border: 1px solid #e90000; justify-content: center; align-items: center; color: #e90000; font-size: 18px; } 
.business .conBox .con .top ul li:nth-child(4) .circle:nth-child(2) { border-color: #17661e; color: #17661e; } 
.business .conBox .con .top ul li:nth-child(4) .circle:nth-child(3) { border-color: #172866; color: #172866; } 
.business .conBox .con .top ul li:nth-child(4) .circle+.circle { margin-left: 120px; position: relative;}
.business .conBox .con .top ul li:nth-child(4) .circle+.circle::before { content: ""; position: absolute; width: 24px; height: 24px; background-image: url(https://www.thejasset.com/images/contents/philosophy_plus.svg); background-size: contain; background-position: center; background-repeat: no-repeat; left: -75px; top: 50%; transform: translateY(-50%); } 
.business .conBox .con .box:not(:last-child) { margin-bottom: 50px; } 
.business .conBox .con .box .circle { color: #fff; width: 210px; height: 210px; border-radius: 50%; background-color: #375623; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 300; margin-right: 120px; position: relative; } 
.business .conBox .con .box .circle::after { content: ""; position: absolute; right: -70px; width: 70px; height: 1px; background-color: #c3c3c3; } 
.business .conBox .con .box ul li { font-size: 20px; display: flex; align-items: center; position: relative; } 
.business .conBox .con .box ul li+li { margin-top: 30px; } 
.business .conBox .con .box ul li::before { content: ""; position: absolute; left: -50px; width: 50px; height: 1px; background-color: #c3c3c3; } 
.business .conBox .con .box ul li p { width: 200px; height: 63px; border-radius: 35px; border: 1px solid #375623; display: inline-block; display: flex; align-items: center; justify-content: center; box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.05); color: #375623; } 
.business .conBox .con .box ul li span { font-weight: 200; padding-left: 30px; } 
.business .conBox .con .box ul li span.english { padding-left: 0; } 
.business .conBox .con .box { padding-top: 40px; align-items: center; } 
.business .conBox .con .box ul li.b-line::after { content: ""; position: absolute; left: -50px; width: 1px; height: 93px; background-color: #c3c3c3; top: 50%; } 
.business .conBox .con .box ul li.b-line .br-block { display: none; } 
.business .conBox .con .professional { margin-top: 96px; } 
.business .conBox .con .professional .txt { font-size: 32px; font-weight: 200; line-height: 1.2; } 
.business .conBox .con .professional .composition {margin: 0 0 80px 270px; width: 464px; position: relative; color: #375623; } 
.business .conBox .con .professional .composition .tit { display: flex; align-items: center; justify-content: center; text-align: center; font-size: 30px; line-height: 1.2; letter-spacing: -1px; opacity: 1; transition: 1s ease 0.5s; background-color: #fff; width: 20%; height: 20%; border-radius: 50%; white-space: nowrap; overflow: hidden; } 
.business .conBox .con .professional .composition .info>li:nth-child(1) { right: 80%; bottom: 80%; transition-delay: 1s; } 
.business .conBox .con .professional .composition .info>li:nth-child(2) { left: 80%; bottom: 80%; transition-delay: 1.2s; } 
.business .conBox .con .professional .composition .info>li:nth-child(3) { right: 80%; top: 65%; transition-delay: 1.4s; } 
.business .conBox .con .professional .composition .info>li:nth-child(4) { left: 80%; top: 65%; transition-delay: 1.6s; } 
.business .conBox .con .professional .composition .info>li { width: 350px; padding: 20px; background-color: #fff; border: 1px solid #375623; border-radius: 10px; box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.05); position: absolute; font-size: 20px; text-align: center; letter-spacing: -1px; transform: translateY(50%); /* opacity: 0; */
 transition: 1s ease 0.5s; } 
.business .conBox .con .professional .composition .info>li .dotList { text-align: left; } 
.business .conBox .con .professional .composition .info>li .dotList li::before { width: 4px; height: 4px; top: 14px; } 
.dotList>li { position: relative;}
.business .conBox .con .professional .composition.aos-animate::before { transform: scale(1.4); opacity: 1; } 
.business .conBox .con .professional .composition.aos-animate .tit { width: 65%; height: 65%; opacity: 1; } 
.business .conBox .con .professional .composition.aos-animate .info>li { transform: translateY(0); opacity: 1; } 






@media screen and (max-height: 800px) {
    #sub .business:not(:last-of-type) { padding-bottom: 100px; } 
}






/*=======================
1880px
========================*/
@media screen and (max-width: 1880px){


}

/*=======================
1780px
========================*/
@media screen and (max-width: 1780px) {

/* 인증현황 */


/* 사업분야*/
.section .w1740:not(.common) { padding-right: 40px; } 


}


/*=======================
1700px
========================*/
@media screen and (max-width:1700px) {
/* 사업분야 */
.business .sec-title p { font-size: 1.7rem; } 
.business .business_cont1 h6 { font-size: 1.9rem; } 
.business .business_cont1 ul li { padding: 20px; } 
.business .business_cont1 ul li span { margin: 10px 0 5px; } 

}

/*=======================
1600px
========================*/
@media screen and (max-width:1600px) {
    /* 인사말 */
   /*  .s11 .arti2 .cnt h4{font-size: 26px;}
    .s11 .arti2 .cnt .tbx p{font-size: 20px;} */
 } 



/*=======================
1536px
========================*/
@media screen and (max-width:1536px) { } 



/*=======================
1440px
========================*/
@media screen and (max-width:1440px) {
/* 인증현황 */
.certification .certify-list ul { gap: 70px 30px; } 
.certification .certify-list ul li { width: calc((100% - 90px) / 4); } 

/* 사업분야 */
.flex-box > div { width: calc((100% - 50px) / 2); } 
.business .sec-title p { margin-top: 10px; } 
.business .conBox .con.con1 .dotList { margin-top: 12px;}
.business .conBox .con .top .philo_2 { font-size: 17px; } 
.business .conBox .con .box .circle { width: 160px; height: 160px; font-size: 16px; } 
.business .conBox .con .box ul li { font-size: 15px; } 
.business .conBox .con .box ul li p { width: 170px; height: 46px; } 
.business .conBox .con .box ul li.b-line::after { height: 76px; } 
.business .conBox .con .professional .composition .info>li { font-size: 15px; } 
}


@media screen and (max-width:1400px){
    .s11 .arti2 .cnt .tbx p:last-child{padding-right: 24rem;}
}

/*=======================
1280px
========================*/
@media screen and (max-width:1280px) { 



/* 회사소개 */
.company .company_cont2 .listbox li .circle { width: 300px; height: 300px; } 
.company .company_cont2 .listbox li .circle .icon { width: 70px; } 
.company .company_cont2 .listbox li:nth-child(1) .circle { margin-left: -150px; } 
.company .company_cont2 .listbox li:nth-child(2) .circle { margin-left: -30px; top: 215px; } 
.company .company_cont2 .listbox li:nth-child(3) .circle { margin-right: -30px; top: 215px; } 
.company .company_cont2 .listbox li:nth-child(1) .circle .s_circle { top: 50px; right: 16px; } 
.company .company_cont2 .listbox li:nth-child(2) .circle .s_circle { top: 215px; right: 10px; } 
.company .company_cont2 .listbox li:nth-child(3) .circle .s_circle { top: 125px; left: -12px; } 
.company .company_cont2 .listbox li:nth-child(1) dl { margin-left: 180px; } 
.company .company_cont2 .listbox li:nth-child(2) dl { top: 400px; margin-left: 290px; } 
.company .company_cont2 .listbox li:nth-child(3) dl { left: 0; top: 180px; } 

.s11 .arti2 .cnt .tbx p:last-child{padding-right: 18rem;}

.s11 .arti2 .cnt h4{font-size: 32px;}
.s11 .arti2 .cnt .tbx p{font-size: 24px;}
.s11 .arti2 .cnt .point{font-size: 26px;}

.company .company_cont1 dt{font-size: 28px;}
.company .company_cont1 dd{font-size: 30px;}
.company-history-info .history-month{font-size: 28px;}
.company-history-info .history-txt{font-size: 24px;}

.company .company_cont2 .listbox li dt span{font-size: 25px;}
.company .company_cont2 .listbox li dt{font-size: 34px;}
.company .company_cont2 .listbox li dd{font-size: 24px;}
.location-sec__title{font-size: 24px;}
.location-sec__text{font-size: 22px;}

/*오시는 길*/
.location .contact { padding-bottom: 15rem; } 
.location .contact .tit { font-size: 3rem; } 
.location .contact .txt { font-size: 1.6rem; } 
.location-sec__item { padding:40px 20px; } 
.location-sec__item i { font-size: 28px; } 
/* 사업분야 */
.business .prd_tab .tab-menu ul li,.petcare .prd_tab .tab-menu ul li { width:50%; margin-bottom:-1px; } 
.business .sec-title p { font-size: 1.6rem; } 
/* .business .business_cont1 h6 { font-size: 1.8rem; }  */
/* .business .business_cont1 ul li p { font-size: 1.6rem; }  */

[data-aos^=fade][data-aos^=fade].aos-animate { transition-delay: unset !important; } 
#header.up { transform: translateY(0); } 
.sticky-tab { top: var(--headerH); } 
.ptH { padding-top: 0; } 

#sub .business { padding-top: 120px; } 
#sub .business:first-of-type { padding-top: 0; } 

.business .flex-box { align-items: stretch; } 
.business .flex-box > div:first-of-type { width: 40%; } 
.business .flex-box > div:last-of-type { width: calc(60% - 50px); } 
.business .sticky { position: sticky; top: calc(var(--headerH) + 100px); left: 0; } 
.business .sec-title { overflow: hidden; } 
.business .business_cont1 { margin-top: 40px; } 
.business .business_cont1 ul li { width: calc((100% - 20px) / 2); } 
}

/*=======================
1280px
========================*/
@media screen and (max-width:1180px) { 
    /* 인사말 */
    .s11 .flex_box{flex-direction: column;}
    .s11 .arti2 .cnt h4{width: 100%; margin-bottom: 20px;}
    /* .s11 .arti2 .cnt .tbx{width: 85%;} */
}
/*=======================
1024px
========================*/
@media screen and (max-width:1024px) {

/* 서브비주얼 */
.sub-visual .sub-visual__title { font-size: 32px; } 
.sub__tit { padding: 1.5rem 0 0.6rem; font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: -1px; } 

/* 회사소개 */
.company .company_cont2 { margin-top: 60px; padding-top: 50px; min-height: 800px; } 
.company .company_cont2 .listbox { margin-top: 50px; } 
.company .company_cont2 .listbox li .circle { width: 240px; height: 240px; } 
.company .company_cont2 .listbox li .circle .icon { width: 60px; } 
.company .company_cont2 .listbox li:nth-child(1) .circle { margin-left: -120px; } 
.company .company_cont2 .listbox li:nth-child(2) .circle { margin-left: -15px; top: 180px; } 
.company .company_cont2 .listbox li:nth-child(3) .circle { margin-right: -15px; top: 180px; } 
.company .company_cont2 .listbox li .circle .s_circle { width: 26px; height: 26px; } 
.company .company_cont2 .listbox li:nth-child(1) .circle .s_circle { top: 36px; right: 10px; } 
.company .company_cont2 .listbox li:nth-child(2) .circle .s_circle { top: 168px; right: 4px; } 
.company .company_cont2 .listbox li:nth-child(3) .circle .s_circle { top: 112px; left: -14px; } 
/* .company .company_cont2 .listbox li dt { font-size: 18px; }  */
/* .company .company_cont2 .listbox li dt span { font-size: 14px; margin-bottom: 15px; }  */
/* .company .company_cont2 .listbox li dd { padding-top: 10px; font-size: 16px; }  */
.company .company_cont2 .listbox li:nth-child(1) dl { margin-left: 180px; } 
.company .company_cont2 .listbox li:nth-child(2) dl { top: 360px; margin-left: 240px; } 
.company .company_cont2 .listbox li:nth-child(3) dl { left: 0; top: 180px; width: 150px; } 
.company .company_cont2 .listbox li dd br { display: none; } 
.company_cont1 ul li { width: 50%; height: 200px; } 
/* .company_cont1 ul li:nth-child(2n) { border-right: 0; } 
.company_cont1 ul li:nth-child(-n+2) { border-top: 0; }  */
.location-sec__top { margin-top:20px; transform:none; } 
.location-sec__item { width:50%; padding:20px; } 
.location-sec__item::after { display:none; } 
/* .location-sec__title { margin-top:15px; font-size:17px; }  */
.location-sec__text { margin-top:10px; } 
.location-sec__wrap { margin-top:40px; } 
.location-sec__desc { font-size:16px; } 
.location-sec__msg { font-size:14px; }

/* 인증현황 */
.certification .certify-list ul { gap: 50px 30px; } 
.certification .certify-list ul li { width: calc((100% - 60px) / 3); } 

/* 사업분야 */
.business .conBox .con .box { flex-direction: column; align-items: left; } 
.business .conBox .con .box .circle { margin-right: 0; margin-bottom: 30px; } 
.business .conBox .con .box .circle::after,
.business .conBox .con .box ul li::before,
.business .conBox .con .box ul li.b-line::after { display: none; } 
.business .conBox .con .box ul li { flex-direction: column; row-gap: 20px; } 
.business .conBox .con .top .philo_2 { font-size: 15px; } 
.business .conBox .con .professional { margin-top: 12px; } 
.business .conBox .con .professional .composition img { transform: scale(0.7); } 
.business .conBox .con .professional .composition .info>li { width: 280px; padding: 10px; font-size: 13px; } 
.business .conBox .con .professional .composition .info>li:nth-child(1) { right: 65%; } 
.business .conBox .con .professional .composition .info>li:nth-child(2) { left: 65%; } 
.business .conBox .con .professional .composition .info>li:nth-child(3) { right: 65%; } 
.business .conBox .con .professional .composition .info>li:nth-child(4) { left: 65%; } 
.business .conBox .con .top ul li:nth-child(4) .circle { width: 130px; height: 130px; font-size: 14px; } 

.business .business_cont2 { flex-direction: column; row-gap: 3.125em} 
.business .business_cont2 .item { width: 100%} 
.business .business_cont2 .item .box .img-bx { min-height: auto} 
.business .business_cont2 .item .box .txt-bx { height: auto; padding: 1.25em 0.9375em} 
.business .business_cont2 .item .box .txt-bx .desc { font-size: 22px; line-height: 1.5; color: #555}
.business .business_cont2 .item .box .txt-bx .desc .font-weight-bold { font-weight: 600 !important; color: #111; word-break: keep-all;}

.business .txt-box br { display: none; } 



.business .sec-title h4{font-size: 48px;}
.business #content2 .business_cont2{flex-direction: row;}
.business #content2 .business_cont2 .item{width: 50%;}
}



/*=======================
960px
========================*/
@media screen and (max-width:960px) { 

/* 회사소개 */
.s11 .arti2 .cnt .tbx p:last-child{padding-right: 8rem;}

.sub-txt-wrap h2{font-size: 48px;}
.s11 .arti2 .cnt h4{font-size: 28px;}
.s11 .arti2 .cnt .tbx p{font-size: 20px;}
.s11 .arti2 .cnt .point{font-size: 22px}
.company .company_cont1 dt{font-size: 25px;}
.company .company_cont1 dd{font-size: 26px;}

/* 사업분야 */
.business .prd_tab.tab_six .tab-menu ul li { float:left; width:33.3%; margin-bottom:-1px; } 
.business .prd_tab.tab_six .tab-menu ul li a { margin-left:-1px; } 
.business .prd_tab.tab_six .tab-menu ul li:nth-child(3) a { margin-left:-1px; } 

.business .flex-box { flex-direction: column !important; } 
.business .flex-box > div:first-of-type { width: 100%; } 
.business .flex-box > div:last-of-type { width: 100%; margin-top: 30px; } 
.business .conBox .con .professional .composition { margin: 0 0 80px 160px;}
.business .conBox .con .top .philo_2 { word-break: keep-all; } 

.common-description{font-size: 24px;}
.business .sec-title p { font-size: 24px;}
.business .conBox .con .top>p{font-size: 22px;}
.business .conBox .con .philo_1 p{font-size: 18px;}
.business .conBox .con.con1{padding: 12px 0;}
.business .sub-title p{font-size: 20px;}


.service-fee-table {display: block;
    width: 960px;
  max-height: 960px;
  overflow-x: scroll;}
.service-fee-table td{ font-size: 22px !important; } 
.service-fee-table th { font-size: 22px ; } 
/* .scroll-box { overflow-x: scroll; padding-bottom: 30px; } 
.scroll-box-table { max-width: 960px; }  */
.business #content2 .service-fee-table td, .service-fee-table th{padding:15px 15px}

.business #content2 .img-box01{max-width: 60%;}
.business #content2 .sub-title h4{font-size: 24px;}
.business #content2 .con2_s6 .business_cont2 .txt-bx .tit{font-size: 25px;}
.business #content2 .sub-title{margin-top: 12px;}
.business #content2 .item-box .txt{font-size: 22px;}


.business .business_cont2 .item .box .txt-bx .desc{font-size: 22px;}


.org-items span{font-size: 20px;}
.org-items .lst-org-bottom li{font-size: 22px; min-height: auto;}

}

@media screen and (max-width:850px) {
    .company .company_cont2 { padding-top: 50px; padding-bottom: 50px; min-height: 600px; } 
    .company .company_cont2 .listbox li { margin-top: 50px; padding-left: 110px; } 
    .company .company_cont2 .listbox li .circle { width: 100px; height: 100px; } 
    .company .company_cont2 .listbox li .circle .icon { width: 45px; } 
    .company .company_cont2 .listbox li:nth-child(1) .circle { left: 0; margin-left: 0; } 
    .company .company_cont2 .listbox li:nth-child(2) .circle { left: 0; margin-left: 0; top: 0; } 
    .company .company_cont2 .listbox li:nth-child(3) .circle { left: 0; right: unset; margin-right: 0; top: 0; } 
    .company .company_cont2 .listbox li .circle .s_circle { display: none; } 
    /* .company .company_cont2 .listbox li dt { font-size: 17px; }  */
    .company .company_cont2 .listbox li dt span { margin-bottom: 10px; } 
    .company .company_cont2 .listbox li dd { padding-top: 10px;  } 
    .company .company_cont2 .listbox li dl { position: relative; } 
    .company .company_cont2 .listbox li:nth-child(1) dl { left: 0; top: 0; margin-left: 0; } 
    .company .company_cont2 .listbox li:nth-child(2) dl { left: 0; top: 0; margin-left: 0; } 
    .company .company_cont2 .listbox li:nth-child(3) dl { left: 0; top: 0; right: unset; width: auto; } 
    
    .history-left .company-history-info .history-item{ padding-right: 3.7rem;}
    .history-right .company-history-info .history-item{padding-left: 3.7rem;}
    .history-right .company-history-info{padding-left: 3.5rem;}
    .history-left .company-history-info{padding-right: 3.5rem;}


/* 사업분야 */
.business .conBox .con .professional .composition img { width: 300px; } 
.business .conBox .con .professional .composition { margin: 0; } 
.business .conBox .con .professional .composition { width: 100%; display: flex;justify-content: center; align-items: center; } 
.business .conBox .con .professional .composition .info { width: 100%; display: flex; flex-direction: column; row-gap: 12px; justify-content: center; align-items: center; } 
.business .conBox .con .professional .composition .info>li { width: 100%; position: static; } 
/* .business .conBox .con .top>p { font-size: 20px; }  */
.business .conBox .con .philo_1 p { font-size: 15px; margin-bottom: 4px; } 
.business .conBox .con .top .philo_2 { font-size: 13px; } 
.business .conBox .con .box .circle { width: 130px; height: 130px; font-size: 13px; } 
.business .conBox .con .box ul li { font-size: 13px; } 
.business .conBox .con .top ul li:nth-child(4) .circle { width: 100%; height: 60px; font-size: 12px; } 


}

/*=======================
800px
========================*/
@media screen and (max-width:800px) {

    /* 회사연혁 */
    .company-history { padding-top:5rem; } 
    /* History :: Layout */
    .company-history-wrapper { padding-bottom:10rem } 
    .company-history-wrapper:before { left:10px; top:calc(2.5rem - 12px); } 
    .company-history-info-box { width:auto; padding-left:40px } 
    .company-history-info-box::before { top:calc(2.5rem - 12px); left:-1px; border-width:6px; }
    .history-right .company-history-info{padding-left: 0;} 
    /* History :: 정보 */
    .company-history-info { margin-top:20px; } 
    .company-history-info .history-item { font-size:13px; padding-left:8rem; } 
    .company-history-info .history-month { left:0; } 
    .company-history-info .history-txt:before { display:none; } 
    .company-history-year { position:static; } 
    .company-history-year::before { width:20px; left:0; }
} 
/*=======================
768px
========================*/
@media screen and (max-width:768px) {

/* 서브비주얼 */
.sub-visual .sub-visual__title { font-size: 24px; } 
.sub__tit { font-size: 16px; } 
.sub-top { height: 400px; } 
.dropmenu .dropmenu__home:hover { } 
/* .dropmenu .dropmenu__btn:hover { background-color: rgba(0, 0, 0, .9); }  */
/* .dropmenu .dropmenu__menulink:hover { color: #fff; background: rgba(0, 0, 0, .7); }  */

/* 회사소개 */
.s11 .arti2 .cnt {text-align: left;}
.s11 .arti2 .cnt .tbx{width: 100%;}
.s11 .arti2 .cnt .br-none{display: none;}
.s11 .arti2 .cnt .tbx p:last-child{padding-right: 0;}

.company .txt_box p {font-size: 18px;}
.company .company_cont1 ul {margin: 70px 0 0; padding: 8vw 4vw; border-radius: 20px 20px 0 0; } 
.company .company_cont1 ul li { height: 125px; } 
.company .company_cont1 dt { font-size: 0.93rem; } 
.company .company_cont1 dt:before { height: 24px; margin: 0 auto 5px; background-size: contain; } 
.company .company_cont1 dd { margin-top: 9px; font-size: 1.07rem; } 

.company-history-wrapper {padding-bottom: 4rem;}
.company-history-year{font-size: 40px;}
.company-history-info .history-item{padding-left: 5rem;}



.location #moreBtn { } 
.location #moreBtn a + a { margin-left: 5px; } 
.location .contact { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-bottom: 100px; } 
.location .contact .txt + .tit { margin-top: 30px; } 
.location .contact .txt ul + .sub_tit { margin-top: 2em; } 

/* 인증현황 */
.certification .certify-list ul { gap: 50px 20px; } 
.certification .certify-list ul li { width: calc((100% - 20px) / 2); } 
.certification .certify-list ul li figure img { max-width: calc(100% - 20px); max-height: calc(100% - 20px); } 



/* 사업분야 */
.business .sec-title span{font-size: 18px;}
.business .sec-title h4 {font-size: 36px;}
.business .business_cont1 h6 { font-size: 24px;}
.business .conBox .con .top ul li:nth-child(4) .circle+.circle::before { width: 15px; height: 15px; left: 50%; top: -50%; } 
.business .conBox .con .top ul li:nth-child(4) .circle+.circle { margin-left: 0; margin-top: 60px; } 
.business .conBox .con .top ul li .circle .br-none { display: none; } 

.org-wrap:before { height:250px }
.org-items + .org-items { margin-top:35px }
.org-items span { font-size:16px; line-height:45px }
.org-items.mid > span::before { top:22.5px }
.org-items.bottom { margin-top:70px }
.org-items .lst-org::before { top:-35px }
.org-items .lst-org > li::after { top:-35px; height:35px }
.org-items .lst-org-bottom li { min-height:240px }
}


/*=======================
640px
========================*/
@media screen and (max-width:640px) {

/* 사업분야 */
.business .prd_tab { padding-top:20px; } 
.business .prd_tab .tab-menu ul li a { padding:15px 10px; font-size:16px; } 
.business .prd_tab .tab-menu ul li:nth-child(3) a { margin-left:1px; } 
.business .prd_tab.tab_six .tab-menu ul li a { font-size:15px; } 
.petcare .prd_tab .tab-menu ul li em { display:none; } 
.business .conBox .con .professional .composition { flex-direction: column; } 
.business .conBox .con .box ul li span { padding-left: 0; text-align: center; } 
.business .conBox .con .box ul li.b-line .br-block { display: block; } 
.business .conBox .con .philo_1 .br-block { display: block; } 

.org-wrap { margin:0 }
.org-wrap:before { top:0; height:calc(100% - 35px) }
.org-items span { width:40% }
/* .org-items.mid { text-align:center } */
.org-items.mid > span::before { display:none }
.org-items.bottom { margin-top:35px }
.org-items .lst-org { margin:-3% 0; padding:0 10% }
.org-items .lst-org > li { width:100%; margin:3% 0 }
.org-items .lst-org::before { display:none }
.org-items .lst-org > li::after { display:none }
.org-items .lst-org-bottom li { min-height:inherit }
}


/*=======================
480px
========================*/
@media screen and (max-width:480px) { 

/* 서브비주얼 */
.dropmenu .dropmenu__menu { width: 50%; } 
.dropmenu .dropmenu__btn { font-size: 15px; } 

.sub-visual .sub-visual__title{font-size: 30px;}
.sub__tit {font-size: 18px;}

/* 회사소개 */
.s11 .arti2 .cnt h4 {font-size: 22px; word-break: keep-all;}
.s11 .arti2 .cnt .tbx p {font-size: 20px;}
.s11 .arti2 .cnt .point{font-size: 20px !important;}

.company .company_cont1 dt{font-size: 24px; word-break: keep-all;}
.company .company_cont1 dd{font-size: 24px; word-break: keep-all;}

.company .txt_box p {font-size: 14px;}
.company .company_cont1 ul{flex-direction: column;}
.company_cont1 ul li:nth-child(-n+3) { border-right: 0;}
.company .company_cont1 ul li{width: 100%;}
.company_cont1 ul li:nth-child(2), .company_cont1 ul li:nth-child(5) {width: 100%;}

.company-history-year {font-size: 36px;}
.company-history-info .history-month{font-size: 22px;}
.company-history-info .history-txt{font-size: 20px;}
.company-history-info .history-item { padding-left: 3rem;}
.company-history-wrapper {padding-bottom: 1rem;}

.location-sec__item { width:100%; padding:15px 20px; } 

.company .company_cont2 .listbox li dt{font-size: 26px;}
.company .company_cont2 .listbox li dd{font-size: 22px;}

/* 인증현황 */
.certification .certify-list ul li p {font-size: 16px;}

/* 사업분야 */
.business .prd_tab .tab-menu ul li a {padding: 15px 4px; font-size: 14px; } 
.business .conBox .con .top>p { font-size: 18px; word-break: keep-all; } 
.business .business_cont1 ul li p{font-size: 18px;}
.business .business_cont2{row-gap:1em}

.business .sec-title span {font-size: 16px;}
.business .sec-title h4 {font-size: 28px;}
.business .sec-title p { font-size: 20px; word-break: keep-all;}
.common-description{font-size: 18px;  margin-top: 12px;}
.business .business_cont2 .item .box .txt-bx .desc {font-size: 20px;}
.business .business_cont2 .item .box .txt-bx{ min-height: auto;}


.business #content2 .img-box01 {max-width: 100%;}
.business #content2 .con2_s6 .business_cont2 .item{width:100%}
.business #content2 .sub-title h4 { font-size:18px;}
.business #content2 .business_cont2 { flex-direction: column;}
.business #content2 .business_cont2 .item{width:100%}

.business #content2 .cont_s9 .service-fee-table td,
.business #content2 .cont_s9 .service-fee-table th{padding:15px 2px;}
.business #content2 .item-box{column-gap: 1rem;}

.service-fee-table th {font-size: 17px;}
.service-fee-table td {font-size: 17px !important;}

.org-wrap{margin-top:20px}



}


/*=======================
430px
========================*/
@media screen and (max-width:430px) {

    /* 사업분야 */
    /* .business #content2 .cont_s9 .service-fee-table th { font-size: 11px;}
    .business #content2 .cont_s9 .service-fee-table td {font-size: 11px !important; } */
    .org-items .lst-org{padding:0;}
    .org-items span{width: 100%;}
}
/*=======================
375px
========================*/
@media screen and (max-width:375px) {

/* 인증현황 */
.certification .certify-list ul li p { font-size: 12px;}

/* 사업분야 */
.business .prd_tab .tab-menu ul li a{font-size: 11px;}
.business .conBox .con .philo_1 p { font-size: 12px; } 
.business .sec-title span { font-size: 14px;}
.business .sec-title h4 { font-size: 22px;}
.common-description {font-size: 13px;}
.business .business_cont2 .item .box .txt-bx .desc { font-size: 12px;}
}
