@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

/* html 폰트사이즈 지정 */
html {font-size: 62.5%;}
body {font-size: 1.6rem;}

:root {
    --main-color: #0674e7;
    --line-height-title: 1.3em;
    --line-height-desc: 1.4em;
}
.padding {padding:100px 0;}

/** 반응형 **/
@media screen and (max-width: 1310px)  
{

    
}

@media screen and (max-width: 768px) 
{
    .padding {padding:60px 0;}
}

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

}


/* 초기화 */
html {overflow-y:scroll}
body {font-family:'Pretendard', sans-serif; font-weight: 500; line-height:1;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, ol, li, dl,dt,dd { list-style:none; }
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
table{ border-collapse:collapse; }
label, input, button, select {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Pretendard', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
img, video{ vertical-align:top; }

textarea, select {font-family:'Pretendard', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {font-family: 'Pretendard', sans-serif; color:#333; text-decoration:none;}

*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0; padding:0;
}

/*input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
} */

.placeholdersjs {color:#aaa !important}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
.header {position:fixed; top:0; left:0; z-index: 3; width:100%; background-color: #fff; border-bottom:1px solid #e3e3e3;}
.header > .inner {display: flex; justify-content: space-between; align-items: center;width:76%; height:100px; margin:0 auto;}
.header nav .gnb {display: flex;}
.header nav .gnb > li {position:relative; width:150px; text-align: center; font-size:2rem;}
.header nav .gnb > li > a {display: block; padding: 40px 0;}
.header nav .gnb > li:hover > a {color: var(--main-color);}
.header nav .gnb .depth2 {position: absolute; width:100%; opacity: 0; visibility: hidden; transition: all ease 0.5s;}
.header nav .gnb .depth2 li {font-size:1.6rem; text-align: center;}
.header nav .gnb .depth2 li a {display:block;  padding:17px 0; transition: all 0.4s;}
.header nav .gnb .depth2 li:hover a {color: var(--main-color);}
.header .util {display: flex; align-items: center; gap:14px;}
.header .util li a {font-size:1.4rem; color:#b2b2b2;}
.header .util .login::after {display: inline-block; width: 2px; height: 13px; margin-left: 14px; background-color: #b2b2b2; content:"";}
.header .header_bg {position:absolute; width:100%; height:275px; background-color: #fff; opacity: 0; visibility: hidden; transition: all ease 0.5s;}
.header .ham_btn {display: none; position: relative; z-index: 5;}
.hamburger .line{width:34px; height:3px; background-color: #000; display: block; margin: 8px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}

.logo {display: flex; align-items: center; justify-content: center;}
.logo img {height: 68px;}

#hamburger-1.is-active .line {background-color:#fff;}

#hamburger-1.is-active .line:nth-child(2){opacity: 0;}
#hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

/*헤더에 마우스 오버시*/
.header.active nav .gnb .depth2 { z-index:4; opacity:1; visibility:visible; }
.header.active .header_bg {z-index:3; opacity:1; visibility:visible; }

/* 모바일 메뉴 */
.mobile_menu {position:fixed; top:0; left:0; z-index: 4; width:100%; height: 100%; opacity: 0; visibility: hidden; background-color: #000; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.mobile_menu a {color:#fff;}
.mobile_menu .inner {padding: 120px 20px 50px; width:100%; height:100%; overflow-y: auto;}
.mobile_menu .inner > ul > li {margin-bottom: 36px;}
.mobile_menu .inner > ul > li:nth-child(5) {margin-right:0;}

.mobile_menu .inner > ul > li > a {display:block; min-width:180px; margin-bottom:15px; font-size:2rem; font-weight:700; }
.mobile_menu .inner  ul.depth2 {transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; display: flex; flex-wrap: wrap; gap: 15px;}
.mobile_menu .inner  ul.depth2 > li {line-height: 4rem;}
.mobile_menu .inner  ul.depth2 > li > a {font-size:1.8rem; font-weight: 400;}

/*모바일메뉴 active*/
.header.mobile .mobile_menu  {opacity:1; visibility:visible;}

/** 반응형 **/
@media screen and (max-width: 1310px) {
    .header .inner, main .inner, .swiper_util {width:95%;}
    .header nav .gnb > li {width: 120px;}
}

@media screen and (max-width: 960px) {
   /* body {font-size: 1.2rem;} */
   nav, .header .util {display: none;}
   .header .ham_btn {display: block;}
}

@media screen and (max-width: 500px) {
    .header > .inner {height: 80px;}
    .logo img {height: 54px;}
}

.main {color: var(--main-color);}

.bg-main {background-color: var(--main-color);}
.bg {background-color: #f4f4f4;}

.btn-area {width: 100%; margin-top: 40px; display: flex; align-items: center; justify-content: center; column-gap: 20px;}

.img-wrap img {width: 100%; height: 100%; object-fit: cover;}

.btn-default {padding: 14px 20px; line-height: normal; border: 1px solid #f2f2f2; border-radius: 30px; font-size: 18px; font-weight: 500; display: inline-flex; justify-content: center; align-items: center; column-gap: 6px;}

.btn-default-s {padding: 10px 20px; background-color: transparent;}
.btn-default-w {color: #fff; border: 1px solid #fff;}
.btn-default-w svg path {fill: #fff;}

.bg_black {background-color: #f4f4f4; border: 1px solid #f4f4f4; color: #fff;}
.bg_black span {color: #fff;}
.bg_black span svg path {fill: #fff;}

.bg_main {background-color: var(--main-color); border: 1px solid var(--main-color); color: #fff;}
.bg_main span {color: #fff;}
.bg_main span svg path {fill: #fff;}

/* input */
.input-wrap {display: flex; flex-direction: column; row-gap: 20px;}
.input-wrap .input-item-box > span {position: relative; padding-bottom: 4px;}
.input-wrap .input-item-box .input-item {width: 100%;}
.input-wrap .input-item-box .input-item input[type="text"],
.input-wrap .input-item-box .input-item input[type="password"] {width:100%; padding: 10px 12px; outline: none; border: 1px solid #f2f2f2; border-radius: 0; box-shadow: none;}
.input-wrap .input-item-box .input-item input[type="text"]:focus,
.input-wrap .input-item-box .input-item input[type="password"]:focus {border: 1px solid #000;  transition: all 0.3s;}
.input-wrap .input-item-box .input-item input[readonly] {background-color: #f4f4f4;}
.input-wrap .input-item-box .input-item input[readonly]:focus {border: 1px solid #f2f2f2; background-color: #f4f4f4; pointer-events: none; cursor: default;}
.input-wrap .input-item-box .input-item input[readonly]::placeholder {color: #000;}

.checkbox-item input[type="checkbox"] {display:none;}
.checkbox-item input[type="checkbox"] + label{position: relative; cursor:pointer; color: #000 !important; padding-left: 24px !important; font-size: 1.6rem;}
.checkbox-item input[type="checkbox"] + label:hover {color: #7E7E7E !important; transition: all 0.3s;}
.checkbox-item input[type="checkbox"] + label:before{position:absolute; content:""; display:inline-block; background-color: #fff; width:16px; height:16px; border:1px solid #f2f2f2; left:0; top: 50%; transform: translate(0, -50%);}
.checkbox-item input[type="checkbox"]:checked + label:before{ content:""; background-color: #000; border: 1px solid #000; background-image: url('../img/chk.png'); background-repeat: no-repeat; background-position: 50%;}

.fileupload-item {display: flex; align-items: center; column-gap: 10px;}
.fileupload-item input[type=file]::file-selector-button {display: none;}
.fileupload-item input[type=file] {width: calc(100% - 145px) !important; border: 1px solid #f2f2f2 !important; background-color: #fff !important; padding: 0 20px !important; line-height: 50px;}
.fileupload-item label {width: 135px;height: 50px;line-height:50px;background-color: #7E7E7E; column-gap: 4px; color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer; font-size: 16px; border-radius: 5px;}
.fileupload-item .file_del {width: 100%; display: flex; align-items: center; column-gap: 10px;}
.fileupload-item .file_del label {width: 100%; background-color: var(--bg2); color: #7E7E7E;}
.fileupload-item .file_del input[type="checkbox"] {width: 50px !important; height: 50px;}

/* input layout */
.input-box {display: flex; flex-direction: column; row-gap: 30px;}
.input-area .input_multi,
.input-area .input_triple {width: 100%; display: flex; column-gap: 30px;}
.input-area .input_multi > div {width: calc(100% / 2);}
.input-area .input_triple > div {width: calc(100% / 3);}
.input-area .input-item {width: 100%;}
.input-area .input-item > span {position: relative; font-size: 18px; font-weight: 500; padding-bottom: 10px;}
.input-area .input-item.must > span::after {position: absolute; top: -2px; right: -11px; font-size: 18px; content: '*'; color: var(--main-color);}
.input-area .input-item.checkbox-area {display: flex; flex-direction: column; row-gap: 10px; padding-top: 30px;}
.input-area .input-item .input-item-area {display: flex; column-gap: 10px;}
.input-area .input-item .input-item-area input,
.input-area .input-item .input-item-area select,
.input-area .input-item .input-item-area.textarea-area textarea,
.input-area .input-item .input-item-area.fileupload-item .span-upload {width: 100%; height: 50px; background-color: #f2f2f2; border: 1px solid #f2f2f2; padding: 16px 20px; color: #7E7E7E; font-size: 16px; font-weight: 500; border-radius: 5px; outline: none; box-shadow: none;}
.input-area .input-item .input-item-area input:focus,
.input-area .input-item .input-item-area select:focus,
.input-area .input-item .input-item-area.link-item-area input:focus,
.input-area .input-item .input-item-area.textarea-area textarea:focus {border: 1px solid #000; background-color: #fff; transition: all 0.3s;}
.input-area .input-item .input-item-area select {padding:0 42px 0 20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; outline: none;appearance: none;}
.input-area .input-item .input-item-area.textarea-area textarea {height: 240px; resize: none;}
.input-area .input-item .input-item-area.textarea-area .wr_content {width: 100%;}
.input-area .input-item .input-item-area.fileupload-item {flex-wrap: wrap; row-gap: 20px;}
.input-area .input-item .input-item-area.radio-area {display: flex; align-items: center; column-gap: 10px;}
.input-area .input-item .input-item-area.radio-area .radio-item {width: 50%;}
.input-area .input-item .input-item-area.link-item-area {position: relative;}
.input-area .input-item .input-item-area.link-item-area label {position: absolute; top: 50%; left: 20px; transform: translate(0, -50%); width: 30px; height: 30px; background-color: #7E7E7E; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.input-area .input-item .input-item-area.link-item-area input {border: 1px solid #f2f2f2; background-color: #fff; padding: 16px 20px 16px 62px;}
.input-area .select-item {position: relative; cursor: pointer;}
.input-area .select-item svg {position: absolute; top: 50%; right: 20px; transform: translate(0, -50%) rotate(0deg); transition: transform 0.3s ease; pointer-events: none;}
.input-area .select-item:focus-within svg {transform: translate(0, -50%) rotate(180deg);}

/* login */
.login-wrap.mbskin {margin: 0 !important; width: auto !important; height: 100vh; display: flex; align-items: center; justify-content: center;}
.login-wrap.mbskin .mbskin_box {width: 420px; display: flex; flex-direction: column; row-gap: 60px;  padding: 60px 50px; border: 1px solid #d4d4d4;}
.login-wrap.mbskin .mbskin_box .login-logo {width: 200px;}
.login-wrap.mbskin .mbskin_box #login_fs {padding: 0; border: 0;}
.login-wrap.mbskin .mbskin_box #login_fs .btn_submit {margin: 0 !important; background-color: #000; background: #000; color: #fff; font-weight: normal;}
.login-wrap.mbskin .mbskin_box #login_fs .btn_submit:hover {background-color: var(--primary-btn-hover-bg);}
.login-wrap.mbskin .mbskin_box #login_fs #login_info {display: flex; flex-direction: column; row-gap: 8px;}
.login-wrap.mbskin .mbskin_box #login_fs #login_info:after {display: none;}
.login-wrap.mbskin .mbskin_box #login_fs #login_info .login_if_lpl {text-align: initial;}
.login-wrap.mbskin .mbskin_box #login_fs #login_info .login_if_lpl:hover a {color: var(--primary); transition: all 0.3s;}
.login-wrap.mbskin .input-wrap .input-item-box {display: flex; flex-direction: column; align-items: flex-start;}
.login-wrap.mbskin .input-wrap .input-item-box .input-item input {height: auto !important; margin: 0 !important; box-shadow: none;}
.login-wrap .btn-default {width: 100%; height: 44px !important; font-size: 20px; color: #000; display: flex; align-items: center; justify-content: center; font-size: 16px !important; border: 1px solid #000; border-radius: 0;}
.login-wrap .btn-default:hover {background-color: #000 !important; color: #fff !important; transition: all 0.3s;}
.login-wrap .checkbox-wrap {padding: 0 4px;}
.login-wrap .btn-wrap {margin-top: 0;}

/* 견적문의 */
.qa {padding: 100px 0 140px 0;}
.qa .write_t {display: flex; align-items: center; column-gap: 20px; }
.qa .write_t > p {position: relative; font-size: 24px; font-weight: 500; padding-left: 23px;}
.qa .write_t > p::after {position: absolute; width: 3px; height: 100%; background-color: var(--main-color); top: 0; left: 0; display: block; content: '';}
.qa .write_t > p b {font-size: 24px; font-weight: 600;}
.qa.bo_wirte .input-box {row-gap: 80px;}
.qa.bo_wirte .input-box .input-group {display: flex; flex-direction: column; row-gap: 30px;}
.qa.bo_wirte .input-tit {position: relative; font-size: 20px; font-weight: 600;}
.qa.bo_wirte .input-tit::after {position: absolute; width: 100%; height: 1px; background-color: #f2f2f2; bottom: -10px; left: 0; content:''; display: block;}
.qa.bo_wirte .input-box .input-item > span {font-size: 16px; display: inline-block;}
.qa.bo_wirte .input-box .input-item > span .gray {display: inline-block; font-weight: 400; }
.qa .btn-area .btn-default {width:140px; height: 48px;}
.qa #autosave_pop {display: none;}

/* basic */
.bo_new .tbl_head01 thead th {height: 60px; font-size: 1.125rem; font-weight: 600; background-color: var(--bg2); padding: 0;}
.bo_new .tbl_head01 td {height: 70px; font-size: 1rem;padding: 0;font-weight: 500; color: #7E7E7E;}
.bo_new .tbl_head01 a:hover {text-decoration: none;}
.bo_new #bo_list {margin-bottom: 0;}
.bo_new #bo_list tbody .even td {background: #fff;}
.bo_new #bo_list .td_num2,
.bo_new #bo_list .td_num {width: 6%;}
.bo_new #bo_list .td_name,
.bo_new #bo_list .td_datetime {width: 16%; padding: 0;}
.bo_new #bo_list .td_subject {width: 70%;}
.bo_new #bo_list .td_subject .bo_tit {padding: 0 10px 0 30px; color: #7E7E7E;}
.bo_new #bo_list tbody tr:hover td,
.bo_new #bo_list tbody tr.even:hover td {background: var(--btn-bg) !important;}
.bo_new #bo_list tbody tr,
.bo_new #bo_list tbody tr:hover {border-left: 0;}
.bo_new .bo_tit {font-weight: 500;}
.bo_new #bo_list .td_name span {display: block; text-align: center;}
.bo_new .chk_box_area {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.bo_new #bo_btn_top {width: 100%; display: flex; justify-content: space-between; align-items: flex-end; margin: 24px 0 16px 0;}
.bo_new #bo_btn_top::after,
.bo_new #btn_autosave {display: none;}
.bo_new #bo_list_total {float: none; line-height: normal; font-size: 1rem; font-weight: 500; color: #7E7E7E;}

.bo_view header {padding-bottom: 16px; display: flex; align-items: center; column-gap: 10px;}
.bo_view header .bo_v_tit {padding-bottom: 0 !important;}
.bo_view .bo_v_cate {display:inline-block; line-height:23px;font-size: 14px;background:#e2eaf6;color:#3a8afd;padding:0 10px;border-radius:3px;vertical-align:middle}
.bo_view #bo_v_info .profile_info .profile_info_ct {justify-content: flex-start; column-gap: 24px;}
.bo_view #bo_v_info .profile_info .profile_info_ct strong {position:relative; margin: 0 !important;}
.bo_view #bo_v_info .profile_info .profile_info_ct strong:not(:last-of-type)::after {position: absolute; top: 50%; right: -10px; background-color: #A6A6A6; width: 1px; height: 12px; transform: translate(0, -50%); display: block; content: '';}
.bo_view #bo_v_info .profile_info .profile_info_ct strong span {font-weight: 500; padding-right: 4px;}

#bo_list .bo_tit .fa-link,
#bo_list .bo_tit .new_icon,
#bo_list .bo_tit .fa-download {width: 18px; height: 18px;display: inline-flex; align-items: center; justify-content: center; line-height: normal; font-size: 10px; border-radius: 50%; background-color: #7E7E7E; color: #fff;}
#bo_list .bo_tit .new_icon {background-color: var(--main-color);}
#bo_list .cnt_cmt {display: none;}

/* 반응형 */
@media screen and (max-width: 1520px) {
}
@media screen and (max-width: 1280px) {
    .btn-default {padding: 10px 20px; font-size: 16px;}
    .btn-default svg {width: 20px; height: 20px;}
    .btn-default-s {padding: 4px 16px; font-size: 16px;}
    .btn-default-s svg {width: 17px; height: 17px;}

    .bo_new .gall_row .col-gn-3 {width: calc(100% / 2 - 12px);}
    .bo_wirte .input-box .pw-area .input_multi {flex-wrap: wrap; row-gap: 30px;}
    .bo_wirte .input-box .pw-area .input_multi > div {width: 100%;}
}
@media screen and (max-width: 1024px) {

    .qa .write_t > p,
    .qa .write_t > p b {word-break: keep-all;}

    .search-area .bo_sch form {flex-wrap: wrap; row-gap: 10px;}
    .search-area .bo_sch .sch_bar input {width: 100%;}

    #bo_v_link li {width: 100%;}
}
@media screen and (max-width: 768px) {

    .input-area .input_multi,
    .input-area .input_triple {flex-wrap: wrap; row-gap: 10px;}
    .input-area .input_multi > div {width: 100%;}

    .qa {padding: 60px 0 80px 0;}

    .qa .write_t > p,
    .qa .write_t > p b {word-break: keep-all; font-size: 20px;}

    .bo_new .tbl_head01 thead th,
    .bo_new .tbl_head01 td {font-size: 18px;}

    .bo_new #bo_gall #gall_ul {row-gap: 60px;}
    .bo_new .gall_row .col-gn-3 {width: 100%;}

    .bo_view #bo_v_info .profile_info .profile_info_ct {flex-wrap: wrap; row-gap: 6px;}
    .bo_wirte .input-box .pw-area .input_multi { row-gap: 10px;}
    
}
@media screen and (max-width: 600px) {

    .search-area .bo_sch {flex-wrap: wrap; row-gap: 10px;}
    .search-area .select ,
    .search-area .select select {width: 100%;}

    .tbl_wrap table {border-bottom: 0; border-top: 2px solid #000;}
    .bo_new .tbl_head01 thead {display: none;}
    .bo_new .tbl_head01 td {position: relative; border-top: 0; height: auto; border-bottom: 0; line-height: normal;}
    #bo_list tbody tr {display: flex; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #ecf0f1; padding: 12px 4px; row-gap: 8px; column-gap: 17px;}
    #bo_list .td_chk,
    .bo_new #bo_list .td_num2 {display: none;}
    .bo_new #bo_list .td_name,
    .bo_new #bo_list .td_datetime,
    .bo_new #bo_list .td_num2,
    .bo_new #bo_list .td_num {width: auto;}
    .bo_new #bo_list .td_subject {width: 100%;}
    .bo_new #bo_list td:not(.td_subject):not(.td_datetime)::after {position: absolute; width: 1px; height: 12px; background-color: #ccc; display: block; top: 50%; right: -8px; transform: translate(0, -50%); content: '';}
    .bo_new #bo_list td:not(.td_subject),
    .sv_member {font-size: 16px; color: #666;}
    .bo_new #bo_list tbody tr:hover,
    .bo_new #bo_list tbody tr.even:hover{background: var(--bg2) !important;}
    .bo_new #bo_list tbody tr:hover td,
    .bo_new #bo_list tbody tr.even:hover td {background: transparent !important;}
    .bo_new #bo_list_total {font-size: 18px;}

    .bo_new #bo_list .td_subject .bo_tit {padding: 0;}
}
@media screen and (max-width: 500px) {

    .qa.bo_wirte .input-box {row-gap: 40px;}
    
    .bo_new .bo_vc_w_wr {flex-direction: column; align-items: flex-start; row-gap: 20px;}
    .bo_new .bo_vc_w_info {width: 100%;}
    .bo_new .bo_vc_w_info input {max-width: 100%;}
    .bo_new .btn_bo_user {position: revert;}

    .bo_new #bo_gall .gall_img {height: 65vw !important;}

    .bo_view header {flex-direction: column; row-gap: 6px; align-items: flex-start;}

    .page-area {margin-top: 40px; flex-direction: column; align-items: flex-end; row-gap: 10px;}

    .qa .btn-area .btn-default {width: 50%; padding: 0;}
}
@media screen and (max-width: 480px) {

    .search-area .bo_sch .sch_bar,
    .bo_new #bo_btn_top {column-gap: 10px;}
    .bo_new #bo_list_total {font-size: 16px; word-break: keep-all;}
    .bo_v_nb li {column-gap:10px;}
    .bo_v_nb li .nb_tit {padding-right: 0;}
    #bo_v_link a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    #bo_v_link a .link-icon {flex-shrink: 0;}

    .login-wrap.mbskin .mbskin_box {width: 100vw; height: 100vh; border: 0; border-radius: 0; justify-content: center; align-items: center; padding: 0px 20px 40vw 20px;}
    .login-wrap.mbskin .mbskin_box > form {width: 100%;}

    .input-area .input-item .input-item-area.fileupload-item {row-gap: 10px;}
    .fileupload-item input[type=file],
    .fileupload-item label {width: 100% !important;}
    .fileupload-item label {height: 45px;}

    .bo_new #bo_gall .gall_img {height: 72vw !important;}

    .qa .btn-area {column-gap: 10px;}
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 340px) {
}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#container {position:relative;padding:100px 0 0 0;min-height:500px;height:auto !important;margin:20px auto;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}

.company #container_wr:after {display:none;}
.company #container_wr {margin:inherit;height:inherit;zoom:inherit}
.company #container {position:inherit;padding:100px 0 0 0;min-height:inherit;height:inherit !important;margin:inherit;height:inherit;font-size:inherit;width:inherit;zoom:inherit; overflow: hidden;}
.company #container:after {display:none;}

.business #container_wr:after {display:none;}
.business #container_wr {margin:inherit;height:inherit;zoom:inherit}
.business #container {position:inherit;padding:100px 0 0 0;min-height:inherit;height:inherit !important;margin:inherit;height:inherit;font-size:inherit;width:inherit;zoom:inherit; overflow: hidden;}
.business #container:after {display:none;}

.bbs #container_wr:after {display:none;}
.bbs #container_wr {margin:inherit;height:inherit;zoom:inherit}
.bbs #container {position:relative;float:inherit;min-height:inherit;height:inherit !important;margin:inherit;height:inherit;font-size:inherit;width:inherit;zoom:inherit; overflow: hidden;}
.bbs #container:after {display:none;}

br.mo-mode {display: none;}

main .inner {width:76%; margin:0 auto;}
.visual_section {position:relative; }
.vis {height: 100vh;}
.vis_title {position:absolute; top:50%; transform:translateY(-50%); z-index: 2;}
.vis_title h2 {margin-bottom: 65px; font-size: 7.2rem; color:#fff; line-height: 1.3;}
.vis_title p {font-size: 2.25rem; font-weight: 400; color: #fff; line-height: 1.4;}
@media screen and (max-width: 1400px) {
    .vis_title {width: calc(100% - 40px); left: 50%; transform: translate(-50%, -50%);}
}
@media screen and (max-width: 768px) {
    .vis_title br.mo-mode {display: block;}

}
@media screen and (max-width: 500px){
    #container {padding: 80px 0 0 0 !important;}
}

.swiper {width: 100%; height: 100%;}
.swiper-slide {position: relative; background-repeat: no-repeat; background-size: cover !important; background-position: center !important;}
.swiper-slide::after {position: absolute; width: 100%; height: 100%; background-color: #000; left: 0; top: 0; content: ''; display: block; opacity: 0.4;}
.swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.swiper-slide.slide01 {background: url('/img/visual_img01.webp') no-repeat center center / cover;}
.swiper-slide.slide02 {background: url('/img/visual_img02.webp') no-repeat center center / cover;}
.swiper-slide.slide03 {background: url('/img/visual_img03.webp') no-repeat center center / cover;}
.btn_wrap {margin-right: 30px;}
.btn_wrap button {width:70px; height:70px; background-color: transparent; border:3px solid #fff; border-radius: 50%; font-size: 2.4rem; color: #fff; cursor: pointer;}
.btn_wrap button.play {display:none;}
.swiper_util {width:76%; margin:0 auto;}
.swiper_util .inner {display: flex; position: absolute; align-items: center; bottom:100px; z-index: 2; width:100%;}
.swiper-pagination {position: relative;}
.swiper-pagination-fraction {top:0 !important; bottom:0 !important; width:80px !important; font-size: 15px; color:#fff; font-weight: 400;}
.swiper-button-next, .swiper-button-prev {position:relative !important; left: 0; right:0; margin-top:0 !important; font-size: 2.4rem; color:#fff;}
.swiper-button-next:after, .swiper-button-prev:after {display:none !important;}

@media screen and (max-width: 1280px) {
    .vis_title h2 {font-size: 6rem;}
    .swiper_util .inner {bottom:50px;}
}

@media screen and (max-width: 768px) {
    .vis_title h2 {font-size: 5rem; margin-bottom: 40px;}
    .vis_title p {font-size: 2rem;}
    .vis {height: 80vh;}
    .swiper_util .inner {left: 16px;}
}

@media screen and (max-width: 580px) {
    .btn_wrap button {width: 54px; height: 54px; font-size: 2rem;}
}

@media screen and (max-width: 500px) {
    .vis {height: 140vw;}
    .vis_title h2 {font-size: 10vw; padding-top: 30px;}
    .vis_title p {font-size: 3.8vw;}
}

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

}

main .subtitle {margin-bottom: 30px; font-size: 1.5rem; font-weight: bold; color:var(--main-color); }
main .title {margin-bottom: 60px; font-size: 4.5rem; line-height: var(--line-height-title);}
main .desc {margin-bottom: 50px; font-size: 2.25rem; line-height: var(--line-height-desc); word-break: keep-all;}
.about .pagebox {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px;}
.about .pagebox > div {padding:35px 0; border-radius: 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; text-align: center;}
.about .pagebox > div .icon {font-size: 20px;}
.about .pagebox > div .page_title {padding:20px 0 30px; font-size:2rem;}
.about .pagebox > div .more_btn {font-size: 1.5rem; color: var(--main-color); }
.about .pagebox > div .more_btn:hover i {animation: moveright 1s infinite; }
@keyframes moveright {
    0% {transform: translateX(0);}
    100% {transform: translateX(10px);}
}

@media screen and (max-width: 1280px) {
    main .title {font-size: 3.4rem; word-break: keep-all;}
    main .desc {font-size: 2rem;}
    .about .pagebox {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
    main .title {font-size: 2.5rem; margin-bottom: 40px;}
    main .desc {font-size: 1.725rem; word-break: keep-all;}
    main .desc .mo-mode {display: block;}
    .about .pagebox > div .page_title {font-size: 1.5rem;}
    .about .pagebox > div .more_btn {font-size: 1.3rem;}
}

@media screen and (max-width: 480px) {
    main .subtitle {margin-bottom: 20px;}
    .about .pagebox {grid-template-columns: 1fr;}
}

.product {background-color: #f2f2f2;}
.ani_more_btn a {display: block; position: relative; overflow: hidden; width: 180px; border-radius: 50px; border: 1px solid var(--main-color); font-size: 1.6rem; font-weight: bold; color: var(--main-color); line-height: 60px; text-align: center;  transition: background-color 0.3s ease, color 0.3s ease;}
.ani_more_btn a::before {position: absolute; top: 0; left: -75%; width: 50%; height: 100%; transform: skewX(-20deg); content: ''; background: rgba(255, 255, 255, 0.3);  transition: none;}
.ani_more_btn a:hover::before {animation: shineEffect 1s ease forwards;}
.ani_more_btn a:hover {background-color: var(--main-color); color: #fff;}
@keyframes shineEffect {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.product.padding {padding: 100px 0 160px 0;}
.product .inner {display: flex; justify-content: space-between;}
.product .product_array {display: flex; gap:20px;}
.product .product_array .product_columns {display: grid; gap: 20px;}
.product .product_array .product_columns > div a {display: block; position: relative; overflow: hidden; border-radius: 20px;}
.product .product_array .product_columns > div a img {width: 330px; max-width: 100%;}
.product .product_array .product_columns:nth-child(1) {transform: translateY(60px);}
.product .product_array .product_columns > div a::before  {position: absolute; top: 0; left: -75%; width: 50%; height: 100%; transform: skewX(-20deg); content: ''; background: rgba(255, 255, 255, 0.3);  transition: none;}
.product .product_array .product_columns > div a:hover::before {animation: shineEffect 1s ease forwards;}

@media screen and (max-width: 1280px) {
    .product .inner {flex-direction: column;}
    .product .product_array .product_columns {grid-template-columns: 1fr 1fr;}
    .product .product_array .product_columns:nth-child(1) {transform: translateY(0px);}
    .product .product_array {margin-top: 60px;}
}
@media screen and (max-width: 768px) {
    .product.padding {padding: 60px 0;}
}

@media screen and (max-width: 640px) {
    .product_array {flex-wrap: wrap;}
}

.news .inner {display: flex; justify-content: space-between;}
.news .news_wrap {width:60%;}
.news  .item_wrap:nth-child(1) {border-top: 1px solid #bbb;}
.news  .item_wrap > a {display: flex; align-items: center; padding:40px 0; border-bottom: 1px solid #bbb;}
.news  .item_wrap .date_box {margin-right: 50px; padding: 0 50px; text-align: center;}
.news  .item_wrap .date_box .day_number {margin-bottom:20px; font-size: 4.5rem; font-weight: bold;}
.news  .item_wrap .date_box .month_year {font-size: 2rem;}
.news  .item_wrap .post_title {margin-bottom: 20px; font-size: 2.4rem;}
.news  .item_wrap .post_desc {overflow: hidden;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 1.6rem; color: #999; text-overflow: ellipsis; line-height: var(--line-height-desc);}
@media screen and (max-width: 1280px) {
    .news .inner {flex-direction: column; gap: 60px;}
    .news .news_wrap {width:100%;}
}
@media screen and (max-width: 640px) {
    .news .item_wrap .date_box {margin-right: 25px; padding:0 20px;}
    .news .item_wrap .date_box .day_number {font-size: 2.5rem;}
    .news .item_wrap .date_box .month_year {font-size: 1.6rem;}
    .news .item_wrap .post_title {font-size: 1.6rem;}
    .news .item_wrap .post_desc {font-size: 1.5rem;}
}

.contact {display: flex; overflow: hidden;}
.contact > div {width:50%; padding: 90px 30px; background-size: cover; color: #fff;}
.contact .qna {background: url(/img/qna_bg.png) no-repeat center; background-size: cover;}
.contact .location {background: url(/img/location_bg.png) no-repeat center; background-size: cover;}
.contact > div .title {margin-bottom: 50px;}
.contact > div .ani_more_btn a {border: 1px solid #fff; color:#fff;}
.contact > div .ani_more_btn a:hover {border:1px solid var(--main-color);}
@media screen and (max-width: 1280px) {
    .contact  {flex-direction: column;}
    .contact > div {width:100%; padding: 80px 10px;}
    .contact .section_title {margin-bottom: 20px;}
}

@media screen and (max-width: 480px) {
    .contact > div .title {font-size: 3.4rem;}
    .contact > div {width:100%; padding: 60px 0px;}
}

/* 무한스크롤 text */
.marquee__wrap {width: 100%;overflow: hidden; padding: 80px 0;}
.marquee__wrap .marquee__inner {display: flex;width: max-content;animation: partners-scroll 60s linear infinite;}
.marquee__wrap:hover .marquee__inner { animation-play-state: paused;}
.marquee__wrap .marquee-list {display: flex;flex-shrink: 0; align-items: center; column-gap: 20px;}
.marquee__wrap .marquee-list img {filter: grayscale(1);}
.marquee__wrap .marquee-list .marquee-item:hover img {filter: none; transition: all 0.2s;}

@keyframes partners-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

footer {background-color: #222;}
footer .inner {width:76%; margin:0 auto;}
footer .footer-info {display: flex; gap: 60px;}
footer .footer_policy {display: flex; gap: 36px; padding:50px 0; border-bottom: 1px solid #595959;}
footer .footer_policy a {font-size: 1.8rem; color: #fff;}
footer .footer_bottom {display: flex; padding:50px 0; justify-content: space-between; align-items: flex-end;}
footer .footer_bottom address {font-size: 1.6rem; color: #999; font-style: unset; line-height: var(--line-height-desc);}
footer .admin a {color: #999;}
footer .admin b {font-weight: 600; text-decoration: underline;}
footer .admin a:not(:first-of-type) {padding-left: 10px;}

/* main popup */
.mainPopupLayer {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.1);z-index: 9999999;display: none}
.mainPopupContent {width: 500px; position: absolute;top: 20%;left: 10%;}
.mainPopupContent > .close-btn {position: absolute; right: 12px; top: 12px; border: 0; background-color: transparent;}
.mainPopupContent > .close-btn img {width: 42px !important; height: 42px !important; filter: brightness(0);}
.mainPopupContent > .close-btn {width: 60px !important;height: 60px !important;}
.mainPopupContent .mainPopupImg {display: flex;justify-content: center;}
.mainPopupContent .mainPopupImg img {width: 100%; height: 100%; object-fit: cover;}
.mainPopupContent .mainPopupCloseBtnBox {position: absolute; bottom: 20px; right: 20px;}
.mainPopupContent .mainPopupCloseBtnBox span {cursor: pointer;}

.scroll .quick-icon {transform: translateY(0px);}
.scroll .quick-icon .btn-top {visibility: visible;}
.quick-icon {position: fixed; right: 80px; bottom: 50px; z-index: 100; transition: 0.7s all; transform: translateY(80px);}
.quick-icon .btn-top,
.quick-icon .quick a {width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; flex-direction: column; row-gap: 2px; cursor: pointer; border-radius: 50%;}
.quick-icon .quick a.insta {background: url(/img/insta-bg.jpg) no-repeat center center / cover; margin-bottom: 10px;}
.quick-icon .quick a span {color: #fff; font-size: 11px;}
.quick-icon .quick a:not(.insta) {background-color: #F9E000;}
.quick-icon .quick a:not(.insta) span {font-size: 11px; color: #3C1B1D;}
.quick-icon .quick a:not(.insta) svg path {fill: #3C1B1D;}
.quick-icon .btn-top {margin-top: 8px; visibility: hidden; background-color: var(--main-color);}

@media screen and (max-width: 1400px) {
    footer .inner {width: 90%;}
}

@media screen and (max-width: 1280px) {
    footer .footer_policy a {font-size: 1.5rem;}
    .quick-icon {right: 4%;}
}

@media screen and (max-width: 1024px) {
    footer .footer-info {width: 100%; flex-direction: column; align-items: flex-start; row-gap: 20px;}
}

@media screen and (max-width: 640px) {
    footer .footer_policy {padding:30px 0; }
    footer .footer_policy a {font-size: 1.3rem;}
    footer .footer_bottom {flex-direction: column; gap: 30px; align-items: flex-start;}
    footer .footer_bottom address {font-size: 1.4rem;}
}

/* 설비소개 */
.machine-cont {position: sticky; top: 20px;}
.machine-cont .tabs {display: flex; column-gap: 200px;}
.machine-cont .tab-buttons { width: 200px; display: flex; flex-direction: column; row-gap: 10px; flex-shrink: 0;}
.machine-cont .tab-btn {width: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 20px; font-weight: 500; border-radius: 100px; padding: 20px;}
.machine-cont .tab-btn.active {background-color: var(--main-color); color: #fff;}
.machine-cont .tab-btn:hover {background-color: var(--main-color); color: #fff; transition: all 0.2s;}
.machine-cont .tab-content {display: none;}
.machine-cont .tab-content.active {display: block;}

.machine-cont .tab-content ul {display: flex; flex-direction: column; row-gap: 100px; width: 100%; max-width: 760px;}
.machine-cont .tab-content ul li .tit {display: block; font-size: 20px; font-weight: 600; color: var(--main-color); padding-bottom: 16px;}
.machine-cont .tab-content ul li p {font-size: 16px; line-height: 1.4; color: #555; padding-bottom: 60px; word-break: keep-all;}
.machine-cont .tab-content ul li .img-wrap {height: 540px;}
.machine-cont .tab-content ul li .img-wrap img {width: 100%; height: 100%; object-fit: cover;}
.machine-cont .tab-content ul li .img-wrap.verticality {padding-top: 20px;}

@media screen and (max-width: 1280px) {
    .machine-cont .tabs {column-gap: 100px;}
}

@media screen and (max-width: 1024px) {
    .machine-cont .tabs {column-gap: 60px;}
    .machine-cont .tab-buttons {width: 148px;}
    .machine-cont .tab-btn {padding: 14px; font-size: 18px;}
}

@media screen and (max-width: 768px) {
    .machine-cont .tabs {flex-direction: column; row-gap: 40px;}
    .machine-cont .tab-buttons {width: 100%; flex-direction: row;}
    .machine-cont .tab-btn {width: calc(100% / 4);}
    .machine-cont .tab-content ul li p {padding-bottom: 40px;}
    .machine-cont .tab-content ul li .img-wrap {height: 50vw;}
}

@media screen and (max-width: 500px) {
    .machine-cont .tab-btn {font-size: 3.6vw;}
    .machine-cont .tab-content ul li p {font-size: 15px;}
    .machine-cont .tab-content ul {row-gap: 60px;}
}

@media screen and (max-width: 360px) {
    .machine-cont .tab-btn {font-size: 4vw;}
}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:auto;height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #f2f2f2;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #f2f2f2;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #f2f2f2;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #f2f2f2;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #f2f2f2;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

/*.btn_submit {border:0;background:#2f2f2f;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2f2f2f}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
/*a.btn_frmline {}
button.btn_frmline {font-size:1em}*/

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #f2f2f2;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:2px solid #000;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:0 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:116px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #e3e3e3;background:#fff;color:#000;vertical-align: middle;border-radius:5px; padding:0 12px;}
.wr_content textarea:focus,
.tbl_frm01 textarea:focus,
.form_01 textarea:focus,
.frm_input:focus {outline: none;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#f2f2f2}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#141414;border:1px solid #141414;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}



.inner {width: calc(100% - 32px) !important; max-width: 1440px; margin:0 auto;}
.content .inner { padding:100px 0;}
.section_title {margin-bottom: 45px; font-size: 2.2rem; font-weight: bold;}

@media screen and (max-width: 768px) {
    .content .inner {padding: 80px 0;}
    .section_title {margin-bottom: 0;}

    .mainPopupContent {width: 70%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
    .mainPopupContent > .close-btn {width: 8vw !important; height: 8vw !important; right: 3%; top: 3%;}
    .mainPopupContent > .close-btn img {width: 6vw !important; height: 6vw !important;}
    .mainPopupContent .mainPopupCloseBtnBox {bottom: 4%; right: 4%;}
}

@media screen and (max-width: 500px) {
    .mainPopupContent {width: 80%;}
    .mainPopupContent .mainPopupCloseBtnBox p {font-size: 15px;}
}


.svis {position: relative; padding:155px 0; text-align: center; color: #fff; overflow:hidden}
.svis:after {position:absolute; top:0; right:0; width:100%; height:100%; background-color:#fff; transition:right 1s ease; content:'';}
.svis.ani:after {right:-100%}
.depth01 {background: url(/img/svis01.png) no-repeat; background-size: cover;}
.depth02 {background: url(/img/svis02.png) no-repeat; background-size: cover;}
.depth03 {background: url(/img/svis01.png) no-repeat; background-size: cover;}
.depth04 {background: url(/img/svis02.png) no-repeat; background-size: cover;}
.depth05 {background: url(/img/svis01.png) no-repeat; background-size: cover;}
.depth06 {background: url(/img/svis02.png) no-repeat; background-size: cover;}
.svis .title {margin-bottom: 65px; font-size: 6rem;}
.location {display: flex; justify-content: center; align-items: center; gap: 15px;}
.location li {font-size: 1.6rem;}
.location li a {color: #fff;}
.pagelist { position: absolute; bottom: 0; width:100%; background-color: rgba(0,0,0,0.3);}
.pagelist ul {display: flex;}
.pagelist ul li {text-align: center; transition: all 0.3s;}
.pagelist ul li.active {position: relative;}
.pagelist ul li.active a {background-color: var(--main-color);}
.pagelist ul li a {display: block; padding:25px 0; font-size: 1.6rem; color: #fff;}
.pagelist ul.menu5 li {width:20%;}
.pagelist ul.menu4 li {width:25%;}
.pagelist ul.menu3 li {width:33.33333%;}
.pagelist ul.menu2 li {width:50%;}
.pagelist ul.menu1 li {width:100%;}


@media screen and (max-width: 960px) {
    .svis .title {font-size: 4rem;}
}

@media screen and (max-width: 768px) {
    .pagelist {background-color: #000;}
    .pagelist ul {flex-direction: column;}
    .pagelist ul.menu5 li, .pagelist ul.menu2 li, .pagelist ul.menu4 li {width:100%;}
    .pagelist ul li a {display: none;}
    .pagelist ul li.active a {display: block;}
    .pagelist ul li.active a::after {display: block; position: absolute; top: 20px; right: 10px; width: 20px; height: 20px; background-image: url(/img/arrow_down.png); background-repeat: no-repeat; transition: all 0.5s; content:"";}
    .pagelist ul li.open a {display: block; visibility: visible;}
    .pagelist ul li.active.open a::after {top:24px; transform: rotate(180deg);} 
}

@media screen and (max-width: 640px) {
    .svis {padding: 130px 0;}
    .svis .title {font-size: 3rem;}
    .location li {font-size: 1.2rem;}
}

.maintxt h2 {margin-bottom: 44px; font-size: 3.5rem;}
.maintxt p {margin-bottom: 100px; font-size: 1.6rem; line-height: var(--line-height-desc);}

.bs_contact {overflow: hidden; padding: 140px 0 140px 80px; background: url(/img/bscontact_bg.png) no-repeat; background-size: cover; background-position: center; border-radius: 10px; color: #fff;}
.bs_contact h2 {margin-bottom: 30px; font-size: 3.5rem;}
.bs_contact p {margin-bottom: 50px; font-size: 1.6rem; line-height: var(--line-height-desc);}
.bs_contact a {display: flex; justify-content: space-around; width: 180px; height: 60px; border-radius: 30px; border: 1px solid #fff; line-height: 60px; font-size: 1.8rem; color: #fff;}

@media screen and (max-width: 768px) 
{
    .maintxt h2 {font-size: 2.4rem;}
    .bs_contact {padding: 80px 0 80px 40px;}
    .bs_contact h2 {font-size: 2.4rem;}
   
}

@media screen and (max-width: 640px) 
{
    .maintxt h2 {font-size: 2rem;}
    .bs_contact {padding: 50px 30px;}
    .bs_contact h2 {font-size: 2rem;}
    .bs_contact a {width: 150px; height: 50px; line-height: 50px; font-size: 1.5rem;}
   
}

.area_list {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px;}
.area_list .area_item {padding-bottom: 80px; padding-left: 40px; border-radius: 10px; }
.area_list .area_item > a {display: block; position: relative; width: 100%; height: 100%; padding-top: 350px; color: #fff;}
.area_list .area_item:nth-child(1) {background: url(/img/bsarea01.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item:nth-child(2) {background: url(/img/bsarea02.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item:nth-child(3) {background: url(/img/bsarea03.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item:nth-child(4) {background: url(/img/bsarea04.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item p {position: absolute; top: 50px; left: 0px; font-size: 1.5rem;}
.area_list .area_item h3 {font-size: 3rem;}

@media screen and (max-width: 1280px) {
    .area_list {grid-template-columns: 1fr 1fr;}
    .area_list .area_item > a {padding-top: 150px;}
    .area_list .area_item h3 {font-size: 1.8rem;}
}

@media screen and (max-width: 640px) {
    .area_list {grid-template-columns: 1fr; gap: 20px;}
    .area_list .area_item {padding-bottom: 50px;}
    .area_list .area_item p {font-size: 1.2rem;}
    .area_list .area_item h3 {font-size: 1.4rem;}
}

#container .greeting02 .inner {position:relative; max-width:1440px; width:100%; font-size:0; margin:0 auto;}
#container .greeting02 .inner:after {display:block; clear:both; content:'';}
#container .greeting02 .introbox {font-size:0; margin:40px 0 0;}
#container .greeting02 .article01 {min-height:440px;}
#container .greeting02 .introbox > h2 {font-size:45px; font-weight:800; color:#e5e5e5; display:inline-block; vertical-align:top; width:332px; word-break:keep-all; line-height:1.1; padding:0 0 0 46px; margin:-8px 0 0;}
#container .greeting02 .descbox {display:inline-block; vertical-align:top; width:calc(100% - 332px); padding:0 0 0 61px; border-left:1px solid #ddd;}
#container .greeting02 .descbox h3 {font-size:20px; font-weight:500; color:#1b1b1b; margin:-6px 0 2px;}
#container .greeting02 .descbox p {font-size:16px; font-weight:350; color:#474747; word-break:keep-all; line-height:1.9; letter-spacing:-0.2px; margin:30px 0 0;}
#container .greeting02 .descbox p.ceo {display: flex; align-items: center; column-gap: 20px;}
#container .greeting02 .descbox p.ceo b {font-weight: 600;}

@media all and (max-width:1200px){
    #container .greeting02 .introbox > h2 {font-size:40px; display:block; width:100%; padding:0; margin:0;}
    #container .greeting02 .descbox {display:block; width:100%; padding:25px 0 0; margin:20px 0 0; border-top:1px solid #ddd; border-left:none;}
    #container .greeting02 .descbox h3 {font-size:18px; margin:0;}
    #container .greeting02 .descbox p {font-size:15px; margin:27px 0 0;}
    #container .greeting02 .descbox p:first-child {margin:29px 0 0;}
}

@media all and (max-width:800px){
    #container .greeting02 .descbox p .only_pc {display:none;}
}

@media all and (max-width:768px){
    #container .greeting02 .introbox {margin:0;}
    #container .greeting02 .introbox > h2 {font-size:35px;}
    #container .greeting02 .descbox {padding:20px 0 0; margin:15px 0 0;}
    #container .greeting02 .descbox h3 {font-size:16px;}
    #container .greeting02 .descbox p {font-size:14px; margin:24px 0 0;}
    #container .greeting02 .descbox p:first-child {margin:26px 0 0;}
}

@media all and (max-width:500px){
    #container .greeting02 .introbox > h2 {font-size:7vw;}
    #container .greeting02 .descbox {padding:3.8vw 0 0; margin:3vw 0 0;}
    #container .greeting02 .descbox h3 {font-size:3.5vw;}
    #container .greeting02 .descbox p {font-size:3vw; margin:4.8vw 0 0;}
    #container .greeting02 .descbox p:first-child {margin:5.2vw 0 0;}
}

.year-block {display: grid; grid-template-columns: 0.5fr 1fr; position: relative;}
.year-block .year {font-size: 7rem;}
.year-block .events {display: grid; gap: 40px; position:relative; padding-bottom: 100px;}
.year-block .events::before {display: block; position: absolute; top:0; bottom:0; left:0; width:1px; height: 100%; background-color: #eaeaea; content: "";}
.year-block .events::after {display: block; position: absolute; top:0; left:-6px;  width: 13px; height: 13px; background-color: var(--main-color); border-radius: 50%; transition: all 0.5s; content: "";}
.year-block .events li {display: flex; position: relative; gap: 70px; margin-left: 100px;}
.year-block .events li.mobile {display: none;}
.year-block .events li .month {position: relative; font-size: 2.5rem; font-weight: bold;}
.year-block .events li p {font-size: 1.8rem; line-height: var(--line-height-desc);}
.year-block .events .imgset .imgbox {overflow: hidden; width:387px; height: 236px; margin-top: 30px; border-radius: 10px;}
.year-block .events .imgset .imgbox img {width: 100%; height: 100%;}
.year-block .events.active::after {border:1px solid var(--main-color); box-shadow: 0 0 0 8px white, 0 0 0 10px var(--main-color); content: ""}

@media screen and (max-width: 1084px) {
    .year-block {grid-template-columns: 1fr;}
    .year-block .year {display: none;}
    .year-block .events li.mobile {display: block; font-size: 3rem; font-weight: bold;}
    .year-block .events li {flex-direction: column; gap: 20px; margin-left: 70px;}
    .year-block .events li .month {font-size: 2rem;}
    .year-block .events li p {font-size: 1.5rem;}
    .year-block .events .imgset .imgbox {width: 300px; height: 200px;}
}

@media screen and (max-width: 400px) {
    .year-block .events .imgset .imgbox {width: 100%;}
}





.org_chart {display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: auto auto; place-items: center; }
.org_chart .ceo {position:relative; grid-column: 3 / 4; width: 215px; height: 65px; margin-bottom: 40px; background-color: var(--main-color); border-radius: 35px; font-size: 2rem; font-weight: bold; color: #fff; line-height: 65px; text-align: center;}
.org_chart .ceo::after {display: block; position: absolute; bottom: -40px; left:50%; transform: translateX(-50%); width:1px; height:40px; background-color: #c4c4c4; content:"";}
.org_chart .teams {display: grid; position:relative; grid-template-columns: repeat(4, 1fr); grid-column: 1 / 6; gap:50px; margin-top: 40px; text-align: center;}
.org_chart .teams::before {display: block; position: absolute; top: -40px; left:50%; transform: translateX(-50%); width: 750px; height:1px; background-color: #c4c4c4; content:"";}
.org_chart .teams .title {position: relative; width:200px; height: 60px; margin-bottom: 20px; background-color: #d4e9ff; border-radius: 10px; font-size: 1.8rem; line-height: 60px;}
.org_chart .teams .title::before {display: block; position: absolute; top: -40px; left:50%; transform: translateX(-50%); width:1px; height:40px; background-color: #c4c4c4; content:"";}
.org_chart .teams .title::after {display: block; position: absolute; bottom: -20px; left:50%; transform: translateX(-50%); width:1px; height:20px; background-color: #c4c4c4; content:"";}
.org_chart .teams .member {width:200px; height: 60px; background-color: #f0f0f0; border-radius: 10px; font-size: 1.6rem; line-height: 60px; margin-bottom: 10px;}
.org_chart .teams .member:last-child {margin-bottom: 0;}

@media screen and (max-width: 1084px) {
    .org_chart .ceo {font-size: 1.8rem;}
    .org_chart .teams::before {width:600px;}
    .org_chart .teams .title, .org_chart .teams .member {width:150px; height: 50px; line-height: 50px;}
    .org_chart .teams .title {font-size: 1.5rem;}
    .org_chart .teams .member {font-size: 1.4rem;}
}

@media screen and (max-width: 768px) {
    .org_chart .ceo {margin-bottom: 0; font-size: 1.7rem;}
    .org_chart .ceo::after {display: none;}
    .org_chart .teams {grid-template-columns: 1fr; gap: 40px;}
    .org_chart .teams::before {display: none;}

}





.vision, .strenghts {margin-bottom: 100px;}
.vision .vision_txt {display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 66px;}
.vision .vision_txt h2 {font-size: 6rem; line-height: var(--line-height-title);}
.vision .vision_txt p {font-size: 2rem; line-height: var(--line-height-desc);}
.vision .imgbox img {max-width: 100%;}
.strenghts .str_list {display: grid; grid-template-columns: 1fr 1fr; gap: 50px;}
.strenghts .str_list .str_item {display: flex; align-items: center; gap: 40px;}
.strenghts .str_list .str_item .iconbox {width:170px; height: 170px; border-radius: 50%; border:1px solid #ebebeb; line-height: 170px; text-align: center;}
.strenghts .str_list .str_item .iconbox img {vertical-align: middle;}
.strenghts .str_list .str_item .title {margin-bottom: 30px; font-weight: bold; font-size: 2.3rem;}
.strenghts .str_list .str_item .desc {font-size: 1.6rem; color: #999; line-height: var(--line-height-desc);}
.mission .mission_list {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px;}
.mission .mission_list .imgbox {margin-bottom: 45px;}
.mission .mission_list .imgbox img {max-width: 100%;}
.mission .mission_list .mission_item .title {margin-bottom: 26px; font-size: 2.3rem; font-weight: bold;}
.mission .mission_list .mission_item .desc {font-size: 1.8rem; line-height: var(--line-height-desc);}
 
@media screen and (max-width: 1280px) {
    .vision .vision_txt {grid-template-columns: 1fr; gap: 20px;}
    .strenghts .str_list {grid-template-columns: 1fr 1fr 1fr 1fr; gap: 30px;}
    .strenghts .str_list .str_item {flex-direction: column; align-items: baseline;}
}

@media screen and (max-width: 1084px) {
    .vision .vision_txt h2 {font-size: 3rem;}
    .vision .vision_txt p {font-size: 1.6rem;}
    .strenghts .str_list .str_item .iconbox {width: 100px; height: 100px; line-height: 100px;}
    .strenghts .str_list .str_item .iconbox img {width:35px;}
    .strenghts .str_list .str_item .title {font-size: 1.8rem;}
    .mission .mission_list .mission_item .title {font-size: 1.8rem;}
    .mission .mission_list .mission_item .desc {font-size: 1.6rem;}
    .mission .mission_list .mission_item .desc br {display: none;}
}

@media screen and (max-width: 768px) {
    .strenghts .str_list {grid-template-columns: 1fr 1fr;}
    .mission .mission_list {grid-template-columns: 1fr;}
    .mission .mission_list .imgbox img {width: 100%;}
}

@media screen and (max-width: 640px) {
    .strenghts .str_list {grid-template-columns: 1fr;}
    .strenghts .str_list .str_item {align-items: center; text-align: center;}
}

.map_info {display: flex; gap: 150px; flex-wrap: wrap; row-gap: 30px;}
.map_info ul li:first-child {margin-bottom: 23px; font-size: 2.2rem; font-weight: bold;}
.map_info ul li:last-child {margin-bottom: 50px; font-size: 1.6rem;}
div#daumRoughmapContainer1749707537134 {width:100%;}
.root_daum_roughmap .cont {display: none;}
@media screen and (max-width: 768px) {
    .map_info {flex-direction: column; gap:20px;}
}

@media screen and (max-width: 640px) {
    .map_info ul li:first-child {font-size: 1.6rem;}
    .map_info ul li:last-child {font-size: 1.4rem; margin-bottom: 30px;}
}


/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/
/**********************/



