body { margin: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; }

.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs21 { font-size: 21px; }
.fs24 { font-size: 24px; }
.fs27 { font-size: 27px; }
.fs40 { font-size: 40px; }

.gnb { position: fixed; top: 0; left: 0; right: 0; background-color: white; z-index: 1000; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.gnb .gnb-nav { max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
.gnb .gnb-nav .gnb-logo .gnb-logo-img { height: 75px; }
.gnb .gnb-nav .gnb-util .gnb-quick { cursor: pointer; }

.gnb .gnb-nav .gnb-util { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.gnb .gnb-nav .gnb-util .gnb-tabs { display: flex; align-items: center; background-color: #F9FAFB; border-radius: 8px; }
.gnb .gnb-nav .gnb-util .gnb-tabs .gnb-tab { padding: 6px 10px; border-radius: 8px; }
.gnb .gnb-nav .gnb-util .gnb-tabs .gnb-tab.active { background-color: #E9FFF3; border: 2px solid #0DA24F; }

.m-menu { display: none; position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 1001; background: rgba(0, 0, 0, 0.6); }
.m-menu .m-menu-container { width: 80%; background-color: white; height: 100%; float: right; border-top-left-radius: 15px; overflow: hidden; display: flex; flex-direction: column; }
.m-menu .m-menu-container .m-menu-head { display: flex; justify-content: flex-end; padding: 10px; }
.m-menu .m-menu-container .m-menu-cont { display: flex; flex-direction: column; padding: 0 20px; font-size: 20px; }
.m-menu .m-menu-container .m-menu-cont .m-menu-item { padding: 16px; border-bottom: 1px solid #DEDEDE; }

.main { margin-top: 75px; }
.main .main-img { width: 100%; aspect-ratio: 1920 / 760; display: block; background-image: url('/images/company/main_uzb.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;  }

.company { padding: 100px 20px; display: flex; flex-direction: column; align-items: center; gap: 60px; background-color: #F8F9FA; box-sizing: border-box; }
.company .cp-title { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.company .cp-title .cp-title-text { font-weight: bold; color: #264772; }
.company .cp-title .cp-sub-title-text { color: #333333; }

.company .cp-conts { display: flex; flex-direction: column; max-width: 1200px; gap: 120px; }
.company .cp-conts .cp-cont1 { display: flex; align-items: center; }
.company .cp-conts .cp-cont1 .cp-cont1-img { width: calc(100% /2); }
.company .cp-conts .cp-cont1 .cp-cont1-area { padding-left: 80px; display: flex; flex-direction: column; gap: 12px; width: calc(100% /2); }
.company .cp-conts .cp-cont1 .cp-cont1-area .cp-cont1-box { display: flex; flex-direction: column; gap: 24px; }
.company .cp-conts .cp-cont1 .cp-cont1-area .cp-cont1-box .cp-cont1-title-box { display: flex; flex-direction: column; gap: 8px; }
.company .cp-conts .cp-cont1 .cp-cont1-area .cp-cont1-box .cp-cont1-title-box .cp-cont1-title { font-weight: bold; }
.company .cp-conts .cp-cont1 .cp-cont1-desc { line-height: 26px; }
.company .cp-conts .cp-cont1 .cp-cont1-tags { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; flex-wrap: wrap; }
.company .cp-conts .cp-cont1 .cp-cont1-tags .cp-cont1-tag { padding: 8px 12px; background-color: white; color: #27774A; border-radius: 30px; font-weight: bold; }

.company .cp-conts .cp-cont2 { display: flex; align-items: center; }
.company .cp-conts .cp-cont2 .cp-cont2-img { width: calc(100% /2); }
.company .cp-conts .cp-cont2 .cp-cont2-area { padding-right: 80px; display: flex; flex-direction: column; gap: 12px; width: calc(100% /2); }
.company .cp-conts .cp-cont2 .cp-cont2-area .cp-cont2-box { display: flex; flex-direction: column; gap: 24px; }
.company .cp-conts .cp-cont2 .cp-cont2-area .cp-cont2-box .cp-cont2-title-box { display: flex; flex-direction: column; gap: 8px; }
.company .cp-conts .cp-cont2 .cp-cont2-area .cp-cont2-box .cp-cont2-title-box .cp-cont2-title { font-weight: bold; }
.company .cp-conts .cp-cont2 .cp-cont2-desc { line-height: 26px; }
.company .cp-conts .cp-cont2 .cp-cont2-tags { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; flex-wrap: wrap; }
.company .cp-conts .cp-cont2 .cp-cont2-tags .cp-cont2-tag { padding: 8px 12px; background-color: white; color: #27774A; border-radius: 30px; font-weight: bold; }

.vision { display: flex; flex-direction: column; }
.vision .vs-sec1 { display: flex; flex-direction: column; }
.vision .vs-sec1 .vs-img { width: 100%; height: 552px; display: block; object-fit: cover; background-image: url('/images/company/vision_uzb.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.vision .vs-sec1 .vs-items-box { background-color: #264772; padding: 100px 0; display: flex; justify-content: center; }
.vision .vs-sec1 .vs-items-box .vs-items { max-width: 1200px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 20px; box-sizing: border-box; }
.vision .vs-sec1 .vs-items-box .vs-items .vs-item { background-color: white; padding: 40px 10px; display: flex; flex-direction: column; align-items: center; gap: 24px; border-radius: 12px; width: calc(25% - 15px); box-sizing: border-box; }
.vision .vs-sec1 .vs-items-box .vs-items .vs-item:hover { transform: translateY(-5px); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.vision .vs-sec1 .vs-items-box .vs-items .vs-item .vs-i-text-box { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center }
.vision .vs-sec1 .vs-items-box .vs-items .vs-item .vs-i-text-box .vs-i-title { font-weight: bold; color: #264772; }
.vision .vs-sec1 .vs-items-box .vs-items .vs-item .vs-i-text-box .vs-i-desc { text-align: center; }
.vision .vs-sec2 .vs-img { width: 100%; height: 480px; display: block; object-fit: cover; background-image: url('/images/company/labor_exp_uzb.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; }

.service { padding: 100px 20px; background-color: #F8F9FA; display: flex; flex-direction: column; align-items: center; gap: 60px; box-sizing: border-box; }
.service .sv-head { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.service .sv-head .sv-title { font-weight: bold; color: #264772; }
.service .sv-cont { max-width: 1200px; width: 100%; display: flex; flex-direction: column; gap: 16px; box-sizing: border-box; }
.service .sv-cont .sv-cont-toggles { display: flex; align-items: center; gap: 8px; }
.service .sv-cont .sv-cont-toggles .sv-cont-toggle { padding: 10px 16px; background-color: #e0e1e1; border-radius: 30px; cursor: pointer; }
.service .sv-cont .sv-cont-toggles .sv-cont-toggle.active { background-color: #2E8B57; color: white; }
.service .sv-cont .sv-s1,
.service .sv-cont .sv-s2 { display: flex; flex-direction: column; gap: 16px; opacity: 0; transform: translateY(10px); max-height: 0; overflow: hidden; transition: all 0.3s ease; }
.service .sv-cont .sv-s1.active,
.service .sv-cont .sv-s2.active { opacity: 1; transform: translateY(0); max-height: 2500px; }
.service .sv-cont .sv-sec-head { display: flex; flex-direction: column; gap: 8px; }
.service .sv-cont .sv-sec-head .sv-sec-title { font-weight: bold; }
.service .sv-cont .sv-items-box { display: flex; flex-direction: column; gap: 12px; }
.service .sv-items { display: flex; justify-content: center; gap: 12px; max-width: 1200px; width: 100%; box-sizing: border-box; }
.service .sv-items .sv-item { background-color: white; padding: 40px 20px; display: flex; flex-direction: column; align-items: center; gap: 24px; border-radius: 12px; width: calc(25% - 9px); box-sizing: border-box; }
.service .sv-items .sv-item:hover { transform: translateY(-5px); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.service .sv-items .sv-item .sv-i-text-box { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.service .sv-items .sv-item .sv-i-text-box .sv-i-title { font-weight: bold; color: #264772; }
.service .sv-items .sv-item .sv-i-text-box .sv-i-desc { text-align: center; }

.history { padding: 100px 20px; display: flex; flex-direction: column; align-items: center; gap: 60px; box-sizing: border-box; }
.history .ht-head { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.history .ht-head .ht-head-title { font-weight: bold; color: #264772; }
.history .timeline { position: relative; max-width: 900px; width: 100%; margin: 0 auto; }
.history .timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 4px; top: 0;
	height: var(--timeline-line-height); background-color: #2e8b57; }
.history .timeline .timeline-item { display: flex; margin-bottom: 3rem; position: relative; }
.history .timeline .timeline-item:nth-child(odd) { flex-direction: row; }
.history .timeline .timeline-item:nth-child(even) { flex-direction: row-reverse; }
.history .timeline .timeline-item .timeline-content { width: 40%; background-color: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.history .timeline .timeline-item .timeline-content:hover { transform: translateY(-5px); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.history .timeline .timeline-item .timeline-content .timeline-year { font-weight: 700; color: #2e8b57; margin-bottom: 0.5rem; }
.history .timeline .timeline-item .timeline-content .timeline-text { color: #333333; line-height: 1.6; }
.history .timeline .timeline-item .timeline-dot { position: absolute; left: 50%; transform: translateX(-50%); width: 20px; height: 20px; background-color: #2e8b57; border: 4px solid white; border-radius: 50%; }
.history .timeline .timeline-item:last-child { margin-bottom: 0; }
.history .timeline .timeline-item:last-child .timeline-dot { box-shadow: 0 0 0 4px #2e8b57; }

.contact { background-color: #F8F9FA; padding: 100px 0; }
.contact .ct-container { max-width: 1200px; width: 100%; margin: auto; display: flex; flex-direction: column; align-items: center; gap: 60px; padding: 0 20px; box-sizing: border-box; }
.contact .ct-container .ct-head { display: flex; flex-direction: column; gap: 40px; width: 100%; }
.contact .ct-container .ct-head .ct-hd-title-box { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.contact .ct-container .ct-head .ct-hd-title-box .ct-title { font-weight: bold; color: #264772; }
.contact .ct-container .ct-head .ct-hd-guide { display: flex; flex-direction: column; gap: 8px; }
.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-desc-box { display: flex; align-items: center; gap: 4px; }
.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-desc-box .ct-hd-guide-desc-img { width: 25px; }
.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-desc-box .ct-hd-guide-desc { font-size: 21px; }
.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-items { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-items .ct-hd-guide-item { display: flex; align-items: center; gap: 4px; font-size: 18px; }
.contact .ct-container .ct-cont { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 80px; }
.contact .ct-container .ct-cont .ct-counsel-items { display: flex; justify-content: space-between; gap: 16px; width: 100%; flex-wrap: wrap; }
.contact .ct-container .ct-cont .ct-counsel-item { background-color: white; border-radius: 12px; display: flex; flex-direction: column; gap: 12px; padding: 24px 24px 12px; width: calc(100% / 3 - 11px); box-sizing: border-box; }
.contact .ct-container .ct-cont .ct-counsel-item:hover { transform: translateY(-5px); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.contact .ct-container .ct-cont .ct-counsel-item .ct-csel-i-info { display: flex; flex-direction: column; gap: 4px; }
.contact .ct-container .ct-cont .ct-counsel-item .ct-csel-i-info .ct-csel-i-if-title { font-weight: bold; color: #264772; }
.contact .ct-container .ct-cont .ct-counsel-item .ct-csel-i-info .ct-csel-i-if-desc { color: #555555; }
.contact .ct-container .ct-cont .ct-counsel-item .ct-csel-i-img { align-self: flex-end; width: 40px; }
.contact .ct-container .ct-cont .ct-location { display: flex; align-items: center; width: 100%; }
.contact .ct-container .ct-cont .ct-location .google-map { width: 50%; display: flex; flex-direction: column; gap: 30px; }
.contact .ct-container .ct-cont .ct-location .google-map iframe { width: 100%; aspect-ratio: 1 / 1; }
.contact .ct-container .ct-cont .ct-location .google-map .maps { width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; }
.contact .ct-container .ct-cont .ct-location .google-map .maps .map-img { width: 40px; border-radius: 8px; cursor: pointer; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items { display: flex; flex-direction: column; gap: 60px; width: 50%; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item { display: flex; flex-direction: column; gap: 20px; padding-left: 80px; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-title { font-weight: bold; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts { display: flex; flex-direction: column; gap: 12px; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts .ct-loc-i-opt { display: flex; align-items: center; gap: 21px; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts .ct-loc-i-opt .ct-loc-i-opt-title { font-weight: bold; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts .ct-loc-i-opt .ct-loc-i-opt-text-box { display: flex; align-items: center; gap: 10px; }
.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts .ct-loc-i-opt .ct-loc-i-opt-text-box .ct-loc-i-opt-cp-img { width: 25px; }

.inquiry { margin: auto; padding: 80px 20px; max-width: 1200px; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 40px; box-sizing: border-box; }
.inquiry .iq-sec1,
.inquiry .iq-sec2 { opacity: 0; transform: translateY(10px); max-height: 0; overflow: hidden; transition: all 0.3s ease; }
.inquiry .iq-sec1.active,
.inquiry .iq-sec2.active { opacity: 1; transform: translateY(0); max-height: 1500px; }
.inquiry .iq-head { display: flex; flex-direction: column; gap: 20px; width: 100%; text-align: center; }
.inquiry .iq-head .iq-hd-title { width: 100%; font-weight: bold; color: #264772; }
.inquiry .iq-head .iq-hd-toggles { display: flex; align-items: center; gap: 8px; }
.inquiry .iq-head .iq-hd-toggles .iq-hd-toggle { padding: 10px 16px; background-color: #e0e1e1; border-radius: 30px; cursor: pointer; }
.inquiry .iq-head .iq-hd-toggles .iq-hd-toggle.active { background-color: #2E8B57; color: white; }
.inquiry .iq-cont { width: 100%; text-align: center; display: flex; flex-direction: column; }
.inquiry .iq-cont form { display: flex; flex-direction: column; gap: 17px; }
.inquiry .iq-cont .iq-ct-form { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.inquiry .iq-cont .iq-ct-form .iq-form-items { width: 100%; display: flex; align-items: center; gap: 16px; }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 0 3px; box-sizing: border-box; }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item.cu1 { width: 100%; }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item.cu2 { width: calc(50% - 8px); }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item .iq-form-title { align-self: flex-start; font-weight: bold; color: #264772; }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item .iq-form-date { display: flex; align-items: center; gap: 16px; }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item .iq-form-date input { flex: 1; min-width: 0; }
.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item .iq-form-choose { display: flex; align-items: center; gap: 20px; }

.inquiry .iq-cont .iq-foot { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.inquiry .iq-cont .iq-foot .submit-btn { width: 100%; padding: 16px 0; background-color: #2E8B57; border-radius: 8px; color: white; font-weight: bold; border: none; cursor: pointer; }
.inquiry .iq-cont .iq-foot .iq-foot-desc { color: #888888; }

.footer { background-color: #2E2E32; padding: 40px 0; display: flex; justify-content: center; color: white; }
.footer .ft-container { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; }
.footer .ft-container .ft-logo-box { display: flex; flex-direction: column; gap: 8px; }
.footer .ft-container .ft-logo-box .ft-logo-img { width: 200px; }
.footer .ft-container .ft-cont { display: flex; flex-direction: column; align-items: flex-end; gap: 20px; }
.footer .ft-container .ft-cont .ft-cont-item { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer .ft-container .ft-cont .ft-cont-item .ft-cont-text { text-align: right; }

.highlight { font-weight: bold; color: #264772; }
.required { color: #2E8B57; margin-left: 6px; font-weight: 100; }

input[type="text"], textarea { padding: 16px; outline: 1px solid #E0E0E0; border-radius: 8px; border: none; }
input:focus, textarea:focus { outline: 2px solid #2E8B57; }
.flatpickr-mobile { padding: 16px; outline: 1px solid #E0E0E0; border-radius: 8px; border: none; }
.flatpickr-mobile:focus { outline: 2px solid #2E8B57; }

.custom-select-body.active { outline: 2px solid #2E8B57; }
.custom-select-body { display: flex; justify-content: space-between; align-items: center; outline: 1px solid #E0E0E0; border: none; border-radius: 8px; padding: 16px; cursor: pointer; }
.custom-select-body .select-body-box { display: flex; align-items: center; gap: 12px; }
.custom-select-body .select-body-img { width: 20px; }
.custom-select { display: none; position: absolute; top: 100%; width: 100%; border: 1px solid #2E8B57; border-radius: 5px; background-color: white; list-style: none; flex-direction: column; padding: 0; margin: 0; box-sizing: border-box; background-color: white; z-index: 100; overflow-y: auto; max-height: 250px; }
.custom-select.active { display: flex; }
.custom-select .custom-opt { padding: 14px; border-bottom: 1px solid #EBEEF3; cursor: pointer; display: flex; align-items: center; gap: 12px; }
.custom-select .custom-opt:last-of-type { border: none; }
.custom-select .custom-opt:hover { background-color: #A5BBDF; }
.custom-select .custom-opt .custom-flag { width: 25px; }

.error-message { display: none; color: red; align-self: flex-start; }

.loading-bar { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; font-size: 1.5em; color: white; flex-direction: column; }
.loading-bar.active { display: flex; }
.loading-bar .spinner { border: 6px solid #f3f3f3; border-top: 6px solid #3498db; border-radius: 50%; width: 60px; height: 60px; animation: spin 1s linear infinite; margin-bottom: 15px; }

.anicont { transform: translateY(60px); opacity: 0; transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease-out; }
.anicont.ani { transform: translateY(0); opacity: 1; }

.tel-mail { text-decoration: none; color: black; cursor: pointer; }

.toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: #333; color: #fff; padding: 10px 16px; border-radius: 8px; opacity: 0; transition: 0.3s; z-index: 1000; }
.toast.active { opacity: 1; }

@keyframes spin { 0% { transform: rotate(0deg);}  100% { transform: rotate(360deg);}  }

@media only screen and (min-width: 768px) {
	.mobile { display: none !important; }
}

@media only screen and (max-width: 1100px) {
	.company .cp-conts { flex-direction: column; }
	.company .cp-conts .cp-cont1 { width: 100%; }
	.company .cp-conts .cp-cont2 { width: 100%; }
	.company .cp-conts .cp-cont1 .cp-cont1-area { padding-left: 40px; }

	.vision .vs-sec1 .vs-items-box .vs-items { flex-wrap: wrap; }

	.service .sv-items { flex-wrap: wrap; }
	.service .sv-items .sv-item { width: calc(50% - 12px); }
}

@media only screen and (max-width: 1000px) {
	.main { overflow: hidden; }
	.main .main-img { width: 120%; aspect-ratio: 1920 / 900; position: relative; left: 50%; transform: translateX(-50%); }

	.vision .vs-sec1 .vs-items-box .vs-items .vs-item { width: calc(100% / 2 - 20px); }
	.vision .vs-sec1 .vs-img { height: 400px; }

	.contact .ct-container .ct-cont .ct-location { flex-direction: column; gap: 50px; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items { width: 100%; flex-direction: row; align-items: baseline; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item { width: calc(50% - 10px); padding-left: 0; }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.contact .ct-container .ct-cont .ct-location .google-map { width: 80%; }
}

@media only screen and (max-width: 900px) {
	.gnb .gnb-nav .gnb-util { gap : 16px; }

	.company .cp-conts .cp-cont1 { flex-direction: column; gap: 20px; }
	.company .cp-conts .cp-cont2 { flex-direction: column-reverse; gap: 20px; }
	.company .cp-conts .cp-cont1 .cp-cont1-area { padding: 0; width: 100%; }
	.company .cp-conts .cp-cont2 .cp-cont2-area { padding: 0; width: 100%; }
	.company .cp-conts .cp-cont1 .cp-cont1-img { width: 100%; }
	.company .cp-conts .cp-cont2 .cp-cont2-img { width: 100%; }

	.contact .ct-container .ct-cont .ct-counsel-items { width: 100%; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts { gap: 20px; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts .ct-loc-i-opt { flex-direction: column; align-items: unset; gap: 8px; }
}

@media only screen and (max-width: 850px) {

}


/* mobile start */
@media (max-width: 767px) {
	/*.fs14 { font-size: 13px; }*/
	/*.fs15 { font-size: 14px; }*/
	/*.fs16 { font-size: 14px; }*/
	/*.fs17 { font-size: 15px; }*/
	/*.fs18 { font-size: 16px; }*/
	/*.fs21 { font-size: 19px; }*/
	/*.fs24 { font-size: 22px; }*/
	/*.fs40 { font-size: 36px; }*/

	.mobile { display: block; }
	.pc { display: none !important; }

	.gnb .gnb-nav .gnb-logo .gnb-logo-img { height: 65px; }
	.gnb .gnb-nav .gnb-util .gnb-menu .gnb-menu-img { width: 45px; }

	.main { margin-top: 65px; }

	.m-menu.active { display: block; }

	.vision .vs-sec1 .vs-img { height: 300px; }
	.vision .vs-sec2 .vs-img { height: 360px; }

	.history .timeline::before { left: unset; }
	.history .timeline .timeline-item { padding-left: 40px; }
	.history .timeline .timeline-item:nth-child(odd) { flex-direction: unset; }
	.history .timeline .timeline-item:nth-child(even) { flex-direction: unset; }
	.history .timeline .timeline-item .timeline-content { width: 100%; }
	.history .timeline .timeline-item .timeline-dot { width: 15px; height: 15px; border: 3px solid white; left: 0; }
	.history .timeline .timeline-item:last-child .timeline-dot { box-shadow: 0 0 0 3px #2e8b57; }

	.contact .ct-container .ct-cont .ct-location .google-map { width: 100% }

	.custom-select-body { padding: 12px; }
	.custom-select-body .select-body-img { width: 16px; }
	input[type="text"], textarea { padding: 12px; }
	.flatpickr-mobile { padding: 12px; }

	.footer .ft-container { flex-direction: column; gap: 20px; }
	.footer .ft-container .ft-logo-box { width: 100%; }
	.footer .ft-container .ft-cont { width: 100%; align-items: flex-start; }
	.footer .ft-container .ft-cont .ft-cont-item { width: 100%; align-items: flex-start; }
	.footer .ft-container .ft-cont .ft-cont-item .ft-cont-text { text-align: left; }
}

@media (max-width: 700px) {
	.contact .ct-container .ct-head .ct-hd-guide { gap: 16px; }
	.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-desc-box .ct-hd-guide-desc { font-size: 18px; }
	.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-items .ct-hd-guide-item { font-size: 16px; }
}

@media (max-width: 600px) {
	/*.fs14 { font-size: 12px; }
    .fs15 { font-size: 13px; }
    .fs16 { font-size: 14px; }
    .fs17 { font-size: 14px; }
    .fs18 { font-size: 15px; }
    .fs21 { font-size: 18px; }
    .fs24 { font-size: 20px; }
    .fs40 { font-size: 32px; }*/

	.contact .ct-container .ct-cont .ct-counsel-item { width: 100%; }

	.inquiry .iq-cont .iq-ct-form .iq-form-items { flex-direction: column; }
	.inquiry .iq-cont .iq-ct-form .iq-form-items .iq-form-item.cu2 { width: 100%; }
}

@media (max-width: 550px) {
	.company .cp-conts .cp-cont2 .cp-cont2-items { flex-wrap: wrap; }
	.company .cp-conts .cp-cont2 .cp-cont2-items .cp-cont2-box { width: 100%; }
	.vision .vs-sec1 .vs-items-box .vs-items .vs-item { width: 100%; }
	.service .sv-items .sv-item { width: 100%; }

	.main .main-img { background-image: url('/images/company/m_main_uzb.webp'); width: 100%; aspect-ratio: 390 / 502; }
	.vision .vs-sec1 .vs-img { background-image: url('/images/company/m_vision_uzb.webp'); height: auto; object-fit: unset; aspect-ratio: 390 / 528; }
	.vision .vs-sec2 .vs-img { background-image: url('/images/company/m_labor_exp_uzb.webp'); height: auto; object-fit: unset; aspect-ratio: 390 / 616; }

	.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-items { gap: 8px; }
	.contact .ct-container .ct-head .ct-hd-guide .ct-hd-guide-items .ct-hd-guide-item:last-child { width: 100%; }

	.contact .ct-container .ct-cont .ct-location .ct-loc-items { flex-direction: column; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item { width: 100%; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-title.fs21 { font-size: 18px; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-text.fs16 { font-size: 14px; }
	.contact .ct-container .ct-cont .ct-location .ct-loc-items .ct-loc-item .ct-loc-i-opts.fs18 { font-size: 16px; }
}

@media (max-width: 500px) {
	/*.fs14 { font-size: 11px; }
    .fs15 { font-size: 12px; }
    .fs16 { font-size: 13px; }
    .fs17 { font-size: 14px; }
    .fs18 { font-size: 14px; }
    .fs21 { font-size: 17px; }
    .fs24 { font-size: 19px; }
    .fs40 { font-size: 30px; }*/

	.m-menu .m-menu-container .m-menu-head .m-menu-close-img { width: 40px; }

	.footer .ft-container .ft-logo-box .ft-logo-img { width: 150px; }
}

@media (max-width: 450px) {
	.gnb .gnb-nav .gnb-logo .gnb-logo-img { height: 60px; }
	.gnb .gnb-nav .gnb-util .gnb-menu .gnb-menu-img { width: 40px; }

	.main { margin-top: 60px; }
}

@media (max-width: 400px) {
	/*.fs14 { font-size: 10px; }
    .fs15 { font-size: 11px; }
    .fs16 { font-size: 12px; }
    .fs17 { font-size: 13px; }
    .fs18 { font-size: 13px; }
    .fs21 { font-size: 16px; }
    .fs24 { font-size: 18px; }
    .fs40 { font-size: 26px; }*/
}

@media (max-width: 350px) {
	/*.fs14 { font-size: 10px; }
    .fs15 { font-size: 10px; }
    .fs16 { font-size: 11px; }
    .fs17 { font-size: 12px; }
    .fs18 { font-size: 12px; }
    .fs21 { font-size: 15px; }
    .fs24 { font-size: 16px; }
    .fs40 { font-size: 24px; }*/

	.custom-select-body .select-body-img { width: 12px; }
	.custom-select-body { padding: 10px; }
	input[type="text"], textarea { padding: 10px; }
	.flatpickr-mobile { padding: 10px; }
}