@charset "utf-8";
html {position: relative; height: 100%; min-height: 100%; margin: 0; -webkit-text-size-adjust:none;}
body {position: relative; width: 100%; height: auto; min-height: 100%; overflow-y: auto; overflow-x: hidden; letter-spacing: 0;}
*, *::before, *::after {padding:0; margin:0; box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;word-break: keep-all;}
input,button,textarea,select{}
ul {list-style-type: none; padding-inline-start: 0;}
a {text-decoration: none;}
table{padding:0; border:0; border-spacing:0px; border-collapse:collapse;}
th, td{padding:0;}
button {border: none; background:none; cursor: pointer;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{outline: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
textarea:focus {outline:none;}
textarea::placeholder {color:#999;}
input {font-size: 16px; font-weight: 500; height: 70px; border-radius: 50px; padding: 0 40px; background: #fff; border: none; width: 100%;}
input::placeholder {font-weight: 500; color:#888;}
select {border: none; font-size: 16px; font-weight: 500; border-radius: 50px;  height: 70px; background: url('../images/select_arrow_x3.png') transparent no-repeat right 30px center / 18px 11px; background-color: #fff; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 0 40px; color:#888; width: 100%; max-width: 350px;}
textarea {font-size: 16px; font-weight: 500; resize: none; border: none; height: 190px; width: 100%; border-radius: 40px; padding: 25px 40px;}
.wrapper {width: calc(100% - 288px); padding: 0 16px; margin: 0 144px; position: relative; display: flex; align-items: center;}
.image100 img {width: 100%;}


/** Header **/
.headerContainer {position:fixed; top:0; left:0; width:100%; z-index:3; overflow:hidden; background-position:0% 175px; transition:	all 0.4s ease-in-out; -webkit-transition:	all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition:	all 0.4s ease-in-out;-webkit-transition:	all 0.4s ease-in-out; margin-top: 20px;}
.headerContainer header .wrapper	{justify-content:space-between;}
.headerContainer header a {display:flex; align-items:center; justify-content: center;}
.headerContainer header .bg {display: none;}
.headerContainer header .logo {display: flex; align-items: center;}
.headerContainer header .logo a {display:inline-block; width: 68px; height: 70px; background: url('../images/logo_w.png') no-repeat center / cover;}
.headerContainer.open header .logo a {background: url('../images/logo.png') no-repeat center / cover !important;}
.headerContainer header .hd_con {display: flex; align-items: center;}
.headerContainer header nav {text-align:center;}
.headerContainer header nav a	{font-size:15px; color:#999;}
.headerContainer header nav > ul	{display:flex; height: auto;}
.headerContainer header nav li li a	{padding:12px 0; width:100%;}
.headerContainer header nav li li:first-child a {padding-top: 0;}
.headerContainer header nav > ul > li {margin: 0 35px;}
.headerContainer header nav > ul > li:first-child {margin-left: 0;}
.headerContainer header nav > ul > li:last-child {margin-right: 0;}
.headerContainer header nav > ul > li > a {display:flex; justify-content:center; align-items:center; height:100px; font-weight:500; cursor: pointer; font-size: 20px; color: #fff;}
.headerContainer header nav > ul > li > a:hover {color: rgb(255,255,255,0.7);}
.headerContainer .contact_btn {display: flex; align-items: center; background: #fff; border-radius: 50px; padding: 5px; margin-left: 60px; position: relative;}
.headerContainer .contact_btn .icon {width: 50px; height: 50px; background: #32c6a8; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-shrink: 0; z-index: 1;}
.headerContainer .contact_btn .icon span {display: inline-block; background: url('../images/contact_btn_icon.png') no-repeat center / cover; width: 19px; height: 18px;}
.headerContainer .contact_btn .f18 {font-weight: 700; margin: 0 25px 0 20px; z-index: 1; transition: 0.3s;}
.headerContainer .contact_btn .hover_bg {background: #32c6a8; width: 50px; height: 50px; border-radius: 30px; position: absolute; left: 5px; top: 5px; transition: 0.3s;}
.headerContainer .contact_btn:hover .hover_bg {width: calc(100% - 10px); transition: 0.3s;}
.headerContainer .contact_btn:hover .f18 {color: #fff; font-weight: 600; transition: 0.3s;} 
.headerContainer .box.all_menu_box {cursor: pointer; transition: all 0.3s; display: none; margin-left: 20px;} 
.headerContainer .all_menu_box .all_menu {display: inline-block; position: relative; width: 25px; height: 18px; vertical-align: middle;}
.headerContainer .all_menu_box .all_menu span {display: block;position: absolute; right: 0; width: 100%; height: 2px; background: #fff; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; transition: all 0.30s ease-in-out;}
.headerContainer .all_menu_box .all_menu span:nth-child(1) {top: 0;}
.headerContainer .all_menu_box .all_menu span:nth-child(2) {top: 8px; width: 60%;}
.headerContainer .all_menu_box .all_menu span:nth-child(3) {top: 16px;}
/**  Header Modal Popup **/
.hd_modal {display: none; position: fixed; width: 100%; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999; background:#32c6a8;}
.hd_modal .header_close_btn {display: inline-block; width: 24px; height: 24px;  position: absolute;  right: 20px;  top: 24px; cursor: pointer; z-index: 1;}
.hd_modal .header_close_btn span { display: inline-block; background: #fff; height: 24px;  position: relative; width: 1px; transform: rotate( 135deg); left: 10px;}
.hd_modal .header_close_btn span:after {content: ""; background: #fff; height: 1px; position: absolute; top: 12px;  left: -11px; width: 24px;}
.hd_modal .container {height: 100vh; padding-top: 0;}
.hd_modal ul#myMenu {position: relative; top: 50%; transform: translateY(-52%); text-align: center;}
.hd_modal li {white-space: nowrap; margin-bottom: 15px;}
.hd_modal li a {color: rgb(255,255,255,0.8); font-size: 20px;}
.hd_modal li a:hover {color:#fff; transition: all 0.8s;} 
/**  Header Modal Popup **/
.manual .headerContainer	{background: #fff; padding-top: 20px; margin-top: 0}
.manual .headerContainer header{background: #fff}
	
.manual .headerContainer header .logo a {
    background: url(/images/logo.png) center center / cover no-repeat;
}	
	
.manual .headerContainer header nav > ul > li > a{color: rgb(34, 34, 34);}
	
.manual .headerContainer .all_menu_box .all_menu span	{background: rgb(34, 34, 34);}
.manual .headerContainer .contact_btn	{border: 1px solid #eee}
	
	

	
/** Header **/

/** Footer **/
.footer {background: #222;}
.footer .wrapper {justify-content: space-between; align-items: flex-start;}
.footer .wrapper .left {display: flex; flex-flow: column; padding: 60px 0 40px;}
.footer .left .ft_logo {margin-bottom: 45px;}
.footer .left .ft_logo img {width: 100%; max-width: 94px;}
.footer .left .ft_info li {color: #fff; margin-bottom: 6px;}
.footer .left .ft_info li span {margin-right: 20px;}
.footer .right .top_btn a {display: flex; justify-content: center; align-items: center; width: 110px; height: 110px; background: #292929; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; transition: all 0.3s;}
.footer .right .top_btn a:hover {background: #1c1c1c; transition: all 0.2s;}
.footer .right .top_btn a .arrow {background: url('../images/top_icon.png') no-repeat center / cover; width: 23px; height: 26px;}
.footer .copyright {border-top: 1px solid #292929; padding: 20px;}
.footer .copyright .f15 {color: #404040; text-align: center;}
/** Footer **/


/**board**/
	
#bo_list, #bo_w {position:relative;max-width: 1360px; padding: 230px 0 150px; margin: 0 auto}	
	
.manual_title{text-align: center; margin-bottom: 80px}
.manual_title h2{font-size: 52px; color: #222; font-weight: bold}		
	
	
.search_are{display: flex; justify-content: flex-end;}	
.searchbox{height: 45px; border: 1px solid #c5c5c5; border-radius: 5px; max-width: 350px; padding-right: 20px}	
.searchbox .sch_bar{ display: flex;     align-items: center;
    justify-content: flex-start;}
.searchbox input{border: 0; line-height: 43px; font-size: 15px; color: #878787;height: 43px;
    padding: 0 20px;}
.searchbox input:placeholder{color: #878787}	
.searchbox img{display: block}


.mn_board{margin-top: 20px}
.mn_board table{width: 100%; border-top: 3px solid #000}
.mn_board table td{padding: 30px; border-bottom: 1px solid #dddddd; vertical-align: middle}
.board_num{ width: 150px; text-align: center; font-size: 25px; color: #e6e6e6; font-weight: bold}

.board_mnbtn{text-align: right}
.board_mnbtn a{display: inline-flex; height: 52px; background: #32c6a8; color: #fff; border-radius: 60px; line-height: 52px; padding: 0 25px;
justify-content: flex-start;
    align-items: center; gap:5px; font-size: 16px}


.board_txt{}
.board_txt h2{font-size: 30px; color: #222; font-weight: bold}
.board_txt p{font-size: 20px; font-weight: 400; margin-top:10px }
.board_txt a{display: inline-flex; height: 40px; background: #666; color: #fff; border-radius: 60px; line-height: 40px; padding: 0 25px;
justify-content: flex-start;
    align-items: center; gap:5px; font-size: 14px; margin-top: 10px}

@media (max-width: 1850px) {
   .headerContainer {margin-top: 10px;}
   .wrapper {width: calc(100% - 158px); padding: 0 16px; margin: 0 14px 0 144px;}
}


@media (max-width: 1600px) {
   .headerContainer {margin-top: 0;}
   .wrapper {width: calc(100% - 158px); padding: 0 16px; margin: 0 14px 0 144px;}
}


@media (max-width: 1440px) { 
   .wrapper {width: calc(100% - 160px); padding: 0 16px; margin: 0 40px 0 120px;}
   .headerContainer {margin-top: 10px;}
   .headerContainer header .logo a {width: 50px; height: 53px;}
   .headerContainer header nav > ul > li {margin: 0 30px;}
   .headerContainer header nav > ul > li > a {height: 80px; font-size: 17px;}
   .headerContainer .contact_btn {margin-left: 40px;}
   .headerContainer .contact_btn .icon, .headerContainer .contact_btn .hover_bg{width: 40px; height: 40px;}
   .headerContainer .contact_btn .f18 {font-size: 16px; margin: 0 20px 0 12px;}
   .footer .left .ft_logo img {max-width: 80px;}
   input, select {height: 60px;}
}


@media (max-width: 1200px) { 
   .headerContainer {margin-top: 0;}
   .wrapper {width: 100%; padding: 0 16px; margin: 0;}
   
   #bo_list, #bo_w {position:relative;max-width: 1360px; padding: 180px 16px 100px; margin: 0 auto}
}


@media (max-width: 1024px) { 
   .headerContainer {margin-top: 20px;}
   .headerContainer header nav {display: none;}
   .headerContainer .box.all_menu_box {display: block;}
	.headerContainer .contact_btn {margin-left: 0; background: transparent; padding: 0;}
	.headerContainer .contact_btn .icon {}
	.headerContainer .contact_btn .f18, .headerContainer .contact_btn .hover_bg {display: none;}
   input, select {font-size: 16px; padding: 0 20px; height: 54px;}
   textarea {font-size: 16px; padding: 15px 20px; border-radius: 25px; height: 140px;}
   .footer .right .top_btn a {width: 70px; height: 70px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
   .footer .wrapper .left {padding: 40px 0 30px;}
   .footer .left .ft_logo {margin-bottom: 25px;}
   .footer .left .ft_logo img {max-width: 70px;}
   .footer .right .top_btn a .arrow {width: 16px; height: 20px;}
   
   .board_num{width: 80px}
   .mn_board table td{padding:25px 15px}
   
}


@media (max-width: 768px) {
   .headerContainer {margin-top: 10px;}
	.headerContainer header .logo a {width: 45px; height: 46px;}
	
	 #bo_list, #bo_w {position:relative;max-width: 1360px; padding: 130px 16px 100px; margin: 0 auto}
	.manual_title h2{font-size: 30px}
	
	.mn_board table tr{padding: 25px 15px; border-bottom: 1px solid #ddd; display: block}
	.mn_board table td {
    padding: 0px;
    display: block;
    width: 100%;
    border-bottom: 0;}
    
    .board_num{text-align: left; font-size: 16px}
    
    .board_txt{padding: 15px 0}
    .board_txt h2{font-size: 20px;}
    .board_txt p{font-size: 16px}
	
	.board_mnbtn{text-align: left}
	
	.board_mnbtn a {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    gap: 3px;
    font-size: 14px;}
    
    .search_are {
    display: flex;
    justify-content: center;}
	
	
	
}


@media (max-width: 640px) {
   .footer .left .ft_info li {margin-bottom: 0;}
   .footer .left .ft_info li span {display: block;}
}


@media (max-width: 540px) {
   input, select {height: 50px; font-size: 15px;}
   textarea {height: 100px; border-radius: 20px; font-size: 15px;}
   
   .manual_title{margin-bottom: 40px}
   .manual_title h2{font-size: 25px}
	

    
    .board_num{text-align: left; font-size: 16px}
    
    .board_txt{padding: 15px 0}
    .board_txt h2{font-size: 18px;}
    .board_txt p{font-size: 14px}
	
	.board_mnbtn{text-align: left}
	
	.board_mnbtn a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    gap: 3px;
    font-size: 14px;}
   
   .board_mnbtn a img{max-width: 25px}
   
   
}


@media (max-width: 479px) {
   .footer .left .ft_logo {margin-bottom: 15px;}
   .footer .left .ft_logo img {max-width: 50px;}
   .footer .copyright {padding: 15px 10px;}
   .footer .right .top_btn a {width: 60px; height: 60px;}
}


@media (max-width: 375px) {
   input, select {height: 46px; padding: 0 14px;}
   textarea {height: 60px; border-radius: 15px;}
}

