@charset "utf-8";
@import url("common.css");
@import url("layout.css");

/*
 common Style
*/

.rotate_l {
    display: inline-block;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
}

.rotate_r {
    display: inline-block;
    letter-spacing: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
}

.w400 {
    width: 400px;
}

.w600 {
    width: 600px;
}

.w800 {
    width: 800px;
}

.fsm {
    font-family: 'Nanum Myeongjo'!important;
}

.fsm_b {
    font-family: 'Nanum Myeongjo Bold'!important;
}

.img_box {
    position: relative;
}

.img_box.hor_desc {
    padding-bottom: 110px;
}

.img_box.hor_desc .img {
    position: relative;
    z-index: 1;
}

.img_box.hor_desc .desc {
    position: relative;
    width: 600px;
    margin-top: 30px;
    font-size: 15px;
    color: #fff;
    text-align: right;
    line-height: 1.6;
    z-index: 1;
}

.img_box.hor_desc .desc:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 4px;
    margin-right: 15px;
    background: #fff200;
    vertical-align: middle;
}

.img_box.hor_desc:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 110px;
    width: 600px;
    height: 418px;
    background: #00823d;
}

.img_box.ver_desc {
    padding-left: 80px;
    padding-bottom: 110px;
}

.img_box.ver_desc .img {
    position: relative;
    z-index: 1;
}

.img_box.ver_desc .desc {
    position: relative;
    width: 400px;
    /*  padding-left: 160px;   */
    margin-top: 25px;
    font-size: 15px;
    color: #fff;
    text-align: right;
    line-height: 1.6;
    z-index: 1;
}

.img_box.ver_desc .desc:before {
    display: inline-block;
    content: "";
    /*  position: absolute;    */
    /*  left: 120px;    */
    top: 10px;
    width: 25px;
    height: 4px;
    background: #fff200;
    vertical-align: middle;
    margin-right: 15px;
}

.img_box.ver_desc .desc.txt-right {
    width: 400px;
    padding-left: 0;
    padding-right: 45px;
}

.img_box.ver_desc .desc.txt-right:before {
    left: inherit;
    right: 0;
}

.img_box.ver_desc .desc.txt-rotate {
    position: absolute;
    top: 290px;
    right: 80px;
    padding: 0;
}

.img_box.ver_desc .desc.txt-rotate:before {
    display: none;
}

.img_box.ver_desc:after {
    display: block;
    content: '';
    position: absolute;
    left: 150px;
    top: 100px;
    width: 420px;
    height: 530px;
    background: #00823d;
}

.img_box.blue:after {
    background: #18b4ed!important;
}

.img_box.drblue:after {
    background: #107abb!important;
}

.img_box.navy:after {
    background: #063c6d!important;
}

.img_box.w800.hor_desc {
    padding-right: 120px;
}

.img_box.w800.hor_desc:after {
    right: 120px;
}

.text {
    font-size: 17px;
    line-height: 1.7;
}

.txt_tit {
    font-size: 24px;
    line-height: 1.25;
}


/*
  button Style
*/

.btn_box {
    padding: 50px 0;
}

.btn_more {
    font-family: 'Noto Sans Medium';
    font-size: 14px;
    line-height: 1.6;
    color: #010101;
}

.btn_more:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 4px;
    margin-right: 10px;
    background: #01b2ba;
    vertical-align: middle;
    transition: margin .4s;
}

.btn_more:hover:before,
.btn_more.hover:before {
    margin-right: 15px;
}

.btn_square {
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #fff;
    background: #0e9b50;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 30px;
}

.btn_square span {
    position: relative;
    display: block;
    text-align: center;
}

.btn_square span:before,
.btn_square span:after {
    display: inline-block;
    content: '';
    position: absolute;
}

.btn_square span:before {
    top: 35px;
    left: 16px;
    width: 24px;
    height: 1px;
    background: #fff;
}

.btn_square span:after {
    top: 30px;
    left: 45px;
    border: 5px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.btn_type_border {
    display: inline-block;
    width: 280px;
    height: 50px;
    border: 1px solid #063c6d;
    color: #272727;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
}

.btn_type_border:hover {
    background: #063c6d;
    color: #fff;
}

.btn_type_border:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 4px;
    margin-right: 15px;
    background: #01b4bb;
    vertical-align: middle;
    transition: all .4s;
}

.btn_type_border:hover:before {
    background: #fff;
}

.btn_blue {
    padding: 0 50px;
    background: #063c6d;
    font-size: 15px;
    color: #fff!important;
    line-height: 50px;
}


/*
  list Style
*/

.list_type_dot li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}

.list_type_dot li:first-child {
    margin-top: 0;
}

.list_type_dot li:before {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #00853e;
}


/*
  image icon Style
*/

.imgIcon {
    position: relative;
    display: inline-block;
}

.imgIcon:after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon.png) no-repeat;
}

button {
    outline: 0;
}

.imgIcon.icon-overview-1:after {
    width: 70px;
    height: 70px;
    background-position: -410px -705px;
}

.imgIcon.icon-overview-2:after {
    width: 70px;
    height: 70px;
    background-position: -480px -705px;
}

.imgIcon.icon-overview-3:after {
    width: 70px;
    height: 70px;
    background-position: -550px -705px;
}

.imgIcon.icon-footer-b:after {
    width: 28px;
    height: 28px;
    background-position: -134px -88px;
}

.imgIcon.icon-adobe:after {
    width: 59px;
    height: 59px;
    background-position: -505px -130px;
}

.imgIcon.icon-bizcons-1:after {
    width: 69px;
    height: 61px;
    background-position: 0px -483px;
}

.imgIcon.icon-bizcons-2:after {
    width: 51px;
    height: 75px;
    background-position: -76px -483px;
}

.imgIcon.icon-bizcons-3:after {
    width: 54px;
    height: 72px;
    background-position: -142px -483px;
}

.imgIcon.icon-bizcons-4:after {
    width: 80px;
    height: 83px;
    background-position: -214px -483px;
}

.imgIcon.icon-disttb-1:after {
    width: 26px;
    height: 27px;
    background-position: -514px -89px;
}

.imgIcon.icon-disttb-2:after {
    width: 26px;
    height: 27px;
    background-position: -549px -89px;
}

.imgIcon.icon-bizdist-1:after {
    width: 66px;
    height: 74px;
    background-position: -313px -483px;
}

.imgIcon.icon-bizdist-2:after {
    width: 76px;
    height: 75px;
    background-position: -394px -483px;
}

.imgIcon.icon-bizdist-3:after {
    width: 75px;
    height: 75px;
    background-position: -485px -483px;
}

.imgIcon.icon-bizcomm-1:after {
    width: 113px;
    height: 55px;
    background-position: -575px -483px;
}

.imgIcon.icon-bizcomm-2:after {
    width: 50px;
    height: 75px;
    background-position: -698px -483px;
}

.imgIcon.icon-bizcomm-3:after {
    width: 75px;
    height: 60px;
    background-position: -771px -483px;
}

.imgIcon.icon-bizcomm-4:after {
    width: 85px;
    height: 85px;
    background-position: -861px -483px;
}

.imgIcon.icon-leisure-1:after {
    width: 126px;
    height: 94px;
    background-position: -394px -243px;
}

.imgIcon.icon-leisure-2:after {
    width: 94px;
    height: 94px;
    background-position: -527px -243px;
}

.imgIcon.icon-leisure-3:after {
    width: 96px;
    height: 98px;
    background-position: -640px -243px;
}

.imgIcon.icon-leisure-4:after {
    width: 96px;
    height: 98px;
    background-position: -755px -243px;
}

.imgIcon.icon-leisure-5:after {
    width: 115px;
    height: 98px;
    background-position: -861px -243px;
}

.imgIcon.icon-leisure-5:after {
    width: 115px;
    height: 98px;
    background-position: -861px -243px;
}

.imgIcon.icon-manage-1:after {
    width: 90px;
    height: 95px;
    background-position: 0px -120px;
}

.imgIcon.icon-manage-2:after {
    width: 90px;
    height: 95px;
    background-position: -90px -120px;
}

.imgIcon.icon-manage-3:after {
    width: 90px;
    height: 95px;
    background-position: -180px -120px;
}

.imgIcon.icon-manage-4:after {
    width: 90px;
    height: 95px;
    background-position: -270px -120px;
}


/*
table Style
*/


/* 제목 가로형 */

.common_tb_row {
    width: 100%;
    margin-bottom: 50px;
    table-layout: fixed;
}

.common_tb_row thead th {
    padding: 17px 10px;
    font-size: 15px;
    background: #01b4bb;
    color: #fff;
    border-left: 1px solid #01b4bb;
    border-right: 1px solid #01b4bb;
    text-align: center;
    vertical-align: middle;
}

.common_tb_row tbody td {
    padding: 15px 10px;
    font-size: 15px;
    word-break: break-all;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    color: #666;
    border-right: 1px solid #e7e7e7;
    line-height: 1.6;
    vertical-align: middle;
    text-align: center;
}

.common_tb_row tbody tr td:first-child {
    border-left: 1px solid #e7e7e7;
}

.common_tb_row tbody td a:hover {
    text-decoration: underline;
}


/* 제목 세로형 */

.common_tb_col {
    width: 100%;
    table-layout: fixed;
}

.common_tb_col tbody th {
    vertical-align: middle;
    font-size: 15px;
    background: #01b4bb;
    border: 1px solid #107bbd;
    border-bottom: 1px solid #58a3d1;
    border-left: 0;
    color: #fff;
    text-align: left;
    padding: 20px 50px;
}

.common_tb_col.pdcnt tbody th {
    padding: 20px 15px;
    text-align: center;
}

.common_tb_col tbody td {
    vertical-align: middle;
    color: #000;
    padding: 20px 50px;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    background: #fff;
}

.common_tb_col tbody tr:first-child td {
    border-top: 1px solid #666666;
}

.common_tb_col tbody tr:last-child td {
    border-bottom: 1px solid #666666;
}


/* 제목 세로형2 */

.common_tb_col2 {
    width: 100%;
    table-layout: fixed;
}

.common_tb_col2 thead th {
    vertical-align: middle;
    font-size: 15px;
    background: #107bbd;
    border: 1px solid #107bbd;
    border-bottom: 1px solid #58a3d1;
    border-left: 0;
    color: #fff;
    text-align: center;
    padding: 20px 50px;
}

.common_tb_col2 tbody th {
    vertical-align: middle;
    font-size: 15px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
    color: #000;
    text-align: center;
    padding: 20px 50px;
}

.common_tb_col2 tbody td {
    vertical-align: middle;
    color: #000;
    padding: 20px 50px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background: #fff;
}

.common_tb_col2 tbody tr:first-child td {
    border-top: 1px solid #666666;
}

.common_tb_col2 tbody tr:last-child td {
    border-bottom: 1px solid #666666;
}

.common_tb_col2 tbody tr:last-child th {
    border-bottom: 1px solid #666666;
}


/*
  검색바
*/

.select_box_top {
    text-align: right;
}

.select_box_top * {
    vertical-align: middle;
}

.select_box_top>span {
    display: inline-block;
}

.select_box_top .select {
    font-size: 0;
}

.select_box_top .select .select-wrapper:before {
    top: 14px;
}

.select_box_top .select select {
    height: 50px;
    min-width: 197px;
}

.select_box_top .search_in {
    width: 400px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.select_box_top .search_in .placeholder {
    display: inline-block;
}

.select_box_top .search_in .placeholder label {
    font-size: 16px;
    top: 13px;
    color: #777;
}

.select_box_top .search_in .placeholder input {
    height: 50px;
    line-height: 50px;
    width: 340px;
    border: 0;
    font-size: 16px;
}

.select_box_top .search_in .btn {
    color: transparent;
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-indent: -9999px;
    width: 40px;
}

.select_box_top .search_in .btn:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 11px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 21px;
    height: 21px;
    background: url(../img/common/icon.png) no-repeat;
    background-position: -478px -92px;
}


/*
  thumnail list
*/

ul.thumnail_list {
    overflow: hidden;
    margin: 0 -1px;
}

ul.thumnail_list>li {
    float: left;
    width: 33.33333%;
    margin-bottom: 60px;
}

ul.thumnail_list>li:nth-child(3n+1) {
    clear: both;
}

ul.thumnail_list>li .thumnail_box {
    overflow: hidden;
    padding: 0 1px;
}

ul.thumnail_list>li .thumnail_box .thumnail {
    position: relative;
    padding-top: 30px;
}

ul.thumnail_list>li .thumnail_box .box_label {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 90px;
    height: 90px;
    font-family: 'Noto Sans Medium';
    font-size: 17px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    z-index: 1;
}

ul.thumnail_list>li:nth-child(3n) .thumnail_box .box_label {
    color: #063c6d;
    border: 1px solid #063c6d;
    background: #fff;
}

ul.thumnail_list>li:nth-child(3n+1) .thumnail_box .box_label {
    background: #01b3bb;
}

ul.thumnail_list>li:nth-child(3n+2) .thumnail_box .box_label {
    background: #063c6d;
}

ul.thumnail_list>li .thumnail_box .thum_box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-left: -1px;
    margin-bottom: 25px;
}

ul.thumnail_list>li .thumnail_box .thum_box img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.thumnail_list>li .thumnail_box .txt {
    font-size: 16px;
    line-height: 1.4;
}


/*
  tab
*/

.type_tab {
    width: 100%;
    overflow: hidden;
}

.type_tab li {
    display: block;
    float: left;
}

.type_tab li a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 16px 0;
    margin-left: -1px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #666;
    color: #262626;
    cursor: pointer;
}

.type_tab li:first-child a {
    margin-left: 0;
}

.type_tab li.on a {
    color: #fff;
    background: #063c6d;
    border-color: #063c6d;
}

.type_tab2 {
    width: 100%;
    overflow: hidden;
}

.type_tab2 li {
    display: block;
    position: relative;
    float: left;
}

.type_tab2 li:before,
.type_tab2 li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #01b3bb;
}

.type_tab2 li:before {
    display: none;
    top: 0;
}

.type_tab2 li:after {
    display: block;
    bottom: 0;
}

.type_tab2 li a {
    display: block;
    text-align: center;
    padding: 20px 0 23px;
    font-size: 14px;
    color: #888;
    background: #f4f4f4;
    cursor: pointer;
}

.type_tab2 li a:before,
.type_tab2 li a:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background: #01b3bb;
}

.type_tab2 li.on a {
    color: #01b3bb;
    background: #fff;
}

.type_tab2 li.on:before {
    display: block;
}

.type_tab2 li.on:after {
    display: none;
}

.type_tab2 li.on a:before,
.type_tab2 li.on a:after {
    display: block;
}

.type_tab2 li.on a:before {
    left: 0;
}

.type_tab2 li.on a:after {
    right: 0;
}

.tablist_7 li {
    width: 14.28571428571429%;
}

.tablist_6 li {
    width: 16.66666%;
}

.tablist_5 li {
    width: 20%;
}

.tablist_4 li {
    width: 25%;
}

.tablist_3 li {
    width: 33.33333%;
}

.tablist_2 li {
    width: 50%;
}

.type_tab_con {
    display: none;
    overflow: hidden;
    margin-top: 100px;
}


/*
  Main 건설
*/

.visual {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.visual_slide .img {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.visual_slide li {
    position: relative;
    width: 100%;
    height: 100%;
}

.visual_slide li .img {
    background-color: #000;
}

.visual_slide .txt {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 90px;
    margin-top: -190px;
    font-family: 'Nanum Myeongjo';
    color: #fff;
    z-index: 11;
}

.visual_slide .txt span.vistit {
    display: block;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.visual_slide .txt .copy {
    font-size: 54px;
    line-height: 74px;
    margin-bottom: 35px;
}

.visual_slide .txt .copys {
    font-size: 24px;
    line-height: 36px;
}

.visual_slide .visual1 .img {
    background-image: url("../img/main/visual_img1.jpg");
}

.visual_slide .visual1 span.logo_hausd {
    display: inline-block;
    width: 211px;
    height: 48px;
    background: url("../img/main/logo_hausd.png") 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.visual_slide .visual2 .img {
    background-image: url("../img/main/visual_img2.jpg");
}

.visual_slide .visual3 .img {
    background-image: url("../img/main/visual_img3.jpg");
}

.visual_slide .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 230px;
    z-index: 12;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}

.visual_slide .slick-arrow.slick-prev {
    left: 90px;
}

.visual_slide .slick-arrow.slick-next {
    left: 250px;
}

.visual_slide .slick-arrow:before {
    display: block;
    content: '';
}

.visual_slide .slick-arrow.slick-prev:before {
    border: 7px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.visual_slide .slick-arrow.slick-next:before {
    border: 7px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.visual .page_info {
    display: block;
    position: absolute;
    top: 50%;
    left: 117px;
    width: 120px;
    padding-bottom: 13px;
    margin-top: 202px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 15px;
    color: #fff;
    letter-spacing: 4px;
    z-index: 11;
    text-align: center;
}

.visual .box_conwrap {
    position: absolute;
    min-width: 1200px;
    height: 600px;
    z-index: 10;
    top: 470px;
    margin-left: -600px;
    left: 50%;
}

.visual .box_con {
    position: absolute;
    right: 90px;
    width: 230px;
    height: 230px;
    padding: 25px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
    transition: box-shadow .3s;
    z-index: 11;
}

.visual .box_con>a {
    display: block;
    width: 100%;
    height: 100%;
}

.visual .box_con a {
    color: #fff;
}

.visual .box_con h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 14px;
}

.visual .box_con h2:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.visual .box_con h2:after {
    display: block;
    content: '';
    clear: both;
}

.visual .box_con ul li {
    margin-top: 10px;
}

.visual .box_con ul li:first-child {
    margin-top: 0;
}

.visual .box_con ul li p {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visual .box_con .date {
    display: block;
    font-size: 13px;
}

.visual .box_con.box1 {
    right: 0;
    background: #557af5 url("../img/main/visual_box_con1.png") center bottom no-repeat;
    margin-top: -260px;
}

.visual .box_con.box2 {
    right: 260px;
    background: transparent url("../img/main/visual_box_con2.png") right bottom no-repeat;
    border: 5px solid #fff;
}

.visual .box_con.box3 {
    right: 0;
    background: #063b6d url("../img/main/visual_box_con3.png") center bottom no-repeat;
}

.visual .link_b2b {
    position: absolute;
    right: 0;
    margin-top: 300px;
}

.visual .box_con.box1:hover,
.visual .box_con.box3:hover {
    box-shadow: none;
}

.visual .box_con.box2 a:hover {
    text-decoration: underline;
}

.msec {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.msec h2 {
    font-family: 'Nanum Myeongjo';
    font-size: 36px;
    color: #222;
}

.msec .pg_container {
    padding: 110px 0;
}

.msec .pg_container:after {
    display: block;
    content: '';
    clear: both;
}

.sec1 .biz_area {
    position: relative;
    width: 100%;
}

.sec1 .biz_area .colorbg {
    display: block;
    width: 600px;
    height: 458px;
    position: absolute;
    top: 0;
    right: -100px;
    background: #01b2ba;
}

.sec1 .biz_area_slide h2 {
    margin-bottom: 30px;
    color: #063c6d;
}

.sec1 .biz_area_slide .rotate_r {
    position: absolute;
    right: -30px;
    color: #fff;
}

.sec1 .biz_area_slide .img {
    position: relative;
    width: 100%;
}

.sec1 .biz_area_slide .img .info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    line-height: 22px;
}

.sec1 .biz_area_slide .img .info:before {
    display: inline-block;
    content: '';
    margin-right: 10px;
    width: 15px;
    height: 22px;
    background: url(../img/main/icon_pin.png) 0 0 no-repeat;
    vertical-align: top;
}

.sec1 .biz_area_slide .txt {
    position: absolute;
    top: 100px;
    right: 0;
    width: 398px;
    height: 430px;
    padding: 60px 0 60px 60px;
    background: #fff;
    box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.2)
}

.sec1 .biz_area_slide .txt .in {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec1 .biz_area_slide .txt .tit {
    font-family: 'Noto Sans Medium';
    font-size: 20px;
    color: #222;
}

.sec1 .biz_area_slide .txt .desc {
    margin-top: 25px;
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}

.sec1 .biz_area_slide .txt .btn_more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec1 .biz_area_slide li.slide {
    position: relative;
    width: 100%;
    height: 610px;
    padding-left: 200px;
    padding-top: 100px;
}

.sec1 .biz_area_slide li.s1 .rotate_r {
    bottom: 370px;
}

.sec1 .biz_area_slide li.s2 .rotate_r {
    bottom: 415px;
}

.sec1 .biz_area_slide li.s3 .rotate_r {
    bottom: 330px;
}

.sec1 .biz_area_slide li.s4 .rotate_r {
    bottom: 440px;
}

.sec1 .biz_area_slide li.s5 .rotate_r {
    bottom: 422px;
}

.sec1 .biz_area_slide .slick-dots {
    position: absolute;
    top: 100px;
    left: 0;
}

.sec1 .biz_area_slide .slick-dots li {
    width: 200px;
    margin-top: 30px;
}

.sec1 .biz_area_slide .slick-dots li:first-child {
    margin-top: 0;
}

.sec1 .biz_area_slide .slick-dots li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Nanum Myeongjo';
    font-size: 20px;
    color: #888;
}

.sec1 .biz_area_slide .slick-dots li a:after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #000;
}

.sec1 .biz_area_slide .slick-dots li a:before {
    display: none;
    content: '';
    position: absolute;
    left: 90px;
    bottom: 4px;
    width: 10px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
}

.sec1 .biz_area_slide .slick-dots li.slick-active a {
    color: #000;
}

.sec1 .biz_area_slide .slick-dots li.slick-active a:after,
.sec1 .biz_area_slide .slick-dots li.slick-active a:before {
    display: block;
}

.sec1 .biz_area_slide .slick-arrow {
    display: block;
    position: absolute;
    bottom: 5px;
    z-index: 12;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}

.sec1 .biz_area_slide .slick-arrow.slick-prev {
    right: 165px;
}

.sec1 .biz_area_slide .slick-arrow.slick-next {
    right: 35px;
}

.sec1 .biz_area_slide .slick-arrow:before {
    display: block;
    content: '';
}

.sec1 .biz_area_slide .slick-arrow.slick-prev:before {
    border: 7px solid #063c6d;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.sec1 .biz_area_slide .slick-arrow.slick-next:before {
    border: 7px solid #063c6d;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.sec1 .biz_area .page_info {
    display: block;
    position: absolute;
    bottom: 12px;
    right: 57px;
    width: 100px;
    padding-bottom: 13px;
    margin-top: 202px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #000;
    letter-spacing: 4px;
    z-index: 11;
    text-align: center;
}

.sec2 .pg_container {
    padding-top: 0;
}

.sec2 .rotate_r {
    position: absolute;
    right: -30px;
    bottom: 328px;
}

.sec2 .housd_list li {
    float: left;
    width: 398px;
    margin-left: 3px;
}

.sec2 .housd_list li:first-child {
    margin-left: 0;
}

.sec2 .housd_list li>a {
    display: block;
}

.sec2 .housd_list .thumnail_box .thum_box {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.sec2 .housd_list .thumnail_box .thum_box img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec2 .housd_list .thumnail_box .info_box {
    position: relative;
    margin: -40px auto 40px;
    width: 324px;
    height: 220px;
    padding: 35px 38px;
    background: #fff;
    box-shadow: 5px 5px 80px 0px rgba(0, 0, 0, 0.2)
}

.sec2 .housd_list .thumnail_box .info_box dl dt {
    font-family: 'Nanum Myeongjo';
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    color: #222;
}

.sec2 .housd_list .thumnail_box .info_box dl dd {
    margin-top: 20px;
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sec2 .housd_list .thumnail_box .info_box .btn_more {
    position: absolute;
    left: 38px;
    bottom: 38px;
}

.sec2 .main_box {
    float: left;
    width: 30.6% !important;
    margin-left: 40px !important;
    border: 1px solid #d2d2d2/*#d8d8d8*/
    ;
    height: 380px;
    background-color: #eaeaea/*#f3f3f3*/
}

.sec2 .main_box:first-child {
    margin-left: 0 !important;
}

.sec2 .main_box dl img {
    text-align: center
}

.sec2 .main_box dt img {
    text-align: center;
    width: 100%;
}

.sec2 .main_box dt img:hover {}

.sec2 .main_box dd {
    padding: 20px;
    border-top: 3px solid #8b2131 !important;
}

.sec2 .main_box dd p {
    font-weight: bold;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px
}

.sec2 .main_box dd p i {
    width: 42px;
    height: 29px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #8c2131;
    border-radius: 0 14.5px 14.5px 0;
    display: inline-block;
    line-height: 29px;
    margin-right: 8px;
    vertical-align: middle;
}

.sec2 .main_box dd p a span {
    text-align: right;
    color: #666666;
    text-decoration: underline;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
}

.sec2 .main_box dd span {
    font-size: 13px
}

.sec3 {
    height: 621px;
    background: url(../img/main/main_sustainability_bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sec3 .left_box {
    float: left;
    width: 470px;
}

.sec3 .left_box .en_tit {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    letter-spacing: 3px;
}

.sec3 .left_box .fn_b {
    font-size: 26px;
    color: #000;
    line-height: 1.3;
}

.sec3 .left_box .fn_s {
    font-size: 15px;
    line-height: 1.6;
}

.sec3 .right_box {
    float: right;
    position: relative;
    width: 730px;
    height: 562px;
}

.sec3 .right_box:before {
    display: block;
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 561px;
    height: 562px;
    background: url("../img/main/sus_diagram.png") 0 0 no-repeat;
}

.sec3 .right_box .desc {
    overflow: hidden;
    position: absolute;
    width: 250px;
}

.sec3 .right_box .desc1 {
    left: 426px;
    top: -30px;
}

.sec3 .right_box .desc2 {
    left: 480px;
    top: 77px;
}

.sec3 .right_box .desc3 {
    left: 512px;
    top: 186px;
}

.sec3 .right_box .desc4 {
    left: 318px;
    top: 390px;
}

.sec3 .right_box .desc h3 {
    float: left;
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 20px;
    color: #000;
}

.sec3 .right_box .desc h3 .dot_cir {
    display: block;
    position: absolute;
    left: 0;
    ;
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sec3 .right_box .desc1 h3 .dot_cir {
    bottom: 0;
    background-image: url("../img/main/cir01.png");
}

.sec3 .right_box .desc2 h3 .dot_cir {
    top: 5px;
    background-image: url("../img/main/cir02.png");
}

.sec3 .right_box .desc3 h3 .dot_cir {
    top: 5px;
    background-image: url("../img/main/cir03.png");
}

.sec3 .right_box .desc4 h3 .dot_cir {
    top: 5px;
    background-image: url("../img/main/cir04.png");
}

.sec3 .right_box .desc ul {
    float: left;
    padding-left: 20px;
}

.sec3 .right_box .desc ul li {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

.sec3 .right_box .desc ul li:first-child {
    margin-top: 0;
}

.sec5 {}

.sec5 .news_box {
    float: left;
    width: 600px;
}

.sec5 .news_box ul {
    margin-top: 40px;
}

.sec5 .news_box ul li {
    position: relative;
    margin-top: 15px;
}

.sec5 .news_box ul li:first-child {
    margin-top: 0;
}

.sec5 .news_box ul li>a {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 70px;
    padding-left: 105px;
}

.sec5 .news_box ul li>a:hover {
    text-decoration: underline;
}

.sec5 .news_box ul li>a dl {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.sec5 .news_box ul li>a dl dt,
.sec5 .news_box ul li>a dl dd {
    width: 90%;
    font-family: 'Noto Sans Medium';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec5 .news_box ul li>a dl dt {
    font-size: 20px;
    color: #222;
}

.sec5 .news_box ul li>a dl dd {
    padding-top: 5px;
    font-size: 15px;
    color: #777;
}

.sec5 .news_box ul li .date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    font-family: 'Noto Sans Medium';
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.sec5 .news_box ul li.news1 .date {
    background: #107bbd;
}

.sec5 .news_box ul li.news2 .date {
    background: #01b3bb;
}

.sec5 .news_box ul li.news3 .date {
    background: #063c6d;
}

.sec5 .news_box ul li.news4 .date {
    border: 1px solid #063c6d;
    color: #063c6d;
    background: transparent;
}

.sec5 .video_box {
    float: right;
    width: 600px;
}

.sec5 .video_box h2 {
    font-size: 32px;
    line-height: 1.25;
}

.sec5 .video_box .video {
    width: 600px;
    height: 338px;
    margin-top: 30px;
    box-shadow: 50px 50px 70px #c0c0c0;
    overflow: hidden;
}

.sec4 {
    height: 506px;
    background: url(../img/main/main_quick_bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 20;
}

.sec4 p {
    font-family: 'Nanum Myeongjo';
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

.sec4 p strong {
    font-size: 34px;
}

.sec4 .main_quick {
    width: 100%;
    margin-top: 60px;
}

.sec4 .main_quick:after {
    display: block;
    content: '';
    clear: both;
}

.sec4 .main_quick li {
    position: relative;
    float: left;
    width: 25%;
}

.sec4 .main_quick li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.sec4 .main_quick li:first-child:before {
    display: none;
}

.sec4 .main_quick li a {
    display: block;
    position: relative;
    padding-top: 90px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.sec4 .main_quick li a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.sec4 .main_quick li a i:after {
    display: inline-block;
    content: '';
    background: url("../img/common/icon.png") no-repeat;
    transition: all .5s;
}

.sec4 .main_quick li a:hover i:after {
    margin-top: -10px;
}

.sec4 .main_quick li a i.ico1:after {
    width: 43px;
    height: 77px;
    background-position: -337px -12px;
}

.sec4 .main_quick li a i.ico2:after {
    width: 75px;
    height: 78px;
    background-position: -409px -8px;
}

.sec4 .main_quick li a i.ico3:after {
    width: 73px;
    height: 78px;
    background-position: -500px -5px;
}

.sec4 .main_quick li a i.ico4:after {
    width: 61px;
    height: 78px;
    background-position: -594px 0;
}

@media screen and (max-width:1279px) {
    .visual_slide .txt {
        margin-top: -230px;
        padding: 0 40px;
    }
    .visual_slide .txt .copy {
        font-size: 52px;
    }
    .visual .box_con.box1 {
        margin-top: -190px;
        right: 0;
    }
    .visual .box_con.box2 {
        margin-top: 65px;
        right: 260px;
    }
    .visual .box_con.box3 {
        margin-top: 65px;
        right: 0;
    }
    .visual_slide .slick-arrow.slick-prev {
        left: 40px;
    }
    .visual_slide .slick-arrow.slick-next {
        left: 200px;
    }
    .visual .page_info {
        left: 67px;
    }
}


/*diagram*/

.diagram_set ol {
    font-size: 0;
    background: url(../img/common/diagram_line.png) no-repeat 30px 0;
    padding: 35px 30px 60px 30px;
}

.diagram_set ol:after {
    content: '';
    display: block;
    clear: both;
}

.diagram_set ol li {
    text-align: center;
    float: left;
    width: 265px;
    vertical-align: middle;
    position: relative;
    padding-top: 40px;
}

.diagram_set ol li p {
    width: 195px;
    height: 195px;
    background: #16b5ff;
    border-radius: 200px;
    text-indent: center;
    display: inline-block;
    box-shadow: 30px 80px 100px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}

.diagram_set ol li p .txt {
    margin-top: -33px;
    font-size: 17px;
    color: #fff;
    display: block;
}

.diagram_set ol li .num {
    font-size: 55px;
    font-family: 'Nanum Myeongjo';
    color: rgba(255, 255, 255, 0.2);
}

.diagram_set ol li:last-child {
    width: 340px;
    text-align: right;
    padding-top: 0;
}

.diagram_set ol li:last-child p {
    width: 275px;
    height: 275px;
    background: #063c6c;
    text-align: center;
}

.diagram_set ol li:last-child p:before {
    content: '';
    display: inline-block;
    width: 195px;
    height: 195px;
    background: #fff;
    border-radius: 200px;
    margin-top: -12px
}

.diagram_set ol li:last-child p .txt {
    color: #063c6d;
    position: absolute;
    ;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    width: 275px;
    font-size: 20px;
}

.diagram_set ol li:nth-of-type(2) p {
    background: #0dc3ca;
}

.diagram_set ol li:nth-of-type(3) p {
    background: #0096dc;
}

.diagram_set ol li:nth-of-type(2) .desc {
    bottom: inherit;
    top: -10px;
}

.diagram_set ol li .txt-color-ltgray {
    font-size: 17px;
    line-height: 1.3;
    display: inline-block;
}

.diagram_set ol li .desc {
    font-size: 17px;
    color: #fff;
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
}

.comment_box {
    padding: 57px 0;
    position: relative;
}

.comment_box p {
    color: #222222;
    font-size: 28px;
    font-family: 'Nanum Myeongjo';
}

.comment_box p strong {
    font-family: 'Nanum Myeongjo Bold';
}

.comment_box:before {
    content: "";
    width: 34px;
    height: 28px;
    position: absolute;
    background: url(../img/common/icon.png) no-repeat;
    background-position: -221px -88px;
    display: inline-block;
    top: 0;
}

.comment_box:after {
    content: "";
    width: 34px;
    height: 28px;
    position: absolute;
    background: url(../img/common/icon.png) no-repeat;
    background-position: -272px -88px;
    display: inline-block;
    bottom: 0;
}

.comment_box.txt-cnt:after,
.comment_box.txt-cnt:before {
    left: 50%;
    margin-left: -12px;
}


/*
  company
*/


/* overview */

.overview_intro .txt_imgbox .imgtxt {
    top: 0;
    position: absolute;
    right: -30px;
}

.overview_intro .img {
    line-height: 0;
    position: relative;
}

.overview_intro .img .img_tit {
    position: absolute;
    bottom: 4%;
    left: 25px;
    color: #fff;
    font-size: 13px;
}

.overview_intro .img .img_tit:before {
    content: '';
    background: url("../img/common/icon.png") no-repeat;
    background-position: -595px -90px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    width: 20px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}

.overview_intro .rotate_r {
    position: absolute;
    bottom: 333px;
    right: -35px;
}

.overview_info {
    background: url(../img/company/overview_info.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 430px 0 140px 0;
    /*margin-top:-345px;*/
    margin-top: -395px;
}

.overview_info ul {
    font-size: 0;
}

.overview_info ul li {
    text-align: center;
    background: #0e4c73;
    width: 360px;
    height: 275px;
    display: inline-block;
    margin-right: 55px;
    padding-top: 40px;
    box-shadow: 5px 5px 20px #ccc;
}

.overview_info ul li:last-child {
    margin-right: 0;
}

.overview_info ul li dl {
    position: relative;
}

.overview_info ul li dl:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff200;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -3px;
}

.overview_info ul li dl dt {
    padding: 50px 0 5px;
    color: #fff;
    font-family: 'Nanum Myeongjo';
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.overview_info ul li dl dd {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.overview_info ul li:nth-of-type(2) {
    background: #ffffff;
}

.overview_info ul li:nth-of-type(2) dl dt,
.overview_info ul li:nth-of-type(2) dl dd {
    color: #42b7ed;
}

.overview_info ul li:nth-of-type(3) {
    background: #01b4bb;
}

.overview_vision {
    background: url(../img/company/overview_vision.jpg) no-repeat 50% 0;
    background-size: cover;
}

.vision_diagram ol {
    font-size: 0;
    background: url(../img/company/overview_line.png) no-repeat 0 0;
    padding: 12px 0 50px 0;
}

.vision_diagram ol:after {
    content: '';
    display: block;
    clear: both;
}

.vision_diagram ol li {
    text-align: center;
    float: left;
    width: 229px;
    vertical-align: middle;
    position: relative;
    padding-top: 40px;
}

.vision_diagram ol li p {
    width: 180px;
    height: 180px;
    background: #83c6de;
    border-radius: 200px;
    text-indent: center;
    display: inline-block;
    box-shadow: 30px 80px 100px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}

.vision_diagram ol li p .txt {
    margin-top: -33px;
    font-size: 17px;
    color: #fff;
    display: block;
}

.vision_diagram ol li .num {
    font-size: 50px;
    font-family: 'Nanum Myeongjo';
    color: rgba(255, 255, 255, 0.2);
}

.vision_diagram ol li:first-child p .txt {
    color: #063c6d;
}

.vision_diagram ol li:last-child {
    width: 284px;
    text-align: right;
    padding-top: 0;
}

.vision_diagram ol li:last-child p {
    width: 260px;
    height: 260px;
    background: #063c6d;
    text-align: center;
}

.vision_diagram ol li:last-child p:before {
    content: '';
    display: inline-block;
    width: 175px;
    height: 175px;
    background: #fff;
    border-radius: 200px;
    margin-top: -8px
}

.vision_diagram ol li:last-child p .txt {
    color: #063c6d;
    position: absolute;
    ;
    top: 88px;
    right: 0;
    margin: 0 auto;
    width: 260px;
    font-size: 20px;
}

.vision_diagram ol li:nth-of-type(2n) p {
    background: #16b5ff;
}

.vision_diagram ol li:nth-of-type(3n) p {
    background: #0dc3ca;
}

.overview_value_list li {
    height: 450px;
    background: url(../img/company/overview_value1.jpg) no-repeat 0 0;
    position: relative;
}

.overview_value_list li p {
    position: absolute;
    top: 100px;
    left: 485px;
    width: 270px;
    height: 170px;
    line-height: 170px;
    background: #fff;
    font-size: 26px;
    text-align: center;
    font-family: 'Nanum Myeongjo';
    color: #222;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1)
}

.overview_value_list li p span {
    color: #777;
}

.overview_value_list li:nth-of-type(2) {
    background: url(../img/company/overview_value2.jpg) no-repeat right 0;
    margin-top: -45px;
}

.overview_value_list li:nth-of-type(2) p {
    top: 365px;
    left: inherit;
    right: -1px;
}

.overview_value_list li:nth-of-type(3) {
    background: url(../img/company/overview_value3.jpg) no-repeat 0 0;
    margin-top: -145px;
}

.overview_value_list li:nth-of-type(3) p {
    top: inherit;
    bottom: 0;
    left: 460px;
}


/* group */

.page_group {
    padding-bottom: 100px;
}

.group_diagram {
    background: url(../img/company/group_diagram.png) no-repeat 50% 0;
    height: 740px;
    padding-top: 100px;
}

.group_diagram ul {
    width: 560px;
    height: 560px;
    margin: 0 auto;
    position: relative;
}

.group_diagram ul li {
    position: absolute;
    width: 165px;
    height: 165px;
    text-align: center;
    line-height: 185px;
    border-radius: 200px;
    background: #7daabb;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.group_diagram ul li:before {
    content: '';
    background: #fff200;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.group_diagram ul li:nth-of-type(1) {
    top: 0;
    left: 0;
}

.group_diagram ul li:nth-of-type(2) {
    top: 0;
    right: 0;
    background: #138bc3;
}

.group_diagram ul li:nth-of-type(3) {
    bottom: 0;
    left: 0;
    background: #6ac4e4;
    line-height: 1.4;
    padding-top: 65px;
}

.group_diagram ul li:nth-of-type(3):before {
    top: 45px;
}

.group_diagram ul li:nth-of-type(4) {
    bottom: 0;
    right: 0;
    background: #6ac4e4
}

.group_list {
    background: url(../img/company/group_bg.png) no-repeat 50% 50%;
    position: relative;
    height: 380px;
    margin-top: -50px;
}

.group_list ul li {
    display: inline-block;
    width: 230px;
    height: 230px;
    background: #fff;
    border-radius: 300px;
    line-height: 230px;
    box-shadow: 1px 10px 70px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
}

.group_list ul li img {
    vertical-align: middle;
}

.group_list ul li:nth-of-type(1) {
    top: 0;
    left: 0;
}

.group_list ul li:nth-of-type(2) {
    top: 135px;
    left: 280px;
}

.group_list ul li:nth-of-type(3) {
    top: 135px;
    right: 280px;
}

.group_list ul li:nth-of-type(4) {
    top: 0;
    right: 0;
}


/*technology*/

.certificate {
    overflow: hidden;
}

.certificate li {
    float: left;
    width: 400px;
    padding-bottom: 60px;
    background: url(../img/company/certificate_bg.jpg) no-repeat right bottom;
    position: relative;
    margin-bottom: 100px;
}

.certificate li figure img {
    border: 1px solid #e7e7e7;
}

.certificate li figcaption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    color: #000;
}

.tech_development {
    position: relative;
}

.tech_development .rotate_r {
    position: absolute;
    bottom: 281px;
    right: -35px;
}

#technology3 {
    overflow: visible;
}

.tech_develop_con {
    background: url(../img/company/tech_develop_bg.jpg)no-repeat 50% 50%;
    background-size: cover;
}

.tech_develop_con h4 {
    margin-bottom: 15px;
}

.tech_develop_con figcaption {
    text-align: right;
    font-size: 17px;
    color: #222;
    margin-top: 10px;
}

.tech_step {
    background: url(../img/company/tech_step_bg.jpg)no-repeat 50% 50%;
    background-size: cover;
}

.tech_step .img_step {
    overflow: hidden;
    margin-top: 10px;
}

.tech_step .img_step li {
    float: left;
    width: 346px;
    margin-right: 80px;
    margin-bottom: 60px;
    position: relative;
}

.tech_step .img_step li:after {
    content: '';
    width: 50px;
    height: 20px;
    background: url(../img/common/icon.png)no-repeat -620px -95px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -67px;
}

.tech_step .img_step li .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #00b1f0;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.tech_step .img_step li .txt {
    margin-top: 20px;
    font-size: 17px;
}

.tech_step .img_step li .txt span {
    color: #000;
    margin-right: 10px;
}

.tech_step .img_step li:nth-of-type(3n) {
    margin-right: 0;
}

.tech_step .img_step li:last-child {
    margin-bottom: 0;
}

.tech_step .img_step li:last-child:after {
    display: none;
}

.tech_step .img_step li:nth-of-type(2) .num {
    background: #019cd9
}

.tech_step .img_step li:nth-of-type(3) .num {
    background: #028ec9
}

.tech_step .img_step li:nth-of-type(4) .num {
    background: #045d91
}

.tech_step .img_step li:nth-of-type(5) .num {
    background: #0c4170
}

.tech_step .img_step li:nth-of-type(6) .num {
    background: #0a375f
}

.tech_step .img_step li:nth-of-type(7) .num {
    background: #07243e
}

.tech_step.ty2 {
    background: url(../img/company/tech_step_bg2.jpg)no-repeat 50% 50%;
    background-size: cover;
}

.tech_step.ty2 .img_step li {
    width: 260px;
    margin-right: 50px;
}

.tech_step.ty2 .img_step li:last-child {
    margin-right: 0;
}

.tech_step.ty2 .img_step li:after {
    right: -51px;
    top: 51%;
}

.tech_step .txt_step {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: url(../img/company/tech_step_line.png) no-repeat 0 0;
}

.tech_step .txt_step li {
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #8cbdce;
    position: absolute;
}

.tech_step .txt_step li:nth-of-type(2) {
    top: 120px;
    left: 0;
    background: #00b1f0;
}

.tech_step .txt_step li:nth-of-type(3) {
    top: 240px;
    left: 0;
    background: #019cd9;
}

.tech_step .txt_step li:nth-of-type(4) {
    top: 0px;
    left: 465px;
    background: #028ec9;
}

.tech_step .txt_step li:nth-of-type(5) {
    top: 60px;
    right: 0;
    background: #01b4bb;
}

.tech_step .txt_step li:nth-of-type(6) {
    top: 120px;
    left: 465px;
    background: #045d91;
}

.tech_step .txt_step li:nth-of-type(7) {
    top: 240px;
    left: 465px;
    background: #0c4170;
}

.tech_step .txt_step li:nth-of-type(8) {
    top: 240px;
    right: 0;
}

.tech_certificate .img_box.ver_desc .desc {
    position: absolute;
    top: 225px;
    right: 80px;
    margin: 0;
    padding: 0;
}

.tech_certificate .img_box.ver_desc .desc:before {
    display: none;
}

.tech_certificate .img_box.ver_desc:after {
    background: #01b2b9;
    left: inherit;
    right: 0;
}

.tech_certificate .img_box.ver_desc .img img {
    box-shadow: 10px 30px 100px rgba(0, 0, 0, 0.3)
}

.tech_certificate .img_box.ver_desc .desc2 {
    position: absolute;
    bottom: 46px;
    left: 220px;
    font-size: 15px;
    color: #fff;
    z-index: 1
}

.tech_certificate .certificate2 {
    margin-top: -150px;
}

.tech_certificate .certificate2 .img_box {
    margin-left: -80px
}

.tech_certificate .certificate2 .txt_box {
    margin-top: 190px;
}

.tech_certificate .col_3 .img_box.ver_desc {
    padding-left: 0;
    padding-bottom: 60px;
}

.tech_certificate .col_3 .img_box.ver_desc .img img {
    box-shadow: none;
    border: 1px solid #e7e7e7;
}

.tech_certificate .col_3 .img_box.ver_desc .desc {
    right: 45px;
    top: 185px;
}

.tech_certificate .col_3 .img_box.ver_desc:after {
    right: 0;
    width: 315px;
    height: 420px;
    top: 60px;
}

.tech_diagram {
    background: url(../img/company/tech_diagram_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.tech_spec {
    margin-top: 60px;
    overflow: hidden;
}

.tech_spec li {
    float: left;
    width: 400px;
    margin-bottom: 60px;
}

.tech_spec li .num {
    width: 30px;
    height: 30px;
    background: #00b1f0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 25px;
}

.tech_spec li p {
    display: inline-block;
    vertical-align: middle;
    font-style: 15px;
    line-height: 1.3;
}

.tech_spec li:nth-of-type(3) .num {
    background: #028ec9;
}

.tech_spec li:nth-of-type(4) .num {
    background: #045d91;
}

.tech_spec li:nth-of-type(5) .num {
    background: #0c4170;
}


/* greeting */

.greeting_top .img_box .rotate_l {
    position: absolute;
    left: -15px;
    bottom: 0;
}

.greeting_btm {
    width: 100%;
    height: 565px;
    background: url("../img/company/greeting_btm_bg.jpg") center top no-repeat;
    background-size: cover;
}

.greeting_btm .sign_box {
    font-size: 28px;
    color: #222;
    line-height: 1.4;
}

.greeting_btm .sign_box .sign {
    margin-top: 140px;
    font-size: 24px;
}

.greeting_btm .sign_box .sign span {
    font-size: 29px;
    color: #000;
    letter-spacing: 10px;
    margin-left: 15px;
}


/* vision */

.vision_top .img_box .rotate_r {
    position: absolute;
    right: -35px;
    bottom: 450px;
}

.vision_info {
    height: 735px;
    background: url("../img/company/vision_btm_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.vision_info h3 {
    font-size: 28px;
}

.vision_info .en {
    margin-top: 10px;
    font-size: 54px;
    line-height: 1.2;
}

.vision_info dl {
    margin-top: 100px;
}

.vision_info dl dt {
    font-size: 28px;
    line-height: 1.3;
}

.vision_info dl dd {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.vision_info .diagram {
    position: relative;
}

.vision_info .diagram:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 631px;
    height: 535px;
    background: url("../img/company/vision_diagram.png") left top no-repeat;
}


/* principle */

.principle_top .rotate_r {
    position: absolute;
    right: -35px;
    bottom: 350px;
}

.principle_guide {
    height: 510px;
    background: url("../img/company/principle_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.principle_guide ul li {
    position: absolute;
    top: 70px;
    width: 352px;
    height: 377px;
    font-size: 28px;
    line-height: 1.4;
}

.principle_guide ul li .rel {
    position: relative;
    padding-top: 175px;
    text-align: center;
}

.principle_guide ul li.guide1 {
    left: 348px;
    padding-left: 35px;
    background: url("../img/company/principle_cir1.png") 0 0 no-repeat;
}

.principle_guide ul li.guide2 {
    left: 800px;
    padding-right: 35px;
    background: url("../img/company/principle_cir2.png") 0 0 no-repeat;
}

.principle_guide ul li .num {
    display: block;
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    font-size: 110px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    text-align: center;
}

.principle_spirit .spirit_box {
    margin-top: 40px;
}

.principle_spirit .spirit_box .spirit {
    position: relative;
    padding-bottom: 95px;
}

.principle_spirit .spirit_box .spirit .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 200px;
    padding: 40px 50px;
    background: #fff;
    box-shadow: 10px 10px 50px #ededed;
}

.principle_spirit .spirit_box .spirit .txt dl dt {
    font-size: 26px;
}

.principle_spirit .spirit_box .spirit .txt dl dd {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.principle_spirit .spirit_box .spirit .txt dl dd:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #01b4bb;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.principle_spirit .spirit_box .spirit.f_right .img {
    text-align: right;
}


/* history */

.history_con {
    margin-bottom: 100px;
}

.history_tab_con .month {
    display: inline-block;
    color: #222;
    margin-right: 20px;
    min-width: 43px;
    text-align: right;
}

.history_con:after {
    display: block;
    content: '';
    clear: both;
}

.history_con .year {
    float: left;
    position: relative;
    width: 400px;
    padding-bottom: 5px;
    font-size: 45px;
    color: #063c6d;
}

.history_con .year:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: #063c6d;
}

.history_con .desc {
    display: table;
    table-layout: fixed;
    font-size: 17px;
    line-height: 1.4;
}

.history_con .desc ul li {
    margin-top: 20px;
}

.history_con .desc ul li:first-child {
    margin-top: 0;
}


/* location group */

.location_daebo .map_box .map {
    width: 100%;
    height: 600px;
}

.location_daebo .way_info ul {
    overflow: hidden;
    width: 100%;
}

.location_daebo .way_info ul li {
    float: left;
    width: 50%;
    margin-top: 40px;
}

.location_daebo .way_info ul li:first-child {
    width: 100%;
    margin-top: 0;
}

.location_daebo .way_info ul li dl {
    display: table;
}

.location_daebo .way_info ul li dl dt,
.location_daebo .way_info ul li dl dd {
    display: table-cell;
    vertical-align: middle;
}

.location_daebo .way_info ul li dl dt {
    width: 110px;
    height: 110px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.location_daebo .way_info ul li dl dt .icon {
    display: block;
    position: relative;
    padding-top: 50px;
}

.location_daebo .way_info ul li dl dt .icon:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: url("../img/common/icon.png") no-repeat;
    z-index: 2;
}

.location_daebo .way_info ul li dl dt .ico_addr:before {
    width: 24px;
    height: 38px;
    margin-left: -12px;
    background-position: 0 -302px;
}

.location_daebo .way_info ul li dl dt .ico_tel:before {
    width: 27px;
    height: 39px;
    margin-left: -13px;
    background-position: -54px -303px;
}

.location_daebo .way_info ul li dl dt .ico_fax:before {
    width: 44px;
    height: 39px;
    margin-left: -22px;
    background-position: -111px -303px;
}

.location_daebo .way_info ul li dl dt .ico_subway:before {
    width: 31px;
    height: 47px;
    margin-left: -15px;
    background-position: -185px -303px;
}

.location_daebo .way_info ul li dl dt .ico_bus:before {
    width: 41px;
    height: 41px;
    margin-left: -20px;
    background-position: -246px -303px;
}

.location_daebo .way_info ul li:nth-child(1) dl dt,
.location_daebo .way_info ul li:nth-child(4) dl dt {
    background: #01b4bb;
}

.location_daebo .way_info ul li:nth-child(2) dl dt,
.location_daebo .way_info ul li:nth-child(5) dl dt {
    background: #107cbd;
}

.location_daebo .way_info ul li:nth-child(3) dl dt {
    background: #063c6d;
}

.location_daebo .way_info ul li dl dd {
    padding-left: 90px;
    font-family: 'Noto Sans Medium';
    font-size: 20px;
    color: #222;
    line-height: 1.4;
}

.location_daebo .way_info ul li dl dd span {
    font-size: 15px;
    color: #777;
}


/*
  business
*/


/* architecture */

.overview_intro.archi .rotate_r {
    position: absolute;
    bottom: 136px;
    right: -35px;
}


/* housing */

.overview_intro.housing .rotate_r {
    position: absolute;
    bottom: 178px;
    right: -35px;
}


/* civil */

.overview_intro.civil .rotate_r {
    position: absolute;
    bottom: 92px;
    right: -35px;
}


/* plant  */

.overview_intro.plant .rotate_r {
    position: absolute;
    bottom: 203px;
    right: -35px;
}


/* leisure  */

.overview_intro.leisure .rotate_r {
    position: absolute;
    bottom: 185px;
    right: -35px;
}

.link_btn_con .btn {
    padding: 15px 65px 15px 60px;
    font-size: 16px;
    transition: all .2s ease;
}

.link_btn_con .btn:hover {
    background: #063c6d;
    color: #fff;
}

.link_btn_con .btn:hover i {
    background: #fff;
}

.link_btn_con .btn * {
    vertical-align: middle;
}

ul.bl_square>li {
    position: relative;
    line-height: 1.7;
    font-size: 16px;
    padding: 4px 0 4px 15px;
}

ul.bl_square>li::before {
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 4px;
    height: 4px;
    background: #aaa;
}

ul.bl_square.bl_green>li::before {
    background: #00853e;
}

ul.bl_square>li>ul {
    padding: 5px 0;
}

ul.bl_line>li {
    position: relative;
    line-height: 1.6;
    font-size: 16px;
    padding: 4px 0 4px 12px;
}

ul.bl_line>li::before {
    position: absolute;
    left: 0;
    top: 18px;
    content: "";
    width: 6px;
    height: 1px;
    background: #828282;
}

.biz_info_con span.label {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding-top: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.biz_info_con li.label_con {
    vertical-align: middle;
    height: 70px;
    position: relative;
    padding-left: 90px;
    font-size: 16px;
    line-height: 1.6;
}

.thumb_txtbox {
    display: table;
    padding-bottom: 40px;
}

.thumb_txtbox li {
    display: table-cell;
}

.thumb_txtbox.col-4x li {
    width: 25%;
}

.thumb_txtbox li .box_wrap {
    padding: 0 1px;
}

.thumb_txtbox li .box_wrap .thumb_con {}

.thumb_txtbox li .box_wrap .thumb_con .img {}

.thumb_txtbox li .box_wrap .txt_con {
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    position: relative;
    font-family: 'Nanum Myeongjo';
    color: #222;
    font-size: 22px;
    text-align: left;
}

.thumb_txtbox.col-4x li .box_wrap .txt_con {
    margin: -40px 20px;
    padding: 30px;
}

.biz_info_bgcon {
    background: url(../img/business/cons_banner_bg.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
}

.biz_info_bgcon.banner_cons {
    background: url(../img/business/cons_banner_bg.jpg) no-repeat center 0;
    height: 395px;
    padding-top: 100px;
}

.biz_info_bgcon.banner_dist {
    background: url(../img/business/dist_banner_bg.jpg) no-repeat center 0;
    height: 395px;
    padding-top: 100px;
}

.biz_info_bgcon.banner_comm {
    background: url(../img/business/comm_banner_bg.jpg) no-repeat center 0;
    height: 395px;
    padding-top: 100px;
}

.biz_info_bgcon.banner_leisure {
    background: url(../img/business/leisure_banner_bg.jpg) no-repeat center 0;
    height: 395px;
    padding-top: 100px;
}

.biz_info_bgcon .grid-col>li {
    text-align: center;
}

.biz_info_bgcon .grid-col>li dl {
    position: relative;
}

.biz_info_bgcon .grid-col>li dl:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff200;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -3px;
}

.biz_info_bgcon .grid-col>li dl dt {
    padding: 47px 0 15px;
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 20px;
    text-align: center;
}

.biz_info_bgcon .grid-col>li dl dd {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.biz_info_bgcon .grid-col>li .icon-bizcons-1 {
    margin-left: 24px;
}

.biz_info_con .common_tb_row tbody th {
    vertical-align: middle;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    color: #666666;
}

.biz_info_con .common_tb_row td i {
    width: 26px;
    height: 27px;
    font-size: 0;
    text-indent: -9999em;
}

.thumb_contents {
    padding-bottom: 100px;
}

.thumb_contents.align_right {
    margin-left: 200px;
}

.thumb_contents p.thumb_img {
    margin-bottom: 50px;
}

.thumb_contents dl {}

.thumb_contents dl dt {
    font-size: 28px;
    color: #222;
    padding-bottom: 20px;
    font-family: 'Nanum Myeongjo';
}

.thumb_contents dl dd {
    font-size: 16px;
    line-height: 1.6;
}

.biz_info_more {
    background: url(../img/business/biz_more_bg.jpg) no-repeat center 0;
    background-size: cover;
}

.biz_info_more h4 {
    font-size: 28px;
}

.biz_info_more .biz_more_btn {
    overflow: hidden;
}

.biz_info_more .biz_more_btn li {
    width: 200px;
    float: left;
    position: relative;
}

.biz_info_more .biz_more_btn a {
    color: #fff;
    border: 3px solid #fff;
    width: 130px;
    height: 130px;
    padding: 25px 0 0 25px;
    display: inline-block;
    font-size: 15px;
}

.biz_info_more .biz_more_btn .btn_square span:after {
    transition: all .3s ease
}

.biz_info_more .biz_more_btn a:hover .btn_square span:after {
    left: 49px;
}

.biz_info_more .biz_more_btn .btn_square {
    background: none;
    position: absolute;
    bottom: 0px;
    right: 70px;
}

.biz_info_more .biz_more_btn .btn_square span {
    font-size: 0;
}


/*사업분야 리스트*/

.business_list {
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 50px;
}

.business_list li.nodata {
    text-align: center;
    border-top: 1px solid #666;
    padding: 120px 0;
    font-size: 18px;
    width: 100%;
}

.business_list li {
    float: left;
    text-align: center;
    width: 401px;
    margin-bottom: 60px;
}

.business_list li a {
    display: block;
}

.business_list li .box_wrap {
    display: inline-block;
    width: 398px;
    text-align: left;
}

.business_list li .img img {
    width: 398px;
    height: 290px;
}

.business_list li .txt {
    border: 1px solid #ccc;
    padding: 80px 35px;
    height: 260px;
    box-sizing: border-box;
    position: relative;
}

.business_list li .txt h3 {
    font-size: 26px;
}

.business_list li .txt .state {
    width: 80px;
    height: 80px;
    background: #01b3bb;
    line-height: 80px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: -30px;
    left: 40px;
}

.business_list li .txt .more_btn {
    font-size: 14px;
    color: #010101;
    display: inline-block;
    letter-spacing: 2px;
    position: absolute;
    bottom: 55px;
    left: 40px;
}

.business_list li .txt .more_btn:before {
    content: '';
    width: 25px;
    height: 4px;
    background: #01b3bb;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    transition: margin .4s
}

.business_list li .txt .more_btn:hover:before {
    margin-right: 15px;
}

.business_list_wrap .btn_box {
    text-align: center;
    padding-top: 0;
}

.business_list_wrap .btn_box a {
    width: 100px;
    height: 100px;
    text-align: center;
    border: 3px solid #01b3bb;
    display: inline-block;
    color: #01b3bb;
    font-size: 15px;
    padding-top: 30px;
}

.business_list_wrap .btn_box a:after {
    content: '';
    border: 6px solid #01b3bb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 0px;
    display: block;
    margin: 10px auto 0 auto;
}


/*사업분야 뷰페이지*/

.business_view {
    overflow: hidden;
}

.business_view .txt {
    padding-left: 140px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
}

.business_view .txt h3 {
    font-size: 28px;
    padding-bottom: 17px
}

.business_view .txt .state {
    width: 80px;
    height: 80px;
    background: #01b3bb;
    line-height: 80px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.business_view .txt .info p {
    display: inline-block;
    line-height: 1;
    margin-right: 30px;
}

.business_view .txt .info p span {
    color: #000;
    padding-right: 15px;
}

.business_view .txt .info p span:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #ccc;
    position: relative;
    height: 11px;
    margin-left: 15px;
}

.business_view .control {
    position: absolute;
    top: 60px;
    right: 60px
}

.business_view .control a {
    color: #000;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 40px;
}


/*.business_view .control a:before {content: ''; display: block; background:url(../img/common/icon.png) no-repeat -760px -10px; height: 60px; width: 60px; margin-bottom: 10px;}*/

.business_view .control a:first-child {
    margin-right: 40px;
}

.business_view .control a:first-child:after {
    content: '';
    display: block;
    height: 40px;
    border-right: 1px solid #d7d7d7;
    position: absolute;
    top: 0;
    right: -22px;
}


/*.business_view .control a:last-child:before {transform: rotate(-180deg); -webkit-transform: rotate(-180deg);}*/

.business_view .slick-arrow {
    position: absolute;
    top: 40%;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
    text-indent: -9999px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.business_view .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}

.business_view .slick-arrow:before {
    content: '';
    display: block;
    background: url(../img/common/icon.png) no-repeat -830px 0px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.business_view .slick-arrow.slick-prev {
    left: 0;
}

.business_view .slick-arrow.slick-next {
    right: 0;
}

.business_view .slick-arrow.slick-next:before {
    transform: rotate(-180deg);
}

.business_view .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.business_view .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 10px;
    text-indent: -9999px;
    margin: 0 10px;
}

.business_view .slick-dots li.slick-active {
    background: #01b3bb
}


/* 사업분야 개요 */

.fn_intro_wrap {
    padding-bottom: 100px;
    overflow: hidden;
}

.fn_intro_wrap .intro_box {
    float: left;
}

.fn_intro_wrap .intro_box br {
    display: none;
}

.fn_intro_wrap .intro_box>a {
    display: block;
    width: 200px;
    position: relative;
    height: 850px;
    overflow: hidden;
}

.fn_intro_wrap .intro_box>a.active {
    width: 400px;
}

.fn_intro_wrap .intro_box>a.active .banner_img.img_on {
    opacity: 1;
}

.fn_intro_wrap .intro_box>a.active br {
    display: block;
}

.fn_intro_wrap .intro_box>a span br {
    display: block;
}

.fn_intro_wrap .intro_box>a.active span br {
    display: none;
}

.fn_intro_wrap .intro_box>a.active span.cell br {
    display: block;
}

.fn_intro_wrap .intro_box a span {
    display: block;
    /*transition: all .3s;*/
}

.fn_intro_wrap .intro_box a.active span {
    display: inline-block;
}

.fn_intro_wrap .intro_box .intro_box_con {
    /*position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 100px 0 0 60px;*/
}

.fn_intro_wrap .intro_box h3 {
    color: #222;
    position: absolute;
    top: 100px;
    z-index: 21;
    left: 0;
}


/*.fn_intro_wrap .intro_box a.active h3:before {content: ""; width:5px; height: 5px; border-radius: 5px; background: #fff200; position: absolute; left: 0; bottom: 0;}*/

.fn_intro_wrap .intro_box dl {
    position: absolute;
    left: 0;
    top: 230px;
    z-index: 21;
}

.fn_intro_wrap .intro_box dl dt {
    color: #222222;
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.6;
}

.fn_intro_wrap .intro_box dl dd {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.fn_intro_wrap .intro_box .btn_list {
    position: absolute;
    top: 560px;
    left: 0;
    z-index: 21;
    width: 220px;
}

.fn_intro_wrap .intro_box .btn_list li {
    position: relative;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fn_intro_wrap .intro_box .btn_list li .btn {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 15px;
}

.fn_intro_wrap .intro_box .btn_list li .btn>span.cell {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.fn_intro_wrap .intro_box .btn_list li .btn.btn_white {
    color: #222;
    border: 3px solid #fff;
    background: #fff;
}

.fn_intro_wrap .intro_box .btn_list li .btn.btn_whiteline {
    color: #fff;
    border: 3px solid #fff;
}

.fn_intro_wrap .intro_box .banner_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.fn_intro_wrap .intro_box .banner_img.img_off {
    opacity: 1;
}

.fn_intro_wrap .intro_box .banner_img.img_on {
    opacity: 0;
}


/*
  sustainability
*/

.bg_imgBox {
    position: relative;
}

.bg_imgBox.mr_5:before {
    right: 5px;
}

.bg_imgBox.ml_5 .img {
    left: 5px;
}

.bg_imgBox:before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    display: block;
    width: 565px;
    height: 380px;
    background: #f2f2f2
}

.bg_imgBox .img {
    z-index: 2;
    position: relative;
}

.bg_imgBox .txt {
    z-index: 2;
    position: relative;
    text-align: right;
    top: 17px;
    right: 55px;
    font-size: 17px;
    color: #020202;
}


/* management */

.manage_system_con1 {
    background: url(../img/sustain/manage_quick_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.manage_system_con1 .grid-col>li {
    text-align: center;
}

.manage_system_con1 .grid-col>li dl {
    position: relative;
}

.manage_system_con1 .grid-col>li dl:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff200;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -3px;
}

.manage_system_con1 .grid-col>li dl dt {
    padding: 47px 0 20px;
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 20px;
    text-align: center;
}

.manage_system_con1 .grid-col>li dl dd {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.manage_system_con4 {
    background: url(../img/sustain/manage_con4_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.manage_system_con4 h4 {
    width: 125px;
    font-family: 'Nanum Myeongjo';
    font-size: 28px;
    color: #222;
    float: left;
}

.manage_system_con4 ul {
    margin-top: 70px;
}

.manage_system_con4 ul li {
    overflow: hidden;
}

.manage_system_con4 ul li p {
    float: left;
    font-size: 17px;
    text-align: left;
    line-height: 1.7;
    color: #777;
    margin-bottom: 60px;
    margin-top: 4px;
}

.manage_system_con4 ul li:first-child p {
    margin-top: 0;
}

.manage_system_con4 ul li:last-child p {
    margin-bottom: 0;
}

.manage_system_con5 ul {
    overflow: hidden;
}

.manage_system_con5 ul li {
    float: left;
    width: 200px;
}

.manage_system_con5 ul li p {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    text-align: center;
    background: #01b4bb;
    color: #fff;
    font-size: 24px;
    font-family: 'Nanum Myeongjo';
    position: relative;
    line-height: 180px;
}

.manage_system_con5 ul li p span {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0.2;
    font-size: 55px;
}


/* quality */

.quality_rule {
    background: url(../img/sustain/quality_con1_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.quality_rule dl {
    overflow: hidden;
}

.quality_rule dl dt {
    float: left;
    width: 100px;
    font-size: 24px;
    color: #fff;
    font-family: 'Nanum Myeongjo';
}

.quality_rule dl dd {
    float: left;
    font-size: 17px;
    color: #fff;
    margin-top: 3px;
}


/*green*/

.green_group {
    background: url(../img/sustain/green_group_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.green_group ul {
    width: 1200px;
    height: 740px;
    background: url(../img/sustain/green_group_line.png) no-repeat 0 0;
    position: relative;
}

.green_group ul li {
    width: 200px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    position: relative;
    font-size: 17px;
    position: absolute;
}

.green_group ul li.ty2 {
    border: 0;
    width: 140px;
    height: 140px;
    line-height: 160px;
    background: #0dc3ca
}

.green_group ul li.ty2:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff200;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px;
}

.green_group ul li:nth-child(1) {
    top: 0;
    left: 530px;
}

.green_group ul li:nth-child(2) {
    top: 135px;
    right: 0px;
}

.green_group ul li:nth-child(3) {
    top: 135px;
    right: 282px;
}

.green_group ul li:nth-child(4) {
    top: 195px;
    left: 530px;
    background: #16b5ff
}

.green_group ul li:nth-child(5) {
    top: 330px;
    left: 0px;
}

.green_group ul li:nth-child(6) {
    top: 389px;
    left: 530px;
    background: #063c6d
}

.green_group ul li:nth-child(7) {
    top: 532px;
    right: 0px;
}

.green_group ul li:nth-child(8) {
    bottom: 0;
    left: 0px;
}

.green_group ul li:nth-child(9) {
    bottom: 0;
    left: 495px;
}

.green_group ul li:nth-child(10) {
    bottom: 0;
    right: 0px;
}

.green_step .step_diagram {
    background: url(../img/sustain/green_step_line.png) no-repeat 0 50%;
}

.green_step .step_diagram .diagram li {
    width: 16.65%;
    padding: 0;
    padding-top: 5px;
}

.green_step .step_diagram .diagram {
    height: 210px;
}

.green_step .step_diagram .diagram li .circle:before {
    width: 150px;
    height: 150px;
    border-color: #43b7ed;
}

.green_step .step_diagram .diagram li .circle .txt {
    font-size: 15px;
    color: #00b1f0;
}

.green_step .step_diagram .diagram li:nth-child(2),
.green_step .step_diagram .diagram li:nth-child(4) {
    padding-top: 5px;
}

.green_step .step_diagram .diagram li:last-child {
    text-align: right;
}

.green_step .step_diagram .diagram li:last-child .circle .txt {
    font-size: 18px;
    color: #063c6d;
}

.green_step .step_diagram .diagram li:nth-child(2) .circle .txt {
    color: #019cd9;
}

.green_step .step_diagram .diagram li:nth-child(2) .circle:before {
    border-color: #019cd9;
}

.green_step .step_diagram .diagram li:nth-child(3) .circle .txt {
    color: #019cd9;
}

.green_step .step_diagram .diagram li:nth-child(3) .circle:before {
    border-color: #028ec9;
}

.green_step .step_diagram .diagram li:nth-child(4) .circle .txt {
    color: #045d91;
}

.green_step .step_diagram .diagram li:nth-child(4) .circle:before {
    border-color: #045d91;
}

.green_step .step_diagram .diagram li:nth-child(5) .circle .txt {
    color: #0c4170;
}

.green_step .step_diagram .diagram li:nth-child(5) .circle:before {
    border-color: #0c4170;
}


/*safe*/

.safe_step {
    background: url(../img/sustain/safe_step_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.safe_step .diagram {
    background: url(../img/sustain/safe_step_line.png) no-repeat 0 0%;
    height: 314px;
}

.safe_step .diagram li {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.safe_step .diagram li p {
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #8cbdce;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: relative;
}

.safe_step .diagram li:nth-child(4) {
    text-align: center;
    width: 154px
}

.safe_step .diagram li:nth-child(4) p {
    width: 130px;
    margin: 14px 0;
}

.safe_step .diagram li:nth-child(5) {
    text-align: right;
    width: 250px
}

.safe_step .diagram li:nth-child(5) p {
    width: 175px;
    height: 175px;
    line-height: 175px;
    border-radius: 200px;
    color: #01b4bb;
}

.safe_step .diagram li:nth-child(5) p span {
    position: relative;
    z-index: 2;
}

.safe_step .diagram li:nth-child(5) p:before {
    content: '';
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 24px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 150px;
}

.safe_step .diagram li:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 655px;
}

.safe_step .diagram li:nth-child(6) p {
    width: 220px;
}


/*risk*/

.page_lisk h4.fsm {
    position: relative;
    padding-bottom: 40px;
    font-size: 28px
}

.page_lisk h4.fsm:after {
    display: block;
    content: '';
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
}

.risk_step {
    background: #f6f6f6
}

.risk_step .diagram {
    background: url(../img/sustain/risk_step_line.png) no-repeat 0 0%;
    height: 314px;
}

.risk_step .diagram li {
    display: inline-block;
    width: 210px;
    vertical-align: middle;
    position: relative;
}

.risk_step .diagram li .txt {
    display: inline-block;
    position: relative;
}

.risk_step .diagram li span {
    font-size: 17px;
    color: #222;
    text-align: center;
}

.risk_step .diagram li.square {
    width: 250px;
}

.risk_step .diagram li.square .txt {
    width: 250px;
    height: 70px;
    padding-top: 10px;
    background: #045d91;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: relative;
}

.risk_step .diagram li.circle {
    width: 197px;
}

.risk_step .diagram li.circle .txt {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    line-height: 140px;
    background: #01b4bb;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: relative;
}

.risk_step .diagram li:nth-child(3) {
    padding-left: 45px;
}

.risk_step .diagram li:nth-child(5) {
    width: 110px;
    text-align: center;
}

.risk_step .diagram li:nth-child(6) {
    width: 165px;
    text-align: right;
}

.risk_step .diagram li .depth1 {
    position: absolute;
    top: 124px;
    left: 52px;
    width: 140px;
    text-align: center;
}

.risk_step .diagram li .depth2 {
    position: absolute;
    top: 210px;
    left: 52px;
    width: 140px;
    text-align: center;
    border: 3px solid #56c4ea;
    height: 60px;
    line-height: 52px;
}

.risk_step .diagram li:nth-child(6) .depth1 {
    color: #0e4c73;
    top: 155px;
    left: 28px
}

.risk_erp .rotate_r {
    bottom: 164px;
    right: -35px;
    position: absolute;
}

.risk_erp_step_wrap {
    background: url(../img/sustain/erp_step_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.risk_erp_step ul {
    margin: 30px 0;
}

.risk_erp_step ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 125px;
}

.risk_erp_step ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 45.5%;
    right: -80px;
}

.risk_erp_step ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -70px;
    width: 70px;
    border-top: 1px solid #ccc;
}

.risk_erp_step ul li p {
    width: 180px;
    height: 180px;
    border-radius: 200px;
    background: #56c4ea;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    padding-top: 55px;
    box-shadow: 30px 50px 80px rgba(0, 0, 0, 0.2);
}

.risk_erp_step ul li p span {
    font-size: 17px;
    display: inline-block;
    color: #4aa9ca;
    position: relative;
    top: 2px;
}

.risk_erp_step ul li p .fsm {
    font-size: 28px;
    padding-top: 5px;
    font-weight: bold;
}

.risk_erp_step ul li dl {
    width: 525px;
    border: 1px solid #fff;
    text-align: center;
}

.risk_erp_step ul li dl dt {
    background: #fff;
    padding: 20px 0;
    font-size: 17px;
    color: #0e4c73;
}

.risk_erp_step ul li dl dd {
    padding: 28px 0;
    font-size: 17px;
    color: #fff;
}

.risk_erp_step ul li:first-child p:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 140px;
    height: 140px;
    border-radius: 140px;
}

.risk_erp_step ul li:last-child {
    margin-right: 0;
}

.risk_erp_step ul li:last-child:before,
.risk_erp_step ul li:last-child:after {
    display: none;
}

.risk_erp_step ul li:last-child p {
    width: 215px;
    height: 215px;
    padding-top: 80px;
}

.risk_erp_step ul li:last-child p span {
    color: #fff;
    font-size: 20px;
}

.risk_erp_step ul:nth-of-type(2) li dl dd {
    padding: 16px 0;
}

.risk_erp_step ul:nth-of-type(2) li:last-child p {
    padding-top: 95px;
}

.risk_erp .img {
    overflow: hidden;
}

.risk_erp .img figure {
    float: left;
    width: 50%;
}

.risk_erp .img figure figcaption {
    text-align: center;
    font-size: 17px;
    color: #222;
    margin-top: 20px;
}

.risk_erp .img figure:nth-of-type(2) {
    text-align: right;
}


/*client*/

.page_client h4.fsm {
    position: relative;
    padding-bottom: 80px;
    font-size: 28px
}

.page_client h4.fsm:after {
    display: block;
    content: '';
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
}

.client_cs {
    background: url("../img/sustain/client_cs_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.client_cs h4.fsm:after {
    background: #fff;
}

.client_cs dl {
    margin-top: 50px;
    color: #fff;
    font-family: 'Nanum Myeongjo'
}

.client_cs dl dt {
    font-size: 64px;
}

.client_cs dl dd {
    font-size: 28px;
}


/* csr overview */

.csr_overview_top .rotate_r {
    position: absolute;
    right: -35px;
    bottom: 420px;
}

.csr_quick_menu {
    width: 100%;
    height: 505px;
    padding-top: 120px;
    background: url("../img/csr/csr_overview_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.csr_quick_menu ul {
    width: 100%;
}

.csr_quick_menu ul li {
    float: left;
    width: 25%;
}

.csr_quick_menu ul li>a {
    display: block;
    position: relative;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.csr_quick_menu ul li>a:after {
    display: block;
    content: '';
    position: absolute;
    top: 113px;
    left: -36px;
    width: 5px;
    height: 5px;
    background: #fff200;
    border-radius: 50%;
}

.csr_quick_menu ul li:first-child>a:after {
    display: none;
}

.csr_quick_menu ul li>a .box {
    position: relative;
    width: 230px;
    height: 230px;
    border: 3px solid #fff;
    padding: 38px 40px;
}

.csr_quick_menu ul li>a .box:after {
    display: block;
    content: '';
    position: absolute;
    background: url("../img/common/icon.png") no-repeat;
}

.csr_quick_menu ul li>a.csr1 .box:after {
    right: 30px;
    bottom: 40px;
    width: 75px;
    height: 85px;
    background-position: 0 -705px;
}

.csr_quick_menu ul li>a.csr2 .box:after {
    right: 30px;
    bottom: 45px;
    width: 102px;
    height: 73px;
    background-position: -105px -705px;
}

.csr_quick_menu ul li>a.csr3 .box:after {
    right: 47px;
    bottom: 45px;
    width: 63px;
    height: 72px;
    background-position: -237px -705px;
}

.csr_quick_menu ul li>a.csr4 .box:after {
    right: 47px;
    bottom: 45px;
    width: 59px;
    height: 75px;
    background-position: -330px -705px;
}

.csr_quick_menu ul li>a .btn_square {
    position: absolute;
    left: 195px;
    bottom: 0;
    transition: all .4s;
}

.csr_quick_menu ul li>a .btn_square span {
    font-size: 0;
    line-height: 0;
}

.csr_quick_menu ul li>a:hover .btn_square {
    box-shadow: none;
}


/* green concert */

.concert_top .img_box .rotate_r {
    position: absolute;
    left: -215px;
    bottom: 388px;
}

.concert_mid {
    width: 100%;
    height: 830px;
    background: url("../img/csr/greenconcert_mid_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.concert_btm .txt_box {
    padding-top: 110px;
}


/* talent donation */

.donation_con1 .rotate_r {
    position: absolute;
    left: -230px;
    bottom: 370px;
}

.donation_con2 {
    background: #f5f5f5;
}

.donation_con2 .txt_box {
    width: 520px;
}

.donation_con2 .img_box {
    width: 680px;
}

.donation_con2 .img_box .desc {
    text-align: left;
    padding-left: 205px;
}

.donation_con2 .img_box .desc:before {
    margin-left: -40px;
}

.donation_con3 {
    width: 100%;
    height: 1197px;
    background: url("../img/csr/talent_donation_bg1.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.donation_con3 .donation_con_top .f_left {
    margin-top: -100px;
}

.donation_con3 .donation_con_top .comment_box {
    padding-left: 430px;
}

.donation_con3 .donation_con_top .comment_box .en {
    position: absolute;
    top: 10px;
    left: 80px;
    font-size: 100px;
    color: rgba(221, 221, 221, 0.2);
    letter-spacing: 5px;
}

.donation_con3 .donation_con_top .comment_box:before,
.donation_con3 .donation_con_top .comment_box:after {
    left: 430px;
    opacity: 0.3;
}

.donation_con3 .donation_con_btm ol {}

.donation_con3 .donation_con_btm ol li {
    position: relative;
    float: left;
    width: 254px;
    padding-top: 173px;
    margin-left: 61px;
}

.donation_con3 .donation_con_btm ol li:first-child {
    margin-left: 0;
}

.donation_con3 .donation_con_btm ol li:before {
    display: block;
    content: '';
    position: absolute;
    left: -45px;
    top: 95px;
    width: 32px;
    height: 3px;
    background: url("../img/common/icon.png") no-repeat;
    background-position: -595px -100px;
}

.donation_con3 .donation_con_btm ol li:first-child:before {
    display: none;
}

.donation_con3 .donation_con_btm ol li dt {
    padding-top: 18px;
    font-family: 'Noto Sans Light';
    font-size: 17px;
}

.donation_con3 .donation_con_btm ol li dt strong {
    font-family: 'Noto Sans';
}

.donation_con3 .donation_con_btm ol li dd {
    position: absolute;
    top: 0;
    left: 0;
}

.donation_con3 .donation_con_btm ol li dd .num {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    z-index: 1;
}

.donation_con4 .img_box {
    margin-left: -80px;
}

.donation_con5 {
    width: 100%;
    height: 1230px;
    background: url("../img/csr/talent_donation_bg2.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.donation_con5 .img_box.hor_desc .desc {
    padding-right: 45px;
}

.donation_con5 .img_box.hor_desc .desc:before {
    position: absolute;
    top: 10px;
    right: 0;
    margin-right: 0;
}


/* sponsorship */

.page_sponsorship h3 {
    padding-bottom: 30px;
    font-size: 28px;
}

.sponsorship_con1 .img_box .rotate_r {
    position: absolute;
    left: -315px;
    bottom: 285px;
}

.sponsorship_con2 {
    width: 100%;
    height: 698px;
    background: url("../img/csr/sponsorship_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sponsorship_con2 .img_box.hor_desc:after {
    width: 510px;
}

.sponsorship_con2 .img_box.hor_desc .desc {
    padding-left: 200px;
    text-align: left;
}

.sponsorship_con2 .img_box.hor_desc .desc:before {
    margin-left: -40px;
}

.sponsorship_con3 .sponsorship_con_top .img_box {
    margin-left: -80px;
    padding-bottom: 33px;
}

.sponsorship_con3 .sponsorship_con_top .img_box:after {
    width: 400px;
    height: 410px;
}

.sponsorship_con3 .sponsorship_con_btm .img_box:after {
    height: 360px;
    left: -70px;
}

.sponsorship_con3 .sponsorship_con_btm .img_box.hor_desc .desc {
    padding-left: 45px;
    text-align: left;
}

.sponsorship_con3 .sponsorship_con_btm .img_box.hor_desc .desc:before {
    margin-left: -40px;
}

.sponsorship_con4 {
    width: 100%;
    height: 728px;
    background: url("../img/csr/sponsorship_bg2.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sponsorship_con4 .img_box {
    margin-left: -80px;
}

.sponsorship_con4 .img_box:after {
    width: 410px;
    height: 420px;
}


/* volunteer */

.page_volunteer h4 {
    font-family: 'Nanum Myeongjo';
    font-size: 28px;
    color: #222;
    line-height: 1.4;
}

.volunteer_con1 .img_box .rotate_r {
    position: absolute;
    left: -170px;
    bottom: 430px;
}

.volunteer_con2 .txt_box {
    width: 520px;
}

.volunteer_con2 .img_box {
    width: 680px;
}

.volunteer_con2 .img_box.hor_desc .desc {
    text-align: left;
    padding-left: 220px;
}

.volunteer_con2 .img_box.hor_desc .desc:before {
    margin-left: -40px;
}

.volunteer_group {
    width: 100%;
    background: url("../img/csr/volunteer_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.volunteer_group dl dt {
    font-family: 'Noto Sans Medium';
    font-size: 22px;
    color: #222;
}

.volunteer_group .lh {
    letter-spacing: -1px;
    line-height: 2.35;
}


/*
  recruit
*/


/* talent */

.talent_top .img_box .rotate_r {
    position: absolute;
    right: -35px;
    bottom: 450px;
}

.talent_top .txt_box .comment {
    position: relative;
    padding: 60px 0;
    font-size: 28px;
    color: #222;
    line-height: 1.3;
}

.talent_top .txt_box .comment:before,
.talent_top .txt_box .comment:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 28px;
    background: url("../img/common/icon.png") no-repeat;
}

.talent_top .txt_box .comment:before {
    top: 0;
    background-position: -221px -88px;
}

.talent_top .txt_box .comment:after {
    bottom: 0;
    background-position: -272px -88px;
}

.talent_info {
    background: #f5f5f5;
}

.talent_info .pg_container {
    position: relative;
}

.talent_info .pg_container:after {
    display: block;
    content: '';
    position: absolute;
    top: 324px;
    left: 332px;
    width: 636px;
    height: 624px;
    background: url("../img/recruit/talent_circle.png") 0 0 no-repeat;
}

.talent_info .talent_list {
    overflow: hidden;
    width: 100%;
}

.talent_info .talent_list li {
    float: left;
    position: relative;
    width: 50%;
    height: 560px;
}

.talent_info .talent_list li h3 {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding-top: 50px;
    font-family: 'Noto Sans';
    font-size: 20px;
    color: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 50px;
    z-index: 1;
}

.talent_info .talent_list li h3 span {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.talent_info .talent_list li h3 span:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin-left: -3px;
    border-radius: 50%;
    background: #fff200;
}

.talent_info .talent_list li dt {
    position: relative;
    padding-top: 120px;
    font-size: 36px;
    color: #000022;
    line-height: 1.4;
}

.talent_info .talent_list li dt:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    background: url("../img/common/icon.png") no-repeat;
}

.talent_info .talent_list li dd {
    margin-top: 40px;
    font-size: 17px;
    color: #777;
    line-height: 1.7;
}

.talent_info .talent_list li.talent1,
.talent_info .talent_list li.talent3 {
    text-align: left;
    border-right: 1px solid #dedede;
}

.talent_info .talent_list li.talent2,
.talent_info .talent_list li.talent4 {
    text-align: right;
}

.talent_info .talent_list li.talent3,
.talent_info .talent_list li.talent4 {
    padding-top: 100px;
    border-top: 1px solid #dedede;
}

.talent_info .talent_list li.talent3 {
    clear: both;
}

.talent_info .talent_list li.talent1 h3 {
    background: #6ac4e4;
}

.talent_info .talent_list li.talent2 h3 {
    background: #138bc3;
}

.talent_info .talent_list li.talent3 h3 {
    background: #41b7ed;
}

.talent_info .talent_list li.talent4 h3 {
    background: #063c6d;
}

.talent_info .talent_list li.talent1 dt:before {
    left: 0;
    width: 52px;
    height: 76px;
    background-position: 0 -579px;
}

.talent_info .talent_list li.talent2 dt:before {
    right: 0;
    width: 61px;
    height: 70px;
    background-position: -81px -579px;
}

.talent_info .talent_list li.talent3 dt:before {
    top: 10px;
    left: 0;
    width: 81px;
    height: 62px;
    background-position: -172px -579px;
}

.talent_info .talent_list li.talent4 dt:before {
    right: 0;
    width: 61px;
    height: 78px;
    background-position: -283px -579px;
}

.talent_info .talent_list li.talent1 h3 {
    right: 100px;
    bottom: 120px;
}

.talent_info .talent_list li.talent2 h3 {
    left: 100px;
    bottom: 120px;
}

.talent_info .talent_list li.talent3 h3 {
    right: 100px;
    top: 120px;
}

.talent_info .talent_list li.talent4 h3 {
    left: 100px;
    top: 120px;
}

.talent_info .txt {
    position: absolute;
    top: 500px;
    left: 0;
    width: 100%;
    font-size: 28px;
    color: #222;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
}


/* step */

.page_step h3 {
    padding-bottom: 80px;
}

.step_classify {
    width: 100%;
    height: 440px;
    padding: 90px 0;
    background: url("../img/recruit/step_classify_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.step_classify ul {
    overflow: hidden;
}

.step_classify ul li {
    display: table;
    float: left;
    position: relative;
    width: 600px;
    padding-left: 190px;
}

.step_classify ul li:before,
.step_classify ul li:after {
    display: block;
    content: '';
    position: absolute;
}

.step_classify ul li:before {
    left: 0;
    background: url("../img/common/icon.png") no-repeat;
}

.step_classify ul li:after {
    left: 140px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #fff200;
    border-radius: 50%;
}

.step_classify ul li.classify1:before {
    top: 0;
    width: 78px;
    height: 80px;
    background-position: 0 -382px;
}

.step_classify ul li.classify2:before {
    top: 5px;
    width: 89px;
    height: 80px;
    background-position: -112px -382px;
}

.step_classify dl {
    display: table-cell;
    vertical-align: middle;
}

.step_classify dl dt,
.step_classify dl dd {
    color: #fff;
}

.step_classify dl dt {
    margin-bottom: 10px;
    font-family: 'Noto Sans Medium';
    font-size: 20px;
}

.step_classify dl dd {
    font-size: 15px;
    line-height: 1.6;
}

.step_process .step_diagram {
    width: 100%;
    height: 252px;
    background: url("../img/recruit/step_process_bg.png") center top no-repeat;
}

.step_diagram .diagram {
    overflow: hidden;
    width: 100%;
}

.step_diagram .diagram li {
    float: left;
    width: 20%;
    padding-top: 20px;
    text-align: center;
}

.step_diagram .diagram li:nth-child(2),
.step_diagram .diagram li:nth-child(4) {
    padding-top: 40px;
}

.step_diagram .diagram li .circle {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 190px;
    padding-top: 85px;
    text-align: center;
}

.step_diagram .diagram li .circle .txt {
    position: relative;
    font-family: 'Noto Sans Medium';
    font-size: 18px;
    z-index: 2;
}

.step_diagram .diagram li .circle:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 20px;
    left: 18px;
    width: 147px;
    height: 147px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    background: #fff;
}

.step_diagram .diagram li:nth-child(1) .circle:before,
.step_diagram .diagram li:nth-child(3) .circle:before {
    border-color: #00b1f0;
}

.step_diagram .diagram li:nth-child(2) .circle:before,
.step_diagram .diagram li:nth-child(4) .circle:before {
    border-color: #107bbd;
}

.step_diagram .diagram li:last-child .circle:before {
    top: 0;
    left: 0;
    border-width: 20px;
    border-color: #063c6d;
}

.step_diagram .diagram li:nth-child(1) .circle,
.step_diagram .diagram li:nth-child(3) .circle {
    color: #00b1f0;
}

.step_diagram .diagram li:nth-child(2) .circle,
.step_diagram .diagram li:nth-child(4) .circle {
    color: #107bbd;
}

.step_diagram .diagram li:last-child .circle {
    color: #063c6d;
}

.step_diagram .diagram li .circle .num {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: rgba(0, 177, 240, 0.2);
}

.step_diagram .diagram li:last-child .circle .num {
    color: rgba(6, 60, 109, 0.2);
}

.step_process .step_info ol {
    overflow: hidden;
    width: 100%;
}

.step_process .step_info ol li {
    display: table;
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

.step_process .step_info ol li span {
    display: table-cell;
    width: 70px;
    height: 80px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.step_process .step_info ol li:nth-child(1) span,
.step_process .step_info ol li:nth-child(4) span {
    background: #00b1f0;
}

.step_process .step_info ol li:nth-child(2) span,
.step_process .step_info ol li:nth-child(3) span {
    background: #107bbd;
}

.step_process .step_info ol li:nth-child(5) span {
    background: #063c6d;
}

.step_process .step_info ol li dl {
    display: table-cell;
    width: 530px;
    padding-left: 40px;
    font-family: 'Noto Sans Medium';
    vertical-align: middle;
}

.step_process .step_info ol li dl dt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #222;
}

.step_process .step_info ol li dl dd {
    font-size: 15px;
}


/* system */

.system_promotion {
    width: 100%;
    height: 660px;
    background: url("../img/recruit/system_promotion_bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.system_promotion .promotion_list {
    overflow: hidden;
}

.system_promotion .promotion_list li {
    float: left;
    position: relative;
    width: 14.28571428571429%;
    height: 140px;
    text-align: center;
}

.system_promotion .promotion_list li span {
    display: inline-block;
    position: relative;
    width: 146px;
    font-family: 'Noto Sans Medium';
    font-size: 18px;
    line-height: 140px;
    text-align: center;
    z-index: 2;
}

.system_promotion .promotion_list li:first-child span {
    color: #08808c;
}

.system_promotion .promotion_list li:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -73px;
    width: 146px;
    height: 140px;
    border-radius: 50%;
}

.system_promotion .promotion_list li:before {
    display: block;
    content: '';
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.system_promotion .promotion_list li:nth-child(1):after {
    background: #fff;
}

.system_promotion .promotion_list li:nth-child(2):after {
    background: #97cee1;
}

.system_promotion .promotion_list li:nth-child(3):after {
    background: #56c4ea;
}

.system_promotion .promotion_list li:nth-child(4):after {
    background: #00b1f0;
}

.system_promotion .promotion_list li:nth-child(5):after {
    background: #107bbd;
}

.system_promotion .promotion_list li:nth-child(6):after {
    background: #0f6498;
}

.system_promotion .promotion_list li:nth-child(7):after {
    background: #0e4c73;
}

.system_promotion .promotion_list li:nth-child(1):before {
    left: 14px;
}

.system_promotion .promotion_list li:nth-child(7):before {
    left: inherit;
    right: 14px;
}

.system_promotion .promotion_info>div {
    position: relative;
}

.system_promotion .promotion_info>div:before,
.system_promotion .promotion_info>div:after {
    display: block;
    content: '';
    position: absolute;
    ;
}

.system_promotion .promotion_info>div:before {
    top: 0;
    background: url("../img/common/icon.png") no-repeat;
}

.system_promotion .promotion_info>div:after {
    top: 35px;
    left: 130px;
    width: 5px;
    height: 5px;
    background: #fff200;
    border-radius: 50%;
}

.system_promotion .promotion_info>div.info1:before {
    left: 30px;
    width: 53px;
    height: 80px;
    background-position: -231px -380px;
}

.system_promotion .promotion_info>div.info2:before {
    left: 0;
    width: 84px;
    height: 80px;
    background-position: -314px -380px;
}

.system_promotion .promotion_info dl {
    padding-left: 200px;
}

.system_promotion .promotion_info dl dt {
    font-family: 'Noto Sans Medium';
    font-size: 20px;
    margin-bottom: 15px;
}

.system_promotion .promotion_info dl dd {
    font-size: 15px;
    line-height: 1.6;
}

.system_award h4 {
    position: relative;
    padding-bottom: 40px;
}

.system_award h4:after {
    display: block;
    content: '';
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
}

.system_award .award_list li {
    position: relative;
    display: table;
    height: 117px;
    margin-top: 40px;
}

.system_award .award_list li:first-child {
    margin-top: 0;
}

.system_award .award_list li:before,
.system_award .award_list li:after {
    display: block;
    content: '';
    position: absolute;
}

.system_award .award_list li:before {
    top: 0;
    left: 0;
    width: 117px;
    height: 117px;
}

.system_award .award_list li:after {
    background: url("../img/common/icon.png") no-repeat;
}

.system_award .award_list li:nth-child(1):before {
    background: #00b1f0;
}

.system_award .award_list li:nth-child(2):before {
    background: #107bbd;
}

.system_award .award_list li:nth-child(1):after {
    left: 25px;
    top: 20px;
    width: 57px;
    height: 67px;
    background-position: -418px -380px;
}

.system_award .award_list li:nth-child(2):after {
    left: 33px;
    top: 25px;
    width: 52px;
    height: 68px;
    background-position: -515px -380px;
}

.system_award .award_list li dl {
    display: table-cell;
    padding-left: 200px;
    vertical-align: middle;
}

.system_award .award_list li dl dt {
    font-family: 'Noto Sans Medium';
    margin-bottom: 10px;
    font-size: 24px;
    color: #222;
}


/* welfare */

.welfare_top .img_box .rotate_r {
    position: absolute;
    right: -35px;
    bottom: 430px;
}

.welfare_top .txt_box .comment {
    position: relative;
    padding: 60px 0;
    font-size: 28px;
    color: #222;
    line-height: 1.3;
}

.welfare_top .txt_box .comment:before,
.welfare_top .txt_box .comment:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 28px;
    background: url("../img/common/icon.png") no-repeat;
}

.welfare_top .txt_box .comment:before {
    top: 0;
    background-position: -221px -88px;
}

.welfare_top .txt_box .comment:after {
    bottom: 0;
    background-position: -272px -88px;
}

.welfare_info .pg_container>ul {
    width: 100%;
    margin-left: -3px;
}

.welfare_info .pg_container>ul>li {
    float: left;
    width: 400px;
    padding-left: 3px;
    margin-bottom: 50px;
}

.welfare_info .pg_container>ul>li:nth-child(3n+1) {
    clear: both;
}

.welfare_info .pg_container>ul>li:nth-child(1) .welfare {
    padding-top: 120px;
}

.welfare_info .pg_container>ul>li:nth-child(3) .welfare {
    padding-top: 80px;
}

.welfare_info .welfare .info {
    width: 398px;
    height: 222px;
    padding: 30px 50px;
    background: #fff;
    border: 1px solid #ccc;
}

.welfare_info .pg_container>ul>li:nth-child(2) .welfare .info {
    height: 342px;
}

.welfare_info .pg_container>ul>li:nth-child(3) .welfare .info {
    height: 262px;
}

.welfare_info .welfare .info dl dt {
    margin-bottom: 15px;
    font-family: 'Nanum Myeongjo';
    font-size: 32px;
    color: #222;
}

.welfare_info .welfare .info dl dd {
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.7;
}


/* recruit_notice */

.page_recruit_notice .label {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, 1);
    transition: all .2s cubic-bezier(.25, .46, .45, 1);
}

.page_recruit_notice .label:before {
    display: inline-block;
    content: '';
    width: 1%;
    height: 100%;
    vertical-align: middle;
}

.page_recruit_notice .label span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.notice_list {
    margin: 50px 0 0;
}

.notice_list li.nodate {
    text-align: center;
    border-top: 1px solid #666;
    padding: 120px 0;
    font-size: 18px;
}

.notice_list a {
    display: block;
    position: relative;
    color: #000;
    background: #fff;
    border-top: 1px solid #ccc;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, 1);
    transition: all .2s cubic-bezier(.25, .46, .45, 1);
}

.notice_list li:last-child a {
    border-bottom: 1px solid #ccc;
}

.notice_list .dis_tbl {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0;
    z-index: 2;
}

.notice_list .tbl-cell {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.notice_list .tbl-cell.state {
    width: 10%;
}

.notice_list .tbl-cell.classify {
    width: 5%;
}

.notice_list .tbl-cell.group {
    width: 12%;
}

.notice_list .tbl-cell.tit {
    width: 48%;
    font-size: 20px;
    text-align: left;
}

.notice_list .tbl-cell.period {
    width: 15%;
}

.notice_list .tbl-cell.deadline {
    width: 10%;
    font-size: 16px;
}

.notice_list .tbl-cell.deadline .end {
    color: #ee2033;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, 1);
    transition: all .2s cubic-bezier(.25, .46, .45, 1);
}

.notice_list a:hover {
    color: #fff;
    border-top: 1px solid #107bbd;
}

.notice_list a:hover .label.box-white {
    color: #063c6d;
}

.notice_list a:hover .end {
    color: #fff!important;
}

.notice_list a:hover:after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #107bbd;
    position: absolute;
    z-index: 1;
}

.board_tit .tbl-cell {
    display: table-cell;
    font-size: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.board_tit .tbl-cell.state {
    width: 10%;
}

.board_tit .tbl-cell.classify {
    width: 5%;
}

.board_tit .tbl-cell.group {
    width: 12%;
}

.board_tit .tbl-cell.tit {
    width: 48%;
    font-size: 20px;
    text-align: left;
}

.board_tit .tbl-cell.period {
    width: 15%;
}

.board_tit .tbl-cell.deadline {
    width: 10%;
    font-size: 16px;
}

.board_tit .label.box-white {
    color: #063c6d;
}


/* application */

.application_top .pg_container {
    display: table;
    height: 459px;
    background: url("../img/recruit/application_bg.jpg") center top no-repeat;
}

.application_top .pg_container p {
    display: table-cell;
    padding: 0 135px;
    color: #fff;
    vertical-align: middle;
}

.application_top .pg_container p span {
    display: block;
}

.application_top .pg_container p .fsm {
    font-size: 36px;
    line-height: 1.4;
}

.application_top .pg_container p .stxt {
    font-size: 17px;
    margin-top: 40px;
}

.application_info h3 {
    font-size: 28px;
    padding: 60px 0 30px;
}

.application_info .bd {
    padding: 50px 100px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 0 -1px;
}

.application_info .privacy_box {
    padding: 50px;
    height: 400px;
    font-size: 15px;
    line-height: 1.4;
    overflow-x: hidden;
    overflow-y: scroll;
}

.application_info .privacy_box h4 {
    padding: 30px 0 5px;
    font-family: 'Noto Sans';
    font-size: 15px;
    color: #777;
    line-height: 1.4;
}

.application_info .application_box {
    position: relative;
}

.application_info .application_box ul {
    padding-left: 405px;
}

.application_info .application_box ul li {
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.application_info .application_box ul li:first-child {
    margin-top: 0;
}

.application_info .application_box ul li:before {
    display: inline-block;
    content: '*';
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 15px;
    color: #107bbd;
}

.application_info .application_box .btn_application {
    display: block;
    position: absolute;
    top: 50px;
    left: 100px;
    width: 310px;
    height: 125px;
    padding: 38px 0 40px;
    background: #063c6d;
    text-align: center;
}

.application_info .application_box .btn_application span.txt {
    display: inline-block;
    position: relative;
    padding-left: 95px;
    text-align: left;
    font-family: 'Noto Sans Light';
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

.application_info .application_box .btn_application span.small {
    font-size: 15px;
}

.application_info .application_box .btn_application span.txt:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 59px;
    height: 58px;
    background: url("../img/common/icon.png") no-repeat;
    background-position: -505px -130px;
}

.application_info .method_box>p {
    font-size: 17px;
}

.application_info .method_box>p .bold {
    font-family: 'Noto Sans Medium';
}

.application_info .method_box ul {
    overflow: hidden;
    width: 100%;
}

.application_info .method_box ul li {
    float: left;
    position: relative;
    width: 33.333333%;
    padding-left: 45px;
    margin-top: 40px;
    font-size: 15px;
    color: #222;
}

.application_info .method_box ul li:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 25px;
    height: 4px;
    background: #00853e;
}

.application_info .method_box ul li a {
    display: inline-block;
    margin-left: 10px;
    color: #777;
}


/* recruit_faq */

.faq_list {
    margin: 80px 0 0;
    background: #fff;
}

.faq_list li.nodata {
    text-align: center;
    border-top: 1px solid #666;
    padding: 120px 0;
    font-size: 18px;
}

.faq_list li:last-child {
    border-bottom: 1px solid #ccc;
}

.faq_list li dl dt a {
    display: table;
    position: relative;
    width: 100%;
    padding: 20px 0;
    padding-left: 50px;
    color: #222;
    border-top: 1px solid #ccc;
}

.faq_list li dl dt a:after {
    display: block;
    content: "\e874";
    position: absolute;
    top: 35px;
    right: 50px;
    font-family: Linearicons-Free;
    font-size: 20px;
    color: #343434;
    transition: transform .4s;
}

.faq_list li dl dt a .label {
    display: table-cell;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.faq_list li dl dt a .sbj {
    display: table-cell;
    position: relative;
    height: 100%;
    padding-left: 150px;
    padding-right: 80px;
    font-size: 20px;
    vertical-align: middle;
}

.faq_list li dl dt a .sbj:before {
    display: inline-block;
    content: 'Q';
    position: absolute;
    top: 15px;
    left: 80px;
    font-family: 'Nanum Myeongjo';
    font-size: 30px;
    color: #777;
    vertical-align: middle;
}

.faq_list li dl dd {
    position: relative;
    display: none;
    background: #f5f5f5;
    padding: 45px 80px 45px 200px;
    font-size: 17px;
    line-height: 1.6;
}

.faq_list li dl dd:before {
    display: inline-block;
    content: 'A';
    font-family: 'Nanum Myeongjo';
    position: absolute;
    top: 38px;
    left: 200px;
    font-size: 30px;
    color: #107bbd;
    vertical-align: middle;
}

.faq_list li dl dd p {
    padding-left: 52px;
}

.faq_list li dl dt a.on {
    background: #107bbd;
    color: #fff!important;
}

.faq_list li dl dt a.on:after {
    color: #fff!important;
    transform: rotate(180deg);
}

.faq_list li dl dt a.on .sbj:before {
    color: #fff!important;
}

.faq_list li dl dt a.on .label.box-white {
    color: #063c6d!important;
}


/*
  게시판 리스트
*/

.news_list {
    margin: 50px 0 0;
    background: #fff;
}

.news_list li {}

.news_list li.nodata {
    text-align: center;
    border-top: 1px solid #666;
    padding: 120px 0;
    font-size: 18px;
}

.news_list li dl {
    display: table;
    width: 100%;
    min-height: 90px;
    padding: 40px 0;
    z-index: 2;
    position: relative;
}

.news_list li dl dt {
    display: table-cell;
    vertical-align: top;
    padding-left: 200px;
    padding-right: 60px;
    position: relative;
}

.news_list li dl dt .sbj {
    display: inline-block;
    font-size: 20px;
    font-family: 'Noto Sans Light';
    font-weight: 300;
}

.news_list li dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    padding-right: 40px;
    font-size: 16px;
    font-family: HelveticaNeue-Light, tahoma, sans-serif, arial;
}

.news_list li a {
    color: #000000;
    display: block;
    position: relative;
    border-top: 1px solid #cccccc;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, 1);
    transition: all .2s cubic-bezier(.25, .46, .45, 1);
}

.news_list li:last-child a {
    border-bottom: 1px solid #666;
}

.news_list li a.hover {
    color: #fff;
    border-top: 1px solid #01b4bb;
}

.news_list li a.hover span.box-white {
    color: #063c6d;
}

.news_list li a.hover:after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #01b4bb;
    position: absolute;
    z-index: 1;
}

.news_list li a .label {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding-top: 24px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -35px;
}

.board_tit {
    display: table;
    padding: 40px 0;
    min-height: 90px;
    background: #01b4bb;
    width: 100%;
}

.board_tit dt {
    display: table-cell;
    vertical-align: top;
    padding-left: 200px;
    padding-right: 60px;
    position: relative;
    color: #fff;
}

.board_tit dt span.txt {
    font-size: 20px;
}

.board_tit dd {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    padding-right: 40px;
    font-size: 16px;
    font-family: HelveticaNeue-Light, tahoma, sans-serif, arial;
    color: #fff;
}

.board_tit dt .label {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding-top: 24px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -35px;
}

.board_data {
    padding: 80px 130px;
    background: #fff;
    border-bottom: 1px solid #666666;
    overflow: hidden;
}

.board_data .data_img {
    text-align: center;
}

.board_data img {
    max-width: 940px;
}

.board_data .data_txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 50px 0 0;
    font-family: 'Noto Sans Light';
}


/*
  게시판뷰 하단 버튼네비
*/

.board_navi {
    text-align: center;
    position: relative;
    clear: both;
    margin-top: 50px;
}

.board_navi .left_nav {
    position: absolute;
    left: 0;
}

.board_navi .right_nav {
    position: absolute;
    right: 0;
}

.board_navi .btn {
    width: 200px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    position: relative;
    background: #fff;
}

.board_navi .btn * {
    vertical-align: middle;
}

.arrow-btn-left {
    border: 1px solid #063c6d;
}

.arrow-btn-left:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 22px;
    color: #404040;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 0;
}

.arrow-btn-right {
    border: 1px solid #063c6d;
}

.arrow-btn-right:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 22px;
    color: #404040;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
}

.line-btn-bar {
    border: 1px solid #063c6d;
    font-size: 18px;
    color: #272727;
}

.line-btn-bar i {
    display: inline-block;
    width: 25px;
    height: 4px;
    background: #01b4bb;
    margin-right: 10px;
    margin-top: -2px;
}


/* brochure */

.page_brochure {
    padding: 100px 0;
}

.bg_white_linebox {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.page_brochure .bg_white_linebox {
    padding: 70px 0;
    border-left: 0;
    border-right: 0;
    margin-top: 100px;
}

.page_brochure .bg_white_linebox .grid_left {
    padding-left: 100px;
}

.brochure_btn_box {
    position: absolute;
    bottom: 0;
}

.brochure_btn_box dt {
    font-size: 20px;
    color: #282828;
    padding-bottom: 30px;
}

.brochure_btn_box .btn {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
}

.brochure_btn_box .grid_200 {
    margin-right: -4px;
    display: inline-block;
}

.page_brochure .btn_adobe {
    background: #063c6d;
    padding: 30px 45px;
    display: block;
}

.page_brochure .btn_adobe i {
    float: left;
    padding-right: 30px;
}

.page_brochure .btn_adobe dl {
    display: table;
    white-space: nowrap;
}

.page_brochure .btn_adobe dt {
    color: #fff;
    font-size: 18px;
}

.page_brochure .btn_adobe dd {
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans Light';
}


/*download*/

.sign_type dt {
    font-size: 20px;
    color: #282828;
    padding-bottom: 15px;
}

.sign_type dd img {
    border: 1px solid #e8e8e8;
}


/*
  홍보영상
*/

.movie_box {
    position: relative;
}

.movie_box .movie {}

.movie_box .rotate_r {
    position: absolute;
    right: -35px;
    bottom: inherit;
    top: 120px;
}


/*
  movie List
*/

ul.movie_list {
    overflow: hidden;
    margin: 0 -1px;
}

ul.movie_list li {
    float: left;
    width: 400px;
    margin-bottom: 30px;
}

ul.movie_list li a {
    display: block;
    overflow: hidden;
}

ul.movie_list li .box_wrap {
    position: relative;
    padding: 0 1px;
}

ul.movie_list li .thumb_box .playimg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}

ul.movie_list li .thumb_box {
    position: relative;
    max-height: 290px;
    overflow: hidden;
}

ul.movie_list li .thumb_box .img {
    position: relative;
    line-height: 0;
}

ul.movie_list li .thumb_box .img img {
    min-height: 290px;
    width: 100%;
}

ul.movie_list li dl {
    padding: 0 40px 50px;
    background: #fff;
    width: 324px;
    margin: -40px auto 20px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    position: relative;
}

ul.movie_list li dl dt {
    padding: 50px 0 0;
    color: #222;
    font-family: 'Nanum Myeongjo';
    font-size: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    text-align: left;
    height: 122px;
}

ul.movie_list li dl dd {
    text-align: left;
    color: #777777;
    font-size: 16px;
    margin-top: 20px;
}

.page_movie .slick-dots {
    width: 100%;
    text-align: center;
}

.page_movie .slick-dots>li {
    display: inline-block;
    margin: 0;
    float: none;
    width: auto;
}

.page_movie .slick-dots>li>button {
    overflow: hidden;
    position: relative;
    width: 24px;
    height: 24px;
    text-indent: -10em;
    cursor: pointer;
}

.page_movie .slick-dots>li>button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.page_movie .slick-dots>li.slick-active>button:before {
    background: rgba(16, 123, 189, 1);
}


/* CI */

.page_ci {
    padding: 100px 0;
}

.page_ci .colorbox {
    font-size: 0;
    color: transparent;
    width: 100px;
    height: 100px;
    display: block;
}

.page_ci .colorbox.box-green {
    background: #005b23 !important;
}

.page_ci .colorbox.box-blue {
    background: #003050 !important;
}

.page_ci .colortxt {
    display: block;
    font-size: 16px;
    padding: 5px 0;
}

.page_ci .colortxt strong {
    display: inline-block;
    color: #000;
    padding-right: 10px;
}

.page_ci .boxline {
    background: #fff;
    text-align: center;
    padding: 70px 0 0;
    height: 210px;
    border: 1px solid #e8e8e8;
}

.page_ci.bg_whgrey ul {
    overflow: hidden;
}

.page_ci.bg_whgrey ul li {
    background: #fff;
    border: 1px solid #ddd;
    height: 210px;
    text-align: center;
    position: relative;
    margin-right: 1px;
    width: 33.23%;
    float: left;
}

.page_ci.bg_whgrey ul li:last-child {
    margin-right: 0;
}

.page_ci.bg_whgrey ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*
  tab Style
*/

.tab_boxtype {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    display: table;
    white-space: nowrap;
}

.tab_boxtype li {
    display: table-cell;
}

.tab_boxtype li a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 16px 0;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #666666;
    margin-left: -1px;
    color: #262626;
    font-size: 16px;
}

.tab_boxtype li.on a {
    color: #fff;
    background: #063c6d;
    border-color: #063c6d;
}

.tablist_6 li {
    width: 16.66666%;
}

.tablist_5 li {
    width: 20%;
}

.tablist_4 li {
    width: 25%;
}

.tablist_3 li {
    width: 33.33333%;
}

.tablist_2 li {
    width: 50%;
}

.tab_boxtype li:first-child a {
    margin-left: 0;
}

.tab_contents {
    display: none;
    opacity: 0;
}

.tab_contents.current {
    display: block;
    opacity: 1;
}


/*
  고객문의
*/

.select-wrapper.line_select {
    border: 1px solid #ccc;
}

.page_contact .btm_comment:nth-of-type(1) {
    margin-top: 15px;
}

.page_contact .btm_comment {
    text-align: right;
}

.page_contact .btm_comment i {
    vertical-align: middle;
}

.privacy_box {
    padding: 50px;
    height: 400px;
    font-size: 15px;
    line-height: 1.4;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
}


/*
  개인정보취급방침
*/

.privacy {
    padding: 0 5px;
}

.privacy p {
    line-height: 1.7;
}

.privacy h4 {
    color: #000000;
    font-size: 16px;
    padding: 30px 0 5px;
    font-family: 'Noto Sans DemiLight';
}

.privacy ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.privacy ol li {
    padding: 2px 0;
    line-height: 1.7;
}

.privacy a {
    color: #107bbd;
}

.page_privacy .privacy {
    font-size: 15px;
}

.page_privacy .privacy h4 {
    font-size: 17px;
}

.privacy ol.gana {
    list-style-type: none;
    padding-left: 0;
}

.privacy ol.gana li {
    position: relative;
    padding-left: 20px;
}

.privacy ol.gana li::before {
    position: absolute;
    left: 0;
}

.privacy ol.gana li:nth-child(1)::before {
    content: "가."
}

.privacy ol.gana li:nth-child(2)::before {
    content: "나."
}

.privacy ol.gana li:nth-child(3)::before {
    content: "다."
}

.privacy ol.gana li:nth-child(4)::before {
    content: "라."
}

.privacy ol.gana li:nth-child(5)::before {
    content: "마."
}

.privacy ul.bl_line li {
    padding-left: 12px;
    position: relative;
    line-height: 1.7;
}

.privacy ul.bl_line li::before {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 5px;
    height: 1px;
    background: #aaa;
}

.agree_btm {
    padding: 30px 0;
    text-align: right;
}

.agree_btm label {
    display: inline-block;
    padding: 0 8px;
    color: #000;
    font-size: 16px;
}

.register_form .email_input {
    display: inline-block;
    padding-left: 5px;
}

.register_form .email_input:before {
    content: '@';
    display: inline-block;
    padding-right: 5px;
}

.register_form td span {
    display: inline-block;
}

.register_form td * {
    vertical-align: middle;
}

.register_form textarea {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.register_form .remain_box {
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
}

.register_form .remain_box * {
    vertical-align: top;
}

.register_form .require {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
}

.register_form .require::before {
    content: "*";
    color: #fff;
    position: absolute;
    top: -2px;
}

/*대보 골프단 추가 20220317*/
.golf_top .img_box .rotate_r { position: absolute; right: -35px; bottom: 520px; }

/* gridBox */
[class^="gridBox-"] { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; }
.gridBox-2 .gridBox__item { width: calc( 50% - 2.4rem ); margin-bottom: 4.8rem; }
.gridBox-3 .gridBox__item { width: calc( 33.33% - 3rem ); margin-bottom: 4.8rem; }
.gridBox-4 .gridBox__item { width: calc( 25% - 2.4rem ); margin-bottom: 4.8rem; }

/* card */
.cardWrap { overflow: hidden; background-color: #fff; transition: all 0.2s linear; } /* 카드그룹 */
.cardWrap:hover { box-shadow:0 7px 7px rgba(0,0,0,0.1) !important; transform: translateY(-5px); }
.cardWrap .card-info { padding: 32px 24px; border-radius: 0; }
.card-info__name { font-size: 28px; font-family: 'Nanum Myeongjo'; }
.card-info__name span { font-size: 16px; font-family:'Noto Sans KR', sans-serif; }
.card-figure { position: relative; padding-top: 100%; width: 100%; overflow: hidden; } /* 배경어두움 dimd,dimd-2 */
.card-figure__img { height: auto; position: absolute; top: 0; left: 0; }
.card-figure__caption { z-index: 99; position: absolute; bottom: 0; left: 0 ; color: #fff; padding: 3.2rem; }
.card-figure__caption [class^="txt-"] { color: #fff; }

.card-info { display: flex; flex-direction: column; padding: 4.8rem 3.2rem; text-align: center; background-color: #fff; border-top: 1px solid #aaa; }
.card-info .infoGroup { margin-top: auto; }

/* list */
.ulList__item {
    position: relative;
    font-size: 14px;
    padding-left: 12px;
    padding-bottom: 5px;
    line-height: 1.5;
    font-weight: 500;
}
.ulList__item:before { content: ''; display: inline-block; position: absolute; left: 0; top: 13px; vertical-align: middle; margin-right: 10px; background-color: #222; width: 3px; height: 3px; border-radius: 100%; }
.ulList__item strong { font-weight: 600; }

/* popup */
.dimd { display: none; z-index: 99; position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); }
.popView { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1000px; background-color: #fff; height: 760px;}
.popView__figure { position: absolute; left: 0; top: 0; width: 550px; height: 760px; }
.popView__figure.player1 { background: url(../img/player-1-2.jpg) no-repeat center top;}
.popView__figure.player2 { background: url(../img/player-2-2.jpg) no-repeat center top;}
.popView__figure.player3 { background: url(../img/player-3-2.jpg) no-repeat center top;}
.popView__figure.player4 { background: url(../img/golf/player_4_de.jpg) no-repeat center top;}
.popView__figure.player5 { background: url(../img/golf/player_5_de.jpg) no-repeat center top;}
.popView__figure.player6 { background: url(../img/player-6-2-0325.jpg) no-repeat center top;}
.popView__figure.player7 { background: url(../img/player-7-2-0325.jpg) no-repeat center top;}
.popView__figure.player8 { background: url(../img/player-8-2-0325.jpg) no-repeat center top;}
.popView__figure.player9 { background: url(../img/player9.jpg) no-repeat center top;}
.popView__figure.player10 { background: url(../img/player10.jpg) no-repeat center top;}
.popView__figure.player11 { background: url(../img/player11.jpg) no-repeat center top;}





.popView__info {
    position: absolute;
    right: 0;
    top: 8px;
    width: 440px;
    padding: 30px 0 40px 20px;
    z-index: 2;
}
.popView__info .ulList + .ulList:before { content: ''; display: block; width: 60px; height: 1px; background-color: #666; margin: 30px 0;}
.popView__name { font-size: 36px; font-family: 'Nanum Myeongjo'; font-weight: 500; padding-bottom: 20px; }
.popView__name span { font-size: 0.6em; display: inline-block; }
.popView__sns { display: inline-block; margin:-8px 0 0 26px; vertical-align: middle; }

/* close btn */
.closeBtn { position: absolute; top: 30px; right: 30px; display: block; width: 48px; height: 48px; background:none; cursor: pointer; z-index: 999; }
.closeBtn:before { content:''; display: block; width: 1px; height: 100%; position: absolute; top: 0; left: 50%; margin-left: -1px; background: #222; transform: rotate(45deg); }
.closeBtn:after { content:''; display: block; width: 1px; height: 100%; position: absolute; top: 0; left: 50%; margin-left: -1px; background: #222; transform: rotate(-45deg); }


/* 대회일정 */
.sche { position: relative; }
.sche__tit { display: inline-block; font-size: 24px; font-weight: 500; color: #222; }
.sche-tab { display: flex; position: absolute; right: 0; top: 0;  }
.sche-tab__item { cursor: pointer; font-weight: 500; font-size: 18px; }
.sche-tab__item:after { content: ''; display: inline-block; vertical-align: middle; margin: 0 20px; background-color: #444; width: 2px; height: 2px; border-radius: 100%; }
.sche-tab__item:last-child:after { margin: 0; display: none; }
.sche-tab__item--on { font-weight: bold; color: #b63346; }
.sche-view { margin: 20px 0 100px 0}
.sche-view__part { display: none; }
.sche-view__item + .sche-view__item { margin-top: 10px; }
.sche-view__item { position: relative; display: flex !important; border: 1px solid #ccc; background-color: #fff; padding: 30px 50px; }
.sche-view__item:after { content: ''; display: block; clear: both; }
.sche-view__left { margin-left: 50px; }
.sche-view__month { display: inline-block; width: 64px; height: 60px; line-height: 60px; background-color: #b63346; color: #fff; text-align: center; }
.sche-view__tit { font-size: 21px; color: #222; font-weight: 500; padding-bottom: 8px; }
.sche-view__stit { font-size: 16px; color: #666; }

.sche-view__right { margin-left: auto; text-align: right;}
.sche-view__date { font-size: 16px; margin-bottom: 8px; }
.sche-view__prize { font-size: 16px; font-weight: 600; letter-spacing: -1px;}
.sche-view__prize:before { content: ''; background: url(../img/golf/ic_prize.png) no-repeat center center; width: 24px; height: 24px; display: inline-block; margin: -5px 8px 0 0; vertical-align: middle; }

/* 220327 */
.sche2 { position: relative; }
.sche2__tit { display: inline-block; font-size: 24px; font-weight: 500; color: #222; }
.sche2-tab { display: flex; position: absolute; right: 0; top: 0;  }
.sche2-tab__item { cursor: pointer; font-weight: 500; font-size: 18px; }
.sche2-tab__item:after { content: ''; display: inline-block; vertical-align: middle; margin: 0 20px; background-color: #444; width: 2px; height: 2px; border-radius: 100%; }
.sche2-tab__item:last-child:after { margin: 0; display: none; }
.sche2-tab__item--on { font-weight: bold; color: #01B3BB; }
.sche2-view { margin: 20px 0 100px 0}
.sche2-view__month { display: inline-block; width: 64px; height: 60px; line-height: 60px; background-color: #01B3BB; color: #fff; text-align: center; }


/* 250204 */
.certificate_img {
    display: flex;          /* 가로로 배치 */
    flex-wrap: wrap;        /* 공간이 모자라면 줄바꿈 */
    gap: 20px;              /* 박스 사이 간격 */
    justify-content: space-between;
    max-width: 1200px;      /* 원하는 최대 너비 */
    margin: 0 auto;         /* 가운데 정렬 */
    padding: 20px 0;
  }
  
  .certificate_img .img_box {
    position: relative;
    width: 30%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
  }
  
  /* 이미지 아래 설명 텍스트 */
  .certificate_img .desc_txt {
    margin: 10px 0;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    color: #333;
    padding: 20px;
  }
  
  /* 이미지 뒤 배경(약간 어긋나게) */
  .certificate_img .img_box.ver_desc::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #666666;
    z-index: -1;
    transform: translate(10px, 10px); 
  }
  
  .certificate_img .img_box.ver_desc {
    padding-left: 0px;
    padding-bottom: 0px;
}

  /* 모바일(예: 최대 너비 768px)에서 2개씩 */
  @media (max-width: 768px) {
    .certificate_img .img_box {
      width: calc(50% - 20px);
    }
  }