@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%; font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; 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;font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; word-break: keep-all;}
input,button,textarea,select{font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; }
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 {font-size: 16px; resize: none;border: none; background: #f7f7f7; height: 430px; width: 100%; padding: 20px 30px;}
textarea:focus {outline:none;}
textarea::placeholder {color:#888;}
input {border: none; background: #f7f7f7; font-size: 16px; font-weight: 500; height: 60px; padding: 0 20px;}
input::placeholder {font-weight: 500; color:#cdcdcd;}
select {border: none; font-size: 16px; font-weight: 500; height: 60px; background: url('../images/select_arrow.png') #f7f7f7 no-repeat right 20px center / 10px 6px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 0 20px; color:#666;}


#bo_w .bo_w_flie input{border: none;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 0 0px; display: inline-block}


.form_radio_btn {display: flex;}
input[type="radio"] {display:none;}
input[type="radio"] + label {cursor: pointer; display: flex; align-items: center; width: 26px; height : 26px; border: 1px solid #cdcdcd; border-radius: 50%; justify-content: center; margin: 0 auto; text-align: center;}
input[type="radio"] + label:hover {background: #f5f5f5;}
input[type="radio"] + label span {display: inline-block; width: 13px; height: 10px; margin: 2px 1px 0 0; vertical-align: sub; background: url('../images/check_off.png') center no-repeat; cursor: pointer; background-size: cover;}
input[type=radio]:checked + label {background: #111; border: 1px solid #111; color: #fff;}
input[type="radio"]:checked + label span {background:url('../images/check_on.png') center no-repeat; background-size: cover;}
input[type="radio"] + label .caption {cursor: pointer; display: inline-block; font-size: 16px; font-weight: 300; color:#999; vertical-align: revert;}
input[type="radio"]:checked + label .caption {color:#000;}

input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {cursor: pointer;}
input[type="checkbox"] + label span {display: inline-block; width: 20px; height: 20px; margin: 0 10px 0 0; background: url('../images/check_off.png') no-repeat center / cover; cursor: pointer; background-size: cover; border: 1px solid #bdbdbd; border-radius: 3px; background: transparent; vertical-align: middle;}
input[type="checkbox"]:checked + label span {background: url('../images/check_on.png') no-repeat center / cover; border: none;}
input[type="checkbox"] + label .caption {cursor: pointer; display: inline-block; font-weight: 400; color:#888; vertical-align: revert; margin: 0 !important; vertical-align: middle;}
input[type="checkbox"]:checked + label .caption {color:#000;}


.wrapper {width: 100%; max-width: 1612px; padding: 0 16px; margin: 0 auto; position: relative;}




/** Table **/
.tb::-webkit-scrollbar {width: 5px; height: 5px;}
.tb::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 50px; border-radius: 10px; }
.tb::-webkit-scrollbar-track {background:none;}
.tb {overflow-x: auto;}
.tb table {width: 100%; border-top: 1px solid #000; border-bottom: 1px solid #000;}
.tb table thead th {background-color: #edf8f7; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding: 0 4px; vertical-align: middle; height: 80px;}
.tb table .f24 {line-height: 26px;}
.tb table thead th .f24 {font-weight: 600;}
.tb table tbody td {text-align: center; letter-spacing: -0.5px; border-bottom: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; word-break: keep-all; vertical-align: middle; font-weight: 400;  padding: 19px 6px;}
.tb table tbody td.txtleft {text-align: left; padding: 19px 55px;}
.tb table tbody td:nth-child(1) {background-color: #edf8f7; font-weight: 600; color: #222;}
.tb table thead th:last-child, .tb table tbody td:last-child {border-right: 0;}
.tb table tbody tr:last-child td {border-bottom: 0;}
.tb table tbody td .f24 {color: #000; font-weight: 700;}
.tb table tbody td .f20, .tb table tbody td .f22 {color: #666;}
.tb table tbody td.borderbt {border-bottom: 1px solid #000;}
.tb table tbody td.borderright {border-right: 1px solid #d5d5d5; }
.tb2 table tbody td:nth-child(1) {background: transparent;}
/** Search Bar **/
.searchform {}
.searchform fieldset {display: flex; gap: 20px;}
.searchform select {width: 150px;}
.searchform input {width: 100%;}
.searchform .search_con {position: relative; display: inline-block; width: 100%;}
.searchform button {position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.searchform button img {max-width: 22px;}




/** Pagination**/
.pagination {text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 100px;}
.pagination a {font-size: 20px; color:#999; font-weight: 400; width: 46px; height: 46px; margin: 0 1px; display: inline-block; vertical-align: top; display: flex; align-items: center; justify-content: center;}
.pagination a:hover, .pagination a.on {color: #fff; background: #1ca196;}
.pagination a span {display: block; height: 12px;}
.pagination a.first span {background: url('../images/pagination_first.png') no-repeat center / 16px 14px;}
.pagination a.prev span {background: url('../images/pagination_prev.png') no-repeat center / 9px 14px;}
.pagination a.next span {background: url('../images/pagination_next.png') no-repeat center / 9px 14px;}
.pagination a.last span {background: url('../images/pagination_last.png') no-repeat center / 16px 14px;}
.pagination a.first:hover, .pagination a.prev:hover, .pagination a.next:hover, .pagination a.last:hover {border: none;}
.pagination a.first span, .pagination a.prev span, .pagination a.next span, .pagination a.last span {font-size: 0; width: 16px;}
.pagination a.prev {margin-right: 4px;}
.pagination a.next {margin-left: 4px;} 


.board_common_btn_list{margin-top: 50px;}
.board_common_btn_list ul{ display: flex; gap:20px;align-items: center; justify-content: center}
.board_common_btn_list ul li{font-size: 16px}

.board_common_btn_list ul li a, .board_common_btn_list ul li button{background: #f5f5f5; border-radius: 50px; border: 1px solid #ddd; display: inline-block; padding: 20px 25px}

/** Header **/
.header {width: 100%; position: fixed; z-index: 10; border-bottom: 1px solid rgb(255, 255, 255, 20%);}
.header_con {width:100%; z-index: 5; display: flex; justify-content: space-between; align-items: center;}
.header_con .contents_wrapper {display: flex; justify-content:space-between; align-items: center; width: 100%;}
.header_con .logo {padding-left: 55px;}
.header_con .logo a {display: inline-block; background: url('../images/logo_w.png') no-repeat center / cover; width: 150px; height: 43px; transition: all 0.3s;}
.header_con .navigator .header-menu {display: inline-block; vertical-align: middle;}
.header_con .navigator .header-menu li.on:hover {overflow: visible;}
.header_con .navigator .header-menu li.on {display: inline-block;vertical-align: top; cursor: pointer; position: relative; padding: 34px 50px; transition: all 0.3s;}
.header_con .navigator .header-menu li.on a.title {font-size: 20px; font-weight: 400; color:#fff; transition: all 0.4s ease; position: relative; display: inline-block; transition: all 0.3s;}
.header_con .navigator .header-menu li.on {overflow: hidden;}
.header_con .navigator .header-menu li.on:hover a.title::after {content: ''; display: inline-block; height: 4px; width: 4px; border-radius: 50%; background: #1ca196; position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px; transition: all 0.3s;}
.header_con .navigator .header-menu li .sub_menu_box {display: none; width: 100%; position: absolute; left: 0; top: 92px; z-index: 10;}
.header_con .navigator .header-menu li.on .sub_menu_bg {background: #fff;  box-shadow: 0px 15px 20px rgb(0 0 0 / 5%); height: 80px; width: 100%; position: fixed; left: 0; top: 92px; border-top: 1px solid #ccc; display: none; transition: all 0.3s;}
.header_con .navigator .header-menu li.on:hover .sub_menu_bg {display: inline-block;}
.header_con .navigator .header-menu li.on .sub_menu {position: absolute; top: 0; left: 20px; display: flex; width: 60vw;}
.header_con .navigator .header-menu li.on .sub_menu li {display: inline-block; text-align: center;}
.header_con .navigator .header-menu li.on .sub_menu li:first-child {padding-left: 0;}
.header_con .navigator .header-menu li.on .sub_menu li:last-child {padding-right: 0;}
.header_con .navigator .header-menu li.on .sub_menu li a {display: inline-block; font-weight: 400; color:#666; text-align: left; text-align: center; padding: 26px 35px; position: relative;}
.header_con .navigator .header-menu li.on .sub_menu li a::after {content: ''; height: 1px; width: calc(100% - 70px); background: #fff; display: block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 28px; transition: all 0.3s ease;}
.header_con .navigator .header-menu li.on .sub_menu li a:hover::after {background: #1ca196;}
.header_con .navigator .header-menu li.on .sub_menu li a:hover {color:#1ca196 !important; transition: all 0.3s ease;}
.header_con.active {background-color: #fff;}
.header_con.active .logo a {background: url('../images/logo.png') no-repeat center / cover !important;}
.header_con.active .navigator .header-menu li.on a.title {color:#222 !important;}
.header_con.active .navigator .header-menu li.on:hover a.title {color:#1ca196 !important;}
.header_con.active .lang .active .icon {background: url('../images/language_icon.png') no-repeat center / cover !important;}
.header_con .right_menu {border-left: 1px solid rgb(255, 255, 255, 0.2);     margin-left: 114px; z-index: 99;}
.header_con.active .right_menu {border-left: 1px solid #ccc;}
.header_con .lang {position: relative; cursor: pointer; margin: 0; width: 90px; height: 92px; display: flex; align-items: center; justify-content: center;  transition: all 0.4s;}
.header_con .lang .active {color:#222; position: relative; font-weight: 700; display: flex; align-items: center;}
.header_con .lang .active .icon {display: inline-block; background: url('../images/language_icon_w.png') no-repeat center / cover; width: 22px; height: 22px; transition: all 0.4s;}
.header_con .lang.on {background: #fff; transition: all 0.4s;}
.header_con .lang.on .active .icon {background: url('../images/language_icon.png') no-repeat center / cover !important; transition: all 0.4s;} 
.header_con .lang .lang_menu {display:none;  width: 100%; position: absolute; left: 0; top: 92px; box-shadow: 0px 10px 15px rgb(0 0 0 / 10%); text-align: center; z-index: 9; padding: 8px 10px; background: #fff; border-top: 1px solid #ddd; transition: all 0.3s;}
.header_con .lang .lang_menu a {font-size: 14px; font-weight: 400; color:#222; display: block; padding: 6px 6px; margin-bottom: 3px;}
.header_con .lang .lang_menu a:last-child {margin-bottom: 0;}
.header_con .lang .lang_menu a:hover, .header_con .lang .lang_menu a.active {color: #fff; font-weight: 600; background-color: #1ca196; border-radius: 8px;}
/* Header :: Under*/
.header.under {background: #fff; transition: all 1s;}
.header.under .header_con .logo a {width: 140px; height: 38px; transition: all 0.3s;}
.header.under .header_con .navigator .header-menu li.on a.title {font-size: 17px; transition: all 0.3s;}
.header.under .header_con .navigator .header-menu li.on {padding: 26px 40px; transition: all 0.3s;}
.header.under .header_con .lang {width: 80px; height: 72px; transition: all 0.3s;}
.header.under .header_con .navigator .header-menu li.on .sub_menu_bg {top: 72px; height: 60px; transition: all 0.3s;}
.header.under .header_con .navigator .header-menu li .sub_menu_box {top: 72px; transition: all 0.3s;}
.header.under .header_con .navigator .header-menu li.on .sub_menu li a {font-size: 15px; padding: 15px 20px; transition: all 0.3s;}
.header.under .header_con .navigator .header-menu li.on .sub_menu li a::after {bottom: 20px; width: calc(100% - 40px); transition: all 0.3s;}
/* Header :: Mobile*/
.header .m_menu_btn {display: inline-block; cursor: pointer; display: none;}
.header .m_menu_btn .menu-trigger {position: relative; width: 16px; height: 15px; margin-top: 0;}
.header .m_menu_btn .menu-trigger span {position: absolute; right: 0; width: 100%; height: 2px; background-color: #fff; border-radius: 100px;}
.header .m_menu_btn .menu-trigger span:nth-child(1) {top: 0;}
.header .m_menu_btn .menu-trigger span:nth-child(2) {top: 6px; width: 80%;}
.header .m_menu_btn .menu-trigger span:nth-child(3) {bottom: 0;}
.fp-viewing-home .header_con .navigator .header-menu li.on a {color:#fff;}
.fp-viewing-home .header_con .logo a {background: url('../images/logo_w_x3.png') no-repeat center / cover;}
.fp-viewing-home .header_con .lang .active .arrow {border-top: 6px solid #fff;}
.header .modal {display: none; position: fixed; width: 100%; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999; background:#1ca196;}
.header .modal .header_close_btn {display: inline-block; width: 24px; height: 24px; position: absolute; right: 16px; top: 20px; cursor: pointer; z-index: 1;}
.header .modal .header_close_btn span { display: inline-block; background: #fff; height: 24px;  position: relative; width: 1px; transform: rotate( 135deg); left: 10px;}
.header .modal .header_close_btn span:after {content: ""; background: #fff; height: 1px; position: absolute; top: 12px;  left: -11px; width: 24px;}
.header .modal .container {height: 100vh; padding-top: 0;}
.header .modal ul#myMenu {position: relative; top: 50%; transform: translateY(-52%); text-align: center;}
.header .modal li {white-space: nowrap;}
.header .modal li.category {margin-bottom: 20px; cursor: pointer; line-height: 30px;}
.header .modal li.category a.cate_txt {font-size: 24px; font-weight: 600; color: #fff;} 
.header .modal ul.sub_menu {margin-top: 6px; display: none;}
.header .modal ul.sub_menu li {padding: 3px 0;}
.header .modal ul.sub_menu li a {font-size: 16px; font-weight: 500; color:#e0edf5; line-height: 28px; display: inline-block; position: relative;}
.header .modal ul.sub_menu li .depth {margin-bottom: 10px;}
.header .modal ul.sub_menu li .depth li a {color:#a4c6d9; font-weight: 400; font-size: 15px;}
.header .modal li a span {display: inline-block;  z-index: 1;  height: 3px; width: 0%;  background-color: #fff; position: absolute; bottom: 1px; left: 0;}
.header .modal li a:hover {color:#fff; transition: all 0.8s;} 
.header .modal li a:hover span { width: 100%; transition: all 0.8s;} 
.header .modal li a .circle {display: inline-block;  width: 12px; height: 12px; background-color: #ec6617; border-radius: 50%; position: absolute; right: -30px; top: 0; opacity: 0; }
.header .modal li a:hover .circle {opacity: 1; transition: all 0.8s;}
/** Header **/



/** Footer **/
.footer {background: #000; padding: 45px 55px 25px;}
.footer .ft_con {display: flex; justify-content: space-between;}
.footer .ft_con .left {display: flex; gap: 90px;}
.footer .ft_con .left .ft_logo {background: url('../images/ft_logo.png') no-repeat center / cover; width: 225px; height: 66px;}
.footer .ft_con .left .ft_info {}
.footer .ft_con .left .ft_info li {margin-bottom: 4px; display: flex; gap: 25px;}
.footer .ft_con .left .ft_info li:nth-last-child(-n+2) {margin-bottom: 0;}
.footer .ft_con .left .ft_info li .f16 {color: #d8d8d8;}
.footer .ft_con .left .ft_info li .f16 span {display: block; font-weight: 300;}
.footer .ft_con .left .ft_info li.time {gap: 14px; align-items: center;}
.footer .ft_con .left .ft_info li .line {width: 1px; height: 12px; background: #c5c5c5; display: inline-block;} 
.footer .ft_con .left .ft_info li .f14 .divider {display: inline; margin: 0 10px;}
.footer .ft_con .left .ft_info li .f14.title {width: 52px; margin-right: 25px; color: #6d6d6d; flex-shrink: 0; font-weight: 400;}
.footer .ft_con .left .ft_info li .copylight {color: #999; font-weight: 500; margin-top: 55px;}
.footer .ft_con .left .ft_info li .copylight strong {font-weight: 700;}
.footer .ft_con .right .top_btn {background: #1ca196; width: 64px; height: 64px; border-radius: 15px; display: flex; flex-flow: column; justify-content: center; align-items: center;}
.footer .ft_con .right i {color: #fff; font-size: 14px; margin-top: 2px;}
.footer .ft_con .right .f16 {color: #fff}
/** Footer **/











@media (max-width: 1600px) {
   .header_con .navigator .header-menu li.on {padding: 30px 50px;}
   .header_con .navigator .header-menu li.on a.title {font-size: 18px;}
   .header_con .navigator .header-menu li.on:hover a.title::after {bottom: -8px;}
   .header_con .navigator .header-menu li.on .sub_menu li a {font-size: 16px; padding: 20px 30px;}
   .header_con .navigator .header-menu li.on .sub_menu li a::after {bottom: 24px; width: calc(100% - 60px);}
   .header_con .navigator .header-menu li.on .sub_menu_bg {height: 70px;}
   .header_con .lang {height: 82px;}
   .header_con .lang .lang_menu, .header_con .navigator .header-menu li .sub_menu_box, .header_con .navigator .header-menu li.on .sub_menu_bg {top: 82px;}
   .footer {padding: 45px 16px 25px;}
   .wrapper2 {padding: 0 16px;}
   .tb table thead th {height: 70px;}
   .tb table thead th .f24, .tb table tbody td .f24 {font-size: 20px; line-height: 24px;}
   .tb table tbody td .f20, .tb table tbody td .f22 {font-size: 18px; line-height: 26px;}
}


@media (max-width: 1440px) { 
   .header_con .logo {padding-left: 16px;}
   .header_con .lang {width: 80px;}
   .header_con .lang .lang_menu a {font-size: 13px;}
   .tb table tbody td {padding: 16px 6px;}
   .tb table tbody td.txtleft {padding: 16px 30px;}
   .pagination {margin-top: 80px;}
   .pagination a {font-size: 18px;}
}


@media (max-width: 1200px) { 
   .header_con .logo a {width: 140px; height: 38px;}
   .header_con .navigator .header-menu li.on a.title {font-size: 17px;}
   .header_con .navigator .header-menu li.on {padding: 26px 40px;}
   .header_con .lang {height: 72px;}
   .header_con .lang .lang_menu, .header_con .navigator .header-menu li .sub_menu_box, .header_con .navigator .header-menu li.on .sub_menu_bg {top: 72px;}
   .header_con .navigator .header-menu li.on .sub_menu_bg {height: 60px;}
   .header_con .navigator .header-menu li.on .sub_menu li a {font-size: 15px; padding: 15px 20px;}
   .header_con .navigator .header-menu li.on .sub_menu li a::after {bottom: 20px; width: calc(100% - 40px);}
   .footer .ft_con .left .ft_logo {width: 180px; height: 53px;}
   input, select {height: 54px;}
   .searchform fieldset {gap: 10px;}
   textarea {height: 240px; padding: 16px 20px;}
   .pagination {margin-top: 60px;}
   .pagination a {font-size: 16px; width: 40px; height: 40px;}
   .tb table thead th {height: 60px;}
   .tb table tbody td {padding: 16px 6px;}
   .tb table tbody td.txtleft {padding: 16px 18px;}
   .tb table thead th .f24, .tb table tbody td .f24 {font-size: 18px; line-height: 22px;}
   .tb table tbody td .f20, .tb table tbody td .f22 {font-size: 16px; line-height: 24px;}
}


@media (max-width: 1024px) { 
   .header_con {height: 60px;}
   .header_con .logo a {width: 110px; height: 31px;}
   .header_con .navigator {display: none;}
   .header_con .lang, .header.under .header_con .lang {width: 30px; height: 30px; border-top-left-radius: 6px; border-top-right-radius: 6px; }
   .header_con .lang.on {box-shadow: 0px -2px 10px rgb(0 0 0 / 10%);}
   .header_con .lang .active .icon {width: 20px; height: 20px;}
   .header_con .lang .lang_menu {position: absolute; top: 30px; left: 50%; transform: translateX(-50%); width: 80px; border-top: 0; box-shadow: 0px 6px 15px rgb(0 0 0 / 10%); border-radius: 6px;}
   .header_con .right_menu {display: flex; margin-left: 0; margin-right: 16px; align-items: center; border-left: 0 !important; gap: 16px;}
   .header .m_menu_btn {display: inline-block;}
   .footer {padding: 35px 16px 25px;}
   .footer .ft_con .left {gap: 50px;}
   .footer .ft_con .left .ft_logo {width: 150px; height: 43px;}
   .footer .ft_con .left .ft_info li {gap: 18px;}
   .footer .ft_con .left .ft_info li .copylight {margin-top: 35px;}
   .footer .ft_con .right .top_btn {width: 60px; height: 60px; border-radius: 10px;}
   input, select, textarea {font-size: 15px;}
   input[type="radio"] + label {width: 22px; height: 22px;}
   .searchform button img {max-width: 18px;}
   input[type="checkbox"] + label span {width: 16px; height: 16px; margin: 0 6px 0 0;}
   .tb table thead th {height: 50px;}
   .tb table tbody td {padding: 14px 6px;}
   .tb table tbody td.txtleft {padding: 14px 18px;}
   .tb table thead th .f24, .tb table tbody td .f24 {font-size: 16px; line-height: 18px;}
   .tb table tbody td .f20, .tb table tbody td .f22 {font-size: 15px; line-height: 21px;}
}


@media (max-width: 959px) { 
   .footer .ft_con .left {gap: 30px;}
}


@media (max-width: 768px) {
   .footer .ft_con .left {flex-flow: column; gap: 16px;}
   .footer .ft_con .left .ft_logo {width: 120px; height: 35px;}
   textarea {height: 200px;}
   .pagination a {width: 35px; height: 35px;}
   input, select {padding: 0 14px;}
   textarea {padding: 14px 16px;}
   .searchform fieldset {gap: 6px;}
	.searchform select {width: 110px;}
   .tb table tbody td {padding: 10px 6px;}
   .tb table tbody td.txtleft {padding: 12px 15px;}
}


@media (max-width: 640px) {
   .footer .ft_con .left .ft_info li {flex-flow: column; gap: 0;}
   .footer .ft_con .left .ft_info li.time {gap: 0; align-items: flex-start;}
   .footer .ft_con .left .ft_info li .line {display: none !important;}
   .footer .ft_con .right .top_btn {width: 55px; height: 55px;}
   .footer .ft_con .right .f16 {font-size: 14px;}
   .footer .ft_con .left .ft_info li .copylight {margin-top: 25px;}
   .pagination {margin-top: 40px;}
}


@media (max-width: 480px) {
   .pagination a {width: 30px; height: 30px; font-size: 15px;}
   .pagination a span {height: 8px;}
   .pagination a.prev {margin-right: 4px;}
   .pagination a.next {margin-left: 4px;}
   .searchform select {width: 90px;}
   textarea {height: 160px;}
   .tb table tbody td {padding: 8px 6px;}
   .tb table tbody td.txtleft {padding: 8px 10px;}
   .tb table thead th .f24, .tb table tbody td .f24 {font-size: 15px; line-height: 17px;}
}


@media (max-width: 375px) {
   .footer .ft_con .left .ft_info li .f16 {font-size: 14px; line-height: 24px;}
}


