@charset "UTF-8";

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 18px;
}
body {
    font-size: 1rem;
}

header {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999;
}
header:hover {
    background-color: rgba(255, 255, 255, 1);
}

/*header:hover .hButton{
    background-color: rgba(255, 255, 255, 1);
}*/
header::after {
    content: "";
    display: block;
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 998;
}
header:hover::after {
    display: none;
}

.headerModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1000vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 995;
}
/*s:header shrink*/
header.shrink {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
header.shrink h1 span {
    background: url(/images/logo-black.png) no-repeat top left;
}
header.shrink ul.gnb > li > a {
    color: #212121;
}
/*e:header shrink*/

header > div {
    position: relative;
    display: flex;
}

header > div.bg {
    position: relative;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
}
header h1 {
    position: relative;
    width: 25%;
    margin-top: 25px;
    margin-bottom: 25px;
}
header h1 span {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 208px;
    height: 60px;
    text-indent: -9999px;
    background: url(/images/logo-white.png) no-repeat top left;
    cursor: pointer;
    /*z-index: 1003;*/
}
/*.h1_span_hover{
    background: url(/images/logo-black.png) no-repeat top left;
}*/
header:hover h1 span {
    background: url(/images/logo-black.png) no-repeat top left;

}
header > div .gnbBtn {
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
    width: 40px;
    height: 40px;
    background: url(/images/btn-menu.svg) no-repeat center center;
    text-indent: -9999px;
}
header .headerUtil {
    width: 25%;
    text-align: right;
    position: relative;
}
header .mUtil {
    display: flex;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    z-index: 2;
}

header .mUtil .fmsite {
    position: relative;
    border: 2px solid #fff;
    border-radius: 22px;
    padding: 0;
    margin-right: 10px;
    height: 44px;
    text-align: left;
    overflow: hidden;
    transition: 0.3s;
}
header .mUtil strong{
    color:#333333;
    text-decoration: underline;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.general-login1 { display: none;}
header .mUtil .fmsite::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 15px;
    height: 9px;
    background: url(/images/arrow-down.png) no-repeat;
    transition: 0.3s;
}
header .mUtil .fmsite > p {
    line-height: 40px;
    padding: 0 20px;
}
header .mUtil .fmsite:hover {
    background-color: #222;
    border-color: #222;
    height: 270px;
}
header .mUtil .fmsite:hover::after {
    transform: rotate(180deg);
}
header .mUtil .fmsite ul {
    margin-top: 10px;
}
header .mUtil .fmsite ul li a {
    display: block;
    padding: 5px 20px;
}
header .mUtil .fmsite ul li a:hover {
    background-color: #000;
}
header .mUtil .safetyAM_red {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid rgba(222, 47, 56, 1);
    background: rgba(222, 47, 56, 1);
    margin-right: 8px;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.3s;
}

header .mUtil .lang {
    display: block;
    line-height: 40px;
    color: #fff;
    min-width: 66px;
    padding: 0 20px 0 10px;
    border: 2px solid #515151;
    border-radius: 25px;
    transition: 0.3s;
    font-size: 0.8rem;
    background: #515151 url(/images/lang_dot.gif) no-repeat;
    background-position: right 6px top 13px;
}
header .mUtil .lang:hover {
    background-color: #515151;
    color: #fff !important;
}
header.shrink .headerUtil .lang {
    color: #fff;
    border-color: #515151;
}
header:hover .headerUtil .lang {
    color: #fff;
    border-color: #515151;
}

header.shrink .headerUtil .mUtil .fmsite, header:hover .headerUtil .mUtil .fmsite {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

header.shrink .headerUtil .mUtil .topSearch, header:hover .headerUtil .mUtil .topSearch {
    color: #656565;
    border-color: #c5c5c5;
    background-color: #fff;
}

header .mUtil .lang1 {
    display: block;
    line-height: 40px;
    min-width: 75px;
    padding: 0 20px 0 10px;
    border: 2px solid #265de8;
    border-radius: 25px;
    transition: 0.3s;
    font-size: 0.8rem;
    background: #265de8 url(/images/lang_dot1.gif) no-repeat;
    background-position: right 6px top 13px;
    margin-right:10px;
}
header .mUtil .lang1:hover {
    background-color: #265de8;
    color: #fff !important;
}
header.shrink .headerUtil .lang1 {
    color: #fff;
    border-color: #265de8;
}
header:hover .headerUtil .lang1 {
    color: #fff;
    border-color: #265de8;
}
header ul.gnb {
    display: flex;
    justify-content: center;
    width: 50%;
    font-size: 1.222rem;
    margin-top: 45px;
    z-index: 999;
}
header ul.gnb > li {
    flex-grow: 1;
    z-index: 998;
    text-align: center;
}
header ul.gnb > li > a {
    display: block;
    color: #fff;
}
header ul.gnb > li > a > span {
    position: relative;
    display: inline-block;
    line-height: 80px;
    transition: 0.3s;
}
header ul.gnb > li:first-child > a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 26px;
    background: url('/images/icon/icon-menu.svg') no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin: 0 6px 4px 0;
}
header ul.gnb > li:first-child:hover > a::before,
header.shrink ul.gnb > li:first-child> a::before,
header:hover ul.gnb > li:first-child> a::before {
    background: url('/images/icon/icon-menu-on.svg') no-repeat;
    background-size: cover;
}
header ul.gnb > li:first-child > a > span {
    font-family: 'S-CoreDream-6Bold';
    font-size: 1.175rem;
}
header ul.gnb > li:first-child > a {
    color: #FFE500;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
header.shrink ul.gnb > li:first-child > a {
    color: #1068b3;
    text-shadow: none;
}
header ul.gnb > li:hover > a {
    color: #1068b3 !important;
}
header ul.gnb > li > a > span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 100%;
    display: block;
    background-color: #fff;
    transition: 0.3s;
}
header ul.gnb > li.on > a > span::after {
    left: 0;
    right: 0;
    height: 5px;
    background-color: #fff;
}

header:hover ul.gnb > li > a > span::after,
header ul.gnb > li > a > span::after,
header ul.gnb > li.on:hover > a > span::after {
    height: 7px;
    background-color: #087adb;
}
header ul.gnb > li:hover > a > span::after {
    left: 0;
    right: 0;
}
header:hover ul.gnb > li > a {
    color: #212121;
}
header ul.gnb > li > div {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: 0.2s;
}
header ul.gnb > li:first-child:hover > div {
    opacity: 0;
    visibility: hidden;
}
header ul.gnb > li:hover > div {
    opacity: 1;
    visibility: visible;
}
header ul.gnb > li > div .subArea {
    display: flex;
    background-color: #fff;
    border-top: 1px solid #ebedef;
    transform: translateY(-100%);
    transition: 0.3s;
    min-height: 174px;
}
header ul.gnb > li:hover > div .subArea {
    transform: translateY(0);
}
header ul.gnb > li > div .subArea > .titArea {
    width: 25%;
    background: #eee url(/images/bg-submenu.png) no-repeat left bottom;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 50px 40px 40px 40px;
    color: #fff;
    position: relative;
}
header ul.gnb > li > div .subArea > .titArea > p {
    font-size: 0.778rem;
    font-weight: 300;
    content: '';
    display: block;
    position: absolute;
    right: 45.9%;
    top: 40px;
    width: 30px;
    height: 1px;
    background: #fff;
}
header ul.gnbSub {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    padding: 30px 20px;
}
header ul.gnbSub > li {
    width: 25%;
    padding: 10px;
}
header ul.gnbSub > li a {
    position: relative;
    display: block;
    border: 1px solid #cdd3dd;
    font-size: 0.889rem;
    font-weight: 500;
    color: #333333;
    line-height: 2.5rem;
    transition: 0.3s;
    background-color: #f6f8fa;
    border-radius: 5px;
}
header ul.gnbSub > li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f6f8fa;
    z-index: -1;
    transition: 0.2s;
}
header ul.gnbSub > li a:hover::before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
header ul.gnbSub > li a:hover {
    background-color: #064277;
    border: 1px solid #064277;
    color: #fff;
}
header ul.gnbSub > li .menuPoint {
    background-color: #064277;
    border: 1px solid #064277;
    color: #fff;
}
header ul.gnbSub .third {
    display: flex;
    flex-wrap: wrap;
    margin-top:5px;
    gap:5px;
}
header ul.gnbSub .third li {
    position: relative;
    flex-grow: 1;
    padding: 0;
    line-height:30px !important;
}
/*ul.third > li:nth-child(3) {*/
/*    flex-basis: 100% !important;*/
/*    width: 100% !important;*/
/*    !* 하위메뉴 3개이상일 때 세번째 항목은 아래로 내리기 *!*/
/*}*/
/*
header ul.gnbSub .third li::before {
    content: '';
    position: absolute;
    left:1px;
    top:9px;
    width: 1px;
    height: 12px;
    background-color: #1348d0;
    z-index: 2;
}
*/
header ul.gnbSub .third li a {
    border: none !important;
    position: relative;
    text-align: left;
    line-height: 20px !important;
    padding: 5px !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #cdd3dd !important;
    text-align: center;
}
header ul.gnbSub .third li a:hover {
    color:#fff !important;
    background:none !important;
}
header ul.gnbSub .third li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px !important;
    display: block;
    width: 1px;
    height: 14px;
    background-color: #064277 !important;
    transition: .3s;
}
header ul.gnbSub .third li a:hover::before {
    top: 0 !important;
    width: 100%;
    height: 100%;
}
.btn-mainMenu-close .hButton span:nth-child(1) {
    top: 10px;
    width: 38px;
    left: 5px;
    transform: rotate(-45deg);
    background-color: #FFFFFF !important;
}

.btn-mainMenu-close .hButton span:nth-child(2) {
    top: 10px;
    width: 38px;
    left: 5px;
    transform: rotate(45deg);
    background-color: #FFFFFF !important;;
}

.btn-mainMenu-close .hButton span:nth-child(3) {
    display: none;
}

.btn-mainMenu-close .hButton span:nth-child(4) {
    color:#ffffff !important;;
}
.oarange_btn {
    padding: 5px 24px;
    color: #fff !important;
    background: #f56800;
    border-radius: 20px;
    border-bottom: 0 !important;
    position:absolute;
    left: 20px;
    top:67px;
}
.btn-mainMenu {
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 120px;
    z-index: 1001;
    padding: 10px;
}

.hButton a:link, .hButton a:visited, .hButton a:hover, .hButton a:active, .hButton a:focus {
    background-color: #656565;
}

.hButton {
    display: block;
    position: relative;
    height: 34px;
}

.hButton span {
    position: absolute;
    height: 4px;
    border-radius: 4px;
    width: 100%;
    background-color: #fff;
    left: 0;
    transition: 0.2s;
}

.hButton a:hover {
    color: #515151;
}

.hButton span:nth-child(1) {
    top: 0;
    width: 38px;
}

.hButton span:nth-child(2) {
    width: 30px;
    top: 10px;
}

.hButton span:nth-child(3) {
    width: 38px;
    top: 20px;
}

.hButton span:nth-child(4) {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: unset;
    text-align: right;
    width: 100px;
}
.hButton.active span:nth-child(1),
.hButton.active span:nth-child(2),
.hButton.active span:nth-child(3){
    background-color: #515151;
}

.hButton.active span:nth-child(4) {
    color:#515151;
}

.mainMenu.active >.hButton span:nth-child(1),
.mainMenu.active >.hButton span:nth-child(2),
.mainMenu.active >.hButton span:nth-child(3){
    background-color: #515151 !important;;
}

.mainMenu.active >.hButton span:nth-child(4) {
    color:#515151 !important;;
}

.shrink .btn-mainMenu .hButton span:nth-child(1),
.shrink .btn-mainMenu .hButton span:nth-child(2),
.shrink .btn-mainMenu .hButton span:nth-child(3){
    background-color: #515151;
}

.shrink .btn-mainMenu .hButton span:nth-child(4) {
    color:#515151;
}
/*
.hButton.active span:nth-child(2) {
    width: 35px;
    background-color: #515151;
    transform: rotate(-45deg);
}

.hButton.active span:nth-child(3) {
    width: 35px;
    background-color: #515151;
    transform: rotate(45deg);
}

.hButton.active span:nth-child(1), .hButton.active span:nth-child(4) {
    opacity: 0;
}

.hButton.active span:nth-child(5) {
    color: #515151;
}*/


/*.hButton.active span:nth-child(1),
.hButton.active span:nth-child(4) {
    opacity: 0;
}
.hButton.active span:nth-child(2) {
    transform: rotate(45deg);
}
.hButton.active span:nth-child(3) {
    transform: rotate(-45deg);
}
.hButton.hover span:nth-child(3) {
    transform: rotate(-45deg);
}*/

.mainMenu {
    visibility: hidden;
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: 0.3s;
}

.mainMenu.active {
    visibility: visible;
    right: 0%;
}

.mainMenu.active .viewport-table{
    display: none;
}

.mainMenu .meun-inner {
    height: 100%;
    padding: 125px 30px 30px 30px;
    background:rgba(13, 21, 44, 0.95);
    overflow-y: auto;
    text-align: left;
}

.mainMenu .meun-inner a {
    color: #FFFFFF;
    text-decoration: none;
}
.mainMenu .meun-inner ul {
    font-size:0;
}

.meun-inner > ul > li {
    width:16.66%;
    display:inline-block;
    vertical-align:top;
    padding:0 0.5rem;
}

.meun-inner > ul > li > a {
    display: block;
    /*width: 10%;
    min-width: 200px;
    height: 100%;*/
    font-size: 1.1rem;
    font-weight: bold;
    padding:1rem 0.25rem;
    border-bottom:1px solid rgba(255,255,255,0.4);
}

.meun-inner > ul > li > .allsubArea {
    width: 100%;
    margin:1rem 0.25rem 0;
}

.meun-inner > ul > li .allgnbSub {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.meun-inner > ul > li .allgnbSub > li {
    width: 100%;
}

.meun-inner > ul > li .allgnbSub > li a {
    display: block;
    /*background-color: #f6f8fa;
    border: solid 1px #dde3ee;*/
    margin: 0.25rem 0;
    transition: 0.5s;
    color: #FFFFFF;
    font-size:0.9rem;
    margin: 0;
}

.meun-inner > ul > li .allgnbSub > li a:hover {
    color: #087adb;
    text-decoration: underline;
}

.meun-inner > ul > li .allgnbSub > li .menuPoint {
    /*background-color: #087adb;
    border: solid 1px #087adb;
    border-radius:30px;
    padding:10px 20px;
    */
    color: #087adb;

}
.mainMenu .meun-inner a:hover,
.mainMenu .meun-inner a:focus {color:#087adb; border-color:#087adb; }
.meun-inner > ul > li .allgnbSub > li .third li a {
    position: relative;
    border: none;
    background: none;
    min-height: 30px;
    padding: 7px 5px 0 30px;
    font-size: 0.9rem;
}

.meun-inner > ul > li .allgnbSub > li .third li a:hover {
    background:0 none;
}

.meun-inner > ul > li .allgnbSub > li .third li a:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 19px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color:#FFFFFF;
}
footer {
    position: relative;
    background-color: #4e5761;
    /*display: flex;
        justify-content: space-between;
        background-color: #1f1f20;
        padding: 30px 50px;
        margin-top: 20px;
        font-size: 0.83rem;
        color: #fff;*/
}
#footerTop {
    height: auto;
    padding: 15px 15px;
}

#footerTop .policy-info {
    padding-right: 50px;
}
#footerTop .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4e5761;
}
#footerTop .policy-info {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-right: 50px;
}

#footerTop .policy-info li {
    position: relative;
    margin-left: 40px;
}

#footerTop .policy-info li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 3px;
    height: 3px;
    background: #b5b5b5;
}

#footerTop .policy-info li:first-child {
    margin-left: 0;
}

#footerTop .policy-info li:first-child:after {
    content: none;
}

#footerTop .policy-info li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

#footerTop .policy-info li a.privacy {
    color: #ffcc00;
}
#footerBottom {
    position: relative;
    border-top: solid 1px #767f89;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    font-size: 0.83rem;
    color: #fff;
    text-align: left;
}

#footerBottom .inner-wrap {
    width: 100%;
}
#footerBottom .organization-info {
    text-align: center;
    color: #282e3b;
    font-size: 13px;
}
#footerBottom .address {
    display: block;
    margin-left: 10px;
    text-align: center;
}
#footerBottom .address > strong {
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
}
#footerBottom .address > p {
    color: #fff;
    text-align: right;
    margin-top: 3px;
}

#footerBottom .address > p > strong {
    color: #ffffff;
}

#footerBottom .logo {
    position: absolute;
    left: 30px;
    top: 30px;
    display: block;
}
/* 상단 검색영역 */
.topSearchMobile {
    display: none;
}

.topSearch {
    display: block;
    position: relative;
    border: 2px solid #c5c5c5;
    border-radius: 25px;
    width: 230px;
    height: 44px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    background: #fff;
}
.topSearch input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: #FFF;
    color: #656565;
    font-size: 14px;
    flex-grow: 1;
    width: calc(100% - 20px);
    height: 40px;
}

.topSearch input[type="text"] {
    border: none;
    padding: 0;
    border-radius: 0;
}

.topSearch input:focus {
    outline: none;
}

.topSearch input::-moz-placeholder {
    color: #656565;
    font-size: 14px;
}
.topSearch input::placeholder {
    color: #656565;
    font-size: 14px;
}
.topSearch button {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("/images/icon_topSearch.png") no-repeat center/38px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.ser_img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.topSearch.bg {
    border: 2px solid #333;
    background-color: #ffffff;
}

.topSearch.bg input {
    border: 0 none;
}
/* FAMILY SITE 20240115 추가 하단으로 변경*/
footer .fmsite_body {
    position: relative;
}
footer .fmsite_body .fmsite {
    color: #ffffff;
    width: 250px;
    border: 1px solid #cdcecf;
    background-color: #4e5761;
    border-radius: 20px;
    padding: 0;
    height: 33px;
    text-align: left;
    overflow: hidden;
}
footer .fmsite_body .fmsite::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 15px;
    height: 9px;
    background: url(/images/arrow-down.png) no-repeat;
    transition: 0.3s;
}
footer .fmsite_body .fmsite > p {
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
}
footer .fmsite_body .fmsite:hover > ul {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
}
footer .fmsite_body .fmsite:hover::after {
    transform: rotate(180deg);
}

footer .fmsite_body .btn {
    float: left;
}

footer .fmsite_body .btn li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

footer .fmsite_body .btn li a {
    display: block;
}
footer .fmsite_body .fmsite ul {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: -250px;
    z-index: 100;
    height: 250px;
    width: 250px;
    color: #333;
    background-color: #fff;
    border: 1px solid #767f89;
    border-radius: 5px;
    padding-top: 10px;
    transition: 0.3s;
}
footer .fmsite_body .fmsite ul li a {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
}

footer .fmsite_body .fmsite ul.none {
    display: none;
}
footer .fmsite_body .fmsite ul li a:hover {
    background-color: #b1b4b7;
}
footer .fmsite_body .safetyAM_red {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid rgba(222, 47, 56, 1);
    background: rgba(222, 47, 56, 1);
    margin-right: 8px;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.3s;
}

footer .fmsite_body .lang {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: 0.3s;
}
footer .fmsite_body .lang:hover {
    background-color: #212121;
    border-color: #212121;
    color: #fff !important;
}

.mailing {
    display: none;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1002;
}
.mail-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 760px;
    width: 100%;
    max-height: 80%;
    height: auto;
    background: #fff;
    border-radius: 10px;
}

.mail-box {
    width: 560px;
    padding: 50px;
    text-align: center;
}
.mail-box .title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #0b489e;
}
.mail-box p.info {
    margin-bottom: 25px;
}
.mail-box .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #0b489e;
}
.mail-box input {
    width: 80%;
    border:1px solid #bbb;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 10px;
}
.mail-box .popBtnArea {
    margin-top: 20px;
}
.mail-box .popBtnArea a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background: #0d6efd;
    border-radius: 5px;
    margin:0 5px;
    color: #fff;
}
.mail-box .popBtnArea a.close {
    background: #999;
}

@media screen and (max-width: 1340px) {
    header::after {
        top: 90px;
    }

    header h1 span {
        top: -10px;
    }

    .hButton span:nth-child(1),
    .hButton span:nth-child(2),
    .hButton span:nth-child(3){
        background-color: #fff;
    }

    .hButton span:nth-child(4) {
        color:#fff;
    }

    .fp-viewing-1 #sub-header h1 span{
        transition: 3s;
        background: url(/images/logo-black.png) no-repeat top left;
    }

    header:hover {
        background: #fff;
        height: 89px;
        z-index: 999;
    }
    .oarange_btn{ display: none;}
    #sub-header{
        height: 90px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    }

    header.shrink {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
        height: 80px;
    }

    header.shrink > div .gnbBtn {
        background: url(/images/btn-menu.svg) no-repeat center center;
    }

    header .headerUtil {
        width: 62%;
    }

    header > div .gnbBtn {
        display: block;
        z-index: 1000;
        top: 17px;
        right: 20px;
    }

    header > div .gnbBtn.active {
        top: 4px;
        right: 10px;
        width: 50px;
        height: 50px;
        background-image: url(/images/btn-close.svg);
        background-color: rgba(0, 0, 0, 0.4);
        background-size: 50%;
        border-radius: 50%;
    }

    header:hover ul.gnb > li > a {
        color: #fff;
    }

    header ul.gnb > li:hover > a {
        color: #fff !important;
    }

    header ul.gnb {
        position: absolute;
        left: 100%;
        right: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-color: #064277;
        font-size: 1.222rem;
        overflow-y: scroll;
        z-index: 999;
        transition: 0.3s;
    }

    header ul.gnb.active {
        left: 0;
        right: 0;
    }

    header ul.gnb > li {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    header ul.gnb > li:first-child {
        border-top: none;
    }

    header ul.gnb > li > a {
        display: block;
        color: #fff;
        text-align: left;
        padding-left: 15px;
    }

    header ul.gnb > li > a > span {
        line-height: 60px;
        font-size: 1.5rem;
    }

    header ul.gnb > li > a:hover {
        color: #fff !important;
    }

    header ul.gnb > li > div {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    header ul.gnb > li > div .subArea {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0;
        border-top: none;
        transform: translateY(0);
    }

    header ul.gnb > li > div .subArea .titArea {
        display: none;
    }

    header ul.gnbSub {
        width: 100%;
        padding: 0;
    }

    header ul.gnbSub > li {
        width: 50%;
        padding: 10px;
        line-height: 2.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    header ul.gnbSub > li a {
        border: none;
        text-align: left;
        padding-left: 10px;
        font-size: 1.167rem;
        font-weight: 300;
        color: #fff;
    }

    header ul.gnbSub > li .third {
        padding-left: 10px;
    }

    header ul.gnbSub .third li a {
        background-color: rgba(0, 0, 0, .1);
        border: 1px solid rgba(255, 255, 255, .2) !important;
    }

    header ul.gnbSub > li .third a {
        font-size: 1rem !important;
        color: rgba(255, 255, 255, .9) !important;
        text-align: center !important;
    }

    header ul.gnbSub > li .third a::before {
        display: none;
        /*
                top: 10px !important;
                width:3px;
                height:3px;
                background: rgba(255,255,255,.5) !important;
                */
    }

    .subTitle-img .stText {
        text-align: center;
    }

    header.shrink {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
        height: 80px;
    }

    header.shrink > div .gnbBtn {
        background: url(/images/btn-menu.svg) no-repeat center center;
    }

    header > div .gnbBtn {
        display: block;
        z-index: 1000;
        top: 17px;
        right: 20px;
    }

    header > div .gnbBtn.active {
        top: 4px;
        right: 10px;
        width: 50px;
        height: 50px;
        background-image: url(/images/btn-close.svg);
        background-color: rgba(0, 0, 0, 0.4);
        background-size: 50%;
        border-radius: 50%;
    }

    header:hover ul.gnb > li > a {
        color: #fff;
    }

    header .mUtil {
        top: 24px;
        right: 135px;
        z-index: 1002;
    }

    .btn-mainMenu {
        right: 10px;
        bottom: -28px;
    }

    header ul.gnb > li:hover > a {
        color: #fff !important;
    }

    header ul.gnb {
        position: absolute;
        left: 100%;
        right: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-color: #1348d0;
        font-size: 1.222rem;
        overflow-y: scroll;
        z-index: 999;
        transition: 0.3s;
    }

    header ul.gnb.active {
        left: 0;
        right: 0;
    }

    header ul.gnb > li {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    header ul.gnb > li:first-child {
        border-top: none;
    }

    header ul.gnb > li > a {
        display: block;
        color: #fff;
        text-align: left;
        padding-left: 15px;
    }

    header ul.gnb > li > a > span {
        line-height: 60px;
        font-size: 1.5rem;
    }

    header ul.gnb > li > a:hover {
        color: #fff !important;
    }

    header ul.gnb > li > div {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    header ul.gnb > li > div .subArea {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0;
        border-top: none;
        transform: translateY(0);
    }

    header ul.gnb > li > div .subArea .titArea {
        display: none;
    }

    header ul.gnbSub {
        width: 100%;
        padding: 0;
    }

    header ul.gnbSub > li {
        width: 50%;
        padding: 10px;
        line-height: 2.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    header ul.gnbSub > li a {
        border: none;
        text-align: left;
        padding-left: 10px;
        font-size: 1.167rem;
        font-weight: 300;
        color: #fff;
    }

    header ul.gnbSub > li .third {
        padding-left: 10px;
    }

    header ul.gnbSub .third li a {
        background-color: rgba(0, 0, 0, .1);
        border: 1px solid rgba(255, 255, 255, .2) !important;
    }

    header ul.gnbSub > li .third a {
        font-size: 1rem !important;
        color: rgba(255, 255, 255, .9) !important;
        text-align: center !important;
    }

    header ul.gnbSub > li .third a::before {
        display: none;
        /*
                top: 10px !important;
                width:3px;
                height:3px;
                background: rgba(255,255,255,.5) !important;
                */
    }

    .subTitle-img .stText {
        text-align: center;
    }

    header > div.bg {
        position: relative;
        display: flex;
        background: 0 none;
    }
}

@media screen and (max-width: 1100px) {
    #footerTop .policy-info {
        width: 100%;
        padding-bottom: 20px;
    }
    .oarange_btn{ display: none;}
    footer .fmsite_body {
        text-align: right;
        right: 0;
        position: absolute;
        top: 40px;
    }

    #footerTop .inner-wrap {
        display: inherit;
        position: relative;
    }

    #footerTop {
        padding-bottom: 50px;
    }

    #footerBottom .address {
        text-align: center;
    }

    header > div.bg {
        position: relative;
        display: flex;
        background: 0 none;
}
}

@media screen and (max-width: 900px) {
    header .mUtil .safetyAM_red {
        display: none;
    }
    .oarange_btn{ display: none;}
    header > div.bg {
        position: relative;
        display: flex;
        background: 0 none;
    }
}

@media screen and (max-width: 700px) {
    header > div.bg {
        position: relative;
        display: flex;
        background: 0 none;
    }
    .oarange_btn{ display: none;}
}



@media screen and (max-width: 600px) {
    #footerTop {
        display: none;
    }

    #footerBottom .logo {
        display: none;
    }

    #footerBottom .address > p {
        text-align: center;
    }
    .oarange_btn{ display: none;}
    header > div.bg {
        position: relative;
        display: flex;
        background: 0 none;
    }

    #footerBottom .logo {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 14px;
        overflow: visible;
        height: inherit;
    }

    header::after {
        top: 75px !important;
    }

    header {
        background: #0d346a;
        height: 75px !important;
        z-index: 999;
    }

    header:hover {
        background: #0d346a;
        height: 80px;
        z-index: 999;
    }

    header h1 span {
        position: absolute;
        top: -10px;
        left: 10px;
        width: 85px;
        height: 50px;
        background: url(/images/logo-main-w-m.png) no-repeat top left;
        background-size: 100%;
        cursor: pointer;
        z-index: 1003;
    }

    header:hover h1 span {
        background: url(/images/logo-main-w-m.png) no-repeat top left;
        background-size: 100%;
    }

    header .headerUtil {
        width: 72%;
    }
    .general-login1 a{
        color: #FFFFFF;
        width:auto;
    }

    header .headerUtil a {
        width: 50px;
        font-size: 1rem;
    }

    /*header:hover .headerUtil a {
        color: #333;
        border-color: 0 none;
    }*/

    header > div .gnbBtn {
        display: block;
        z-index: 1000;
        top: 17px;
        right: 5px;
    }

    header > div .gnbBtn.active {
        top: 4px;
        right: 10px;
        width: 50px;
        height: 50px;
        background-image: url(/images/btn-close.svg);
        background-color: rgba(0, 0, 0, 0.4);
        background-size: 50%;
        border-radius: 50%;
    }

    header:hover ul.gnb > li > a {
        color: #fff;
    }

    header.shrink {
        background: #0d346a;
        height: 75px;
    }

    header.shrink::after {
        display: none;
    }

    header.shrink h1 span {
        background: url(/images/logo-main-w-m.png) no-repeat top left !important;
        background-size: 100% !important;
    }

    header.shrink .headerUtil .lang {
        color: #bbb;
        border-color: #bbb;
    }

    header.shrink .headerUtil .mUtil .fmsite {
        color: #bbb;
        border-color: #bbb;
        background-color: #1f1f20;
    }

    header .mUtil .fmsite {
        width: 150px;
        border-radius: 15px;
        margin-right: 5px;
        font-size: 12px;
    }

    header .mUtil .fmsite:hover {
        height: 300px;
    }

    header .mUtil .fmsite p {
        padding: 0 10px;
    }

    header .mUtil .fmsite ul li a {
        padding: 10px;
        width: 100%;
    }

    header .mUtil .fmsite::after {
        right: 10px;
    }

    header .mUtil .lang {
        font-size: 12px;
        padding: 0 10px;
        border-radius: 15px;
    }
    header .mUtil .lang1 {
        font-size: 12px;
        padding: 0 10px;
        border-radius: 15px;
    }

    header .mUtil {
        top: 16px;
        right: 120px;
        z-index: 1002;
    }
    .oarange_btn{ display: none;}
    .meun-inner > ul > li > a {
        display: block;
        width: 100%;
        min-width: 100%;
        height: 100%;
        font-size: 1.5rem;
        margin-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        color: #1068b3;
        border-bottom: solid 1px #dde3ee;
        border-top: solid 1px #dde3ee;
    }

    .meun-inner > ul > li {
        display: inherit;
        align-items: left;
        width: 100%;
        margin-bottom: 20px;
        background-color: #ffffff;
        padding: 0;
        border-radius: 0;
        border: 0 none;
    }
    .meun-inner > ul > li .allgnbSub > li .third li a {
        position: relative;
        border: none;
        background: none;
        min-height: 30px;
        padding: 7px 5px 0 30px;
        font-size: 0.9rem;
    }

    .meun-inner > ul > li .allgnbSub > li .third li a:hover {
        background:0 none;
    }

    .meun-inner > ul > li .allgnbSub > li .third li a:before {
        content: '';
        position: absolute;
        left: 20px;
        top: 19px;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 5px;
        background-color:#515151;
    }
    .meun-inner > ul > li .allgnbSub > li a {
        display: block;
        float: left;
        width: 100%;
        min-height: 50px;
        background: #f6f8fa;
        border-top: 0 none;
        border-right: 0 none;
        border-left: 0 none;
        border-bottom: solid 1px #dde3ee;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        padding: 10px 15px;
        transition: 0.5s;
        color: #515151;
        font-size: 1.2rem;
    }
    header ul.gnb > li:hover > a {
        color: #fff !important;
    }

    header ul.gnb {
        position: absolute;
        left: 100%;
        right: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-color: #064277;
        font-size: 1.222rem;
        overflow-y: scroll;
        z-index: 999;
        transition: 0.3s;
    }

    header ul.gnb.active {
        left: 0;
        right: 0;
    }

    header ul.gnb > li {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    header ul.gnb > li:first-child {
        border-top: none;
    }

    header ul.gnb > li > a {
        display: block;
        color: #fff;
        text-align: left;
        padding-left: 15px;
    }

    header ul.gnb > li > a > span {
        line-height: 60px;
        font-size: 1.5rem;
    }

    header ul.gnb > li > a:hover {
        color: #fff !important;
    }

    header ul.gnb > li > div {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    header ul.gnb > li > div .subArea {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0;
        border-top: none;
        transform: translateY(0);
    }

    header ul.gnb > li > div .subArea .titArea {
        display: none;
    }

    header ul.gnbSub {
        width: 100%;
        padding: 0;
    }

    header ul.gnbSub > li {
        width: 50%;
        padding: 10px;
        line-height: 2.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    header ul.gnbSub > li a {
        border: none;
        text-align: left;
        padding-left: 10px;
        font-size: 1.167rem;
        font-weight: 300;
        color: #fff;
    }

    header ul.gnbSub > li .third {
        padding-left: 10px;
    }

    header ul.gnbSub .third li a {
        background-color: rgba(0, 0, 0, .1);
        border: 1px solid rgba(255, 255, 255, .2) !important;
    }

    header ul.gnbSub > li .third a {
        font-size: 1rem !important;
        color: rgba(255, 255, 255, .9) !important;
        text-align: center !important;
    }

    header ul.gnbSub > li .third a::before {
        display: none;
        /*
                top: 10px !important;
                width:3px;
                height:3px;
                background: rgba(255,255,255,.5) !important;
                */
    }

    .hButton span:nth-child(1),
    .hButton span:nth-child(2),
    .hButton span:nth-child(3){
        background-color: #fff;
    }

    .hButton span:nth-child(4) {
        color:#fff;
    }

    .hButton.active span:nth-child(1),
    .hButton.active span:nth-child(2),
    .hButton.active span:nth-child(3){
        background-color: #fff;
    }

    .hButton.active span:nth-child(4){
        color:#fff;
    }

    .shrink .btn-mainMenu .hButton span:nth-child(1),
    .shrink .btn-mainMenu .hButton span:nth-child(2),
    .shrink .btn-mainMenu .hButton span:nth-child(3){
        background-color: #fff;
    }

    .shrink .btn-mainMenu .hButton span:nth-child(4){
        color:#fff;
    }

    .shrink .btn-mainMenu-close .hButton span:nth-child(1),
    .shrink .btn-mainMenu-close .hButton span:nth-child(2),
    .shrink .btn-mainMenu-close .hButton span:nth-child(3){
        background-color: #ff9800;
    }

    .shrink .btn-mainMenu-close .hButton span:nth-child(4){
        color:#ff9800;
    }

    .btn-mainMenu-close .hButton span:nth-child(1),
    .btn-mainMenu-close .hButton span:nth-child(2),
    .btn-mainMenu-close .hButton span:nth-child(3){
        background-color: #ff9800;
    }

    .btn-mainMenu-close .hButton span:nth-child(4){
        color:#ff9800;
    }


    .fp-responsive.active  #sub_header h1 span{
        display: none;
    }
    .fp-responsive.active  #sub_header #topSearchFrm{
        display: none;
    }

    .mainMenu .meun-inner {
        padding: 80px 0 0 0;
    }

    .meun-inner > ul > li .allgnbSub > li {
        width: 100%;
    }

    footer .logo {
        display: none;
    }

    #footerBottom .address > p > strong {
        color: #ffffff;
    }

    #footerBottom .address > p {
        font-size: 1rem;
        text-align: center;
    }

    .topSearch {
        display: none;
    }

    .topSearchMobile {
        display: block;
    }

    #topSearchKeywordMobile{
        border: none;
        padding: 0px;
    }

    header.shrink .headerUtil .topSearchMobile {
        border: 2px solid #bbb;
    }

    header.shrink .headerUtil .topSearchMobile .ser_text {
        color: #bbb;
    }

    .btn-mainMenu {
        position: absolute;
        right: 10px;
        bottom: -23px !important;
        width: 120px;
        z-index: 1001;
        padding: 10px;
    }

    .topSearchMobile {
        display: block;
        position: relative;
        border: 2px solid #c5c5c5;
        border-radius: 25px;
        width: 140px;
        height: 44px;
        overflow: hidden;
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
        background: #fff;
    }

    .topSearchMobile .ser_text {
        text-align: left;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        background-color: #FFF;
        color: #656565;
        font-size: 14px;
        flex-grow: 1;
        width: calc(100% - 20px);
        height: 30px;
        padding-left: 15px;
        padding-top: 10px;
    }

    .topSearchMobile button {
        display: inline-block;
        width: 38px;
        height: 38px;
        background: url("/images/m_icon_topSearch.png") no-repeat center/38px;
        position: absolute;
        right: 1px;
        top: 1px;
    }

    header .mUtil .lang {
        display: none;
    }
    header .mUtil .lang1 {
        display: none;
    }

    footer .fmsite_body {
        width: 194px;
        position: relative;
    }

    footer .fmsite_body .fmsite ul {
        opacity: 0;
        position: absolute;
        left: 0;
        top: -187px;
        z-index: 100;
        height: 186px;
        background-color: #222;
        border: 1px solid #696969;
        border-radius: 5px;
        padding-top: 10px;
        transition: 0.3s;
    }

    header ul.gnb > li:hover > a {
        color: #fff !important;
    }

    header ul.gnb {
        position: absolute;
        left: 100%;
        right: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-color: #1348d0;
        font-size: 1.222rem;
        overflow-y: scroll;
        z-index: 999;
        transition: 0.3s;
    }

    header ul.gnb.active {
        left: 0;
        right: 0;
    }

    header ul.gnb > li {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    header ul.gnb > li:first-child {
        border-top: none;
    }

    header ul.gnb > li > a {
        display: block;
        color: #fff;
        text-align: left;
        padding-left: 15px;
    }

    header ul.gnb > li > a > span {
        line-height: 60px;
        font-size: 1.5rem;
    }

    header ul.gnb > li > a:hover {
        color: #fff !important;
    }

    header ul.gnb > li > div {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    header ul.gnb > li > div .allsubArea {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0;
        border-top: none;
        transform: translateY(0);
        display: none;

    }

    .mainMenu .meun-inner .allsubArea{
        display: none;
    }

    header ul.gnb > li > div .allsubArea .titArea {
        display: none;
    }

    header ul.allgnbSub {
        width: 100%;
        padding: 0;
    }

    header ul.allgnbSub > li {
        width: 50%;
        padding: 0;
        line-height: 2.25rem;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    header ul.allgnbSub > li a {
        border: none;
        text-align: left;
        padding-left: 10px;
        font-size: 1.167rem;
        font-weight: 300;
        color: #fff;
    }

    header ul.gnbSub > li .third {
        padding-left: 10px;
    }

    header ul.gnbSub .third li a {
        background-color: rgba(0, 0, 0, .1);
        border: 1px solid rgba(255, 255, 255, .2) !important;
    }

    header ul.gnbSub > li .third a {
        font-size: 1rem !important;
        color: rgba(255, 255, 255, .9) !important;
        text-align: center !important;
    }

    header ul.gnbSub > li .third a::before {
        display: none;
    }

    .meun-inner > ul > li > .allsubArea {
        width: 100%;
        margin: 0;
    }

    .meun-inner > ul > li .allgnbSub {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        border-top: solid 1px #dde3ee;
    }

    .meun-inner > ul > li {
        margin-bottom: 0;
    }

    .meun-inner > ul > li .allgnbSub > li a:hover {
        background-color: #f6f8fa;
        border-top: 0 none;
        color: #1b78cb;
        text-decoration: underline;
    }

    .mainMenu {
        background-color: #0d346a;
    }

    .mainMenu .meun-inner a {
        color: #333333;
        text-decoration: none;
        background: url(/images/m_dot.gif) no-repeat top right;
        border-color:0 none;
    }

    .mainMenu .meun-inner {
        /*height: 100%;*/
        background-color: transparent;
        overflow-y: auto;
        text-align: left;
    }

    .mainMenu .meun-inner a.active {
        color: #1068b3;
        background: url(/images/m_dot_ov.gif) no-repeat top right;
        background-position: calc(100% - 15px) top;
        border:0 none;
    }

    .viewport-table {
        display: flex !important;
        display: block;
        justify-content: space-between;
        align-items: center;
        font-style: normal;
        font-weight: normal;
    }

    .viewport-table [class*='gov-'] {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 30px 0;
        text-indent: 0;
        border-left: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        background: #0d346a;
    }

    .viewport-table > * {
        width: calc(100% / 3 - 2px) !important;
        height: 24px;
        margin: 0;
    }


    .viewport-table a {
        color: #fff;
    }

    .viewport-table a.gov-flag {
        background: 0 none;
}

    .viewport-table a.gov-flag:hover {
        background: 0 none !important;
        text-decoration: underline;
    }

    .viewport-table i {
        color: #fff;
        font-style: normal;
        font-weight: normal;
    }

    .viewport-table i.f_yellow {
        color: #ffea00;
    }

    #footerTop {
        display: none;
    }

    #footerBottom .address > p {
        text-align: center;
    }
    .mail-box{
        width: 95% !important;
    }
    .general-login1{
        position: absolute;
        right: 130px;
        top:20px;
        color: #FFFFFF;
        width:auto;
        display:flex;
    }
    .general-login1 strong{
        margin-right: 10px;
        text-align: right;
        line-height: 45px;
    }
    .general-login1 .lang2 {
        display: block;
        line-height: 40px;
        min-width: 80px;
        padding: 0 20px 0 10px;
        border: 2px solid #265de8;
        border-radius: 25px;
        transition: 0.3s;
        background: #265de8 url(/images/lang_dot1.gif) no-repeat;
        background-position: right 6px top 13px;
        margin-right:10px;
        font-size: 1rem;
        color: #ffffff !important
        text-align: right;
        float: left;
    }
    .general-login1 .lang2:link{
        color: #FFFFFF;
    }
    .general-login1 .lang2:hover {
        background-color: #265de8;
        color: #fff;
    }
    header .mUtil strong{
        color:#333333;
        text-decoration: underline;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
        display: none;
    }

}
