@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
}

.hr_mid {
    width: 6%;
    border: 0px;
    height: 5px;
    background-color: #fff;
    text-align: center;
    margin: 0 47% 0 47%;
}

a {
    text-decoration: none;
    color: inherit;
}
br.m {
    display: none;
}
caption {
    display: none;
}
button {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
}
img {
    max-width: 100%;
    vertical-align: top;
}
li {
    list-style: none;
}
ol:after,
ul:after,
dl:after {
    content: "";
    display: block;
    clear: both;
}
select::-ms-expand {
    display: none;
}
strong {
    font-weight: 700;
}
.flex {
    display: flex;
}
.w100 {
    width: 100% !important;
}
.blind {
    display: none !important;
}
.material-icons {
    line-height: inherit !important;
    vertical-align: top;
}
html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    font-family: "SamsungOne", "Noto Sans KR", sans-serif;
    font-weight: 400;
    word-break: keep-all;
}

.container {
    max-width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 0 24px;
}
.header {
    height: 73px;
}
.header .container .flex {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .logo {
    display: flex;
    align-items: center;
}
.header .logoColor {
    fill: #fff;
}
.header .logo .logo-fill {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logo .logo-fill svg {
    width: 110px;
    height: 17px;
}
.header .logo span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
}
/* 푸터 */
.footer {
    position: relative;
    border-top: 1px solid #d2d2d2;
    background-color: #fff;
    color: #666;
    font-weight: 500;
    padding: 32px 0;
}
.footer .footer-menu {
    position: relative;
    margin-bottom: 15px;
}
.footer .footer-menu ul li {
    margin-right: 20px;
}
.footer .footer-menu ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    line-height: 15px;
}
.footer .address {
    font-size: 12px;
    font-weight: 400;
}
.footer .address span {
    display: inline-block;
    margin-right: 24px;
}
.footer .copyright {
    font-size: 12px;
    margin-top: 14px;
}
.footer .address span a {
    margin-left: 10px;
    color: #666;
    font-weight: 700;
}
.footer .language {
    position: absolute;
    top: 0;
    right: 24px;
}
.footer .language a {
    font-size: 13px;
    color: #6c6c6c;
    display: inline-block;
    position: relative;
}
.footer .language a:first-child {
    padding-right: 10px;
    margin-right: 10px;
}
.footer .language a:first-child:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: -1px;
    width: 1px;
    background-color: #d4d4d4;
}
.mainReadyWrap {
    height: 85vh;
    min-height: 800px;
    background-position: 50% 100%;
    background-size: cover;
    background-image: url("../images/main-bg.jpg");
    padding-top: 73px;
}
.mainReadyWrap .container .flex {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
}
.mainReadyWrap .container .tit-box {
    width: 100%;
}
.main {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2em;
}

.mainReadyWrap .container .tit-box .main2 {
    margin-top: 10px;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 30px;
}

.mainReadyWrap .container .tit-box .sub {
    font-size: 16px;
    margin-top: 80px;
}

.mainReadyWrap .container .tit-box .subTitle {
    font-size: 40px;
    margin-top: 30px;
    font-weight: 700;
}

.mainReadyWrap .container .tit-box .description {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 300;
}


.mainReadyWrap .container .tit-box p strong {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-top: 50px;
}
.mainReadyWrap .container .bottom-txt-box01 {
    width: 100%;
    padding: 70px 0;
    margin-top: 70px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.mainReadyWrap .container .bottom-txt-box01 dl:first-child {
    margin-top: 0;
}
.mainReadyWrap .container .bottom-txt-box01 dl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    font-size: 20px;
}
.mainReadyWrap .container .bottom-txt-box01 dl dt {
    width: 261px;
    line-height: 40px;
    font-weight: 700;
    background-color: #003192;
    border-radius: 3px;
    text-align: center;
    margin-right: 40px;
}
.mainReadyWrap .container .bottom-txt-box01 dl dd {
    width: 420px;
    text-align: left;
}
#page_en .main {
    font-family: "SamsungSharpSans";
    font-size: 38px;
}
/* popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}
.popup .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
.popup .popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 805px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.popup .popup-top {
    position: relative;
    background-color: #001459;
    padding: 0 40px;
}
.popup .popup-top h3 {
    height: 70px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.popup .popup-top h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.popup .popup-top .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup .popup-contents {
    padding: 27px 40px;
    background-color: #fff;
}
.popup .popup-contents .scrollBox {
    height: 50vh;
    overflow-x: auto;
    overflow-y: auto;
    padding: 20px 35px;
    font-size: 14px;
    color: #585858;
    font-weight: 500;
    background-color: #fff;
}
.popup .popup-contents strong {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table th,td {
    padding: 10px;
}

.videoCont {
    --w: calc( 100vw - 48px );
    max-width: 1152px;
    max-height: 649px;
    width: calc( var(--w) );
    height: calc( var(--w) * 0.5625 );
    background-color: #000;
}
.wrap {
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex-grow: 1;
    display: flex;
    padding-bottom: 30px;
}
.footer {
    margin-top: auto;
    height: 15vh;
}
body {
    background-position: 50% 100%;
    background-size: cover;
    background-image: url("../images/main-bg.jpg");
    background-repeat: repeat-x;
}


/* mobile css */
@media all and (max-width: 700px){
    br.m {
        display: block;
    }
    body {
        min-width: auto;
    }
    .container {
        padding: 0 10px;
    }
    .header .logo span {
        font-size: 12px;
        margin-left: 10px;
    }
    .footer {
        text-align: center;
        height: auto;
    }
    .footer .footer-menu ul {
        margin-top: 20px;
        justify-content: center;
    }
    .footer .footer-menu ul li {
        margin-right: 10px;
    }
    .footer .footer-menu ul li a {
        font-size: 14px;
    }
    .footer .address span {
        margin-right: 0;
    }
    .footer .language {
        position: static;
        margin-top: 20px;
    }
    .en .footer .footer-menu ul {
        display: block;
    }
    .en .footer .footer-menu ul li {
        margin-right: 0;
    }
    .popup .popup-top {
        padding: 20px;
    }
    .popup .popup-top h3 {
        height: auto;
    }
    .popup .popup-top h3 span {
        font-size: 18px;
    }
    .popup .popup-box {
        width: auto;
        left: 10px;
        right: 10px;
        transform: translate(0,-50%);
    }
    .popup .popup-contents {
        padding: 20px;
    }
    .popup .popup-contents .scrollBox {
        padding: 20px;
    }
    .mainReadyWrap {
        min-height: 700px;
        height: auto;
    }
    .mainReadyWrap .container .flex {
        display: block;
        word-break: keep-all;
    }
    .mainReadyWrap .container .tit-box {
        padding-top: 40px;
    }
    .main,
    #page_en .main
     {
        font-size: 28px;
    }
    .mainReadyWrap .container .tit-box .sub {
        font-size: 16px;
        margin-top: 30px;
    }
    .mainReadyWrap .container .tit-box .main2 {
        font-size: 16px;
        margin-top: 30px;
    }
    .mainReadyWrap .container .tit-box .subTitle {
        font-size: 30px;
        margin-top: 30px;
        line-height: 1.2em;
    }
    .mainReadyWrap .container .tit-box .description {
        margin-top: 10px;
    }
    .mainReadyWrap .container .tit-box p strong {
        font-size: 20px;
    }
    .videoCont {
        --w: calc( 100vw - 20px );
        width: calc( var(--w) );
        height: calc( var(--w) * 0.5625 );
    }
}

@media all and (max-width: 380px){
    #page_en .main {
        font-size: 18px;
    }
}