@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 20px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 320px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{height: auto;}
#header h1 a img{width: 40px;}
.head_right_box{gap:15px;}
#header .inner{width:100%; padding-block: 20px;}

/* gnb */
#header .gnb{gap:10px;}
#header .gnb li a{font-size: 12px;}
#header .gnb li a img{width: 15px; height: 15px;}

#header .main_pagination{display: none;}
.main_pagination.mob{padding-block: 0 25px;}
.main_pagination.mob ul{display: flex; align-items: center; justify-content: center;}
.main_pagination ul li{width: 25px;}
.main_pagination ul li.prev{margin-right: 5px;}
.main_pagination ul li.next{margin-left: 5px;}
.main_pagination ul li img{width: 12px;}
.main_pagination ul li.on{border-bottom: 2px solid #000;}
.main_pagination ul li a{display: flex; align-items: center; justify-content: center; padding-bottom: 5px; height: 15px; font-size: 0.875rem; color: #000;}
.main_pagination ul li:not(.on) a span{width: 2px; height: 2px; background: #ddd; border-radius:50%;}

/* navigation */
.nav_btn{width: 20px;height: 16px;position: relative;display: flex;flex-direction: column;justify-content: space-between;border: none;background: none;cursor: pointer;z-index: 100;}
.nav_btn span {display: block;width: 100%;height: 2px;background: #111;border-radius: 5px;transition: 0.3s ease;}
.close_btn{position: relative; width: 20px;height: 20px;}
.close_btn span {position: absolute;top: 50%;left: 0;transform-origin: center; display: block;width: 100%;height: 2px; background: #111;}
.close_btn span:nth-child(1) {transform: translateY(-50%) rotate(45deg);}
.close_btn span:nth-child(2) {opacity: 0;}
.close_btn span:nth-child(3) {transform: translateY(-50%) rotate(-45deg);}
.navigation{position: absolute;left: 0;top: 0px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:100%;background-color:#fff;height:100%; right: 0px; padding: 25px 10px;}
.navigation.on{display:block;}
.navigation .lnb .btn_box{display: flex; justify-content: flex-end;}
.navigation .lnb .lnb_wrap{padding-top: 50px;}
.navigation h3{width:100%;}
.navigation h3 a{position: relative;width:100%; display: flex;align-items: center; justify-content: center;padding-block: 20px;color:#222222;font-size:1.25rem;font-weight: 600; text-align: center;}
.navigation h3.active a{border-bottom: 1px solid var(--co01);}
.navigation ul{display: block; padding:15px 0;background:#f6f6f6;}
.navigation ul li a{color:#666;font-size:14px;font-weight: 400;margin-left: 20px; word-break:keep-all;line-height: 30px; transition:.3s;}
.navigation ul li:hover a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation ul li a.on{color: #222;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 160px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 

/* main project */
.projects .project_grid{display: grid; grid-template-columns: repeat(2, 1fr); gap:10px; height: 83vh;}
.projects .project_item{position: relative;}
.projects .project_item .img_box{overflow: hidden;}
.projects .project_item .img_box img{width: 100%; aspect-ratio:1.125 / 1; object-fit:cover;}
.projects .project_item .project_overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 15px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.40); text-align: center; color: #fff; transition:.3s ease; pointer-events:none; opacity:0;}
.projects .project_item .project_overlay .tit{font-size: 1rem;}
.projects .project_item .project_overlay p{padding-top: 5px; font-size: 0.75rem;}
.projects .project_item:hover .project_overlay{opacity:1;}
.projects .project_item.comp .project_overlay::before, .projects .project_item.comp .project_overlay::after{content:"";position:absolute;left:50%;bottom:0;height:120%;border-left:1px solid #fff;transform-origin: 50% 100%;}
.projects .project_item.comp .project_overlay::before{transform:translateX(-50%) rotate(29deg);}
.projects .project_item.comp .project_overlay::after{transform:translateX(-50%) rotate(331deg);}

/* footer */
#footer{padding-block:20px 15px;}
#footer .inner{width: 100%;}
#footer .copy{font-size: 8px; color: #bbb;}


/* ==sub== */

#wrap.sub_wrap{}
#sub_contents{padding-bottom: 60px;}
#sub_contents.inner_none > .inner{width: 100%; max-width:100%; padding: 0;}

/* #footer.sub_footer{position: absolute;} */
#footer.sub_footer .inner{width: 100%;}

/* sub01 */
.sub0101_wrap{padding-top: 60px; height: calc(100vh - 160px);}
.sub0101_wrap .sec{margin-top: 60px;}
/* .sub0101_wrap .about_top .tit_box{display: flex; align-items: flex-end; justify-content: space-between;}
.sub0101_wrap .about_top .tit_box h2{font-size: 2.5rem; color: #222; font-weight: 100;}
.sub0101_wrap .about_top .tit_box .logo{width: 40%;}
.sub0101_wrap .about_top .tit_box .logo img{width: 100%;} */
.sub0101_wrap .sec01{display: flex; align-items: center; justify-content: space-between; flex-direction: column-reverse; gap: 30px;}
/* .sub0101_wrap .sec01 .img_grid{display: grid; grid-template-columns: 1fr 1fr; gap:10px; width: 100%;}
.sub0101_wrap .sec01 .img_grid .big{grid-column: 1 / -1;}
.sub0101_wrap .sec01 .img_grid img{display:block; width: 100%;} 
.sub0101_wrap .sec01 .word_box h3{}*/
.sub0101_wrap .sec01 .word_box span{display: block; font-size: 1.5rem; font-weight: 100; color: #ccc; line-height: 1.5; position:relative;}
.sub0101_wrap .sec01 .word_box .scroll-fill span.is-bold{font-weight:500;}
.sub0101_wrap .sec01 .word_box .scroll-fill span.is-fill{color:transparent;background-image: linear-gradient(90deg, #000 0%, #000 var(--p,0%), #ccc var(--p,0%), #ccc 100%);background-size:100% 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}

.sub0101_wrap .sec02 .row{display: flex; justify-content: space-between; align-items: center; flex-direction: column; gap:20px;}
.sub0101_wrap .sec02 .row .col{width: 100%;}
.sub0101_wrap .sec02 .row .carousel_mask{max-height: 10rem; position: relative; overflow: clip;}
.sub0101_wrap .industry_item{border-top: 1px solid #ddd;}
.sub0101_wrap .industry_item .item_txt{display: flex; align-items: center; gap:0.5rem; padding-block:15px; color: #222; font-weight: 300; }
.sub0101_wrap .industry_item .item_txt .eyebrow{font-size: 1rem;}
.sub0101_wrap .industry_item .item_txt .tit{font-size: 1.25rem;}
.sub0101_wrap .industries-images_wrap{aspect-ratio: 1;width: 100%;position: relative;}
.sub0101_wrap .industry_media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;pointer-events:none;}
.sub0101_wrap .transition_gradient {background-image: linear-gradient(180deg, #0e0e0f00, #fff);border-radius: 0;width: 100%;height: 25%;position: absolute;inset: auto 0% 0%;}
.sub0101_wrap .transition_gradient.cc-top {background-image: linear-gradient(180deg, #fff, #0e0e0f00);inset: 0% 0% auto;}
ul.tab_menu{display: none;}

/* sub0201_wrap */
.sub0201_wrap ul.tab_menu{display: flex; align-items:center; justify-content: center; gap:10px; padding-block: 0 25px;}
.sub0201_wrap ul.tab_menu li a{font-size:12px; font-weight: 100; color:#ccc;}
.sub0201_wrap ul.tab_menu li.on a{color: #222; font-weight: 200;}
.sub0201_wrap ul.con_wrap{display:grid; grid-template-columns: repeat(2, 1fr); gap:10px 10px;}
.sub0201_wrap ul.con_wrap li a{display: flex; flex-direction: column; gap:5px;}
.sub0201_wrap ul.con_wrap li a p{font-size:0.875rem; font-weight: 200;color:#000;}
.sub0201_wrap .pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 90%; height: auto; border-radius: 20px;}
.sub0201_wrap .pop_wrap .pop_con .tit{display: flex; justify-content: space-between; align-items: center; margin-top: 5px;}
.sub0201_wrap .pop_wrap .pop_con .tit p{font-size:0.875rem; color:#fff; font-weight: 200;}
.sub0201_wrap .pop_wrap .pop_con .img_wrap{height: auto;}
.sub0201_wrap .pop_wrap .pop_con .img_wrap img{object-fit:contain;}
.sub0201_wrap .slide-cursor{display:block;width:20px;height:30px;}


/* sub03 */
.sub0301_wrap{position: relative;}
.p-project__ctrl{display: flex; align-items: center; justify-content: center; gap:20px; margin-bottom: 20px; font-size: 0.75rem; color: #222;}
.p-project__ctrl.is-fixed{position: fixed; top: 0; left: 0; width: 100%; margin-bottom: 0; padding-block:15px; z-index: 9000; background: #fff;}
.p-project__article{position: relative;overflow: hidden;min-height: 100vh;}
.p-project__article .p-project__product, .p-project__article .p-project__process, .p-project__article .p-project__description{position: absolute;top: 0; left: 0; right: unset; width: 100%;transition-property: left;transition-timing-function: cubic-bezier(.22,.61,.36,1);transition-duration: var(--duration, 400ms);will-change: left;}

.p-project__article.-product .p-project__product{ position: relative; left: 0; right: unset; z-index: 2;}
.p-project__article.-product .p-project__process{ left: -90%; right: unset; z-index: 1; overflow: hidden;}
.p-project__article.-product .p-project__description{ left: 90%; right: unset; z-index: 1; overflow: hidden;}

.p-project__article.-process .p-project__process{ position: relative; left: 0; right: unset; margin: 0 0 0 auto; width: 100%; padding: 0 16% 10.666666666666668%;}
.p-project__article.-process .p-project__product{ left: 90%; right: unset; overflow: hidden; z-index: 1;}
.p-project__article.-process .p-project__description{ left: 200%; right: unset; overflow: hidden; z-index: 1;}

.p-project__article.-description .p-project__description{ position: relative; left: 0; right: auto; margin: 0;}
.p-project__article.-description .p-project__product{ left: -90%; right: unset; overflow: hidden; z-index: 1;}
.p-project__article.-description .p-project__process{ left: -200%; right: unset; overflow: hidden; z-index: 1;}

.p-project__article .p-project__product{padding: 0 8.076923076923077%;}
.p-project__article .p-project__product .product_wrap{padding: 0;}
.p-project__article .p-project__process{padding: 0 6% 10.666666666666668%;}
.p-project__article .p-project__description{width: 100%; padding: 0 10.666666666666668% 12% 6%; transform: none; }

.p-project__article img{width: 100%; height: 100%; max-width: fit-content;}
.p-project__article .p-project__product .product_wrap > div:not(:first-child){ margin-top: 20px; }

.p-project__article .p-project__product .img_grid{display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;}
.p-project__article .p-project__product .img_grid > div{aspect-ratio: 1 / 1;overflow: hidden;}
.p-project__article .p-project__product .img_grid img{width: 100%;height: 100%;object-fit: cover;}
.p-project__article .p-project__process .left_img_box:not(:first-child){margin-top: 20px;}
.p-project__article .p-project__description .tit_wrap h2{font-size: 1rem; color: #222; font-weight: 400;}
.p-project__article .p-project__description .tit_wrap p{padding-top: 10px; font-size: 0.75rem; color: #444; font-weight: 200; line-height: 1.4; word-break:keep-all;}
.p-project__article .p-project__description .info_wrap{margin-top: 25px;}
.p-project__article .p-project__description .info_wrap dl:not(:first-child){margin-top: 15px;}
.p-project__article .p-project__description .info_wrap dl dt{font-size: 0.75rem; color: #222;}
.p-project__article .p-project__description .info_wrap dl dd{padding-top: 5px; font-size: 0.75rem; color: #444;}

.prj-cursor{position: fixed;top: 0; left: 0;transform: translate(-50%, -50%);display: none;pointer-events: auto;z-index: 9999;}
body.is-cursor-enable{ cursor: none; }
body.is-cursor-enable.-left  #left_cursor{ display:block; }
body.is-cursor-enable.-right #right_cursor{ display:block; }
body.is-modal-open{ cursor: auto; }
body.is-modal-open .prj-cursor{ display:none !important; }

.p-project__article .img_modal{position: fixed;inset: 0;display: none;align-items: center;justify-content: center;z-index: 9999;}
.p-project__article .img_modal .modal_overlay{position: absolute;inset: 0;background: rgba(0,0,0,0.7);backdrop-filter: blur(4px);}
.p-project__article .img_modal .modal_content{position: relative;max-width: 70vw;max-height: 80vh;z-index: 2;animation: fadeIn .3s ease;}
.p-project__article .img_modal img{max-width: 100%;max-height: 80vh;display: block;box-shadow: 0 20px 50px rgba(0,0,0,0.4);}
.p-project__article .modal_close{position: absolute;top: -50px;right: 0;font-size: 40px;font-weight: 100;color: #fff;background: none;border: none;cursor: pointer;line-height: 1;}
.p-project__article .img_modal.active{display: flex;}

.sub0301_wrap .top_btn{position: fixed; right: 10px; bottom: 5%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap:5px; width: 40px; height: 40px; border:1px solid #000; z-index: 10000; color: #000; font-size: 12px;}
.sub0301_wrap .top_btn svg{width: 12px;}

/* sub04 */
.sub0401_wrap{padding-bottom: 0;}
.sub0401_wrap .contact_top{display: flex; justify-content: space-between; align-items: flex-end; flex-direction: column; gap:20px; overflow: hidden;}
.sub0401_wrap .contact_top .map_box{width: 100%;}
.sub0401_wrap .contact_top .map_box iframe{width: 100%; height: 200px;}
.sub0401_wrap .contact_top .info_box{width: 100%;}
.sub0401_wrap .contact_top .info_box .logo{width: 60%; padding-block: 30px;}
.sub0401_wrap .contact_top .info_box .logo img{width: 100%;}
.sub0401_wrap .contact_top .info_box .info{padding-block: 20px; border-top: 1px solid #000;}
.sub0401_wrap .contact_top .info_box .info dl{display: flex; gap:20px; font-size: 0.875rem; color: #000;}
.sub0401_wrap .contact_top .info_box .info dl:not(:first-child){margin-top: 15px;}
.sub0401_wrap .contact_top .info_box .info dl dt{width: 60px; flex-shrink:0; font-weight: 300;}
.sub0401_wrap .contact_top .info_box .info dl dd{font-weight: 100;}
.sub0401_wrap .contact_form_wrap{display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; gap: 30px; margin-top: 50px;}
.sub0401_wrap .contact_form_wrap .txt_box:not(:first-child){margin-top: 20px;}
.sub0401_wrap .contact_form_wrap .txt_box h2{font-size: 1.875rem; font-weight: 200;}
.sub0401_wrap .contact_form_wrap .txt_box p{padding-top: 12px; font-size: 0.875rem; font-weight: 200; line-height: 1.6; word-break:keep-all;}
.sub0401_wrap .contact_form_wrap .form_box{width: 100%;}
.sub0401_wrap .contact_form_wrap .form_inner label{display:block;font-size:0.875rem;margin-bottom:8px;color:#222;}
.sub0401_wrap .contact_form_wrap .form_grid{display:grid;grid-template-columns:1fr;gap:15px;}
.sub0401_wrap .contact_form_wrap .form_item input, .sub0401_wrap .contact_form_wrap .form_item textarea{width:100%;padding:8px 12px;background:#F9F9F9; border-radius: 4px;border:none;font-size:0.75rem;outline:none;}
.sub0401_wrap .contact_form_wrap .form_item textarea{min-height:110px;resize:none;}
.sub0401_wrap .contact_form_wrap .form_item.full{grid-column:1 / -1;}
.sub0401_wrap .contact_form_wrap .radio_wrap{display:flex;gap:15px;align-items:center;height:26px;}
.sub0401_wrap .contact_form_wrap .radio_wrap label{display: flex; align-items: center; gap:5px; font-size: 0.75rem; white-space: nowrap;}
.sub0401_wrap .contact_form_wrap .radio_wrap input{margin-right:6px;}
.sub0401_wrap .contact_form_wrap .agree_box{margin-top:20px;text-align:center;font-size:0.75rem;}
.sub0401_wrap .contact_form_wrap .agree_box label{display: flex;align-items: center;justify-content: center;gap: 10px; font-size: 0.75rem;}
.sub0401_wrap .contact_form_wrap .agree_box a{margin-left:6px;text-decoration:underline;}
.sub0401_wrap .contact_form_wrap .btn_wrap{text-align:center;margin-top:20px;}
.sub0401_wrap .contact_form_wrap .submit_btn{width: 150px; height: 40px; line-height: 40px;border-radius:40px;border:1px solid #000;background:#fff;cursor:pointer;transition:all .3s ease; font-size: 0.875rem; color: #111; font-weight: 200;}
.sub0401_wrap .contact_form_wrap .submit_btn:hover{background:#000;color:#fff;}
.sub0401_wrap .contact_form_wrap .img_box{display: none;}
.sub0401_wrap .contact_form_wrap .rec_box{margin-top: 60px; height: calc(100vh - 130px); display: flex; flex-direction: column; justify-content: center;}
.sub0401_wrap .contact_form_wrap .rec_box dl{display: flex; flex-direction: column; gap:10px; color: #000;align-items: flex-end;}
.sub0401_wrap .contact_form_wrap .rec_box dl:not(:first-child){margin-top: 20px;}
.sub0401_wrap .contact_form_wrap .rec_box dl dt{font-size: 0.875rem; font-weight: 500; text-align: right;}
.sub0401_wrap .contact_form_wrap .rec_box dl dd{font-size: 0.875rem; font-weight: 300; line-height: 1.4; text-align: right;}
.sub0401_wrap .contact_form_wrap .form_container{overflow: hidden;}

/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 13px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.basic_bd02 .search_box .search select{font-size: 14px; color: #222; width: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.basic_bd02 .search_box .input_wrap button img{width: 100%;}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';display: none;opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 41px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 21px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 12px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 56px);margin-left: 25px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 10px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 20px;border: 1px solid #eee;padding: 0 10px;font-size: 12px;margin-right: 5px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 14px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: block;margin-top: 10px;font-size: 12px;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 0;}
.basic_bd02 ul.paging li.prev a img {width: 18px;}
.basic_bd02 ul.paging li.next a img {width: 18px;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 30px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 16px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 21px; margin: 12px 0px 15px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 13px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 38px 10px;}
.basic_bd01_view .view_box img{width: 100%;margin-bottom: 40px;}
.basic_bd01_view .view_box p{font-size: 13px; color: #000;}
.basic_bd01_view .file_box{padding: 12px 13px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:5px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:10px 5px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 13px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{display: none;font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 42px; height: 42px; border:1px solid var(--bg01); border-radius:5px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 15px;}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {gap: 20px 0;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 15px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 5px; font-size: 12px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 13px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.gallery_bd02 .search_box .search select{font-size: 14px; color: #222; width: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.gallery_bd02 .search_box .input_wrap button img{width: 100%;}
.gallery_bd02 .con ul.img_li {display: flex; gap: 30px 0; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 100%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 12px; padding-top: 12px; margin-top: 12px;}
}