@charset "utf-8"; /* sub_com */
.main_wrapper p { line-height: 1.4; } 
.sub_com { padding: 0 0 14rem; line-height: 1.5; position: relative; } 
.inner_wrap { width: 94%; max-width: 1330px; margin: 0 auto; font-size: 1.6rem; position: relative; height: 100%; } 
.sub_inner_wrap img { display: block; margin: 0 auto; max-width: fit-content; width: 100%; } 
.container { margin-bottom: 8rem; position: relative; } 
.container:last-child { padding-bottom:0; } 
.contain1.tit1 { position: relative; padding-top: 8rem; } 
.sub_tit { font-size: 3rem; padding-top: 1rem; padding-bottom: 8rem; font-weight: 500; position:relative; } 
.sub_tit::before { content:''; display:block; position:absolute; left: 0; width: 25px; height: 2px; background:var(--main-color); top: 4px; } 
.center { text-align: center; } 
.bor_b { border-bottom: 1px solid #dcdcdc; } 
/* sub visual */
.sub_visual_wrap { position: relative; } 
.sub_visual_box { width: 100%; height: 628px; overflow: hidden; position: relative; } 
.sub_page_visual { background-repeat: no-repeat; background-position: center; background-size: cover; animation: bg-active 5s; height: 100%; } 
.sub_page_visual1 { background-image: url(../img/sub_visual_1.jpg); } 
.sub_page_visual2 { background-image: url(../img/sub_visual_2.jpg); } 
.sub_page_visual3 { background-image: url(../img/sub_visual_3.jpg); } 
.sub_page_visual4 { background-image: url(../img/sub_visual_4.jpg); } 
.sub_page_visual5 { background-image: url(../img/sub_visual_5.jpg); } 

 /* 애니메이션 */
/* .sub_visual_3 { animation: bg-active 5s; } */
@keyframes bg-active { 
 0% { transform: scale(1.09); opacity: 0.9; } 
100% { transform: scale(1); opacity: 1; } 
 }
 /* sub_visual */
.top_letter { font-size: 16rem; color: #ffffff1a; position: absolute; right: 6%; bottom: -10%; z-index: 100; font-family: var(--font-eng); font-weight: 600; letter-spacing: -3px; } 
.sub_visual_txt { position: absolute; top: 52%; left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; color: #fff; } 
.sub_visual_txt h1 { color: #fff; font-size: 6rem; font-weight: 700; } 
.sub_visual_txt h2 { color: #fff; font-size: 2.4rem; font-weight: 300; } 
.sub_visual_txt p { color: #fff; font-size: 1.1em; } 
.tit_box { padding-top: 6rem; padding-bottom: 9rem; text-align: center; } 
.tit_box .tit_bar { width: 1px; display: block; margin: 3rem auto 2rem; height: 5rem; background: #dadada; position: relative; } 
.tit_box h1 { margin-bottom: 1rem; font-weight: 600; font-family: var(--font-eng); } 
.tit_box h2 { font-size: 2.6em; font-family: inherit; font-weight: 300; letter-spacing: -3px; line-height: 1.5; } 
.tit_box h2 strong { font-weight: 500; } 
.tit_box p { font-size: 3.1rem; font-family: 'SUIT'; font-weight: 400; line-height: 1.4; color: #111; word-break: keep-all; } 
.tit_box2 h1 { font-weight: 500; font-size: 2.7em; font-family: 'GmarketSans'; padding-bottom: 4rem; padding-top: 6rem; } 
.horizon { width: 4rem; height: 2px; background: #fff; display: block; margin: 0 auto; margin-top: 2rem; } 

/* top menu */
.mobile_sub_menu { display: none; } 
/* .pc_sub_menu { display: none; } */
.sub_visual_box .visual_menu_wrap { padding-top: 60px; position: relative; z-index: 1111; } 
.depth_wrap { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-start; font-size: 1.6rem; margin-left: auto; width: 40%; height: 100%; position: relative; } 
.depth_wrap .depth_name { display: flex; justify-content: space-between; min-width: 87px; width: 100%; word-break: keep-all; color: #fff; } 
.depth_wrap > div.home_btn { width: auto; position: relative; } 
.depth_wrap > div.home_btn i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2rem; height: 2rem; background:url(../img/home_icon.png) no-repeat center center/contain; } 
.depth_wrap > div.home_btn a { color: var(--main-color); font-size: 2.2rem; } 
.depth_wrap > div { padding: 0 2rem; position: relative; cursor: pointer; height: 100%; display: flex; align-items: center; width: 50%; justify-content: flex-end; } 
.depth_wrap > div.depth3.show { display:block; } 
.depth_wrap > div:last-child { border-right: unset; } 
.depth_wrap > div .depth_name i { padding-left: 1rem; display: flex; align-items: center; font-size: 2.2rem; } 
.visual_menu_wrap { position: relative; height: 8rem; max-width: 1460px; margin: 0 auto; bottom: 12rem; } 
.visual_menu_wrap .com_depth { position: absolute; background: #113992eb; width: 94%; left: 50%; transform: translateX(-50%); top: 8rem; z-index: 5; overflow: hidden; padding: 1rem 0; border-radius: 0 0 10px 10px; } 
.visual_menu_wrap .com_depth li { padding: 0.1rem; } 
.visual_menu_wrap .com_depth li:hover a { color: #fff; background: var(--main-color); } 
.visual_menu_wrap .com_depth li a { color: #fff; text-align: center; padding: 5px; font-size: 1.6rem; font-weight: 500; transition: all .2s; word-break: keep-all; } 
/* TAB MENU */
.tab_list { display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; flex-direction: row; width: 100%; margin: 4rem auto 6rem; position: relative; border-bottom: 1px solid #44444469; border-left: 1px solid #44444469; } 
.tab_list a { display: flex; align-items: center; justify-content: center; } 
.tab_list div { cursor: pointer; background: #fff; color: #444; flex: 0 1 49.5%; font-weight: 400; transition: all .4s; text-align: center; border-top: 1px solid #44444469; border-right: 1px solid #44444469; font-size: 2rem; padding: 1.5rem; } 
.tab_list div:hover { color: #fff; background: #23408f; border: unset; } 
.tab_content { display: none; } 
.tab_content.current { display: block; } 
.tab_list .tab_link.current { border: unset; color: #fff; background: #23408f; } 
.tab_list.nav-fixed { position: fixed; top: 100px; background: #fff; z-index: 10; width: 100%; margin: 0; } 

/* NAOTECH SUB PAGE CSS */

/* GREETING */
#greeting.sub_com { padding: 0; } 
#greeting article { padding: 10rem 0; } 
#greeting .arti1 { text-align: center; } 
#greeting .arti1 .top_wrap { margin-bottom: 10rem; } 
#greeting .arti1 .top_wrap h2 { margin-bottom: 3rem; } 
#greeting .bottom_box ul li { background: #eceff9; border-radius: 2rem; padding: 4rem; text-align: center; height: 34.6rem; position: relative; } 
#greeting .bottom_box ul li .inner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; } 
#greeting .bottom_box ul li .inner .img_box { margin-bottom: 1rem; } 
#greeting .info_box h3 { font-size: 2.4rem; text-transform: uppercase; padding-bottom: 0.5rem; } 
#greeting .info_box p { font-size: 1.7rem; } 
#greeting .arti2 { background: url(../img/company_bg1.jpg) no-repeat center center/cover; text-align: center; color: #fff; height: 56rem; position: relative; } 
#greeting .arti2 .inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } 
#greeting .arti2 .inner h2 { padding-bottom: 2rem; } 
#greeting .arti3 { padding: 20rem 0; } 
#greeting .flex_box { display: flex; justify-content: space-between; } 
#greeting .left_box { margin-right: 4%; width: 40%; } 
#greeting .left_box h4 { font-family: 'GMarketSans'; font-weight: 400; } 
#greeting .right_box { flex: 0 1 50%; } 
#greeting .right_box p { font-family: var(--font-fam); font-weight: 200; } 
#greeting .arti4 { background: url(../img/company_bg2.jpg) no-repeat center center/cover; height: 100vh; color: #fff; } 
#greeting .arti4 .flex_box { display: flex; align-items: stretch; margin-left: 15%; justify-content: flex-start; flex-wrap: wrap; } 
#greeting .box { position: relative; margin-bottom: 0; } 
#greeting .box1 { width: 26%; } 
#greeting .box2 { width: 28%; margin-bottom: 0; margin-right: 3%; } 
#greeting .box3 { flex: 1; margin-right: 3%; } 

#greeting .box1 h3 { margin-bottom: 3rem; } 
#greeting .nao_box { position: relative; background: url(../img/nao_box_bg.jpg) no-repeat center center/cover; width: 100%; height: 69rem; border-radius: 3rem; top: -24%; box-shadow: 14px 1px 6px 0px #11111187; } 
#greeting .nao_box .img_box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
#greeting .box ul { /* width: 145%; */border-top: 1px solid #ededed99; } 
#greeting .box3 li { display: flex; font-family: var(--font-fam); justify-content: flex-start; border-bottom: 1px solid #ededed99; padding: 2.4rem 2rem; } 
#greeting .box3 li b { min-width: 8rem; margin-right: 5%; font-size: inherit; font-weight: 400; } 
#greeting .box3 li span { font-weight: 100; word-break: keep-all; } 

/* CEO */
#ceo .info_box { flex: 1; margin-left: 5%; } 
#ceo .info_box .p_wrap { padding-top: 2rem; } 
#ceo .info_box .p_wrap p { padding-bottom: 4rem; line-height: 1.6; font-weight: 300; word-break: keep-all; } 
#ceo .info_box .p_wrap p b { font-weight: 600; } 
#ceo .sign_box { text-align: right; display: flex; justify-content: flex-end; align-items: center; } 
#ceo .sign_box span { display: block; margin-right: 3rem; font-weight: 600; } 
#ceo .sign_box .img_box { height: 15rem; } 
#ceo .sign_box .img_box img { height: 100%; } 

/* 연혁 */
.sub_com.history { position:relative; padding: 2% 0 0; overflow: hidden; } 
.sub_com.history .pg_wrap { display: none; } 
.history:before { content:''; display:block; position:absolute; top: 0; left: 0; background: url(../../img/history_bg.jpg) no-repeat center center/cover; width:100%; height: 1959px; z-index: -1; } 
#history .no_month .not_m { width: 100%; } 
#history .no_month .not_m i { display:none; } 
#history .tit_box { text-align: center; } 
#history .container { display: flex; flex-direction: column; align-items: center; } 
#history .title_box { text-align: center; } 
#history .title_box h1 { font-size: 3rem; font-weight: 700; } 
#history .title_box h1:first-child { font-size: 4em; line-height: 1; } 
#history .contain1 .img_box { width: 82%; } 
.history .contain2 { margin-bottom: 0rem; } 

/* 적용분야 */
#field .bottom_box ul li { flex: 1 0 48%; margin-bottom: 2%; position: relative; overflow: hidden; transition: all .4s; border-radius: 10px; } 
#field .arti1 { text-align: center; } 
#field .arti1 .top_wrap { margin-bottom: 10rem; } 
#field .arti1 .top_wrap h2 { margin-bottom: 3rem; } 
#field .bottom_box ul li .info_box { position: absolute; bottom: 0; color: #fff; width: 100%; padding: 1rem; background: #11111185; } 
#field .bottom_box ul li .info_box h3 { font-size: 2rem; padding-bottom: 0.5rem; } 
#field .bottom_box ul li img { transition: all .4s; } 
#field .bottom_box ul li:hover img { transform: scale(1.33); } 

/* 기타부속품 */
#field.acc .bottom_box ul li { flex: 1 0 29%; margin-right: 2%; } 
#field.acc .bottom_box ul li:hover img { transform: unset; } 
#field.acc .bottom_box ul li .info_box { padding: 0.5rem; position: relative; } 


/* LOCATION */
#location { position: relative; text-align: center; } 
#location .tit_box h1 { font-weight: 600; } 
#location .loca_info { font-size: 2rem; font-weight: 500; padding-bottom: 4rem; position: relative; } 
#location .loca_info .address { position: relative; left: 50%; transform: translateX(-50%); width: fit-content; } 
#location .loca_info .address li { padding: 0.5rem 0; display: flex; justify-content: center; align-items: center; } 
#location .loca_info .address li:nth-child(1) { font-family: var(--font-eng); word-break: keep-all; } 
#location .loca_info .address li:nth-child(n+2) span { display: block; width: 18rem; text-align: left; } 
#location .loca_info div { line-height: 1.6; } 
#location .loca_info div.number { flex-grow: 1; width: unset; } 
#location .loca_info div.number li { display: block; letter-spacing: 0; } 
#location .loca_info div.address li { display: block; padding-bottom: 1rem; text-align: center; display: flex; align-items: center; justify-content: center; } 
#location .loca_info div.address li i { width: 6rem; } 
#location .loca_info li i { font-size: 2.4rem; color: var(--main-color); padding-right: 1rem; } 
#location .loca_info li b { padding-right: 1rem; min-width: 130px; display: inline-block; } 
#location .loca_tit span { font-size: 5rem; } 
#location .loca_map { padding-bottom: 5rem; } 
#location .loca_map iframe { width: 100%; height: 600px; } 
#location .img_box img { max-width: 1300px; margin: 0 auto; display: block; width: 100%; } 
#location #map a, #location #map2 a { width:auto; } 
.root_daum_roughmap .wrap_controllers { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: nowrap; align-items: center; } 
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview { display: flex; flex-direction: row; flex-wrap: nowrap; width: 300px; justify-content: flex-end; align-items: center; } 
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview a.txt { text-align: center; } 

/* ESG */
#esg ul { display: flex; align-items: stretch; } 
#esg li { overflow: hidden; border-radius: 10px; /* background: #ededed5c; */border: 1px solid #dcdcdc; } 
#esg li .inner .info_box { padding: 3rem; text-align: center; } 
#esg li .inner .info_box small { font-weight: 400; font-size: 1.9rem; color: #5d5d5d; } 
#esg li .inner .info_box .line { width: 4rem; height: 2px; background: var(--main-color); display: block; margin: 2.2rem auto; } 
#esg li .inner .info_box h3 { font-size: 2.4rem; font-weight: 600; } 
#esg li .inner .info_box p { font-size: 1.8rem; line-height: 1.5; font-weight: 300; } 
#esg .dot_list li { border: unset; padding: 0.2rem; font-size: 1.7rem; font-family: var(--font-eng); padding-left: 2rem; position: relative; } 
#esg .dot_list li::before { content:''; display:block; position:absolute; left:0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: #111; } 
#esg .dot_list { display: block; text-align: left; } 
.dot_list li { } 

/* INQURIY */
#inquiry2 p.in2_p { padding-bottom: 2rem; color: #000; opacity: 0.4; } 
#inquiry2 .new_in_1 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; } 
#inquiry2 .inquiry_wrap section { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; width: calc(100% / 2 - 1rem); margin-bottom: 2rem; background: #f7f7f7; align-items: center; padding: 0.5rem 3rem; } 
#inquiry2 .inquiry_wrap section h4 { margin-right: 1rem; min-width: 94px; } 
#inquiry2 .inquiry_wrap section div { flex-grow: 1; flex-basis: 0; margin-bottom: 0; } 
#inquiry2 .inquiry_wrap section div.file_wrap { display: flex; align-content: center; align-items: center; } 
#inquiry2 .inquiry_wrap section div.file_wrap input { flex-grow: 1; flex-basis: 0; line-height: 5rem; } 
 .file_wrap input::file-selector-button { margin-right:1rem; background:#222; color:#fff; font-family:'GmarketSans'; padding:0.8rem 1.5rem; border:unset } 
#inquiry2 .inquiry_wrap section .filebox input { flex-grow: 1; flex-basis: 0; } 
#inquiry2 .inquiry_wrap section input { border: unset; padding: 0.5rem; background: unset; height: 6rem; width: 100%; outline: none; -webkit-appearance : none; -moz-appearance:none; appearance:none; color: #b7b7b7; font-weight: 400; } 
#inquiry2 .inquiry_wrap section input::placeholder { font-weight:400; color:#b7b7b7 } 
#inquiry2 input:focus,#inqruiy2 { outline:none; box-shadow:unset; border:unset !important; } 
#inquiry2 textarea:focus { outline:none; box-shadow:unset; border:unset !important; } 
#inquiry2 .width100 { width: 100% !important; } 
#inquiry2 .inquiry_wrap section textarea { border: unset; background: unset; height: 200px; width: 100%; padding: 2rem 0; } 
#inquiry2 .inquiry_wrap section div.check_wrap { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; height: 7rem; justify-content: space-between; } 
#inquiry2 .inquiry_wrap section div.check { flex-grow: unset; flex-basis: auto; border: 1px solid #6b6b6b; padding: 1rem; margin-left: 1rem; display: flex; align-items: center; cursor: pointer; } 
#inquiry2 .inquiry_wrap section div.check i { margin-left: 1rem; } 
#inquiry2 .inquiry_wrap section div.check_wrap .agree_txt { display: flex; align-content: center; flex-direction: row; align-items: center; } 
#inquiry2 .inquiry_wrap section div.check_wrap .agree_txt input { display: none; } 
#inquiry2 .inquiry_wrap section div.check_wrap .agree_txt i { margin-right: 1rem; font-size: 2rem; } 
#inquiry2 .inquiry_wrap section div.check_wrap input i { height: auto; width: auto; display: none; } 
#inquiry2 .inquiry_wrap section div.check_wrap label { display: flex; align-items: flex-start; cursor: pointer; } 
.agree_txt input[id="agree1"] + label { } 
.agree_txt input[id="agree1"]:checked + label { } 
.agree_txt input[id="agree1"] + label i::before { content: "\e92c"; } 
.agree_txt input[id="agree1"]:checked + label i::before { content: "\e92b"; color: #000; } 
#inquiry2 .inquiry_wrap section.message_wrap h4 { margin-top: 2rem; } 
.btn_submit1 { border: unset; background: var(--main-color); background: #111; color: #fff; text-align: center; width: 22rem; height: 6rem; font-size: 1.8rem; margin: 4rem auto; transition: all .4s; display: flex; justify-content: center; align-items: center; } 
.btn_submit1:hover { background:var(--main-color); border-radius: 10px; } 

/* VION */
#vision .box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 14rem; } 
#vision .box .img_box { margin-right: 5%; border-radius: 10px; overflow: hidden; } 
#vision .box .info_box { flex: 1; } 
#vision .box .info_box p { margin-bottom: 2rem; } 
#vision .box .info_box p:last-child { margin-bottom:0; } 
#vision .box2 .img_box { margin-left: 4%; margin-right: 0; order: 2; } 
#vision .box .info_box h2 { font-size: 4rem; font-weight: 700; padding-bottom: 2rem; } 
#vision .box .info_box h2 span { font-size: 0.65em; font-weight: 400; color: #c4bfbf; } 
#vision .box .info_box small { font-size: 2rem; font-weight: 600; color: #444; } 
#vision .box .info_box > div, #vision .box .info_box > ul { margin-top: 2rem; font-size: 1.8rem; font-weight: 300; font-family: var(--font-fam); } 
#vision .box .info_box > ul li { padding: 0.2rem 0 0.2rem 1.5rem; position: relative; } 
#vision .box .info_box > ul li::before { content:''; display:block; position:absolute; left:0; width:4px; height:4px; background:var(--main-color); top: 16px; } 
#vision .box .info_box > ul li b { margin-right: 1rem; color: var(--main-color); font-weight: 600; font-size: 1.15em; /* text-transform: uppercase; */ } 
#vision .box .info_box > ul li span { } 








/************************************* RESPONSIVE *******************************************/

@media (max-width: 1880px) { } 
@media (max-width: 1700px){
 #inquiry .inquiry_wrap { width: 87%; margin: 0 auto; } 
.write-tbl th { width: 20%; } 
 }
@media (max-width: 1360px) { /* 최소 PC */
#greeting .arti4 .flex_box { margin-left: 4%; } 
 }
@media (max-width: 1270px){
 .sub_visual_txt { top: 45%; } 
 .depth_wrap { width: 50%; } 
 .depth_wrap:after { left: unset; width: 100%; transform: unset; } 
 .visual_menu_wrap { bottom: 8rem; } 
 .sub_visual_box { height: 400px; } 
 .sub_visual_txt h2 { font-size: 2.2rem; } 
 .sub_visual_txt h1 { font-size: 4.6rem; } 
 /* LOCATION */
 #location .loca_info span br:first-child { display:none; } 
 /* INQUIRY */
#inquiry .sub_inner_wrap { width: 90%; margin: 0 auto; } 
.write-tbl .write-input.input100 { width:100%; } 
 .write-tbl th { min-width: 116px; } 
 .write-tbl .write-input { width: 100%; } 
 .write-tbl .write-select { width: 30%; } 
 .tech2 .contents1 .img_wrap>div:nth-child(2) { width: 100%; } 
 }

@media (max-width: 1024px){
 .sub_com { padding: 0 0 8rem; } 
 .container {margin-bottom: 5rem;} 
 .sub_visual_txt h1 { font-size: 4rem; } 
 #location .loca_info p.address { flex: 1 1 100%; } 
 #greeting .bottom_box ul li .inner .img_box { max-width: 10rem; margin: 0 auto; padding-bottom: 1rem; } 
 #greeting .bottom_box ul li .inner .info_box { height: 8rem; } 
 #greeting .bottom_box ul li { height: 30rem; } 
 #greeting .arti1 .top_wrap { margin-bottom: 5rem; } 
 #greeting .arti1 { padding-top: 4rem; } 
 #greeting .arti3 { padding: 10rem 0; } 
 #greeting .right_box { flex: 1; } 
 #greeting .arti4 .flex_box { margin-left: 3%; margin-right: 3%; } 
 #greeting .box1 { width: 100%; margin-bottom: 6rem; } 
 #greeting .box2 { width: 45%; } 
 #greeting .nao_box { height: 60rem; top: 0; } 
 #greeting .box3 { position: relative; top: 4rem; } 
 #greeting .nao_box .img_box { width: 40%; } 
 /* CEO */
 #ceo .tit_box h1 { font-size: 4rem !important; } 
 #ceo .flex_box > .img_box { width: 45%; } 
 /* HISTORY */
 .tit_box { padding-top: 0rem; padding-bottom: 7rem; } 
 #field .arti1 .top_wrap { margin-bottom: 6rem; } 
 #esg li .inner .info_box { padding: 2rem; } 
 #esg li .inner .info_box .line { margin: 1rem auto 2rem; width: 3rem; } 

 #vision .box .img_box { margin-bottom: 3rem; } 
 #vision .box .info_box h2 { font-size: 3.4rem; } 
 #vision .box { margin-bottom: 8rem; } 
 #vision .box2 .img_box { margin-left: 0; order: 0; } 
 }

@media (max-width: 768px){
 .sub_com { padding: 0 0 6rem; } 
 .sub_visual_box { height: 380px; } 
 .pc_sub_menu .second_dep { height: 60px; width: 96%; } 
 .visual_menu_wrap { height: 6rem; bottom: 6rem; background: #cdcdcd33; } 
 .visual_menu_wrap .com_depth { top: 6rem; } 
 .sub_visual_txt { top: 40%; } 
 .sub_visual_txt h2 { padding-bottom: 1rem; font-size: 2.4rem; } 
 .depth_wrap { font-size:1.8rem; width: 94%; margin: 0 auto; } 
 /* LOCATION */
#location .loca_map iframe { height: 44vh; } 
 /* INQUIRY */
#inquiry2 .inquiry_wrap section h4 { min-width: auto; } 
 }
 @media (max-width: 630px){
 .container { margin-bottom: 4rem; } 
 .depth_wrap > div { width: 50%; padding: 0 1.5rem; } 
 .depth_wrap .depth1.dep2_none { display: none; } 

 /* 문의하기 */
 #inquiry2 .inquiry_wrap section { width: 100%; } 
 #inquiry2 .inquiry_wrap section div.check_wrap { width: 100%; display: flex; justify-content: flex-start; flex-direction: column; align-items: flex-start; } 
 #inquiry2 .inquiry_wrap section div.check { padding: 0.5rem; margin: 1rem 0; } 
 .agree_txt label { padding-left: 0; } 
 #inquiry2 section.in_check_sec { display: flex; flex-direction: row; padding-top: 2rem; padding-bottom: 3rem; } 
 #inquiry2 section.in_check_sec h4 { width: 100%; padding-bottom: 0rem; } 
 }

@media (max-width: 480px){
 .tit_box p { font-size: 1.8rem !important; } 
 .container { margin-bottom: 4rem; } 
 .tit_box { padding-top: 1rem; padding-bottom: 3rem; } 
 .sub_visual_txt h2 { font-size: 2.2rem; padding-bottom: 0.5rem; } 
 .sub_visual_txt h1 { font-size: 3rem; width: 100%; } 
 .flex_4 > * { width: 48%; } 
 .flex_6 > * { width: 44%; margin-right: 4%; } 
 /* top_menu */
.visual_menu_wrap { height: 5rem; bottom: 5rem; } 
.visual_menu_wrap .com_depth { top: 5rem; } 
.visual_menu_wrap .com_depth li { width: 100%; } 
.depth_wrap > div.home_btn i { top: 48%; } 
.depth_wrap > div { font-size: 1.6rem; } 
.depth_wrap { width: 96%; } 
.depth_wrap > div.depth1 { width: 50%; } 
.depth_wrap > div.depth2 { width: 50%; padding-right: 0; flex-grow: 1; } 
/* sub_visual */
 .sub_visual_box { height: 280px; } 
 .sub_visual_txt { font-size: 1.2rem; width: 100%; } 

 /* GREETING */
 #greeting .arti1 .top_wrap h2 { margin-bottom: 2rem; } 
 #greeting .bottom_box ul li { height: 24rem; padding: 3rem; margin-bottom: 1rem; margin-right: 1rem; } 
 #greeting .flex_box { display: flex; justify-content: center; flex-wrap: wrap; } 
 #greeting .bottom_box ul li:nth-child(2n) { margin-right: 0; } 
 #greeting .bottom_box ul li .inner .img_box { max-width: 8rem; } 
 #greeting .bottom_box ul li .inner .info_box { height: 5rem; } 
 #greeting .info_box h3 { font-size: 2rem; } 
 #greeting article { padding: 7rem 0; } 
 #greeting .arti2 { height: 29rem; } 
 #greeting .arti2 .inner h2 { padding-bottom: 1rem; } 
 #greeting .arti3 { padding: 6rem 0; } 
 #greeting .left_box { width: 100%; margin-bottom: 4rem; } 
 #greeting .box2 { width: 100%; height: 20rem; margin-right: 5%; } 
 #greeting .nao_box { height: 100%; } 
 #greeting .nao_box .img_box { max-width: 11rem; } 
 #greeting .box1 { margin-bottom: 4rem; } 
 #greeting .box3 li { padding: 1.8rem; } 
 #greeting .box3 { margin-right: 0; padding: 4rem 0; } 
 #greeting .arti4 { height: fit-content; } 

 /* CEO */
 #ceo .tit_box h1 { font-size: 2.8rem !important; } 
 #ceo .flex_box > .img_box { width: 100%; height: 24rem; } 
 #ceo .flex_box > .img_box img { width: 100%; height: 100%; object-fit: cover; max-width: unset; } 
 #ceo .info_box .p_wrap p { padding-bottom: 2rem; } 
 #ceo .sign_box .img_box { height: 10rem; } 
 #ceo .info_box { margin-left: 0; } 

/* LOCATION */
 #location .loca_info p.address span { text-align: left; } 
 #location .loca_map { padding-bottom: 0; } 
 #location .loca_map iframe { height: 40vh; } 
 #location .loca_tit { width: 100%; margin-bottom: 2rem; } 
 #location .loca_info { font-size: 1.8rem; padding-bottom: 1rem; } 
 #location .loca_info .address { width: 98%; } 
 #location { padding: 2rem 3%; } 
 /* INQUIRY */
#inquiry .inquiry_wrap { width: 100%; } 
.inquiry_tbl_style1_flex { display: flex; } 
.tbl_style1_item { width: 100%; } 
.inquiry_tbl_style1_con .write_input { width: 100% } 
.editor textarea { font-size: 13px; } 
.btn_submit1 { width: 40%; font-size: 1.8rem; height: 5rem; } 
.write-tbl th, .write-tbl td { padding: 10px 2px 10px 0; min-width: 74px; word-break: keep-all; font-size: 13px; } 
.write-tbl td.flex_div_3 { display: flex; justify-content: space-between; width: 100%; align-items: center; } 
.inquiry_btn { margin-top: 20px; } 
.inquiry_btn input { font-size: 12px; width: 110px; height: 40px; } 
#inquiry .agree_txt { font-size: 13px; } 

 /* 적용분야 */
 #field .bottom_box ul li { flex: 1 0 100%; margin-bottom: 4%; } 
 #esg .flex_3 > li { width: unset; margin-right: 0; margin-bottom: 2rem; } 
 #esg .dot_list li::before { top: 7px; width: 4px; height: 4px; } 
 #esg .dot_list li { padding-left: 1.5rem; } 

 #vision .box .info_box h2 { font-size: 2.4rem; } 
 #vision .box { margin-bottom: 5rem; } 
 #vision .box.box3 { margin-bottom: 0; } 
 }