@charset "utf-8";
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'NanumSquareRound', 'Malgun Gothic', dotum, sans-serif;background:#fff;font-smoothing: auto;position: relative;text-size-adjust: none;}
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:'NanumSquareRound', 'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

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

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

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

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;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
	-webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.placeholdersjs {color:#aaa !important}
.computer{display: none !important;}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: none !important;
}
div:where(.swal2-container) div:where(.swal2-actions) {
    margin: 8px auto !important;
}
div:where(.swal2-container) .swal2-html-container {
    word-break: keep-all !important;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
    z-index: 999999 !important;
}

.back-line{position: sticky;top: 0;z-index: 102;background: #fff;}

.fixed_menu{display: none;}

.select-box {
    position: relative;
}
.select-box  i {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 16px;
}
.select-box .frm_input {
    border-color: transparent;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    appearance: none;
    padding: 5px 40px 5px 15px;

}
.select-box .frm_input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.aca_form_div textarea {
    resize: none;
    border-color: transparent;
    border-radius: 10px;
    border: none !important;
    font-size: 16px;
}
.aca_form_div textarea:focus {
    outline: none;
}
#logo .option.pc-opt {
    display: none !important
}
#logo .option.m-opt {
    padding: 13px 22px;
    margin-left: -66px;
    width: auto;
}
#logo .option.m-opt:after {
    margin-left: 15px;
        margin-top: -5px;
}
#logo .option.m-opt a {
    font-size: 13px;
}


.progress-wrap {position: fixed;right: 15px;bottom: 80px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);z-index: 1000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;color: #88441b;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke: #88441b;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

.insta{padding: 0 0 70px;}
.insta_text{display: flex; align-items: flex-end;gap: 10px;}
.insta_text h2{font-size: 18px;font-weight: 800;}
.insta_text div{font-size: 15px;color: #666;line-height: 1.5;}
.my_instagram{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;padding-top: 20px;padding-bottom: 100px;}
.my_instagram li{width: 33.33%;position: relative;overflow: hidden;height: 35vw;}
.my_instagram li:last-child{margin-right: 0;}
.my_instagram li:hover img{transform: scale(1.1);filter: brightness(.5)}
.my_instagram li:hover p{opacity: 1}
.my_instagram li p{position: absolute;color: #fff;font-size: 15px;bottom: 20px;padding: 0 20px;width: 100%;opacity: 0;transition: .5s;z-index: 10;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;line-height: 1.5;height: 45px;}
.my_instagram li a{display: block;width: 100%;height: 100%;}
.my_instagram li a img{width: 100%;transition: .5s;min-height: 100%;object-fit:cover;}
.my_instagram li:last-child{display: none;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;top: 10px !important;left: 50% !important;transform: translateX(-50%);width: 95% !important;}
.hd_pops img {max-width:100%;height:auto}
.hd_pops_con {width: 100% !important;height: auto !important;}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {position:relative;background:#fff;padding: 0 5%;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {padding:30px 0 0;height:80px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#logo > a{height: 100%;}
#logo img {vertical-align:middle;max-height:100%;width:auto}
#gnb_open {position:absolute;top:10px;left:10px;padding:0 10px;height:40px;width:40px;border:0;background-size:70%;color:#fff;background:none;font-size:2em}
#gnb {display:none;background:#efefef;position:fixed;top:0;left:0;z-index:99999;width:100%;max-width:400px;height:100%;overflow-y:auto;
-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
box-shadow:0 0 5px rgba(55,55,5,0.4)}
#tnb{display:none}

.back-line .option{display: none;position: absolute;background: #05141f;
	border-radius: .4em;margin-top: 15px;z-index: 100;    padding: 13px 22px;
    width: auto;
    margin-left: -66px;}
.back-line .option:after {content: '';position: absolute;top: 0;left: 50%;width: 0;height: 0;border: 10px solid transparent;border-bottom-color: #05141f;border-top: 0;margin-left: 15px;
        margin-top: -5px;}
.back-line .option a{color: #fff;display: block;padding: 2px 0;text-align: center;font-size: 13px;}

#logo .option{display: none;position: absolute;background: #ffffff;
border-radius: .4em;margin-top: 18px;z-index: 100;padding: 10px 20px;margin-left: -15px;width: 60px;}
#logo .option:after {content: '';position: absolute;top: 0;left: 50%;width: 0;height: 0;border: 10px solid transparent;border-bottom-color: #ffffff;border-top: 0;margin-left: -10px;margin-top: -10px;}
#logo .option a{color: #000;display: block;padding: 2px 0;text-align: center;}
.lang a{font-size: 12px;}
.lang a span{border-bottom: 1px solid #000;font-weight: bold;}
.lang a i{color: #fc671a;padding-left: 5px;}

#gnb_1dul {background:#fff}
#gnb_1dul a {display:block;color:#000}
.gnb_1dli {position:relative;line-height:40px}
.gnb_1dli button {position:absolute;top:5px;right:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.2em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px}
.gnb_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.gnb_1da {padding:5px 20px;border-bottom:1px solid #eee;font-weight:bold;font-size:1.2em;}
.gnb_2dul {display:none;background:#fafafa}
.gnb_2da {padding-left:30px}
#gnb_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:2em;background:transparent}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#hd_sch {text-align:center;padding:12px 55px 12px 15px;background:#212020}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;padding-right:40px}
#hd_sch #sch_stx {width:100%;height:38px;margin-left:40px;background:#464646;border:0;color:#fff}
#hd_sch #sch_submit {position:absolute;top:0;left:0;width:40px;height:38px;border:0;border-radius:3px;cursor:pointer;color:#a6a5a5;background:#464646;font-size:1.25em}

#user_btn {position:absolute;top:10px;right:10px;padding:0 10px;height:40px;width:40px;border:0;color:#fff;font-size:1.8em;background:none;letter-spacing:-0.1em}
#user_menu {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto;z-index:9999;background:#efefef;text-align:center}
#user_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}

#snb_cnt span {display:inline-block;float:right;padding:0 7px;height:18px;margin-top:3px;line-height:18px;font-size:12px;background:#da22f5;border-radius:20px;color:#fff}

#hd_nb {background:#fff;margin-top:10px;border-bottom:1px solid #e1e1e1}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li {width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a {display:block;color:#717171;text-align:left;padding:10px 15px}
#hd_nb li i {font-size:14px;margin-right:10px;color:#a5a8ac}
#hd_nb .hd_nb1 {border-right:1px solid #efefef;border-bottom:1px solid #efefef}
#hd_nb .hd_nb2 {border-bottom:1px solid #efefef}
#hd_nb .hd_nb3 {border-right:1px solid #efefef}

/* 텍스트 크기 조절 */
#text_size {margin:10px 0;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select {background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2);
box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#wrapper {position: relative; min-width: 280px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px;background: #fff;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.2em;font-weight:bold;height:50px;padding:10px 15px;line-height:30px;background:#fff;color:#333;
-webkit-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
-moz-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
}
#container_title a {display:inline-block;margin-right:5px}
.top {position:relative}
.btn_top {position:absolute;top:0px;right:10px;z-index:999;padding:8px 0}
.btn_top li {display:inline-block}
.btn_top a,.btn_top button,.btn_top .btn_submit {}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed {position:fixed;top:0;right:0;z-index:999}
.fixed.btn_bo_user {right:10px}
#container_title.fixed {width:100%}

#main_bn{width: 90%;z-index: 10;margin:0 auto;padding-top:30px;}
.main_image_area{border-radius:23px;overflow:hidden;}
.billboard-hero{height: 200px !important;border-radius: 15px;}
.billboard-hero__caption{left: 0 !important;top: 50% !important;}
.billboard-hero__caption .heading-big .text-inner{text-align: left;width: 100%;display: block;margin: 0 auto;line-height: 1.5 !important;word-break: keep-all;font-size: 20px !important;letter-spacing: -.5px;padding: 0 25px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    height: 95px; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}
.billboard-hero__caption .label-text .text-inner{text-align: left;width: 100%;display: block;margin: 0 auto;line-height: 1.3 !important;word-break: keep-all;margin-top: 15px;letter-spacing: -.5px;padding: 0 25px;font-size: 14px !important;}
.billboard-hero .slide-controls .slide-fraction .slide-fraction__active{color: #ffc600;font-weight: bold !important;}
.billboard-hero .slide-controls .slide-scrollbar{display: none;}
.main-hub .billboard-hero .btn-prev{display: none;}
.main-hub .billboard-hero .btn-next{display: none;}
.billboard-hero .slide-controls .slide-fraction{right: 20px;bottom: -10px;}
.billboard-hero .slide-controls{width: 100%;}



.main-wrapper{
  background: #f3eee6;
}

.main-wrapper .main-inner{
  width:1700px;max-width:90%;margin:0 auto;
}

.main-content-wrapper{
  display:flex;width:100%;justify-content: space-between;align-items: center;padding-top:50px;gap:40px;padding-bottom:50px;flex-direction:column;
}
.main-content-wrap{flex:1;width:100%;}
.main-content-header{display:flex;justify-content: space-between;align-items: center;padding-bottom:20px}
.main-content-header h2{font-size:17px}
.main-content-header a{font-size:14px;}
.main-content-body{position:relative;border-radius:23px;overflow:hidden;}
.main-content-body img{width:100%;}
.main-content-text{position:absolute;padding:30px;display:flex;flex-direction:column;gap:20px;}
.main-content-text h3{font-size:18px;}
.main-content-text p{font-size:14px;line-height:1.5}




.main-intro{position:relative;height:550px;border-radius:30px;overflow:hidden;margin-bottom:40px;}
.main-intro img{width:100%;height:100%;object-fit:cover;}
.main-intro-text{position:absolute;padding:30px;display:flex;flex-direction:column;gap:20px;}
.main-intro-text h2{font-size:18px}
.main-intro-text p{font-size:14px;line-height:1.5}
.main-intro-text a{font-size:12px;}



#bo_v_con{font-size: 15px;}

#ctt{background:#f3eee6}
.content-wrapper{width:1400px;max-width:90%;margin:0 auto;padding:50px 0 100px;}
.content-wrapper h1{font-size:30px;padding-bottom:30px;}
.content-wrapper .content-btn-wrapper{margin-bottom:30px;overflow-y:scroll}
.content-wrapper .content-btn-wrapper ul{display:flex;align-items:center;}
.content-wrapper .content-btn-wrapper ul li{flex:1}
.content-wrapper .content-btn-wrapper ul li a{display:flex;height:50px;align-items:center;justify-content: center;font-size:15px;
background:#e3dcd1;color:#6c6458;border-bottom:1px solid #000;border-top:1px solid #ccc4b8;border-right:1px solid #ccc4b8;width:max-content;padding:0 25px;
}
.content-wrapper .content-btn-wrapper ul li:first-child a{border-left:1px solid #ccc4b8}
.content-wrapper .content-btn-wrapper ul li a.active{border:1px solid #000;border-bottom:0;background:#f3eee6;color:#000}

.content-about{display:flex;gap:50px;padding-bottom:50px;flex-direction:column;}
.content-about img{width:100%;border-radius:20px;}
.content-about h2{font-size:25px;padding-bottom:30px;}
.content-about p b{font-size:17px;font-weight:normal}
.content-about p{font-size:14px;line-height:1.5}

.content-contact{padding:30px;background:#eee8de;border-radius:10px;display:flex;gap:30px;flex-direction:column;}
.content-contact h2{font-size:25px;}
.content-contact p{font-size:14px; line-height:1.5;}

.content-mission{padding-bottom:80px;}
.content-mission h2{font-size:25px;padding-bottom:30px;}
.content-mission .mission-box{padding:30px;display:flex;align-items:center;gap:30px;border-radius:10px;flex-direction:column;}
.content-mission .mission-box h3{font-size:20px;text-align:center}
.content-mission .mission-box p{font-size:14px;line-height:1.5}

.content-mission .mission-box.blue{background:#d2dee0;}
.content-mission .mission-box.red{background:#e6d5d5}
.content-mission .mission-box.green{background:#e3e6d5}

.mission-arrow{text-align:center;margin:10px auto;width:25px;height:25px;display:flex;align-items:center;justify-content:center;
color:#fff;background:#9e9586;border-radius:50%;}


.content-goals h2{font-size:25px;padding-bottom:30px;}
.content-goals .goals-box{padding:30px;background:#eee8de;border-radius:10px;}
.content-goals .goals-box h3{font-size:20px;padding-bottom:20px;}
.content-goals .goals-box p{font-size:14px;line-height:1.5;padding-bottom:50px;}
.content-goals .goals-box p:last-child{padding-bottom:0;}


.content-history h2{font-size:25px;padding-bottom:30px;}
.history-box{padding:30px;background:#eee8de;border-radius:10px;
display:flex;justify-content: space-between;margin-bottom:20px;align-items:flex-start;flex-direction:column;}
.history-box h3{font-size:20px;padding-bottom:20px;}
.history-box-inner{flex:1;display:flex;flex-direction:column;gap:30px;padding-top:20px;}
.history-text{display:flex;gap:20px;flex-direction:column;}
.history-text h4{font-size:18px;}
.history-text p{font-size:14px;line-height:1.5;}
.history-box img{margin-top:30px;align-self:flex-end;}

.content-what h2{font-size:25px;padding-bottom:30px;}
.content-what h3{font-size:20px;padding-bottom:30px;}
.what-box{padding-bottom:30px;display:flex;align-items:flex-start;flex-direction:column;}
.what-text{flex:1}
.what-border{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #dfd9cf;}
.what-box h4{font-size:16px;color:#fff;background:#745849;border-radius:5px;padding:6px 15px;display:inline-block;font-weight:normal;
margin-bottom:20px;}
.what-box p{font-size:14px;line-height:1.5;}
.what-box img{margin-top:30px;align-self:flex-end;}

.what-img-wrap{display:flex;align-items:center;justify-content: space-between;gap:20px;margin-top:20px;margin-bottom:70px;flex-direction:column;}
.what-img-wrap img{flex:1;width:100%;}


.content-members h2{font-size:25px;padding-bottom:30px;}
.content-members h3{font-size:20px;padding-top:50px;display:flex;align-items:center;gap:20px;padding-bottom:20px;}
.content-members p{font-size:14px;line-height:1.5}
.content-members button{height:70px;border-radius:10px;background:#061420;color:#fbefd6;display:flex;gap:70px;padding:0 20px;align-items:center;border:none;font-size:15px;
margin-bottom:30px;margin-top:10px;}
.member-text{display:flex;align-items:center;gap:60px;padding:20px 0 60px;flex-direction:column;}


.content-science p{font-size:14px;line-height:1.5;}
.content-science p.science-color{color:#7a3900;margin-top:80px;}


.content-seon h2{font-size:25px;}
.content-seon h3{font-size:20px;padding:20px 0 50px;}
.content-seon h4{font-size:18px;padding:50px 0 20px;}
.content-seon p{font-size:14px;line-height:1.5}
.content-seon button{height:70px;border-radius:10px;background:#061420;color:#fbefd6;display:flex;gap:70px;padding:0 20px;align-items:center;border:none;font-size:15px;
margin-bottom:30px;margin-top:10px;}
.content-seon button img{width:80px;}
.seon-text{display:flex;gap:40px;justify-content: space-between;align-items:flex-start;padding-bottom:60px;flex-direction:column-reverse;}
.seon-color{color:#7a3900;margin-top:60px;padding-top:60px;border-top:1px solid #d8d2c8;margin-bottom:30px;}
.content-seon img{width:100%;}



.con_inner .sec1{background: #f3eee6;padding: 0 5% 50px;}
.sec1 .hansi_block{display: none;}
.sec1 .hansi_basic{padding: 25px 20px 0;border-radius: 15px 15px 0 0;margin-bottom: 0;border-bottom: 1px solid #e4e2d6;}
.sec1 .hansi_basic ul{padding:10px 0 0;}
.sec1 .hansi_basic .lat_title{font-size: 23px;border-bottom: 0;}
.sec1 .hansi_basic .lat_title a{border-bottom: 0;padding-bottom: 0;}
.sec1 .hansi_basic li{padding:15px 0;border-bottom: 1px solid #e4e2d6;}
.sec1 .hansi_basic li:last-child{border-bottom: 0;}
.sec1 .hansi_basic li a{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    height: 22px;line-height: 1.5;font-size: 17px;}
.sec1 .hansi_basic .lt_more{font-size: 14px;border: 1px solid #d4d4d4;height: 30px;line-height: 30px;padding: 0 15px;border-radius: 50px;top: 25px;right: 20px;}
.sec1 .hansi_basic .lt_more i{color: #fc671a;margin-left: 5px;}
.sec1 .hansi_basic .lt_info{line-height: 1.8;padding-top: 6px;}
.sec1 .hansi_basic .lt_info .lt_date{font-size: 14px;}
.sec1 .hansi_basic li a::before{background: #fc671a;}
.sec1 .hansi_basic li a span{color: #000;}
.sec1 ul.m_menu{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;background: #fff;padding: 20px;border-radius: 0 0 15px 15px;}
.sec1 ul.m_menu li{width: 25%;text-align: center;}
.sec1 ul.m_menu li a{font-size: 17px;font-weight: 600;word-break: keep-all;}
.sec1 ul.m_menu li img{height: 28px;margin-bottom: 13px;}
.sec1 .m_link{margin-top: 15px;padding: 20px 30px;border-radius: 15px;background: #fff;}
.sec1 .m_link a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;font-size: 17px;font-weight: 600;line-height: 28px;}
.sec1 .m_link a img{height: 28px;margin-right: 15px;}
.sec1 .m_link a i{height: 28px;width: 28px;border-radius: 100%;line-height: 28px;text-align: center;border: 1px solid #bebebe;font-size: 13px;}
.sec2{display: none;}
.sec3{display: none;}
.sec4{display: none;}
.sec5{display: none;}

.ban_link{padding: 0 5% 20px;background: #f3eee6;z-index: 5;margin-top: -25px;}
.ban_link a{width: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 40px 25px 15px;font-size: 22px;font-weight: bold;color: #fff;background: #fc671a;border-radius: 0 0 15px 15px;}
.ban_link a span{font-size: 15px;font-weight: normal;}

.m_bottom{position: fixed;width: 100%;bottom: -100%;left: 0;z-index: 1002;background: #fff;border-radius: 15px 15px 0 0;padding: 35px 20px;visibility: hidden;transition: .5s;}
.m_close{text-align: right;}
.m_close a{text-align: center;display: inline-block;font-size: 17px;}
.m_close a img{width: 25px;margin-bottom: 5px;}
.m_bottom_bg{position: fixed;z-index: 1001;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.4);top: 0;left: 0;opacity: 0;visibility: hidden;transition: .5s}
.m_bottom > h2{font-size: 30px;margin-bottom: 30px;margin-top: -25px;}
.m_bottom > h2::after{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 100%;background: #fc671a;vertical-align: top;}
.m_research_btn{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.m_research_btn li{width: 49%;}
.m_research_btn a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;color: #fff;font-size: 23px;font-weight: bold;height: 135px;border-radius: 15px;padding: 20px;flex-wrap: wrap;}
.m_research_btn li:first-child a{background: #a58c7b;}
.m_research_btn li:nth-child(2) a{background: #a39779;}
.m_research_btn a span{height: 59px;}
.m_research_btn a div{width: 100%;text-align: right;}
.m_research_btn a i{font-size: 13px;padding-top: 8px;padding-left: 28px;}
.m_research_btn a img{height: 35px;}
.m_research_tit{margin-top: 40px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;padding-bottom: 15px;border-bottom: 2px solid #c5c5c5;
gap:10px;}
.m_research_tit li{padding:0 5px;}
.m_research_tit li .btns.on{color: #000;}
.m_research_tit li .btns.on::after{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 100%;background: #fc671a;vertical-align: top;}
.m_research_tit li .btns{font-size: 20px; color:#a9a9a9;font-weight: bold;}

.m_research_contents .content {
    display: none;
}
.m_research_contents .content.content-active {
    display: block;
}

.m_research_ban{margin-top: 18px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;background: #f3f3f3;padding: 20px;font-size: 18px;border-radius: 15px}
.m_research_ban .time_year{font-size: 15px;font-weight: bold;color: #29201b;height: 30px;padding: 0 10px;border-radius: 5px;border: 1px solid #b4ada8;line-height: 30px;}
.m_research_ban h2{width: 75%;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word; }
.m_research_ban i{font-size: 10px;}

.m_education_btn{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.m_education_btn li a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: baseline;justify-content: space-between;}
.m_education_btn li{width: 48.5%;padding: 15px 10px 10px 15px;border-radius: 15px;border: 1px solid #c6c6c6;margin-bottom: 12px;height: 110px;position: relative;box-shadow: 0 4px 0 0 #f2f2f2}
.m_education_btn li a h3{font-size: 18px;color: #404040;line-height: 1.2;width: 100%;min-height: 45px}
.m_education_btn li a p{font-size: 12px;color: #735e4c;margin-top:5px;}
.m_education_btn li a p::before{content: '';display: block;width: 15px;height: 2px;background: #735e4c;margin-bottom: 10px;}
.m_education_btn li a i{font-size: 10px;width: 25px;height: 25px;text-align: center;line-height: 25px;color: #fff;border-radius: 100%;background: #a58c7b;}
.m_education_btn li img{width: 30px;position: absolute;right: 15px;top: 15px;}
.m_education_btn li:last-child{background: #3b342e;}
.m_education_btn li:last-child p{width: 100%;color: #fff;font-weight: bold;font-size: 15px;line-height: 1.3;letter-spacing: -.5px;margin-top: 20px;}

.mobile_menu{position: fixed;right: -100%;width: 85%;top: 0;height: 100vh;z-index: 1200;background: #fff;overflow-y: scroll;visibility: hidden;transition: .5s}
.menu_bg{position: fixed;z-index: 1100;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.4);top: 0;left: 0;opacity: 0;visibility: hidden;transition: .5s}
.panel{overflow: hidden;max-height: 0;transition: .2s}
.mobile_menu .tnb{padding: 15px 20px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;border-bottom: 5px solid #dfdbcf;}
.mobile_menu .tnb ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.mobile_menu .tnb ul a{font-size: 14px;}
.mobile_menu .tnb ul li{margin-right: 10px;}
.mobile_menu .tnb ul li:first-child a::after{content: '';display: inline-block;width: 5px;height: 5px;border-radius: 100%;background: #fd5701;vertical-align: middle;margin-left: 10px;}
/*.mobile_menu .tnb ul li:nth-child(2) a::after{content: '';display: inline-block;width: 5px;height: 5px;border-radius: 100%;background: #dbd6c8;vertical-align: middle;margin-left: 10px;}*/
.m_menu_close{text-align: center;display: inline-block;font-size: 13px;}
.m_menu_close img{width: 25px;margin-bottom: 5px;}
.m_menu_wrap{padding: 15px;}
.m_menu_wrap h2{font-size: 12px;color: #fd5701;padding-bottom: 15px;font-weight: normal;}
.m_menu_wrap .accordion{font-size: 18px;font-weight: 600;padding: 15px 0;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;border-bottom: 1px solid #f0f0f0;}
.m_menu_wrap .accordion:after {
    font-family: "Font Awesome 5 Pro";
  content: '\f054'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
}

.m_menu_wrap .active:after {
  content: "\f078"; /* Unicode character for "minus" sign (-) */
}
.m_menu_wrap .panel{padding: 0 20px;background: #f6f6f6;}
.m_menu_wrap .panel a{padding: 10px 0;font-size: 14px;display: block;}
.m_menu_wrap .panel li:first-child{padding-top: 5px;}
.m_menu_wrap .panel li:last-child{padding-bottom: 5px;}
.m_tail{padding: 15px;}
.m_tail .tel{font-size: 13px;font-weight: bold;line-height: 1.5;}
.m_tail .tel a{font-weight: bold;font-size: 25px;}
.m_tail p{font-size: 13px;padding: 15px 0;line-height: 1.5;color: #3a3a3a;}
.m_tail copyright{font-size: 10px;color: #7f7f7f;}

.m_inner{padding:0 25px;position: relative;width: 100%}
.m_bg_inner{padding: 25px 25px 120px;background: #f6f3eb;}

.m_bg_inner .block_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}

.sub1 img{width: 100%;}
.sub_title h1{font-size: 25px;color: #363535;font-weight: bolder;}
.sub_title h2{font-size: 14px;font-weight: normal;padding-top: 10px;}
.sub_title h2 strong{font-weight: normal;}

.sub_menu{margin-top: 15px;position: relative;}
.sub_menu ul{max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;text-align: center;position: absolute;width: 100%;background: #fff;z-index: 101;border-radius: 5px;margin-top: 5px;}
.sub_menu ul li{height: 45px;line-height: 45px;font-size: 14px;border-bottom: 1px solid #f5f5f5;}
.sub_menu ul li a{display: block;width: 100%;height: 100%;}
.sub_menu ul li a.active-link{color: #fff;background: #ff813f;}
.sub_menu .sub_menu_tit{text-align: left;font-size: 16px;line-height: 45px;height: 45px;border: 1px solid #eaeaea;border-radius: 5px;position: relative;padding-left: 15px;}

.sub_menu .sub_menu_tit:after {
content: '\f0d7'; /* Unicode character for "plus" sign (+) */
font-family: "Font Awesome 5 Pro";
font-weight: 900;
font-size: 13px;
color: #383838;
position: absolute;
right: 20px;
}

.sub_menu .sub_menu_tit.active:after {
content: "\f0d8"; /* Unicode character for "minus" sign (-) */
font-family: "Font Awesome 5 Pro";
font-weight: 900;
}

.main_bg.m_inner{position: sticky;top: 60px;background: #fff;z-index: 100;}
.sub_bottom{margin-top: 10px;}
.sub_bottom ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;overflow-x: scroll}
.sub_bottom ul li{margin-right: 30px;}
.sub_bottom ul li a{font-size: 18px;font-weight: bold;color: #9c9c9b;padding-bottom: 15px;display: inline-block;width: max-content;padding-top: 15px;}
.sub_bottom ul li a.active-link{color: #000;border-bottom: 2px solid #fd5701;}
.sub_bottom ul li a.active-link::after{content: '';display: inline-block;width: 5px;height: 5px;border-radius: 100%;background: #fd5701;vertical-align: top;margin-left: 3px;}
.sub1_text{padding-top: 25px;padding-bottom: 25px;}
.sub1_text h2{font-size: 25px;font-family: 'NanumSquareRound';}
.sub1_text h3{font-weight: normal;font-size: 20px;padding: 25px 0 40px;font-family: 'NanumSquareRound';}
.sub1_text img, .block_flex img {
    border-radius: 25px;
}
.sub1_text p{font-size: 15px;line-height: 1.8;}
.sub1_act h2{font-size: 25px;font-family: 'NanumSquareRound';}
.sub1_act h3{font-weight: normal;font-size: 20px;padding: 25px 0;font-family: 'NanumSquareRound';}
.sub1_act p{font-size: 15px;line-height: 1.8;padding: 20px 0;}
.sub1_act p span{color: #5d3d2c;}
.sub1_act .block_flex:last-child{flex-direction: column-reverse}

.sub2 img{width: 100%;}
.sub2 > h2{display: none;}
.sub2 h3{font-weight: normal;font-size: 20px;padding: 25px 0;font-family: 'NanumSquareRound';}
.sub2 p{font-size: 15px;line-height: 1.8;padding-bottom: 50px;}
.sub2 > h3:last-child{font-size: 15px;font-family: 'NanumSquareRound';line-height: 1.8;padding: 15px 0;}
.sub2 .block_flex div{width: 100%;}

.sub3 > h2{display: none;}
.sub3 img{display: block;margin: 0 auto;width: 130px;margin-bottom: 50px;margin-top: 30px;}
.sub3 h3{font-weight: normal;font-size: 20px;padding: 25px 0;font-family: 'NanumSquareRound';}
.sub3 p{font-size: 15px;line-height: 1.8;}
.sub3 p strong{font-weight: normal;}

.sub4 > h2{display: none;}
.sub4 .white_box{padding: 25px;background: #fff;margin-bottom: 15px;}
.sub4 .white_box div{font-size: 15px;line-height: 1.6;}
.sub4 > h3{padding-top: 20px;}
.sub4 h3{font-weight: normal;font-size: 20px;font-family: 'NanumSquareRound';padding-bottom: 20px;}
.sub4 p{font-size: 15px;line-height: 1.8;}
.sub4 .white_box div ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: center;margin-top: 35px;}

.sub4 .white_box div ul li{width: 70px;height: 70px;text-align: center;border-radius: 300px;font-size: 15px;font-family: 'NanumSquareRound';padding: 12px 0;}
.sub4 .white_box div ul li:nth-child(2n){width: 20px;height: 20px;font-size: 10px;color: #fff;line-height: 10px;text-align: center;background: #05141f;padding:5px 0;margin:0 5px;}
.sub4 .white_box div ul li:first-child{background: #d4e5f9;}
.sub4 .white_box div ul li:nth-child(3){background: #ffd966;}
.sub4 .white_box div ul li:nth-child(5){background: #f4b081;}
.sub4 .white_box div ul li:nth-child(7){background: #c4e0b2;}
.sub4 .white_box div ul li:nth-child(9){background: #d8d8d8;}
.sub4 .block_flex div{width: 100%;text-align: center;}
.sub4 .block_flex div h4{font-size: 25px;color: #fff;font-weight: normal;font-family: 'NanumSquareRound';padding: 25px 0;margin-bottom: 10px;}
.sub4 .block_flex div h4 strong{font-weight: normal;}
.sub4 .block_flex div:first-child h4{background: #4472c4;}
.sub4 .block_flex div:nth-child(2) h4{background: #ed7d31;margin-top: 20px;}
.sub4 .block_flex div:nth-child(3) h4{background: #548135;margin-top: 20px;}
.sub4 .block_flex div .p_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub4 .block_flex div .p_wrap p{width: 100%;background: #fff;padding: 20px 0;font-size: 14px;margin-bottom: 3px;line-height: 1.4;}
.sub4 .block_flex div:nth-child(2) .p_wrap p{width: 49.5%;}

.sub5 h3{font-weight: bold;width: 100%;font-size: 25px;margin-bottom: 20px;}
.sub5 h4{font-size: 20px;font-family: 'NanumSquareRound';width: 100%;display: inline-block;margin-bottom: 10px;}
.sub5 p{width: calc(100% - 100px);}
.sub5 .white_box{padding: 25px 25px;border-radius: 10px;background: #fff;margin-bottom: 15px;}
.sub5 .white_box{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-end;margin-bottom: 30px;}
.sub5 .white_box > div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start;width: 100%;padding-top: 0;border-bottom: 1px solid #dbd7d7;margin-bottom: 25px;}
.sub5 .white_box > div:last-child{margin-bottom: 0;border-bottom: 0;}
.sub5 .white_box > div:last-child p:last-child{padding-bottom: 0;}
.sub5 .white_box > div div{padding-top: 0;}
.sub5 .white_box > div div p{line-height: 1.8;width: auto;word-break: keep-all;font-size: 15px;}
.sub5 .white_box > div div p::before{content: '-';display: inline-block;margin-right: 15px;}
.sub5 .white_box > div div p:last-child{padding-bottom: 25px;}

.sub6 > h2{font-size: 25px;font-family: 'NanumSquareRound';font-weight: normal;}
.sub6 > h3{font-size: 15px;font-weight: normal;line-height: 1.7;margin-top: 20px;padding-bottom: 30px;border-bottom: 1px solid #000;}
.sub6 .con h4{padding-top: 40px;font-size: 20px;font-family: 'NanumSquareRound';font-weight: normal;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.sub6 .con h4 img{margin-right: 10px;}
.sub6 .con .m_f_ul{margin-top: 30px;}
.sub6 .con .m_f_ul li{font-size: 14px;margin-bottom: 14px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.sub6 .con li::before{content: '';display: inline-block;width: 6px;height: 6px;border-radius: 100%;background: #e49c58;margin-right: 10px;}
.sub6 .con .cir{font-size: 15px;font-family: 'NanumSquareRound';text-align: center;position: relative;width: 140px;height: 140px;border-radius: 100%;background: #fff;}
.sub6 .con .cir span{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%)}
.sub6 .cir_con .block_flex{align-items: center;justify-content: space-between;margin-top: 25px;}
.sub6 .cir_con .block_flex div:nth-child(4){width: 100%;text-align: right;padding: 10px 65px 10px 0;}
.sub6 .cir_con .block_flex .cir_p .yellow{background: #ff5700;color: #fff;}
.sub6 .cir_con .block_flex i{font-size: 17px;}
.sub6 .cir_con .block_flex p{margin-top: 20px;font-size: 14px;color: #562828;line-height: 1.5;margin-bottom: 15px;width: 100%;}
.sub6 .m_one_ul{margin: 25px 0 30px;}
.sub6 .m_one_ul li{background: #fff;text-align: center;font-size: 15px;padding: 20px 0;}
.sub6 p{font-size: 14px;line-height: 1.5;}
.sub6 p span{color: #88351b;padding-bottom: 10px;display: block;}
.sub6 p strong{font-weight: normal;padding-bottom: 40px;border-bottom: 2px solid #000;margin-bottom: 40px;display: block;}
.sub6 .mobile.block_flex{margin-top: 25px;justify-content: space-between;align-items: flex-start;}
.sub6 .mobile.block_flex img{width: 80px;}
.sub6 .mobile.block_flex h3{font-size: 14px;font-weight: normal;line-height: 1.5;width: calc(100% - 100px);word-break: keep-all;}
.sub6 .m_bdb{padding-bottom: 50px;margin-bottom: 40px;border-bottom: 2px solid #000;}
.sub6 .spo_con h3{font-weight: normal;font-family: 'NanumSquareRound';font-size: 18px;line-height: 1.4;margin-bottom: 40px;}
.sub6 .spo_con:nth-of-type(2) ul{margin-bottom: 30px;}
.sub6 .spo_con:nth-of-type(2) li{color: #88351b;font-size: 15px;line-height: 1.6;}
.sub6 .spo_con:nth-of-type(2) li::before{content: '';display: inline-block;width: 6px;height: 6px;border-radius: 100%;background: #e49c58;margin-right: 10px;}
.sub6 .spo_con:nth-of-type(2) p{font-size: 14px;color: #562828;line-height: 1.5;margin-bottom: 65px;}
.sub6 .spo_con .block_flex h4{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;font-size: 22px;font-weight: normal;font-family: 'NanumSquareRound';width: 100%;}
.sub6 .spo_con .block_flex h4 img{width: 50px;margin-right: 10px;}
.sub6 .spo_con:nth-of-type(3) ul{margin-top: 35px;}
.sub6 .spo_con:nth-of-type(3) ul li{font-size: 15px;line-height: 1.6;}
.sub6 .spo_con:nth-of-type(3) ul li::before{content: '';display: inline-block;width: 6px;height: 6px;border-radius: 100%;background: #66b861;margin-right: 10px;}

.sub7 > h2{font-size: 25px;font-family: 'NanumSquareRound';font-weight: normal;}
.sub7 .root_daum_roughmap{width: 100% !important;margin-top: 30px;margin-bottom: 30px;}
.root_daum_roughmap .wrap_map{height: 300px !important;}

.flex_btn_box a {
    font-size: 14px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.sub7 .con{margin-top: 55px;border-top: 2px solid #000;border-bottom: 1px solid #dddad3;padding: 25px 0;}
.sub7 .con > ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap}
.sub7 .con > ul li{padding-bottom: 15px;font-size: 14px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;width: 100%;line-height: 1.6;-ms-word-break: keep-all;
word-break: keep-all;}
.sub7 .con > ul li strong{font-size: 16px;}
.sub7 .con > ul li::before{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 20px;background: #88351b;margin-right: 10px;}
.sub7 .con .block_flex h3{font-family: 'NanumSquareRound';font-weight: normal;font-size: 20px;width: 100%;padding-bottom: 20px;}
.sub7 .con .block_flex > div{width: 100%;}
.sub7 .con .block_flex > div > div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;margin-bottom: 40px;align-items: flex-start;}
.sub7 .con .block_flex > div > div:last-child{margin-bottom: 0;}
.sub7 .con .block_flex > div div h4{font-family: 'NanumSquareRound';font-weight: normal;font-size: 18px;width: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 10px;}
.sub7 .con .block_flex > div div h4::before{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 20px;background: #88351b;margin-right: 10px;}
.sub7 .con .block_flex > div div p{font-size: 16px;padding-top: 5px;}
.sub7 .con .block_flex > div div ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;margin-top: 30px;}
.sub7 .con .block_flex > div div ul li{width: 100%;font-size: 14px;padding-bottom: 10px;}

#container .main_bg:last-child{min-height: 70vh;background: #f6f3eb;}
.bo_table > h2{background: #f6f3eb;padding: 25px;font-weight: normal;font-size: 25px;font-family: 'NanumSquareRound';}
.bo_table h2 span{display: block;font-weight: normal;font-size: 14px;font-family: 'NanumSquareRound';}
.bo_table h2 div{display: block;font-weight: normal;font-size: 14px;font-family: 'NanumSquareRound';margin-top: 15px;line-height: 1.5;padding: 15px 0;border-top: 2px solid #000;border-bottom: 1px solid #bebdba;}

#bo_v{padding: 30px 25px 100px;background: #f3eee6;}

#bo_v_con{font-size: 15px;}

/* #bo_gall{background: #f6f3eb;padding-bottom: 130px !important;}
.all_chk{background: transparent !important;border-bottom: 0 !important;padding: 15px 25px !important;}
#bo_gall #gall_ul{border-top: 0 !important;padding: 10px 25px 0 25px !important;display: -webkit-flex !important;
display: -moz-flex !important;
display: -ms-flex !important;
display: -o-flex !important;
display: flex !important;flex-wrap: wrap;justify-content: space-between;gap:0;} */
#bo_list_total{display: none !important;}
#bo_btn_top{padding:0 25px 25px !important;}
#bo_btn_top {margin-top: 0 !important}
.bo_sch form{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;font-size: 14px !important;width: 100%}
.bo_sch form {width: 100%; padding: 0}
.bo_sch select{width: 120px !important;margin-right: 25px !important;}
.bo_sch .sch_bar{width: calc(100% - 145px) !important;}
.bo_sch .sch_input{width: calc(100% - 30px) !important;font-size: 14px !important;}


.gall_row .col-gn-0, .gall_row .col-gn-1, .gall_row .col-gn-2, .gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5, .gall_row .col-gn-6, .gall_row .col-gn-7, .gall_row .col-gn-8, .gall_row .col-gn-9, .gall_row .col-gn-10{padding: 0 !important;}

.bo_fx{padding:0 25px !important;}
#bo_v_info .if_date{font-size: 14px;}
.bo_v_nb li .nb_tit{width: 100%;margin-bottom: 5px;}
.bo_v_nb li a{
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    margin-top: 1px;
    max-height: 16px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 72%;
}
.bo_v_nb li .nb_date {
    color: #000;
    text-align: end;
    padding-left: 10px;
    width: 80px;
    font-size: 15px;
}
#bo_v .list_btn{font-size: 14px;height: 40px;line-height: 40px;padding: 0 25px;    background-color: #594b44;
    color: #fff;
    width: 100%;}

#bo_v_title{padding-bottom: 10px;}
.bo_table > h2{font-family: 'NanumSquareRound';padding: 35px 25px 25px 25px;font-weight: normal;font-size: 25px;font-family: 'NanumSquareRound';}
/* .bo_table h2#bo_v_title span{font-weight: normal;font-size: 22px;} */
.bo_table h2 div{display: block;font-size: 16px;font-family: 'NanumSquareRound';padding: 15px 0;border-top: 2px solid #000;border-bottom: 1px solid #c5c2bc;margin-top: 15px;line-height: 1.6;}


/* 하단 레이아웃 */
#ft {padding:0px 20px 20px}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_copy {padding:10px;line-height:2em;text-align:center;color:#777}
#ft_copy #ft_company {text-align:center}
#ft_copy #ft_company a {display:inline-block;padding:0 10px;line-height:1em;border-left:1px solid #333;color:#fff}
#ft_copy #ft_company a:first-child {border:0}
.ft_cnt {font-weight:normal;color:#e3e3e3;line-height:2em;text-align:center}
.ft_cnt h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}

#ft_wr .block_flex{display: none;}

#ft .ft_menu.index{position: fixed;width: 100%;bottom: 0;left: 0;background: #fff;border-radius: 15px 15px 0 0;z-index: 100;}
#ft .ft_menu ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
#ft .ft_menu.index ul.index{padding: 15px 30px 30px;background: #ffe6ba;border-radius: 15px 15px 0 0;margin-bottom: -15px;}
#ft .ft_menu.index ul.index li{flex: 1;}
#ft .ft_menu.index ul.index li a{font-size: 17px;font-weight: bold;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;align-items: center;justify-content: space-between}
#ft .ft_menu.index ul.index li a span i{color: #000;color: #000;margin-right: 5px;}
#ft .ft_menu.index ul.index li a i{font-size: 20px;color: #fc671a;}
#ft .ft_menu.index ul.bottom_ul{padding: 15px 0 15px;border-radius: 15px 15px 0 0;overflow: hidden;box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.13);background: #05141f;}
#ft .ft_menu.index ul.bottom_ul li{width: auto;text-align: center;min-width: 20%;}
#ft .ft_menu.index ul.bottom_ul li a{font-size: 12px;color:#fff}
#ft .ft_menu.index ul.bottom_ul li a i{font-size:20px;padding-bottom:5px;}
#ft .ft_menu.index ul.bottom_ul li a img{height: 18px;margin-bottom: 5px;}

.m_check{height: 90vh !important;}
.check_wrap .check_sub{font-size: 15px;color: #fc671a;-ms-word-break: keep-all;
word-break: keep-all;padding: 15px 0;border-top: 1px dashed #333333;border-bottom: 1px dashed #999999;margin-bottom: 40px;line-height: 1.6;}
.check_wrap .check_check h2{font-size: 18px;font-weight: bold;margin-bottom: 15px;}
.check_check{padding-bottom: 40px;border-bottom: 1px dashed #999999;}
/*
.check_check .check_input_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;align-items: center;flex-wrap: wrap;flex-direction: row;justify-content: space-between}
*/
.check_check .check_input_wrap{position: relative;}
.check_check .pincode-input-container{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;align-items: center;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
.check_check .pincode-input-container input{text-align: center;width: 23% !important;background: #f5f3ee;border: 1px solid #919191;border-radius: 10px;height: 80px;font-size: 20px;}
/*.check_check .touchwrapper input{height: 80px;width: 100% !important;font-size: 20px;background: transparent;border: 0;outline: 0}*/

/*.check_check .check_input_wrap input{text-align: center;width: 23%;background: #f5f3ee;border: 1px solid #919191;border-radius: 10px;height: 80px;font-size: 20px;}*/
.check_check button{height: 50px;text-align: center;color: #fff;font-size: 16px;border-radius: 5px;margin-top: 10px;background: #fc671a;border: 0;width: 100%;}
.check_wrap a{background: #3b342e;color: #fff;padding: 15px;border-radius: 5px;font-size: 16px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 15px;margin-top: 25px;}
.check_wrap p{font-size: 15px;}

#top_btn {position:fixed;bottom:10px;right:15px;width:50px;height:50px;line-height:36px;border:2px solid #d2d2d2;border-radius:50%;background:#fff;color:#d2d2d2;text-align:center;font-size:15px;z-index:99;
-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
#top_btn i {font-size:1.4em}
#top_btn:hover {background:#3b8afb;border-color:#3b8afb;color:#fff}
#device_change {display:block;line-height:40px;border-radius:5px;background:#302e2e;color:#777;font-size:1em;text-decoration:none;text-align:center}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01 {margin-top:10px}
#copymove td {background:#fff}
#copymove .win_btn {margin:10px}

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

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {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;width:40px;height:40px;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 #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:0;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0}

/* 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}

/*단축키일람 */
.cke_sc {text-align:right}
.btn_cke_sc {background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;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:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close {background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 15px;text-align:center;border:0;font-size:14px;border-radius: 3px;
-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 #ccc;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 #ccc;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:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.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:#000;text-decoration:none;vertical-align:middle;border:0;background:transparent;font-size: clamp(13px, 2vw, 14px);}
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_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#ebedf6;text-decoration:none;vertical-align:middle}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#333;text-decoration:none;vertical-align:middle}
a.btn_admin,.btn_admin {display:inline-block;color:#fff;text-decoration:none;vertical-align:middle;background: #000;font-size: clamp(13px, 2vw, 14px);} /* 관리자 전용 버튼 */

.main_bg #bo_list{background: #f6f3eb;}
#bo_list .tbl_wrap{padding: 0 25px;;}
#bo_list .td_num2{width: 100px;}
#bo_list .bo_notice .notice_icon{padding: 0 10px;}
.bo_notice .notice_icon i{font-size: 12px;}
#bo_list .td_datetime{width: 110px;font-size: 12px;}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:transparent;border-top:2px solid #000;border-bottom:1px solid #ececec}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th:first-of-type{
    width:28px;
}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #c5c2bc;height:40px;font-size: 15px;}
.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:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #c5c2bc;line-height:1.4em;height:60px;word-break:break-all;font-size: 14px !important;-ms-word-break: keep-all;
word-break: keep-all;}

.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 #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.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:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.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_con {}

.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 .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 {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 .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px;height:45px;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 4px;margin:0 2px}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-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;width:100px;margin:0;padding:0 10px;line-height:30px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333;font-weight:bold}
.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:block;padding:10px 0;text-align:center}
.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:#fff;}
.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% #fff;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% #fff;padding:0;}
.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:#05141f;border:none;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

#container_wr {margin-top: 0 !important}

#register_form h2 {border-bottom: none; font-size:20px; padding: 20px 20px 0 10px;}
#container_wr .page-h2 { padding: 20px 20px 20px 0 !important;}
.register_form_inner ul {
        padding: 10px;
}
.user-info-input {
        display: flex;
    flex-direction: column;
    width: 100%;
}
.user-info-input .half_input {
    width: 100%
}
.frm_input {
    height: 38px !important;
    font-size: 16px;
    padding-left: 10px;
}
#fregisterform .btn_confirm {
        display: flex;
    flex-direction: row;
    justify-content: center;
        gap: 5px;
}
.register .btn_confirm {
            display: flex;
    flex-direction: row;
    justify-content: center;
        gap: 5px;
}
.register .btn_confirm .btn_close {
        max-width: 110px;
    width: 100%;
    background: #ddd;
    color: #444;
}
.register .btn_confirm .btn_submit {
max-width: 100%;
    width: 100%;
    flex: 1;
}
.register_form_inner label {
    font-size: 14px
}
.chk_li {
    font-size: 14px;
    padding-left: 10px;
    word-break: keep-all
}
#captcha.m_captcha audio {
    width: 100%;
    max-width: 280px;
}

#captcha #captcha_img {
    max-width: 80px;
    width: 100%;
}
#find_info p {
    font-size: 14px
}
#login_info .login_if_lpl {
        gap: 10px;
    flex-direction: column;
}
#fregister p {
    font-size: 15px;
    padding: 20px 15px;
    line-height: 1.8;
    height: auto
}

.back-line span::before {
    background-image: url('../img/ico-back.png') !important;
}
#bo_v_info .profile_info .profile_info_ct {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 15px 20px 15px;
    font-size: 14px;
}
#bo_v_info .profile_info .profile_info_ct span {
    width: 48%;
    margin-right: 0
}
#bo_v_sns {
    width: 100%;
    justify-content: flex-end;
    margin: 0 10px 20px 10px;
}
#bo_v_sns li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}
#bo_v_sns li img {width: 20px}
#bo_v_title .bo_v_tit {padding-top: 40px;margin-bottom: 10px}
.bo_v_nb li {
    border-top: 1px solid #c5c2bc99;
    padding: 13px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bo_w {
    padding: 0px 25px 80px 25px;
}
#gall_allchk {
    margin-bottom: 0;
}
@media (max-width: 385px) {
    .bo_sch .sch_bar {
        width: 100% !important;
    }
    .bo_sch {
        flex-direction: column;
        height: auto;
    }
    .bo_v_nb li a{
        max-width: 85%;
    }
    #bo_v_info .profile_info .profile_info_ct {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        padding: 20px 15px 15px 15px;
    }
    #bo_v_info .profile_info .profile_info_ct span {
        width: 100%;
    }
    .m_bottom {
        height: 80vh;
    }
    .m_education_btn {
        height: calc(100% - 10vh);
        overflow: auto;
    }
    .m_education_btn li {
        height: 165px;
    }
    .m_education_btn li a {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: inherit;
        height: 100%;
    }
            .m_research_btn a i {
        display: none;
    }
    .m_research_btn a {
        font-size: 20px;
    }
    .m_research_btn a img {
        height: 30px;
    }
    .research-box {
            height: 403px;
    overflow-y: auto;
    }
}
@media (max-width: 368px) {

}
@media (max-width: 300px) {
    #ft .ft_menu.index ul.bottom_ul li {
        min-width: 33.3%
    }
    #ft .ft_menu ul {justify-content: flex-start}
    .m_education_btn li img {
        opacity: 0.9
    }
    .m_education_btn li:last-child p {
        position: relative;
    }


}






/*교육 공통ㅋ*/
.aca_com{padding: 0 25px 80px;}
.aca_box{padding: 30px 0 30px;border-top: 2px solid #000;border-bottom: 1px solid #c5c2bc;margin-bottom: 70px;}
.aca_box:last-child{margin-bottom: 0;padding-bottom: 30px;}
.aca_box img{width: 100%;border-radius: 10px}
.aca_box h3{font-family: 'NanumSquareRound';font-size: 20px;font-weight: normal;padding-bottom: 20px;}
.aca_box h5{font-family: 'NanumSquareRound';font-size: 20px;font-weight: normal;padding-bottom: 10px;}
.aca_box h4{font-size: 15px;font-weight: normal;padding-bottom: 10px;padding-top: 10px;}
.aca_box p{font-size: 15px;line-height: 1.8;font-weight: 300;word-break: break-all;}
.aca_box ul{border-top: 1px solid #000;}
.aca_box li{font-size: 15px;padding: 15px 10px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;border-bottom: 1px solid #c5c2bc;}
.aca_box li span{padding: 0 20px;}
.aca_box li .week_num{font-weight: bold;}
.aca_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center}
.aca_flex a{background: #ff550f;color: #fff;height: 40px;line-height: 40px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;width: 160px;padding: 0 20px;text-align: center;font-size: 13px;border-radius: 100px}
.aca_form_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: top}
.aca_form_div.w33{width: 100%;padding-bottom: 20px;}
.aca_form_div.w33:nth-child(3n){padding-right: 0;}
.aca_form_div.w33:last-child{padding-bottom: 0;}
.aca_form_div.w100{width: 100%;padding-top: 30px;}
.aca_form_div.w100:first-child{padding-top: 0;}
.aca_form_div > label{font-size: 15px;font-weight: 500;padding-bottom: 15px;display: block;}

.aca_form_div > label strong{position: relative;padding-left: 15px;}
.aca_form_div > label strong::before {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fd5e00;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.aca_form_div .aca_write{font-size: 15px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.aca_form_div .aca_write > input[type=text]{height: 40px;padding: 10px;
    border: none;
    border-radius: 10px;width: 100%;}
.aca_form_div > input[type=text]{height: 40px;padding: 10px;border: 1px solid #e8e7e7;width: 100%;}
.aca_form_div .aca_write > input[type=tel]{height: 40px;padding: 10px;border: 1px solid #e8e7e7;width: 100%;}
.aca_form_div  textarea{width: 100%;padding: 10px;border: 1px solid #e8e7e7;}
.aca_tel{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between}
.aca_form_div .aca_tel input[type=tel]{height: 40px;padding: 10px;border: 1px solid #e8e7e7;width: 27%;}
.aca_form .aca_check{margin-right: 20px;margin-top: 10px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;font-size: 15px;min-width: max-content}
.aca_form .aca_check label{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;width: max-content;flex-wrap: wrap;align-items: center;cursor: pointer;min-height: 35px}
.aca_form .aca_check a{background: #fff;font-size: 12px;height: 35px;line-height: 35px;border-radius: 5px;margin-left: 20px;text-align: center;padding: 0 15px;width: 95px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between}
.aca_form .aca_check input[type=checkbox]{display: none;}
.aca_form .aca_check input[type=checkbox] + label span{font-size: 13px;color: #c0bfbd;border: 1px solid #c0bfbd;height: 25px;width: 25px;border-radius: 100%;display: block;text-align: center;line-height: 25px;margin-right: 10px;}
.aca_form .aca_check input[type=checkbox]:checked + label span{background: #000;color: #fff;border: 1px solid #000;}
.aca_form .aca_check input[type=text] {
border: 0;
    border-bottom: 1px solid #c5c2bc;
    margin-left: 15px;
    background: transparent;
    margin-left: 10px;
    border-radius: 0;
        width: auto;
    max-width: 100%;
}
.aca_form_div > input[type=text] {
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    width: 100%;

}

.aca_form_div .aca_check input[type=radio]{display: none;}
.aca_form_div .aca_check input[type=radio] + label span{font-size: 13px;color: #c0bfbd;border: 1px solid #c0bfbd;height: 25px;width: 25px;border-radius: 100%;display: block;text-align: center;line-height: 25px;margin-right: 10px;}
.aca_form_div .aca_check input[type=radio]:checked + label span{background: #000;color: #fff;border: 1px solid #000;}

.aca_form_div .aca_checwk input[type=text]{border: 0;border-bottom: 1px solid #c5c2bc;margin-left: 15px;background: transparent;}

.aca_com .aca_submit{width: 100%;height: 50px;background: #000;color: #fff;border-radius:5px;border: none;font-size: 15px;margin: 0 auto;display: block;margin-bottom: 50px;}

.aca_video {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;margin: 15px 0;
}

/* iframe */
.aca_video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*모달 커스텀*/
.modal{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;z-index: 10000;}
.modal_bg{background: rgba(0, 0, 0, 0.67);width: 100%;height: 100%;display: block;}
.modal_con{position: fixed;width: 90%;height: 60vh;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #fff;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;border-radius: 10px}
.modal_con .modal_head{width: 100%;height: 60px;line-height: 60px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;padding:0 20px;justify-content: space-between;align-items: center;background: #eaeaea;color: #000;border-radius: 10px 10px 0 0;font-size: 18px;font-weight: normal;}
.modal_con .modal_head a{color: #05141f;display: block;width: 30px;height: 30px;line-height: 30px;text-align: center;background: #fff;border-radius: 100px}
.modal_con .modal_body{width: 100%;overflow-y: scroll;height: calc(100% - 80px);padding: 15px}

.bo_tit {
      display: -webkit-box !important;
      display: -ms-flexbox;
      display: box;
      margin-top:1px;
      max-height:80px;
      overflow:hidden;
      vertical-align:top;
      text-overflow: ellipsis;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
        word-break: keep-all;
}
.aca_box.list-info {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
}
.aca_box.list-info li {
    flex-wrap: nowrap;
align-items: flex-start;
    border-bottom-color: #0000000a;
}
.aca_box.list-info li span {
    padding: 0;
    width: auto;
    /* max-width: 114px; */
    white-space: nowrap;
    padding-right: 5px;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    padding-right: 14px
}
.aca_box.list-info li span::after {
    position: absolute;
    content: ':';
    display: inline-flex;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);

}
.bo_sch select {
    color: #000;
}
.aca_box.list-info li span::before {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 5px;
    height:5px;
    border-radius: 50%;
    background-color: #fd5e00;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.aca_box.list-info .edu_days_list {display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;};
.week_tit {line-height: inherit}
.edu_days_list{width: calc(100% - 50px);display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center}
.edu_days_list p{width: 110px;}
.edu_days_list span {
    padding: 0 !important;
    width: calc(100% - 110px);display: inline-block;-ms-word-break: keep-all;
    word-break: keep-all;
}

@media screen and (max-width:480px) {
    #bo_list .td_num2 {
        width: 70px;
    }
}
@media screen and (max-width:370px) {
    #bo_list .td_num2 {
        width: fit-content;
    }
    #bo_gall .gall_info .gall_date, #bo_gall .gall_info .gall_view {
        font-size: 10px !important;
    }

    .bo_sch select {
        width: 83px !important;
        margin-right: 10px !important;
        font-size: 14px
    }
}
