@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;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:focus {
    outline: none !important;
}

.placeholdersjs {color:#aaa !important}
.mobile{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;
}

.fixed_menu{position: fixed;z-index: 10000;bottom: 110px;right: 20px;width: 110px;border-radius: 15px;text-align: center;overflow: hidden;box-shadow: 4px 6px 10px 0  #00000025;}
.fixed_menu h2{font-size: 19px;font-weight: normal;line-height: 1.3;color: #fff;padding: 15px 0;background: #88441b;}
.fixed_menu h2 span{color: #ffe5ae;}
.fixed_menu ul{border: 1px solid #e9e9e9;border-top: 0;padding:0 12px;background: #fff;}
.fixed_menu ul li a{padding: 20px 0;display: block;font-size: 14px;}
.fixed_menu ul li{border-bottom: 1px solid #e9e9e9;}
.fixed_menu ul li:last-child{border-bottom: 0;}
.fixed_menu ul li img{margin-bottom: 10px;}

.progress-wrap {position: fixed;right: 50px;bottom: 30px;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: 10000;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;}

.main-wrapper{
  background: #f3eee6;
}

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

.main-content-wrapper{
  display:flex;width:100%;justify-content: space-between;align-items: center;padding-top:100px;gap:60px;padding-bottom:70px;
}
.main-content-wrap{flex:1;max-width:31%;}
.main-content-header{display:flex;justify-content: space-between;align-items: center;padding-bottom:30px}
.main-content-header h2{font-size:20px}
.main-content-header a{font-size:15px;}
.main-content-body{position:relative;border-radius:30px;overflow:hidden;height:688px;}
.main-content-body .lt_img img {height:calc(688px - 150px);width:100%;object-fit:cover;}
.main-content-body > img{width:100%;height:100%;object-fit:cover;}
.main-content-text{position:absolute;padding:40px;display:flex;flex-direction:column;gap:50px;}
.main-content-text h3{font-size:30px;}
.main-content-text p{font-size:18px;line-height:1.5}




.main-intro{position:relative;}
.main-intro img{width:100%;}
.main-intro-text{position:absolute;padding:40px;display:flex;flex-direction:column;gap:30px;}
.main-intro-text h2{font-size:20px}
.main-intro-text p{font-size:18px;line-height:1.5}
.main-intro-text a{font-size:15px;}

.insta{padding-bottom: 100px;padding-top:80px;}
.insta_text{display: flex; align-items: flex-end;gap: 10px;}
.insta_text h2{font-size: 20px;font-weight: 800;}
.insta_text div{font-size: 20px;color: #666;}
.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: 30px;align-items: center}
.my_instagram li {
    width: 13.7%;
    padding-top: 16.5%; /* 너비의 16%와 같은 값을 사용합니다 */
    margin-right: 0.6%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; /* 패딩과 테두리를 포함하여 요소의 크기 결정 */
}
.my_instagram li:last-child{margin-right: 0;}
.my_instagram li:hover a{background-color: rgba(0, 0, 0, 0.52)}
.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%;position: absolute;top: 0;left: 0;transition: .5s;}
.my_instagram li a img{min-width:100%;transition: .5s;height:100%;object-fit: cover;}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1700px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#ft_wr {width:1920px}

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

/* 상단 레이아웃 */
#hd {background:#05141f}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {margin:0 auto;height:95px;zoom:1;background: #05141f;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;justify-content: space-between;align-items: center;width:1700px;max-width:90%;}

#logo {width: 220px;}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {height: 100%;}
#gnb:hover .drop_menu{display: block;}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;width: 100%;align-content: center;height: 100%;}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size: 23px;padding:0;zoom:1;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;justify-content: center;align-items: center;align-content: center;height: 100%;width:1100px}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {height: 100%;flex:1;width:16.66%;}
#gnb .gnb_1dli span{font-size: 13px;}
#gnb .gnb_1dli:hover > a {color:#ffe8c1;
-webkit-transition:background-color 2s 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}

#gnb .gnb_1dli.active a{color:#ffe8c1;
-webkit-transition:background-color 2s 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}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;color:#fff;text-decoration:none;height: 100%;line-height: 95px;font-size: 16px;min-width:max-content;text-align:center}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}
.gnb_1dli:hover > .drop_menu{display: block;}

.drop_menu{position: absolute;left: 0;width: 100%;z-index: 10;top: 95px;background: #fff;display:none;min-width:1700px;}
.drop_menu .drop_wrapper{width: 1700px;margin:0 auto;display:flex;justify-content: space-between;max-width:90%;}
.drop_menu .drop_empty{min-width:220px;}
.drop_menu .drop_empty:last-child{min-width:120px;}
.drop_menu .con_inner{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;padding: 45px 0;justify-content: center;width:1100px;}
.drop_menu .con_inner ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;justify-content: center;width:100%;}
.drop_menu .con_inner ul a{font-size: 15px;font-weight: normal;margin-bottom: 10px;width: auto;padding-bottom: 1px;display:block;text-align:center;}
.drop_title{padding-right: 100px;width: 300px;}
.drop_title h2{font-family: 'NanumSquareRound';font-size: 30px;padding-bottom: 25px;}
.drop_title p{font-size: 17px;line-height: 1.4;}
.drop_menu li{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-direction: column;flex-wrap: wrap;align-items: center;width: 16.66%;flex:1;min-width:183px;}
.drop_menu .con_inner ul h3 a{font-size: 20px;font-weight: bold;padding-bottom: 10px;border-bottom: 1px solid #e9e9e9;margin-bottom: 25px;}
.drop_menu .con_inner ul a:hover{color: #fc671a;box-shadow: 0 -1px 0 0 #fc671a inset}
.drop_menu .con_inner ul a.active-link{color: #fc671a;box-shadow: 0 -1px 0 0 #fc671a inset}
.drop_menu .con_inner ul h3 a:hover{border-bottom: 0;padding-bottom: 10px;border-bottom: 1px solid #fc671a;margin-bottom: 25px;box-shadow: none;}
.drop_menu .con_inner ul h3 a.active-link{border-bottom: 0;padding-bottom: 10px;border-bottom: 1px solid #fc671a;margin-bottom: 25px;box-shadow: none;}

.drop_menu .con_inner .sub3_menu li{width: 25%;padding-right: 0;}
.drop_menu .con_inner .sub3_menu li h3 a{margin-bottom: 35px;}
.drop_menu .con_inner .sub3_menu li:nth-child(5) h3 a{margin-bottom: 0;}
.drop_menu .con_inner .sub3_menu li:nth-child(6) h3 a{margin-bottom: 0;}
.drop_menu .con_inner .sub3_menu li:nth-child(7) h3 a{margin-bottom: 0;}
.drop_menu .con_inner .sub4_menu{width: calc(100% - 450px);}
.drop_menu .con_inner .sub4_menu li{width: 25%;padding-right: 0;}
.drop_menu .con_inner .sub4_menu li h3 a{margin-bottom: 35px;}
.drop_menu .con_inner .sub4_menu li:nth-child(4) h3 a{margin-bottom: 0;}
.drop_menu .con_inner .sub4_menu li:nth-child(5) h3 a{margin-bottom: 0;}
.drop_menu .con_inner .sub4_menu li:nth-child(6) h3 a{margin-bottom: 0;}

#tnb{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;font-size: 14px;height: 100%;min-width: 120px;}
#tnb li:first-child{height: 100%;}
#tnb li:nth-child(2){border-left: 1px solid #37434c;}
#tnb .select{height: 100%;display: block;line-height: 95px;}
#tnb .select span{background: transparent;border: 0;color: #f0d3b0;text-decoration: underline;font-weight: bold;height: 20px;cursor: pointer;}
#tnb .select i{color: #fff;padding-left: 10px;}
#tnb .option{display: none;position: absolute;background: #ffffff;
	border-radius: .4em;margin-top: -15px;z-index: 100;padding: 10px 20px;margin-left: -10px;width: 60px;}
#tnb .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;}
#tnb .option a{color: #000;display: block;padding: 2px 0;text-align: center;}
#tnb .select:hover .option{display: block;}
#tnb a{color: #fff;padding: 0 15px;font-weight: bold;line-height: 21px;}

/* 중간 레이아웃 */
#wrapper {}
.con_inner{width:1440px;margin: 0 auto;}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;font-size:1em;width:100%;zoom:1;    display: flex;
    flex-direction: column;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.main_bg{background: #f3eee6;}

.sec1{margin-top: 100px;}
.sec2{margin-top: 100px;margin-bottom: 120px;width: 48%;}
.sec2 > h2{font-size: 30px;letter-spacing: -1px;padding-bottom: 40px;}
.sec3{padding-top: 100px;}
.sec3 h2{font-size: 30px;letter-spacing: -1px;padding-bottom: 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;letter-spacing: -1px;padding-bottom: 35px;}
.sec3 h2 a{font-size: 19px;font-weight: normal;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.sec3 h2 a i{width: 35px;height: 35px;display: inline-block;line-height: 35px;text-align: center;border-radius: 70px;color: #fff;background: #c57f41;margin-left: 15px;font-size: 15px;}
.sec3 ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sec3 ul li{width: 23%;text-align: center;padding: 45px 30px 25px;background: #fff;border-radius: 15px;height: 330px;margin: 10px 0;transition: .3s}
.sec3 ul li:last-child{text-align: left;background: #3b342e;}
.sec3 ul li:last-child:hover{background: #3b342e;}
.sec3 ul li a{height: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-content: center;flex-direction: column;align-items: center;justify-content: space-between;}
.sec3 ul li div.li_last{height: 100%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;flex-direction: column;align-items: baseline;justify-content: space-between;}
.sec3 ul li .li_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;width: 100%;justify-content: center;align-items: flex-end;}
.sec3 ul li div.li_last h3{height: 110px;color: #fff;}
.sec3 ul li div.li_last img{place-self: flex-end;}
.sec3 ul li h3{font-size: 27px;letter-spacing: -1px;color: #4f341c;height: 65px;display: block;}
.sec3 ul li p{font-size: 14px;letter-spacing: -.5px;padding: 20px 0 30px;line-height: 1.5;}
.sec3 ul li .li_wrap p{font-size: 16px;color: #562f0c;padding: 0;}
.sec3 ul li .li_wrap p::before{content: '';display: block;width: 15px;height: 1px;margin: 0 auto;background: #c57f41;margin-bottom: 10px;}
.sec3 ul li i{font-size: 16px;width: 35px;height: 35px;border-radius: 70px;line-height: 35px;text-align: center;background: #fff;border: 1px solid #c57f41;color: #562f0c;}
.sec3 ul li .li_wrap i{display: none;}
.sec3 ul li .li_icon{opacity: 0;place-self: flex-start;color: #fff;font-size: 13px;padding: 5px 10px;border-radius: 30px;background: #562f0c;}
.sec3 ul li:hover{background: #c57f41;}
.sec3 ul li:hover a h3{color: #fff;}
.sec3 ul li:hover a p{color: #fff;}
.sec3 ul li:hover a .li_wrap p::before{display: none;}
.sec3 ul li:hover a .li_wrap p{text-align: left;}
.sec3 ul li:hover i:first-of-type{opacity: 0;}
.sec3 ul li:hover .li_wrap{justify-content: space-between;}
.sec3 ul li:hover .li_wrap i{display: inline-block;opacity: 100;}
.sec3 ul li:hover .li_icon{opacity: 100;}
.sec4{padding-bottom: 120px;}
.sec5{padding: 110px 0;}
.sec5 h2{font-size: 30px;letter-spacing: -1px;padding-bottom: 25px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sec5 h2 i{margin-right: 15px;}
.sec5 h2 a{font-size: 19px;font-weight: normal;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap;align-items: center;}
.sec5 div{width: 50%;}
.sec5 h2 a i{width: 35px;height: 35px;display: inline-block;line-height: 35px;text-align: center;border-radius: 70px;color: #fff;background: #c57f41;margin-left: 15px;font-size: 15px;}
.sec5 div:first-child{padding-right: 40px;}
.sec5 div:last-child{padding-left: 40px;border-left: 1px solid #ece7dc;}
.sec5 div .block_flex li{width: 48%;background: #f7f6f1;border-radius: 10px;text-align: center;margin: 10px 0;}
.sec5 div p{font-size: 17px;color: #3c3c3c;padding-bottom: 15px;}
.sec5 div .block_flex li i{margin-right: 15px;}
.sec5 div:first-child .block_flex li a{font-size: 22px;font-weight: bold;height: 75px;display: block;line-height: 75px}
.sec5 div:last-child .block_flex li{padding: 35px 30px;text-align: left;}
.sec5 div:last-child .block_flex li a{font-size: 25px;font-weight: bold;}
.sec5 div:last-child  .block_flex li a p{padding-bottom: 0;padding-top: 15px;font-size: 14px;color: #482404;font-weight: normal;}
.sec5 div:last-child  .block_flex li a p i{color: #c57f41;margin-left: 10px;}

.hansi_block{width: 395px;}
.hansi_basic{width: calc(100% - 470px);}
.hansi_block_v2{width: 570px;}

.ctt_admin{display: none;}

.block_flex{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.block_flex.flex_colum{flex-direction: column}

.sub_title{padding: 50px 0 45px;}
.sub_title i{font-style: normal;font-size: 17px;}
.sub_title h2{font-family: 'NanumSquareRound';font-size: 35px;font-weight: normal;padding-top: 15px;}
.sub_menu{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-bottom: 65px;}
.sub_menu ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.sub_menu ul li{padding-right: 25px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sub_menu ul li:first-child{padding-left: 0;}
.sub_menu ul li:first-child::before{content: none;}
.sub_menu ul li::before{content: '';display: inline-block;width: 6px;height: 6px;border-radius: 15px;background: #cdd0d2;margin-right: 25px;margin-top: -12px;}
.sub_menu ul li p{font-size: 21px;color: #585858;padding-bottom: 15px;}
.sub_menu ul a{font-size: 21px;color: #585858;padding-bottom: 15px;}
.sub_menu ul a.active-link{color: #000;font-weight: bold;border-bottom: 1px solid #fd5e00;}
.sub_menu ul a:hover{color: #000;border-bottom: 1px solid #fd5e00;}
.sub_loc{font-size: 15px;}
.sub_loc a{font-size: 15px;}
.sub_bottom{text-align: center;}
.sub_bottom ul{background: #fff;display: inline-block;}
.sub_bottom ul li{display: inline-block;}
.sub_bottom ul li::after{content: '';height: 15px;width: 1px;background: #cdd0d2;display: inline-block;vertical-align: top;margin-top: 5px;}
.sub_bottom ul li:nth-child(1)::after{content: none;}
.sub_bottom ul li:nth-last-child(2)::after{content: none;}
.sub_bottom ul li:last-child::after{content: none;}
.sub_bottom ul li a{font-size: 19px;padding: 0 35px 8px;display: inline-block;vertical-align:bottom;position: relative;}
.sub_bottom ul li a.active-link{color: #fd5e00;}
.sub_bottom ul li a.active-link::after{display: block;}
.sub_bottom ul li a:hover{color: #fd5e00;}
.sub_bottom ul li a:hover::after{display: block;}
.sub_bottom ul li a::after{content: "\f0d7";position: absolute;color: #fd5e00;font-family: "Font Awesome 5 Pro";font-weight: 900;text-align: center;left: 50%;transform: translateX(-50%);bottom: -12px;display: none;}

.sub1 .block_flex{padding-top: 110px;align-items: center}
.sub1  .block_flex .sub1_text{width: 460px;padding-top: 0;}
.sub1 .sub1_text{padding-top: 100px;}
.sub1_text > img, .block_flex > img {
    border-radius: 25px;
}
.sub1 .sub1_text h2{font-family: 'NanumSquareRound';font-size: 40px;}
.sub1 .sub1_text h3{font-family: 'NanumSquareRound';font-size: 30px;font-weight: normal;padding: 30px 0 60px;line-height: 1.5;}
.sub1 .sub1_text p{font-size: 19px;line-height: 1.7;word-break: keep-all;}
.sub1_act{padding-top: 120px;padding-bottom: 90px;}
.sub1_act h2{font-family: 'NanumSquareRound';font-size: 40px;padding-bottom: 45px;border-bottom: 2px solid #000;}
.sub1_act h3{padding-top: 50px;font-family: 'NanumSquareRound';font-size: 35px;}
.sub1_act .block_flex{padding-top: 45px;align-items: flex-start;}
.sub1_act .block_flex p{width: 590px;font-size: 19px;line-height: 1.7;}
.sub1_act .block_flex p span{color: #7d5d4b;font-weight: bold;}
.sub1_act .block_flex:last-child{padding-bottom: 70px;border-bottom: 2px solid #000;}

.sub2 h2{font-family: 'NanumSquareRound';font-size: 40px;padding: 40px 0;}
.sub2 .block_flex div{width: 50%;}
.sub2 .block_flex div img{width: 100%;}
.sub2 .block_flex div h3{font-family: 'NanumSquareRound';font-size: 30px;font-weight: normal;color: #fff;padding-bottom: 30px;}
.sub2 .block_flex div p{font-size: 19px;color: #fff;line-height: 1.8;}
.sub2 .block_flex div:nth-child(2){padding: 50px;background: #2980b9;}
.sub2 .block_flex div:nth-child(3){padding: 50px;background: #16a085;}
.sub2 .block_flex div:nth-child(7){padding: 50px;background: #9bbb59;}
.sub2 .block_flex div:nth-child(8){padding: 50px;background: #f39c12;}
.sub2 .block_flex div:nth-child(12){padding: 50px;background: #c0392b;}
.sub2 > h3{font-family: 'NanumSquareRound';font-size: 30px;font-weight: normal;padding: 80px 0 120px;line-height: 1.8;text-align: center;word-break: keep-all;}

.sub3{padding-bottom: 350px;}
.sub3 h2{font-family: 'NanumSquareRound';font-size: 40px;padding: 40px 0;}
.sub3 .block_flex{padding: 65px 100px;border-top: 2px solid #000;border-bottom: 1px solid #c5c2bc;align-items: flex-start}
.sub3 .block_flex div{width: calc(100% - 300px);}
.sub3 .block_flex div h3{font-family: 'NanumSquareRound';font-size: 30px;font-weight: normal;padding-bottom: 30px;}
.sub3 .block_flex div p{font-size: 19px;line-height: 1.8;}

.sub4{padding-bottom: 120px;}
.sub4 h2{font-family: 'NanumSquareRound';font-size: 40px;padding: 40px 0;}
.white_box{padding: 45px 75px;border-radius: 10px;background: #fff;margin-bottom: 15px;}
.white_box h3{display: inline-block;vertical-align: top;font-family: 'NanumSquareRound';font-size: 35px;font-weight: normal;width: 190px;}
.white_box div{display: inline-block;vertical-align: top;font-size: 18px;width: calc(100% - 200px);word-break: keep-all;padding-top: 15px;}
.white_box div ul{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-top: 45px;}
.white_box div ul li{width: 115px;height: 115px;text-align: center;border-radius: 300px;font-size: 24px;font-family: 'NanumSquareRound';padding: 22px 0;}
/*.white_box div ul li::after{content: "\f067";font-family: "Font Awesome 5 Pro";font-weight: 300;}*/
.sub4 .white_box div ul li:nth-child(2n){width: 25px;height: 25px;font-size: 15px;color: #fff;line-height: 15px;text-align: center;background: #05141f;padding:4px 0;}
.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 > h3{font-family: 'NanumSquareRound';font-size: 30px;font-weight: normal;padding: 65px 0 30px;margin-bottom: 45px;border-bottom: 1px solid #d4cec8;}
.sub4 .block_flex > div:first-child{width: 280px;}
.sub4 .block_flex > div:nth-child(2){width: 580px;}
.sub4 .block_flex > div:nth-child(3){width: 280px;}
.sub4 .block_flex div h4{font-size: 28px;font-family: 'NanumSquareRound';font-weight: normal;color: #fff;padding: 30px 0;min-width: 280px;text-align: center;border-radius: 10px;margin-bottom: 15px;}
.sub4 .block_flex div:first-child h4{background: #4472c4;}
.sub4 .block_flex div:nth-child(2) h4{background: #ed7d31;}
.sub4 .block_flex div:nth-child(3) h4{background: #548135;}
.sub4 .p_wrap{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.sub4 .p_wrap p{background: #fff;min-width: 280px;text-align: center;font-size: 18px;border-radius: 10px;height: 90px;margin-bottom: 15px;line-height: 90px;}
.sub4 .p_wrap p:first-child{line-height: 1.4;padding: 20px 0;}

.sub5{padding: 50px 0 120px;}
.sub5 h3{font-weight: bold;width: 170px;}
.sub5 h4{font-size: 23px;font-family: 'NanumSquareRound';width: 130px;display: inline-block;}
.sub5 p{width: calc(100% - 100px);}
.sub5 .white_box{padding: 45px 75px;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: calc(100% - 170px);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;}
.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{padding: 50px 0 150px;}
.sub6 h2{font-family: 'NanumSquareRound';font-size: 40px;}
.sub6 > h3{font-family: 'NanumSquareRound';font-weight: normal;font-size: 25px;padding: 25px 0 0;}
.sub6 .con{padding: 45px 0 55px;border-bottom: 1px solid #dddad3;}
.sub6 .con:first-of-type{border-top: 2px solid #000;margin-top: 35px;}
.sub6 .con:nth-of-type(3){border-bottom: 2px solid #000;margin-bottom: 100px;}
.sub6 .con h4{font-family: 'NanumSquareRound';font-size: 28px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 35px;}
.sub6 .con h4 img{margin-right: 15px;}
.sub6 .con ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;margin-left: 50px;}
.sub6 .con ul li{width: 50%;font-size: 18px;padding-bottom: 15px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.sub6 .con ul li::before{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 20px;background: #88351b;margin-right: 10px;}
.sub6 .con:nth-of-type(2) .block_flex{padding-bottom: 80px;}
.sub6 .con i{font-size: 25px;}
.sub6 .con .block_flex{margin-left: 50px;padding:0 45px;}
.sub6 .con .block_flex{align-items: center;}
.sub6 .con .block_flex .cir{font-size: 23px;text-align: center;font-family: 'NanumSquareRound';width: 180px;height: 180px;border-radius: 350px;background: #fff;position: relative;}
.sub6 .con .block_flex .cir span{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;left: 0;}
.sub6 .con .block_flex .cir.yellow{background: #ff5700;color: #fff;}
.sub6 .con .block_flex .cir_p{position: relative;}
.sub6 .con .block_flex .cir.yellow + p{text-align: center;position: absolute;font-size: 15px;margin-top: 25px;color: #5c3c23;width: 270px;line-height: 1.5;left: -45px;}
.sub6 .con:nth-of-type(3) p{margin-left: 50px;padding-top: 30px;font-size: 16px;line-height: 1.5;}
.sub6 .con:nth-of-type(3) p span{font-size: 18px;color: #88351b;padding-bottom: 20px;display: block;}
.sub6 > .block_flex{margin-top: 55px;justify-content: space-between;align-items: flex-start;}
.sub6 > .block_flex div{width: calc(100% - 190px);line-height: 1.7;}
.sub6 > .block_flex div h3{font-family: 'NanumSquareRound';font-weight: normal;font-size: 22px;}
.sub6 > .block_flex div p{font-size: 18px;}

.sub6 .spo_con{padding: 45px 0 55px;border-bottom: 1px solid #dddad3;}
.sub6 .spo_con:nth-of-type(2){border-top: 2px solid #000;margin-top: 65px;}
.sub6 .spo_con:nth-of-type(2) h3{font-family: 'NanumSquareRound';font-weight: normal;font-size: 25px;}
.sub6 .spo_con:nth-of-type(2) ul{padding: 40px 0;}
.sub6 .spo_con:nth-of-type(2) ul li{line-height: 1.8;font-size: 20px;color: #88351b;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center}
.sub6 .spo_con:nth-of-type(2) ul li::before{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 20px;background: #88351b;margin-right: 10px;}
.sub6 .spo_con:nth-of-type(2) p{font-size: 16px;color: #88351b;}
.sub6 .spo_con:nth-of-type(3){border-bottom: 2px solid #000;}
.sub6 .spo_con:nth-of-type(3) .block_flex div{width: calc(100% - 140px)}
.sub6 .spo_con:nth-of-type(3) .block_flex div h4{font-size: 28px;font-family: 'NanumSquareRound';padding-bottom: 35px;}
.sub6 .spo_con:nth-of-type(3) .block_flex ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: flex-start}
.sub6 .spo_con:nth-of-type(3) .block_flex ul li{width: 50%;padding-bottom: 15px;font-size: 18px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.sub6 .spo_con:nth-of-type(3) .block_flex ul li::before{content: '';display: inline-block;width: 8px;height: 8px;border-radius: 20px;background: #529d27;margin-right: 10px;}

.sub7{padding: 50px 0 150px;}
.sub7 h2{font-family: 'NanumSquareRound';font-size: 40px;margin-bottom: 40px;}
.sub7 .con{margin-top: 55px;border-top: 2px solid #000;border-bottom: 1px solid #dddad3;padding: 40px 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: 18px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;}
.sub7 .con > ul li:nth-child(2n-1){width: 700px;}
.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: 25px;}
.sub7 .con .block_flex > div{width: calc(100% - 210px);}
.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: 21px;width: 110px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center}
.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: 18px;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;width: 850px;}
.sub7 .con .block_flex > div div ul li{width: 50%;font-size: 16px;padding-bottom: 10px;}

.rsc1{padding: 50px 0 150px;}
.rsc_box{width: 49.5%;padding: 30px 40px;border-radius: 10px;}
.rsc_box:first-child{background: #a58c7b;}
.rsc_box:nth-child(2){background: #a39779;}
.rsc_box h3{font-family: 'NanumSquareRound';font-weight: normal;color: #fff;font-size: 30px;padding-bottom: 15px;}
.rsc_box div{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.rsc_box div input{font-size: 18px;padding: 10px 20px;border-radius: 5px;border: 0;outline: 0;height: 50px;box-shadow: 0 3px 0 0 #8c7769}
.rsc_box div button{padding: 0 20px;height: 50px;line-height: 50px;font-size: 18px;color: #fff;background: #f97500;border-radius: 5px;border: 0;outline: 0;box-shadow: 0 3px 0 0 #8c7769}
.rsc_box div select{font-size: 18px;padding: 10px 20px;border-radius: 5px;border: 0;outline: 0;height: 50px;box-shadow: 0 3px 0 0 #8c7769}
.rsc_box p{color: #fff;font-size: 16px;margin-top: 20px;letter-spacing: -.5px;}
.rsc_box input{width: 435px;}

.rsc_box:nth-child(2) button{background: #f99200;box-shadow: 0 3px 0 0 #8b8067}

.flex_btn_box {display:flex;align-items: flex-start;justify-content: space-between;}
.flex_btn_box a {
    font-size: 16px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.sub6 .con .flex_btn_box a i {font-size: 18px;font-weight: 100;}

.research_ban{margin-top: 10px;display: -webkit-flex !important;
display: -moz-flex !important;
display: -ms-flex !important;
display: -o-flex !important;
display: flex !important;align-items: center;justify-content: center;border-radius: 10px;color: #fff;margin-bottom: 55px;}
.research_ban .time_year{display:none;font-size: 25px;font-weight: bold;padding-right: 20px;border-right: 1px solid rgba(255, 255, 255, 0.4);line-height: 1;width: 7%;}
.research_ban .time_text{text-align: center;width: 80%;}
.research_ban h2{font-family: 'NanumSquareRound';font-size: 30px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;align-items: center;justify-content: center}
.research_ban h2 i{font-size: 20px;vertical-align: middle;padding-left: 15px;}
.research_ban p{font-size: 18px;padding-top: 15px;}
.research_ban div:nth-child(3){width: 7%;}

.rsc1 .con{padding: 50px 0;border-bottom: 1px solid #d7d3ca;margin-bottom: 55px;}
.rsc1 .con .block_flex > div{width: calc(100% - 180px);}
.rsc1 .con .block_flex h3{font-family: 'NanumSquareRound';font-size: 30px;}
.rsc1 .con .block_flex p{font-size: 18px;line-height: 1.6;}
.rsc1 .con .block_flex .line{margin-top: 40px;color: #723812;width: 860px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;border-right: 2px solid #723812;border-left: 2px solid #723812;justify-content: space-between;padding:0 25px;}
.rsc1 .con .block_flex .line p{width: 50%;}
.rsc1 .con .block_flex .line p:first-child{border-right: 1px solid #dccec0;}
.rsc1 .con .block_flex .line p:last-child{text-align: right;}
.rsc1 .con .block_flex .no_line{color: #723812;width: 380px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;}
.rsc1 .con .block_flex .no_line p{padding: 0 27px;width: 100%;}
.rsc1 .hansi_list{width: 48%;margin-bottom: 0;height: 350px;}
.rsc1 > .block_flex{padding-bottom: 55px;border-bottom: 2px solid #000;margin-bottom: 60px;}
.white_rsc{background: #fff;border-radius: 10px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;padding: 45px 55px;align-items: flex-start}
.white_rsc h3{font-family: 'NanumSquareRound';font-size: 30px;font-weight: normal;}
.white_rsc div{width: calc(100% - 390px)}
.white_rsc p{font-size: 18px;line-height: 1.8}
.white_rsc ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;;margin-top: 30px;}
.white_rsc ul li{width: 16%;}
.white_rsc ul li a{font-size: 18px;width: 100%;text-align: center;display: block;padding: 15px 0;border: 1px solid #e9e9d9;border-radius: 5px;}

.bo_table{min-height: 50vh;}
.bo_table h2{font-family: 'NanumSquareRound';font-size: 40px;padding: 40px 0 40px;font-weight: normal;}
.bo_table h2 span{font-size: 18px;padding-left: 20px;}
.bo_table h2 div{display: block;font-size: 20px;font-family: 'NanumSquareRound';padding: 25px 0;border-top: 2px solid #000;border-bottom: 1px solid #c5c2bc;margin-top: 30px;line-height: 1.6;}

.aca{padding-bottom: 150px;}


#bo_v_con{font-size: 15px;}

#ctt{background:#f3eee6}
.content-wrapper{width:1400px;max-width:90%;margin:0 auto;padding:90px 0 150px;}
.content-wrapper h1{font-size:35px;padding-bottom:30px;}
.content-wrapper .content-btn-wrapper{padding-bottom:70px;}
.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;width:100%;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;
}
.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:80px;}
.content-about img{width:50%;}
.content-about h2{font-size:30px;padding-bottom:40px;}
.content-about p b{font-size:17px;font-weight:normal}
.content-about p{font-size:15px;line-height:1.5}

.content-contact{padding:30px 50px;background:#eee8de;border-radius:10px;display:flex;align-items:center;gap:50px;}
.content-contact h2{font-size:25px;}
.content-contact p{font-size:15px; line-height:1.5;}

.content-mission{padding-bottom:80px;}
.content-mission h2{font-size:30px;padding-bottom:30px;}
.content-mission .mission-box{padding:50px 100px;display:flex;align-items:center;gap:80px;border-radius:10px;}
.content-mission .mission-box h3{font-size:25px;width:200px;text-align:center}
.content-mission .mission-box p{font-size:17px;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:30px;padding-bottom:30px;}
.content-goals .goals-box{padding:60px 80px;background:#eee8de;border-radius:10px;}
.content-goals .goals-box h3{font-size:25px;padding-bottom:20px;}
.content-goals .goals-box p{font-size:17px;line-height:1.5;padding-bottom:50px;}
.content-goals .goals-box p:last-child{padding-bottom:0;}


.content-history h2{font-size:30px;padding-bottom:30px;}
.history-box{padding:30px 50px;background:#eee8de;border-radius:10px;
display:flex;justify-content: space-between;margin-bottom:20px;align-items:flex-start;}
.history-box h3{font-size:23px;width:340px;padding-top:20px;}
.history-box-inner{flex:1;display:flex;flex-direction:column;gap:50px;padding-top:20px;}
.history-text{display:flex;gap:20px;}
.history-text h4{font-size:21px;}
.history-text p{font-size:17px;line-height:1.5;}

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

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


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


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


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








.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#061420;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1600px;margin:0;padding:60px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1920px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

.ft_logo ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;padding-bottom: 20px;}
.ft_logo ul li{margin-right: 25px;}
.ft_logo ul li a{color: #fff;font-size: 15px;}
.ft_logo p{font-size: 15px;color: #969188;padding-bottom: 25px;line-height: 1.5;padding-top:25px;}
.ft_logo copyright{font-size: 12px;color: #969188;}

.ft_text{width: 49%;}
.ft_text ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;flex-wrap: wrap;justify-content: space-between;}
.ft_text ul li{width: auto;}
.ft_text h3{color: #fff;font-size: 16px;font-weight: normal;padding-bottom: 25px;}
.ft_text a{color: #fff;display: block;color: #a3a3a3;font-size: 15px;padding-bottom: 15px;}

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

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

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

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

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

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

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

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

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 15px;text-align:center;border:0;font-size:15px;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}
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;} /* 관리자 전용 버튼 */


/* 기본테이블 */
.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 {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #c5c2bc;height:40px;font-size: 18px;}
.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: 19px;}

.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}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;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 5px 3px;line-height:18px;margin:0 2px}

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

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

/* 페이징 */
.pg_wrap {clear:both;float:left;display:block;width: 100%;
    text-align: center;
    padding-top: 25px;margin-bottom: 60px}
.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;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;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% #fff;padding:0;}


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

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

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


/*교육 공통ㅋ*/
.aca_com{padding-bottom: 100px;}
.aca_box{padding: 40px 0 60px;border-top: 2px solid #000;border-bottom: 1px solid #c5c2bc;margin-bottom: 70px;}
.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: 26px
}
.aca_box.list-info li span::after {
    position: absolute;
    content: ':';
    display: inline-flex;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

}
.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%);
}
.edu_days_list {display: flex;align-items: center}

.week_tit {line-height: inherit;width: 150px;}


.aca_box:last-child{margin-bottom: 0;padding-bottom: 40px;}
.aca_box img{width: 100%;border-radius: 20px}
.aca_box h3{font-family: 'NanumSquareRound';font-size: 28px;font-weight: normal;padding-bottom: 40px;}
.aca_box h5{font-family: 'NanumSquareRound';font-size: 28px;font-weight: normal;padding-bottom: 20px;}
.aca_box h4{font-size: 20px;font-weight: normal;padding-bottom: 20px;padding-top: 30px;}
.aca_box p{font-size: 20px;line-height: 1.8;font-weight: 300;}
.aca_box ul{border-top: 1px solid #000;}
.aca_box li{font-size: 18px;padding: 15px 20px;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 40px;}
.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: 50px;line-height: 50px;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: 260px;padding: 0 30px;text-align: center;font-size: 16px;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: 33%;padding-right: 25px;padding-bottom: 20px;}
.aca_form_div.w33:nth-child(3n){padding-right: 0;}
.aca_form_div.w33:nth-child(n+4){padding-bottom: 0 ;}
.aca_form_div.w100{width: 100%;padding-top: 45px;}
.aca_form_div.w100:first-child{padding-top: 0;}
.aca_form_div > label{font-size: 16px;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: 16px;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}
.aca_form_div .aca_write > input[type=text]{height: 45px;padding: 10px;border: 1px solid #e8e7e7;width: 100%;}
.aca_form_div > input[type=text]{height: 45px;padding: 10px;border: 1px solid #e8e7e7;width: 100%;}
.aca_form_div .aca_write > input[type=tel]{height: 45px;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: 45px;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: 16px;}
.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_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_check input[type=text]{border: 0;border-bottom: 1px solid #c5c2bc;margin-left: 15px;background: transparent;}

.aca_com .aca_submit{width: 280px;height: 55px;background: #000;color: #fff;border-radius:5px;border: none;font-size: 17px;margin: 0 auto;display: block;margin-top: 30px}

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

/* iframe */
.aca_video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}



/*모달 커스텀*/
.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: 50%;height: 50vh;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: 80px;line-height: 80px;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}

div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
    z-index: 999999 !important;
}


/* 메인 하단 sns */
.logo_sns {
    display: flex;
        align-items: center;
        justify-content: flex-start;
}
.ft_logo .logo_sns ul {
    margin-left: 35px;
}
.ft_logo .logo_sns ul li a {
    font-size: 20px;
}
.ft_logo .logo_sns ul li {
}
@media screen and (max-width:1440px) {
    .fixed_menu {
        display: none;
    }
}
