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

.main_tit h3{font-size: 1.438rem;}
.section{padding-block:40px;}
.more_btn{font-size: 0.75rem; color: #555;}

/* nav_btn */
.nav_btn {width: 31px; height: 18px;position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.nav_btn span,
.nav_btn span::before,
.nav_btn span::after{display: block; position: absolute; width: 100%; height: 2px;  background-color: #fff; transition: all 0.3s ease-in-out;}.nav_btn span::before { content: ""; top: -7px;}
.nav_btn span::after{content: "";top: 7px;}
.nav_btn.on span{background-color: transparent;}
#header .nav_btn.on span::before {top: 0; transform: rotate(45deg); background: #222;}
#header .nav_btn.on span::after {top: 0;transform: rotate(-45deg); background: #222;}
.nav_btn.on span, .nav_btn.on span::before, .nav_btn.on span::after{background: transparent;}

/* navigation */ #header.on .nav_btn{right: 2.66%; width: 25px; height: 25px;} 
.navigation{top: 60px;} 
.navi_bg{top: 60px;} 
.navigation h3 a{height: 50px; padding: 0 10px; font-size: 0.75rem;} 
.navigation h3 a:after{right: 10px; width: 16px; height: 10px;} 
.navigation ul{padding:10px 0;}
.navigation ul li a{font-size: 12px; margin-left: 10px; line-height: 25px;}

/* header */
#header{height: 60px;}
#header .inner{height: 100%;}
#header h1 a{width: 109px; height: 20px;}
#header .lng_wrap{gap:15px;}
#header .lng_wrap a{font-size: 0.75rem;}
#header .lng_wrap span{width: 15px;}
#header .lng_wrap span img{width: 100%; height: 100%; object-fit: contain;}
#header .head_con{display: flex; gap:20px;}

/* quick */
#main_quick{position: fixed; right: 20px; bottom: 60px; z-index: 9999;}
#main_quick ul li{background: rgb(0,0,0,.5); border-radius:50%;}
#main_quick ul li:not(:last-child){margin-bottom: 6px;}
#main_quick ul li a .quick_icon{display: flex; width: 36px; height: 36px; aspect-ratio:1; align-items: center; justify-content: center;}
#main_quick ul li .label {position: absolute; right: 0px;width: 120px;	height: 36px; 	line-height: 36px; padding-inline: 15px; background: #2c3e50; color: #fff; font-size: 0.75rem; border-radius: 35px; white-space: nowrap; opacity: 0; transform: translateX(10px); pointer-events: none; transition: all 0.3s ease;}
#main_quick ul li a span img{width: 20px;}

/* visual */
#visual_wrap .txt_wrap{top: 45%; left: 50%; transform:translate(-50%, -50%); width: 80%; text-align: center;}
#visual_wrap .txt_wrap h2{font-size: 1.875rem; line-height: 1.4;}
#visual_wrap .txt_wrap p{width: 100%; font-size: 0.938rem; padding-top: 20px; word-break: normal;}
#visual_wrap .visual_items{left: 50%; transform:translateX(-50%); font-size: 0.875rem;}
#visual_wrap .prev_btn{background: url(/images/main/main_prev.png)center no-repeat; background-size:cover; width: 14px; height: 25px;	left: 10px;}
#visual_wrap .next_btn{background: url(/images/main/main_next.png)center no-repeat; background-size:cover; width: 14px; height: 25px; right: 10px;}


/* section01 */
#section01{padding-block:55px; background-size: 50%, 50%;}
#section01 .sec01_top{align-items: center; flex-direction: column; gap: 20px;}
#section01 .main_tit{text-align: center;}
#section01 .main_tit h3{font-size: 1.563rem;}
#section01 .main_tit p{font-size: 0.75rem; padding-top: 20px;}
#section01 .main_tit p span{display: block;}
#section01 .sec01_con{padding-top: 40px;}
#section01 .sec01_con ul{flex-direction: column; gap: 10px;}
#section01 .sec01_con ul li{flex-direction: row}
#section01 .sec01_con ul li p{font-size: 0.875rem;}
#section01 .sec01_con ul li span{width: 110px; height:110px; padding: 25px; box-shadow: 3px 3.2px 5px 2px rgba(18, 23, 51, 0.07);}
#section01 .sec01_con ul li span img{width: 100%;}
#section01 .sec01_con ul li:first-child span img{width: 75%;}

/* section02 */
#section02{background: url('/images/main/sec02_bg_mob.jpg')center no-repeat; background-size:cover;}
#section02 .sec02_con{margin-top: 35px;}
#section02 .sec02_con ul{flex-direction: column; align-items: center; gap: 25px;}
#section02 .sec02_con ul li span{font-size: 0.875rem;}
#section02 .sec02_con ul li span strong{font-size: 1.563rem;}
#section02 .sec02_con ul li p{font-size: 0.813rem; padding-top: 15px;}

/* section03 */
#section03 .sec03_con{margin-top: 45px;}
#section03 .sec03_con ul{grid-template-columns: repeat(2, 1fr); gap:10px 20px;}
#section03 .sec03_con ul li em{font-size: 1.938rem;}
#section03 .sec03_con ul li div{padding-bottom: 15px;}
#section03 .sec03_con ul li div p{font-size: 1rem; padding-bottom: 15px;}
#section03 .sec03_con ul li div p::after{width: 30px; height: 2px;}
#section03 .sec03_con ul li span{padding-top: 20px; width: 65px; height: 65px; margin: 0 auto;}
#section03 .sec03_con ul li span img {width: 100%; height: 100%;object-fit: contain;}

/* section04 */
#section04 .sec04_con{gap:30px; padding: 0 2.66%; flex-direction: column;}
#section04 .sec04_con:not(:last-child){margin-bottom: 35px;}
#section04 .sec04_con:nth-child(even){flex-direction: column;}
#section04 .sec04_con .img_box{width: 100%;}
#section04 .sec04_con .img_box img{width: 100%; aspect-ratio: 1.775 / 1; object-fit: cover;}
#section04 .sec04_con .txt_box{width: 100%;}
#section04 .sec04_con .txt_box h3{font-size: 1.25rem;}
#section04 .sec04_con .txt_box p{font-size: 0.75rem; padding-top: 15px;}
#section04 .sec04_con .txt_box h3::after{width: 20px; height: 20px; top: -10px; right: -10px;}
#section04 .sec04_con .txt_box .more_btn{margin-top: 35px;}
#section04 .sec04_con:nth-child(even) .txt_box h3::after{right: auto; left: -10px;}

/* section05 */
#section05 .sec05_con {gap:30px; padding: 0 2.66%; flex-direction: column;}
#section05 .sec05_con .img_box{width: 100%;}
#section05 .sec05_con .img_box img{width: 100%; aspect-ratio: 1.775 / 1; object-fit: cover;}
#section05 .sec05_con .txt_wrap{width: 100%;}
#section05 .sec05_con .txt_wrap h3{font-size: 1.25rem;}
#section05 .sec05_con .txt_wrap p{font-size: 0.75rem; padding-top: 15px;}
#section04 .sec04_con .txt_wrap .more_btn{margin-top: 35px;}

/* rolling */
#rolling{padding-block:40px;}
#rolling ul li{height: 50px; padding: 5px;}

/* footer */
#footer{padding-block:28px;}
#footer .inner{flex-direction: column-reverse; align-items: center;}
#footer .info_wrap ul {margin-top:20px;}
#footer .info_wrap li{flex-wrap: wrap; justify-content: center;}
#footer .info_wrap{font-size: 0.75rem;}

/* ===sub======================================= */
#sub_visual_wrap > p{height: 300px;}
#sub_visual_wrap .txt_wrap h2{font-size: 2.25rem; color: #fff; font-weight: 700;text-align: center; margin-bottom: 20px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:20px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 0.875rem; color: #fff; font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -12px; top: 50%; transform:translateY(-50%); width: 3px; height: 3px; background: #fff; border-radius:50%;}
#sub_visual_wrap .txt_wrap ul.sub_nav li img{width: 16px;}

#sub_contents{padding-block:70px;}
.contop{padding-bottom: 40px;}
.contop h3{font-size: 1.75rem; color: #222222; text-align: center;}

/* 공통 */
h5.h5_tit {font-size: 1.125rem; color: #222; font-weight: 700; position: relative; padding-left: 34px; margin-bottom: 30px; word-break: normal;}
h5.h5_tit:before {position: absolute; content:''; width: 20px; height: 20px; background: url(/images/sub/h5_tit.png)no-repeat; top: 50%;left: 0;transform: translateY(-50%);background-size: cover;}

/* sub0101 */
.sub0101_wrap .img_box{background: url('/images/sub/sub0101_bg.jpg')center no-repeat; background-size:cover; padding-block:25px; padding-inline:25px;}
.sub0101_wrap .img_box .txt_box{color: #fff; padding-bottom: 50px;}
.sub0101_wrap .img_box .txt_box strong{font-size: 1.125rem;}
.sub0101_wrap .img_box .txt_box p{font-size: 0.875rem; line-height: 1.4; margin-top: 15px; word-break:normal;}
.sub0101_wrap .info_wrap {display: flex; flex-wrap:wrap; gap: 20px 10px; padding-block: 30px; padding-inline:10px;}
.sub0101_wrap .row {display: flex; width: 100%; align-items: center; gap: 15px;}
.sub0101_wrap .row.row_long{width: 100%;}
.sub0101_wrap .row:last-child{align-items: flex-start; flex-direction: column;}
.sub0101_wrap .row:last-child .content{padding-block:0;}
.sub0101_wrap .label {width: 90px; background-color: #ff6600; color: #fff;font-size: 0.875rem; padding: 8px; border-radius: 30px; text-align: center;}
.sub0101_wrap .content {font-size: 0.75rem; flex: 1; color: #222;}
.sub0101_wrap .content ul {padding-left: 20px; margin: 0;}
.sub0101_wrap .branch{display: flex; gap:10px;}
.sub0101_wrap .branch:not(:last-child){margin-bottom: 25px;}
.sub0101_wrap .branch strong{width: 100px; flex-shrink:0; color: var(--co01); font-size: 0.875rem; font-weight: 400;}
.sub0101_wrap .branch strong span{position: relative; padding-left: 10px; white-space: nowrap; font-size: 12px;}
.sub0101_wrap .branch strong span::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: var(--co01); border-radius:50%;}
.sub0101_wrap .branch p span{display: inline;}

/* sub0102 */
.sub0102_wrap .con01 .box_wrap{gap:20px;}
.sub0102_wrap .con01 .box_wrap .box{width: 100%;}
.sub0102_wrap .con01 .box_wrap .box .top{height: 50px; padding: 12px 16px;}
.sub0102_wrap .con01 .box_wrap .box .top h4{font-size: 1.25rem;}
.sub0102_wrap .con01 .box_wrap .box .bottom{padding: 15px; min-height: 150px;}
.sub0102_wrap .con01 .box_wrap .box .bottom ul{gap:15px 10px;}
.sub0102_wrap .con01 .box_wrap .box .bottom ul li:before{width: 4px; height: 4px;}
.sub0102_wrap .con01 .box_wrap .box.b3 .bottom ul{gap:15px 10px;}
.sub0102_wrap .con02{flex-direction: column; margin-top: 50px;}
.sub0102_wrap .con03 .box_wrap .left_box .box h4 {font-size: 16px;}
.sub0102_wrap .con03 .box_wrap .left_box .box p {font-size: 12px;}
.sub0102_wrap .con03 .box_wrap .left_box .box img {width:10%;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box h4 {font-size: 16px;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box ul li {font-size:12px;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box ul li:before {width: 4px; height: 4px; top:10px;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box {flex-direction: column; gap:20px;}
.sub0102_wrap .con03 .box_wrap .right_box .txt_box .box {width: 100%;}
.sub0102_wrap .con04 .box_wrap .right_box .box img {width:10%;}
.sub0102_wrap .con04 .box_wrap .right_box .box h4 {font-size: 16px;}
.sub0102_wrap .con04 .box_wrap .right_box .box p {font-size:12px;}
.sub0102_wrap .con05 .box {flex-wrap: wrap; gap:20px; justify-content: space-around;}
.sub0102_wrap .con05 .box .txt_box {width: 47%; margin-bottom: 0;}
.sub0102_wrap .con05 .box .txt_box h4 {font-size: 16px;}
.sub0102_wrap .con05 .box .txt_box p {font-size:12px;}
.sub0102_wrap .con05 strong {display:block; font-size: 14px; line-height: 1.5; margin-top:20px;}
.sub0102_wrap .con07 strong {font-size: 14px; text-align:left;}
.sub0102_wrap .con07 img {width:100%;}
.sub0102_wrap .step_wrap p.line {position:absolute; content:""; width:1px; height:110%; top:-20px; left:6%; z-index:-1; background:#ddd;}
.sub0102_wrap .step_wrap .right {margin-bottom:50px;}
.sub0102_wrap .step_wrap .right .txt {padding-top:6px;}
.sub0102_wrap .step_wrap .right .txt h4 {font-size: 16px;}
.sub0102_wrap .step_wrap .right .txt p {font-size:12px;}
.sub0102_wrap .step_wrap .right .txt h4, .sub0102_wrap .step_wrap .right .txt p {margin-left:50px;}
.sub0102_wrap .step_wrap .right1 .txt::before {position:absolute; content:""; width:40px; height:40px; top:0; left:-10%; background: url("/images/sub/sub0102_icon09.png"); background-size: cover;}
.sub0102_wrap .step_wrap .right1 .txt::after {position:absolute; content:""; width:50px; height:2px; top:19px; left: -5%; z-index:-1; background: #ddba2c;}
.sub0102_wrap .step_wrap .right2 .txt::before {position:absolute; content:""; width:40px; height:40px; top:0; left:-10%; background: url("/images/sub/sub0102_icon10.png"); background-size: cover;}
.sub0102_wrap .step_wrap .right2 .txt::after {position:absolute; content:""; width:50px; height:2px; top:19px; left: -5%; z-index:-1; background: #d04073;}
.sub0102_wrap .step_wrap .right3 .txt::before {position:absolute; content:""; width:40px; height:40px; top:0; left:-10%; background: url("/images/sub/sub0102_icon11.png"); background-size: cover;}
.sub0102_wrap .step_wrap .right3 .txt::after {position:absolute; content:""; width:50px; height:2px; top:19px; left: -5%; z-index:-1; background: #d77a6b;}
.sub0102_wrap .step_wrap .right4 .txt::before {position:absolute; content:""; width:40px; height:40px; top:0; left:-10%; background: url("/images/sub/sub0102_icon12.png"); background-size: cover;}
.sub0102_wrap .step_wrap .right4 .txt::after {position:absolute; content:""; width:50px; height:2px; top:19px; left: -5%; z-index:-1; background: #48a8d8;}
.sub0102_wrap .con08 .box {padding:15px;}

/* sub0201 */
.sub0201_wrap .con01 img{width: 100%; height: 200px; object-fit:cover;}
.sub0201_wrap .con01 .box{top: 20px; left: 20px; padding-right: 20px;}
.sub0201_wrap .con01 .box b{font-size: 1.125rem; margin-bottom: 10px;}
.sub0201_wrap .con01 .box p{font-size: 1rem; word-break:normal;}
.sub0201_wrap .con02{margin-top: 50px;}
.sub0201_wrap .con02 .box_wrap{flex-direction: column; gap: 30px;}
.sub0201_wrap .con02 .box_wrap .inn_wrap{width: 100%; gap:15px; flex-direction: column;}
.sub0201_wrap .con02 .box_wrap .inn_box{justify-content: flex-start; padding:15px;}
.sub0201_wrap .con02 .box_wrap .inn_box ul{margin-top: 20px;}
.sub0201_wrap .con02 .box_wrap .inn_box span{font-size: 1rem;}
.sub0201_wrap .con02 .box_wrap .inn_box ul li{font-size: 0.875rem;}
.sub0201_wrap .con02 .box_wrap .inn_box ul li:before{width: 4px; height: 4px;}
.sub0201_wrap .con02 .box_wrap .inn_box02{padding-top: 40px;}
.sub0201_wrap .con02 .box_wrap .inn_box02:before{background-size: cover; top: 0; left: 50%; transform:translateX(-50%) rotate(90deg); width: 26px; height: 16px;}
.sub0201_wrap .con02 .box_wrap .inn_box02 p{font-size: 1.125rem;}
.sub0201_wrap .con03{margin-top: 50px;}
.sub0201_wrap .con03 img{width: 100%; height: 200px; object-fit:cover;}
.sub0201_wrap .con03 .box{top: 20px; left: 20px; padding-right: 20px;}
.sub0201_wrap .con03 .box b{font-size: 1.125rem; margin-bottom: 10px;}
.sub0201_wrap .con03 .box p{font-size: 1rem;}
.sub0201_wrap .con04{margin-top: 50px;}
.sub0201_wrap .con04 .inn_box ul{margin: 30px 0;}
.sub0201_wrap .con04 .inn_box ul li{font-size: 0.875rem; margin-bottom: 20px; padding-left: 30px; word-break:normal;}
.sub0201_wrap .con04 .inn_box ul li:before{width: 18px; height: 18px; background-size:cover;}
.sub0201_wrap .con04 .inn_box02{padding: 20px;}
.sub0201_wrap .con04 .inn_box02 p{font-size: 1rem; word-break:normal;}
.sub0201_wrap .con05 {margin-top:50px;}
.sub0201_wrap .con05 > p {font-size: 16px; color:#222; line-height:1.5; text-align:center;}
.sub0201_wrap .con05 .table_wrap {margin-top:50px;}
.sub0201_wrap .con05 .table_wrap h6 {font-size: 18px; color:#222; margin-bottom:30px; padding-left:20px; position:relative;}
.sub0201_wrap .con05 .table_wrap h6:before {position:absolute; content:''; background:#f36e20; top: 8px;left:0; width:8px; height:8px; background-size: cover;}
.sub0201_wrap .con05 .table_wrap table.tg {width:100%; border-top:1px solid #ddd; }
.sub0201_wrap .con05 .table_wrap table.tg th { border-bottom:2px solid #f36e20; padding:10px 15px;  font-size: 16px; color:#222; text-align:center;}
.sub0201_wrap .con05 .table_wrap table.tg th:first-child {border-right:1px solid #ddd;}
.sub0201_wrap .con05 .table_wrap table.tg td {border-bottom:1px solid #ddd; padding:10px 15px; font-size: 14px; color:#222; text-align:center;}
.sub0201_wrap .con05 .table_wrap table.tg td:first-child {border-right:1px solid #ddd;}
.sub0201_wrap .con05 .str_wrap {margin-top:50px;}
.sub0201_wrap .con05 .str_wrap h6 {font-size: 18px; color:#222; margin-bottom:30px; padding-left:20px; position:relative;}
.sub0201_wrap .con05 .str_wrap h6:before {position:absolute; content:'';background:#f36e20; top: 8px;left:0; width:8px; height:8px; background-size: cover;}
.sub0201_wrap .con05 .str_wrap .list_box ul li {margin-bottom:30px; }
.sub0201_wrap .con05 .str_wrap .list_box ul li p {font-size: 14px; color:#222; margin-bottom:10px; padding-left:0;}
.sub0201_wrap .con05 .str_wrap .list_box ul li span {font-size: 12px; color:#555; margin-bottom:30px; padding-left:0;}
.sub0201_wrap .con05 .pro_wrap {margin-top:50px;}
.sub0201_wrap .con05 .pro_wrap h6 {font-size: 18px; color:#222; margin-bottom:30px; padding-left:20px; position:relative;}
.sub0201_wrap .con05 .pro_wrap h6:before {position:absolute; content:''; background:#f36e20; top: 8px;left:0; width:8px; height:8px; background-size: cover;}
.sub0201_wrap .con05 .pro_wrap .list_box ul li {margin-bottom:30px; }
.sub0201_wrap .con05 .pro_wrap .list_box ul li p {font-size: 14px; color:#222; margin-bottom:10px; padding-left:0;}
.sub0201_wrap .con05 .pro_wrap .list_box ul li span {font-size: 12px; color:#555; margin-bottom:30px; padding-left:0;}
.sub0201_wrap .con05 .pro_wrap .link_box {display:flex; align-items: center; justify-content: center; width:235px; padding:10px 20px; background:#f36e20; margin: 50px auto 0;}
.sub0201_wrap .con05 .pro_wrap .link_box a {color:#fff; font-size: 12px;}
.sub0201_wrap .con_box .txt_box {padding-right: 20px;}
.sub0201_wrap .con_box .txt_box p {font-size: 18px; word-break:normal;}
.sub0201_wrap .con_box img {width: 100%; height: 200px; object-fit: cover;}
.sub0201_wrap .con06 ul li {font-size: 14px; word-break:normal; padding: 40px 20px 20px;}
.sub0201_wrap .con06 ul li span {font-size: 14px; width: 280px;}


/* sub0202 */
.sub0202_wrap .con{flex-direction: column; gap: 30px;}
.sub0202_wrap .con .txt_box{width: 100%; gap: 20px;}
.sub0202_wrap .con .txt_wrap{padding: 15px;}
.sub0202_wrap .con .txt_wrap p.blod{font-size: 1.125rem; margin-bottom: 15px;}
.sub0202_wrap .con .txt_wrap p{font-size: 0.875rem; word-break:normal;}

/* sub0301 */
/* .sub0301_wrap .con01{height: 200px; background-size:cover;}
.sub0301_wrap .con01 ul{gap:10px; flex-direction: column;}
.sub0301_wrap .con01 ul li{font-size: 0.875rem; border: 2px solid #fff; padding: 6px 15px; text-align: center;}
.sub0301_wrap .con02{margin-top: 50px;}
.sub0301_wrap .con02 p{padding: 20px; font-size: 0.875rem;}
.sub0301_wrap .con02 h4{font-size: 1rem; margin-top: 40px;}
.sub0301_wrap .con02 ul{flex-wrap: wrap; justify-content: space-around; gap:15px;}
.sub0301_wrap .con02 ul li{width: 48%; height: 130px; padding: 10px; font-size: 0.875rem;}
.sub0301_wrap .con02 ul li span{font-size: 1.5rem;}
.sub0301_wrap .con02 span{font-size: 0.875rem;} */
.sub0301_wrap .con01 .txt_wrap {background:url(/images/sub/sub0301_img01.jpg); height:350px; margin-bottom:30px; display:flex; justify-content: center; flex-direction: column; gap:30px;}
.sub0301_wrap .con01 .txt_wrap .txt_box2 {display:flex; align-items: center; justify-content: center; gap:20px; flex-direction: column;}
.sub0301_wrap .con01 .txt_wrap .txt_box {width:90%; padding: 20px 10px; border:1px solid #fff; color:#fff;}
.sub0301_wrap .con01 .txt_wrap .txt_box h6 {font-size:20px; margin-bottom:10px;}
.sub0301_wrap .con01 .txt_wrap .txt_box p {font-size:18px; word-break: normal;}
.sub0301_wrap .con01 .txt_wrap strong {font-size:18px; color:#fff; text-align:center; line-height:1.5; padding: 0 10px; word-break: normal;}
.sub0301_wrap .con02 strong {word-break: normal;}
.sub0301_wrap .con02 ul {flex-direction: column;}
.sub0301_wrap .con02 ul > li {width:100%; padding: 20px 15px 25px; margin-top:10px; border-radius: 35px;}
.sub0301_wrap .con02 ul li span {top: 16px;}
 .sub0301_wrap .con_box strong {font-size:14px; color:#222; word-break: normal;}
 .sub0301_wrap .con_box .con h6 {font-size:16px;}
 .sub0301_wrap .con_box .con .list_box {padding: 10px 20px;}
 .sub0301_wrap .con_box .con .list_box ul li {font-size:12px;}
 .sub0301_wrap .con_box .con .list_box ul ol li {font-size:12px;}
/*
.sub0301_wrap .con_box {display:flex; flex-wrap: wrap; justify-content: space-between; gap:25px; margin-top:50px;}
.sub0301_wrap .con_box .con {width:100%; border:1px solid #ddd; border-radius:15px; padding: 20px 30px;}
.sub0301_wrap .con_box .con h6 {font-size:20px; color:#f36e20; margin-bottom:10px;}
.sub0301_wrap .con_box .con .list_box ul li {margin-bottom:15px; font-size:14px; color:#222; margin-left:25px; position:relative;}
.sub0301_wrap .con_box .con .list_box ul li:before {content:""; position:absolute; border-radius:50%; background:#f36e20; top: 8px;left:-15px;width:6px; height:6px;}
.sub0301_wrap .con_box .con .list_box ul li span {font-weight:600;} */
.sub0301_wrap .con08 {margin-top:50px;}
.sub0301_wrap .con08 table.tg {width:100%; border-top:1px solid #ddd; }
.sub0301_wrap .con08 table.tg th { border-bottom:2px solid #f36e20; padding:15px 20px;  font-size: 16px; color:#222; text-align:center;}
.sub0301_wrap .con08 table.tg th:first-child {border-right:1px solid #ddd;}
.sub0301_wrap .con08 table.tg td {border-bottom:1px solid #ddd; padding:10px 15px; font-size: 14px; color:#222; text-align:center;}
.sub0301_wrap .con08 table.tg td:first-child {border-right:1px solid #ddd;}
.sub0301_wrap .con09 {margin-top:50px;}
.sub0301_wrap .con09 .list_box ul li {font-size: 16px; color: #222; margin-bottom: 30px; padding-left: 60px; position:relative;}
.sub0301_wrap .con09 .list_box ul li:before {position:absolute; content:''; background:url(/images/sub/ck_box.png); top: 0px;left:15px;width:25px; height:25px;}
.sub0301_wrap .link_box {display:flex; align-items: center; justify-content: center; width:230px; padding:10px 20px; background:#f36e20; margin: 50px auto 0;}
.sub0301_wrap .link_box a {color:#fff; font-size: 12px;}


/* sub0402 */
.sub0402_wrap .top_box .con {padding: 15px 25px; align-items: flex-start; flex-direction: column; gap: 10px;}
.sub0402_wrap .top_box h4 {font-size:14px; margin-bottom:5px;}
.sub0402_wrap .top_box .con h5 {font-size:12px;}
.sub0402_wrap .top_box .con1 button, .sub0402_wrap .top_box .con2 button {width: 120px;}
.sub0402_wrap .top_box .con2 .btn_box .btn button {width: 145px;}
.sub0402_wrap .top_box .con2 .cate_box {flex-direction: column; align-items: flex-start;}
.sub0402_wrap .top_box .con3 .info_box {flex-direction: column;}
.sub0402_wrap .top_box .con2 .btn_box {margin-left:0;}
.sub0402_wrap .top_box .con3_2, .sub0402_wrap .top_box .con3_3 {margin-left:0;}
.sub0402_wrap .top_box .con4 .as_box {flex-direction: column;}
.sub0402_wrap .top_box .con4 .txt_box {margin-left:0;}
.sub0402_wrap .top_box .con4 .txt_box textarea {width: 100%;}
.sub0402_wrap .top_box .con5 .input_box h6 {width:300px; font-size: 9px; padding-left: 5px;}
.sub0402_wrap .top_box .submit_txt {width:100%;}
.sub0402_wrap .top_box .submit_box h5 {margin-top: 10px; margin-bottom: 20px; font-size: 12px; word-break: normal; flex-direction: column;}
.sub0402_wrap .top_box .submit_box h5 img {padding-right: 0; padding-bottom: 10px;}
.sub0402_wrap .top_box .submit_box strong {flex-direction: column; font-size: 12px;}
.sub0402_wrap .top_box .submit_box button.submit {padding: 10px 60px;}
.sub0402_wrap .bot_box .right_box {width:100%;}
.sub0402_wrap .right_box h5 {font-size: 30px; padding-bottom: 30px;}
.sub0402_wrap .contact_box {padding-top: 30px;}
.sub0402_wrap .contact_box strong {font-size: 18px; margin-bottom:5px;}
.sub0402_wrap .contact_box .add_box {flex-direction: column; }
.sub0402_wrap .contact_box ul li {font-size: 14px;}


.sub0402_wrap .top_box .con input.in_st01 {border:1px solid #ccc; height:35px; line-height:35px;     width: 100%; border-radius:5px; padding-left:10px; color:#222;}
.sub0402_wrap .top_box .con input.in_st02 {border:1px solid #ccc; height:35px; line-height:35px;     width: 55%; border-radius:5px; padding-left:10px; color:#222;}

/* sub0501 */
.sub0501_wrap .con03{padding: 20px;}
.sub0501_wrap .con03 .flex_wrap{gap:25px;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box{gap:10px;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box p.number{font-size: 3.438rem;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box h4{font-size: 1.75rem; margin-bottom: 15px;}
.sub0501_wrap .con03 .flex_wrap .left .txt_box p.content{font-size: 0.875rem;}
.sub0501_wrap .con04{padding: 20px 10px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box p.number{font-size: 3.438rem;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul{flex-direction: column;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li{padding: 16px;}
.sub0501_wrap .con04 .flex_wrap .left .txt_box ul li h3{font-size: 0.875rem;}
.sub0501_wrap .btn_box {width:100%; padding: 20px 30px; }
.sub0501_wrap .btn_box p {font-size:18px; font-weight: 500; color: #333333;}
.sub0501_wrap .btn_box a {display:flex; justify-content: center; align-items: center; width:240px; height:60px; padding: 12px 26px; border-radius: 30px; background: #f36e20; font-size: 20px; font-weight: 500; color:#fff; margin: 30px auto 0; }

/* sub0601 */
.sub0601_wrap .img_box{background: url('/images/sub/sub0601_bg.jpg')center no-repeat; background-size:cover; padding-block:25px; padding-inline:25px;}
.sub0601_wrap .img_box .txt_box{color: #fff; padding-bottom: 50px;}
.sub0601_wrap .img_box .txt_box strong{font-size: 1.125rem;}
.sub0601_wrap .img_box .txt_box p{font-size: 0.875rem; line-height: 1.4; margin-top: 15px;}
.sub0601_wrap .con02 {margin-top:50px;}
.sub0601_wrap .con02 .list_wrap {display:flex; flex-wrap: wrap; justify-content: space-between;gap:20px;}
.sub0601_wrap .con02 .list_wrap .list_box {width: 100%; border:1px solid #f36e20; border-radius:20px; padding:15px 20px; }
.sub0601_wrap .con02 .list_wrap .list_box ul > li {margin-bottom:15px; font-size:14px; font-weight:600; color:#222; word-break: normal;}
.sub0601_wrap .con02 .list_wrap .list_box ul li span {font-weight:600;}
.sub0601_wrap .con02 .list_wrap .list_box ul ol li {margin-bottom:15px; margin-left:20px; font-size:14px; color:#222; position:relative; word-break: normal;}
.sub0601_wrap .con02 .list_wrap .list_box ul ol li:before {content:""; position:absolute; border-radius:50%; background:#f36e20; top: 8px;left:-15px;width:6px; height:6px;} 
.sub0601_wrap .con03 {margin-top:50px; overflow-x: scroll;}
.sub0601_wrap .con03 table.tg {width:100%; border-top:1px solid #ddd; }
.sub0601_wrap .con03 table.tg th { border-bottom:2px solid #f36e20; padding:10px 15px;  font-size: 16px; color:#222; text-align:center;}
.sub0601_wrap .con03 table.tg th:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con03 table.tg td {border-bottom:1px solid #ddd; padding:10px 15px; font-size: 14px; color:#222; text-align:center; word-break: normal;}
.sub0601_wrap .con03 table.tg td:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con04 {margin-top:50px;}
.sub0601_wrap .con04 .list_wrap ul li {margin-bottom:15px; font-size:16px; color:#222; position:relative; padding-left:20px; word-break: normal;}
.sub0601_wrap .con04 .list_wrap ul li:before {content:""; position:absolute; border-radius:50%; background:#f36e20; top: 8px;left:5px;width:6px; height:6px;}
.sub0601_wrap .con05 {margin-top:50px; overflow-x: scroll;}
.sub0601_wrap .con05 table.tg {width:100%; border-top:1px solid #ddd; }
.sub0601_wrap .con05 table.tg th { border-bottom:2px solid #f36e20; padding:15px 20px;  font-size: 16px; color:#222; text-align:center;}
.sub0601_wrap .con05 table.tg th:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con05 table.tg td {border-bottom:1px solid #ddd; padding:15px 20px; font-size: 14px; color:#222; text-align:center; word-break: normal;}
.sub0601_wrap .con05 table.tg td:first-child {border-right:1px solid #ddd;}
.sub0601_wrap .con06 {margin-top:50px;}
.sub0601_wrap .con06 .inn_box {background: #fef3ed; padding: 30px 40px; margin-top:50px;}
.sub0601_wrap .con06 .inn_box p {font-size: 18px; color: var(--co01); font-weight: 700; text-align: center; line-height: 1.5; word-break: normal;}


/* 일반게시판_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;}


}

