@charset "utf-8"; 
/* font */
/* notosans-kr */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');




/* !공통 css 스타일 */
.noto_sans { font-family: 'noto_sansKr', sans-serif; } 
.bg_shadow{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.f10 { font-size:0.625rem !important; } 
.f14 { font-size: 0.875rem !important; } 
.f16 { font-size:1rem !important } 
.f17 { font-size:1.0625rem !important } 
.f18 { font-size:1.125rem !important } 
.f20 { font-size:1.25rem !important } 
.f23{font-size: 1.4375rem !important;}
.f25 { font-size:1.6rem !important } 
.f30 { font-size:1.875rem !important } 
.f35 { font-size:2.2rem !important; } 
.f40 { font-size:2.5rem !important } 
.f45 { font-size:2.83rem !important; } 
.f48 { font-size:3rem !important; } 
.f50 { font-size:3.125rem !important } 
.fw_bold { font-weight: 700 !important; } 
.fw_medium { font-weight: 400 !important; } 
.fw_light { font-weight: 500 !important; } 
.flex { display: flex; } 
.bg_white{background:#fff !important;}
.bg_blue { background: #3073C5; } 
.bg_gray { background: #717171; } 
.bg_navy{background: #061B31 !important;}
.border_navy{border:1px solid #061B31  !important;}
.fc_gray{color: #AFAFAF !important;}
.fc_navy{color:#061B31  !important;}
.bg_lightblue { background: #BCDAFF; } 
.bg_lightgray { background: #EAEAEA; } 
.brd_blue { border: 1px solid #3073C5 } 
.brd_gray { border: 1px solid #707070 }
.fc_blue { color:#3073C5 !important } 
.fc_white { color:#fff !important } 
.fc_red { color:#9A0000 !important; } 
.fc_green { color:#009B0A !important; } 
.fc_black{color: #000 !important;}
.fw_700{font-weight:700;}
.mT50 { margin-top:50px !important; }
.pr30{padding-right:30px;} 
/* ! 모바일용 br */
.br.mb{display: none;}
/* #sub_container { max-width:1283px; margin:0 auto;}  */
/* ! swiper 화살표 이미지 변경 css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { 
 background-image: url("/theme/basic/img/arrow_prev.png") !important; 
 } 
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { 
 background-image: url("/theme/basic/img/arrrow_next.png") !important; 
 } 
/* 초기화 */
html { overflow-y:scroll; height:100%; min-width:320px } 
body{margin: 0;padding: 0;box-sizing: border-box;}
body{background: url('/theme/basic/img/mobile/medi_bg.png') no-repeat center fixed;background-size: cover;/* height:100vh; */min-height: 100vh;/* width: 100vw; */}
body * {box-sizing: border-box;}
html * {word-break: keep-all;}
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:'Noto Sans', 'Noto Sans KR', sans-serif } 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block } 
legend { position:absolute; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden } 
label, input, button, select, img { vertical-align:middle } 
input, button { margin:0; padding:0; font-size:1em; font-family:'Noto Sans', 'Noto Sans KR', sans-serif } 
button { cursor:pointer } 
input[type=text], input[type=password], input[type=submit], input[type=image], button { font-size:1em; -webkit-appearance:none } 
textarea, select { font-size:1em; font-family:'Noto Sans', 'Noto Sans KR', sans-serif } 
textarea { border-radius:0; -webkit-appearance:none; font-family:'Noto Sans', 'Noto Sans KR', sans-serif } 
select { margin:0; background:none; font-family:'Noto Sans', 'Noto Sans KR', sans-serif } 
p { margin:0; padding:0; word-break:break-all } 
hr { display:none } 
pre { overflow-x:scroll; font-size:1.1em } 
a { color:#000; text-decoration:none } 
ul,li,dl,dt,dd { padding:0; margin:0 } 
ul { list-style:none } 

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

#hd_wrapper{transition: all 0.3s;}
/* @media screen and (min-width:1200px) { */
 .gray_box { height: 100vh; width: 100%; background: gray; } 
 .head_mobile { display: none; } 
 /* 본문 바로가기 */
 #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 } 
 /* 레이아웃 크기 지정 */
 #hd_wrapper { width:100% } 
 #tnb .inner,
 #gnb .gnb_wrap,
 #container_wr,
 #ft_wr { } 
 /* 팝업레이어 */
 #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:transparent; } 
 #hd_h1 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
 /* #tnb { border-bottom:1px solid #383838; margin:0 auto } */
 /* #tnb:after { display:block; visibility:hidden; clear:both; content:"" } */
 #tnb .inner { margin:0 auto } 
 #hd_wrapper { position:relative; margin:0 auto; /* height:140px; */zoom:1 } 
 #hd_wrapper:after {/* display:block; *//* visibility:hidden; */clear:both;/* content:""; */} 
 #logo {/* padding-left:30px; */} 
 .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:13px; top:8px } 
 .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 {/* background:#fff; */width:100%;} 
 #gnb > h2 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
 /* #gnb .gnb_wrap { margin:0 30px 0 auto; position:relative } */
 #gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active { z-index:3 } 
 #gnb #gnb_1dul { display: flex; justify-content: space-around; } 
 /* #gnb #gnb_1dul { font-size:1.083em; padding:0; zoom:1; display: flex; justify-content: space-between; } */
 /* #gnb ul:after { display:block; visibility:hidden; clear:both; content:"" } */
 #gnb .gnb_1dli { position:relative; height: 65px; } 
 #gnb .gnb_1dli:hover > a { /* color:#3a8afd; */
 -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;font-weight:bold;padding:0;/* color:black; */color: #707070;text-decoration:none;font-weight: 400;font-size: 16px;line-height: 65px;} 
 .gnb_1dli.gnb_al_li_plus .gnb_1da { padding-right:0; /* transition: all 0.5s; */ } 
 .gnb_2dli:first-child { border:0 } 
 .gnb_2dul { display:none; position:absolute; top:63px; min-width:200px; padding-top:2px;word-break: keep-all; } 
 .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_2dul .gnb_2dul_box >li:first-child .gnb_2da { border: none; } 
 .gnb_2da { display:block; padding:0 10px; width:auto; line-height:40px; background:#333; color:#fff; text-align:left; text-decoration:none; border-top: 1px solid #525252; font-weight:500; } 
 /* 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_2da:focus, .gnb_2da:hover { color:#fff } */
 .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_mnal .gnb_menu_btn { background: transparent; border: 0; vertical-align: top; font-size: 34px; } 
 #gnb .gnb_close_btn { border:0; background: #3073C5; vertical-align:top; font-size:18px; position:absolute; top:-1px; right:-1px; } 
 #gnb_all { display:none; position:absolute; top: 0; right: 0; width: 100%; border:1px solid #c5d6da; 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 { color: transparent; padding:16px 10px;} 
 /* #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_ul > li { border-right:1px solid #c4c4c4; } 
 #gnb_all .gnb_al_ul { display: flex; width:80%; justify-content:space-around; margin: 30px auto 0; } 
 #gnb_all .gnb_al_li { width:100%; min-height:150px; padding:20px; margin-bottom: 20px; text-align: center; } 
 #gnb_all .gnb_al_li:last-child { border-right:none; } 
 #gnb_all .gnb_al_li .gnb_al_a { font-size:1.5rem; font-weight:300; display:block; position:relative; margin-bottom:10px; color:black; white-space:nowrap; } 
 #gnb_all .gnb_al_li .gnb_al_a::after { display: block; content: ""; width: 24px; height: 2px; background: #000; margin: 11px auto 25px; } 

 /* ! 닫기 버튼 커스텀 */
 .sect01 { position: relative; width: 64px; /* X 사이즈 */height: 64px; /* X 세로 중앙 */margin: 0 auto; /* 가운데 정렬 */ } 
 .sect01 .line-box { position: absolute; top: 50%; left: 12%; transform: translate(-50%, -50%); width: 100%; height: 100%; } 
 .sect01 .line-box > span { position: absolute; top: 50%; width: 80%; height: 3px; background-color: #fff; } 
 .sect01 .line-01 { transform: rotate(135deg) translateX(0%); } 
 .sect01 .line-02 { transform: rotate(45deg) translateX(0%); } 
 #gnb_all .gnb_al_li li { line-height:2em; font-size: 1rem; } 
 #gnb_all .gnb_al_li li a { color:#555; transition: all 0.3s; } 
 #gnb_all .gnb_al_li li a:hover { color:#1390c7; } 
 #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 } 
 /* head_pc custom */
 /* menu07 */
.gnb_mnal .menu07 { position: relative; display: inline-block; /* margin: 50px; */width: 50px; height: 55px; cursor: pointer; padding-top: 17px; /* padding-right: 16px; */margin-right: 30px; color: white; } 
 /* } */
.gnb_mnal .menu .line { position:relative; width:100%; display:block; background-color:#fff; height:3px; transition:all .6s; } 
.gnb_mnal .menu .line.line02 { left:0; margin:9px 0; } 
.gnb_mnal .menu07 { overflow:hidden; } 
.gnb_mnal .menu07 .line01 { } 
.gnb_mnal .menu07 .line02 { width:50%; } 
.gnb_mnal .menu07 .line03 { width:25%; } 
.gnb_mnal .menu07 .line04 { position:absolute; bottom:-20px; left:0; width:100%; font-weight:bold; font-size:12px; text-align:center; background-color:transparent; transition-delay:.1s; } 
.gnb_mnal .menu07 .line04:before { content:'MENU'; display:block; } 
.gnb_mnal .menu07 .line04:after { content:'CLOSE'; display:none; } 
.gnb_mnal .menu07:hover .line01,
.gnb_mnal .menu07:hover .line02 { width:0; } 
.gnb_mnal .menu07:hover .line03 { width:100%; } 
.gnb_mnal .menu07:hover .line04 { height:auto; bottom:10px; transition-duration:.6s; } 
.gnb_mnal .menu07.on .line01,
.gnb_mnal .menu07.on .line02 { width:0; } 
.gnb_mnal .menu07.on .line03 { width:100%; } 
.gnb_mnal .menu07.on .line04 { height:auto; bottom:5px; } 
.gnb_mnal .menu07.on .line04:before { display:none; } 
.gnb_mnal .menu07.on .line04:after { display:block; } 
/* menu07 */
 
 .head_pc .gnb { width: 100%; } 
 .head_pc .gnb_wrap {/* width: 77%; *//* margin: 0 auto; */height: 1005;} 
 .head_pc .gnb_wrap>ul {display: flex;width: 300px;justify-content: space-between;/* justify-content: space-around; */margin-left: auto;} 
 /* #gnb #gnb_1dul { display: flex; justify-content: space-around; } */
 .head_pc #tnb { height: 30px; background: #103055; } 
 .head_pc #hd_wrapper {background: white;} 
 #wrapper .sub_visual_wrap { background:url("/theme/basic/img/sub_banner.png") no-repeat center center; padding: 20px; height: 400px; position: relative; background-size: cover; } 
 #wrapper .sub_visual_wrap2 { background:url("/theme/basic/img/sub_banner2.png") no-repeat center center; padding: 20px; height: 400px; position: relative; background-size: cover; } 
 #wrapper .sub_visual_wrap3 { background:url("/theme/basic/img/sub_banner3.png") no-repeat center center; padding: 20px; height: 400px; position: relative; background-size: cover; } 
 #wrapper .sub_wrap { max-width: 1283px; margin: 124px auto 0; } 
 #wrapper .sub_wrap >div h3 { color: #fff; font-weight:400; font-size: 2.125rem; word-break: keep-all; } 
 #wrapper .sub_wrap >div::after { content: ""; display: block; width: 40px; height: 3px; background: #fff; margin: 58px 0; } 
 @media screen and (max-width:500px) { 
 #wrapper .sub_wrap >div::after { 
 margin:30px 0; 
 } 
 } 
 #wrapper .sub_wrap p { color: #fff; } 
 /* .head_pc #gnb_1dul { 
 width: calc(1200px - 50vw); 
 } */
 .head_pc #gnb_wrap { width: 70%; display: flex; justify-content: flex-end; align-items: center; } 
 /* .head_pc #gnb { display: flex; justify-content: space-between; } */
 .head_pc #gnb_1dul1 { width: 182%; } 
 /* !헤더 배경 높이에 따라 조절 */
 .gnb_2dul_box.on { background: rgb(230, 230, 230); } 
 .gnb_2dul_box.off { background: none; } 
 /* .gnb_2dul_box .gnb_2dli a.off { color: black; } */
 #gnb a.gnb_2da:hover { transition: all 0.3s; background: #4168ad; } 
 /* .gnb_2dul_box .gnb_2dli a.on { color: black; } */
 /* a.off.gnb_2da:hover { color: #3a8afd; background: white; transition: all 0.3s; } */

 /* 메인 배너 높이 조절 */
 /*? 모바일에서는 다시 조절해야함 */
 /* .owl-height { height: calc(100vh - 30px) !important; } */
 /* 메인배너 안의 텍스트 랩 조절 */
 #main_bn .text_wrap h2 { margin-bottom: 37px; font-weight: 400; font-size: 3rem; font-weight:400; } 
 #main_bn .text_wrap p { font-weight: 200; margin-bottom: 65px; } 
 #main_bn .text_wrap { position: absolute; top: 50%; left: 46%; transform: translate(-50%, -50%); text-align: left; color: white; } 
 #main_bn .white_bar { display: block; width: 41px; height: 7px; margin-bottom: 50px; background: #fff; } 
 #main_bn .text_wrap .btn_view { font-size: 14px; background:#103055; font-weight: 300; width: 193px; color: #fff; height: 46px; border: 0; } 
 /*! kakao map custom */
 .root_daum_roughmap .wrap_controllers {display: none; } 
 .root_daum_roughmap_landing { width: 100% !important; } 
 .wrap_map { height: 532px !important; } 
 @media screen and (max-width:1250px) { 
 .wrap_map { height: 300px !important; } 
} 
/* ! 모바일에서는 html 사이즈 줄이기 */
@media screen and (max-width:650px) { 
    html { font-size: 14px; } 
   } 
/*!tab css*/
.tab { position:relative; float:left; width:737px; height:455px; background: #fff; } 
.tabnav { font-size:0; margin-top: 20px; margin-left: 24px; /* border-bottom:1px solid #ddd; */ } 
.tabnav li { display: inline-block; height:46px; text-align:center; /* border-right:1px solid #ddd; */ } 
/* .tabnav li a:after { content:""; position:absolute; left:0; top:0px; width:100%; height:3px; } */
.tabnav li a.active:after { background:black; } 
.tabnav li a.active { /* border-bottom:1px solid #fff; */ } 
.tabnav li a { position:relative; display:block; background: #f8f8f8; font-size: 25px; color: rgba(0, 0, 0, 0.5); padding:0 21.5px; line-height:46px; text-decoration:none; font-size:16px; } 
.tabnav li a:hover,
.tabnav li a.active { background:#fff; color:#000; } 
.tabcontent { padding: 20px; padding-top: 10px; border-top:none; } 
.tabp { position:relative; float:left; width:508px; height:455px; background: #fff;  } 
.tabnavp { font-size:0; margin-top: 20px;  /* border-bottom:1px solid #ddd; */ } 
.tabnavp li { display: inline-block; height:46px; text-align:center; /* border-right:1px solid #ddd; */ } 
/* .tabnav li a:after { content:""; position:absolute; left:0; top:0px; width:100%; height:3px; } */
.tabnavp li a.active:after { background:black; } 
.tabnavp li a.active { /* border-bottom:1px solid #fff; */ } 
.tabnavp li a { position:relative; display:block; background: #f8f8f8; font-size: 25px; color: rgba(0, 0, 0, 0.5); padding:0 21.5px; line-height:46px; text-decoration:none; font-size:16px; } 
.tabnavp li a:hover,
.tabnavp li a.active { background:#fff; color:#000; } 
.tabcontentp { padding: 20px; padding-top: 10px; border-top:none; } 
#tab01 .con_wrap { display: flex; position: relative; } 
#tab02 .con_wrap { display: flex; position: relative; } 
#tab03 .con_wrap { display: flex; position: relative; } 
#tab01 .con_wrap .num_wrap { text-align: center; margin-right: 34px; } 
#tab01 .con_wrap .text_wrap, #tab02 .con_wrap .text_wrap, #tab03 .con_wrap .text_wrap 
 { width: 480px; margin: auto 0; } 
#tab01 .con_wrap .text_wrap p:first-child { margin-bottom: 16px; } 
#tab01 .tab_more { position: absolute; top: 49px; right: 82px; } 
#tab02 .tab_more { position: absolute; top: 49px; right: 82px; } 
#tab03 .tab_more { position: absolute; top: 49px; right: 82px; } 
#tab02 .con_wrap .num_wrap { text-align: center; margin-right: 34px; } 
#tab02 .con_wrap .text_wrap p:first-child { margin-bottom: 16px; } 
#tab03 .con_wrap .num_wrap { text-align: center; margin-right: 34px; } 
#tab03 .con_wrap .text_wrap p:first-child { margin-bottom: 16px; } 
#tab01 a:last-child .con_wrap { border-bottom: 1px solid #D5D3D3; } 
#tab02 a:last-child .con_wrap { border-bottom: 1px solid #D5D3D3; } 
#tab03 a:last-child .con_wrap { border-bottom: 1px solid #D5D3D3; } 
/* ! 문의내용 부분 css 추가 lim */
.form-box {width: 84%;}
.form-con input {height: 43px;padding: 5px;}
.form-con span,
.form-con label {color: #5c5c5c;font-size: 1.125rem;}
.form_row1 {display: flex;}
div.form_name {display: flex;flex-direction: column;justify-content: flex-start;font-size: 1.125rem;color: #5C5C5C;}
div.form_name input {width: 94%;font-size: 1.125rem;color: #5C5C5C;border: 2px solid #707070;border-radius: 5px;}
div.form_tel input {width: 69%;font-size: 1.125rem;color: #5C5C5C;border: 2px solid #707070;border-radius: 5px;}
div.form_tel select {height: 43px;color: #5C5C5C;border: 2px solid #707070;border-radius: 5px;background: #fff;}
div.form_row1 {margin-bottom: 15px;}
div.form_email {display: flex;flex-direction: column;justify-content: flex-start;margin-bottom: 15px;}
div.form_email input {color: #5C5C5C;border: 2px solid #707070;border-radius: 5px;}
div.form_title {display: flex;flex-direction: column;justify-content: flex-start;margin-bottom: 15px;}
div.form_title input {width: 100%;color: #5C5C5C;border: 2px solid #707070;border-radius: 5px;}
div.form_inquery {display: flex;flex-direction: column;justify-content: flex-start;}
div.form_inquery input {width: 100%;background: none;border: none;border-bottom: 1px solid #000;}
.text-box{display: flex;justify-content: space-between;}
.receive-btn input {font-size: .75rem;color: #BABBB4;background: #373737;padding: 12px 42px;cursor: pointer;}
.provision {display: flex;align-items: center;}
.provision,
.provision span {font-size: 1rem;}
#provision-check{margin:0 10px;}
.provision_check_box {display: flex;align-items: center;margin: 0 10px;}
.form_title select { width: 100%; border: 2px solid #707070; border-radius: 5px; background: #fff; height: 43px;}

@media screen and (max-width:700px) {
    div.form_row1 {flex-direction: column;justify-content: flex-start;}
    div.form_name input {width: 100%;}
    div.form_tel input {width: calc(100% - 67px)}
}

/* ! main_wrap1 Strart */
.main_wrap1 { background: #F3F3F3; padding-bottom: 60px; } 
.news_area { max-width: 1283px; padding-top: 90px; margin: 0 auto; } 
.news_area .support { width: 508px; height: 455px; background: #fff; } 
.news_area .support h3 { font-size: 25px; font-weight: 500; margin: 39px 0 20px 66px; } 
.news_area .con_wrap { border-top:1px solid #D5D3D3; padding: 13px; margin: 0 30px; } 

.con_wrap .text_wrap p { text-overflow: ellipsis; overflow:hidden; white-space:nowrap; } 
.news_area .con_wrap p:first-child { font-size: 18px; font-weight: 300; line-height: 1; } 
.news_area .con_wrap .num_wrap p:first-child { padding-bottom: 3px; } 
.news_area .con_wrap p:nth-of-type(2) { font-size: 12px; font-weight: 300; line-height: 1; } 

.news_wrap { display: flex; justify-content: space-between; } 
.lt_more img { position: absolute; top: 29px; right: 82px; } 
/*! main_wrap1 END */

/* ! main_wrap2 */
.main_wrap2 { background: url(/theme/basic/img/main_visual_bar.png) no-repeat center center; height: 400px; } 
.main_wrap2 .inner_box { margin: 0 auto; max-width: 1283px; display: flex; justify-content: flex-end; } 
.main_wrap2 .con_wrap { position: relative; margin-top: 23px; background: rgba(0, 0, 0, 0.8); width: 400px; height: 335px; } 
.main_wrap2 .con_box { margin-top: 27px; margin-left: 43px; color: #fff; } 
.main_wrap2 .con_box .tel a { color: #fff; } 
.main_wrap2 .fax { margin-bottom: 24px; } 
.main_wrap2 .mail a { margin-bottom: 5px; color: #fff; } 
.main_wrap2 .address { margin-bottom: 32px; } 
.main_wrap2 .img_wrap { position: absolute; bottom: 82px; right: 54px; } 
.main_wrap2 .btn_introduce { padding: 13px 24px; background: #2C46A6; border: none; color: #fff; } 
/* ! main_wrap2 END */
/* ! main_wrap3 Strat */
.main_wrap3 { padding-top: 63px; background: #f3f3f3; } 
.main_wrap3 .con_left { margin-right: 18px; } 
.main_wrap3 .title_box h3 { margin-bottom: 15px; } 
.main_wrap3 .title_box { text-align: center; margin: 0 auto 55px; height: 85px; width: 100%; padding: 0 20px; } 
.main_wrap3 .title_box p { color: #787878; } 
.main_wrap3 .con_wrap { max-width: 1283px; margin:0 auto; display: flex; padding-bottom: 70px; } 
.main_wrap3 .con_top { margin-bottom: 15px; } 
.main_wrap3 .con_top, .main_wrap3 .con_bom { border: 1px solid #DDDDDD; width: 482px; height: 242px; background: #fff; padding:29px 0 56px 45px; } 
.main_wrap3 .con_top h4,.main_wrap3 .con_bom h4 { margin-bottom: 70px; } 
.main_wrap3 .con_wrap .link_wrap { position: relative; width: 60px; height: 60px;background: #06519D;} 
.main_wrap3 .con_wrap .link_wrap a { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.main_wrap3 .con_wrap .con_box { display: flex; justify-content: space-between; } 
/* ! you동영상 넣기전에 주석처리하세요 임시 박스 css */
/* .main_wrap3 .con_wrap .con_right { width: 783px; height: 500px; background: gray; } */
/* ! iframe 반응형으로 */
.main_wrap3 .con_wrap .con_right { position: relative; width: 100%; } 
.main_wrap3 .con_wrap .con_right iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } 
/* ! main_wrap3 END */
/* !main_wrap 4 Start */
.main_wrap4 { margin-bottom: 52px; } 
.main_wrap4 .con_wrap { display: flex; } 
.main_wrap4 .con_left { width:100%; display: flex;justify-content: space-between;} 
.main_wrap4 .con_wrap .con_inner_box { display: flex;width: 100%; justify-content:flex-end; background: #D8DEE9; height: 532px; /* width: 903px; */ } 
.main_wrap4 .con_left_left h4 { color: rgb(50, 50, 50); margin-bottom: 15px; } 
.main_wrap4 .con_right { width: 66%; } 
.main_wrap4 .con_left .con_left_left { border-right: 1px solid gray; margin:auto 0; height: 385px; padding-right:10px; } 
.main_wrap4 .con_left .con_left_right { width: 477px; } 
.main_wrap4 .con_right .map { min-width: 330px; width: 100%; } 
.main_wrap4 .hashtag div { display: inline; word-break: keep-all; } 
.main_wrap4 .write_div_wrap { margin-top: 74px; margin-left: 25px; } 
.main_wrap4 .write_div_wrap .name { margin-right: 4px; margin-bottom: 21px; color: #5c5c5c; } 
.main_wrap4 .write_div_wrap .name input { width: 136px; height: 43px; text-indent: 7px; border-radius: 5px; border: 2px solid #707070; } 
.main_wrap4 .write_div_wrap .contact input { width: 219px; height: 43px; text-indent: 7px; border-radius: 5px; border: 2px solid #707070; } 
.main_wrap4 .write_div_wrap .mail { margin-bottom: 13px; color: #5c5c5c; } 
.main_wrap4 .write_div_wrap .mail label { display: block; } 
.main_wrap4 .write_div_wrap .mail input { width: 367px; height: 43px; text-indent: 7px; border-radius: 5px; border: 2px solid #707070; } 
.main_wrap4 .write_div_wrap .write_div { color: #5c5c5c; } 
.main_wrap4 .write_div_wrap .write_div label { display: block; } 
.main_wrap4 .write_div_wrap .write_div select { width: 367px; height: 43px; margin-bottom: 25px; border-radius: 5px; border: 2px solid #707070; color: #5c5c5c; } 
.main_wrap4 .write_div_wrap .write_div .text_box { border: none; width: 366px; text-indent: 7px; background: transparent; border-bottom: 1px solid rgb(112, 112, 112); margin-bottom: 30px; } 
.main_wrap4 .write_div_wrap button { padding: 11px 69px; background: rgb(55, 55, 55); font-size: 12px; font-weight: 500; color: rgb(186, 187, 180); } 
.main_wrap4 .con_right .map { position: relative; width:100%; } 
/* .main_wrap4 .con_right .map iframe { position: absolute; width: 100%; top: 0; left: 0; } */
.main_wrap4 .con_right .navi { position: absolute;display:flex;align-items:center;height: 44px; z-index:1; background-color: #2C46A6; bottom: 88px; left: 64px; /* color: white; */padding: 13px 13px; } 
.main_wrap4 .con_right .navi a { color:#fff; } 
/* ! main_wrap4 END */
/* ! main_wrap5 Start */
.main_wrap5 { position:relative; max-width:1283px; margin:0 auto 140px; } 
.main_wrap5 .swiper { max-width:90%; margin:0 auto; overflow:hidden; } 

/* ! main_wrap5 END */
/* ! footer custom */
#ft .inner_box { max-width: 1283px; margin: 0 auto; } 
#ft .ft_cnt .flex { justify-content: space-between; } 
#ft .ft_cnt .flex .tel { text-align: right; } 
#ft .ft_cnt .flex .tel a { color: #fff; } 
/* ! 반응형 */
@media screen and (max-width:1310px) { 
 .head_pc .gnb_wrap {/* width: 86%; */} 
 } 
/* 텍스트 크기 조절 */
#text_size { margin:10px 0; text-align:center; display:inline-block; padding:7px 20px; background:#e6e7e9; border-radius:25px; height:48px } 
#text_size button { margin:0 5px; border:0; background:none; height:35px; width:35px; border-radius:50% } 
#text_size button.select { background:#fff; border-bottom:1px solid rgb(112, 112, 112); 
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2); 
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2); 
box-shadow:0 0 5px rgba(100,100,100,0.2) } 
.ts_up { font-size:1.167em !important } 
.ts_up2 { font-size:1.3em !important } 

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

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

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

#top_btn { position:fixed; background:#2C46A6; bottom:10px; right:15px; width:50px; height:50px; line-height:36px; border:none; color:#fff; text-align:center; font-size:15px; z-index:99; 
-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); 
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); 
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4) } 
#top_btn i { font-size:1.4em } 
#top_btn img { display: block; transform: translate(16px, 10px); transform: rotate(180deg) translate(-17px, -12px); } 
#top_btn span.block { margin-top:10px } 
/* #top_btn:hover { transform: scale(1.2); transition: all 0.5s; } */
#device_change { display:block; line-height:40px; border-radius:5px; background:#302e2e; color:#777; font-size:1em; text-decoration:none; text-align:center } 

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

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

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

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

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

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

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

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

/*단축키일람 */
.cke_sc { text-align:right } 
.btn_cke_sc { background:#333; color:#fff; padding:5px; border:none } 
.cke_sc_def { margin:0 0 5px; padding:10px; border:1px solid #ccc; background:#f7f7f7; text-align:center } 
.cke_sc_def dl { margin:0 0 5px; text-align:left; zoom:1 } 
.cke_sc_def dl:after { display:block; visibility:hidden; clear:both; content:"" } 
.cke_sc_def dt, .cke_sc_def dd { float:left; margin:0; padding:5px 0; border-bottom:1px solid #e9e9e9 } 
.cke_sc_def dt { width:50%; font-weight:bold } 
.cke_sc_def dd { width:50% } 
.btn_cke_sc_close { background:#333; padding:5px; border:none; color:#fff } 

/* 버튼 */
.btn { display:inline-block; padding:0 5px; height:30px; line-height:30px; border-radius:3px } 
a.btn01 { display:inline-block; background:#ddd; color:#444; 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; 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:center } /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px;padding: 3px 30px;} 
.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:#ddd; color:#444; text-decoration:none; vertical-align:middle } 
button.btn_cancel { display:inline-block; border:1px solid #ccc; background:#fafafa; color:#000; vertical-align:top; text-decoration:none } 
a.btn_frmline, button.btn_frmline { display:inline-block; padding:0 5px; border:0; background:#fff; border:1px solid #3a8afd; color:#3a8afd; letter-spacing:-0.1em; text-decoration:none; vertical-align:top } /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em;vertical-align: super;} 

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 { display:inline-block; background:#3a8afd; color:#fff; border-radius:3px; padding:10px; border:0; text-decoration:none; vertical-align:middle } 
.btn_b01:hover, .btn_b01:hover { } 
a.btn_b02, .btn_b02 { display:inline-block; background:transparent; color:#fff; border:0; border-radius:3px; padding:10px; text-decoration:none; vertical-align:middle } 
a.btn_b02:hover, .btn_b02:hover { } 
a.btn_b03, .btn_b03 { display:inline-block; line-height:28px; border:0; background:transparent; color:#bababa; text-decoration:none; vertical-align:middle } 
a.btn_b03:hover, .btn_b03:hover { } 
a.btn_admin { display:inline-block; color:#d13f4a; font-size:1.4em; text-decoration:none; vertical-align:middle } /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover { } 
.fix_btn { position:fixed; z-index:99; bottom:65px; right:15px; background:#3a8afd; width:50px; height:50px; color:#fff; text-align:center; border-radius:50% !important; font-size:1.8em; line-height:50px !important; -webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); 
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); 
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4) } 
a.btn,.btn {/* line-height:35px; *//* width:30px; *//* height:35px; */padding:0 5px;text-align:center;font-weight:bold;border:0;font-size:1.4em;-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} 


/* 기본테이블 */
.tbl_wrap { margin:0 10px 10px } 
.tbl_wrap table { width:100%; border-collapse:collapse; border-spacing:0 } 
.tbl_wrap caption { padding:10px 0; color:#4b8b99; font-weight:bold; text-align:left } 

.tbl_head01 { } 
.tbl_head01 caption { padding:0 0 10px; color:#777; text-align:left } 
.tbl_head01 thead th { padding:12px 0; border:1px solid #d8dbdf; background:#f7f7f9; color:#383838; font-size:0.95em; text-align:center; letter-spacing:-0.1em } 
.tbl_head01 thead a { color:#383838 } 
.tbl_head01 thead th input { vertical-align:top } /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th { border-top:1px solid #666; border-bottom:1px solid #666; background:#484848; color:#fff } 
.tbl_head01 tfoot td { border-color:#e3e3e5; background:#484848; color:#fff; font-weight:bold; text-align:center } 
.tbl_head01 tbody { text-align:left } 
.tbl_head01 tbody th { padding:5px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9 } 
.tbl_head01 td { padding:5px; border:1px solid #e7e9ec; border-top:0; line-height:1.5em; word-break:break-all } 

.tbl_head02 { } 
.tbl_head02 caption { padding:0 0 10px; color:#777; text-align:left } 
.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 { border-top:1px solid #666; border-bottom:1px solid #666; background:#484848; color:#fff } 
.tbl_head02 tfoot td { background:#484848; color:#fff; font-weight:bold; text-align:center } 
.tbl_head02 tbody th { padding:5px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9 } 
.tbl_head02 td { padding:5px 3px; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; line-height:1.4em; word-break:break-all } 

/* 기본리스트 */
.list_01 ul { } 
.list_01 li { border-bottom:1px solid #e5ecee; padding:15px } 
.list_01 li:after { display:block; visibility:hidden; clear:both; content:"" } 
.all_chk { padding:15px; border-bottom:1px solid #e8eaee;  } 

/* 기본폼 */
.form_01 .write_div { margin-bottom:10px; position:relative } 
.form_01 li { margin:0 0 10px; position:relative; list-style:none } 
.form_01 textarea, .frm_input { border:1px solid #d0d3db; background:#fff; color:#000; vertical-align:middle; padding:5px; border-radius:0; box-shadow:none } 
.form_01 textarea { width:100%; height:100px } 
.frm_input { height:45px } 
.full_input { width:100% } 
.form_01 .frm_file { display:block; margin-bottom:5px; width:100% } 
.form_01 select { height:40px; background-color:#fff } 
.form_01 .frm_info { font-size:0.92em; color:#3a8afd; text-align:left; margin:3px 0 10px; display:block; line-height:1.3em } 

/* 자료 없는 목록 */
.empty_table { padding:100px 0 !important; color:#777; text-align:center } 
.empty_list { padding:20px 0 !important; 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:120px; 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:150px; text-align:center } 
.td_group { width:100px; 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:#999 } 
.txt_rdy { color:#8abc2a } 

/* 새창 기본 스타일 */
.new_win { position:relative; max-width:1283px;background:#fff;margin: 0 auto; } 
.new_win #win_title { font-size:1.3em; height:50px; line-height:30px; padding:10px 20px; background:#fff; color:#000; -webkit-box-shadow:0 1px 10px rgba(0,0,0,.1); 
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1); 
box-shadow:0 1px 10px rgba(0,0,0,.1) } 
.new_win #win_title .sv { font-size:0.75em; line-height:1.2em } 
.new_win_con { } 

.new_win .win_ul { margin-bottom:15px; padding:0 20px } 
.new_win .win_ul:after { display:block; visibility:hidden; clear:both; content:"" } 
.new_win .win_ul li { float:left; background:#fff; text-align:center; padding:0 10px; border:1px solid #d6e9ff; border-radius:30px; margin-left:5px } 
.new_win .win_ul li:first-child { margin-left:0 } 
.new_win .win_ul li a { display:block; padding:8px 0; color:#6794d3 } 
.new_win .win_ul .selected { background:#3a8afd; border-color:#3a8afd; position:relative; z-index:5 } 
.new_win .win_ul .selected a { color:#fff; font-weight:bold } 
.new_win .win_desc { position:relative; margin:10px; border-radius:5px; font-size:1em; background:#f2838f; color:#fff; line-height:50px; text-align:left; padding:0 20px } 
.new_win .win_desc i { font-size:1.2em; vertical-align:baseline } 
.new_win .win_desc:after { content:""; position:absolute; left:0; top:0; width:4px; height:50px; background:#da4453; border-radius:3px 0 0 3px } 

.new_win .win_total { float:right; display:inline-block; line-height:30px; font-weight:normal; font-size:0.75em; color:#3a8afd; background:#f6f6f6; padding:0 10px; border-radius:5px } 
.new_win .new_win_con {padding:30px;margin-bottom: 328px;} 
.new_win .new_win_con:after { display:block; visibility:hidden; clear:both; content:"" } 
.new_win .new_win_con2 { margin:20px 0 } 

.new_win .win_btn { clear:both; padding:10px 0 30px; text-align:center } 
.new_win .win_btn a { display:inline-block; height:45px; line-height:40px; font-weight:bold } 
.new_win .cert_btn { text-align:center } 
.new_win .btn_close { width:60px; height:45px; overflow:hidden; cursor:pointer } 
.new_win .btn_submit { padding:0 20px; height:45px; font-weight:bold; font-size:1.083em } 

/* 검색결과 색상 */
.sch_word { color:#fff; background:#ff005a; padding:2px 4px; margin:0 2px } 

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

/* 페이징 */
.pg_wrap { clear:both; display:block; padding:10px 0; text-align:center } 
.pg_wrap:after { display:block; visibility:hidden; clear:both; content:"" } 
.pg { text-align:center } 
.pg_page, .pg_current { display:inline-block; vertical-align:middle; background:#eee; border:1px solid #eee } 
.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% #eee; padding:0; border:1px solid #eee } 
.pg_prev { text-indent:-999px; overflow:hidden; background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee } 
.pg_end { text-indent:-999px; overflow:hidden; background:url('../img/btn_end.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee } 
.pg_next { text-indent:-999px; overflow:hidden; background:url('../img/btn_next.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee } 
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover { background-color:#fafafa } 

.pg_current {display:inline-block;background: #061B31;border: 1px solid #061B31;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px} 
/* .form-box{width: 84%;} */

/*! 메인페이지 반응형 */
@media screen and (max-width:1250px) { 
 .main_wrap1 { padding: 0 20px 60px; } 
 .news_wrap { flex-direction: column; align-items: center; } 
 .tab { width:100%; margin-bottom:20px; } 
 .tabp{width:100%}
 .news_area { padding-top:45px } 
 .news_area .support { width: 100%; } 
 #tab01 .con_wrap .text_wrap, #tab02 .con_wrap .text_wrap, #tab03 .con_wrap .text_wrap { width:80%; } 
 .main_wrap3 .con_wrap { flex-direction:column; padding: 20px; } 
 .main_wrap2 .con_wrap { margin-right:20px; } 
 .main_wrap3 .con_left { margin: 0 auto; max-width:1000px; display: inline-block; } 
 .main_wrap3 .con_top, .main_wrap3 .con_bom { display: inline-block; } 
 /* .main_wrap3 .con_wrap .con_right { padding: 0 50px; } */
 .main_wrap3 .con_wrap .con_right iframe { position: initial; width: 100%; height: 500px; } 
 .main_wrap4 .con_wrap { flex-direction:column; align-items: center; } 
 .main_wrap4 .con_left { flex-direction: column;justify-content: center; } 
 .main_wrap4 .con_wrap .con_inner_box { width: 100%; justify-content: space-around; margin-bottom: 40px; } 
 .main_wrap4 .con_right { width: 100%; } 
 .form-box{width: 100%;} 
 } 
@media screen and (max-width:1100px) { 
 .main_wrap3 .con_top, .main_wrap3 .con_bom { width: 100%; max-width:700px; margin: 0 auto 40px; padding: 20px; } 
 #main_bn .text_wrap { padding: 40px; position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: left; color: white; } 
 } 
@media screen and (max-width:950px) { 
 #gnb_all .gnb_al_ul { flex-direction: column; } 
 #gnb_all { height: 100vh; } 
 #gnb_all .gnb_al_ul>li ul { display: none; } 
 #gnb_all .gnb_al_ul>li ul.on { display: block; } 
 #gnb_all .gnb_al_ul > li { border:none; } 
 #gnb_all .gnb_al_ul { width: 70%; } 
 #gnb_all .gnb_al_li .gnb_al_a { border-bottom: 1px solid #eee; } 
 #gnb_all .gnb_al_li .gnb_al_a::after { display: none; } 
 #gnb_all .gnb_al_ul > li { text-align: left; } 
 #gnb_all .gnb_al_li .gnb_al_a::after { background: transparent; } 
 #gnb_all .gnb_al_li { cursor: default; min-height: 40px; padding: 0; margin-bottom: 0; } 
 #gnb_all .gnb_al_li li:last-child { margin-bottom: 10px; } 
 } 
 
@media screen and (max-width:800px) { 
 .main_wrap3 .con_wrap .con_right iframe { height: 300px; } 
 .main_wrap4 .con_wrap .con_inner_box { flex-direction:column; width: 100%; height: inherit; justify-content: space-around; align-items:center; } 
 .main_wrap4 .con_left .con_left_left { padding: 30px; border: none; } 
 .main_wrap4 .con_left .con_left_right { width:62%; margin:0 auto 25px; } 
 .main_wrap4 .write_div_wrap { margin-top:0; margin-left: 0; } 
 .main_wrap4 .con_left .con_left_left { margin-top: 30px; height: unset;} 
 } 

@media screen and (max-width:650px) { 
 #tab01 .con_wrap .num_wrap,
 #tab02 .con_wrap .num_wrap,
 #tab03 .con_wrap .num_wrap { margin-right: 8px; } 
 .news_area .con_wrap p { overflow:hidden; text-overflow: ellipsis; white-space: nowrap; } 
 .tabnav li a { padding: 0 5px; } 
 #main_bn .text_wrap h2 { font-size: 1.2rem; margin-bottom:0 } 
 #main_bn .white_bar { display: none; } 
 .main_wrap4 .con_left .con_left_right { width:70%; } 
 #main_bn .text_wrap p { margin-bottom:10px } 
 #main_bn .text_wrap .btn_view { width: 135px; height: 37px; } 
 .tabcontent { padding:0; } 
 .news_area .con_wrap { margin-right: 20px; margin-left: 20px; } 
 .lt_more img { right:29px; } 
 } 
@media screen and (max-width:430px) { 
 #main_bn .text_wrap { padding: 31px; top: 63%; } 
 #main_bn .text_wrap .btn_view { transform: translateX(115px); } 
 .tabnav { margin-left: 10px; } 
 .news_area .con_wrap p:nth-of-type(2) { line-height: 1.2; } 
 #tab01 .con_wrap .text_wrap, #tab02 .con_wrap .text_wrap, #tab03 .con_wrap .text_wrap { margin: auto 0; } 
 .main_wrap2 { padding: 10px; } 
 .main_wrap2 .inner_box { justify-content: center; } 
 .main_wrap2 .con_box .tel a { font-size: 2rem !important; } 
 .main_wrap2 .fax { font-size: 2rem !important; } 
 .main_wrap3 .con_wrap { padding: 20px; } 
 .main_wrap4 .write_div_wrap .contact input { width: 100%; } 
 .main_wrap4 .write_div_wrap .mail input { width: 100%; } 
 .main_wrap4 .write_div_wrap .write_div select { width: 100%; } 
 .main_wrap4 .write_div_wrap .write_div select { width:100% } 
 .main_wrap4 .write_div_wrap .write_div .text_box { width: 100%; } 
 /* body { overflow-x:hidden; } */
 } 

/*2022-12-19 임준영 서브 탬메뉴 css*/
.mb_tabMenu{display:none;}
.con_tab_menu{margin-bottom:85px;}
.con_tab_menu>ul{border:1px solid #D2D2D2}
.con_tab_menu>ul>li{display:inline-block;}
.con_tab_menu>ul>li>a{color:#595458}
.con_tab_menu>ul .home{padding:36px;border-right:1px solid #D2D2D2;margin-right:18px;}
.con_tab_menu>ul .home>a{display:block;width:20px;height:20px;text-indent:-9999em;overflow:hidden;white-space:nowrap;background:url(/theme/basic/img/tab_home.svg)no-repeat center/contain;}
.con_tab_menu>ul .tab_middleMenu::after{content:" ";display:inline-block;width:10px;height:15px;margin:0 25px;background:url(/theme/basic/img/tab_menurrow.svg)no-repeat center/contain;}
.con_tab_menu>ul .tab_subMenu::after{content:" ";display:inline-block;width:1px;height:9px;background:#707070;margin:0 18px;}
.con_tab_menu>ul .tab_subMenu:last-child::after{content:"";display:none;}
.con_tab_menu>ul .tab_subMenu.on>a{color:#3C75C5;padding-bottom:31px;border-bottom:3px solid #3073C5}
@media screen and (max-width:1280px){
	.con_tab_menu>ul .home{padding:20px;margin-right:10px;}
	.con_tab_menu>ul .tab_middleMenu::after{margin:0 5px;}
	.con_tab_menu>ul .tab_subMenu::after{margin:0 5px;}
	.con_tab_menu>ul .tab_subMenu.on>a{padding-bottom:15px;}
}
@media screen and (max-width:1023px){
    .mb_tabmenu_flexbox{display: flex;align-items: center; justify-content: center;}
    .tabMenu_btn{justify-items: flex-end;}
	.mb_tabMenu{display:block;padding:20px;margin-bottom:20px;}
	.pc_tabMenu{display:none;}
	.mb_tabMenu .mb_menutit{text-align:center;}
	.mb_menu>ul{display:flex;flex-wrap:wrap;}
	.mb_menu>ul>li{width:calc(25% - 20px);margin:10px;padding:5px 10px;border:1px solid #D2D2D2;text-align:center;border-radius:5px;}
	.mb_menu>ul>li.on{border:1px solid #3C75C5}
	.mb_menu>ul>li.on>a{color:#3C75C5;}
}
@media screen and (max-width:768px){
	.tabMenu_btn{display:inline-block;padding:0 0 3px 10px;position: absolute;right: 25px;}
	.tabMenu_btn>img{cursor:pointer;}
	.mb_menu{max-height:0;overflow:hidden;margin-top:20px;transition:all .3s;}
	.mb_menu>ul>li{width:calc(33% - 20px)}
}
@media screen and (max-width:640px){
	.mb_menu>ul>li{width:calc(50% - 20px)}
	.mb_menu>ul>li:last-child{width:100%;}
	/* .odd_menu>ul>li:last-child{width:calc(50% - 20px)} */
}
@media screen and (max-width:400px){
	.mb_menu>ul>li{width:100%}
}
/* lim add api css */
.tab_con{font-size: 1.125rem;font-weight: 300;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;padding: 20px 0;border-top: 1px solid #ddd ;}
.tab_con:last-child{border-bottom: 1px solid #ddd;}

/* lim jong seung add media css about mainbanner10 */
@media (max-width: 960px){
    #main_bn{height: 500px;}
  body #main_bn img{height:500px;}
}
@media(max-width:650px){
	#main_bn{height:300px;}
	body #main_bn img{height:300px;}
}

/* lim jong seung add css 20230308 */
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	background: #fff;
	max-width: 1240px;
	margin:0 auto;
	padding: 0 20px;
}

.gnb_1da{
	transition:all 0.3s;
}
.gnb_1da:hover{
	color:black;
}
.head_login_box{
	display: flex;
	width:130px;
	justify-content: space-between;
	margin-left:63px;
}
.head_login_box a:hover{
	color:black;
}
.head_login_box a{
	transition:all 0.3s;
	color:#707070
}

/* subscribe */
.subscribe{
 /* padding:50px 0; */
 padding: 30px 40px;
 background: white;
 margin-bottom:40px;
}
.top_txt{
 /* margin-bottom:25px; */
 word-break: keep-all;
 background:white;
 padding:20px;
}
#agreetext{
 width:100%;
 height:140px;
 padding:20px;
 /* margin-top:15px; */
 font-size:0.875rem;
 border:1px solid rgba(0,0,0,.1);
 /* border-radius:10px; */
 cursor:not-allowed
}

.top_txt>p + p{
 margin-top:5px
}

.agree_sec>h5 , .new_info>h5{
 font-size:1.2rem;
 margin:20px 0;
}
.subs_title{
		font-size: 1.5rem;
		font-weight: bold;
		height: 50px;
		margin:10px 0;
		line-height: 30px;
		color: #333;
		align-items: center;
}
.subs_title h2{
	margin-left:10px;

}
.check_agree{
	background:white;
	padding:20px;
	margin:20px 0;
	text-align: center;
}
.radio_div{
	width:30%;
	margin: 15px  auto 25px;
	display: flex;
	justify-content: space-around;
}
.new_info_ul>li{
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	/* margin-bottom:15px; */
}
.form_div , .form_div>input{
	width:100%;
}
.new_info_ul>li>label{
	width:100px;
	margin-right:20px;
}
.border_top_bottom{
	border-top:1px solid #eee
}
.subs_chevron{
	transition:all 0.3s;
	color:#6f6f6f;
}
.subs_chevron:hover{
	color: #23527c;
}
.link_subs{
	width: 100%;
	margin:0 auto;
	max-width: 500px;
	margin-top:50px;
	display: block;
	padding:20px 10px;
	display: flex;
	justify-content: center;
}
.link_subs a{
	color:white;
}
.info_title{
	font-size: 1.1rem;
    font-weight: 600;
}
.new_info{
	display: none;
}
.form_div>input.w30{
	width:calc(33.3% - 13px);
}
.check2{
	display: none;
}
#reg_mb_zip{
	max-width:300px;
	width:100%;
}
.adress input{
	margin-bottom: 20px;
}
#reg_mb_addr1,#reg_mb_addr2,#reg_mb_addr3{
	margin-bottom: 20px;
	width:100%;
}
.info_sub{
	margin-top:10px;
}
.btn_confirm button{
	width:200px;
	height: 40px;
}
.info_sub{
	font-size:0.8rem;
	word-break: keep-all;
}
.m_text{
	width:calc(33.3% - 12px)
}
.tnb_admin{
	margin-left:10px;
}


@media screen and (max-width:1120px){
	.login_box_left{
		display: none;
	}
	.login_box_right{
		margin:0 auto;  
	}
}
@media screen and (max-width:880px){
	#logo{padding-top:20px;}
	.head_pc .gnb_wrap>ul{
		margin-left:unset;
		margin:0 auto;
	}
	.header{
		flex-direction:column;
	}
	.gnb_mnal{
		margin-bottom:20px;
	}
	.subscribe{
		padding:30px 20px;
	}
	.head_login_box{
		justify-content: center;
		margin-left: 0;
	}
	.new_win .new_win_con{
		margin-bottom: 245px;
	}
	#reg_result{
		margin-bottom: 0;
	}
}

video::-webkit-media-controls-enclosure {
 -webkit-context-menu: none;
}

#bo_v_con p{
 display:flex;flex-wrap:wrap
}

#bo_v_con p *{
 width:50%;
}

@media screen and (max-width:1000px) {
 #bo_v_con p *{
  width:100%;
 }
 #bo_v_title .bo_v_tit{
  font-size:0.5em
 }
}

