/* style.jsp */







@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap');
/* 2022/07/25 */

	#main {
		position:relative;
		width:100%;
		transition: .5s;
	}
/* 메인 슬라이더 시작*/
	.main_slider {
	    position: relative;
	    width: 100%;
	    height: 560px;
	    transition: all 0.5s;
	    padding: 0 20px;
	    box-sizing: border-box;
	    z-index:2;
	}
	.bx-wrapper {
		padding-top:150px;
	}
	.main_slider>ul>li {
	    width: 100%;
	    height: 560px;
	    outline: none;
	}	
	.main_slider .slider > li {
		box-sizing: border-box;
	}
	.main_slider .slider_wrap {
	    height: 560px;
	    position: relative;
	    width: 80%;
	    max-width: 1100px;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}	
	.main_visual_01 {
	    color: #333333;
	    width: 58%;
	}
	.main_visual_01 li:nth-of-type(1), .main_visual_01 li:nth-of-type(2), .main_visual_01 li:nth-of-type(3) {
	    font-family: 'Pretendard';
	    word-break: keep-all;
	}
	.main_visual_01 li:nth-of-type(1) {
	    font-size: 1.5vw;
	    font-weight:700;
	    margin-bottom: 10px;
	    letter-spacing: -1px;
	    
	}	
	.main_visual_01 li:nth-of-type(2) {
	    font-size: 50px;
	    font-weight:700;
	    line-height: 58px;
	    margin-bottom: 30px;
	    letter-spacing: -1px;
	}	
	.main_visual_01 li:nth-of-type(3) {
	    font-size: 20px;
	    font-weight:600;
	}	
	.vi_text_checonttents>div {
	    margin-bottom: 10px;
	}	
	.vi_text_checonttents div:before {
		content:'';
		display:inline-block;
		vertical-align:top;
		width:22px;
		height:20px;
		margin-right:8px;
		background:url(/resources/images/web/sevenMunja/icon_check.png?2.003) no-repeat center;
	}
	/*
	.vi_text_chek01::before {
	    content: "\f058";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 500;
	    margin-right: 5px;
	    color: #ffee00;
	}
	
	.vi_text_chek02::before {
	    content: "\f14a";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 500;
	    margin-right: 5px;
	    color: #ffee00;
	}
	
	.vi_text_chek03::before {
	    content: "\f0c7";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 500;
	    margin-right: 5px;
	    color: #ffee00;
	}
	
	.vi_text_chek04.vichek01::before {
	    content: "\f021";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 600;
	    margin-right: 5px;
	    color: #ffee00;
	}
	
	.vi_text_chek04.vichek02::before {
	    content: "\f095";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 600;
	    margin-right: 5px;
	    color: #ffee00;
	}
	
	.vi_text_chek04.vichek03::before {
	    content: "\f4fe";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 600;
	    margin-right: 5px;
	    color: #ffee00;
	}
	*/
	.main_visual_01 li:nth-of-type(4) a {
	    font-size: 16px;
	    font-weight: 300;
	    color: #fff;
	    border: 1px solid #fff;
	    padding: 6px 20px;
	    border-radius: 20px;
	}
	
	.main_visual_01 li:nth-of-type(4) a:hover {
	    background-color: #fff;
	    color: #3c557c;
	    font-weight: 400;
	    transition: all 0.2s ease-in;
	}
	
	/* 메인 슬라이더 이미지 시작 */
	.main_visual_02 {
		position:absolute;
		right:0;
	    height: 100%;
	    width: 60%;	
	    max-width: 590px;	
	}
	
	.main_visualcont01,
	.main_visualcont01:before,
	.main_visualcont02,
	.main_visualcont02:before,
	.main_visualcont03,
	.main_visualcont03:before,
	.main_visualcont04,
	.main_visualcont04:before {
	    background-size: contain;
	    background-repeat: no-repeat;
   		background-position: center right;
   		background-color: transparent !important;
	}	
	.main_visualcont01 {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_bg01.png?2.003);
	}
	.main_visualcont01:before {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_img01.png?2.003);
	}	
	.main_visualcont02 {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_bg02.png?2.003);
	}
	.main_visualcont02:before {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_img02.png?2.003);
	}	
	.main_visualcont03 {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_bg03.png?2.003);
	}
	.main_visualcont03:before {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_img03.png?2.003);
	}	
	.main_visualcont04 {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_bg04.png?2.003);
	}
	.main_visualcont04:before {
	    background-image: url(/resources/images/web/sevenMunja/main_visual_img04.png?2.003);
	}
	
	li[aria-hidden="false"] {
   		color: red;
	}
	li .main_visual_02:before {
		content: '';
	    position: absolute;
	    bottom: -20px;
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    transition: .5s ease;
	    transition-delay: 1.5s;
	}
	li[aria-hidden="false"] .main_visual_02:before {
		opacity:1;
		bottom:0;
	}
	/* 메인 슬라이더 이미지 종료 */
	
	/* 메인 슬라이더 bx-pager*/
	.main_slider .bx-controls {
		position:relative;
		padding: 0 20px;
	    max-width: 1150px;
	    width:85%;
	    line-height:23px;
	    box-sizing:border-box;
	    margin: -110px auto;
	}
	.main_slider .bx-controls div {
		display:inline-block;
	}
	.main_slider .bx-controls .bx-controls-auto {
	    position: absolute;
	    left: 150px;
	}
	.main_slider .bx-controls-direction {
		position: absolute;
		left:220px;
	}
	.main_slider .bx-controls bx-pager {
		float:left;
	}
	.bx-prev,.bx-next,.bx-start,.bx-stop {	    
		background: url(/resources/images/web/sevenMunja/icon_slide_controls.png?2.003) no-repeat left center;
	    text-indent: -99999px;
	    display: inline-block;
	    margin:0 10px;
   	    width: 10px;
	    height: 23px;
	    opacity: 0.5;
	}
	.bx-controls .active {
		opacity:1;
	}
	.bx-prev {
        background-position: 0px 2px;    
	}	
	.bx-next {
        background-position: -10px 2px;
	}
	.bx-start {
		background-position: -20px 2px;
	}
	.bx-stop {
		background-position: -30px 2px;	
	}
	.bx-pager-item a {
		font-size: 0;
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    background: #333;
	    border-radius: 8px;
	    margin: 7px 10px;
	    opacity: .5;		
	}
	.bx-controls-direction a:hover {
	    opacity: 1;
	    transition: all 0.3s ease;
	}
	
	.bx-pager-item a > div {
	    overflow: hidden;
	    position: relative;
	    top: -35px;
	    left: -12px;
	    width: 34px;
	    height: 34px;
	    border-radius: 34px;
	    background-color: transparent;
	}
	.bx-pager-item a > div > div:nth-child(2),.bx-pager-item a > div > div:nth-child(3) {
	    position: absolute;
	    top: 0;
	    left:0;
	    width: 34px;
	    height: 34px;
	    border-radius: 34px;
	    clip: rect(0px,34px,34px,17px);
	}
	.bx-pager-item a.active > div > div:nth-child(1) {
	    width: 30px;
	    height: 30px;
	    border-radius: 100%;
	}
	.bx-pager-item a > div > div span {
		overflow: hidden;
	    position: absolute;
	    left: 0;
	    width: 30px;
	    height: 30px;
	    border-radius: 30px;
	    border: 2px solid #999999;
	    clip: rect(0px,17px,34px,0px);
	}
	.bx-pager-item a.active > div > div:nth-child(2) span {    
		-webkit-animation-name: circle_round;
	    -webkit-animation-duration: 3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-fill-mode: forwards;
	}
	.bx-pager-item a > div > div:nth-child(3) {		
	    -webkit-transform: rotate(180deg);
    	transform: rotate(180deg);
	}
	.bx-pager-item a.active > div > div:nth-child(3) span {
	    -webkit-animation-name: circle_round;
	    -webkit-animation-duration: 3s;
	    -webkit-animation-delay: 3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-fill-mode: forwards;
	}

@-webkit-keyframes circle_round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
	
	/* 메인 슬라이더 bx-pager 종료 */


	/* 메인 무비 시작 */
	.movie_wrap { 
	    position: fixed;
	    max-width: 1260px;
	    width: calc(100% - 180px);
	    padding: 0 20px;
	    margin: 0 auto;
	    top: 1020px;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    box-sizing: border-box;
	    transition: .5s;
	    z-index: 1;
    }
    
	.sevenmunja_info {
	    height: 100%;
	    max-height: 700px;
	    border-radius: 50px;
	    background: url(/resources/images/web/main_visual_bg.jpg?2.003) no-repeat center;
	    background-size: cover;
	    border: 20px solid #fff;
	    box-shadow: 5px 5px 10px 3px rgba(0,0,0,.3);
	    transition: .5s;
	    overflow: hidden;
	}
    
    .sevenmunja_cont {
	    position: fixed;
	    width: calc(100% - 40px);
	    height: 100%;
	    color: #fff;
	    display: flex;
	    padding: 5% 0;
	    box-sizing: border-box;
	    align-items: flex-end;
    }
    
    .sevenmunja_cont .img_tropi {
    	width: 35%;
    	height: 100%;
    	background: url(/resources/images/web/main_visual_tropi.png?2.003) no-repeat center;
    	background-size: contain;
    	top: 30px;
    }
    
    .sevenmunja_text_box {
    	width: 65%;
    	font-family: 'TmonMonsori';
    	color: #e29b48;
    }
    
    .sevenmunja_text_box h3 {
  		font-size: 30px;
  		margin-bottom: 20px;
	}
	.sevenmunja_text_box h3 span:last-child {
	    padding-right: 0;
	}
	.sevenmunja_text_box h3 span {
	    font-size: 42px;
	    vertical-align: bottom;
	    padding: 0 15px 0 5px;
	}
	
	.sevenmunja_text_box p {
		font-size: 28px;
	}
	
	.sevenmunja_text_box p span {
		position: relative;
	    top: -2px;
	    left: 3px;
		font-size: 18px;
	    vertical-align: bottom;
	}
	
	.sevenmunja_text_box p:nth-child(3) {
		margin-bottom: 40px;
	}
	
	.sevenmunja_text_box .service_case {
		display: flex;
   		justify-content: flex-start;
   		gap: 3%;
   		margin-bottom: 30px;
	}
	
	.sevenmunja_text_box .service_case li {
	    font-size: 30px;
	    width: 26%;
	    min-width: 156px;
	    min-height: 105px;
	    color: #e29b48;
	    text-align: center;
	    background: url(/resources/images/web/main_visual_laurel_l.png?2.003)no-repeat left, url(/resources/images/web/main_visual_laurel_r.png?2.003)no-repeat right;
	    background-size: contain;
	    font-family: 'TmonMonsori';
	}
	
	.sevenmunja_text_box .service_case li:nth-child(3) {
		width: 32%;
		min-width:200px;
	}
	
	.sevenmunja_text_box .service_case li:nth-child(1):after,
	.sevenmunja_text_box .service_case li:nth-child(2):after,
	.sevenmunja_text_box .service_case li:nth-child(3):after {
	    font: 10px 'S-CoreDream-4Regular', 'NanumGothic', sans-serif;
	    width: 70px;
	    display: inline-block;
	    line-height: 12px;
	}
	.sevenmunja_text_box .service_case li:nth-child(1):after {
	    content: 'Oneshot Service SMS';
	}
	
	.sevenmunja_text_box .service_case li:nth-child(2):after {
	    content: 'Oneshot Service LMS';
	}
	
	.sevenmunja_text_box .service_case li:nth-child(3):after {
	    content: 'Oneshot Service MMS';
	}
	
	.sevenmunja_text_box ul:nth-child(5) li {
		padding-left: 20px;
	}
	
	.sevenmunja_text_box ul:nth-child(5) li span {
		margin-left: -20px;
	}
	
	.sevenmunja_text_box ul {
		margin-bottom: 20px;
	}
	
	.sevenmunja_text_box ul:last-child {
	    margin: 0;
	}
	
	.sevenmunja_text_box ul li {
	    color: #fff;
	    font: 18px 'S-CoreDream-4Regular', 'NanumGothic', sans-serif;
	}


    .movie_wrap h2 {
    	width: 100%;
		color: #ffffff;
	    transition: 1s;
	    font-size: 30px;
	    font-family: 'TmonMonsori';
	    text-align: center;
	    margin-top: 140px;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	}
    
    .movie_box {
	    position: relative;
		border:0 solid #fff;
		border-radius: 70px;
		background: #fff;
		transition: .5s;
	}
    .movie_wrap h2 span {
	    color: #999;
	    font-size: 23px;
	    transition: 1s;
	    display: block;
	}
	.sevenmunja_info_h2 {
		opacity: 0;
	}
	.sevenmunja_info_h2 h2 {
	    font: 16px 'Pretendard', 'S-CoreDream-4Regular', 'NanumGothic', sans-serif;
	    margin: -40px 0 0 20px;
	    text-align: left;
	    top: 60px;
	    padding-left: 10px;
	    box-sizing: border-box;
	}
	.sevenmunja_info_h2 h2 span {
		display: inline-block;
	    font-size: 15px;
	    margin-left: 10px;
	    vertical-align: bottom;
	}
	

    .movie_wrap .movie_box #a_video {
    	position: relative;
		width:100%;
		border-radius: 50px;
		overflow: hidden;
    }
    .move_center .movie_wrap .movie_box {
	    box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 20%);
	}
    .movie_wrap .movie_box .video_mute {
        position: absolute;
        width: 115px;
        right: 30px;
        bottom: 30px;
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
        cursor: pointer;
        
    }
    .movie_wrap .movie_box .video_mute:before {
        content: 'Sound Off';
        color: #fff;
        padding: 25px 50px 2px 0;
        background: url(/resources/images/web/sevenMunja/sound_bar_off.gif?2.003)no-repeat right bottom;
        background-size: contain;
    }
    .movie_wrap .movie_box .video_mute.on:before {
        content: 'Sound On';
        background: url(/resources/images/web/sevenMunja/sound_bar.gif?2.003)no-repeat right bottom;
        background-size: contain;
    }
    .btn_movie {
    	margin:20px auto;
    	text-align: center;
    }
    .btn_movie li {
    	display: inline-block;
    	padding: 0 30px;
    }
    .btn_movie li span:before {
    	content:'';
    	display:inline-block;
		width:22px;
    	height:22px;
    	margin-right:10px;
    	background: url(/resources/images/web/sevenMunja/btn_movieplay.png?2.003)no-repeat;
    	vertical-align:bottom;
    }
    .btn_movie li span:after {
	    content: '#00:00:30';
	    margin-left:5px;
	}
    .btn_movie li span:before {
    	background-position-x: left;
    }
    .btn_movie li span:hover:before {
    	background-position-x: right;
    }
    .btn_movie li:nth-child(1) {
    	border-right:1px solid #333;
    }
    .btn_movie li span {
	    cursor: pointer;
	    font-size: 15px;
	    line-height: 31px;
	    font-weight: 500;
	    vertical-align: super;
    }
    /* 메인 무비 종료 */

	/* 메인 이미지 종료 */
	/* 2022/07/25 */
	
	.movie_line {
		width:100%;
		height:1px;
		margin-bottom:10%;
	}
	/* 2022/07/25 */
	/* 메인 컨텐츠 1 */
	.main_section-cont {
	    margin: 0;
	}
	
	.special_tech {
		position:relative;
		padding: 0 76px 20vh;
		box-sizing:border-box;
		color: #fff;
		pointer-events: none;
	}
	.tech_cont_bg {
		position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: linear-gradient(rgba(0,0,0,0) 10%, rgba(0,0,0,.5) 20%, rgba(0,0,0,.7) 30%);
	    z-index: 1;
	}	
	.tech_cont {
		position: relative;
	    max-width: 1500px;
	    margin: 0 auto;
	    pointer-events: all;
	    z-index: 9;
	}
	
	.tech_contents {
	        
	}
	
	.tech_cont>p {
	    font-size: 30px;
	    font-family: 'S-CoreDream-7ExtraBold';
	    color: #000;
	    text-align: center;
	}
	
	.tech_cont>p>span {
	    font-family: 'S-CoreDream-4Regular';
	}
	
	.reason_contents {
		position: relative;
	    padding: 100px 0 100px 70px;
	    background: #fff;
	    z-index: 1;
	}
	
	.tech_contents>div {
		display: inline-block;
		width: calc(40% - 4px);
		vertical-align: middle;
	}
	.tech_contents>div:nth-child(2) {
		width: 60%;
	}
	
	.tech_contents ul {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: end;
	    box-sizing: border-box;
	    margin-top: 190px;
	}
	
	.tech_contents ul li {
		position: relative;	 
		max-width: 310px;   
	    width: calc(50% - 40px);
	    height: 37vh;
	    max-height:360px;
	    text-align: left;
	    border: 8px solid #fff;
	    border-radius: 20px;
	    padding: 20px;
	    margin-left: 40px;
	    margin-bottom: 40px;
	    box-sizing: border-box;
	    overflow: hidden;
	    top: 30px;
	    opacity: 0;
	    transition: .5s;
	}
	
	.tech_contents.ani_start ul li {
	    opacity: 1;
	    top: 0;
	}
	.tech_contents.ani_start ul li:nth-child(1) {
	    transition-delay: .2s;	
	}
	.tech_contents.ani_start ul li:nth-child(2) {
	    transition-delay: .6s;	
	}
	.tech_contents.ani_start ul li:nth-child(3) {
	    transition-delay: .4s;	
	}
	.tech_contents.ani_start ul li:nth-child(4) {
	    transition-delay: .8s;	
	}
	
		
	.tech_contents ul li:hover {

	}
	
	.tech_contents ul li:nth-child(1),
	.tech_contents ul li:nth-child(3) {
		margin-top: -100px;
	}
	
	.tech_contents ul li a {
		color: #ffffff;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	
	.tech_contents .function_tit h2 {
	    position: relative;
	    font-size: 136px;
	    font-family: 'DM Sans', sans-serif;
	    line-height: 70px;
	    padding-top: 100px;
	    margin-bottom: 60px;
	}
	
	.claus h3 {
		font-size: 24px;
		font-family: 'century gothic';
	}
	
	.claus li {
	    margin: 20px 0 30px;
	}
	
	.claus .footer_line li {
		margin-top: 44px;
	}
	
	.claus .footer_line li a {
		display: block;
		margin: 9px 0;
	}
	
	.claus li span {
	    margin: 0 10px 0 0;
	}
	
	.claus li ul li {
	    margin: 0;
	    display: inline-block;
	}
	
	.claus:nth-child(2) li:nth-child(2) ul li:nth-child(2) span:before,
	.claus:nth-child(2) li:nth-child(2) ul li:nth-child(3) span:before {
		content: '';
	    width: 1px;
	    height: 10px;
	    display: inline-block;
	    background: #fff;
	    margin: 0 15px;
	}
	
	.tech_contents .function_tit h2:after {
	    content: '';
	    width: 200px;
	    height: 3px;	    
	    background: #fff;
	    display: inline-block;
	    position: absolute;
	    top: 68%;
	    left: 18px;	    
	    transform: rotate(120deg);
	}
	
	.tech_contents .function_tit h3 {
		font-family: century gothic;
		font-size: 60px;
		font-weight: normal;
		line-height: 56px;
		margin-bottom: 30px;
	}
	
	.tech_contents .function_tit p {
		font-size: 16px;
	    line-height: 24px;
	    word-break: keep-all;
	}
	
	.tech_contents .function_tit h2 span {
	    display: block;
	}
	.tech_contents .function_tit h2 span:nth-child(2) {
	    margin-left: 130px;
	}
	
	.tech_contents ul li .tech_text_c01 {
	    font-size: 15px;
	    font-family: 'S-CoreDream-4Regular';
	    line-height: 24px;
	    letter-spacing: -0.25px;
	    margin-bottom: 10px;
	}
	
	.tech_contents ul li .tech_text_c02 {
	    position: absolute;
	    top: 32%;
	    right: -10%;
	    width: 70%;
	    height: 100%;
	    margin: 0 auto;
	    opacity: .5;
	    background-size: contain;
	    background-repeat: no-repeat;
	}
	.tech_contents ul li:hover .tech_text_c02 {
	    opacity: 1;
	}
	
	.tech_contents ul li:nth-child(1) .tech_text_c02 {
		background-image: url(/resources/images/web/sevenMunja/img_function01.png?2.003);
	}
	
	.tech_contents ul li:nth-child(2) .tech_text_c02 {
		background-image: url(/resources/images/web/sevenMunja/img_function02.png?2.003);
	}
	
	.tech_contents ul li:nth-child(3) .tech_text_c02 {
		background-image: url(/resources/images/web/sevenMunja/img_function03.png?2.003);
	}
	
	.tech_contents ul li:nth-child(4) .tech_text_c02 {
		background-image: url(/resources/images/web/sevenMunja/img_function04.png?2.003);
	}
	
	
	
	.tech_contents ul li .tech_text_c03 {
	    font-size: 24px;
	    word-break: keep-all;
	    color: #ff6c00;
	    font-weight: 600;
	    letter-spacing: -0.25px;
	    line-height: 30px;
	}
	
	.tech_contents ul li .tech_text_c04 {
		position: absolute;
		width: 80px;
	    right: 30px;
	    bottom: 30px;
	    border-bottom: 1px solid #fff;	    
	}
	
	.tech_contents ul li .tech_text_c04::after {
		content: '';
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 4px;
	    top: -9px;
	    border-right: 1px solid #fff;
	    transform: rotate(-45deg);
	}
	
	/* 메인 컨텐츠 1 종료 */
	
	/* One Shot 주요 서비스 */
	.reason_contents .tech_cont .tech_tit,.reason_contents .tech_cont .function_slide {
		display: inline-block;
	}
	
	.reason_contents .tech_cont .tech_tit{
		width: 30%;
	}
	
	.reason_contents .tech_cont .tech_tit h2{
	    font-size: 68px;
	    font-weight: 600;
	    font-family: 'century gothic';
	    margin: 0 0 20px;
	    word-break: keep-all;
	    line-height: 62px;
	}
	
	.reason_contents .tech_cont .tech_tit p{
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 26px;
	    width: 84%;
	    word-break: keep-all;
	}
	
	.reason_contents .tech_cont .function_slide {
		width: calc(70% - 4px);
	}
	
	.function_slide .bx-prev,.function_slide .bx-next {
		display: flex;	    
	    width: 100px;
	    height:10px;
	    background: none;
	}
	.function_slide .bx-next {
		margin-top: -80px;
		padding-bottom: 20px;
    	border-bottom: 1px solid #333;
	}
	
	.function_slide .bx-prev {
	    margin-left: 50px;
	    padding-top: 20px;
	    border-top: 1px solid #333;
	}

	.function_slide .bx-controls-direction {
		position: absolute;
	    bottom: 30px;
	    right: 10%;
	}
	
	.function_slide .bx-default-pager {
	    font-size: 0;
	    font-family: century gothic;	    
	}
	
	.function_slide .bx-default-pager:first-letter {
		font-size:60px;
	}
	
	.function_slide .bx-default-pager:after {
	    content: '/4';
	    font-size: 40px;
	    margin-left: 10px;
	}
	
	.function_slide .bx-prev:after,.function_slide .bx-next:after {
	    content: '';
	    width: 1px;
	    height: 30px;
	    display: inline-block;
	    background: #333;
	}
	
	.function_slide .bx-prev:after {
		transform: rotate(135deg) translate(-25px, 10px);
	}
	
	.function_slide .bx-next:after {
		transform: rotate(-45deg) translate(60px, 67px);
	}
		 
	.reason_contents ul {
	    box-sizing: border-box;
	    width: 100%;
	    height: 100%;
	}
	
	.reason_contents .function_slide .bx-controls {
		position: absolute;
		width:30%;
	    bottom: 0;
	    left: 0;	    
	}
	
	.reason_contents ul li {
	    background-color: #f0f0f0;
	    border-radius: 30px;
	    padding: 20px;
	    border: 20px solid #fff;
	    height: 330px;
	    box-sizing: border-box;
	    transition: all .5s ease-in;;
	    cursor: pointer;
	}
	
	.reason_contents ul li.active {		
		border: 10px solid #f0f0f0;
		background-color: #fff;
	    border-radius: 20px;	  
	    transition-delay: 1s;  
	}	
	
	.reason_contents ul li:hover .reason_text_c01_main {
	    color: #ff6c00;
	}
	
	.reason_text_c01_main {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 26px;	    
	    margin: 10px 0;
	    color: #000;
	    font-family: 'Pretendard';
	}
	
	.reason_text_c01_sub {
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 22px;
	    letter-spacing: -0.25px;
	    color: #505050;
	}
	
	.reason_text_c02 {
	    background-size: 100%;
	    background-repeat: no-repeat;
	    max-width: 200px;
	    width: 55%;
	    max-height: 150px;
	    height: 100%;
        position: absolute;
	    right: 20px;
	    bottom: 40px;	    
	    background-size: contain;
	    background-position: right bottom;
	    transition: 1s;
	}
	
	.reason_bgimg_01 {
	    background-image: url(/resources/images/web/sevenMunja/img_service01.png?2.003);
	}
	
	.reason_bgimg_02 {
	    background-image: url(/resources/images/web/sevenMunja/img_service02.png?2.003);
	}
	
	.reason_bgimg_03 {
	    background-image: url(/resources/images/web/sevenMunja/img_service03.png?2.003);
	}
	
	.reason_bgimg_04 {
	    background-image: url(/resources/images/web/sevenMunja/img_service04.png?2.003);
	}
	
	/* One Shot 주요 서비스 종료 */
	
	.check_wrap {
		display: flex;
	}
	
	.middle_wrap {
		position: relative;
	    background: #f5f5f5;
	    padding: 50px 0 100px;
	    z-index: 1;
	}
	
	.middle_wrap > div {
	    margin: 0 auto;
	    max-width: 1400px;
	    padding: 0 20px;
	}
	
	.middle_wrap .check_wrap .check,.middle_wrap .check_wrap .notice {
	    display: inline-block;
	    box-sizing: border-box;
	    vertical-align: top;
	}
	
	.middle_wrap .check_wrap .check{
		width: calc(60% - 12px);
		margin-right: 20px;
	}
	.middle_wrap .check_wrap .notice {
		width: calc(40% - 12px);
	}
		
	.middle_wrap .check_wrap .notice {
		margin: 0;
	}
		
	.middle_wrap .check_wrap .check {
	    background: #fff;
	    border-radius: 15px;
	    padding: 40px 40px 50px;
	}
	
	.service_tit {
	    font-size: 40px;
	    font-weight: 700;
	    position: relative;
	    margin-bottom: 30px;
	    word-break: keep-all;
	}
	
	.service_tit span {
	    font-size: 16px;
	    display: block;
	}
	
	.check .check_list li {
	    float: left;
	    width: calc(33% - 1%);
	    margin-left: 2%;
	}
	
	.check .check_list li:first-child {
	    margin-left: 0;
	}
	
	.check .check_list li>span {
	    padding: 15px 32px;
	    display: inline-block;
	    /* background: #302e41; */
	    color: #fff;
	    border-radius: 10px;
	    font-size: 14px;
	    vertical-align: middle;
	    margin-top: 18px;
	    font-family: 'S-CoreDream-5Medium';
	    background: #5f7ea3;
	}
	
	.check .check_list li>p {
	    margin-top: 10px;
	    word-break: keep-all;
	}
	
	.middle_wrap .check_wrap .notice {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.notice_wrap {
	    vertical-align: bottom;
	}
	
	.notice_plus {
	    font-size: 20px;
	    position: absolute;
	    right: 30px;
	    top: 50px;
	}
	
	.notice_plus a {
	    font-size: 16px;
	    color: #191919;
	}
	
	.notice_text {
	    font-size: 18px;
	    line-height: 60px;
	    border-bottom: 1px solid #e0e0e0;
	}
	
	.notice_text .notice_tit {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: calc(100% - 110px);
	    text-align: left;
	    display: inline-block;
	    cursor: pointer;
	}
	
	.notice_text .notice_date {
	    width: 110px;
	    text-align: right;
	}
	
	
	.main_event {
	    width: calc(40% - 5px) !important;
	    height: 630px;
	    display: inline-block;
	    box-sizing: border-box;
	    background: #fff;
	    padding: 30px;
	    text-align: center;
	    border-radius: 15px;
	    margin-left: 30px;
	    position: relative;
	}
	
	.event_slide {
	    margin-top: 30px;
	}
	
	.event_slide ul {
	    display: block;
	}
	
	.event_slide ul li {
	    margin-left: 0;
	}
	
	.event_slide ul li>div {
	    border-radius: 20px;
	    background: #f4f4f4;
	    width: 100%;
	    height: auto;
	    max-height: 495px;
	    overflow: hidden;
	    margin: 0 auto;
	}
	
	.event_slide ul li>div img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    object-position: top;
	}
	
	.main_event .notice .service_tit>span {
	    width: 220px;
	}
	
	.event_slide .bx-pager {
	    left: 50%;
	    transform: translate(-50%);
	    bottom: 40px;
	}
	
	.event_slide .bx-wrapper .bx-pager-item {
	    float: left;
	}
	
	.event_slide .bx-wrapper .bx-pager.bx-default-pager a {
	    width: 20px;
	    height: 20px;
	    margin: 0 5px;
	    border-radius: 20px;
	    text-indent: -9999px;
	    background: #444;
	    display: block;
	}
	
	.event_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	    background: #fff;
	}

/* 리뉴얼 종료 *//* 2022/07/25 */

.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: 16px;
    font-weight: 300;
    color: #333;
    letter-spacing: -0.025em;
}
.document_join ul .doc_cont_li02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.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 .cont_li02_span {
    margin-right: 20px;
}
.document_join ul .doc_cont_li02 span {
    font-size: 16px;
    font-weight: 300;
}


	
	/* 카카오톡 서비스 안내 */ /* 2023-03-31 고연우 */
	
	
	.kakaoService_wrap {
	    width: 100%;
	}
	
	.bold_txt {
	    font-size: 38px;
	    font-weight: 700;
	    vertical-align: bottom;
	}
	
	.semibold_txt {
	    font-weight: 600;
	}
	
	.extra_bold_txt {
	    font-weight: 800;
	}
	
	.underline {
	    border-bottom: 1px solid #191919;
	}
	
	.h3_tit {
	    font-size: 36px;
	    font-weight: 700;
	    margin-bottom: 50px;
	    text-align: center;
	}
	
	.h3_tit_p {
	    font-size: 20px;
	    line-height: 30px;
	    margin: 20px 0;
	    font-weight: 400;
	    word-break: keep-all;
	}
	
	.h4_title {
	    font-size: 20px;
	    font-weight: 600;
	    margin-bottom: 12px;
	}
	
	.h3_title {
	    font-size: 32px;
	    font-weight: 700;
	    margin-bottom: 14px;
	}
	
	.h3_p {
	    font-size: 16px;
	    line-height: 28px;
	    margin-bottom: 40px;
	}
	
	.grey_txt {
	    color: #666;
	}
	
	.blue_txt {
	    color: #28436f;
	    font-weight: 700;
	}
	
	.yellow {
	    color: #ffa200;
	    font-weight: 700;
	}
	
	/* 비즈메시지 이제 ~ 시작 */
	
	.kakao_wrap {
	    width: 100%;
	}
	
	.kakao_common {
	    margin-bottom: 120px;
	    box-sizing: border-box;
	}
	
	.kakao_main {
	    text-align: center;
	    margin-bottom: 80px;
	    width: 100%;
	    max-width: 1200px;
	    margin: 0 auto 100px;
	}
	
	.kakao_main p {
	    font-size: 60px;
	    margin-bottom: 31px;
	    font-weight: 700;
	}
	
	.kakao_main p:nth-child(3) {
	    font-size: 22px;
	    line-height: 36px;
	    font-weight: 400;
	}
	
	.kakao_main .yellow_wrap {
	    width: 80%;
	    margin: 0 auto 45px;
	    background-color: #ffcd00;
	    color: #191919;
	    padding: 15px;
	    position: relative;
	}
	
	.kakao_main .yellow_wrap>img {
	    width: 19%;
	    display: inline-block;
	    padding-right: 20px;
	}
	
	.kakao_main .yellow_wrap::after {
	    content: "\f0dd";
	    font-weight: 600;
	    font-family: "Font Awesome 5 Free";
	    font-size: 100px;
	    color: #ffcd00;
	    position: absolute;
	    left: 50%;
	    bottom: -36px;
	    transform: translateX(-50%);
	}
	
	/* 비즈메시지 이제 ~ 종료*/
	
	/*  알림톡 시작 */
	
	
	.kakao_alarmtalk {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto 70px;
	    gap: 3vw;
	}
	
	.kakao_alarm_img,
	.kakao_friend_img {
	    width: 42%;
	}
	
	.kakao_alarm_img img,
	.kakao_friend_img img {
	    width: 100%;
	    height: 100%;
	}
	
	.kakao_alarm_text,
	.kakao_friend_text {
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    width: 100%;
	}
	
	.kakao_alarm_text ul,
	.kakao_friend_text ul {
	    width: 40%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-items: center;
	    justify-content: space-between;
	}
	
	.kakao_alarm_text ul li p:nth-child(1),
	.kakao_friend_text ul li p:nth-child(1) {
	    border: 5px solid #f1f1f1;
	    border-radius: 120px;
	    background-color: #fff;
	    width: 50%;
	    padding: 30px;
	    margin: 0 auto 20px;
	}
	
	.kakao_alarm_text ul li,
	.kakao_friend_text ul li {
	    flex: 1 1 50%;
	    margin-bottom: 45px;
	}
	
	.kakao_alarm_text ul li img,
	.kakao_friend_text ul li img {
	    width: 100%;
	}
	
	.kakao_alarm_text ul li p,
	.kakao_friend_text ul li p {
	    text-align: center;
	    font-size: 18px;
	}
	/* 알림톡 종료 */
	
	
	
	/* 친구톡 시작 */

	.kakao_friendtalk {
	    width: 100%;
	    margin: 0 auto 70px;
	    background-color: #f5f5f5;
	    padding: 95px 0 115px;
	}
	
	.kakao_friend_wrap {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto;
	    gap: 3vw;
	}
	/* 친구톡 종료 */
	
	/* 카카오 서비스 특징 시작 */
	
	
	.kakao_character {
	    width: 80%;
	    max-width: 1200px;
	    margin: 95px auto 115px;
	    text-align: center;
	}
	
	.kakao_cha_list {
	    display: flex;
	}
	
	.kakao_cha_list li {
	    flex: 1;
	    border: 1px solid #a5a5a5;
	    border-radius: 20px;
	    padding: 50px;
	    box-sizing: border-box;
	}
	
	.kakao_cha_list02 {
	    margin: 0 40px;
	}
	
	.dot {
	    margin: 0px 10px 0 -20px;
	}
	
	.cha_num {
	    display: inline-block;
	    font-size: 70px;
	    font-weight: 700;
	    border-bottom: 1px solid #bcbcbc;
	    padding-bottom: 13px;
	    margin-bottom: 40px;
	}
	
	.cha_title {
	    display: inline-block;
	    width: 100%;
	    font-size: 24px;
	    line-height: 36px;
	    font-weight: 600;
	    margin-bottom: 50px;
	}
	
	.kakao_cha_list li .cha_cont {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    box-sizing: border-box;
	}
	
	.kakao_cha_list li p {
	    text-align: left;
	    font-size: 18px;
	    line-height: 26px;
	    padding-bottom: 10px;
	    word-break: keep-all;
	}
	
	.kakao_cha_list li>p:nth-child(3) {
	    margin-bottom: 20px;
	}
		
	
	/* 카카오 서비스 특징 종료 */
	
	/* 카카오 서비스 이용 절차 시작 */
	
	.kakao_step {
	    width: 100%;
	    margin: 0 auto 70px;
	    background-color: #f5f5f5;
	    padding: 95px 0 115px;
	}
	
	.kakao_step_wrap {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto;
	    text-align: center;
	}
	
	.kakao_step_wrap ul {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 30px;
	}
	
	.kakao_step_wrap .kakao_step_box {
	    width: 80%;
	    margin: 0 auto;
	    text-align: left;
	}
	
	.kakao_step_wrap .kakao_step_box>span {
	    display: inline-block;
	    vertical-align: middle;
	}
	
	.kakao_step_wrap .kakao_step_list li {
	    width: 100%;
	    height: 320px;
	    background-color: #fff;
	    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	    border-radius: 20px;
	    padding: 40px 0 20px;
	    box-sizing: border-box;
	    position: relative;
	    word-break: keep-all;
	}
	
	.kakao_step_title {
	    font-size: 26px;
	    font-weight: 600;
	    display: inline-block;
	    line-height: 70px;
	}
	
	.kakao_step_num {
	    color: #eeeeee;
	    font-size: 70px;
	    font-weight: 700;
	    float: right;
	    display: inline-block;
	}
	
	
	.kakao_step_list li p {
	    margin-bottom: 5px;
	    line-height: 28px;
	    font-size: 18px;
	    padding-left: 20px;
	}
	
	
	.kakao_step_wrap .kakao_step_btn {
	    color: #191919;
	    width: 100%;
	    text-align: center;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 40px;
	}
	
	.kakao_step_wrap .kakao_step_btn a {
	    position: relative;
	    background: #ffcd00;
	    color: #191919;
	    padding: 10px 40px 10px 20px;
	    border-radius: 20px;
	    font-size: 16px;
	    display: inline-block;
	    margin: 0 auto;
	    margin-bottom: 10px;
	}
	
	.kakao_step_btn a::after {
	    content: '';
	    width: 8px;
	    height: 8px;
	    position: absolute;
	    right: 22px;
	    top: 13px;
	    border-right: 1px solid #191919;
	    border-bottom: 1px solid #191919;
	    transform: rotate(-45deg);
	    transition: 0.5s;
	}
	/* 카카오 서비스 이용 절차 종료 */
	
	/* 카카오 서비스 이용 주요기능 시작 */
	.kakao_primary {
	    width: 80%;
	    max-width: 1200px;
	    margin: 95px auto 115px;
	    text-align: center;
	}
	
	.primary_table {
	    border-collapse: collapse;
	    width: 100%;
	    table-layout: fixed;
	}
	
	.primary_table thead tr {
	    border-top: 3px solid #252525;
	    border-bottom: 3px solid #252525;
	    height: 60px;
	}
	
	.primary_table th {
	    vertical-align: middle;
	    font-size: 18px;
	    font-weight: 700;
	}
	
	.primary_table tbody tr {
	    height: 60px;
	}
	
	.primary_table tbody th {
	    font-size: 18px;
	    vertical-align: middle;
	    border-bottom: 1px solid #888;
	    border-right: 1px solid #888;
	}
	
	.primary_table tbody td {
	    vertical-align: middle;
	    border-bottom: 1px solid #888;
	    text-align: center;
	    font-size: 18px;
	    line-height: 1.6;
	}
	
	.primary_table tbody td:nth-child(3) {
	    border-left: 1px solid #252525;
	}
	
	.primary_table .note td {
	    text-align: left;
	    padding: 20px;
	
	}
	
	.primary_table .note td p {
	    padding-left: 40px;
	}

	/* 카카오 서비스 이용 주요기능 종료 */
	
	
	/* 카카오 서비스 이용 FAQ 시작 */
	
	
	.kakao_faq {
	    width: 80%;
	    max-width: 1200px;
	    margin: 95px auto 115px;
	    text-align: center;
	}
	
	.accordion .accordion-item {
	    border-bottom: 1px solid #e5e5e5;
	}
	
	.accordion .accordion-item button[aria-expanded=true] {
	    border-bottom: 1px solid #ffcd00;
	}
	
	.accordion button {
	    position: relative;
	    display: block;
	    text-align: left;
	    width: 100%;
	    padding: 1em 0;
	    color: #191919;
	    font-size: 18px;
	    font-weight: 400;
	    border: none;
	    background: none;
	    outline: none;
	}
	
	.accordion button:hover,
	.accordion button:focus {
	    cursor: pointer;
	    color: #ffcd00;
	}
	
	.accordion button:hover::after,
	.accordion button:focus::after {
	    cursor: pointer;
	    color: #ffcd00;
	    border: 1px solid #ffcd00;
	}
	
	.accordion button .accordion-title {
	    padding: 1em 1.5em 1em 1em;
	}
	
	.accordion button .accordion-title::before {
	    content: 'Q.';
	    font-weight: bold;
	    margin-right: 10px;
		font-size: 24px;
	}
	
	.accordion button .icon {
	    display: inline-block;
	    position: absolute;
	    top: 15px;
	    right: 0;
	    width: 22px;
	    height: 22px;
	}
	
	.accordion button .icon::before {
	    display: block;
	    position: absolute;
	    content: "";
	    top: 10px;
	    left: 6px;
	    width: 10px;
	    height: 2px;
	    background: currentColor;
	}
	
	.accordion button .icon::after {
	    display: block;
	    position: absolute;
	    content: "";
	    top: 6px;
	    left: 10px;
	    width: 2px;
	    height: 10px;
	    background: currentColor;
	}
	
	.accordion button[aria-expanded=true] {
	    color: #ffcd00;
	}
	
	.accordion button[aria-expanded=true] .icon::after {
	    width: 0;
	}
	
	.accordion button[aria-expanded=true]+.accordion-content {
	    opacity: 1;
	    max-height: 10em;
	    transition: all 200ms linear;
	    will-change: opacity, max-height;
	}
	
	.accordion .accordion-content {
		display: none;
	    overflow: hidden;
	    transition: opacity 200ms linear, max-height 200ms linear;
	    will-change: opacity, max-height;
	}
	
	.accordion .accordion-content p {
	    font-size: 16px;
	    font-weight: 300;
	    margin: 1em 0 2em;
	    text-align: left;
	    line-height: 26px;
	    padding-left: 48px;
	}
	
	/* 카카오 서비스 이용 FAQ 종료 */
	/* 카카오 서비스 안내 종료 */
	
	





	/* rcs 서비스 안내 */ /* 2023-03-27 고연우 */
	
	/* RCS 서비스 안내 title */
	.rcsService_wrap {
	    width: calc(100% - 40px);
	    margin: 0 auto;
	}
	
	.rcs_wrap {
	    width: 100%;
	}
	
	/* RCS 서비스 안내 title */
	.rcs_main {
	    text-align: center;
	    margin-bottom: 80px;
	    width: 100%;
	    max-width: 1200px;
	    margin: 0 auto 50px;
	}
	
	.rcs_main p {
	    font-size: 60px;
	    margin-bottom: 16px;
	    font-weight: 700;
	}
	
	.rcs_main p:nth-child(3) {
	    font-size: 22px;
	    line-height: 36px;
	}
	
	.rcs_main .blue_wrap {
	    width: 65%;
	    margin: 0 auto 45px;
	    background-color: #28436f;
	    color: #fff;
	    padding: 15px;
	    position: relative;
	}
	
	.rcs_main .blue_wrap::after {
	    content: "\f0dd";
	    font-weight: 600;
	    font-family: "Font Awesome 5 Free";
	    font-size: 100px;
	    color: #28436f;
	    position: absolute;
	    left: 50%;
	    bottom: -36px;
	    transform: translateX(-50%);
	}
	
	.rcs_main .semibold_txt {
	    font-weight: 600;
	}
	
	.rcs_main .bold_txt {
	    font-weight: 800;
	}
	
	.rcs_main .extra_bold_txt {
	    font-weight: 800;
	}
	
	/* RCS 서비스 안내 title 종료*/
	
	
	
	/*  RCS 브랜드 홈 */
	.rcs_common {
	    margin-bottom: 150px;
	    box-sizing: border-box;
	}
	
	.rcs_brand_home {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: row-reverse;
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto 150px;
	}
	
	.rcs_b_img {
	    width: 40%;
	}
	
	.rcs_b_img img {
	    width: 100%;
	}
	
	.rcs_brand_home .rcs_b_text {
	    width: 60%;
	    flex-grow: 1;
	}
	
	.rcs_brand_home .rcs_b_text>p {
	    line-height: 28px;
	    color: #525252;
	}
	
	.rcs_b_text>p {
	    font-size: 16px;
	    margin-bottom: 40px;
	}
	
	.icon_table {
	    width: 100%;
	    text-align: left;
	    border-spacing: 11px;
	    border-collapse: separate;
	}
	
	.icon_table tr th:nth-child(odd)::before {
	    width: 100%;
	    display: inline-block;
	}
	
	
	.icon_table tr .chat::before {
	    content: url(../../../images/web/sevenMunja/rcs/chat.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .order::before {
	    content: url(../../../images/web/sevenMunja/rcs/order.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .call::before {
	    content: url(../../../images/web/sevenMunja/rcs/call.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .buy::before {
	    content: url(../../../images/web/sevenMunja/rcs/buy.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .web::before {
	    content: url(../../../images/web/sevenMunja/rcs/web.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .ticket::before {
	    content: url(../../../images/web/sevenMunja/rcs/ticket.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .store::before {
	    content: url(../../../images/web/sevenMunja/rcs/store.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table tr .moreinfo::before {
	    content: url(../../../images/web/sevenMunja/rcs/info.png);
	    padding-right: 10px;
	    vertical-align: middle;
	}
	
	.icon_table th {
	    width: 13%;
	    background-color: #abb6d9;
	    color: #fff;
	    padding: 10px;
	    font-size: 15px;
	    vertical-align: middle;
	    text-align: center;
	    border-radius: 10px 0 0 10px;
	}
	
	.icon_table td {
	    width: 32%;
	    background-color: #f3f7fa;
	    padding: 15px 10px;
	    font-size: 14px;
	    vertical-align: middle;
	    border-radius: 0 10px 10px 0;
	}
	
	
	/*  RCS 브랜드 홈 종료 */
	
	/* RCS 서비스 특징 */
	
	.rcs_character {
	    background-color: #f3f7fa;
	    width: calc(100% + 40px);
	    padding: 100px 0;
	    margin-left: -20px;
	    margin-right: -20px;
	}
	
	.rcs_character_wrap {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto;
	}
	
	.rcs_cha_box {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    box-sizing: border-box;
	}
	
	.rcs_cha_text {
	    width: 55%;
	}
	
	.big_text {
	    font-size: 280px;
	    color: #e3eaf0;
	    font-weight: 700;
	    margin-top: 198px;
	}
	
	.rcs_cha_list {
	    width: 45%;
	}
	
	.rcs_cha_list>div {
	    width: 100%;
	    border-radius: 20px;
	    border: 1px solid #a5a5a5;
	    background-color: #fff;
	    padding: 38px 55px;
	    margin-bottom: 30px;
	    box-sizing: border-box;
	}
	
	.rcs_cha_list span {
	    font-weight: 600;
	    font-size: 24px;
	    display: inline-block;
	    vertical-align: middle;
	}
	
	.rcs_cha_list span:nth-child(1) {
	    font-size: 50px;
	    margin-right: 44px;
	    width: 60px;
	}
	
	.rcs_cha_list span:nth-child(2) {
	    color: #28436f;
	}
	
	.rcs_cha_list p {
	    margin: 23px 0 0 0;
	    line-height: 26px;
	    font-size: 16px;
	    word-break: keep-all;
	}
	
	.rcs_cha_table {
	    width: 100%;
	    text-align: center;
	    margin-top: 50px;
	    box-sizing: border-box;
	    border-spacing: 11px;
	    border-collapse: separate;
	}
	
	.rcs_cha_table tr th {
	    padding: 20px 30px;
	    font-weight: 700;
	    vertical-align: middle;
	    color: #fff;
	    background-color: #abb6d9;
	}
	
	.rcs_cha_table tr td {
	    padding: 20px 30px;
	    vertical-align: middle;
	    font-size: 16px;
	    background-color: #fff;
	    word-break: keep-all;
	}
	
	.rcs_cha_table>thead :nth-child(1),
	.rcs_cha_table>thead :nth-child(3) {
	    font-size: 20px;
	}
	
	.rcs_cha_table thead>tr>th:nth-child(1) {
	    border-radius: 10px 0 0 0;
	}
	
	.rcs_cha_table thead tr .blue_txt {
	    border-radius: 0 10px 0 0;
	}
	
	.rcs_cha_table tbody tr:nth-child(4) th {
	    border-radius: 0 0 0 10px;
	}
	
	.rcs_cha_table tbody tr:nth-child(4) .blue_txt {
	    border-radius: 0 0 10px 0;
	}
	
	.rcs_character_wrap>p {
	    text-align: right;
	    margin-top: 20px;
	}
	
	/* RCS 서비스 특징 종료 */
	
	/* RCS 템플릿 */
	
	
	.rcs_template {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto;
	    text-align: center;
	    margin-bottom: 120px;
	    overflow: hidden;
	    box-sizing: border-box;
	}
	
	.rcs_template_img {
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	}
	
	.rcs_template img {
	    width: 100%;
	}
	
	.navy {
	    color: #28436f;
	    font-size: 22px;
	    font-weight: 700;
	    margin: 20px 0 15px;
	    text-align: center;
	}
	
	.navy span {
	    font-size: 18px;
	    font-weight: 400;
	    vertical-align: middle;
	}
	
	.explain {
	    font-size: 16px;
	    margin: 0 auto;
	    line-height: 22px;
	    text-align: left;
	    padding-left: 40px;
	}
	
	
	/* RCS 템플릿 종료 */
	
	/* RCS 이용 */
	
	.rcs_carousel {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto 100px;
   		position: relative;
	}
	
	
	.card_carousel_cont {
	    position: relative;
	    width: 100%;
	    /* max-height: 500px; */
	}
	
	.card_imgs_cont::before {
	    content: '';
	    padding-bottom: 10%;
	    display: inline-block;
	}
	
	.card_carousel {
	    background: url(../../../images/web/sevenMunja/rcs/phone_empty_m.png) no-repeat left/contain;
	    width: 100%;
	    height: 100%;
	    padding: 13% 0 10% 12%;
	    box-sizing: border-box;
	}
	
	.card_carousel_slider {
	    overflow: hidden;
	}
	
	.card_carousel_slider ul li {
	    border: 1px solid #eee;
	    box-sizing: border-box; 
	}
	
	.card_carousel_slider ul li img{
	    width: 100%;
	    border: 10px solid #efefef;
	    box-sizing: border-box;
	}
	
	.img_swipe_arrow {
	    background: url(../../../images/web/sevenMunja/rcs/img_rcs_swipe.png)no-repeat center;
		background-size: contain;
	    display: inline-block;
	    text-align: center;
	    padding: 2% 20%;
	    margin: 0 auto;
	    color: #fff;
	    font-weight: 600;
	    width: 20%;
	    position: absolute;
	    top: 20%;
	    left: 40%;
	}
	
	.m_img_swipe_arrow {
	    display: none;
	}
	
	.rcs_used .explain {
	    text-align: center;
	    padding-left: 0;
	}
	
	/* RCS 이용 종료 */
	
	/* RCS 비즈메시지 서비스 이용 절차*/
	
	.rcs_step {
	    background-color: #f3f7fa;
	    width: calc(100% + 40px);
	    padding: 100px 0;
	    margin-left: -20px;
	    margin-right: -20px;
	    margin-bottom: 0px;
	}
	
	.rcs_step_wrap {
	    width: 80%;
	    max-width: 1200px;
	    margin: 0 auto;
	    text-align: center;
	}
	
	.rcs_step_wrap .h3_title {
	    line-height: 36px;
	}
	
	.rcs_step_wrap .h3_title br {
	    display: none;
	}
	
	.rcs_step_wrap ul {
	    text-align: left;
	    margin-top: 69px;
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 30px;
	}
	
	.rcs_step_wrap ul li {
	    width: 100%;
	    height: 246px;
	    background-color: #fff;
	    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	    border-radius: 20px;
	    padding: 50px;
	    box-sizing: border-box;
	}
	
	.rcs_step01 {
	    position: relative;
	}
	
	.step_title {
	    font-size: 26px;
	    font-weight: 600;
	    display: inline-block;
	    padding: 10px 0 0 0;
	}
	
	.step_num {
	    color: #28436f;
	    font-size: 58px;
	    font-weight: 700;
	    float: right;
	    display: inline-block;
	}
	
	.rcs_step_wrap ul li p {
	    margin: 20px 0 15px;
	    line-height: 28px;
	    font-size: 18px;
	    word-break: keep-all;
	}
	
	
	.rcs_step_wrap .rcs_step_btn {
	    color: #191919;
	    width: 100%;
	    text-align: center;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 40px;
	}
	
	.rcs_step_wrap .rcs_step_btn a {
	    position: relative;
	    background: #28436f;
	    color: #fff;
	    padding: 10px 40px 10px 20px;
	    border-radius: 20px;
	    font-size: 16px;
	    display: inline-block;
	    margin: 0 auto;
	    margin-bottom: 10px;
	}
	
	.rcs_step_wrap a::after {
	    content: '';
	    width: 8px;
	    height: 8px;
	    position: absolute;
	    right: 22px;
	    top: 13px;
	    border-right: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    transform: rotate(-45deg);
	    transition: 0.5s;
	}
	
	
	.rcs_step_wrap>p {
	    text-align: right;
	    margin-top: 28px;
	    font-size: 16px;
	    color: #666;
	}
	
	/* RCS 비즈메시지 서비스 이용 절차 종료*/
	
	/* RCS 서비스 안내 종료 */













	/* RCS PC 관리 시작 */
	.message_box_rcsfirst {
		border-bottom: 1px solid #ddd;
		padding-top: 40px;
	}
	.rcs_guide_btn {
	    background: #444;
	    text-align: center;
	    cursor: pointer;
	    float: right;
	    padding: 0px 20px;
	    border-radius: 5px;
	    font-size: 16px;
	    position: relative;
	    top: -40px;
	    height: 30px;
	    line-height: 30px;
	    max-width: 1200px;
	    margin: 0 auto;
	}
	
	.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: 15px;
	    margin-right: 10px;
	}
	
	/* RCS 버튼추가 */
	
	.rcs_btn_popup {
	    width: 860px;
	    background: #fff;
	    padding: 20px;
	    top: 50% !important;
	    left: 50% !important;
	    transform: translate(-50%,-50%);
	    position: fixed !important;
	}
	
	
	
	.rcs_btn_chuga {
	    display: flex;
	    flex-direction: row-reverse;
        margin-top: 10px;
	}
	
	.rcs_btn_chuga button {
	    padding: 2px 20px;
	    height: 30px;
	    background: #5f7ea3;
	    color: #fff;
	    text-align: center;
	    border-radius: 20px;
	}
	
	.rcs_button_text {
	    margin: 10px 0 0;
	    border-top: 1px solid #444;
	    background: #f5f5f5;
	    
	}
	
	.rcs_button_btn {
	    min-height: 45px;
	}
	
	.rcs_pop_btn {
	    border-top: 1px solid #ddd;
	    padding: 10px 0 0;
	    margin-top: -1px !important;
	}

	.rcs_button_btn:before {
	    content: '등록 내역이 없습니다.';
	    font-size: 15px;
	    line-height: 44px;
	    text-align: center;
	    position: absolute;
	    width: calc(100% - 40px);
	}
		
	.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_button_all ul .rcs_btntitle_02_rev {
	    margin: 5px;
	}
	
	.rcs_btntitle_01 {
	    width: 8%;
	}
	
	.rcs_btntitle_02 {
	    width: 21%;
	}
	
	.rcs_btntitle_03 {
	    width: 20%;
	}
	
	.rcs_btntitle_04 {
	    width: 40%;
	}
	
	.rcs_btntitle_05 {
	    width: 10%;
	}
	
	.rcs_button_btn ul {
		position:relative;
	    display: flex;
	    justify-content: space-between;
	    align-items: baseline;
	    background: #fff;
	    border-bottom: 1px solid #ddd;
	}
	
	.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: 5px;
	}
	
	.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 관리 종료 */
  
  
  .sevenmunja_cont .img_tropi,
  .sevenmunja_cont .sevenmunja_text_box h3,
  .sevenmunja_cont .sevenmunja_text_box p,
  .sevenmunja_cont .sevenmunja_text_box .service_case li,
  .sevenmunja_cont .sevenmunja_text_box ul li {
  	opacity : 1;
  	position: relative;
  	transition: 1s;
  }
  
  
  
  
  
  
  

