@charset "utf-8";

/* 웹폰트 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

html, body {
    height: 100%;
}

/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: none;
}

body {
    font-family: "Noto Sans KR", "NanumGothic", "NanumGothicBold", "verdana", "gulim", "dotum", sans-serif !important;
}

.backimgcover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

ul, li {
    list-style: none;
}

:focus {
    outline: none !important;
}

#itcenhead {
    height: 88px;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
}

#itcenhead .header {
    max-width: 1920px;
    height: 88px;
    margin: 0 auto;
    padding: 0 160px;
}

.group_badge {
    top: 88px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
}

ul.tnav {
    width: 100%;
    list-style: none;
    height: 88px;
    margin: 0;
    padding: 0 10%;
}

ul.tnav li {
    width: 20%;
}

ul.tnav li a {
    display: block !important;
    width: 100%;
    height: 88px;
    font-size: 1.1em;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    font-weight: 100;
    text-align: center;
}

ul.inner_nav li a.tnavlink2 {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    height: auto !important;
    padding: 0 !important;
}

ul.inner_nav li a.tnavlink2:hover {
    color: #d10c0c;
    text-decoration: none;
}

ul.inner_nav li {
    width: auto !important;
    margin: 20px 5%;
}

.head_txt {
    line-height: 88px;

    font-weight: 100;
    border-bottom: none;
}

.subnav {
    width: 100%;
    left: 0;
    top: 88px;
    background: #FFFFFF;
    height: 301px;
    display: none;
}

/* jy */
.business .subnav {
    width: 100%;
    left: 0;
    top: 88px;
    background: #FFFFFF;
    /*height:501px;*/
    display: none;
}

/* /jy */

.subnav-box {
    margin: 0 auto;
    background: #FFFFFF;
}

.tnavlink_li {
    width: 15% !important;
    margin: 20px 5%;
}

.tnavlink_li.hd-custom {
    width: 21% !important;
    margin: 20px 5%;
}

ul.tnav li a.tnavlink1 {
    color: #333;
    font-size: 1.15em;
    font-weight: 500;
    border-bottom: 1px solid #CCC;
    padding: 10px 0 10px 15px;
    text-align: left;
}

ul.tnav li a.tnavlink1:hover {
    color: #d10c0c;
    border-bottom: 1px solid #d10c0c;
    text-decoration: none;
}

ul.tnav li a.tnavlink1 i {
    float: right;
    line-height: 1.6;
}

ul.tnav li a.tnavlink2 {
    text-align: left;
    font-weight: 400;
    color: #555555;
}

ul.tnav li a.tnavlink2:hover {
    color: #d10c0c;
    text-decoration: none;
}


#section4 li {
    padding: 0 42px;
    line-height: 3em;
    font-size: 1.2em;
}

#section4 a {
    color: #FFF;
}

.ico-bg {
    top: -50px;
    display: none;
}

#section4 a.on {
    color: #e0002a;
}


/**/
.scale-in-bottom {
    -webkit-animation: scale-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}


/*접기*/
.scale-out-ver-top {
    -webkit-animation: scale-out-ver-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-ver-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


@-webkit-keyframes scale-out-ver-top {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-out-ver-top {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}


/*열기*/
.scale-in-ver-top {
    -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}


/*button 1*/
.button_base {
    margin: 0;
    border: 0;
    position: relative;
    width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}

/* ### ### ### 05 */
.b05_3d_roll {

}

.b05_3d_roll div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 45px;
    padding: 9px;
    right: 0;
    top: 0;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b05_3d_roll div:nth-child(1) {
    color: #000000;
    background-color: #000000;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll div:nth-child(2) {
    color: #000000;
    background-color: #c30d1e;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll:hover div:nth-child(1) {
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_roll:hover div:nth-child(2) {
    background-color: #000000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

#itcenhead.open {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #d6d6d6;
}

.head_list:hover + .head_txt_span {
    color: #333;
}

.head_txt.off {
    color: #333;
    font-weight: 500;
}

.head_txt.on {
    color: #d10c0c !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #d10c0c !important;
}

.head_txt_span {
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-size: 0.8em;
    padding: 3px 18px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
}


@media screen and (max-width: 1680px) {
    #itcenhead .header {
        padding: 0 100px;
    }

    ul.tnav li a.tnavlink1 {
        font-size: 1.1em;
    }

    ul.tnav li a.tnavlink2 {
        font-size: 1.1em;
    }

    ul.tnav li a {
        font-size: 1.1em;
    }

    .head_txt_span {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 1440px) {
    #itcenhead .header {
        padding: 0 70px;
    }

    ul.tnav li a.tnavlink1 {
        font-size: 1em;
    }

    ul.tnav li a.tnavlink2 {
        font-size: 1em;
    }

    ul.tnav li a {
        font-size: 1em;
    }

    #top_banner {
        height: 61vw !important;
    }

    .banner_title {
        top: 60% !important;
        transform: translate(-50%, -50%) !important;
    }
}

@media screen and (max-width: 1295px) {
    ul.tnav li a.tnavlink1 {
        font-size: 0.8em;
    }

    ul.tnav li a.tnavlink2 {
        font-size: 0.8em;
    }

    ul.tnav li a {
        font-size: 0.8em;
    }

    .head_txt_span {
        font-size: 0.65em;
    }
}

@media screen and (max-width: 1175px) {
    ul.tnav {
        padding: 0 5%;
    }
}

