html, body{height:100%;margin:0;padding:0;}
ul{margin:0;padding:0;}
ul li{margin:0;padding:0;list-style:none;}

@font-face {font-family:'Pretendard-Black';font-weight:900;font-display:swap;src:local('Pretendard Black'), url(../fonts/Pretendard-Black.woff2) format('woff2'), url(../fonts/Pretendard-Black.woff) format('woff');}
@font-face {font-family:'Pretendard-SemiBold';font-weight:600;font-display:swap;src:local('Pretendard Bold'), url(../fonts/Pretendard-SemiBold.woff2) format('woff2'), url(../fonts/Pretendard-SemiBold.woff) format('woff');}
@font-face {font-family:'Pretendard-Bold';font-weight:700;font-display:swap;src:local('Pretendard Bold'), url(../fonts/Pretendard-Bold.woff2) format('woff2'), url(../fonts/Pretendard-Bold.woff) format('woff');}
@font-face {font-family:'Pretendard-Medium';font-weight:500;font-display:swap;src:local('Pretendard Medium'), url(../fonts/Pretendard-Medium.woff2) format('woff2'), url(../fonts/Pretendard-Medium.woff) format('woff');}
@font-face {font-family:'Pretendard-Regular';font-weight:400;font-display:swap;src:local('Pretendard Medium'), url(../fonts/Pretendard-Regular.woff2) format('woff2'), url(../fonts/Pretendard-Regular.woff) format('woff');}

@media (min-width:768px) {
    .screen-lg{width:100%;max-width:100%;}
    .screen-md{display:none}
    .screen-mobile{display:none}
    .bx-wrapper{
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
        border:0!important;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -50px!important;
        outline: 0;
        width: 100px!important;
        height: 100px!important;
        text-indent: -9999px;
        z-index: 9999;
    }

    .bx-wrapper .bx-prev {
        left:0!important;
        background: url('../../resources/images/ic_slide_left.svg') no-repeat!important;
    }

    .bx-wrapper .bx-next {
        right:0!important;
        background: url('../../resources/images/ic_slide_right.svg') no-repeat!important;
    }

    header{
        position:fixed;
        width:100%;
        top:0;
        padding:35px 0;
        background-color:rgba(255,255,255,0.5);
        z-index:100;
    }
    header div{
        display:inline-block;
    }

    section{
        position:relative;
        height:100%;
    }

    section div.section{
        position:relative;
        height:calc(100vh - 97px)!important;
        padding-top:97px;
    }

    section div.section.main{
        position:relative;
        background-image:
                url('../../resources/images/bg_main_dice.png'),
                url('../../resources/images/bg_main_image.png');
        background-repeat:no-repeat, no-repeat;
        background-position:bottom right, center 97px;
        background-size:auto, cover;
    }

    footer{
        position:absolute;
        width:calc(100% - 290px);
        height: 250px;
        bottom:0;
        background-color:rgba(255,255,255,0.5);
        padding:0 150px 0 140px;
        background-color: #EDF1F2;
    }

    .mx-auto{margin:0 auto}

    .wrap-logo{
        position:absolute;
        left:140px;
    }
    .wrap-menu{
        position:absolute;
        /*left:570px;*/
        left:50vw;
        font-family: 'Pretendard-Bold';
    }
    .wrap-menu a{
        color:#333333;
        text-decoration:none;
        margin-right:62px;
        font-size:20px;
        letter-spacing:-0.5px;
    }

    .wrap-menu a:end{
        margin-right:0;
    }

    .sector-title{
        margin-top:20px;
        font-size:60px;
        font-family: 'Pretendard-Bold';
        letter-spacing:-1.5px;
        color:#333;
        text-align:center;
    }

    .sector-contents{
        font-family: 'Pretendard-Medium';
        margin-top:56px;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -0.6px;
        text-align: center;
        color: #333;
    }

    .wrap-biz-sect{
        display:flex;
        margin:114px 140px 0 140px;
        text-align:center;
    }

    .biz-sect-area{
        display:inline-block;
        width:20%;
        flex-grow:1;
        margin-left:40px;
        border:1px solid #b2b2b2;
        border-radius: 16px;
        text-align:center;
        padding:75px 80px 86px 80px;

        opacity: 0;
        transform: translateY(100px);
        transition: all 1s ease;
    }
    .biz-sect-area:first-child{
        margin-left:0
    }


    .biz-sect-area.show{
        opacity: 1;
        transform: translateY(0);
    }

    .biz-sect-area p{
        font-family: 'Pretendard-Bold';
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.75;
        letter-spacing: -1px;
        text-align: center;
        color: #003e92;
    }

    .biz-sect-area span{
        font-family: 'Pretendard-Medium';
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.5px;
        text-align: center;
        color: #000;

    }

    .main-title{
        margin-left:142px;
        color:#FFF;
        font-family: 'Pretendard-Black';
        font-size:130px;
        line-height: 0.85;
        letter-spacing: -6.5px;

        opacity: 0;
        transform: translateY(100px);
        transition: all 1s ease;
    }

    .main-title.show{
        opacity: 1;
        transform: translateY(0);
    }

    .main-contents{
        margin:40px 0 0 142px;
        color:#FFF;
        font-family: 'Pretendard-Medium';
        font-size: 35px;
        font-weight: 500;
        line-height: 1.14;
        letter-spacing: -1.05px;

        opacity: 0;
        transform: translateY(80px);
        transition: all 1s ease;
    }

    .main-contents.show{
        opacity: 1;
        transform: translateY(0);
    }

    .wrapper-main-contents{
        margin-top:140px;
    }

    .wrap-countup{
        display:flex;
        margin:97px 140px 0 140px;
        padding:114px 0 120px 0;
        background-color:rgba(5, 201, 255, 0.1);
        border-radius:16px;
        justify-content: space-evenly;
    }

    .wrap-countup div{
        min-width:260px;
        text-align:center;
    }
    .wrap-countup div p{
        font-family: 'Pretendard-Bold';
        font-size: 150px;
        line-height: 1;
        letter-spacing: -3.75px;
        text-align: center;
        color: #003e92;
        margin: 15px 0;
    }
    .wrap-countup div span{
        font-family: 'Pretendard-Bold';
        font-size: 30px;
        line-height: 1;
        letter-spacing: -0.75px;
        text-align: center;
        color: #000;
    }

    .wrap-slider{
        margin:64px 286px 0 286px;
    }

    .logo-slide{

    }

    .wrap-slide{
        display:flex;
        justify-content: space-between;
    }

    .wrap-key-achievement{
        position:relative;
        margin-top:60px;
        padding:0;
    }


    .wrap-year {
        position:relative;
        overflow-x:auto;
        margin: 0 0 30px 140px !important;
        padding: 0 140px 0 0 !important;
    }

    .wrap-year::after {
        content: '';
        display: block;
        clear: both;
    }

    .wrap-year-fadeout{
        position:absolute;
        top:0;
        right:0;
        width:140px;
        height:22px;
        background-image: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0));
        background-size: 140px 100%;
        background-repeat: no-repeat;
        background-position: right;
    }

    .wrap-year::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .wrap-year li{
        display:inline-block;
        width:60px;
        float:left;
        margin:0 0 0 60px!important;
        padding:0!important;
        border:none!important;
        background-color:#FFF!important;
        vertical-align: top;
        text-align:center;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;

        /*border-bottom: 3px solid #000;*/
    }
    .wrap-year li:first-child{
        margin-left:0!important;
    }
    .wrap-year li::after{
        content: '';
        display: block;
        clear: both;
    }

    .wrap-year li button.btn-year{
        font-family: 'Pretendard-Medium';
        font-size: 24px;
        line-height: 0.83;
        letter-spacing: -0.6px;
        border:none;
        background-color:#FFF;
        color: #999;
        cursor:pointer;
        padding:1px 60px 1px 2.5px!important;
        text-decoration:none;
    }

    .wrap-year li.active{
        border-bottom: 3px solid #003E92!important;
    }

    .wrap-year li.active button.btn-year{
        color:#003E92!important;
    }

    .wrap-ui-contents{
        margin-top:30px;
        padding:50px 140px;
        background:#F5F6F7;
    }

    .wrap-ui-contents .bx-wrapper{
        background:none!important;
    }

    .year-achievement-slider{
        overflow-x: auto;
        margin-top:30px;
        padding:80px 140px 80px 0;
        padding-left:140px;
        background-color:#F5F6F7;
    }

    .year-achievement-slider::-webkit-scrollbar {
        width: 0;
    }

    .history-slide{
        padding:80px 100px 80px 0;
    }

    .wrap-year-contents{
        height:272px;
    }

    .wrap-year-contents:nth-child(2n){
        margin-top:40px;
    }

    .wrap-year-contents div.item{
        float:left;
        width:384px;
        margin-left:30px;
        border:1px solid #ADADAD;
        border-radius:16px;
        background-color:#FFF;
        padding:35px 32px;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
    }

    .wrap-year-contents div.item:first-child{
        margin-left:0;
    }

    .wrap-achievement-fadeout{
        position:absolute;
        top:57px;
        right:0;
        width:140px;
        height:449px;
        background-image: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0));
        background-size: 140px 100%;
        background-repeat: no-repeat;
        background-position: right;
    }


    .wrap-year-contents p{
        margin:0;
    }

    .wrap-year-contents .prj-year{
        font-family: 'Pretendard-Medium';
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.5px;
        color: #333;
    }

    .wrap-year-contents .prj-contents{
        min-height:70px;
        max-height:70px;
        margin-top:30px;
        font-family: 'Pretendard-Bold';
        font-size: 30px;
        line-height: 1.17;
        letter-spacing: -0.75px;
        color: #003E92;
    }

    .wrap-year-contents .prj-title{
        margin-top:60px;
        font-family: 'Pretendard-Medium';
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.5px;
        color: #333;
    }

    .wrap-contact-section{
        margin:0 140px;
    }

    .wrap-manager{
        padding:110px 0 113px 0;
    }

    .wrap-manager .contact-manager-title {
        margin:0;
        font-family: 'Pretendard-SemiBold';
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: -2.5px;
        color: #083e92;
    }

    .wrap-manager .contact-manager-contents {
        margin:34px 0 0 0;
        font-family: 'Pretendard-Regular';
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -0.6px;
        color: #083e92;
    }

    .wrap-contact ul li{
        margin-top:18px;
    }
    .wrap-contact ul li:first-child{
        margin-top:0;
    }

    .wrap-contact ul li span{
        font-family: 'Pretendard-Medium';
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.5px;
        color: #083e92;
    }

    .wrap-contact ul li a{
        margin-left:22px;
        font-family: 'Pretendard-Bold';
        font-size: 30px;
        line-height: 0.67;
        letter-spacing: -0.75px;
        color: #083e92;
        text-decoration: none;
    }

    .wrap-corp{
        position:relative;
    }

    .footer-title{
        margin:46px 0 63px 0;
        font-family: 'Pretendard-Bold';
        font-size: 30px;
        line-height: 0.93;
        letter-spacing: -0.75px;
        color: #003E92;
    }

    .btn-site-family{
        position:absolute;
        top:0;
        right:0;
        padding-right:74px;
        font-family: 'Pretendard-Bold';
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.4px;
        border:none;
        color: #003E92;
        cursor:pointer;
        text-decoration:none;
    }

    .btn-site-family.more{
        background:url('../../resources/images/ic_more.svg') no-repeat;
        background-position: right;
    }

    .btn-site-family.less{
        background:url('../../resources/images/ic_less.svg') no-repeat;
        background-position: right;
    }

    .site-family{
        display:none;
        position:absolute;
        overflow-y:auto;
        width:145px;
        /*height:140px;*/
        height:50px;
        /*top:-190px;*/
        top:-100px;
        right:0;
        padding:16px 15px;
        border:1px solid #BFBFBF;
        background-color:#FFF;
        z-index: 100;
    }

    .site-family.show{
        display:inherit;
    }

    .site-family a {
        display:block;
        font-family: 'Pretendard-Medium';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.4px;
        color: #000;
        text-decoration:none
    }

    .site-family ul li{
        margin-top:16px;
    }

    .site-family ul li:first-child{
        margin-top:0;
    }

    .site-family::-webkit-scrollbar {
        width: 8px;
    }

    .site-family::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 6px;
    }

    .site-family::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
    }

    .site-family::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .corp-info {
        font-family: 'Pretendard-Medium';
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #666;
    }

    .corp-info a{
        font-family: 'Pretendard-Medium';
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #666;
        text-decoration:none;
    }

    .btn-fab-top{
        position:fixed;
        width:64px;
        height:64px;
        right:150px;
        bottom:60px;
        border:none;
        background:url('../../resources/images/ic_top.svg') no-repeat;
        background-size:100%;
        cursor:pointer;
        z-index:500;
    }

    .btn-fab-top.hide{
        display:none;
    }
    .btn-fab-top.show{
        display:inherit;
    }
}

@media (min-width:340px) and (max-width:767px) {
    .screen-lg{display:none}
    .screen-md{display:none}
    .screen-mobile {width:100%;max-width:767px;}
    /* scroll hidden */
    body{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;}
    body::-webkit-scrollbar{display:none}


    .bx-wrapper{
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
        border:0!important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width:0.5rem!important;
        height:0.5rem!important;
        border-radius:0.5rem!important;
    }

    /*
    .bx-controls{
        height:1.5rem;
    }
    */

    header{
        position:fixed;
        width:100%;
        top:0;
        /*padding:38px 0;*/
        padding:25px 0;
        background-color:rgba(255,255,255,0.5);
        z-index:100;
    }

    section{
        position:relative;
        height:100%;
    }

    section div.section{
        position:relative;
        height:calc(100vh - 71px);
        /*height:calc(100% - 97px)!important;*/
        /*padding-top:97px;*/
        padding-top:71px;
    }

    section div.section.main{
        position:relative;
        background-image: url('../../resources/images/bg_main_image.png');
        background-repeat:no-repeat;
        background-position:center 71px;
        background-size:cover;

        display:flex;
        align-items:center;
        /*
        background-image:
                url('../../resources/images/bg_main_dice.png'),
                url('../../resources/images/bg_main_image.png');
        background-repeat:no-repeat, no-repeat;
        background-position:center 75%, center 71px;
        background-size:calc(100% - 71px), cover;
        */
    }

    footer{
        position:absolute;
        width:calc(100% - 3rem);
        /*height:260px;*/
        bottom:0;
        /*padding:7.35rem 1.5rem 0 1.5rem;*/
        padding: 4vh 1.5rem 1.5rem 1.5rem;
        background-color: #EDF1F2;
    }

    .mx-1rem{margin:0 1rem}
    .mx-1_5rem{margin:0 1.5rem}
    .mx-auto{margin:0 auto}
    .mt-3_5rem{margin-top:3.5rem}

    /* 메인 */
    .wrap-logo{
        margin-left:20px;
    }

    .wrap-logo a img{
        height:15.5px;
    }


    .sector-title{
        /*margin-top:1rem;*/
        font-size:2.1rem;
        font-family: 'Pretendard-Bold';
        letter-spacing:-1px;
        color:#333;
        text-align:center;
    }

    .sector-contents{
        font-family: 'Pretendard-Medium';
        margin: 2vh 1.5rem 0 1.5rem;
        font-size: 3.5vw;
        line-height: 1.3;
        letter-spacing: -0.5px;
        text-align: center;
        color: #333;
    }

    /* 헤더*/
    .main-title{
        color:#FFF;
        font-family: 'Pretendard-Black';
        /*font-size:50px;*/
        font-size:12vw;
        line-height: 0.85;
        letter-spacing: -1.25px;
        text-align:center;

        opacity: 0;
        transform: translateY(20px);
        transition: all 1s ease;
    }

    .main-title.show{
        opacity: 1;
        transform: translateY(0);
    }

    .main-contents{
        /*margin:40px 0 0 142px;*/
        color:#FFF;
        font-family: 'Pretendard-Medium';
        /*font-size: 1rem;*/
        font-size:3.5vw;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.8px;

        margin:26px 0 0 0;
        text-align:center;

        opacity: 0;
        transform: translateY(20px);
        transition: all 1s ease;
    }

    .main-contents.show{
        opacity: 1;
        transform: translateY(0);
    }

    .main-contents-image{
        margin-top:5rem;
    }

    .main-contents-image img{
        width:100%;
    }

    .wrapper-main-contents{
        /*margin-top:6rem;*/
    }

    /* 사업영역 */
    .wrap-biz-area{
        margin:2vh 1.5rem 0 1.5rem;
    }

    .biz-sect-area{
        /*display:inline-block;*/
        /*width:20%;*/
        /*flex-grow:1;*/
        margin-top:2vh;
        border:1px solid #b2b2b2;
        border-radius: 16px;
        text-align:center;
        padding:2vh 1rem;
        /*padding:75px 80px 86px 80px;*/

        /*
        opacity: 0;
        transform: translateY(20px);
        transition: all 1s ease;
        */
    }
    .biz-sect-area img{
        margin:0 1.5vw 0 -6px;
        vertical-align:middle;
        max-width:5vh;
    }
    .biz-sect-area:first-child{
        margin-top:0
    }

    .biz-sect-area.show{
        opacity: 1;
        transform: translateY(0);
    }

    .biz-sect-area p{
        margin:1vh 0;
        font-family: 'Pretendard-Bold';
        font-size: 3.25vh;
        line-height: 1;
        letter-spacing: -0.75px;
        text-align: center;
        color: #003e92;
    }

    .biz-sect-area span{
        font-family: 'Pretendard-Medium';
        font-size: 0.8rem;
        /*line-height: 1.5;*/
        /*font-size: 2vh;*/
        /*line-height:3.5vh;*/
        /*line-height: 1.2rem;*/
        letter-spacing: -0.5px;
        text-align: center;
        color: #000;
    }

    .wrap-countup{
        margin:2vh 1.5rem 0 1.5rem;
        padding:4.5vh 0;
        background-color:rgba(5, 201, 255, 0.1);
        border-radius:16px;
        justify-content: space-evenly;
    }

    .wrap-countup div{
        margin-top:5vh;
        text-align:center;
    }

    .wrap-countup div:first-child{
        margin-top:0;
    }

    .wrap-countup div p{
        margin:0;
        font-family: 'Pretendard-Bold';
        font-size: 4rem;
        line-height: 1;
        letter-spacing: -1.75px;
        text-align: center;
        color: #003E92;
        /*margin: 15px 0;*/
    }
    .wrap-countup div span{
        font-family: 'Pretendard-Bold';
        font-size: 1rem;
        line-height: 1;
        letter-spacing: -0.5px;
        text-align: center;
        color: #000;
    }


    .wrap-slider{
        /* margin:2.5rem 0 0 0; */
        margin:2vh 0 0 0;
    }

    .logo-slide{

    }

    .wrap-slide{
        display:flex;
        justify-content: space-between;
    }

    .wrap-slide a{
        width:50%;
    }

    .wrap-key-achievement{
        position:relative;
        margin-top:60px;
        padding:0;
    }

    .wrap-year {
        position:relative;
        overflow-x:auto;
        margin-left:2rem;
    }

    .wrap-year::after {
        content: '';
        display: block;
        clear: both;
    }

    .wrap-year-fadeout{
        position:absolute;
        top:0;
        right:0;
        width:60px;
        height:22px;
        background-image: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0));
        background-size: 60px 100%;
        background-repeat: no-repeat;
        background-position: right;
    }

    .wrap-year::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .wrap-year li{
        display:inline-block;
        width:40px;
        float:left;
        margin:0 0 0 30px!important;
        padding:0!important;
        border:none!important;
        background-color:#FFF!important;
        vertical-align: top;
        text-align:center;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;

        /*border-bottom: 3px solid #000;*/
    }
    .wrap-year li:first-child{
        margin-left:0!important;
    }
    .wrap-year li::after{
        content: '';
        display: block;
        clear: both;
    }

    .wrap-year li button.btn-year{
        font-family: 'Pretendard-Medium';
        /*font-size: 24px;*/
        font-size:1rem;
        line-height: 0.83;
        letter-spacing: -0.6px;
        border:none;
        background-color:#FFF;
        color: #999;
        cursor:pointer;
        margin:0 60px 0 0!important;
        padding:1px 2.5px;
        text-decoration:none;
    }

    .wrap-year li.active{
        border-bottom: 3px solid #003E92!important;
    }

    .wrap-year li.active button.btn-year{
        color:#003E92!important;
    }

    .wrap-ui-contents{
        margin-top:30px;
        padding:50px 140px;
        background:#F5F6F7;
    }

    .wrap-ui-contents .bx-wrapper{
        background:none!important;
    }

    .year-achievement-slider{
        overflow-x: auto;
        margin-top:1.9rem;
        padding:3.2rem 1.5rem 3.2rem 1.5rem;
        background-color:#F5F6F7;
    }

    .year-achievement-slider::-webkit-scrollbar {
        width: 0;
    }

    .history-slide{
        padding:80px 100px 80px 0;
    }

    .wrap-year-contents{
        height:272px;
    }

    .wrap-year-contents:nth-child(2n){
        margin-top:40px;
    }

    .wrap-year-contents div.item{
        float:left;
        /*width:384px;*/
        width:230px;
        margin-left:30px;
        border:1px solid #ADADAD;
        border-radius:16px;
        background-color:#FFF;
        /*padding:35px 32px;*/
        padding:1.7rem;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
    }

    .wrap-year-contents div.item::after {
        content: '';
        display: block;
        clear: both;
    }

    .wrap-year-contents div.item:first-child{
        margin-left:0;
    }

    .wrap-achievement-fadeout{
        position:absolute;
        top:3.5rem;
        right:0;
        width:60px;
        height:calc(266px + 7.9rem);
        background-image: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0));
        background-size: 60px 100%;
        background-repeat: no-repeat;
        background-position: right;
    }


    .wrap-year-contents p{
        margin:0;
    }

    .wrap-year-contents .prj-year{
        font-family: 'Pretendard-Bold';
        /*font-size: 20px;*/
        font-size:1.2rem;
        line-height: 1;
        letter-spacing: -0.5px;
        color: #333;
    }

    .wrap-year-contents .prj-contents{
        min-height:120px;
        /*max-height:70px;*/
        margin-top:30px;
        font-family: 'Pretendard-Bold';
        /*font-size: 30px;*/
        font-size:1.5rem;
        line-height: 1.17;
        letter-spacing: -0.75px;
        color: #003E92;
    }

    .wrap-year-contents .prj-title{
        /*margin-top:60px;*/
        margin-top:2rem;
        font-family: 'Pretendard-Medium';
        /*font-size: 20px;*/
        font-size:1rem;
        line-height: 1;
        letter-spacing: -0.5px;
        color: #333;
    }

    .wrap-contact-section{
        margin:0 1.5rem;
    }

    .wrap-manager{
        /*padding-top:1.3rem;*/
    }

    .wrap-manager .contact-manager-title {
        margin:0;
        font-family: 'Pretendard-SemiBold';
        /*font-size: 2.15rem;*/
        /*font-size:4vh;*/
        font-size:7vw;
        line-height: 1.2;
        letter-spacing: -2.5px;
        color: #083e92;
    }

    .wrap-manager .contact-manager-contents {
        margin:2vh 0 0 0;
        font-family: 'Pretendard-Regular';
        font-size: 0.9rem;
        line-height: 1.2;
        letter-spacing: -0.4px;
        color: #083e92;
    }

    .wrap-contact{
        /*margin-top:3.65rem;*/
        margin-top:2vh;
    }

    .wrap-contact ul li{
        margin-top:2vh;
    }
    .wrap-contact ul li:first-child{
        margin-top:0;
    }

    .wrap-contact ul li span{
        display:block;
        font-family: 'Pretendard-Medium';
        font-size: 1rem;
        line-height: 1;
        letter-spacing: -0.4px;
        color: #083e92;
    }

    .wrap-contact ul li a{
        display:inline-block;
        margin-top:0.5rem;
        font-family: 'Pretendard-Bold';
        font-size: 1.5rem;
        line-height: 0.67;
        letter-spacing: -0.75px;
        color: #083e92;
        text-decoration: none;
    }


    .footer-title{
        margin:0 0 2vh 0;
        font-family: 'Pretendard-Bold';
        font-size: 1.25rem;
        line-height: 0.93;
        letter-spacing: -0.75px;
        color: #003E92;
    }

    .btn-site-family{
        position:absolute;
        /*top:2.7rem;*/
        top:4vh;
        right:1.5rem;
        padding-right:2rem;
        font-family: 'Pretendard-Bold';
        font-size: 0.9rem;
        line-height: 1.25;
        letter-spacing: -0.4px;
        border:none;
        color: #003E92;
        cursor:pointer;
        text-decoration:none;
    }

    .btn-site-family.more{
        background:url('../../resources/images/ic_more.svg') no-repeat;
        background-position: right;
    }

    .btn-site-family.less{
        background:url('../../resources/images/ic_less.svg') no-repeat;
        background-position: right;
    }

    .site-family{
        display:none;
        position:absolute;
        overflow-y:auto;
        width:145px;
        height:140px;
        top:-190px;
        right:0;
        padding:16px 15px;
        border:1px solid #BFBFBF;
        background-color:#FFF;
        z-index: 100;
    }

    .site-family.show{
        display:inherit;
    }

    .site-family a {
        ont-family: 'Pretendard-Medium';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.4px;
        color: #000;
        text-decoration:none
    }

    .site-family ul li{
        margin-top:16px;
    }

    .site-family ul li:first-child{
        margin-top:0;
    }

    .site-family::-webkit-scrollbar {
        width: 8px;
    }

    .site-family::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 6px;
    }

    .site-family::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
    }

    .site-family::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .corp-info {
        /*padding-bottom:3rem;*/
        font-family: 'Pretendard-Medium';
        font-size: 0.9rem;
        line-height: 1.3;
        letter-spacing: -0.5px;
        color: #666;
    }

    .corp-info a{
        font-family: 'Pretendard-Medium';
        font-size: 0.9rem;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #666;
        text-decoration:none;
    }

    .btn-fab-top{
        position:fixed;
        width:64px;
        height:64px;
        right:0.5rem;
        bottom:0.5rem;
        border:none;
        background:url('../../resources/images/ic_top.svg') no-repeat;
        background-size:100%;
        cursor:pointer;
        z-index:500;
    }

    .btn-fab-top.hide{
        display:none;
    }
    .btn-fab-top.show{
        display:inherit;
    }

    .family-site-backdrop{
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,0.5);
        z-index:1000;
    }
    .family-site-backdrop.show{
        display:inherit;
    }

    .modal-family-site{
        position:absolute;
        bottom:0;
        width:calc(100% - 4rem);
        padding:2rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        background-color:#FFF;
    }

    .modal-family-site ul{
        margin-top:2rem;
    }

    .modal-family-site ul li{
        margin-top:1rem;
    }

    .modal-family-site ul li:first-child{
        margin-top:0;
    }

    .modal-family-site ul li a{
        display:block;
        font-family: 'Pretendard-Medium';
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.4px;
        color: #000;
        text-decoration:none
    }
    .modal-family-site .btn-modal-close{
        position:absolute;
        top:2rem;
        right:2rem;
        width:2rem;
        height:2rem;
        border:none;
        background:url('../../resources/images/ic_more.svg') no-repeat;
        background-size: 100%;
        cursor:pointer;
        filter:grayscale(1);
        transform: rotate(45deg);

    }
}