@charset"utf-8";
@import url('font.css');
@import url('https://fonts.googleapis.com/css?family=Play:400,700&display=swap');
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf') format('opentype')
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf') format('opentype')
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format('opentype')
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype')
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype')
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf') format('opentype')
}
body,
html {
    width: 100% !important;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}
body,
button,
input,
select,
td,
textarea,
th {
    font-family: 'Times New Roman', 'Noto Sans KR', sans-serif;
    letter-spacing: -0.2px;
    font-weight: 300;
    font-size: 16px;
    color: #555
}
dl,
li,
menu,
ol,
ul {
    list-style: none
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width: 100%
}
a {
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #01b5e2
}
img {
    max-width: 100%
}
textarea {
    max-width: 100%;
    resize: none
}
@media only screen and (max-width:768px) {
    body,
    button,
    input,
    select,
    td,
    textarea,
    th {
        font-size: 14px
    }
}
@media only screen and (min-width:320px) {
    body {
        overflow-x: hidden
    }
}
.t-left {
    text-align: left !important;
}
.t-right {
    text-align: right !important;
}
.t-center {
    text-align: center !important;
}
.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}
::selection {
    background-color: #bceeff
}
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed
}
.s-font {
    color: #01b5e2 !important;
}
.r-font {
    color: #ff0000 !important;
}
.vd-section {
    position: relative;
    font-size: 0
}
.global-btn {
    float: left;
    z-index: 999;
    margin: 28px 15px;
}
.pc-btn {
    display: block
}
.mob-btn {
    display: none
}
.global-btn li {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 17px;
    font-weight: 500
}
.global-btn li a {
    color: #444;
}
.global-btn li a:hover {
    color: #b7b7b7;
}
#bgvid {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: -100;
    background: url('https://img.youtube.com/vi/Um1QQDAkTPA/0.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity
}
.main-vd-btn {
    display: inline-block;
    margin: 55px 0 0
}
.main-vd-btn a {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #444;
    padding: 8px 55px;
    letter-spacing: 1px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(4, 4, 4, 0.5);
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1)
}
.main-vd-btn a:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(4, 4, 4, 0);
    outline-offset: 15px;
}
.m-btn-wrap {
    display: inline-block;
    margin: 55px 0 0
}
.m-btn-wrap a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #01b5e2;
    background: #01b5e2;
    padding: 8px 60px;
    letter-spacing: 1px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    /* outline: 1px solid;

    outline-color: rgba(4, 4, 4, 0.5);

    outline-offset: 0;

    text-shadow: none;

    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);

    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1) */
}
.m-btn-wrap a:hover {
    border: 1px solid #0094b9;
    background: #0094b9;
    /* box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);

    outline-color: rgba(4, 4, 4, 0);

    outline-offset: 15px; */
}
.m-btn-wrap {
    display: inline-block;
    margin: 55px 0 0
}
.m-btn-wrap .w-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 60px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1)
}
.m-btn-wrap .w-btn:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(4, 4, 4, 0);
    outline-offset: 15px;
}
.stopfade {
    opacity: .5
}
.menu-img {
    width: 100%;
    max-width: 60px;
    vertical-align: top
}
.sub-tit {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: 3px
}
#rgi-text-area {
    color: #fff;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    padding: 22vh 0 0
}
#rgi-text-area h2 {
    font-size: 7rem;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1
}
#rgi-text-area p {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 50px 0 0
}
#rgi-text-area button {
    display: block;
    width: 80%;
    padding: 0.4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s background
}
#rgi-text-area button:hover {
    background: rgba(0, 0, 0, 0.5)
}
.it-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    z-index: 9999;
    overflow: hidden !important;
}
.main-select-btn {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.main-select-btn li {
    display: inline-block;
    margin: 20px
}
.main-select-btn li a {
    color: #000;
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px 30px
}
.main-slg-logo {
    width: 100%;
    max-width: 350px;
}
.main-slg-text {
    color: #000;
    font-size: 30px;
    margin: 30px 0 40px;
}
.gl-icon {
    width: 100%;
    max-width: 20px;
    display: inline-block;
    margin: 1px 8px 0 0;
}
.gl-btn-wrap {
    display: inline-block;
}
.gl-btn-wrap li {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.gl-btn-wrap li a.select {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.gl-btn-wrap li a {
    color: #a3ceff;
    padding: 0 0 2px;
    font-size: 17px;
    vertical-align: top;
}
.gl-btn-wrap li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (min-width:1510px) {
    #rgi-text-area {
        padding: 23vh 0 0
    }
}
@media screen and (min-width:1600px) {
    #rgi-text-area {
        padding: 28vh 0 0
    }
}
@media screen and (max-width:1200px) {
    #rgi-text-area h2 {
        font-size: 5rem
    }
    #rgi-text-area p {
        font-size: 2rem
    }
}
@media only screen and (max-width:980px) {
    #rgi-text-area {
        padding: 13vh 0 0
    }
    #rgi-text-area h2 {
        font-size: 3.5rem
    }
    #rgi-text-area p {
        font-size: 1.7rem
    }
    .pc-btn {
        display: none
    }
    .mob-btn {
        display: block;
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0 !important
    }
    .mob-btn li {
        margin: 10px !important;
        font-size: 15px
    }
}
@media screen and (max-width:768px) {
    .main-select-btn {
        padding: 0 10px
    }
    .main-slg-logo {
        max-width: 350px
    }
    .main-slg-text {
        font-size: 20px;
        margin: 25px 0 30px;
    }
    .main-select-btn li a {
        font-size: 15px
    }
    #rgi-text-area {
        padding: 9vh 0 0
    }
    #rgi-text-area h2 {
        font-size: 2.3rem
    }
    #rgi-text-area p {
        font-size: 1.2rem
    }
    .sub-tit {
        font-size: 23px;
        margin-bottom: 20px;
        line-height: 1.5
    }
    .box-btn-wrap {
        display: inline-block;
        line-height: 2;
        margin: 15px 0 0
    }
}
@media screen and (max-width:500px) {
    .main-slg-logo {
        max-width: 240px;
    }
    #rgi-text-area {
        padding: 7vh 0 0
    }
    #rgi-text-area h2 {
        font-size: 1.5rem;
        letter-spacing: 1.5px
    }
    #rgi-text-area p {
        font-size: 0.7rem;
        margin: 10px 0 0
    }
    .main-vd-btn {
        margin: 15px 0 0
    }
    .main-vd-btn a {
        font-size: 10px;
        padding: 5px 15px
    }
}
@media screen and (max-device-width:800px) {
    .vd-section {
        background: url('https://img.youtube.com/vi/Um1QQDAkTPA/0.jpg') #000 no-repeat center center fixed
    }
}
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}
.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('/images/basic_resp/img/preloader.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #01b5e2
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 40px
}
#wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 100%
}
/* Header



---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 85px;
    background: #0094fe;
}
#header.on_bg {
    background: #0094fe;
}
#header.scroll {
    background: #0094fe;
}
#header #header_in {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 85px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header #header_in #L_SITE_LOGO {
    padding: 9px 0;
}
#header #header_in #L_SITE_LOGO h1 {
    text-align: left;
}
#header #header_in #L_SITE_LOGO a {
    display: inline-block;
}
#L_SITE_LOGO a img {
    width: 100%;
    max-width: 190px;
    padding: 15px;
}
.nav-btn {
    display: none;
}
.nav-btn {
    z-index: 999;
    display: block;
    position: absolute;
    top: 25px;
    bottom: 44px;
    right: 5px;
    width: 64px;
    height: 32px;
    cursor: pointer;
}
.nav-btn span {
    position: absolute;
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    transition: 0.2s all linear;
}
.nav-btn span:nth-child(1) {
    top: 0;
}
.nav-btn span:nth-child(2) {
    top: 14px;
    left: inherit;
    right: 19px;
    width: 30px;
}
.nav-btn span:nth-child(3) {
    top: 28px;
}
.nav-btn.nav-close {
    position: fixed;
}
.nav-btn.nav-close span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}
.nav-btn.nav-close span:nth-child(2) {
    margin-left: 0;
    width: 0;
}
.nav-btn.nav-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
}
.link_top_sns {
    position: absolute;
    top: 32px;
    left: 30px;
    width: 221px;
    height: 57px;
    background: url('/images/kor04r-19-0422/common/logo_kakao.jpg') no-repeat center left;
}
#nav {
    display: none;
    width: 100%;
    padding: 50px 0;
    background: rgba(19, 18, 18, 0.9);
    position: absolute;
    top: 85px;
    left: 0;
}
.util-menu {
    position: absolute;
    top: 18px;
    right: 0;
    line-height: 0;
    font-size: 0;
}
.util-menu ul {
    display: inline-block;
}
.util-menu li {
    display: inline-block;
    float: left;
    height: 30px;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-left: 10px;
}
.util-menu li:first-child {
    border-color: #1886a2;
    margin-left: 0;
}
.util-menu a {
    display: inline-block;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
}
.util-menu li:first-child a {
    color: #1886a2;
    font-size: 14px;
}
.navigation {
    padding: 50px 0 50px 360px;
}
.navigation:after {
    content: "";
    display: block;
    clear: both;
}
.navigation > li {
    position: relative;
    line-height: 1;
    padding-bottom: 50px;
    text-align: left;
}
.navigation .main-menu {
    display: inline-block;
    width: 100%;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.navigation .sub-menu {
    display: none;
    margin-top: 30px;
}
.navigation .sub-menu li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    vertical-align: super;
    margin-right: 8px;
}
.navigation .sub-menu a {
    display: inline-block;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-size: 20px;
    font-weight: 300;
    color: #a8a8a8;
}
.navigation .sub-menu .intro-menu {
    display: none;
}
.sel_wrap {
    z-index: 1;
    position: relative;
    width: 120px;
    margin: 0 auto;
    z-index: 999;
    display: block;
    position: absolute;
    top: 30px;
    right: 120px;
}
.sel_wrap .sel_btn {
    position: relative;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    background-color: black;
    color: #fff;
    border: 1px solid #fff;
    text-align: left;
    box-sizing: border-box;
}
.sel_wrap .sel_btn:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    content: ''
}
.sel_wrap .sel_btn.active:after {
    border-bottom: 6px solid #fff;
    border-top: 0 none;
}
.sel_wrap .sel_lst {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    max-height: 150px;
    padding: 0;
    border: 1px solid #ffffff;
    background: #000;
    box-sizing: border-box;
}
.sel_wrap .sel_lst li a {
    padding: 5px 15px;
    font-size: 13px;
    width: 100%;
    display: block;
    color: #fff;
}
.sel_wrap .sel_lst li a:hover {
    background-color: #256b9a;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    #header > div {
        padding: 0 20px;
    }
    #header #header_in {
        min-width: 100%;
    }
}
@media only screen and (max-width: 980px) {
    #header {
        height: 100px;
        position: relative;
    }
    .main-layout #header {
        height: 85px;
        position: absolute !important;
    }
    #header #header_in {
        height: 85px;
    }
    .nav-btn {
        width: 45px;
        height: 30px;
        top: 25px;
    }
    .nav-btn span {
        width: 30px;
    }
    .nav-btn span:nth-child(2) {
        width: 20px;
        top: 12px;
        right: 0;
    }
    .nav-btn span:nth-child(3) {
        top: 24px;
    }
    .link_top_sns {
        width: 57px;
        top: 20px;
    }
    #nav {
        top: 85px;
        padding: 30px 0;
    }
    .navigation {
        padding: 20px 0 20px 100px;
    }
    .navigation > li {
        padding-bottom: 30px;
    }
    .navigation .main-menu {
        font-size: 22px;
    }
    .navigation .sub-menu {
        margin-top: 10px;
    }
    .navigation .sub-menu li:before {
        vertical-align: middle;
    }
    .navigation .sub-menu a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    #header > div {
    padding: 0 10px;
}
    .nav-btn {
        width: 32px;
        height: 30px;
        top: 25px;
    }
    .nav-btn span {
        width: 30px;
        right: 0;
    }
    .nav-btn span:nth-child(2) {
        width: 25px;
        top: 12px;
        right: 0;
    }
    .nav-btn span:nth-child(3) {
        top: 24px;
    }
    .sel_wrap {
        width: 115px;
        right: 90px;
    }
    .nav-btn {
        right: 10px;
    }
    .link_top_sns {
        left: 10px;
    }
    .navigation {
        padding: 0 0 0 50px;
    }
    #header h1 a img {
        max-width: 118px;
        width: 118px;
        padding: 10px 0px;
    }
}
@media only screen and (max-width:500px) {
    .sel_wrap {
        width: 110px;
        top: 23px;
        right: 75px;
    }
    .sel_wrap .sel_btn {
        height: 29px;
        font-size: 13px;
    }
    
    .gl-btn-wrap li a {
        font-size: 15px;
    }
    .nav-btn {
        top: 20px
    }
    #header #header_in {
        height: 70px;
    }
    .main-layout #header {
        height: 70px;
    }
    #nav {
        top: 70px;
    }
}
.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px
}
.btn:active,
.btn:focus {
    outline: 0;
    color: #fff
}
.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    background-color: #e65b43;
    border-color: #e65b43;
    color: #fff
}
.btn-custom:focus,
.btn-custom:hover {
    background-color: #00208e;
    border-color: #00208e;
    color: #fff
}
.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff
}
.btn-custom-outline:focus,
.btn-custom-outline:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5)
}
.btn-bar a {
    margin-right: 10px
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    height: 38px
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #01b5e2
}
#footer {
    padding: 50px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #0094fe;
    color: #848484;
    clear: both;
    border-bottom: 1px solid #0094fe;
}
.foot_logo {
    margin-bottom: 40px
}
.footer-menu {
    margin-bottom: 15px;
    font-size: 0;
    line-height: 0
}
.footer-menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 8px;
    border-left: 1px solid #4e4e4e;
    color: #8e8e91
}
.footer-menu li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0
}
.footer-menu li a {
    line-height: 8px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #8e8e91
}
.footer-info {
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0;
    font-size: 14px;
    color: #848484
}
.footer-info span {
    color: #6b6b6b
}
.footer-info > p {
    margin-top: 20px;
    color: #fff;
}
.footer-info span {
    color: #4e4e4e
}
.footer-info strong {
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500
}
.footer-info a {
    color: #01b5e2;
    font-weight: 500
}
.footer-info a.link_b {
    font-size: 20px
}
.footer-info p a {
    color: #fff;
}
@media only screen and (max-width:980px) {
    .footer-info {
        width: 100%
    }
}
@media only screen and (max-width:768px) {
    #footer {
        padding: 35px 10px
    }
    .foot_logo {
        margin-bottom: 30px
    }
    .foot_logo img {
        width: 200px
    }
    .footer-info strong {
        font-size: 14px
    }
    .footer-info a.link_b {
        font-size: 14px
    }
}
@media only screen and (max-width:480px) {
    .footer-menu li {
        margin-left: 6px;
        padding-left: 6px
    }
    .footer-menu li a {
        font-size: 13px
    }
    .footer-info {
        font-size: 13px;
        letter-spacing: -1px
    }
}
.main-visual {
    position: relative;
    width: 100%
}
.main-visual .carousel-inner > .item {
    height: 1080px
}
.main-visual .carousel-inner > .main-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.main-visual .carousel-inner > .main-img01 {
    background-image: url('/images/kor08r-18-0408/main/main_slide_1.jpg')
}
.main-visual .carousel-inner > .main-img02 {
    background-image: url('/images/kor08r-18-0408/main/main_slide_2.jpg')
}
.main-visual .carousel-inner .carousel-caption {
    top: 40%;
    bottom: auto;
    right: 10%;
    left: 10%;
    text-shadow: none
}
.main-visual p {
    line-height: 1.2;
    color: #fff;
    word-break: break-all
}
.main-visual p strong {
    color: #d50050
}
.main-visual span {
    font-size: 30px;
    font-weight: 400
}
.main-visual p br {
    display: none
}
.main-visual .intro-copy {
    font-size: 60px;
    font-weight: 400
}
.main-visual .main-copy {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 500
}
.main-visual .main-copy strong {
    font-weight: 600
}
.main-visual .sub-copy {
    font-size: 22px
}
.main-visual .sub-copy strong {
    font-weight: 500
}
.main-visual .carousel-control.left {
    background: url('/images/kor08r-18-0408/main/visual_btn_prev.png') no-repeat center center
}
.main-visual .carousel-control.right {
    background: url('/images/kor08r-18-0408/main/visual_btn_next.png') no-repeat center center
}
.main-visual .carousel-control {
    background: 0 0;
    text-shadow: none;
    width: 10%;
    text-indent: -9999em;
    overflow: hidden
}
.main-visual .carousel-control,
.main-visual .carousel-control:focus,
.main-visual .carousel-control:hover {
    opacity: 1
}
.main-visual .carousel-indicators {
    bottom: 5%
}
.main-visual .carousel-indicators li {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 0 0 30px;
    border-width: 2px
}
.main-visual .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin-left: 30px
}
.main-visual .carousel-indicators li:after {
    position: absolute;
    right: 13px;
    top: 5px;
    content: '';
    width: 32px;
    height: 1px;
    background-color: #fff
}
.main-visual .carousel-indicators li:first-child {
    margin-left: 0
}
.main-visual .carousel-indicators li:first-child:after {
    display: none
}
@media only screen and (max-width:1200px) {
    .main-visual .main-copy {
        font-size: 50px
    }
}
@media only screen and (max-width:980px) {
    .main-visual .intro-copy {
        font-size: 25px
    }
    .main-visual .main-copy {
        margin-bottom: 10px;
        font-size: 42px
    }
    .main-visual .sub-copy {
        font-size: 19px
    }
    .main-visual .slogan span {
        font-size: 25px
    }
    .main-visual .carousel-inner > .item {
        height: 980px
    }
}
@media only screen and (max-width:768px) {
    .main-visual .intro-copy {
        font-size: 23px
    }
    .main-visual .main-copy {
        margin-bottom: 10px;
        font-size: 35px
    }
    .main-visual .sub-copy {
        font-size: 16px
    }
    .main-visual .slogan span {
        font-size: 20px
    }
    .main-visual p br {
        display: block
    }
    .main-visual .carousel-inner .carousel-caption {
        top: 35%
    }
    .main-visual .carousel-inner > .item {
        height: 768px
    }
    .main-visual .carousel-control {
        display: none;
        background-size: 40% !important
    }
    .main-visual .carousel-indicators {
        display: none
    }
}
@media only screen and (max-width:480px) {
    .main-visual p {
        text-align: center
    }
    .main-visual .intro-copy {
        font-size: 20px
    }
    .main-visual .main-copy {
        margin-bottom: 5px;
        font-size: 30px
    }
    .main-visual .slogan span {
        font-size: 20px
    }
    .main-visual .sub-copy {
        font-size: 13px
    }
    .main-visual .carousel-inner .carousel-caption {
        top: 30%
    }
    .main-visual .carousel-inner > .item {
        height: 555px
    }
}
.main-contents {
    background: #fff
}
.main-slogan {
    position: relative;
    display: table;
    width: 100%;
    min-height: 240px;
    text-align: center;
    padding: 0 20px
}
.main-slogan span {
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    line-height: 45px;
    color: #31414e
}
@-webkit-keyframes fade-in {
    0% {
        -webkit-opacity: 0
    }
    100% {
        -webkit-opacity: 1
    }
}
@-moz-keyframes fade-in {
    0% {
        -moz-opacity: 0
    }
    100% {
        -moz-opacity: 1
    }
}
@-ms-keyframes fade-in {
    0% {
        -ms-opacity: 0
    }
    100% {
        -ms-opacity: 1
    }
}
@-o-keyframes fade-in {
    0% {
        -o-opacity: 0
    }
    100% {
        -o-opacity: 1
    }
}
@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.slogan-box {
    padding: 185px 0 260px;
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 2s;
    -moz-animation-name: fade-in;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 2s;
    -ms-animation-name: fade-in;
    -ms-animation-duration: 2s;
    -ms-animation-timing-function: ease-in;
    -ms-animation-iteration-count: 1;
    -ms-animation-delay: 2s;
    -o-animation-name: fade-in;
    -o-animation-duration: 2s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: 1;
    -o-animation-delay: 2s;
    background: url('/data/image/section_bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 80%;
    opacity: 0
}
.m-text-box {
    height: 100%
}
.m-text-box h3 {
    font-size: 73px;
    font-weight: 600;
}
.s-color {
    color: #01b5e2 !important;
}
.m-text-box .dv-tit {
    color: #fff;
}
.slo-visible {
    opacity: 1
}
.slogan-box h3 .slg_logo {
    width: 100%;
    max-width: 450px
}
.slogan-box p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 50px 0 0
}
.main-banner-area {
    font-size: 0
}
.main-quick-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #666
}
.main-quick-banner .quick-box {
    min-height: 650px;
    overflow: hidden;
    padding: 0
}
.main-quick-banner .quick-box ._in {
    min-height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.main-quick-banner .quick-box.quick-img ._in {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.main-quick-banner .quick-box.quick-img ._in:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.main-quick-banner .quick-box.quick-img._bg-1 ._in {
    background-image: url('/images/kor08r-18-0408/main/main_quick_img_1.jpg');
    text-align: left
}
.main-quick-banner .quick-box.quick-img._bg-2 ._in {
    background-image: url('/images/kor08r-18-0408/main/main_quick_img_2.jpg');
    text-align: right
}
.main-quick-banner .quick-box.quick-img._bg-3 ._in {
    background-image: url('/images/kor08r-18-0408/main/main_quick_img_3.jpg')
}
.main-quick-banner .quick-box.quick-img._bg-4 ._in {
    background-image: url('/images/kor08r-18-0408/main/main_quick_img_4.jpg')
}
.main-quick-banner .quick-box.quick-text {
    display: table
}
.main-quick-banner .quick-box.quick-text._bg-1 ._in {
    background: #6d6d6d
}
.main-quick-banner .quick-box.quick-text._bg-2 ._in {
    background: #666
}
.main-quick-banner .quick-box.quick-text._bg-3 ._in {
    background-image: url('/images/kor08r-18-0408/main/main_quick_bg_3.jpg')
}
.main-quick-banner .quick-box.quick-text._bg-4 ._in {
    background-image: url('/images/kor08r-18-0408/main/main_quick_bg_4.jpg')
}
.main-quick-banner .quick-box.quick-text._bg-4 ._in a {
    color: #f3c906;
    border: none;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
    padding: 0
}
.main-quick-banner .quick-box.quick-text._bg-4 ._in a:hover {
    background: 0 0;
    color: #f3c906
}
.main-quick-banner .quick-box.quick-text div._in {
    display: table-cell;
    width: 100%;
    line-height: 100%;
    vertical-align: middle;
    padding: 20px 60px
}
.main-quick-banner .quick-box.quick-text div._in h3 {
    position: relative;
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    display: inline-block
}
.main-quick-banner .quick-box.quick-text div._in h3:after,
.main-quick-banner .quick-box.quick-text div._in h3:before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%
}
.main-quick-banner .quick-box.quick-text div._in h3:before {
    top: -8px;
    left: 0
}
.main-quick-banner .quick-box.quick-text div._in h3:after {
    bottom: -10px;
    right: 0
}
.main-quick-banner .quick-box.quick-text div._in span {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 45px
}
.main-quick-banner .quick-box.quick-text div._in a {
    transition: 0.8s;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    border: 1px solid #fff;
    padding: 8px 60px;
    letter-spacing: 1px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1)
}
.main-quick-banner .quick-box.quick-text div._in a:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388
}
.main-quick-banner .quick-box.quick-text div._in a.contact_number {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    border: none
}
.quick-banner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    line-height: 0;
    font-size: 0
}
.quick-banner ul {
    margin: 0 -7.5px
}
.quick-banner li {
    position: relative;
    display: inline-block;
    margin: 0 7.5px;
    padding-bottom: calc(33.33% - 15px);
    width: calc(33.33% - 15px);
    overflow: hidden;
    text-align: center;
    background: #fff
}
.quick-banner li:nth-child(1) {
    background: #fff url('/images/kor08r-18-0408/main/main_icon01.gif') no-repeat center 20%
}
.quick-banner li:nth-child(2) {
    background: #fff url('/images/kor08r-18-0408/main/main_icon02.gif') no-repeat center 20%
}
.quick-banner li:nth-child(3) {
    background: #fff url('/images/kor08r-18-0408/main/main_icon03.gif') no-repeat center 20%
}
.quick-banner li > div {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 40%
}
.quick-banner .go-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    overflow: hidden
}
.quick-banner .go-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.quick-banner .go-link:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.quick-banner .go-link:hover:before {
    width: 100%;
    height: 100%;
    border-left: 5px solid #d50050;
    border-top: 5px solid #d50050
}
.quick-banner .go-link:hover:after {
    width: 100%;
    height: 100%;
    border-right: 5px solid #d50050;
    border-bottom: 5px solid #d50050
}
.quick-banner h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: #000
}
.quick-banner p {
    font-size: 17px;
    line-height: 1.4;
    color: #777
}
/* 공통 */
.w-font {
    color: #fff !Important;
}
.b-font {
    color: #000 !Important;
}
.g-font {
    color: #444 !Important;
}
@media only screen and (max-width:1200px) {
    .quick-banner {
        width: calc(100% - 40px)
    }
    .quick-banner li:nth-child(1),
    .quick-banner li:nth-child(2),
    .quick-banner li:nth-child(3) {
        background-size: 45%
    }
}
@media only screen and (max-width:980px) {
    .quick-banner h3 {
        margin-bottom: 15px;
        font-size: 20px
    }
    .quick-banner p {
        font-size: 15px
    }
    .slogan-box h3 .slg_logo {
        max-width: 350px
    }
    .slogan-box p {
        font-size: 18px
    }
    .main-quick-banner .quick-box.quick-text div._in h3 {
        font-size: 40px
    }
    .main-quick-banner .quick-box.quick-text div._in span {
        font-size: 18px
    }
    .main-quick-banner .quick-box.quick-text div._in a {
        font-size: 18px
    }
    .main-quick-banner .quick-box.quick-text div._in {
        padding: 20px 30px
    }
}
@media only screen and (max-width:768px) {
    .main-slogan {
        min-height: 100px
    }
    .main-slogan span {
        font-size: 18px;
        line-height: 28px
    }
    .main-quick-banner .quick-box {
        min-height: 400px;
        width: 100%;
        text-align: center
    }
    .main-quick-banner .quick-box.quick-text div._in {
        padding: 30px 20px
    }
    .main-quick-banner .quick-box.quick-text div._in h3 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .main-quick-banner .quick-box.quick-text div._in span {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px
    }
    .main-quick-banner .quick-box.quick-img {
        display: block;
        width: 100%
    }
    .main-quick-banner .quick-box.quick-img ._in:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .quick-banner {
        top: -30px;
        width: calc(100% - 20px)
    }
    .quick-banner ul {
        margin: 0 -5px
    }
    .quick-banner li {
        margin: 0 5px;
        padding-bottom: calc(33.33% - 10px);
        width: calc(33.33% - 10px)
    }
    .quick-banner h3 {
        margin-bottom: 10px;
        font-size: 18px
    }
    .quick-banner p {
        font-size: 13px
    }
}
@media only screen and (max-width:512px) {
    .quick-banner {
        top: 0
    }
    .quick-banner ul {
        margin: 0;
        padding: 5px 0
    }
    .quick-banner li {
        margin: 5px 0;
        padding-bottom: 100%;
        width: 100%
    }
    .quick-banner h3 {
        margin-bottom: 20px;
        font-size: 25px
    }
    .quick-banner p {
        font-size: 17px
    }
    .main-quick-banner .quick-box.quick-text div._in span {
        font-size: 13px
    }
    .main-quick-banner .quick-box.quick-text div._in a {
        font-size: 14px
    }
    .main-quick-banner .quick-box {
        min-height: 400px;
        max-height: 400px
    }
    .slogan-box {
        padding: 50px 0
    }
    .slogan-box h3 .slg_logo {
        max-width: 200px
    }
    .slogan-box p {
        font-size: 13px
    }
}
.contact-us {
    text-align: center;
    display: inline-block;
    height: 900px;
    padding: 120px 0;
    width: 100%;
    background: url('/data/image/main_contact_bg.png') no-repeat center center/cover
}
.contact-us h2 {
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 70px;
    color: #fff;
    position: relative;
    display: inline-block
}
.contact-us h2:after,
.contact-us h2:before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%
}
.contact-us h2:before {
    top: -8px;
    left: 0
}
.contact-us h2:after {
    bottom: -10px;
    right: 0
}
.contact-us h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 60px 0 50px;
    color: #fff
}
.contact-us p {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin: 0
}
.contact-us .contact-btn-wrap {
    margin-top: 150px;
    width: 100%;
    text-align: center
}
.contact-us .contact-btn-wrap a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    border: 1px solid #fff;
    padding: 8px 60px;
    letter-spacing: 1px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1)
}
.contact-us .contact-btn-wrap a:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388
}
@media only screen and (min-width:1200px) {
    .contact-us > div {
        margin: 0 auto;
        width: 1200px
    }
}
@media only screen and (max-width:980px) {
    .contact-us {
        height: 700px
    }
    .contact-us .contact-btn-wrap {
        margin-top: 80px
    }
    .contact-us h2 {
        font-size: 55px
    }
    .contact-us h3 {
        font-size: 33px
    }
    .contact-us p {
        font-size: 22px
    }
    .contact-us .contact-btn-wrap a {
        font-size: 23px
    }
}
@media only screen and (max-width:768px) {
    .contact-us {
        height: 600px
    }
    .contact-us h2 {
        font-size: 30px
    }
    .contact-us h2 + p {
        margin: 5px 0 30px;
        font-size: 14px
    }
}
@media only screen and (max-width:512px) {
    .contact-us {
        height: 500px;
        padding: 90px 0 50px
    }
    .contact-us h3 {
        font-size: 25px;
        margin: 30px 0;
        font-weight: 400
    }
    .contact-us p {
        font-size: 15px
    }
    .contact-us .contact-btn-wrap {
        margin-top: 50px
    }
    .contact-us .contact-btn-wrap a {
        font-size: 18px
    }
}