@charset 'utf-8';
@import url('notosanskr/NotoSansKR.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    color: #444;
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: 200;
    min-width: 1200px;
    padding-top: 73px;
}

/* 공통 클래스 */
.container {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}


.wrap {
    position: relative;
    display: block;
}

/* 모달창 */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

.modal-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    border-radius: 10px;
    width: 460px;
    height: 280px;
    background-color: #fff;
}

.modal-close-1 {
    position: absolute;
    right: 15px;
    top: 20px;
    border: 0;
    background-color: #fff;
    color: #350c0d;
    font-size: 20px;
    cursor: pointer;
}



.modal-cont p {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    font-size: 1.7rem;
    font-weight: 300;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    letter-spacing: -0.064rem;
    text-align: center;
    padding-bottom: 1rem;
    white-space: nowrap;
}

.modal-chek {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.modal-cont span {
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.15;
    letter-spacing: -0.064rem;
    text-align: center;
    background-color: #350c0d;
    border-radius: 0.5rem;
    padding: 1rem 3rem;
}


/*상단*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 73px;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;

    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.header>.container {
    height: 8rem;
}

.logo {
    position: absolute;
    left: -275px;
    top: 21px;
    display: block;
    width: 152px;
    height: 34px;
    background: url('../images/logo.png') no-repeat center;
    font-size: 0;
}




.language {
    position: absolute;
    right: -270px;
    top: 32px;
    display: block;
}

.language-list {
    position: relative;
    display: block;
}

.language-list>li {
    position: relative;
    display: block;
    float: left;
}

.language-list>li>a {
    position: relative;
    display: block;

    color: #888;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 10px;
}

.language-list>li>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;

    display: block;
    width: 1px;
    height: 9px;
    background: #999;
}

.language-list>li:last-child>a::after {
    content: none;
}

.language-list-focus {
    color: #000 !important;
}


.gnb {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}

.depth1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 106.8rem;
}

.depth1 li {
    position: relative;
    display: block;
    width: 17.8rem;
    height: 8rem;
    float: left;
    line-height: 8rem;
}

.depth1>li>a {
    display: inline;
    font-size: 1.9rem;
    font-weight: 500;
    color: #000;
    line-height: 8rem;
}

.depth1 li a:hover {
    color: #ed1c24;
}

.depth1-active{
    color: #ed1c24 !important;
}

.depth2 {
    position: absolute;
    left: 0;
    top: 7.3rem;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.3s ease-in-out;
}

.depth2-active {
    height: 280px;
}

.submenu {
    position: relative;
    display: block;
    width: 106.8rem;
    margin: 0 auto;
    padding: 3rem 0;
}

.submenu>li {
    position: relative;
    display: block;
    width: 17.8rem;
    float: left;
}

.depth2-menu {}

.depth2-menu li {
    line-height: 2.7rem;
}

.depth2-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
}

/*비주얼*/
.visual {
    position: relative;
    display: block;
    height: 910px;
    background: url('../images/img_visual.png') no-repeat center;
    background-size: cover;

    background-attachment: fixed;
}

.visual .container {
    padding-top: 180px;
    height: 100%;
}

.visual-tit {
    position: relative;
    display: block;
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    padding-top: 60px;
}

.visual-tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 5px;
    background: #ec1c24;
}

.visual-txt {
    position: relative;
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: 200;
    padding-top: 50px;
}

.icon-move {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    bottom: 40px;

    display: block;
    width: 33px;
    height: 33px;
    background: url('../images/bg_common.png') no-repeat;
    background-position-x: -122px;
    background-position-y: 0px;
}

/*업무파트*/
.part {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding-top: 115px;
    padding-bottom: 133px;
}

.section-head {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.section-tit {
    position: relative;
    display: block;
    font-size: 44px;
    color: #111;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 35px;
}

.section-tit::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    width: 37px;
    height: 4px;
    background: #f00;
}

.section-desc {
    position: relative;
    display: block;
    font-size: 16px;
    color: #444;
    text-align: center;
    font-weight: 200;
    line-height: 1.4;
    padding-top: 30px;
}

.part-main {
    position: relative;
    display: block;
}

.part-main-list {
    position: relative;
    display: block;
    background: url('../images/img_business.png') no-repeat center;
}

.part-main-list>li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    height: 420px;
}


.part-main-list>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    transition: background 0.5s;

    padding-top: 100px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
}


.part-main-list>li>a:hover {
    background: #f37f25;
}

.part-main-list>li>a:hover .part-icon {
    visibility: visible;
    opacity: 1.0;
}

.part-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 215px;
    display: block;
    background: url('../images/bg_common.png') no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: opacitiy 0.5s;
}

.part-icon-1 {
    width: 123px;
    height: 112px;
    background-position: -168px 0px;
}

.part-icon-2 {
    width: 123px;
    height: 112px;
    background-position: -301px 0px;
}

.part-icon-3 {
    top: 227px;
    width: 130px;
    height: 106px;
    background-position: 0px -122px;
}

.part-icon-4 {
    top: 219px;
    width: 130px;
    height: 111px;
    background-position: -140px -122px;
}

.part-icon-5 {
    top: 226px;
    width: 102px;
    height: 105px;
    background-position: -280px -122px;
}

/*새소식*/
.news {
    position: relative;
    display: block;
    padding: 50px 0;
    /*background: url('../images/bar.png') repeat-y center;
    background-size: 100%;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec1c24+50,58595b+50 */
    background: #ec1c24;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ec1c24 50%, #58595b 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec1c24 50%, #58595b 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec1c24 50%, #58595b 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1c24', endColorstr='#58595b', GradientType=1);
    /* IE6-9 */

}

.news>.container {
    display: table;
    table-layout: fixed;
}

.news-left {
    position: relative;
    display: table-cell;
    width: 50%;
    padding-right: 110px;
}

.news-right {
    position: relative;
    display: table-cell;
    width: 50%;
    padding-left: 110px;
}

.news-tit {
    position: relative;
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 45px;
}

.notice-list,
.news-list {
    position: relative;
    display: block;

}

.notice-list>li,
.news-list>li {
    position: relative;
    display: block;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.notice-list>li:last-child,
.news-list>li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.notice-list>li>a,
.news-list>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    line-height: 1;
    overflow: hidden;
}

.news-text {
    position: relative;
    display: block;
    float: left;
    line-height: 23px;
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-more {
    position: relative;
    display: block;
    float: right;
    padding-right: 27px;
}

.i-arrow {
    position: relative;
    display: block;
    width: 48px;
    height: 23px;
    background: url('../images/bg_common.png') no-repeat;
    background-position: 0px -49px;
}


/*고객서비스*/
.service {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 100px;
}

.service>.container {
    display: table;
    table-layout: fixed;
}

.service-left {
    position: relative;
    display: table-cell;
    width: 50%;
    background: #fefefe;
    padding: 50px 50px 50px 55px;
    border-right: 1px solid #f7f7f7;
}

.service-right {
    position: relative;
    display: table-cell;
    width: 50%;
    background: #fefefe;
    padding: 50px 55px 50px 50px;
    border-left: 1px solid #f7f7f7;
}

.service-txt {
    position: relative;
    display: block;
    float: left;
    width: 290px;
}

.service-link {
    position: relative;
    display: block;
}

.service-title {
    position: relative;
    display: block;
    font-size: 30px;
    color: #000;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.service-desc {
    position: relative;
    display: block;
    font-size: 16px;
    color: #444;
    font-size: 200;
    line-height: 1.2;
}

.service-img {
    position: relative;
    display: block;
    float: right;
    height: 90px;
}

.service-img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}



/*about*/
.about {
    position: relative;
    display: block;
    background: #fefefe;
    padding: 100px 0;
}

.about-top {
    position: relative;
    display: table;
    table-layout: fixed;
}

.about-left {
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.about-txt {
    position: relative;
    display: block;
}

.about-title {
    position: relative;
    display: block;
    font-size: 44px;
    font-weight: 600;
    color: #111;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.about-desc1 {
    position: relative;
    display: block;
    font-size: 21px;
    color: #111;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-left: 100px;
}

.about-desc1::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    width: 37px;
    height: 5px;
    background: #ec1c24;
}

.about-desc2 {
    position: relative;
    display: block;
    font-size: 15px;
    color: #444;
    font-weight: 200;
    line-height: 1.4;
    padding-left: 100px;
}

.about-right {
    position: relative;
    display: table-cell;
    width: 50%;
    background: url('../images/img_about.png') no-repeat;
}

.about-bottom {
    position: relative;
    display: block;

    text-align: center;
    font-size: 0;
    padding-top: 80px;
}

.about-link {
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: #111;
    font-weight: 500;
    line-height: 1;
    height: 160px;
    white-space: nowrap;
    background: url('../images/bg_icon.png') no-repeat;
    padding-top: 135px;
}

.about-link1 {
    width: 100px;
    background-position: 0px 0px;
}

.about-link2 {
    width: 95px;
    background-position: -120px -2px;
    margin: 0 210px;
}

.about-link3 {
    width: 105px;
    background-position: -235px 0px;
}




/*하단*/
.footer {
    position: relative;
    display: block;
    background: #4e4e4e;
    padding: 50px 0;
}

.f-logo {
    position: relative;
    display: block;
    float: left;
    width: 255px;
}

.f-copy {
    position: relative;
    display: block;
    float: left;
}

.address,
.copy {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 200;
    color: #c3c3c3;
    line-height: 1.4;
    font-style: normal;
}