




@charset "utf-8";

	/* 클리어픽스 */
	.clearfix::after {
	    content: '';
	    display: block;
	    clear: both;
	}
	
	
	/* 2022/09/19 */
	/* 메인 슬라이더 시작*/
	/* 메인 슬라이드 */ 
	
	#main_slide {
	    width: 100%;
	    margin-bottom: 60px;
	    margin-top: 120px;
	    position: relative;
	}
	
	#main_slide .main_slider_warp {
	    max-width: 95%;
	    height: 580px;
	    margin: 0 auto;
	    position: relative;
	    transition: all 0.5s;    
	}
	
	/* 메인 비주얼박스 */
	#main_slide .main_slider_warp .templeOneSwiper {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	
	.templeOneSwiper .swiper-slide {
	    width: 100%;
	    height: 580px;
	    border-radius: 50px;
	    box-sizing: border-box;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	
	.templeOneSwiper .swiper-wrapper .swiper-slide.swiper_slidewr01 {
	    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../../images/web/yesbit/main/main01.jpg?2.003);
	}
	
	.templeOneSwiper .swiper-wrapper .swiper-slide.swiper_slidewr02 {
	    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../../images/web/yesbit/main/main02.jpg?2.003);
	}
	
	.templeOneSwiper .swiper-wrapper .swiper-slide.swiper_slidewr03 {
	    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../../images/web/yesbit/main/main01.jpg?2.003);
	}
	
	.templeOneSwiper .swiper-wrapper .main_visual_text {
	    max-width: 1200px;
	    margin: 0 auto;
	    padding-top: 150px;
	    display: flex;
	    justify-content: stretch;
	    align-items: center;
	}
	
	.templeOneSwiper .swiper-wrapper .main_visual_text .visual_text01 h3 {
	    font-family: 'S-CoreDream-3Light';
	    font-size: 24px;
	    color: #fff;
	    margin-bottom: 25px;
	    text-shadow: 1px 1px 2px #222;
	}
	
	.templeOneSwiper .swiper-wrapper .main_visual_text .visual_text01 h2 {
	    font-size: 39px;
	    color: #fff;
	    text-shadow: 1px 1px 2px #222;    
	}
	
	/* 메인 아이콘박스 */
	.main_slider_width {
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	}
	
	#main_slide .main_navi {
	    position: absolute;
	    top: 110px;
	    right: 0;
	    z-index: 99;
	}
	
	#main_slide .main_navi .main_navi_contents .main_navi_cont {
	    max-width: 1200px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: end;
	}
	
	.main_navi_cont ul {
	    width: 430px;
	    display: flex;
	    flex-wrap: wrap;
	    float: right;
	    background-color: rgba(255, 255, 255, 0.5);
	    border-radius: 25px;
	    padding: 20px;
	    box-sizing: border-box;
	}
	
	.main_navi_cont ul li {
	    position: relative;
	    width: 50%;
	    padding: 22px 0;
	    box-sizing: border-box;
	    border: 1px solid #f2f2f2;
	    background: #fff;  
	    text-align: center;
	}
	
	.main_navi_cont ul li:hover strong{ 
	    color: #e20001;
	    transition: all 0.3s;
	}
	
	.main_navi_cont ul li a {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	}	
	
	.main_navi_cont ul li .main_navi_img {
	    width: 100%;
	    height: 70px;
	}
	
	.main_navi_cont ul li .main_navi_img.main_navi_img01 {
	    background: url(../../../images/web/yesbit/icon/icon_01.png?2.003) no-repeat center;
	    background-size: contain;
	}
	
	.main_navi_cont ul li .main_navi_img.main_navi_img02 {
	    background: url(../../../images/web/yesbit/icon/icon_02.png?2.003) no-repeat center;
	    background-size: contain;
	}
	
	.main_navi_cont ul li .main_navi_img.main_navi_img03 {
	    background: url(../../../images/web/yesbit/icon/icon_03.png?2.003) no-repeat center;
	    background-size: contain;
	}
	
	.main_navi_cont ul li .main_navi_img.main_navi_img04 {
	    background: url(../../../images/web/yesbit/icon/icon_04.png?2.003) no-repeat center;
	    background-size: contain;
	}
	
	.main_navi_cont ul li .main_navi_img.main_navi_img05 {
	    background: url(../../../images/web/yesbit/icon/icon_05.png?2.003) no-repeat center;
	    background-size: contain;
	}
	
	.main_navi_cont ul li div {
	    font-size: 17px;
	    line-height: 22px;
	}
	
	.main_navi_cont ul li div strong {
	    font-weight: 700;
	}
	
	.main_navi_cont ul li:last-child {
	    background: #1f3656;
	    color: #fff;
	   /*  display: flex; */
	    align-items: center;
	    justify-content: center;
	}
	

	/* 메인 이미지 종료 */
	
	
	/* 서브 슬라이드 */
	
	#main_sub_slide {
	    margin-bottom: 60px;
	}
	
	.main_sub_slide {
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	}
	
	.main_sub_slide ul {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	
	.main_sub_slide ul li {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: stretch;
	    background: #f4f5f7;
	    width: 48%;
	    border-radius: 25px;
	    padding: 30px;
	    box-sizing: border-box;
	    border: 1px solid #e5e5e5;
	    position: relative;
	    overflow: hidden;	    
	}
	
	.main_sub_slide ul li::after {
	    content: '';
	    position: absolute;
	    right: -70px;
	    width: 150px;
	    height: 150px;
	    opacity: 0.1;
	}
	
	.main_sub_slide ul li:nth-child(1):after {
		background: url(../../../images/web/yesbit/icon/subicon_01.png?2.003) no-repeat;
	    background-size: cover;
	    background-position: top right;
	}
	
	.main_sub_slide ul li:nth-child(2):after {
		background: url(../../../images/web/yesbit/icon/subicon_02.png?2.003) no-repeat;
	    background-size: cover;
	    background-position: top right;
	}
	
	.main_sub_slide ul li:nth-child(3):after {
		background: url(../../../images/web/yesbit/icon/subicon_03.png?2.003) no-repeat;
	    background-size: cover;
	    background-position: top right;
	}
	
	.main_sub_slide ul li:nth-child(4):after {
		background: url(../../../images/web/yesbit/icon/subicon_04.png?2.003) no-repeat;
	    background-size: cover;
	    background-position: top right;
	}
	
	.main_sub_slide ul li:hover {
	    box-shadow: 0 16px 16px -16px rgb(0 0 0 / 20%);
	    transition: all 0.3s;
	}	

	.main_sub_slide ul li .sub_sltitle {
	    font-size: 19px;
	    line-height: 24px;
	    letter-spacing: -1px;
	    font-weight: 700;
	    margin-bottom: 17px;
	    color: #162a4d;
	}
	
	.main_sub_slide ul li .sub_slsub {
	    font-size: 18px;
	    letter-spacing: -1px;
	    line-height: 20px;
	    color: #333;
	}
	
	
	/* 공지사항 */
	
	#main_notice {
	    width: 100%;
	    margin-bottom: 60px;
	}
	
	#main_notice .main_notice {
	    max-width: 1200px;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-between;
	}
	
	#main_notice .main_notice .notice_contents.notice_information {
	    width: 35%;
	}
	
	#main_notice .main_notice .notice_contents.notice_event {
	    width: 30%;
	}
	
	#main_notice .main_notice .notice_contents.notice_support {
	    width: 30%;
	}
	
	.notice_contents .notice_name {
	    position: relative;    
	    margin-bottom: 20px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	
	.notice_contents .notice_name h2 {
	    font-size: 22px;
	    color: #162a4d;
	    font-weight: 700;
	    line-height: 30px;
	    letter-spacing: -0.3px;
	}
	
	.notice_contents .notice_name a:hover {
	    color: #2948ff;
	}
	
	.notice_text {
	    font-size: 14px;
	    padding: 15px 10px;
	    color: #333;
	    border-top: 1px solid #999;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    cursor: pointer;
	    line-height: 1;
	}
	
	.notice_text:hover {
	    color: #2948ff;
	    transition: all 0.2s ease;
	}
	
	.notice_text .notice_tit {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 75%;
	}
	
	.notice_text .notice_date {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 25%;
	    text-align: right;
	}
	
	.notice_text:last-child {
	    border-bottom: 1px solid #999;
	}
	
	
	/* 이벤트 */
	
	.notice_eventcont {
	    border-top: 1px solid #d6d6d6;
	}
	
	.notice_eventcont .notice_event_slide img {
	    width: 100%;
	}
	
	
	.notice_event .slider_pager {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	
	.notice_event .slider_pager .swiper-pagination {
	    margin-right: 10px;
	    color: #999;
	}
	
	.notice_event .slider_pager .event-button-prev, .event-button-next {
	    font-family: 'Noto Sans KR';
	    font-size: 10px;
	    font-weight: bold;
	    color: #000;
	    cursor: pointer;
	    border: 1px solid #ddd;
	    border-radius: 50%;
	    width: 25px;
	    height: 25px;
	    box-sizing: border-box;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-left: 5px;
	}
	
	.event-button-prev:hover, .event-button-next:hover{
	    color: #2948ff !important;
	    border: 1px solid #2948ff !important;
	    transition: all 0.3s ease;
	}
	
	
	
	
	/* 고객지원센터 */
	
	.notice_service {
	    background: url(../../../images/web/yesbit/icon/service.png?2.003) no-repeat center right;
	    height: 170px;
	}
	
	.notice_service .notice_client .notice_contect {
	    font-family: 'Noto Sans KR';
	    font-size: 30px;
	    font-weight: 900;
	    letter-spacing: -1px;
	    color: #1f9cfe;
	    padding-bottom: 8px;
	}
	
	.notice_service .notice_client .notice_sales {
	    font-size: 14px;
	    color: #333;
	}
	
	
	/* 하단 퀵메뉴 */
	
	#main_quickmenu {
	    width: 100%;
	}
	
	.main_quickmenu {
	    max-width: 100%;
	    background: #0076bf;
	}
	
	.main_quickmenu .quickmenu_cont {
	    max-width: 1200px;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_title {
	    font-family: 'S-CoreDream-5Medium';
	    font-size: 16px;
	    color: #fff;
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_warp ul {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;    
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_warp ul li {
	    margin-right: 25px;
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_warp ul li:last-child {
	    margin-right: 0;
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_warp ul li a {
	    font-family: 'S-CoreDream-3Light';
	    font-size: 14px;
	    color: #fff;
	    display: flex;
	    align-items: center;
	    padding: 25px 0;
	    box-sizing: border-box;
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_warp ul li a:hover {
	    color: #ffea00;
	}
	
	.main_quickmenu .quickmenu_cont .quickmenu_warp ul li a::before {
	    padding-right: 5px;
	}
	
	.quickmenu_b01::before {
	    content: url(../../../images/web/yesbit/quick/quick01.png?2.003);
	}
	
	.quickmenu_b01:hover::before {
	    content: url(../../../images/web/yesbit/quick/quick01_hover.png?2.003);
	}
	
	.quickmenu_b02::before {
	    content: url(../../../images/web/yesbit/quick/quick02.png?2.003);
	}
	
	.quickmenu_b02:hover::before {
	    content: url(../../../images/web/yesbit/quick/quick02_hover.png?2.003);
	}
	
	.quickmenu_b03::before {
	    content: url(../../../images/web/yesbit/quick/quick03.png?2.003);
	}
	
	.quickmenu_b03:hover::before {
	    content: url(../../../images/web/yesbit/quick/quick03_hover.png?2.003);
	}
	
	.quickmenu_b04::before {
	    content: url(../../../images/web/yesbit/quick/quick04.png?2.003);
	}
	
	.quickmenu_b04:hover::before {
	    content: url(../../../images/web/yesbit/quick/quick04_hover.png?2.003);
	}
	
	.quickmenu_b05::before {
	    content: url(../../../images/web/yesbit/quick/quick05.png?2.003);
	}
	
	.quickmenu_b05:hover::before {
	    content: url(../../../images/web/yesbit/quick/quick05_hover.png?2.003);
	}
	
	.quickmenu_b06::before {
	    content: url(../../../images/web/yesbit/quick/quick06.png?2.003);
	}
	
	.quickmenu_b06:hover::before {
	    content: url(../../../images/web/yesbit/quick/quick06_hover.png?2.003);
	}
	
	
	
	/* 푸터 영역 */
	
	footer {
	    width: 100%;
	    background: none;
	}
	
	.footer_warp {
	    width: 100%;
	    margin-top: 30px;
	    padding: 30px 0;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
	
	.footer_warp .footer_cent {
	    max-width: 95%;
	    margin: 0 auto;
	}
	
	.footer_warp .footer_cent .footer_center {
	    max-width: 1200px;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	
	.footer_warp .footer_cent .footer_center .footer_client {
	    width: 25%;
	    display: flex;
	    justify-content: space-between;
	}
	
	.footer_warp .footer_cent .footer_center .footer_client h2 {
	    font-size: 23px;
	    color: #111;
	}
	
	.footer_warp .footer_cent .footer_center .footer_client p {
	    font-size: 23px;
	    color: #333;
	}
	
	.footer_warp .footer_cent .footer_center .footer_usehour {
	    width: 50%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    font-size: 16px;
	}
	
	
	/* 푸터 인포메이션 */
	.footer_information {
	    max-width: 95%;
	    margin: 0 auto;
	    padding: 30px 0 50px 0;
	}
	
	.footer_information .footer_info {
	    max-width: 1200px;
	    margin: 0 auto;
	    display: flex;
	    align-items: stretch;
	    justify-content: space-between;
	}
	
	.footer_information .footer_info .footer_text {
	    width: 70%;
	}
	
	.footer_text .footer_line {
	    display: flex;
	    flex-wrap: wrap;
	    line-height: 20px;
	}
	
	.footer_text .footer_line li {
	    font-size: 13px;
	    margin-right: 10px;
	}
	
	.footer_text .footer_line li::after {
	    content: '｜';
	    margin-left: 10px;
	}
	
	.footer_text .footer_line li:last-child {
	    margin-right: 0;
	}
	
	.footer_text .footer_line li:last-child::after {
	    content: '';
	}
	
	.footer_text .footer_line li a {
	    font-size: 15px;
	    color: #000;
	}
	
	.footer_text .footer_line li a:hover {
	    border-bottom: 1px solid #111;
	}
	
	.footer_text .footer_line.footer_line01 {
	    margin-bottom: 20px;
	    font-weight: 500;
	}
	
	.footer_text .footer_line.footer_line02 {
	    font-family: 'S-CoreDream-3Light';
	    color: #555;
	}
	
	.footer_line04 {
	    font-size: 12px;
	}
	
	.footer_information .footer_info .footer_logo {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
	
	.footer_logo .footer_sns ul {
	    display: flex;
	    justify-content: space-around;
	}
	
	.footer_logo .footer_sns ul li a {
	    display: block;
	    width: 25px;
	    height: 25px;
	}
	
	.footer_sns01 {
	    background: url(../../../images/web/yesbit/footer/insta.png?2.003) no-repeat center;
	    background-size: contain;
	    width: 25px;
	    height: 25px;
	}
	
	.footer_sns02 {
	    background: url(../../../images/web/yesbit/footer/youtube.png?2.003) no-repeat center;
	    background-size: contain;
	    width: 25px;
	    height: 25px;
	}
	
	.footer_sns03 {
	    background: url(../../../images/web/yesbit/footer/telegram.png?2.003) no-repeat center;
	    background-size: contain;
	    width: 25px;
	    height: 25px;
	}





/* rcs 서비스 안내 */ /* 2022-07-06 RJH */

    /* rcs 서비스 상단이미지 시작 */
    .rcs_service_main {
        background: url(../../../images/web/rcs/rcs_main.jpg?2.003)no-repeat center;
        background-size: cover;
        height: 260px;
        padding: 40px;
        box-sizing: border-box;
    }

    .rcs_service_main > h2 {
        color: #fff;
        font-size: 46px;
        letter-spacing: 4px;
        font-weight: inherit;
    }

    .rcs_service_main > h2 > span {
        letter-spacing: 10px;
    }

    .rcs_service_main > p {
        color: rgb(221, 221, 221);
        font-size: 22px;
        margin-top: 10px;
    }
    /* rcs 서비스 상단이미지 종료 */


    /* 브랜드홈 시작 */
    .rcs_service_warp {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 120px !important;
        text-align: center;
    }

    .rcs_service_warp > h2 {
        font-size: 46px;
    }

    .rcs_service_warp > h2 > span {
        font-size: 30px;
        line-height: 60px;
    }

    .rcs_titleclass {
        position: relative;
    }

    .rcs_titleclass::before {
        display: inline-block;
        content: "";
        width: 50px;
        height: 2px;
        position: relative;
        top: 10px;
        background-color: #000000;
    }

    .rcs_service_warp > p {
        font-size: 20px;
        margin-top: 30px;
        color: #4b4b4b;
    }

    .rcs_service_warp .rc_ser_cont {
        margin-top: 60px;
    }

    .rc_ser_phone {
        display: flex;
        justify-content: space-between;
    }

    .rc_cont_bgphone {
        background: url(../../../images/web/rcs/rcs_phone.png?2.003)no-repeat;
        background-size: contain;
        width: 550px;
        height: 587px;
    }

    .rc_cont_bgtext {
        width: 49%;
        box-sizing: border-box;
    }

    .rc_cont_bgtext > ul {
        display: flex;
        text-align: left;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        padding: 80px 0 0 0;
        box-sizing: border-box;
    }

    .rc_cont_bgtext ul li {
        font-size: 18px;
    }

    .bgtext_li .bgtext_li_title {
        font-size: 20px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 10px;
    }

    .bgtext_li .bgtext_li_title::before {
        content: '';
        padding-right: 4px;
        height: 18px;
        background: #e20001;
        position: absolute;
        bottom: 5px;
        left: 0;
    }

    .bgtext_li_chart > ul {
        display: flex;
        text-align: center;
        margin-bottom: 2px;
    }

    .bgtext_li_chart .chart_title {
        background: #cfd5ea;
        width: 13%;
        font-size: 13px;
        padding: 14px 0;
    }

    .bgtext_li_chart .chart_sub {
        background: #e9ebf5;
        width: 37%;
        font-size: 13px;
        padding: 14px 0;
    }

    .chart_sub_counts {
        margin-right: 2px;
    }
    /* 브랜드홈 종료 */



    /* RCS 템플릿 시작*/
    .rc_temple_cont > ul {
        display: flex;
        justify-content: space-between;
    }

    .rc_temple_cont .rc_temple_li {
        width: 31%;
        background-color: #f5f5f5;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .rc_temple_cont .rc_temple_li .rc_temple_title {
        font-size: 20px;
        padding: 20px 0;
        background-color: #3b7cf2;
        color: #fff;
    }

    .rc_temple_cont .rc_temple_li .rc_temple_sub {
        font-size: 16px;
        padding: 20px 40px 10px 40px;
        text-align: left;
        height: 20%;
    }

    .rc_temple_bgimg {
        height: 320px;
        box-sizing: border-box;
        margin: 10px 20px 0 20px;
    }

    .rc_temple_bgimg01 {
        background: url(../../../images/web/rcs/rcs_temple01.png?2.003)no-repeat;
        background-size: cover;
    }

    .rc_temple_bgimg02 {
        background: url(../../../images/web/rcs/rcs_temple02.png?2.003)no-repeat;
        background-size: cover;
    }

    .rc_temple_bgimg03 {
        background: url(../../../images/web/rcs/rcs_temple03.png?2.003)no-repeat;
        background-size: cover;
    }
    /* RCS 템플릿 종료 */


    /* RCS 요금안내 시작*/
    .rc_price_cont > ul {
        display: flex;
        justify-content: space-between;
    }

    .rc_price_li {
        width: 20%;
        margin-right: 20px;
    }

    .rc_price_lidir {
        width: 40%;
        margin-right: 0;
    }

    .rc_price_li .rc_price_title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .rc_price_li .rc_price_title ul {
        box-sizing: border-box;
        padding: 5px;
    }

    .rc_price_title .price_title_fr1 {
        height: 50px;
        background-color: #3b7cf2;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .price_title_fr1 div:nth-of-type(1) {
        font-size: 20px;
    }

    .price_title_fr1 div:nth-of-type(2) {
        font-size: 14px;
        color: #ddd;
    }

    .rc_price_title li:nth-of-type(2) {
        background: #e9ebf5;
        padding: 14px 0;
        font-size: 16px;
    }

    .rc_price_bgimg {
        height: 300px;
        box-sizing: border-box;
    }

    .price_bgimg01 {
        background: url(../../../images/web/rcs/rcs_price01.png?2.003)no-repeat;
        background-size: contain;
        background-position: center;
    }

    .price_bgimg02 {
        background: url(../../../images/web/rcs/rcs_price02.png?2.003)no-repeat;
        background-size: contain;
        background-position: center;
    }

    .price_bgimg03 {
        background: url(../../../images/web/rcs/rcs_price03.png?2.003)no-repeat;
        background-size: contain;
        background-position: center;
    }

    .price_bgimg04 {
        background: url(../../../images/web/rcs/rcs_price04.png?2.003)no-repeat;
        background-size: contain;
        background-position: center;
    }
    /* RCS 요금안내 종료 */



    /* RCS 서비스 특징 시작*/
    .rcs_charact_maincont {
        margin-bottom: 50px;
    }

    .rcs_charact_maincont ul {
        display: flex;
        justify-content: space-between;
    }

    .rcs_charact_maincont ul li {
        background-color: #f5f5f5;
        margin-right: 20px;
        padding: 40px;
        width: 30%;
        border-radius: 30px;
        border: 1px solid #ebebeb;
    }

    .rcs_charact_maincont ul li:last-child {
        margin-right: 0;
    }

    .rcs_charact_maincont .charact_main_bgimg {
        height: 160px;
        width: 160px;
        box-sizing: border-box;
        border-radius: 50%;
        margin: 0 auto;
    }

    .charact_main_bgimg.chr_bgimg01 {
        background: url(../../../images/web/rcs/charset01.png?2.003)no-repeat center;
        background-size: contain;
        background-color: #ddd;
    }

    .charact_main_bgimg.chr_bgimg02 {
        background: url(../../../images/web/rcs/charset02.png?2.003)no-repeat center;
        background-size: contain;
        background-color: #ddd;
    }

    .charact_main_bgimg.chr_bgimg03 {
        background: url(../../../images/web/rcs/charset03.png?2.003)no-repeat center;
        background-size: contain;
        background-color: #ddd;
    }

    .rcs_charact_maincont .charact_main_title {
        font-size: 20px;
        color: #2958ac;
        letter-spacing: -0.9px;
        margin: 30px 0 10px 0;
    }

    .rcs_charact_maincont .charact_main_sub {
        font-size: 16px;
        letter-spacing: -0.9px;
    }

    .rcs_charact_cell ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }

    .rcs_charact_cell ul li {
        margin-right: 3px;
        padding: 10px;
        line-height: 30px;
    }

    .rcs_charact_cell ul li:nth-of-type(1) {
        width: 20%;
    }

    .rcs_charact_cell ul li:nth-of-type(2) {
        width: 30%;
    }

    .rcs_charact_cell ul li:nth-of-type(3) {
        width: 50%;
        margin-right: 0;
    }

    .charact_cell_title > li {
        background-color: #3b7cf2;
        color: #fff;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .charact_cell_sub01 > li {
        background-color: #cfd5ea;
        margin-bottom: 3px;
    }

    .charact_cell_sub02 > li {
        background-color: #e9ebf5;
        margin-bottom: 3px;
    }

    .rcs_charact_ios {
        font-size: 16px;
        color: #444;
        margin-top: 30px;
    }
    /* RCS 서비스 특징 종료*/


    /* RCS 비즈메시지 이용절차 시작 */
    .rcs_join_cont .rcs_join_use ul {
        display: flex;
        justify-content: space-between;
        transition: 0.5s;
        overflow: hidden;
    }

    .rcs_join_cont .rcs_join_use ul:first-child {
        margin-bottom: 40px;
    }

    .rcs_join_use ul li {
        width: 48%;
        transition: all 0.5s;
        font-size: 16px;
        position: relative;
        height: 160px;
        margin-top: 100px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #ebebeb;
        background: #f5f5f5;
    }

    .join_use_title01 {
        width: 140px;
        height: 140px;
        background-color: #3173d9;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -100px;
        left: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        box-shadow: 1px 2px 6px #a8a8a8;
    }

    .join_use_title02 {
        font-size: 20px;
    }

    .join_use_title02.use_title02_margin {
        margin-bottom: 10px;
    }


    .join_use_title01 > span {
        margin-top: 20px;
        font-size: 15px;
        color: #fff;
        position: relative;
    }

    .join_use_title01 > span::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 30%;
        height: 1px;
        top: -10px;
        left: 50%;
        margin-bottom: 5px;
        transform: translate(-50%, -50%);
    }

    .join_use_title03 a {
        position: relative;
        background: #444;
        color: #fff;
        padding: 5px 40px 5px 20px;
        border-radius: 5px;
        font-size: 16px;
        display: inline-block;
    }

    .join_use_title03 a::after {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        right: 22px;
        top: 12px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
        transition: 0.5s;
    }

    .join_use_title03 a:hover {
        background: #3173d9;
        transition: all 0.2s ease;
    }
    /* RCS 비즈메시지 이용절차 종료 */
    
/* rcs 서비스 안내 종료*/





	/* RCS PC 관리 시작 */
	
	#rcsSend .message_box_second {
		padding:30px 20px 40px 20px !important;
	}
	
	.message_box_rcsfirst {
		padding: 0 20px;
		display: flex;
		justify-content: flex-end;
	}
	
	.rcs_guide_btn {
	    background: #444;
	    text-align: center;
	    cursor: pointer;
	    padding: 0px 20px;
	    border-radius: 5px;
	    font-size: 16px;
	    height: 30px;
	    line-height: 30px;
	}
	
	.rcs_guide_btn::before {
	    content: "\f02d";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 600;
	    margin-right: 5px;
	    color: #fff;
	}
	
	.rcs_guide_btn a {
	    color: #fff;
	}
	
	
	.rcs_btn_plus > button {
	    height: 30px;
	    vertical-align: middle;
	    font-size: 16px;
	    margin-right: 10px;
	}
	
	/* RCS 버튼추가 */
	
	.rcs_btn_popup {
	    width: 860px;
	  	background: #fff;
	  	padding: 20px;
	}
	
	
	
	.rcs_btn_chuga {
	    display: flex;
	    flex-direction: row-reverse;
        margin-top: 20px;
	}
	
	.rcs_btn_chuga button {
	    padding: 2px 10px;
	    height: 30px;
	    background: #5f7ea3;
	    color: #fff;
	    text-align: center;
	}
	
	.rcs_button_text {
	    margin: 10px 0;
	    border-top: 1px solid #444;
	    border-bottom: 1px solid #dbdbdb;
	    background: #f5f5f5;
	    
	}
	
	.rcs_button_text ul {
	    display: flex;
	    justify-content: space-between;
	    text-align: center;
	    height: 50px;
	    align-items: center;
	}
	
	.rcs_button_all ul li {
	    margin: 0 5px;
	    position: relative;
	    text-align: center;
	}
	
	.rcs_btntitle_01 {
	    width: 10%;
	}
	
	.rcs_btntitle_02 {
	    width: 20%;
	}
	
	.rcs_btntitle_03 {
	    width: 20%;
	}
	
	.rcs_btntitle_04 {
	    width: 45%;
	}
	
	.rcs_btntitle_05 {
	    width: 5%;
	}
	
	.rcs_button_btn ul {
	    display: flex;
	    justify-content: space-between;
	    align-items: baseline;
	    margin: 10px 0;
	}
	
	.rcs_inputbox > input {
	    border: 1px solid #ddd;
	    width: 100%;
	    padding: 0 10px;
	    height: 34px;
	    vertical-align: middle;
	    box-sizing: border-box;
	    background: #fff;
	    border-radius: 8px;
	}



	.rcs_chuga_inbox {
	    margin-bottom: 8px;
	}
	
	.rcs_btn_cells {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	
	.btn_cells01 {
	    width: 49%;
	}
	
	.btn_cells02 {
	    width: 49%;
	}
	
	.btn_cells03 {
	    width: 100%;
	}
	
	.btn_cells04 {
	    width: 100%;
	}	
	
	.rcs_btntitle_05 > button {
	        padding: 2px 10px;
	        height: 34px;
	        background: #444;
	        color: #fff;
	        text-align: center;
	        border-radius: 8px;
	        font-size: 12px;
	}
	
	.rcs_btntitle_02 select {
	        font: 14px 'NEXON Lv2 Gothic', sans-serif;
	        font-weight: normal;
	        border: 1px solid #ddd;
	        height: 34px;
	        padding-left: 10px;
	        width: 100%;
	        box-sizing: border-box;
	        background: #fff;
	        border-radius: 8px;
	        position: relative;
	}
	
	.rcs_btntitle_02_rev {
	    position: relative;
	}
	
	.rcs_btntitle_02 .rc_sect_btn {
	        position: absolute;
	        top: 14px;
	        right: 4px;
	        display: block;
	        z-index: 99;
	}
	
	.rcs_btntitle_02 .rc_sect_btn::before {
	    position: absolute;
	    top: 0px;
	    right: 8px;
	    width: 1px;
	    height: 6px;
	    content: '';
	    display: inline-block;
	    background-color: #6e6e6e;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	
	.rcs_btntitle_02 .rc_sect_btn::after {
	    position: absolute;
	    top: 0px;
	    right: 12px;
	    width: 1px;
	    height: 6px;
	    content: '';
	    display: inline-block;
	    background-color: #6e6e6e;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}


	/* RCS PC 관리 종료 */
  
  /* 문자보내기 팝업창 */
  	/* 기업회원 서류 확인 팝업 */
  
  	.reply_company .popup_tit .re_compa_tit span:nth-child(1) {
	    width: 28px;
	    height: 28px;
	    background: url(../../../images/web/icon/reply_company.png?2.003) no-repeat center/contain;
	    display: inline-block;
	    margin-right: 5px;
	}

	.reply_company .popup_tit .re_compa_tit span:nth-child(2) {
	    color: #e20001;
	}
	
	.re_compacont {
	    border-top: 1px solid #888;
	}
	
	.re_compacont .re_compa_txt01 {
	    text-align: center;
	    font-size: 18px;
	    font-weight: 600;
	    margin: 20px 0;
	    line-height: 2;
	}
	
	.re_compacont .re_compa_txt01 em {
	    font-size: 16px;
	    font-weight: 400;
	    color: #fff;
	    padding: 3px 12px;
	    background: #004eff;
	    border-radius: 5px;
	}
	
	.re_compa_document > p {
	    font-size: 16px;
	    margin-bottom: 10px;
	}   
	
	.re_compa_document .compa_doccont {
	    border: 1px solid #333;
	    border-radius: 10px;
	    padding: 20px 30px;
	}
	
	.re_compa_document .compa_doccont > div {
	    margin-bottom: 20px;
	}
	
	.re_compa_document .compa_doccont > div:last-child {
	    margin-bottom: 0;
	}
	
	.re_compa_document .compa_doccont > div > p {
	    font-size: 18px;
	    font-weight: 600;
	    margin-bottom: 6px;
	}
	
	.re_compa_document .compa_doccont > div > ul {
	    padding-left: 30px;
	    font-size: 16px;
	    font-weight: 300;
	    line-height: 2;
	}
	
	.re_compa_document .compa_doccont .compa_corporation ul li:last-child {
	    font-size: 14px;
	    color: #4e4e4e;
	}
  
  	/* 기업회원 서류 확인 팝업 종료 */
  
  
	
	/* 2022-11-21 */
	/* 회원가입 페이지 */
	/* 기업회원가입 제출서류 안내 */
	
	.joinwrap_all2 {display: none;}
	
	.document_join {
	    margin-bottom: 30px;
	}	
	
	.document_join .doc_tit_join {
	    font-size: 20px;
	    line-height: 32px;
	    padding: 0 40px;
	    margin-bottom: 20px;
	}
	
	.document_join .doc_tit_join strong {
	    color: #e20001;
	    font-weight: 600;
	}
	
	.document_join .doc_tit_join em {
	    font-size: 16px;
	    font-weight: normal;
	    background: #004eff;
	    color: #fff;
	    padding: 5px 10px;
	    border-radius: 5px;
	}
	
	.document_join .doc_cont_join {
	    background: #f5f5f5;
	    border-radius: 10px;
	    padding: 30px 60px;
	}
	
	.document_join ul {
	    display: flex;
	    justify-content: space-between;
	    transition: all 0.4s;
	}
	
	.document_join ul .doc_cont_li01 h3 {
	    font-size: 22px;
	    color: #e20001;
	    margin-bottom: 10px;
	}
	
	.document_join ul .doc_cont_li01 div {
	    font-size: 15px;
	    font-weight: 300;
	    color: #333;
	    letter-spacing: -0.025em;
	}
	
	.document_join ul .doc_cont_li02 {
	    display: flex;
	}
	
	.document_join ul .doc_cont_li02 div:first-child {
	    margin-right: 80px;
	}
	
	.document_join ul .doc_cont_li02 p {
	    font-size: 18px;
	    font-weight: 600;
	    margin-bottom: 10px;
	}
	
	.document_join ul .doc_cont_li02 span {
	    font-size: 16px;
	    font-weight: 300;
	}
	
	.document_join ul .doc_cont_li02 .cont_li02_span {
	    margin-right: 20px;
	}  

/* 회사소개 시작 */
/* company_introduce */

.company_introduce {
    max-width: 1200px;
    margin: 0 auto;
}

.company_introduce > div  {
    height: 700px;
    margin-bottom: 200px;
}



/* 탑메인 */
.top_company {
    background: url(../../../images/web/design_skin_navy/introduce/top_main/top_img01.png?2.003) no-repeat;
    background-position: bottom left;
}

.top_company .top_comp_cont {
    max-width: 50%;
    height: 100%;
    text-align: left;
    float: right;
}

.top_company .top_comp_cont .top_comp_text {
    font-size: 24px;
    color: #191919;
    letter-spacing: -0.025em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.top_company .top_comp_cont .top_comp_text span {
    line-height: 40px;
    margin-bottom: 50px;
}

.top_company .top_comp_cont .top_comp_text .top_comp_logo {
    background: url(../../../images/web/design_skin_navy/introduce/top_main/logo.png?2.003) no-repeat center/contain;
    width: 157px;
    height: 46px;
    margin-bottom: 20px;
}


/* Service */

.service_company .service_comp_cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_company .service_comp_cont .service_text {
    width: 50%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    box-sizing: border-box;
}

.service_company .service_comp_cont .service_text h2 {
    position: relative;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.service_company .service_comp_cont .service_text h2::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #195b98;
    bottom: 0;
    left: 0;
}

.service_company .service_comp_cont .service_text .service_textTab {
    z-index: 100;
}

.service_company .service_comp_cont .service_text .service_textTab .textTab_subicon {
    background-size: contain;
    width: 70px;
    height: 70px;
    margin-right: 50px;
}

.service_company .service_comp_cont .service_text .service_textTab .textTab_subicon.textTab_subicon01 {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_icon01.png?2.003) no-repeat center/contain;
}

.service_company .service_comp_cont .service_text .service_textTab .textTab_subicon.textTab_subicon02 {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_icon02.png?2.003) no-repeat center/contain;
}

.service_company .service_comp_cont .service_text .service_textTab .textTab_subicon.textTab_subicon03 {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_icon03.png?2.003) no-repeat center/contain;
}

.service_company .service_comp_cont .service_text .service_textTab ul li {
    width: 600px;
    display: flex;
    align-items: center;
    font-size: 22px;
    letter-spacing: -0.02em;
    padding: 45px;
    border-radius: 10px;
}

.service_company .service_comp_cont .service_text .service_textTab .textTab_subtxt {
    display: flex;
    flex-direction: column;
}

.service_company .service_comp_cont .service_text .service_textTab .textTab_subtxt span:last-child {
    font-size: 28px;
    font-weight: 700;
    padding-top: 10px;
}

.service_company .service_comp_cont .service_imgs {
    width: 50%;
}

.service_company .service_comp_cont .service_imgs ul li {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.service_company .service_comp_cont .service_imgs ul li:nth-of-type(1) {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_imgslider01.png?2.003) no-repeat center/contain;
}

.service_company .service_comp_cont .service_imgs ul li:nth-of-type(2) {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_imgslider02.png?2.003) no-repeat center/contain;
}

.service_company .service_comp_cont .service_imgs ul li:nth-of-type(3) {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_imgslider03.png?2.003) no-repeat center/contain;
}

.service_textTab li.on .textTab_subicon.textTab_subicon01 {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_icon01_over.png?2.003) no-repeat center/contain !important;
}

.service_textTab li.on .textTab_subicon.textTab_subicon02 {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_icon02_over.png?2.003) no-repeat center/contain !important;
}

.service_textTab li.on .textTab_subicon.textTab_subicon03 {
    background: url(../../../images/web/design_skin_navy/introduce/service/ser_icon03_over.png?2.003) no-repeat center/contain !important;
}

.service_textTab li.on {
    background: #195b98;
    color: #fff;
    transition: all 0.4s;
    cursor: pointer;
    box-shadow: 1px 1px 25px 5px rgb(0 0 0 / 20%);
}

.service_imgs li {
    display: none;
}

.service_imgs li.on {
    display: block;
}



/* technology */
.technology_company .technology_comp_cont .technology_text {
    text-align: center;
}

.technology_company .technology_comp_cont .technology_text h2 {
    position: relative;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.technology_company .technology_comp_cont .technology_text h2::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #195b98;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.technology_company .technology_comp_cont .technology_text .technology_textTab ul {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.technology_company .technology_comp_cont .technology_text .technology_textTab ul li {
    width: 31%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding: 20px 0;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
}

.technology_textTab ul li span:first-child {
    width: 50px;
    height: 50px;
    padding-right: 20px;
}

.technology_textTab ul li span.textTab_icon01 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_icon01.png?2.003) no-repeat left/contain;
}

.technology_textTab ul li span.textTab_icon02 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_icon02.png?2.003) no-repeat left/contain;
}

.technology_textTab ul li span.textTab_icon03 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_icon03.png?2.003) no-repeat left/contain;
}

.technology_company .technology_comp_cont .technology_text .technology_textTab ul li.on .textTab_icon01 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_icon01_over.png?2.003) no-repeat left/contain;
}

.technology_company .technology_comp_cont .technology_text .technology_textTab ul li.on .textTab_icon02 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_icon02_over.png?2.003) no-repeat left/contain;
}

.technology_company .technology_comp_cont .technology_text .technology_textTab ul li.on .textTab_icon03 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_icon03_over.png?2.003) no-repeat left/contain;
}

.technology_contents {
    margin-top: 50px;
}

.technology_contents > div {
    display: none;
}

.technology_contents>div.on {
    display: block;
}

.technology_company .technology_comp_cont .technology_text .technology_textTab ul li.on {
    background: #195b98;
    color: #fff;
    transition: all 0.4s;
    cursor: pointer;
}

.technology_contents .technology_cont {
    display: flex;
}

.technology_contents .technology_cont .technology_imgs {
    flex-shrink: 0;
    width: 660px;
    height: 440px;
}

.technology_contents .technology_cont .technology_imgs.tech_imgs01 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_imgslider01.png?2.003) no-repeat center/contain;
}

.technology_contents .technology_cont .technology_imgs.tech_imgs02 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_imgslider02.png?2.003) no-repeat center/contain;
}

.technology_contents .technology_cont .technology_imgs.tech_imgs03 {
    background: url(../../../images/web/design_skin_navy/introduce/Technology/tec_imgslider03.png?2.003) no-repeat center/contain;
}

.technology_contents .technology_cont .technology_txt {
    flex-grow: 1;
    width: 100%;
}

.technology_contents .technology_cont .technology_txt ul {
    height: 100%;
    padding: 30px 0;
    margin-left: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    letter-spacing: -0.025em;
}

.technology_txt ul li:nth-of-type(1) {
    font-size: 14px;
    padding: 8px 20px;
    background: #f5f5f5;
    border-radius: 14px;
    width: fit-content;
    display: table; /* 익스 fit-content 대체용 */
    margin-bottom: 20px;
}

.technology_txt ul li:nth-of-type(2) {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 30px;
}

.technology_txt ul li:nth-of-type(3) {
    font-size: 18px;
    line-height: 26px;
    height: 100%;
}

.technology_txt ul li:nth-of-type(4) a {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 30px;
    border: 1px solid #191919;
    border-radius: 50px;
    display: inline-block;
}

.technology_txt ul li:nth-of-type(4) a:hover {
    background: #195b98;
    color: #fff;
    transition: all 0.4s;
    border: 1px solid transparent;
}


/* business */
.business_company {
    height: 500px !important;
}

.business_company .business_comp_cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business_company .business_comp_cont .business_text {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 50px 40px 0;
    box-sizing: border-box;
}

.business_company .business_comp_cont .business_text h2 {
    position: relative;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.business_company .business_comp_cont .business_text h2::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #195b98;
    bottom: 0;
    left: 0;
}

.business_text .business_text_contents div:first-child {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.025em;
    margin-bottom: 40px;
}

.business_text .business_text_contents div:last-child {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.025em;
}

.business_company .business_comp_cont .business_icons {
    width: 50%;
    height: 100%;
}

.business_company .business_comp_cont .business_icons ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.business_company .business_comp_cont .business_icons ul li {
    width: 30%;
    text-align: center;
    background: #f5f5f5;
    padding: 25px 0;
    border-radius: 20px;
    border: 1px solid transparent;
}

.business_company .business_comp_cont .business_icons ul li:hover {
    background: #fff;
    border: 1px solid #191919;
    transition: all 0.4s;
}

.business_company .business_comp_cont .business_icons ul li div:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.business_icons .business_icons_cont {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.business_icons .business_icons_cont.business_icons01 {
    background: url(../../../images/web/design_skin_navy/introduce/business/com_icon01_ho.png?2.003) no-repeat center/100%;
}

.business_icons .business_icons_cont.business_icons02 {
    background: url(../../../images/web/design_skin_navy/introduce/business/com_icon02_ho.png?2.003) no-repeat center/100%;
}

.business_icons .business_icons_cont.business_icons03 {
    background: url(../../../images/web/design_skin_navy/introduce/business/com_icon03_ho.png?2.003) no-repeat center/100%;
}

.business_icons .business_icons_cont.business_icons04 {
    background: url(../../../images/web/design_skin_navy/introduce/business/com_icon04_ho.png?2.003) no-repeat center/100%;
}

.business_icons .business_icons_cont.business_icons05 {
    background: url(../../../images/web/design_skin_navy/introduce/business/com_icon05_ho.png?2.003) no-repeat center/100%;
}

.business_icons .business_icons_cont.business_icons06 {
    background: url(../../../images/web/design_skin_navy/introduce/business/com_icon06_ho.png?2.003) no-repeat center/100%;
}

.business_company .business_comp_cont .business_icons ul li div:nth-of-type(3) {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #666;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

/* 회사소개 종료*/
/* company_introduce 종료*/    
  
  
  
  
  
  


