@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');




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: 20px; resize: none;}
textarea:focus {outline:none;}
textarea::placeholder {color:#999;}
form .hidden {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}

input {border: 1px solid #e6e6e6; font-size: 17px; font-weight: 400; height: 60px; border-radius: 10px; padding: 0 18px;}
input::placeholder {font-weight: 400; color:#999;}
select {border: none; border: 1px solid #e6e6e6; font-size: 17px; height: 60px; background: url('../images/select_arrow_x3.png') transparent no-repeat right 25px center / 11px 7px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 0 20px; color:#222;}
textarea {font-size: 18px; resize: none;border: none;border: 1px solid #ddd; height: 300px; width: 100%; border-radius: 10px; padding: 20px;}

.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;}






.image100 img {width: 100%;}
.wrapper1 {width: 100%; max-width: 1492px; padding: 0 16px; margin: 0 auto; position: relative;}
.wrapper2 {width: 100%; padding: 0 80px; margin: 0 auto; position: relative;}
.txt_b span {display: block;}



/** Table **/
table {width: 100%; border-top: 2px solid #000;}
table tbody th {font-size: 22px; border-bottom: 1px solid #ddd; padding: 30px; border-right: 1px solid #ddd;}
table tbody td {font-size: 18px; line-height: 32px; text-align: center; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding: 13px 6px; word-break: keep-all; vertical-align: middle; color:#333; font-weight: 500;}
table tbody th:last-child, table tbody td:last-child {border-right: 0;}


/** Search Bar **/
.searchform {}
.searchform fieldset {display: flex;}
.searchform select {width: calc(25% - 13px); margin-right: 13px;}
.searchform input {width: 100%; font-weight: 500;}
.searchform .search_con {position: relative; display: inline-block; width: 50%;}
.searchform button {position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.searchform button img {max-width: 27px;}



/** Pagination**/
.pagination {text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 40px;}
.pagination span {margin: 0 10px; display: flex; align-items: center; justify-content: center;}
.pagination a {font-size: 14px; color:#555; font-weight: 500; width: 10px; margin: 0 6px; line-height: 22px; display: inline-block; vertical-align: top; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; transition: all 0.3s;}
.pagination a:hover, .pagination a.on {color:#fff; background: #3c9cde;  transition: all 0.3s;}
.pagination a.first {background: url('../images/pagination_first.png') no-repeat center / 16px 14px;}
.pagination a.prev {background: url('../images/pagination_prev.png') no-repeat center / 9px 14px;}
.pagination a.next {background: url('../images/pagination_next.png') no-repeat center / 9px 14px;}
.pagination a.last {background: url('../images/pagination_last.png') no-repeat center / 16px 14px;}
.pagination a.first, .pagination a.prev, .pagination a.next, .pagination a.last {font-size: 0; width: 16px;}
.pagination a.prev {margin-right: 40px;}
.pagination a.next {margin-left: 40px;} 
.pagination a.move {width: 13px; margin: 0 10px; flex-shrink: 0;}
.pagination a.move:hover {border: none;}



/** font **/
.f80, .f70, .f66, .f64, .f60, .f56, .f54, .f52, .f46, .f44, .f42, .f40, .f38, .f32, .f30, .f28, .f26, .f24, .f22, .f20, .f19, .f18, .f17, .f16 .f15, .f14, .f13, .f12 {color:#222; letter-spacing: -0.5px; word-break: keep-all;}

.f80 {font-size: 76px; font-weight: 700; line-height: 86px; letter-spacing: -3px;}
.f70 {font-size: 66px; font-weight: 700; line-height: 76px; letter-spacing: -2px;}
.f66 {font-size: 62px; font-weight: 700; line-height: 72px; letter-spacing: -2px;}

.f64 {font-size: 60px; font-weight: 700; line-height: 70px; letter-spacing: -2px;}
.f60 {font-size: 56px; font-weight: 700; line-height: 66px; letter-spacing: -2px;}
.f56 {font-size: 54px; font-weight: 700; line-height: 64px;}
.f54 {font-size: 52px; font-weight: 700; line-height: 62px;}
.f52 {font-size: 50px; font-weight: 700; line-height: 60px;}

.f50 {font-size: 48px; font-weight: 700; line-height: 58px;}
.f46 {font-size: 44px; font-weight: 600; line-height: 54px;}
.f44 {font-size: 42px; font-weight: 700; line-height: 52px;}
.f42 {font-size: 40px; font-weight: 600; line-height: 50px;}
.f40 {font-size: 38px; font-weight: 600; line-height: 48px;}
.f38 {font-size: 36px; font-weight: 600; line-height: 46px;}
.f36 {font-size: 34px; font-weight: 400; line-height: 44px;}
.f34 {font-size: 32px; font-weight: 400; line-height: 42px;}
.f32 {font-size: 30px; font-weight: 500; line-height: 40px;}

.f30 {font-size: 28px; font-weight: 600; line-height: 38px;}
.f28 {font-size: 26px; font-weight: 800; line-height: 36px;}
.f26 {font-size: 24px; font-weight: 500; line-height: 34px;}
.f24 {font-size: 22px; font-weight: 500; line-height: 32px;}
.f22 {font-size: 20px; font-weight: 400; line-height: 30px;}
.f20 {font-size: 18px; font-weight: 400; line-height: 28px;}
.f19 {font-size: 17px; font-weight: 500; line-height: 27px;}
.f18 {font-size: 16px; font-weight: 500; line-height: 26px;}
.f17 {font-size: 16px; font-weight: 400; line-height: 26px;}
.f16 {font-size: 15px; font-weight: 400; line-height: 25px;}
.f15 {font-size: 15px; font-weight: 400; line-height: 25px;}
.f14 {font-size: 14px; font-weight: 400; line-height: 22px;}
.f13 {font-size: 13px; font-weight: 400; line-height: 21px;}
.f12 {font-size: 12px; font-weight: 400; line-height: 20px;}









/** Header **/
.headerContainer {position:fixed; top:0; left:0; width:100%;  z-index:3;  height:110px; background-color:#fff; 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;}
.headerContainer.open::after {content:""; width:100%; height:1px; position:absolute; top:109px; left:0; background:rgb(204, 204, 204, 0.3);}
.headerContainer.top	{background-color:transparent; border-bottom: 1px solid rgb(204, 204, 204, 0.3);}
.headerContainer.top header nav a {color:#fff;}
.headerContainer.open {height:470px; background-color:#fff;}
.headerContainer.open header nav a {color:#666;}
.headerContainer.open header .bg {content:""; background: url('../images/emblem.png') no-repeat center / cover; width: 400px; height: 371px; position: absolute; left: 100px; bottom: -10px;}
.headerContainer header	{display:flex; justify-content:space-between; padding:0 80px;}
.headerContainer header a {display:flex; align-items:center; justify-content: center;}
.headerContainer header .logo {display: flex; align-items: center; height: 110px;}
.headerContainer header .logo a {display:inline-block; width: 203px; height: 37px; 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 {}
.headerContainer header nav {margin-left:auto; /*margin-right:100px; padding:0 40px;*/ text-align:center;}
.headerContainer header nav a	{font-size:15px; color:#222;}
.headerContainer header nav a:hover	{color:#fff;}
.headerContainer header nav > ul	{display:flex;}
.headerContainer header nav ul ul {padding:32px 0; height:360px; border-left: 1px solid rgb(204, 204, 204, 0.3);}
.headerContainer header nav li li a	{padding:12px 10px; width:100%;}
.headerContainer header nav > ul > li > .cate {position:relative; display: flex; justify-content: center;}
.headerContainer header nav > ul > li > .cate:after {content:""; width:0; height:2px; background-color:transparent; position:absolute; bottom:-1px; left:50%; z-index:1; transition:	all 0.3s ease-in-out; -webkit-transition:	all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition:	all 0.3s ease-in-out; -o-transition:	all 0.3s ease-in-out; -webkit-transition:	all 0.3s ease-in-out;}
.headerContainer header nav > ul > li > .cate > a {display:flex; justify-content:center; align-items:center; width:200px; height:110px; font-weight:400;cursor: pointer;font-size: 16px;}
.headerContainer header nav > ul > li:hover > p:after	{width:100%;background-color:#e71650; left:0;}
.headerContainer header > ul {display:flex; height:100px; align-items:center; margin:0 45px 0 25px;}
.headerContainer header > ul > li + li:before {content:""; width:1px; height:11px; background-color:rgba(0,0,0,.3); display:inline-block; vertical-align:middle;}
.headerContainer.top header > ul	 > li + li:before	{background-color:rgba(255,255,255,.3);}
.headerContainer header > ul > li > a {font-size:18px; color:#222; font-weight:600; padding:0 15px;}
.headerContainer.top header > ul	 > li > a {color:#fff;}
.headerContainer.open header > ul > li > a {color:#222;}
.headerContainer header > ul > li.on > a {color:#fff;}
.headerContainer .right_menu {position:fixed; top:0; right:0; z-index:10; width:80px; height:100vh; border-left: 1px solid rgb(204, 204, 204, 0.3); display: flex; justify-content: flex-start; align-items: center; flex-flow: column;}
.headerContainer button.menu {padding-top: 27px;}
.headerContainer button.menu span {display: inline-block; position:relative; width:22px;  height:1px; background:#fff; margin:27px 0 26px; transition:	all 0.3s ease-in-out; -webkit-transition:	all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.headerContainer button.menu span:before {content:"";  position:absolute;  top:-7px;  right:0; background:#fff; height:1px; width:22px; transition:	all 0.3s ease-in-out; -webkit-transition:	all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition:	all 0.3s ease-in-out; -o-transition:	all 0.3s ease-in-out; -webkit-transition:	all 0.3s ease-in-out;}
.headerContainer button.menu span:after {content:"";  position:absolute;  top:7px;  left:0; background:#fff; height:1px; width:22px; transition:	all 0.3s ease-in-out; -webkit-transition:	all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition:	all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.headerContainer.open button.menu span, .headerContainer.open button.menu span:before, .headerContainer.open button.menu span:after {background: #111;}
.headerContainer button.menu:hover span:after, button.menu:hover span:before	{width: 12px;}
.headerContainer button.menu.on span {background: transparent;}
.headerContainer button.menu.on span:before, button.menu.on span:after	{top:0;}
.headerContainer button.menu.on span:before {transform:rotate(-45deg);}
.headerContainer button.menu.on span:after {transform:rotate(45deg);}
.headerContainer button.menu.on:hover span:before,button.menu.on:hover span:after {width:24px;}
.headerContainer .right_menu .utility {margin-top: 45px; display: flex; justify-content: center; flex-flow: column;}
.headerContainer .right_menu .utility .icon {display: inline-block; width: 17px; height: 17px; margin: 17px 0;}
.headerContainer .right_menu .utility .inquiry {background: url('../images/menu_inquiry.png') no-repeat center / cover;}
.headerContainer .right_menu .utility .global {background: url('../images/menu_global.png') no-repeat center / cover;}
.headerContainer.open .right_menu .utility .inquiry {background: url('../images/menu_inquiry_on.png') no-repeat center / cover;}
.headerContainer.open .right_menu .utility .global {background: url('../images/menu_global_on.png') no-repeat center / cover;}
.headerContainer.open header nav > ul > li:hover {background: #3c9cde; z-index: 99;}
.headerContainer.open header nav > ul > li:hover a {color:#fff;}
.headerContainer.open header nav > ul > li > .cate {position: relative;}
.headerContainer.open header nav > ul > li:hover > .cate::after {content: ''; width: 140px; height: 3px; background: #fff; position: absolute; top: 108px; left: 50%; transform: translateX(-50%);}


/* 스크롤 다운 */
.headerContainer .right_menu .scroll_down {position: absolute; right:30px; bottom: 120px; z-index: 9;}
.headerContainer .right_menu .scroll_down .txt {position: relative; color:#fff; font-size: 15px; font-weight: 400; transform: rotate( 90deg); margin: 34px -20px; letter-spacing: 0px; animation: scroll_down_txt 1.5s ease-in-out infinite;-webkit-animation: scroll_down_txt 1.5s ease-in-out infinite;}
@-webkit-keyframes scroll_down_txt { 
	0% {top:50px; opacity: 0.8;}
	50% {top:60px; opacity: 1;}
	100% {top:50px; opacity: 0.8;}
} 
.headerContainer .right_menu .scroll_down .icon {position: relative; top: 24px; left: 5px; animation: scroll_down_icon 1.5s ease-in-out infinite; -webkit-animation: scroll_down_icon 1.5s ease-in-out infinite;}
.headerContainer .right_menu .scroll_down .icon img {width: 12px; height: 22px;}
@-webkit-keyframes scroll_down_icon { 
	0% {top:50px; opacity: 0.8;}
	50% {top:60px; opacity: 1;}
	100% {top:50px; opacity: 0.8;}
} 
.headerContainer .right_menu .scroll_down.topup {display: none; right: 33px; bottom: 100px; cursor: pointer;}
.headerContainer .right_menu .scroll_down.topup .icon {left: 0px;}
/** Header **/


/**  Header Modal Popup **/
.hd_modal {display: none; position: fixed; width: 100%; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999; background:#3c9cde;}
.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; margin: 0;}
.hd_modal ul#myMenu {position: relative; top: 50%; transform: translateY(-52%); text-align: center;}
.hd_modal li {white-space: nowrap;}
.hd_modal li.category {margin-bottom: 20px; cursor: pointer; line-height: 30px;}
.hd_modal li.category a.cate_txt {font-size: 18px; font-weight: 600; color: #fff;} 
.hd_modal ul.sub_menu {margin-top: 6px; display: none;}
.hd_modal ul.sub_menu li {padding: 3px 0;}
.hd_modal ul.sub_menu li a {font-size: 16px; font-weight: 500; color:#e0edf5; line-height: 28px; display: inline-block; position: relative;}
.hd_modal ul.sub_menu li .depth {margin-bottom: 10px;}
.hd_modal ul.sub_menu li .depth li a {color:#a4c6d9; font-weight: 400; font-size: 15px;}
.hd_modal li a span {display: inline-block;  z-index: 1;  height: 3px; width: 0%;  background-color: #fff; position: absolute; bottom: 1px; left: 0;}
.hd_modal li a:hover {color:#fff; transition: all 0.8s;} 
.hd_modal li a:hover span { width: 100%; transition: all 0.8s;} 
.hd_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; }
.hd_modal li a:hover .circle {opacity: 1; transition: all 0.8s;}
/**  Header Modal Popup **/


/** Footer **/
.footer {background: #000; padding: 80px 0 70px;}
.footer .inner {display: flex; justify-content: space-between;}
.footer .inner .left {display: flex; justify-content: space-between; flex-flow: column;}
.footer .inner .left .ft_logo {margin-bottom: 40px;}
.footer .inner .left .ft_logo img {width: 100%; max-width: 224px;}
.footer .inner .left .txt ul {display: flex; margin-bottom: 10px;} 
.footer .inner .left .txt ul:last-child {margin-bottom: 0;}
.footer .inner .left .txt ul li {font-size: 16px; color:#ddd; font-weight: 300;} 
.footer .inner .left .txt ul li::after {content: ''; display: inline-block; width: 1px; height: 12px; background: #808080; margin: 0 18px;}
.footer .inner .left .txt ul li:last-child::after {display: none;}
.footer .inner .right {margin-right: 80px;}
.footer .inner .right .title {color:#fff; font-weight: 400; margin-bottom: 20px;}
.footer .inner .right .quick_menu ul li {border-bottom: 1px solid #fff; padding: 14px 0; width: 350px;}
.footer .inner .right .quick_menu ul li a {color:#ddd; display: flex; justify-content: space-between; align-items: center;}
.footer .inner .right .quick_menu ul li a:hover {color:#fff;}
.footer .inner .right .quick_menu ul li a .icon img {width: 100%; max-width: 25px;}
.footer .inner .copyright {color:#ddd; padding-top: 30px; font-weight: 300;}
.footer .inner .copyright span {color:#fff;}
/** Footer **/











@media (max-width: 1600px) {
   .f80 {font-size: 70px; line-height: 80px;}
   .f70 {font-size: 60px; line-height: 70px;}
   .f66 {font-size: 56px; line-height: 66px;}
   .f64 {font-size: 54px; line-height: 64px;}
   .f60 {font-size: 50px; line-height: 60px;}
   .f56 {font-size: 46px; line-height: 56px;}
   .f54 {font-size: 44px; line-height: 54px;}
   .f52 {font-size: 42px; line-height: 52px;}
   .f50 {font-size: 40px; line-height: 50px;}
   .f46 {font-size: 40px; line-height: 50px;}
   .f44 {font-size: 38px; line-height: 48px;}
   .f42 {font-size: 36px; line-height: 46px;}
   .f40 {font-size: 34px; line-height: 44px;}
   .f38 {font-size: 32px; line-height: 42px;}
   .f36 {font-size: 30px; line-height: 40px;}
   .f34 {font-size: 30px; line-height: 40px;}
   .f32 {font-size: 28px; line-height: 38px;}
   .f30 {font-size: 26px; line-height: 36px;}

   .headerContainer header {padding: 0 80px 0 16px;}

}


@media (max-width: 1440px) { 
   .f80 {font-size: 60px; line-height: 70px;}
   .f70 {font-size: 54px; line-height: 64px;}
   .f66 {font-size: 50px; line-height: 60px;}
   .f64 {font-size: 48px; line-height: 58px;}
   .f60 {font-size: 45px; line-height: 55px;}
   .f56 {font-size: 42px; line-height: 52px;}
   .f54 {font-size: 41px; line-height: 51px;}
   .f52 {font-size: 40px; line-height: 50px;}
   .f50 {font-size: 39px; line-height: 49px;}
   .f46 {font-size: 36px; line-height: 46px;}
   .f44 {font-size: 35px; line-height: 45px;}
   .f42 {font-size: 34px; line-height: 44px;}
   .f40 {font-size: 32px; line-height: 42px;}
   .f38 {font-size: 30px; line-height: 40px;}
   .f36 {font-size: 29px; line-height: 39px;}
   .f34 {font-size: 28px; line-height: 38px;}
   .f32 {font-size: 28px; line-height: 38px;}
   .f30 {font-size: 27px; line-height: 37px;}


   table tbody th {font-size: 20px; padding: 20px;}
	table tbody td {font-size: 16px; line-height: 26px; padding: 8px 6px;}
   table tbody .f30 {font-size: 20px; line-height: 30px;}
   table tbody .f24 {font-size: 18px; line-height: 28px; padding: 8px 6px 3px;}

   .headerContainer {height: 90px;}
   .headerContainer header .logo {height: 90px;}
   .headerContainer button.menu {padding-top: 18px;}
   .headerContainer header nav ul ul {padding: 26px 0;}
   .headerContainer header nav li li a {padding: 10px 0;}
   
   .headerContainer header nav > ul > li > .cate > a {width: 180px; height: 90px; font-size: 15px;}
   .headerContainer.open {height: 450px;}
   .headerContainer.open::after {top: 89px;}
   .headerContainer.open header nav > ul > li:hover > .cate::after {top: 88px;}

   select {background: url('../images/select_arrow_x3.png') transparent no-repeat right 15px center / 11px 7px;}

}




@media (max-width: 1199px) { 
   .f80 {font-size: 54px; line-height: 64px;}
   .f70 {font-size: 44px; line-height: 54px;}
   .f66 {font-size: 40px; line-height: 50px;}
   .f64 {font-size: 38px; line-height: 48px;}
   .f60 {font-size: 37px; line-height: 47px;}
   .f56 {font-size: 36px; line-height: 46px;}
   .f54 {font-size: 34px; line-height: 44px;}
   .f52 {font-size: 33px; line-height: 43px;}
   .f50 {font-size: 32px; line-height: 42px;}
   .f46 {font-size: 31px; line-height: 41px;}
   .f44 {font-size: 31px; line-height: 41px;}
   .f42 {font-size: 30px; line-height: 40px;}
   .f40 {font-size: 29px; line-height: 39px;}
   .f38 {font-size: 27px; line-height: 37px;}
   .f36 {font-size: 27px; line-height: 37px;}
   .f34 {font-size: 26px; line-height: 36px;}
   .f32 {font-size: 26px; line-height: 36px;}
   .f30 {font-size: 25px; line-height: 35px;}
   .f28 {font-size: 23px; line-height: 33px;}
   .f26 {font-size: 22px; line-height: 32px;}
   .f24 {font-size: 21px; line-height: 31px;}
   .f22 {font-size: 19px; line-height: 29px;}

   table tbody th {font-size: 18px; padding: 20px;}
   table tbody td {padding: 4px 6px;}
   table tbody .f24 {padding: 5px 6px 0px;}

   .headerContainer.open {height: 430px;}
   .headerContainer.open::after {top: 69px;}
   .headerContainer header .logo a {width: 170px; height: 31px;}
   .headerContainer header nav > ul > li > .cate > a {width: 150px; height: 70px; font-size: 14px;}
   .headerContainer.open header nav > ul > li:hover > .cate::after {width: 120px;}
   .headerContainer header nav a {font-size: 14px;}
   .headerContainer .right_menu .utility {margin-top: 35px;}

   .wrapper2 {padding: 0;}
   .headerContainer .right_menu .utility, .headerContainer .right_menu .scroll_down.basic, .headerContainer .right_menu .scroll_down.topup {display: none !important;}
   .headerContainer, .headerContainer .right_menu, .headerContainer header .logo {height: 70px;}
   .headerContainer button.menu {padding-top: 6px;}
   
   .footer .wrapper2 {padding: 0 16px;}
   .footer .inner .right {margin-right: 0;}

   input, select {height: 54px;}
   .searchform button img {max-width: 21px;}
   textarea {height: 240px;}

   


}



@media (max-width: 1024px) { 
   .f80 {font-size: 45px; line-height: 55px; letter-spacing: -1px;}
   .f70 {font-size: 36px; line-height: 46px; letter-spacing: -1px;}
   .f66 {font-size: 34px; line-height: 44px; letter-spacing: -1px;}
   .f64 {font-size: 32px; line-height: 42px; letter-spacing: -1px;}
   .f60 {font-size: 31px; line-height: 41px; letter-spacing: -1px;}
   .f56 {font-size: 30px; line-height: 40px;}
   .f54 {font-size: 29px; line-height: 39px;}
   .f52 {font-size: 28px; line-height: 38px;}
   .f50 {font-size: 27px; line-height: 37px;}
   .f46 {font-size: 26px; line-height: 36px;}
   .f44 {font-size: 26px; line-height: 36px;}
   .f42 {font-size: 26px; line-height: 36px;}
   .f40 {font-size: 25px; line-height: 35px;}
   .f38 {font-size: 24px; line-height: 34px;}
   .f36 {font-size: 22px; line-height: 32px;}
   .f34 {font-size: 21px; line-height: 31px;}
   .f32 {font-size: 21px; line-height: 31px;}
   .f30 {font-size: 20px; line-height: 28px;}
   .f28 {font-size: 19px; line-height: 27px;}
   .f26 {font-size: 19px; line-height: 27px;}
   .f24 {font-size: 18px; line-height: 26px;}
   .f22 {font-size: 18px; line-height: 26px;}
   .f20 {font-size: 17px; line-height: 25px;}
   .f19 {font-size: 16px; line-height: 25px;}
   .f18 {font-size: 15px; line-height: 23px;}
   .f17 {font-size: 15px; line-height: 23px;}
   .f16 {font-size: 14px; line-height: 22px;}
   .f15 {font-size: 14px; line-height: 22px;}

   .headerContainer header nav > ul {display: none;}
   .footer .inner .left .ft_logo {margin-bottom: 30px;}
   .footer .inner .left .ft_logo img {max-width: 190px;}
   .footer .inner .right .quick_menu ul li {width: 250px;}
   .footer .inner .left .txt ul li {font-size: 15px;}
   .footer .inner .left .txt ul li::after {margin: 0 12px;}

   table tbody th {font-size: 18px; padding: 16px;}
   table colgroup col:nth-child(1) {width: 6%;}
   table colgroup col:nth-child(2) {width: 47%;}
   table colgroup col:nth-child(3) {width: 47%;}

   input, select, textarea {font-size: 16px;}

   input[type="radio"] + label {width: 22px; height: 22px;}

}



@media (max-width: 959px) { 
   .footer .inner .right .quick_menu ul li {width: 170px;}

}



@media (max-width: 767px) {
   .f80 {font-size: 35px; line-height: 45px;}
   .f70 {font-size: 30px; line-height: 40px;}
   .f66 {font-size: 28px; line-height: 38px;}
   .f64 {font-size: 26px; line-height: 36px;}
   .f60 {font-size: 25px; line-height: 35px;}
   .f56 {font-size: 23px; line-height: 31px;}
   .f54 {font-size: 23px; line-height: 31px;}
   .f52 {font-size: 22px; line-height: 30px;}
   .f50 {font-size: 22px; line-height: 30px;}
   .f46 {font-size: 21px; line-height: 29px;}
   .f44 {font-size: 21px; line-height: 29px;}
   .f42 {font-size: 21px; line-height: 29px;}
   .f40 {font-size: 20px; line-height: 28px;}
   .f38 {font-size: 20px; line-height: 28px;}
   .f36 {font-size: 20px; line-height: 28px;}
   .f34 {font-size: 20px; line-height: 28px;}

   .footer {padding: 60px 0;}
   .footer .inner {flex-flow: column;}
   .footer .inner .left .ft_logo {margin-bottom: 20px;}
   .footer .inner .copyright {padding-top: 20px;}
   .footer .inner .right {margin-top: 30px;}
   .footer .inner .right .title {display: none;}
   .footer .inner .right .quick_menu ul li {width: 100%; padding: 16px 0;}

   textarea {height: 200px;}

   
}



@media (max-width: 640px) {
   .f80 {font-size: 36px; line-height: 44px;}

   table tbody th {font-size: 16px;}
   table tbody td {font-size: 15px; line-height: 23px; padding: 2px 2px;}

   .footer .inner .left .txt ul {flex-flow: column; margin-bottom: 0;}
   .footer .inner .left .txt ul li {margin-bottom: 6px;}
   .footer .inner .left .txt ul li::after {display: none; }

   .searchform fieldset {flex-wrap: wrap;}
   .searchform select {flex: 1 1 calc(50% - 10px); margin-right: 10px;}
   .searchform select:nth-child(2) {margin-right: 0;}
   .searchform .search_con {width: 100%; margin-top: 8px;}


}







@media (max-width: 479px) {
   .f56 {font-size: 21px; line-height: 29px;}
   .f54 {font-size: 21px; line-height: 29px;}
   .f52 {font-size: 21px; line-height: 29px;}
   .f50 {font-size: 21px; line-height: 29px;}
   .f46 {font-size: 20px; line-height: 28px;}
   .f44 {font-size: 20px; line-height: 28px;}
   .f42 {font-size: 20px; line-height: 28px;}
   .f40 {font-size: 20px; line-height: 28px;}
   .f38 {font-size: 20px; line-height: 28px;}
   .f36 {font-size: 19px; line-height: 27px;}
   .f34 {font-size: 19px; line-height: 27px;}




   table tbody td {font-size: 13px; line-height: 15px;}
   table tbody td img {width: 100%;}

   .pagination a {margin: 0; width: 30px; height: 30px;}

   .pagination a.first, .pagination a.prev, .pagination a.next, .pagination a.last {margin: 0 6px;}
   .pagination a.prev {margin-right: 20px;}
   .pagination a.next {margin-left: 20px;}


}



@media (max-width: 374px) {
   .f80 {font-size: 26px; line-height: 34px;}

   .pagination a.prev {margin-right: 14px;}
   .pagination a.next {margin-left: 14px;}

}