/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}
q:before,q:after {
    content: '';
}
abbr,acronym { border: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Custom CSS
 * --------------------------------------- */
*{
    font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif; color:#333;
 }
 body{
    font-family: arial,helvetica;
    color: #333;
    color: rgba(0,0,0,0.5);
}
header{
    position: absolute;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 84px;
}


.clearfix:after{
    display: block;
    content: '';
    width: 100%;
    clear: both;
 }
 .txt-left{
    text-align: left;
 }
 .txt-center{
    text-align: center;
 }
 .txt-right{
    text-align: right;
 }
.txt-hidden{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.txt-red {
    color: #da202b;
}
.txt-green {
    color: #0f934a;
}
.txt-point {
    color: #e7380d;
}


/* Style for header menu
 *  --------------------------------------- */
#hd{
    position: absolute;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 84px;
    /*background: rgba(2, 31, 54, 0.2);*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);

}
#hd:hover {
    background: rgba(2, 31, 54, 0.3);
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
    /*border-bottom: 1px solid rgba(2, 31, 54, 0.1);*/
}
#hd .inner {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
}
#hd .container{
    display: block;
}
#hd .hd-logo {
    position: absolute;
    top: 5px;
    left: 0;
}
#hd nav.gnb-wrap > ul {
    margin-left: 300px;
    height: 100%;
}
#hd nav.gnb-wrap > ul > li:first-child {
    padding-left: 0;
}
#hd nav.gnb-wrap > ul > li{
    float: left;
    padding: 30px 28px;
}
#hd nav.gnb-wrap > ul > li.hd-menu-li.st2 {
    padding: 34px 28px !important;
}
 
.hd-menu-li{
    color: #fff;
    font-weight: 600;
}
.hd-menu-li a{
    color: #fafafa;
    font-size: 1.1em;
    font-weight: 500;
}
.hd-menu-li a:hover .depth2{
    display: block;
}
/*
 * 2023-04-19
 * 서브메뉴 스타일 수정
 * by Leah
 */
/*
.depth2-bg {
    display: block;
    width: 100%;
    height: 50px;
    //-->
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #e5e5e5;
    //<--
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid  rgba(2, 31, 54, 0.2);
    background: rgba(2, 31, 54, 0.5);
    box-shadow: 2px 2px 2px rgba(2, 31, 54, 0.6);
}
*/
.depth2 {
    display: none;
    position: absolute;
    /*background: rgba(244, 244, 244, 0.3);*/
    background: #5c7f97;
    min-width: 160px;
    margin-top: 30px;
    box-shadow: 0px 8px 16px 16px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.depth2_list {
    margin-left: 0px !important;
    padding: 6px 0;
}
.depth2_list li {
    margin-top: 10px;
    margin-bottom:16px;
    margin-left: 16px;
    margin-right: 30px;
    /*display: inline-block;*/
}
.depth2_list a {
    /*color:#333;*/
    color: #fafafa;
    padding:20px 0;
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
h1{
    font-size: 6em;
}
p{
    font-size: 2em;
}
.section-desc {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
}
.content {
    min-height: 500px;
}

.shortcut-wrap {
    text-align: center;
}
.con {
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
}
.con-st1 {
    width: 100%;
    margin:  0 auto;
}
.shortcut-wrap > ul {
    position: relative;
    overflow: hidden;
    display: block;

}
.shortcut-wrap > ul:after {
    display: block;
    clear: both;
    content: "";
}
.shortcut-wrap > ul > li {
    float: left;

    font-weight: 500;
}
.shortcut-wrap > ul.cols-05 > li{
    width: 20%;
}
.shortcut-item-box img {
    margin-bottom: 20px;
}
/*
#ft {
    height: 40px;
    color:#f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}
*/
.ft-box-container {
    display: block;
    padding: 20px 40px;
    background: rgba(2, 31, 54, 1.0);
}
.ft-box-container .ft-left-box{
    float:  left;
    width: 50%;
}
.ft-box-container .ft-right-box {
    float:  right;
    width: 50%;
}
.ft-box-container .ft-right-box * {
    text-align: right;
    margin-right: 40px;
}
.ft-box-container * {
    color: #fff !important ;
    font-size: 14px !important;
}
.ft-box-wrap {
    margin: 10px auto;
    max-width: 1200px;
}
.ft-box-container img {
    width: 120px;
    height: auto;
}

.ft-link-box {
    display: block;
    position: relative;
}
.ft-link-box ul > li {
    float: left;
    padding-right: 40px;

}
.ft-addrs-box * {
    text-align: left;
}
.ft-copy-box * {
     text-align: left;
 }
.nav-button-wrap .sitemap-open-btn {
    display: none;
}
.nav-button-wrap .sitemap-open-btn.active {
    display: inline-block;
}
.nav-button-wrap button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    float: right;
}
.nav-button-wrap .sitemap-line-btn {
    padding-top: 32px;
    padding-right: 32px;
    cursor: pointer
}
.sitemap-line-btn .line {
    background-color: #fafafa;
    display: block;
    width: 26px;
    height: 3px;
    margin: 3px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}
.m-sitemap-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(249, 249, 249, 1.0);
}
.m-sitemap-wrap.off{
    display: none;
}
.m-gnb-header {
    margin: 20px 0;
}
.m-header-wrap {
    display: block;
    margin: 0 auto;
    max-width:  1200px;
}
.m-header-inner {
    display: table;
    width: 100%;
}
.m-header-inner div {
    display: table-cell;
    vertical-align: middle;
}
.m-header-inner .m-header-logo-wrap {
    text-align: left;
}
.m-header-inner .m-header-btn-wrap {
    text-align: right;
}
.m-header-btn-wrap button {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
}
.sitemap-line-btn.active .line {
    background-color: #00579c;
}
.sitemap-line-btn.active .line:nth-child(1) {
    transform: translateY(8px) translateX(-3px) rotate(45deg);
    -webkit-transform: translateY(8px) translateX(-3px) rotate(45deg);
}
.sitemap-line-btn.active .line:nth-child(2) {
    opacity: 0;
}
.sitemap-line-btn.active .line:nth-child(3) {
    transform: translateY(-4px) translateX(-3px) rotate(-45deg);
    -webkit-transform: translateY(-4px) translateX(-3px) rotate(-45deg);
}
.sitemap-line-btn.active .line:nth-child(4) {
    opacity: 0;
}
.m-nav-wrap {
    box-sizing: border-box;
    overflow-y: auto;
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    height: 80%;
}
.m-nav-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.m-nav-inner .m-nav {
    display: table-cell;
}
.m-nav li {
    text-align: center;
}
.m-nav li > a {
    position: relative;
    display: block;
    color: #00579c;
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
}
.m-nav li .m-nav-2dep {
    display: none;
    padding: 15px 0;
    background-color: #f2f2f2;
}
.m-nav li .m-nav-2dep > li > a {
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    padding: 12px 12px;
}
@media only screen and (max-width: 1400px) {
    .nav-button-wrap .sitemap-open-btn {
        display: block;
    }
    .nav-button-wrap .lang-btn {
        display: none;
    }
    .gnb-wrap {
        display: none;
    }
    #hd:hover {
        background: rgba(249, 249, 249, 0.0);
    }
    .m-header-logo-wrap img {
        display: inline-block;
        margin-left:26px;
    }
}
@media only screen and (max-width: 1000px) {
    #hd .hd-logo {
        width: 140px;
        height: auto;
        margin-left: 10px;
    }
    .ft-box-container {
        padding: 4px 40px;
    }
    .ft-box-container * {
        font-size:  10px !important;
        word-break: keep-all;
    }
    .ft-box-wrap {
        margin: 4px auto;
    }
    .ft-box-container .ft-right-box * {
        margin-right: 0;
    }
}
@media only screen and (max-width: 680px) { 
    .ft-box-container {
        padding: 4px 20px !important;
    }
}
@media only screen and (max-width: 480px) {
    .ft-box-container {
        padding: 4px 0 !important;
    }
    .ft-box-container > * {
        padding: 0 10px;
    }
    .ft-box-container .ft-left-box {
        width: 100%;
    }
    .ft-box-container .ft-right-box {
        width: 100%;
    }
    .ft-box-container .ft-right-box * {
        text-align: left !important;
    }

}
@media only screen and (max-width: 320px) {
    #hd .hd-logo {
        width: 120px;
        height: auto;
        margin-left: 10px;
        margin-top: 4px;
    }
}
/*
 * 2023-07-24
 * 스타일 추가
 */
.nav-button-wrap .lang-btn {
    margin-top: 30px;
    margin-right: 20px;
    color:#fff;
    border-radius: 20px;
    border: 2px solid #efefef;
    padding: 4px 8px;
    cursor: pointer;
}
.nav-button-wrap .lang-btn:hover {
    color: rgba(231, 56, 13, 1.0);
    font-weight: 600;
    border: 2px solid rgba(231, 56, 13, 1.0);
}
.nav-button-wrap .lang-depth2 {
    position: absolute;
    right: 10px;
    background: rgba(244, 244, 244, 0.9);
    min-width: 60px;
    margin-top: 84px;
    z-index: 9999;
    border-radius: 4px;
    padding: 4px 2px;
    box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.1);
}
.nav-button-wrap .lang-depth2 ul li {
    text-align: center;
    margin: 8px 0;
}
.nav-button-wrap .lang-depth2 ul li a {
    font-weight: 700;
    font-size: 0.9em;
    padding: 8px 0;
}
.nav-button-wrap .lang-depth2 ul li a:hover {
    color: rgba(231, 56, 13, 1.0);
}
.m-lang {
    display: table;
    margin-top: 4px;
    width: 100%;
    background: #ebebeb;
    padding: 10px 0 14px 0;
    text-align: center;
}
.m-lang a {
    margin: 0 10px;
    padding: 2px 4px;
    color: #00579c;
    font-weight: 700;
    border-bottom: 2px solid #ebebeb;
}
.m-lang a.active-lang {
    color: #00579c;
    border-bottom: 2px solid #00579c;
}