/*common start*/
.hidden {
    width: 1px;
    height: 1px;
    color: transparent;
    position: absolute;
    left: -999999px;
}
.m500Show,
.mShow {
    display: none !important;
}
.mHidden {
    display: inline-block;
}
.cursor {
    cursor: pointer;
}
select {
    height: 45px;
    line-height: 45px;
    -webkit-appearance: none; /*for chrome*/
    -moz-appearance: none; /*for firefox*/
    -o-appearance: none;
    appearance: none;
    background: url("../img/sub/icon_select.jpg") no-repeat right 10px center;
    outline: none;
    color: #666;
    border: 1px solid #dadada;
    border-radius: 0;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
select::-ms-expand {
    display: none; /*for IE10,11*/
}
input {
    height: 45px;
    line-height: 45px;
    color: #666;
    border: 1px solid #dadada;
    padding: 0 20px;
}
input[type="radio"] {
    height: auto;
}
textarea {
    width: 100%;
    height: auto;
    min-height: 100px;
    line-height: +1.3;
    resize: none;
    border: 1px solid #dadada;
    padding: 5px;
}
.btnDefault {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    background: #00377B;
    display: inline-block;
    cursor: pointer;
}
.btnBorder img,
.btnDefault img {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 15px;
}
.btnBorder {
    width: 240px;
    height: 55px;
    line-height: 55px;
    font-size: 1.125rem;
    color: #474747;
    text-align: center;
    border: 1px solid #474747;
    display: inline-block;
    cursor: pointer;
}

.infoTxt {
    font-size: 0.875rem;
    color: #a3a3a3;
    font-family: "Noto Sans KR_L", sans-serif;
}
table {
    table-layout: fixed;
    border-top: 2px solid #474747;
}
.borderWrap {
    border-top: 2px solid #474747;
    border-bottom: 1px solid #aeaeae;
}
.wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.inner {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.half {
    width: 50%;
    float: left;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.middle {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.colorOrange {
    color: rgb(255, 153, 0);
}
.colorBlue {
    color: rgb(53, 143, 192);
}
.colorGreen {
    color: rgb(89, 177, 36);
}
.colorDarkblue {
    color: #064e9f;
}
.colorRed {
    color: #df4603;
}
.linkColor,
.linkColor:hover {
    color: #0f5dad;
    text-decoration: underline;
}
.bgGreen {
    background: rgb(89, 177, 36) !important;
}
.bgOrange {
    background: rgb(255, 153, 0);
}
.bgBlue {
    background: rgb(53, 143, 192);
}
.bgGray {
    background: rgb(114, 113, 114);
}
.bgBlack {
    background: rgb(0, 0, 0);
}
.bgWhite {
    background: rgb(255, 255, 255);
}
.fontBaskerville {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: normal;
}
.fontMedium {
    font-family: "Noto Sans KR_M", sans-serif;
}
.imgWrap img {
    max-width: 100%;
}
/*common end*/

/*z-index start*/
#fullpage {
    z-index: 9;
}
.quick {
    z-index: 999;
}
.headerWrap {
    z-index: 1000;
}
/*z-index end*/

/*header start*/
.headerWrap {
    width: 100%;
    height: 100px;
    line-height: 100px;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    vertical-align: center;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
.headerWrap:after {
    content: "";
    width: 101vw;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    background: #dfdfdf;
}
.headerWrap h1 {
    width: 200px;
    height: 100px;
    float: left;
}
.headerWrap .menuWrap {
    width: calc(100% - 150px - 446px);
    height: auto;
    float: right;
    margin-right: 276px;
    text-align: center;
    z-index: 2;
}
.headerWrap .menuWrap .menuDepth2 {
    padding: 20px 0;
}
.headerWrap .menuWrap .menuDepth1 li,
.headerWrap .menuWrap .menuDepth1 li a {
    float: left;
}
.headerWrap .menuWrap .menuDepth1 > li {
    width: 25%;
}
.headerWrap .menuWrap .menuDepth2 > li {
    width: 100%;
}
.headerWrap .menuWrap .menuDepth1 > li > a {
    font-size: 22px;
    position: relative;
    font-family: "Noto Sans KR_M", sans-serif;
}
.headerWrap .menuWrap .menuDepth2 > li > a {
    height: 50px;
    line-height: 50px;
    font-size: 1.25rem;
    color: #272727;
}
.headerWrap .menuWrap .menuDepth2.menuDepth3Wrap > li.on > a,
.headerWrap .menuWrap .menuDepth2 > li > a:hover {
    color: #00377b;
}
.headerWrap .menuWrap .menuDepth2.menuDepth3Wrap > li {
    height: 50px;
    overflow: hidden;
}
.headerWrap .menuWrap .menuDepth3 > li {
    width: 100%;
    float: left;
}
.headerWrap .menuWrap .menuDepth3 > li > a {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 0.875rem;
}
.headerWrap .menuWrap .menuDepth3 > li > a:hover {
    text-decoration: underline;
}
.headerWrap .menuWrap .menuDepth1 > li > a:hover {
    color: #00377b;
}
.headerWrap .menuWrap .menuDepth1 > li:hover > a:after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background: #00377b;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%, 0);
    z-index: 2;
}
.headerWrap .menuWrap .langBox {
    position: absolute;
    right: 60px;
    top: 36px;
}
.headerWrap .menuWrap .langBox li {
    width: 45px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: #fff;
    color: #131313;
    font-size: 0.875rem;
    text-align: center;
    border: 1px solid #000;
    margin-left: -1px;
}
.headerWrap .menuWrap .langBox li.on {
    background: #000;
    color: #fff;
}
.headerWrap .menuWrap .closeIcon {
    width: 30px;
    height: 70px;
    line-height: 70px;
    background: url("../img/common/icon_close.png") no-repeat center / 25px auto;
    position: absolute;
    right: 30px;
    top: 0;
}
.headerWrap .menuIcon {
    width: 30px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: url("../img/common/icon_menu.png") no-repeat center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
/*header end*/

/*footer start*/
.footerWrap {
    position: relative;
    padding: 45px 0;
    background: #fff;
    border-top: 1px solid #dadada;
    clear: both;
}
.footerWrap .footerTxt {
    background: url("../img/common/flogo.png") no-repeat 0 46px;
    padding-left: 260px;
    font-weight: bolder;
}
.footerWrap .footerTxt .lighter{
    font-weight: lighter;
    word-break: break-word;
}
.footerWrap .footerTxt ul {
    margin-bottom: 25px;
}
.footerWrap .footerTxt ul li {
    width: auto;
    display: inline-block;
    position: relative;
    color: #343434;
}
.footerWrap .footerTxt ul li {
    width: auto;
    margin-right: 40px;
}
/*.footerWrap .footerTxt ul li:after {
    content: "|";
    font-size: 0.875rem;
    position: absolute;
    right: -12px;
    top: 0;
}*/
.footerWrap .footerTxt ul li:last-child {
    margin-right: 0;
}
.footerWrap .footerTxt ul li:last-child:after {
    display: none;
}
.footerWrap .footerTxt p {
    color: #343434;
    font-family: "Noto Sans KR_L", Sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
}
.footerWrap .footerTxt p span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.footerWrap .familySite {
    width: 245px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/common/icon_gray_down.png") no-repeat right 15px center;
}
.footerWrap .familySite::after {
   opacity: 0.5;
}
.toTop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.3) url("../img/common/icon_totop.png") no-repeat
    center / 50%;
}
/*footer end*/
/*error start*/
.errorWrap {
    padding: 30px 20px;
}
.errorWrap .pg-error {
    padding: 100px 0;
}
.errorWrap .imgWrap {
    margin-bottom: 45px;
}
.errorWrap .bigTxt {
    margin-bottom: 30px;
    font-size: 1.875rem;
}
.errorWrap .txt {
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.errorWrap .btn-box span {
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000;
}
.errorWrap .btn-box span a {
    text-decoration: none;
    color: #000;
    font-size: 1.125rem;
}
/*error end*/
