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

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

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


/* nav_btn */
.nav_btn{display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; width: 22px; height: 18px;}
.nav_btn span{width: 100%; height: 2px; background: #fff;}
.nav_btn span:nth-child(2){width: 60%;}
.nav_btn.on {position: relative;width: 24px;height: 24px;justify-content: center;align-items: center;}
.nav_btn.on span {position: absolute;width: 100%;}
.nav_btn.on span:nth-child(1) {transform: rotate(45deg);}
.nav_btn.on span:nth-child(2) {opacity: 0;}
.nav_btn.on span:nth-child(3) {transform: rotate(-45deg);}


/* main 공통 */
h3.h3_tit{font-size: 1.5rem; color: #000; text-align: center; -webkit-transition:all .3s; -moz-transition:all .3s;-ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
h3.h3_tit span{position: relative;}
h3.h3_tit span::after{content:''; position: absolute; top: 0; right: -16px; width: 8px; height: 8px; background: var(--co01); border-radius:50%;}


/* quick */
.quick_wrap{position: fixed; right: 20px; bottom: 40px; z-index: 9999;}
.quick_wrap ul{display: flex;flex-direction: column;gap: 5px;}
.quick_wrap ul li a{width: 40px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; background: var(--co01); border-radius:50%;}
.quick_wrap ul li a img{width: 25px;}


/* header */
#header{height: 60px;}
#header .inner{height: 100%;}
#header h1 a{width: 158px; height: 30px;}

/* gnb */
.gnb{display: none;}


/* navigation */
.navigation{position: fixed;left: 0;top: 61px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:50%;background-color:#fff;height:100%; right: 0px;}
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/nav_arw_on.png)center no-repeat; background-size:cover; width: 12px; height: 6px;}
.navigation h3 a{position: relative;line-height: 45px;width:100%; display: flex;align-items: center;padding: 0 10px;color:#222222;font-size:0.875rem;font-weight: 600; border-bottom:1px solid #dddddd;}
.navigation h3.active a{border-bottom: 1px solid var(--co01);}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 10px;width: 12px;height: 6px;background:url(/images/main/nav_arw.png)center no-repeat; background-size:cover;}
.navigation ul{display: block; padding:15px 0;background:#f6f6f6;}
.navigation ul li a{color:#666;font-size:0.75rem;font-weight: 400;margin-left: 10px; word-break:keep-all;line-height: 25px; transition:.3s;}
.navigation ul li:hover a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation ul li a.on{color: #222;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 60px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}


/* visual */
#visual_wrap .txt_wrap{width: calc(100% - 40px);}
#visual_wrap .txt_wrap h2{font-size: 2rem;}


/* sec01 */
#sec01{background: url('/images/main/main_sec01_bg_mob.png')center no-repeat; background-size:cover; height: 380px;}
#sec01 .main_tit h3{font-size: 1.5rem;}
#sec01 .main_tit h3 span{font-size: 1.25rem;}
#sec01 .main_tit p{font-size: 0.875rem;}
#sec01 .logo_wrap{top: 2%; right: 5%; width: 120px; height: 120px;}


/* sec02 */
#sec02{padding-top: 55px;}
#sec02 h3{font-size: 1.563rem;}
#sec02 h3 span{font-size: 0.938rem;}
#sec02 h3 span em{font-size: 2.5rem;}
#sec02 .pro_list{flex-direction: column; margin-top: 40px;}
#sec02 .pro_list li{flex-direction: row; justify-content: space-between; gap:15px; padding-inline:5%; padding-block:20px; border-right: none; border-bottom: 1px solid #fff;}
#sec02 .pro_list li:nth-child(1){border-left: none;}
#sec02 .pro_list li:nth-child(3){border-bottom: none;}
#sec02 .pro_list li img{width: 40px;}
#sec02 .pro_list li p{font-size: 0.875rem;}
#sec02 .pro_list li strong{font-size: 1.875rem;}
#sec02 .pro_list li strong span{font-size: 1rem;}

/* sec03 */
#sec03{padding-block:50px;}
#sec03 .item_list{gap:20px; margin-top: 30px;}
#sec03 .item_list li{flex:1 1 100%;}
#sec03 .item_list li a p{font-size: 1rem; bottom: 15px; left: 20px;}
#sec03 .item_list li a img{aspect-ratio: 1.605 / 1;}


/* sec04 */
#sec04{padding-bottom: 75px;}
#sec04 .more_btn{width: 110px; margin: 25px auto 0; font-size: 0.875rem;}
#sec04 .inner{flex-direction: column; gap:50px;}
#sec04 .news_wrap .news_top a{gap:10px; padding: 10px 15px;}
#sec04 .news_wrap .news_top .date_wrap{width: 60px;}
#sec04 .news_wrap .news_top .date_wrap strong{font-size: 1.125rem;}
#sec04 .news_wrap .news_top .date_wrap p{font-size: 0.75rem;}
#sec04 .news_wrap .news_top .tit_wrap .tit{font-size: 0.875;}
#sec04 .news_wrap .news_top .tit_wrap .desc{margin-top: 5px; font-size: 0.75rem;}
#sec04 .news_wrap .news_list{margin-top: 15px;}
#sec04 .news_wrap .news_list li a{padding-inline:10px;}
#sec04 .news_wrap .news_list li:not(:first-child){margin-top: 10px;}
#sec04 .news_wrap .news_list li p{font-size: 0.875rem;}
#sec04 .qna_list .ans_tit{width: 92%; font-size: 0.875rem;}
#sec04 .qna_list li{padding: 12px;}
#sec04 .qna_list li::after{top: 25px; right: 10px; width: 12px; height: 7px;}
#sec04 .qna_list .ques{width: 35px; font-size: 1.125rem;}
#sec04 .qna_list .ans_txt{font-size: 0.75rem;}
#sec04 .qna_list li.active .ans_txt{max-height: 50px; margin-top: 15px;}


/* footer */
#footer{padding-block:40px; background: #F5F5F5;}
#footer .inner{display: flex; justify-content: space-between; flex-direction: column-reverse; align-items: center; gap:20px;}
#footer .info_wrap{padding-top: 20px; border-top: 1px solid rgba(102, 102, 102, 0.50);}
#footer .info_wrap ul li{font-size: 0.875rem; color: #333; line-height: 1.4; text-align: center; word-break:keep-all;}
#footer .info_wrap .copy{margin-top: 15px; font-size: 0.75rem; color: #666; text-align: center;}
#footer h2 img{width: 180px;}

/* sub */
#sub_visual_wrap{padding-block:60px;}
#sub_visual_wrap .sub_nav{margin-bottom:40px;}
#sub_visual_wrap h2{font-size: 32px;}
#sub_visual_wrap h2 span::after{right: -15px; top: -5px; width: 10px; height: 10px;}

#sub_contents{padding-block:0 100px;}

/* sub0101 */
.sub0101_wrap h5 {font-size: 25px;}
.sub0101_wrap .box_wrap {gap:60px;}
.sub0101_wrap .box_wrap .left_box p {font-size: 14px; line-height: 24px; margin-top: 15px;}
.sub0101_wrap .box {padding:20px; margin-top: 30px;}
.sub0101_wrap .box ul li {font-size: 14px; line-height: 24px; margin-bottom: 10px;}
.sub0101_wrap .box_wrap02 {margin-top: 60px;}
.sub0101_wrap strong {font-size: 16px;margin-top: 15px;}
.sub0101_wrap .box_wrap02 .box {margin-top:15px;}
.sub0101_wrap .box_wrap02 .box p {font-size: 14px; line-height: 24px;}

/* sub0102 */
.sub0102_wrap h5 {font-size: 25px;}

.sub0102_wrap .con01 ul {gap:30px; flex-direction: column;}
.sub0102_wrap .con01 ul li {gap:10px; padding:15px 30px;}
.sub0102_wrap .con01 ul li em {font-size: 20px;}
.sub0102_wrap .con01 ul li p {font-size: 14px;line-height: 24px; }

.sub0102_wrap .con02 {margin-top: 60px; gap:20px;}
.sub0102_wrap .con02 span {font-size: 14px; margin-bottom: 30px;}

.sub0102_wrap .con03 {margin-top: 60px; gap:20px;}
.sub0102_wrap .con03 table.tbl01 tr th {font-size: 16px; padding:10px;}
.sub0102_wrap .con03 table.tbl01 tr td  {font-size: 14px; padding:10px;}

.sub0102_wrap .con04 {margin-top: 60px; gap:20px;}
.sub0102_wrap .con04 .box_wrap ul {gap:30px; flex-direction: column;}
.sub0102_wrap .con04 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0102_wrap .con04 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0102_wrap .con04 .box_wrap ul li .box em {font-size: 20px;}
.sub0102_wrap .con04 .box_wrap ul li .box strong {font-size: 20px;}
.sub0102_wrap .con04 .box_wrap ul li .box p {font-size: 14px;}
.sub0102_wrap .con04 .box_wrap ul li span {font-size: 12px; margin-top: 8px;}

/* sub0103 */
.sub0103_wrap .con01 strong {font-size: 30px;margin-bottom: 30px;}
.sub0103_wrap .con01 em {font-size: 20px;}
.sub0103_wrap .con01 p {font-size: 16px;line-height: 24px; margin-top: 10px;}

.sub0103_wrap h5 {font-size: 25px;}
.sub0103_wrap h5 span {font-size: 15px;}

.sub0103_wrap .con02 {margin-top: 60px; gap:20px;}
.sub0103_wrap .con02 em {font-size: 14px;}
.sub0103_wrap .con02 p {font-size: 14px; margin-top: 10px;}

.sub0103_wrap .con03 {margin-top: 60px; gap:20px;}
.sub0103_wrap .con03 .box_wrap ul {gap:20px; flex-direction: column;}
.sub0103_wrap .con03 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0103_wrap .con03 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0103_wrap .con03 .box_wrap ul li .box em {font-size: 20px;}
.sub0103_wrap .con03 .box_wrap ul li .box strong {font-size: 20px;}

.sub0103_wrap .con04 {margin-top: 60px; gap:20px;}
.sub0103_wrap .con04 .box {padding:20px;}
.sub0103_wrap .con04 .box ul:first-child {margin-right: 30px;}
.sub0103_wrap .con04 .box ul li {font-size: 14px;line-height: 24px;}
.sub0103_wrap .con04 .box ul li:before {top:10px; }


/* sub0104 */
.sub0104_wrap h5 {font-size: 25px;}

.sub0104_wrap .con01 strong {font-size: 30px; line-height: 35px; margin-bottom: 30px;}
.sub0104_wrap .con01 em {font-size: 20px;}
.sub0104_wrap .con01 p {font-size: 16px;line-height: 24px; margin-top: 10px;}

.sub0104_wrap .con02 {margin-top: 60px; gap:20px;}
.sub0104_wrap .con02 .box_wrap ul {flex-direction: column; gap:20px;}
.sub0104_wrap .con02 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0104_wrap .con02 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0104_wrap .con02 .box_wrap ul li .box em {font-size: 20px;}
.sub0104_wrap .con02 .box_wrap ul li .box strong {font-size: 20px;}

.sub0104_wrap .con03 {margin-top: 60px; gap:20px;}
.sub0104_wrap .con03 .box {padding:20px;}
.sub0104_wrap .con03 .box ul:first-child {margin-right: 30px;}
.sub0104_wrap .con03 .box ul li {font-size: 14px;line-height: 24px;}
.sub0104_wrap .con03 .box ul li:before {top:10px;}


/* sub0105 */
.sub0105_wrap h5 {font-size: 25px;}
.sub0105_wrap h5 span {font-size: 15px;}

.sub0105_wrap .con01 strong {font-size: 30px; margin-bottom: 30px;}
.sub0105_wrap .con01 em {font-size: 20px;}
.sub0105_wrap .con01 p {font-size: 16px;line-height:24px; margin-top: 10px;}

.sub0105_wrap .con02 {margin-top: 60px; gap:20px;}
.sub0105_wrap .con02 ul {gap:20px; flex-direction: column;}
.sub0105_wrap .con02 ul li {width:100%; padding:20px;}
.sub0105_wrap .con02 ul li em {font-size: 18px; line-height: 26px;}
.sub0105_wrap .con02 ul li p {font-size: 14px;line-height: 24px; margin-top: 15px;}

.sub0105_wrap .con03 {margin-top: 60px; gap:20px;}

.sub0105_wrap .con04 {margin-top: 60px; gap:20px;}
.sub0105_wrap .con04 .box_wrap ul {flex-direction: column; gap:20px;}
.sub0105_wrap .con04 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0105_wrap .con04 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0105_wrap .con04 .box_wrap ul li .box em {font-size: 20px;}
.sub0105_wrap .con04 .box_wrap ul li .box strong {font-size: 20px;}

.sub0105_wrap .con05 {margin-top: 60px; gap:20px;}
.sub0105_wrap .con05 .box {padding:20px;}
.sub0105_wrap .con05 .box ul:first-child {margin-right: 30px;}
.sub0105_wrap .con05 .box ul li {font-size: 14px;line-height: 24px;}
.sub0105_wrap .con05 .box ul li:before {top:8px;}

/* sub0106 */
.sub0106_wrap h5 {font-size: 25px;}
.sub0106_wrap h5 span {font-size: 15px;}

.sub0106_wrap .con01 strong {font-size: 30px;margin-bottom: 30px;}
.sub0106_wrap .con01 em {font-size: 20px;}
.sub0106_wrap .con01 p {font-size: 16px;line-height: 24px; margin-top: 10px;}

.sub0106_wrap .con02 {margin-top: 60px; gap:20px;}

.sub0106_wrap .con03 {margin-top: 60px; gap:20px;}
.sub0106_wrap .con03 .box_wrap ul {flex-direction: column; gap:20px;}
.sub0106_wrap .con03 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0106_wrap .con03 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0106_wrap .con03 .box_wrap ul li .box em {font-size: 20px;}
.sub0106_wrap .con03 .box_wrap ul li .box strong {font-size: 20px;}

.sub0106_wrap .con04 {margin-top: 60px; gap:20px;}
.sub0106_wrap .con04 .box {padding:20px;}
.sub0106_wrap .con04 .box ul:first-child {margin-right: 30px;}
.sub0106_wrap .con04 .box ul li {font-size: 14px;line-height: 24px;}
.sub0106_wrap .con04 .box ul li:before {top:8px;}

/* sub0107 */
.sub0107_wrap h5 {font-size: 25px;}
.sub0107_wrap h5 span {font-size: 15px;}

.sub0107_wrap .con01 strong {font-size: 30px;margin-bottom: 30px;}
.sub0107_wrap .con01 em {font-size: 20px;}
.sub0107_wrap .con01 p {font-size: 16px;line-height: 24px; margin-top: 10px;}

.sub0107_wrap .con02 {margin-top: 60px; gap:20px;}
.sub0107_wrap .con02 em {font-size: 14px;}
.sub0107_wrap .con02 p {font-size: 14px; margin-top: 10px;}

.sub0107_wrap .con03 {margin-top: 60px; gap:20px;}
.sub0107_wrap .con03 table.tbl01 tr th {font-size: 16px; padding:10px;}
.sub0107_wrap .con03 table.tbl01 tr td  {font-size: 14px; padding:10px;}

.sub0107_wrap .con04 {margin-top: 60px; gap:20px;}
.sub0107_wrap .con04 .box_wrap ul {flex-direction: column; gap:20px;}
.sub0107_wrap .con04 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0107_wrap .con04 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0107_wrap .con04 .box_wrap ul li .box em {font-size: 20px;}
.sub0107_wrap .con04 .box_wrap ul li .box strong {font-size: 20px;}

.sub0107_wrap .con05 {margin-top: 60px; gap:20px;}
.sub0107_wrap .con05 .box {padding:20px;}
.sub0107_wrap .con05 .box ul:first-child {margin-right: 30px;}
.sub0107_wrap .con05 .box ul li {font-size: 14px;line-height: 24px;}
.sub0107_wrap .con05 .box ul li:before {top:8px;}

/* sub0108 */
.sub0108_wrap h5 {font-size: 25px;}
.sub0108_wrap h5 span {font-size: 15px;}

.sub0108_wrap .con01 strong {font-size: 30px;margin-bottom: 30px;}
.sub0108_wrap .con01 em {font-size: 20px;}
.sub0108_wrap .con01 p {font-size: 16px;line-height: 24px; margin-top: 10px;}

.sub0108_wrap .con02 {margin-top: 60px; gap:20px;}

.sub0108_wrap .con03 {margin-top: 60px; gap:20px;}
.sub0108_wrap .con03 .box_wrap ul {flex-direction: column; gap:20px;}
.sub0108_wrap .con03 .box_wrap ul li.arrow {margin-top: 0; transform:rotate(90deg); flex-direction: column; }
.sub0108_wrap .con03 .box_wrap ul li .box {gap:20px; width: 100%; padding:30px 0;}
.sub0108_wrap .con03 .box_wrap ul li .box em {font-size: 20px;}
.sub0108_wrap .con03 .box_wrap ul li .box strong {font-size: 20px;}

.sub0108_wrap .con04 {margin-top: 60px; gap:20px;}
.sub0108_wrap .con04 .box {padding:20px;}
.sub0108_wrap .con04 .box ul:first-child {margin-right: 30px;}
.sub0108_wrap .con04 .box ul li {font-size: 14px;line-height: 24px;}
.sub0108_wrap .con04 .box ul li:before {top:8px;}

/* sub0201 */
.sub0201_wrap h5 {width:200px; font-size: 25px;}
.sub0201_wrap h5 span {font-size: 15px;}

.sub0201_wrap .con01 {padding: 20px 30px;gap: 20px;}
.sub0201_wrap .con01 img{width:100%;}
.sub0201_wrap .con01 strong {font-size: 25px; line-height: 1.5;}

.sub0201_wrap .con02 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0201_wrap .con02 p {font-size: 14px;}

.sub0201_wrap .con03 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0201_wrap .con03 p {font-size: 14px;line-height: 1.5;}
.sub0201_wrap .con03 .box { margin-top: 20px;}
.sub0201_wrap .con03 ul {margin-right: 0px; grid-template-columns: repeat(1, 1fr);     gap: 0 10px; }
.sub0201_wrap .con03 ul:last-child {margin-right: 0;}
.sub0201_wrap .con03 ul li {color: #444;font-size: 14px;line-height: 2; position: relative; padding-left: 15px;}
.sub0201_wrap .con03 ul li:before {content:""; position: absolute; top:12px; left:0; width: 4px;height: 4px; border-radius:50%; background: #25499e;}
.sub0201_wrap .con03 ul li:last-child {grid-column: 1 / 1;}

.sub0201_wrap .con04 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0201_wrap .con04 .box {padding:20px; flex-direction: column; gap: 0px;}
.sub0201_wrap .con04 .box:after {content:""; position: absolute; bottom:0px; right:-40px; width:170px; height:130px; background: url('/images/sub/sub0101_logo.png') no-repeat;}
.sub0201_wrap .con04 .box ul {margin-right: 0px;}
.sub0201_wrap .con04 .box ul li {;font-size: 14px;line-height: 2; padding-left: 15px;}
.sub0201_wrap .con04 .box ul li:before {content:""; position: absolute; top:12px; left:0; width: 4px;height: 4px; border-radius:50%; background: #25499e;}


/* sub0202 */
.sub0202_wrap .con01 strong {font-size: 25px;}
.sub0202_wrap .con01 strong i{display: block;}
.sub0202_wrap .con01 span {font-size: 15px;}
.sub0202_wrap .con02{margin-top: 40px;  gap:15px;}
.sub0202_wrap .con02 p{font-size: 14px;}
.sub0202_wrap .con02 ul {margin-top: 10px; }
.sub0202_wrap .con02 ul li{padding-left: 10px; font-size: 14px;}
.sub0202_wrap .con02 ul li:before {content: "";position: absolute;top: 12px;left: 0;width: 4px;height: 4px;border-radius: 50%;background: #25499e;}
.sub0202_wrap .con03{margin-top: 40px;}


/* sub0301 */
.sub0301_wrap h5 {width:100%; font-size: 25px;}
.sub0301_wrap h5 span {font-size: 15px;}
.sub0301_wrap h5 br{display: none;}

.sub0301_wrap .con01 {padding: 20px 30px; gap:20px;}
.sub0301_wrap .con01 strong {font-size: 25px; line-height: 1.5;}
.sub0301_wrap .con01 img{width:100%;}
.sub0301_wrap .con02 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0301_wrap .con02 p {font-size: 14px;line-height: 1.5; word-break:keep-all;}

.sub0301_wrap .con03 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0301_wrap .con03 .box_wrap ul {display: flex; flex-wrap: wrap; justify-content: center; gap:15px 10px;}
.sub0301_wrap .con03 .box_wrap ul li {width: 48%;height: 170px; }
.sub0301_wrap .con03 .box_wrap ul li img {margin-bottom: 15px;}
.sub0301_wrap .con03 .box_wrap ul li p {font-size: 16px;line-height: 1.5;}
.sub0301_wrap .con03 .box_wrap ul li span {font-size: 12px;line-height: 1.2;}
.sub0301_wrap .con03 .box_wrap ul li span i{display: block;}

.sub0301_wrap .con04 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0301_wrap .con04 .txt_box {display: flex; flex-direction: column;}
.sub0301_wrap .con04 .txt_box ul {margin-right: 0px;}
.sub0301_wrap .con04 .txt_box ul:last-child {margin-right: 0;}
.sub0301_wrap .con04 .txt_box ul li {font-size: 14px;line-height: 2;}
.sub0301_wrap .con04 .txt_box ul li:before {content:""; position: absolute; top:12px; left:0; width: 4px;height: 4px; border-radius:50%; background: #25499e;}

/* sub0302 */
.sub0302_wrap h5 {width:100%; font-size: 25px;}
.sub0302_wrap h5 span {font-size: 15px;}
.sub0302_wrap h5 br{display: none;}

.sub0302_wrap .con01  {padding: 20px 30px; gap:20px;}
.sub0302_wrap .con01 strong {font-size: 25px; line-height: 1.5;}
.sub0302_wrap .con01 img{width:100%;}
.sub0302_wrap .con02 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0302_wrap .con02 p {font-size: 14px;line-height: 1.5; word-break:keep-all;}

.sub0302_wrap .con03 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0302_wrap .con03 p {font-size: 14px;line-height: 1.5; word-break:keep-all;}

.sub0302_wrap .con04 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0302_wrap .con04 .txt_box {display: flex; flex-direction: column;}
.sub0302_wrap .con04 .txt_box ul {flex: 1 0 0; margin-right: 0px;}
.sub0302_wrap .con04 .txt_box ul:last-child {margin-right: 0;}
.sub0302_wrap .con04 .txt_box ul li {font-size: 14px;line-height: 2;}
.sub0302_wrap .con04 .txt_box ul li:before {content:""; position: absolute; top:12px; left:0; width: 4px;height: 4px; border-radius:50%; background: #25499e;}

/* sub0303 */
.sub0303_wrap h5 {width:100%;font-size: 25px;}

.sub0303_wrap .con01{padding: 20px 30px; gap:20px;}
.sub0303_wrap .con01 strong{font-size: 25px; line-height: 1.5;}
.sub0303_wrap .con01 strong span {font-size: 20px;line-height: 1.3;}
.sub0303_wrap .con01 img{width:100%;}
.sub0303_wrap .con02 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0303_wrap .con02 p {font-size: 14px;line-height: 1.5; word-break:keep-all;}

.sub0303_wrap .con03 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0303_wrap .con03 .box_wrap ul { display: grid;         grid-template-columns: repeat(2, 1fr); gap:20px; }
.sub0303_wrap .con03 .box_wrap ul li {display: flex; flex-direction: column; align-items: center; gap:10px; } 
.sub0303_wrap .con03 .box_wrap ul li .top_box {display: flex;align-items: center; justify-content: center;width: 100%;  padding: 10px 5px;}
.sub0303_wrap .con03 .box_wrap ul li .top_box strong {font-size: 15px;}
.sub0303_wrap .con03 .box_wrap ul li .top_box strong span {font-size: 20px;}
.sub0303_wrap .con03 .box_wrap ul li .bot_box { padding:15px; }
.sub0303_wrap .con03 .box_wrap ul li .bot_box p {font-size: 14px;line-height: 1.5; }
.sub0303_wrap .con03 .box_wrap ul li .bot_box p span{flex-basis:30px;}

.sub0303_wrap .con04 {display: flex; margin-top: 50px; flex-direction: column;gap: 20px;}
.sub0303_wrap .con04 ul li {font-size: 16px;line-height: 1.8; position: relative; padding-left: 15px;}
.sub0303_wrap .con04 ul li:before {content:""; position: absolute; top:12px; left:0; width: 4px;height: 4px; border-radius:50%; background: #25499e;}


/* sub0501 */
.sub0501_wrap .con01 {height:480px; margin-bottom:60px;}
.sub0501_wrap .con01 strong {font-size:25px; line-height:45px; margin-bottom:20px;}
.sub0501_wrap .con01 p {font-size:16px;line-height:24px; margin-bottom:10px;}

.sub0501_wrap .box_wrap {padding:60px 0;}
.sub0501_wrap .con02 h5 {font-size:30px; line-height: 30px; margin-bottom: 25px;}
.sub0501_wrap .con02 .grid_wrap {gap:30px;}
.sub0501_wrap .con02 .grid_wrap .grid_box {width:100%; min-height: 240px; gap:30px; border-radius: 10px;}
.sub0501_wrap .con02 .grid_wrap .grid_box p {font-size:16px; line-height:24px;}

.sub0501_wrap .con03 {margin-top:80px;}
.sub0501_wrap .con03 h5{font-size:30px; line-height: 30px; margin-bottom: 25px;}
.sub0501_wrap .con03 .grid_wrap {gap:20px;}
.sub0501_wrap .con03 .grid_wrap .grid_box {width:100%; min-height: 240px;  gap:30px; border-radius: 10px;}
.sub0501_wrap .con03 .grid_wrap .grid_box p{font-size:16px; line-height:24px;}

.sub0501_wrap .con04 {height:auto; padding:40px 0;}
.sub0501_wrap .con04:after {opacity:0.3; content:""; position: absolute; bottom:0; right:0; width: 300px	; height: 220px;}
.sub0501_wrap .con04 strong {display:block; color: #FFF;font-size:35px;line-height:55px; margin-top: 10px;}


/* sub0502 */
.sub0502_wrap .con01 {margin-bottom:60px;}
.sub0502_wrap h5 {font-size:48px; line-height:56px; margin-bottom:20px;}
.sub0502_wrap .box_wrap {flex-direction: column; gap:60px;}

.sub0502_wrap .box_wrap .left_box span {font-size: 12px;line-height:24px;}
.sub0502_wrap .box_wrap ul.history_wrap {max-height:600px;}
.sub0502_wrap .box_wrap ul.history_wrap li {gap:120px; margin-bottom: 20px;} 
.sub0502_wrap .box_wrap ul.history_wrap li strong {font-size:25px;}
.sub0502_wrap .box_wrap ul.history_wrap li:nth-of-type(1) strong::before {content:""; position: absolute; top:11px; left:136px; width: 10px;height: 10px; background: #25499e; border-radius:50%; z-index: 1;}
.sub0502_wrap .box_wrap ul.history_wrap li:nth-of-type(1) strong::after {content:""; position: absolute; left:125px; width: 32px;height: 32px; background: #fff; border-radius:50%; border:5px solid #25499e; }
.sub0502_wrap .box_wrap ul.history_wrap li strong:before {content:""; position: absolute; top:11px; left:136px; width: 10px;height: 10px; background: #000; border-radius:50%; z-index: 1;}
.sub0502_wrap .box_wrap ul.history_wrap li strong.color_b:before {content:""; position: absolute; top:11px; left:136px; width: 10px;height: 10px; background: #25499e; border-radius:50%; z-index: 1;}
.sub0502_wrap .box_wrap ul.history_wrap li p {color: #444; font-size: 18px; line-height: 1.5;}
.sub0502_wrap .box_wrap ul.history_wrap span.line {position: absolute; left: 140px; width: 2px;height:740px; background: #ddd;}

.sub0502_wrap .con02 {width:100%; height:auto;}
.sub0502_wrap .con02 .inner{padding: 60px 2.6%;}
.sub0502_wrap .con02 strong {font-size:40px; line-height:60px;}
.sub0502_wrap .con02 p {font-size: 18px;line-height:32px; margin-bottom: 5px; margin-top:15px;}
.sub0502_wrap .con02 ul {gap:15px; margin-top: 30px;}
.sub0502_wrap .con02 ul li {gap:8px; padding:10px 30px; border-radius:8px;}
.sub0502_wrap .con02 ul li em {font-size: 18px;line-height:28px;}
.sub0502_wrap .con02 ul li span {font-size:18px;line-height:28px;}

/* sub0503 */
.sub0503_wrap .con {margin-bottom:60px;}
.sub0503_wrap h5 {font-size:25px; margin-bottom:15px;}
.sub0503_wrap .box_wrap ul {gap:20px;}
.sub0503_wrap .box_wrap ul li {width:calc((100% - 20px) / 2); font-size:16px;}


/* sub0504 */
.sub0504_wrap .root_daum_roughmap .wrap_map {height:350px;}
.sub0504_wrap .info_box {margin-top:20px;}
.sub0504_wrap .info_box ul {flex-direction: column; gap:15px;}
.sub0504_wrap .info_box ul li {gap:20px;}
.sub0504_wrap .info_box ul li span {font-size:16px;}
.sub0504_wrap .info_box ul li img{width:40px;}


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

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

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