@charset "utf-8";

.wrap {
    overflow-x: hidden;
	/*width: 1910px;*/
	width: 100%;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    letter-spacing: -0.01em;
    font-size: 0;
    word-spacing: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header .logo {
    display: block;
    position: absolute;
    left: 70px;
    top: 7px;
    margin-top: 30px;
    z-index: 1;
}

.header .logo img {
    display: inline-block;
    vertical-align: middle;
}

.header .nav {
    position: relative;
    width: 100%;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.header .nav .main_menu {
    display: inline-block;
    vertical-align: baseline;
    height: 80px;
    line-height: 80px;
}

.header .nav .main_menu li {
    position: relative;
    display: inline-block;
    padding: 12px 37px;
    font-size: 0;
    word-spacing: 0;
    height: 100px;
}

.header .nav .main_menu li a {display:inline-block;  padding:0px; font-size:19px; font-weight:400; letter-spacing:0.5px; }

.header .right_menu {
    position: absolute;
    right: 70px;
    top: 32px;
    z-index: 1;
}

.header.sticky {
	background: #fff;
    border-bottom: 1px solid #efefef !important;
    height: 70px;
}

.header.sticky .logo {
	margin-top: 10px;
}

.header.sticky .nav .main_menu {
	height: 50px;
    line-height: 50px;
}

.header.sticky .right_menu {
	top: 14px;
}

.menu_icon {
    cursor: pointer;
    font-size: 14px;
	display: none;
	width: 43px;
    background: transparent;
    vertical-align: top;
	border: none;
}

.menu_icon span {
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background: #333;
    margin: 7px auto;
    transition: 0.3s ease all;
    transform: rotate(0);
    transform-origin: center;
}

.menu_icon.on span {transition:0.3s ease all; transform: rotate(0); transform-origin: center;}
.menu_icon.on span:nth-child(3) {transform: rotate(-45deg);}
.menu_icon.on span:nth-child(2) {display: none;}
.menu_icon.on span:nth-child(1) {transform: rotate(45deg); position: relative; top: 9px; }

.full_menu {
    width: 100vw;
    height: 0vh;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    z-index: -99;
    top: 0px;
    right: 0vw;
    text-align: left;
   /* transition: 0.3s ease;*/
}

.full_menu.open {
    opacity: 1;
    height: 100vh;
    background: #fff;
	z-index:99;
	top: 100px;
}

.header.full .logo {display: none;}
.header.full .full_menu.open {top: 69px;}

.full_menu .main_menu {
	padding-top: 50px;
	text-align: center;
}

.full_menu .main_menu li {
	margin-bottom:30px;
}

.full_menu .main_menu li a {
	font-size: 35px;
	font-weight: 400;
}

.full_menu .bottom_menu {
	padding-top: 20px;
	text-align: center;
}

.full_menu .bottom_menu .main_btn.white{
	padding: 10px 10px;
	padding-left: 0;
	font-size: 20px;
}


.tCenter {text-align:center !important;}
.tLeft {text-align:left !important;}
.tRight {text-align:right !important;}


/************************************************************/

a.main_btn {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #22252a;
    border-radius: 30px;
    letter-spacing: 0;
    padding: 10px 30px;
	margin:0 5px;
}

a.main_btn i {
	margin-right:5px;
}

a.main_btn.large {padding: 25px 70px;font-size: 22px;border-radius: 50px;}
a.main_btn.middle {padding: 18px 60px;font-size: 20px;border-radius: 45px;}

a.main_btn.blue {background: #3b63f0;}
a.main_btn.white {background: #fff;color: #000;font-weight:400;font-size: 16px;}
a.main_btn.gray {background: #efefef;color: #22252a;}

/************************************************************/

.main_wrap {margin: 110px 0 150px;}

.main_wrap h1 {font-size:65px;font-weight:800;margin: 0 20px;}
.main_wrap h2 {font-size:55px;font-weight:700;margin: 0 20px;}
.main_wrap h3 {font-size:35px;font-weight:800;margin: 0 20px;}
.main_wrap h4 {font-size:28px;font-weight:300;margin: 0 20px;}
.main_wrap h5 {font-size:22px;font-weight:500;margin: 0 20px;}
.main_wrap h6 {font-size:22px;font-weight:500;margin: 0 20px;}

.main_wrap p {font-size:25px;font-weight:300;}
.main_wrap p.bold {font-weight:700 !important;}

/************************************************************/

.main_wrap .main_visual {
    margin: 0 50px;
	position: relative;
	background: #f5f6f9;
	border-radius: 50px;
	height: 80vh;
}

.main_wrap .main_visual .visual_content {
	width:100%;
	display: flex;
    justify-content: center;
	align-items: center;
	height: 100%;
}

.main_wrap .main_visual .visual_content .txt_wrap {
	margin-right: 100px;
}

.main_wrap .main_visual .visual_content h5 {
	color:#898989;
	margin:0;
}

.main_wrap .main_visual .visual_content h2 {
	color:#22252a;
	margin:20px 0 40px;
}

.main_wrap .main_visual .visual_content h2 b {
	color:#3b63f0;
	font-weight:700;
}

.main_wrap .main_visual .visual_content .main_btn {
	font-size: 22px;
	margin: 0;
	font-weight: 500;
	padding: 14px 30px;
}

.main_wrap .main_visual .visual_content .main_btn img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

.main_wrap .main_visual .visual_content .video_wrap {
	max-width: 330px; /* iframe youtube 로 바꾸면서 400px 을 330으로 바꿈 */
    width: 90%;
    /*height: 400px;*/ /* iframe youtube 로 바꾸면서 주석처리함*/
}

.main_wrap .main_visual .visual_content .video_wrap video {
	width:100%;
	height:100%;
}
/************************************************************/

.main_wrap .greeting {
	width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
	margin-top:250px;
}

.main_wrap .greeting h1 {
	margin:0;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.main_wrap .greeting h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2%;
    width: 104%;
    height: 50%;
    opacity: 0.8;
    z-index: -1;
    background-color: #ddebfa;
}

.main_wrap .greeting h2 {
	font-weight: 400;
	margin:0;
}

.main_wrap .greeting .who {
	font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #22252a;
    display: inline-block;
	margin-bottom: 50px;
}

.main_wrap .greeting.user_left .img_wrap {margin-right:100px;}
.main_wrap .greeting.user_left .cont_wrap {margin-left:100px;}

.main_wrap .greeting.user_right,
.main_wrap .greeting.user_left.labor {margin-top: 80px;}
.main_wrap .greeting.user_right .img_wrap {margin-left:100px;}
.main_wrap .greeting.user_right .cont_wrap {margin-right:100px;}
.main_wrap .greeting.user_right h1::after {background-color: #eae8ff;}
.main_wrap .greeting.user_left.labor h1::after {background-color: #fff8e6;}

/************************************************************/

.main_wrap .service {
	width: 100%;
	margin-top:250px;
	text-align: center;
}

.main_wrap .service h2 br {display:none;}

.main_wrap .service h3 {display: flex; align-items: center; justify-content: center;position:relative;}
.main_wrap .service h3 .prive_pop_open {cursor: pointer; background:#fff; border-radius: 5px; font-size:16px; padding:5px 13px; margin-left:20px;}
.main_wrap .service_1 h3 .prive_pop_open {color:#5DB40F;} 
.main_wrap .service_2 h3 .prive_pop_open {color:#0EBAD5;} 
.main_wrap .service_3 h3 .prive_pop_open {color:#3A63F0;} 
.main_wrap .service_4 h3 .prive_pop_open {color:#723BF0;} 

.main_wrap .service h4 {
	margin-top:20px;
}


.main_wrap .service .manage {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
	padding:0 25px;
}

.main_wrap .service .box {
	border-radius: 30px;
    box-shadow: 2px 3px 10px 1px rgb(175 175 175 / 20%);
    width: 31%;
	overflow:hidden;
}
    
.main_wrap .service .box h3 {
	color:#fff;
	padding: 50px 0;
	background: #6b3cd7;
	margin:0;
}

.main_wrap .service .box:nth-child(2) h3 {
	background: #164dca;
}

.main_wrap .service .box:nth-child(3) h3 {
	background: #00acb3;
}


.main_wrap .service .box h3 em {
	display: block;
    font-size: 15px;
	color: #c5c5c5;
	text-transform:uppercase;
	font-weight:400;
	margin-top:7px;
}

.main_wrap .service .box ul {
	padding:40px 10px 50px 60px;
	text-align: left;
}

.main_wrap .service .box ul li {
	font-size:22px;
	margin-bottom:25px;
}

.main_wrap .service .box ul li i {
	color: #6b3cd7;
	margin-right:10px;
	font-size: 25px;
}

.main_wrap .service .box:nth-child(2) ul li i {
	color: #164dca;
}

.main_wrap .service .box:nth-child(3) ul li i {
	color: #00acb3;
}

.main_wrap .service .suggest_label {position:absolute; left:60px; top:-2px; display: block; background:url('../img/suggest_label.svg'); width:55px; height:70px; background-position:center bottom; background-size:100% auto; background-repeat: no-repeat; padding-top:25px; font-size:22px; color:#0091A8;}

.service_compare { text-align: center; padding:80px 50px;}
.service_compare * {letter-spacing: -0.03em;}
.service_compare dl {display: flex; align-items: stretch; border:1px solid #efefef; border-radius:15px; margin-bottom:-1px;}
.service_compare dl.title_box {gap:20px; border:0; border-radius:0px; margin-bottom:20px;}
.service_compare dt {width:50%; font-size:30px; padding:20px 15px; border-radius:15px; color:#fff;}
.service_compare dt.other_service{background:#9A9A9A; font-weight:500;}
.service_compare dt.our_service{background:#1596F3; font-weight:700;}
.service_compare dd{width:50%; line-height:1.6em; font-size:25px;}
.service_compare dd.other_service{display: flex; justify-content: center; align-items: center; background:rgba(239, 238, 238, 0.2); font-weight:500; color:#949494; padding:40px 20px;}
.service_compare dd.our_service{font-weight:700; color:#000; padding:30px 20px 40px;}
.service_compare dd.our_service i {color:#1596F3; display: block; margin:0 auto 10px; font-size:1.4em;}

/************************************************************/

.main_wrap .service_inner {display: flex; flex-wrap: wrap; gap:50px 3%; justify-content: space-between; padding:80px 50px;}
.main_wrap .service .service_box {width:47%; border-radius:20px 20px 0 0; overflow: hidden;}   
.main_wrap .service .service_box h3 {font-size:40px; color:#fff; margin:0; padding:15px 20px; font-weight:700;}
.main_wrap .service .service_box h3 i {font-size:0.8em; margin-right:5px; opacity:0.7; display: inline-block; vertical-align: top; margin-top:0.1em;}
.main_wrap .service .service_box h6 {font-size:22px; margin:0; padding:30px 20px; background: #fff; line-height:155%;font-weight:600;}
.main_wrap .service .service_box h6 b {font-weight: inherit;} 
.main_wrap .service .service_box ul {padding:30px 70px; text-align: left;}
.main_wrap .service .service_box ul li {margin:25px 0;}
.main_wrap .service .service_box ul li h5 {font-size:24px; margin:0 0 7px 0; font-weight:500; padding-left:35px;}
.main_wrap .service .service_box ul li p {font-size:16px; padding-left:36px; opacity:0.7; letter-spacing: -0.03em;}
.main_wrap .service .service_box ul li h5 i {display: inline-block; vertical-align: top; margin-top:2px; width:25px; height:25px; font-size:13px; color:#fff; background:#000; padding:6px; border-radius:9px; margin-left:-35px; margin-right:10px;}
.main_wrap .service .service_box ul li h5 b {font-weight:700;}
.main_wrap .service .service_box ul li p b {font-weight:500;}
.main_wrap .service .service_1 {background:rgba(93, 180, 15, 0.02);}
.main_wrap .service .service_2 {background:rgba(14, 186, 213, 0.02);}
.main_wrap .service .service_3 {background:rgba(58, 99, 240, 0.02);}
.main_wrap .service .service_4 {background:rgba(114, 59, 240, 0.02);}
.main_wrap .service .service_1 ul li h5 i {background:#5DB40F;}
.main_wrap .service .service_2 ul li h5 i {background:#0EBAD5;}
.main_wrap .service .service_3 ul li h5 i {background:#3A63F0;}
.main_wrap .service .service_4 ul li h5 i {background:#723BF0;}
.main_wrap .service .service_1 h6 b {color:#5DB40F;}
.main_wrap .service .service_2 h6 b {color:#0EBAD5;}
.main_wrap .service .service_3 h6 b {color:#3A63F0;}
.main_wrap .service .service_4 h6 b {color:#723BF0;}
.main_wrap .service .service_1 h3 {background:#5DB40F;}
.main_wrap .service .service_2 h3 {background:#0EBAD5;}
.main_wrap .service .service_3 h3 {background:#3A63F0;}
.main_wrap .service .service_4 h3 {background:#723BF0;}
.main_wrap .service .service_1 {border:1px solid rgba(93, 180, 15, 0.13);}
.main_wrap .service .service_2 {border:1px solid rgba(14, 186, 213, 0.13);}
.main_wrap .service .service_3 {border:1px solid rgba(58, 99, 240, 0.13);}
.main_wrap .service .service_4 {border:1px solid rgba(114, 59, 240, 0.13);}
.main_wrap .service .service_1 h6 {border-bottom:1px solid rgba(93, 180, 15, 0.13);}
.main_wrap .service .service_2 h6 {border-bottom:1px solid rgba(14, 186, 213, 0.13);}
.main_wrap .service .service_3 h6 {border-bottom:1px solid rgba(58, 99, 240, 0.13);}
.main_wrap .service .service_4 h6 {border-bottom:1px solid rgba(114, 59, 240, 0.13);}

.main_wrap .service .service_1 ul li h5 b {color:#5DB40F;}
.main_wrap .service .service_2 ul li h5 b {color:#0EBAD5;}
.main_wrap .service .service_3 ul li h5 b {color:#3A63F0;}
.main_wrap .service .service_4 ul li h5 b {color:#723BF0;}

/************************************************************/

.main_wrap .web_system {
	width: 100%;
	margin-top:250px;
	text-align: center;
}

.main_wrap .web_system h4 {
	margin-top:20px;
}

.main_wrap .web_system h4 br {
    display:none;
}

.main_wrap .web_system .sample {
	width: 100%;
    display: flex;
    align-items: center;
    margin-top: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0 50px;
}

.main_wrap .web_system .box {
	border-radius: 40px;
    width: 49%;
	overflow:hidden;
	background: #e8f3ff;
	padding-top: 70px;
	margin-bottom:2%;
}

.main_wrap .web_system .box:nth-child(2) {background: #eae8ff;}
.main_wrap .web_system .box:nth-child(3) {background: #ebf9ee;}
.main_wrap .web_system .box:nth-child(4) {background: #fff8e7;}
.main_wrap .web_system .box:nth-child(5) {background: #ffe7f2;}
.main_wrap .web_system .box:nth-child(6) {background: #daf8ff;}

.main_wrap .web_system .box .title {
	font-size:30px;
	font-weight: 700;
}

.main_wrap .web_system p {font-size: 21px;color:#22252a;margin-top: 10px;}

.main_wrap .web_system .img_wrap {
	margin-top: 15px;
	position: relative;
	max-width: 540px;
    margin: 0 auto;
	padding-top: 30px;
}

.main_wrap .web_system .img_wrap span {
	position: absolute;
    right: 0px;
    top: 15px;
    background: #3b63f0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
}

.main_wrap .web_system .box:nth-child(2) .img_wrap span {background: #723bf0;}
.main_wrap .web_system .box:nth-child(3) .img_wrap span {background: #5db410;}
.main_wrap .web_system .box:nth-child(4) .img_wrap span {background: #eca50b;}
.main_wrap .web_system .box:nth-child(5) .img_wrap span {background: #ff50a0;}
.main_wrap .web_system .box:nth-child(6) .img_wrap span {background: #0dbad5;}

.main_wrap .web_system .main_btn {font-weight: 500;margin-top:30px;}
.main_wrap .web_system .main_btn img {margin-right: 6px;vertical-align: middle;}

/************************************************************/

.main_wrap .movie {
	width: 100%;
	margin-top:250px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: calc(100% - 100px);
	margin-left: 100px;
	background: #f5f6f9;
	border-radius: 50px 0px 0px 50px;
	padding: 120px;
	padding-right: 0;
}

.main_wrap .movie .text_wrap {
    width: 23%;
}

.main_wrap .movie .swiper-movie {
    width: 77%;
	z-index: 0;
	overflow: hidden;
}
.main_wrap .movie .swiper-movie .swiper-movie-wrap {
	overflow:hidden;
	width:120%;
	padding:10px;
}

.main_wrap .movie h2 {font-size: 46px;margin:0;}
.main_wrap .movie h5 {font-weight: 300;margin:20px 0 30px;line-height: 1.3em;}

.main_wrap .movie .swiper-slide {
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
	box-shadow: 6px 2px 12px 0px rgb(175 175 175 / 20%);
}

.main_wrap .movie .swiper-slide .thum {
	display: block;padding-top: 55%;background-size: cover;background-position: center;
}

.main_wrap .movie .swiper-slide span {
	margin: 30px 30px 0;
    display: block;
}

.main_wrap .movie .swiper-slide span b {
	font-size: 20px;
	font-weight: 700;
}

.main_wrap .movie .swiper-slide h6 {
	margin: 7px 30px 50px;
    display: block;
    overflow: hidden;
    height: 52px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.main_wrap .movie .movie_nav_wrap {
	margin-top: 40px;
}

.main_wrap .movie .movie_nav_wrap .move_btn a {
	border-radius: 50%;
    background: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
	margin-right:10px;
	box-shadow: 5px 4px 10px 1px rgb(175 175 175 / 30%);
	cursor:pointer;
}

.main_wrap .movie .movie_nav_wrap .move_btn a.next_btn {
    background: #3c1aaf;
	color:#fff;
}

/************************************************************/

.main_wrap .review {
	width: 100%;
	margin-top:250px;
	text-align: center;
}

.main_wrap .review h2 {
    margin-bottom: 30px;
}

.main_wrap .review a.main_btn.white {
    color: #22252a;
	border: 1px solid #999;
}

.main_wrap .review a.main_btn.white:hover, .main_wrap .review a.main_btn.white.on {
    color: #fff;
	border: 1px solid #3b63f0;
	background: #3b63f0;
	cursor:pointer;
}

.main_wrap .review .review_box {
	width: 100%;
    margin-top: 50px;
	position: relative;
}

.main_wrap .review .swiper-review {overflow: hidden;}
.main_wrap .review .swiper-wrapper {z-index: 0;}
.main_wrap .review .swiper-review .swiper-slide {
	overflow: hidden;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_wrap .review .swiper-pagination-dot {display:block; text-align: center; margin-top:10px;}
.main_wrap .review .swiper-pagination-dot .swiper-pagination-bullet {width: 10px;height: 10px;}
.main_wrap .review .swiper-pagination-dot .swiper-pagination-bullet,
.main_wrap .review .swiper-pagination-dot .swiper-pagination-bullet-active {background:#3b63f0; }

.main_wrap .review .review_btn a {position:absolute; bottom:50%; border-radius: 50%;
    background: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
    cursor: pointer;
	color: #d1d1d1;
}
.main_wrap .review .review_btn a:hover {color:#3b63f0}
.main_wrap .review .review_btn .swiper-prev {left:-90px;}
.main_wrap .review .review_btn .swiper-next {right:-90px;}


.main_wrap .review .box {
    border-radius: 30px;
    width: 24%;
    overflow: hidden;
    background: #f5f6fa;
    padding: 25px 30px 25px;
    margin-bottom: 2%;
	position: relative;
}

.main_wrap .review .box.none {
	background: #fff;
}

.main_wrap .review .box .title {
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	position: relative;
}

.main_wrap .review .box .cont {
	font-size: 18px;
	overflow: hidden;
    height: 104px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	text-align:left;
	/*margin-bottom: 20px;*/
}

.main_wrap .review .box.row6 .cont {
	font-size: 14.5px;
	-webkit-line-clamp: 6;
	height: 102px;
}

.main_wrap .review .box .cont span {
	font-size: inherit;
}

.main_wrap .review .box .view {
    position: absolute;
    right: 15px;
    bottom: 12px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
	font-size: 20px;
	cursor:pointer;
}

.main_wrap .review .box .more {
	display:none;
}

.main_wrap .review .box.row6 .more {
	position: absolute;
    right: 0;
    top: 4px;
	font-weight: 600;
	cursor:pointer;
	display:inline-block;
}

/************************************************************/

.main_wrap .comment {
	width: 100%;
	margin-top:250px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.main_wrap .comment h4 {
    margin-top: 20px;
	font-size: 25px;
}

.main_wrap .comment .apply {
    width: 49%;
}

.main_wrap .comment .write {
	width: 100%;
    margin-top: 30px;
}

.main_wrap .comment .box {
	border-radius: 40px;
    width: 100%;
	background: #efefef;
	padding: 60px 50px 50px;
	border:1px solid #e1e1e1;
	text-align:left;
}

.write .box .btn_center {
	text-align:center;
}

.main_wrap .comment .box.agree {
	background: #fff;
    margin-top: 20px;
}

.main_wrap .comment .main_btn {
    font-weight: 500;
    margin-top: 30px;
}

.main_wrap .comment .main_btn.review_btn {
    margin-top: 0px;
	vertical-align: middle;
}


.write dl {
	font-size: 0;
    word-spacing: 0;
	margin-bottom:20px;
}

.write dl:last-child {
	margin-bottom:0;
}

.write dt {
    display: inline-block;
	width: 130px;
}

.write dt label {
	font-size: 20px;
    font-weight: 600;
	color: #22252a;
}

.write b.nec {
    color: #eb391b;
}

.write dd {
	font-size: 20px;
    display: inline-block;
	width: calc(100% - 130px);
}

.write dd input {
	font-size: 17px;
	padding: 12px 15px;
	border-radius: 8px;
}

.write dd .tel_line {
	display: flex;
	align-items: center;
}

.write dd .tel_line input {
	width: 100%;
}

.write dd .tel_line .btn {
	width: 160px;
	margin-left: 6px;
}

.write dd .tel_line .btn a {
	padding: 13px 0;
	font-size: 15px;
}


.write dd .tel_chk_line {
	display: flex;
	align-items: center;
    position: relative;
	margin-top:10px;
}

.write dd .tel_chk_line em {
	position: absolute;
    right: 145px;
    top: 10px;
    font-style: normal;
    color: #f32525;
    font-weight: 600;
}

.write dd .tel_chk_line .btn {
	width: 160px;
	margin-left: 6px;
	border-color: #3b63f0;
	background: #3b63f0;
}

.write dd .tel_chk_line .btn a {
	padding: 13px 0;
	font-size: 15px;
}

.write dd .sms_msg {
	margin-bottom:0 !important;
	margin-top:3px;    
}

.write p {
	font-size: 17px;
	margin-top:20px;
}	

.agree .title {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.agree textarea {
	border: 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 10px 20px 0;	
	font-size: 16px;
	height: 200px;
	margin-bottom: 20px;
}

.agree .cont_check {
	font-size: 18px;
	padding-left: 25px;
}

.agree .cont_check .checkmark {
	top: 2px;
	height: 20px;
    width: 20px;
}

.agree .cont_check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
}

.main_wrap .comment .list {
    width: 49%;
}

.main_wrap .comment .list h4 {
	margin-top: 12px;
}

.main_wrap .comment .list .client {
	width: 100%;
    margin-top: 30px;
	/*height: 1039px;*/
	height: 932px;
	background: #fff;
}

.main_wrap .comment .list .client ul {
	/*height: 927px;*/
	height: 820px;
    overflow-y: auto;
}

.main_wrap .comment .list .client ul li {
	margin-bottom: 40px;
	padding-right: 10px;
}

.main_wrap .comment .list .client ul li:last-child {
	margin-bottom: 0;
}

.main_wrap .comment .list .client ul li .title {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_wrap .comment .list .client ul li .title .dt {
	opacity: 0.7;
	margin-left:5px;
}

.main_wrap .comment .list .client ul li .cont {
	font-size: 18px;
    overflow: hidden;
    white-space: normal;
    /*height: 104px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    text-align: left;
}

.main_wrap .comment .list .client ul li .title .more {
    position: absolute;
    right: 12px;
    top: 4px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}
/************************************************************/

.footer {
	border-top: 1px solid #000;
    padding: 50px 0 100px;
	display: flex;
    align-items: center;
}

.footer .left_footer {
	width:70%;
}

.footer .left_footer .company {
	font-size: 28px;
    font-weight: 700;
	margin-bottom:5px;
}

.footer .left_footer .policy {
	margin-bottom:15px;
}

.footer .left_footer .policy a {
	font-size: 16px;
}

.footer .left_footer .policy a:after {
    content: '';
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 15px;
    background: rgb(0 0 0 / 10%);
    vertical-align: middle;
    margin-top: -3px;
}

.footer .left_footer .policy a:last-child:after {
    display: none;
}

.footer p {
	font-size: 16px;
	color: #7a7a7a;
	margin:5px 0;
}

.footer p b {
	color: #000;
    font-weight: 700;
}


.footer .right_footer {
	width:30%;
	text-align: right;
	padding-top: 26px;
}

.footer .right_footer .sns_link a {
	margin-left:10px;
}

.footer .right_footer .copyright {
	margin-top: 50px;	
}

.footer .right_footer .copyright p {
	color: #000;
}

.footer.v2 {
	padding-bottom:220px;
}

/************************************************************/
.quick_menu {
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 20px;
}

.quick_menu a {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 18px 0;
}

.quick_menu span {
    display: block;
    font-size: 28px;
    width: 100px;
    height: 100px;
    padding: 34px 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 5px;
    cursor: pointer;
}

.quick_menu .top_btn span {
    background: #888888;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    line-height: 97px;
    cursor: pointer;
}

.quick_menu .cal_btn {
    color: #fc1e05;
}


.quick_menu .cal_btn span {
    background: #5c6ade;
    color: #fff;
	font-size: 33px;
	padding: 30px 0;
}



.quick_menu.b200 {
	bottom: 200px;
}


.container {
	max-width: 1600px;
    margin: 0 auto;
}

.sample_btn {
	margin-bottom:10px;
}

.sample_btn a {
    display: block;
    text-align: center;
    font-size: 19px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
    background: #e8f3ff;
    color: #164dca;
	font-weight: 500;
}

.sample_btn span {
    display: inline-block;
    color: #164dca;
	position: relative;
	vertical-align: middle;
    margin-top: -28px;
}


.sample_btn span i {position: absolute;animation: downfade 1.5s ease-in-out infinite; font-size:25px; color:#164dca; }
@keyframes downfade {
    0% {margin-left: 0px;}
    50% {margin-left: 20px;}
    100% {margin-left: 0px;}
}

/************************************************************/

.layer_bg {position:fixed;z-index: 999;left:0;top:0;width:100vw;height:100vh;background: rgba(0,0,0,0.9);}
.layer_view {position:fixed; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 9999; width:900px; padding:45px; background:#fff;}
.layer_view .layer_close {position:absolute; top:0px; right:-65px; width:45px; height:45px; color:#fff; font-size:40px; cursor: pointer;}
.layer_view textarea {min-height:200px; height: 50vh;font-size: 17px;}
.layer_view h1 {margin-bottom:10px;}
.layer_view h1 i {display:none;}
.layer_view .review_cont {height: auto;font-size: 18px;}
.layer_bg span {right: 5px;display: inline-block;color: #fff;top: 5px;font-size: 20px;position: fixed;}


.layer_view .write {}
.layer_view .write .box {
    border-radius: 40px;
    width: 100%;
    background: #fff;
    padding: 0;
    text-align: left;
}

.layer_view .write .box textarea {
	min-height:unset;
	height:auto;
}

.layer_view .write p {
	margin-bottom:20px;
}

.layer_view .write .box .btn_center {margin-top: 15px;}

.price_pop {width:720px; max-height:98vh; padding:0px;}
.price_pop .write .box {display: flex; gap:35px; flex-direction: column; max-height:calc(98vh - 75px); overflow-x: hidden; overflow-y: auto; padding:40px; border-radius: 0;}
.price_pop .pop_section {display: flex; gap:15px; flex-direction: column;}
.price_pop h5 {font-size:20px; display: flex; justify-content: space-between; align-items: center;}
.price_pop h5 .reset_btn {cursor:pointer;font-size:15px; color:#323DCA; border:1px solid #323DCA; padding:6px 10px; border-radius: 30px;}
.price_pop .company_type {display: flex; gap:7px;}
.price_pop .company_type li {width:50%; background:#e2e2e2; color:#919191; padding:15px; font-size:20px; border-radius:10px; font-weight:500; text-align: center;}
.price_pop .company_type li.active,
.price_pop .company_type li:hover {background:#3A5AD9; color:#fff; cursor: pointer;}
.price_pop .notice_text {background:#F7FDFF; color:#4186A1; padding:10px 15px; border-radius: 10px;}
.price_pop .notice_text p {margin:0; font-size:15px; letter-spacing: -0.04em;}
.price_pop form {display: flex; gap:12px; flex-direction: column;}
.price_pop form dl {display: flex; width:100%; align-items: center; margin:0;}
.price_pop form dt {min-width:160px;}
.price_pop form dt label {font-size:17px; font-weight:600; color:#111;}
.price_pop form dd {display: flex; width:100%;  align-items: center; font-size:16px; color:#777; gap:10px;}
.price_pop form input {border:1px solid #EAEAEA; border-radius:10px; width:100%; height:42px;}
.price_pop .service_type {display: flex; gap:7px;}
.price_pop .service_type li {width:50%; background:#e2e2e2; color:#919191; padding:10px 5px; font-size:16px; border-radius:10px; font-weight:500; text-align: center; cursor: pointer; letter-spacing: -0.04em;}
.price_pop .service_type li:nth-child(1).active,
.price_pop .service_type li:nth-child(1):hover {background:#5DB40F; color:#fff;}
.price_pop .service_type li:nth-child(2).active,
.price_pop .service_type li:nth-child(2):hover {background:#0EBAD5; color:#fff;}
.price_pop .service_type li:nth-child(3).active,
.price_pop .service_type li:nth-child(3):hover {background:#3A63F0; color:#fff;}
.price_pop .service_type li:nth-child(4).active,
.price_pop .service_type li:nth-child(4):hover {background:#723BF0; color:#fff;}
.price_pop .write .box .btn_center {margin-top:0;}
.price_pop .summary_box {display: flex; gap:7px; flex-direction: column; background:#F7FBFE; padding:20px; border-radius:10px;}
.price_pop .summary_box li {display: flex; justify-content: space-between; font-size:15px; font-weight:500;}
.price_pop .summary_box li em {font-size: inherit;}
.price_pop .summary_box li span {font-size: inherit; color:#323DCA;}
.price_pop .price_table {text-align: left;}
.price_pop .price_table th {background: #DFE9F8; border-top:1px solid #788FDF; border-bottom:1px solid #788FDF; color:#344DA3; font-size:14px; font-weight:600; padding:3px 5px;}
.price_pop .price_table td {font-size:14px; padding:7px 5px; font-weight:600; border-bottom:1px solid #C8C8C8;}
.price_pop .price_table td:nth-child(1) {color:#27337B;}
.price_pop .price_table td:nth-child(2) {color:#838383;}
.price_pop .price_table td:nth-child(3) {color:#111; padding-left:10px;}
.price_pop .price_table th:nth-child(3) {padding-left:10px;}
.price_pop .price_table .active {transform: scale(1.06,1.06); transform-origin: center;}
.price_pop .price_table .active td {color:#fff !important; background:#333DCB; padding:12px 10px; border:0;}
.price_pop .price_table .active td:first-child {border-radius: 10px 0 0 10px; padding-left:17px;}
.price_pop .price_table .active td:last-child {border-radius: 0 10px 10px 0}
.price_pop a.main_btn.middle {width:100%;cursor:pointer;}
/************************************************************/

/* index2 에서 사용 */

.bottom_fix { margin-top: 80px; }
.bottom_fix .box { display: flex;flex-direction: row;justify-content: center;align-items: center; gap: 10px;}
.bottom_fix .box form {width: 100%;}
.bottom_fix .dl_wrap { display: flex; justify-content: center;gap: 10px;}
.bottom_fix .write dl { display: inline-block;margin-bottom: 0; margin-right:3px;width: 100%;}
.bottom_fix .write dt { display: none; }
.bottom_fix .write dd { width: 100%; }
.bottom_fix a.main_btn { border-radius: 8px; padding: 14px 10px; width: 120px; margin: 0; background: #164dca; }
.bottom_fix .agree_wrap { margin-top: 20px; }
.bottom_fix .cont_check { font-size: 16px; }
.bottom_fix h2 {text-align: center;margin-bottom:20px;}

.bottom_fix.fix {position: fixed;bottom: 0;left: 50%;transform: translateX(-50%); width: 100%;background: #164dca;border-top: 2px solid #164dca;padding: 20px 10px 15px;}
.bottom_fix.fix a.main_btn {background: #00acb3; font-weight: 600;}
.bottom_fix.fix .agree_wrap, .bottom_fix.fix .cont_check {color: #fff;}
.bottom_fix.fix h2 {display:none;}

.bottom_btn {position: fixed;width: 100%;bottom: 0;background: #fff;border-top: 2px solid #00acb3;padding: 20px 10px 15px;text-align: center;display:none;}
.bottom_btn a.main_btn {background: #00acb3;border-radius: 8px;}
.bottom_btn a.main_btn.sample {background:#fff; color:#00acb3; border:1px solid #00acb3}



/************************************************************/
/*	게시판													*/
/************************************************************/
.board_wrap {margin: 110px 0;}
.board_wrap h2 {font-size: 55px; font-weight: 700;text-align: center;padding: 50px 0;}
.board_wrap .btn_wrap {margin-top:30px;}

.page_info {position:relative; padding-top:10px; margin:20px 0;}
.total {font-size:15px; text-align: left; margin-bottom:-8px;}
.total em.hilite {font-size:15px; color:#f05757;}
.page_info select {font-size:14px;height: 35px;}

.list_search {width:auto; position:absolute; right:0; top: 1px;}

.seeker {font-size: 0;word-spacing: 0;position: relative;}
.seeker .search_input {display: inline-block;width: 220px; height: 35px;border: 1px solid #dfdfdf;}
.seeker select {margin-right:10px;}
.seeker .search_btn { display: inline-block;font-size: 15px;vertical-align: middle;cursor: pointer;position: absolute;top: 8px;right: 10px;}



/*form2*/
.form2 {max-width: 900px;margin: 0 auto;}
.form2 .con_box {font-size: 0;word-spacing: 0;border-bottom: 1px solid #e2e2e2;}
.form2 dl {font-size: 0;word-spacing: 0;border-top: 1px solid #eee;}
.form2 dl:first-of-type {border-top: 0;}

.form2 dt {position: relative;display: inline-block;width: 135px;padding: 16px 10px;min-height: 55px;vertical-align: top;font-size: 15px;color: #1b1b1b;font-weight: 400;}
.form2 dd {display: inline-block;width: calc(100% - 135px);padding: 10px 15px 12px;font-size: 15px;line-height: 30px;color: #282f36; min-height: 55px;background: #fff;text-align:left;position: relative;}
.form2 dd input, .form2 dd select {width:90%;}

.form2 dd .hint {background-color: #000;color: #fff;text-align: center;border-radius: 6px;padding: 5px 20px;top: 100%;font-size: 14px;position: absolute;z-index: 1;}
.form2 dd .hint::after {content: " ";position: absolute;border:5px solid #000;bottom: 100%;left: 15%;border-color: transparent transparent #000 transparent;}

.form2 .cont_check .checkmark {top:9px;}

.form2 .form_title {position:relative; font-weight:500; font-size:18px; padding:12px 0px; border-bottom:1px solid #aaa;text-align: left;}
.form2 .form_title i {margin-right:5px; font-size:0.9em; opacity:0.6;}

/* file_upload */
.file_upload label {display: inline-block;padding: .4em .75em;color: #666;font-size: 13px; height:30px; line-height: normal;vertical-align: middle;border:1px solid #dfdfdf;cursor: pointer;border-bottom-color: #e2e2e2;}
.file_upload input[type="file"] {position: absolute;width: 0px;height: 0px; padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;opacity: 0;}
.file_upload .upload-name { display: inline-block; width:290px; padding: 5px 10px; height:30px; font-size:15px; /* label의 패딩값과 일치 */ border-radius:0;  font-family: inherit; line-height: normal; vertical-align: middle; background-color: #f5f5f5; border: 1px solid #ddd;  -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; }


/* photo_list */
.photo_list {}
.photo_list ul {overflow: hidden;padding-top: 20px;font-size:0; word-spacing: 0; }
.photo_list li {width:24%;margin-bottom: 40px;margin-right:1.3%;display: inline-block;}
.photo_list li:nth-child(4n) {margin-right:0;}
.photo_list li .thum {display:block; width:100%; padding-top: 100%; background-position:center !important; background-size:cover; background-color: #dde6e9;}
.photo_list li .tit {position:relative; margin:15px 0 0; font-weight:500; padding: 2px 0; line-height:1.3em; color:#354052; text-align: left; font-size: 18px;}
.photo_list li .tit i {display:inline-block; /*vertical-align: top;*/ margin: 0px 3px 0; font-size: 17px;}
.photo_list li .tit span {display:inline-block; vertical-align:middle; padding:2px 0; max-width:calc(100% - 5px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 18px;}
.photo_list li .tit:hover span {text-decoration: underline;}
.photo_list li.nothing {width: 100%; margin:0;border:0;font-size: 15px;text-align: center;color: #596b7a;opacity: 0.7;height: 250px;line-height: 250px;background: #f7f7f7;}

/* pager */
.pager {text-align:center;}
.pager ul {font-size:0; word-spacing: 0; overflow:hidden; display:inline-block;}
.pager ul li {display: inline-block; width:35px; height:35px; background:#fff;  line-height:35px;}
.pager ul li.arrow {font-size:13px;color:#001111; opacity:0.6;}

.pager ul li.page {margin: 0 6px;color:#001111; opacity:0.8; font-size: 15px;font-weight: 400;}
.pager ul li.page a {display:block;}
.pager ul li:hover a {opacity:1; font-weight:500;}
.pager ul li.page#present {color:#000; opacity:1; font-weight:600;position: relative;}
.pager ul li.page#present:after {content: "";position: absolute;left:50%;transform: translateX(-50%);bottom: 0;width:90%;height: 3px;opacity: 0.7;background-color: #000;}

.pager ul li:nth-child(3) {margin-left:35px;}
.pager ul li:nth-last-child(3) {margin-right:35px;}


/* view2 */
.view2 .con_box {border-bottom: 1px solid #dfdfdf;max-width: 900px;margin: 0 auto;}

.view2 .view_title {position:relative; font-weight:600; font-size:35px; padding:15px 0px 30px; border-bottom:1px solid #aaa;}
.view2 .view_title i {font-size:30px; color:#6c7c92; opacity:0.5;}

.view2 .view_info {position:relative; padding:10px 0;}
.view2 .view_info dl {display:inline-block; margin-right:15px;}
.view2 .view_info dl:last-child {margin-right:0px;}
.view2 .view_info dt {font-size:0; display:none; margin-right:5px;}
.view2 .view_info dd {font-size:15px; color:#797979; display: inline-block;padding: 0;}
.view2 .view_info .right {position:absolute; top:10px; right:0;}
.view2 .view_info .right dl {margin-right:0;margin-left:15px;}
.view2 .view_info .right dt {font-size:15px; display:inline-block; vertical-align: middle;font-weight: 400;}
.view2 .view_info .file a {color: #ee4f4b;}

.view2 .view_body {padding:40px 0px;font-size: 16px;}
.view2 .view_body img {max-width:100%;}
.view2 .view_body * {word-break: break-all;font-size: inherit;text-align: inherit;}
/************************************************************/


/* 해상도 1400px ~ 1920px */
@media all and (max-width:1920px) {
	.container {
		max-width: 1400px;
	}
}

@media (max-width: 1400px) {
	.main_wrap .service .service_2 h3 {padding: 15px 20px 15px 66px;}
	.main_wrap .service .suggest_label {left:7%;}
}

/* 해상도 1281px ~ 1450px */
@media all and (max-width:1450px) {
	.container {
		max-width: 95%;
	}

	.header .nav .main_menu li {padding: 12px 15px;}
	.header .logo {left: 3%;}
	.header .right_menu {right: 3%;}
	.header .right_menu a.main_btn {padding: 10px 20px;margin:0;}
	
	.main_wrap .service .box ul {padding: 40px 10px 30px 38px;}
	.main_wrap .service .box ul li {font-size: 20px;margin-bottom: 20px;}

 	.main_wrap .comment .box {padding: 50px 40px;}
	.main_wrap .comment .list .client {1020px;}
	.write dt {width: 130px}
	.write dd {width: calc(100% - 130px);}

	.main_wrap .movie {padding: 100px 80px;padding-right: 0;}
	.main_wrap .movie .text_wrap {width: 35%;}
	.main_wrap .movie .swiper-movie {width: 65%;}

	
}

/* 해상도 1025px ~ 1280px */
@media all and (max-width:1280px) {
	.header .nav, .header .right_menu > a {display:none;}
	.menu_icon {display:inline-block;}
	
	.main_wrap .main_visual {height: auto;padding: 10% 0;}
	.main_wrap .main_visual .visual_content {flex-direction: column;}
	.main_wrap .main_visual .visual_content .txt_wrap {margin-right:0;margin-bottom:50px;text-align: center;}
	.main_wrap .main_visual .visual_content .img_wrap {text-align: center;}
	.main_wrap .main_visual .visual_content .img_wrap img {width: 80%;} 

	.main_wrap .greeting.user_left .img_wrap {margin-right:3%;}
	.main_wrap .greeting.user_left .cont_wrap {margin-left:3%;}
	
	.main_wrap .greeting.user_right .img_wrap {margin-left:3%}
	.main_wrap .greeting.user_right .cont_wrap {margin-right:3%;}

	.main_wrap .service .manage {flex-direction: column;padding:0;}
	.main_wrap .service .box {margin-bottom: 30px;width: 95%;display: flex;}
	.main_wrap .service .box h3 {width: 35%;display: flex;flex-direction: column;justify-content: center;}
	.main_wrap .service .box ul {padding: 40px 10px 20px 38px;}
	
	.main_wrap .web_system h4 br {display:block;}
	
	.main_wrap .web_system .img_wrap span {right: 55px;width: 45px;height: 45px;line-height: 44px;}
	.main_wrap .web_system .img_wrap img {width: 70%;}

	.write {flex-direction: column;}
	.main_wrap .comment .box {width: 95%;margin-bottom:30px;}
	.main_wrap .comment .write {margin-bottom: 0;}
	
	a.main_btn.large {padding: 20px 45px;font-size: 20px;}

	.footer {align-items: flex-start;flex-direction: column;position: relative;padding-bottom: 20px}
	.footer .left_footer {width: 100%;}
	.footer .right_footer {width: 100%;text-align:left;padding-top: 10px;}
	.footer .right_footer .sns_link {position: absolute;right: 0;top: 55px;}
	.footer .right_footer .copyright {margin-top: 0px;}
	
	.main_wrap .review .box {width:49%}

	.main_wrap .comment {flex-direction: column;}
	.main_wrap .comment .apply {width: 100%;}
	.main_wrap .comment .list {width: 100%;margin-top: 80px;}

	.main_wrap .service_inner {gap:30px 2%;}
	.main_wrap .service .service_box {width:49%;}
	.main_wrap .service .service_box ul {padding:30px;}

}

/* 해상도 769px ~ 1024px */
@media all and (max-width:1024px) {
	.main_wrap .main_visual {margin: 0 auto;width: 90%;border-radius: 30px}

	.main_wrap .greeting.user_left .img_wrap {margin-right:0;}
	.main_wrap .greeting.user_left .cont_wrap {margin-left:0;}
	.main_wrap .greeting.user_left .who {margin-left: calc(50% - 233px/2);margin-top: 15px;}
	.main_wrap .greeting.user_left.labor .who {margin-left: calc(50% - 108px/2);}
	
	.main_wrap .greeting.user_right .img_wrap {margin-left:0;}
	.main_wrap .greeting.user_right .cont_wrap {margin-right:0;}
	.main_wrap .greeting.user_right .who {margin-left: calc(50% - 147px/2);}

	.main_wrap .greeting.user_left {flex-direction: column;}
	.main_wrap .greeting.user_right {flex-direction: column-reverse;}

	.main_wrap .web_system .sample {flex-direction: column;padding: 0;}
	.main_wrap .web_system .box {width: 95%;margin-bottom:30px;}
	.main_wrap .web_system .box:last-child {margin-bottom:0;}

	.main_wrap .movie .movie_nav_wrap .move_btn a {width: 45px;height: 45px;line-height: 44px;}
	
	.main_wrap .movie {flex-direction: column;width: 100%;margin-left:0;border-radius:0;padding: 60px 5%;padding-right: 0;}
	.main_wrap .movie .text_wrap, 
	.main_wrap .movie .swiper-movie {width: 100%;}
	.main_wrap .movie .swiper-slide {border-radius: 20px;}

	.main_wrap .movie h2 br, .main_wrap .movie h5 br, .main_wrap .movie .movie_nav_wrap {display:none;}
	.main_wrap .movie h5 {margin: 10px 0 30px;}

	.main_wrap .greeting .img_wrap {text-align: center;}
	
	.main_wrap p {font-size: 23px;}
	
	.layer_view {width:85%;padding: 25px;}
	.layer_view .layer_close {top: -33px;right: -26px;font-size: 30px;}
	
	.layer_view.price_pop {width:95%;padding: 10px 5px;}
	.price_pop .write .box {padding: 10px;max-height: calc(82vh - 75px);}
	.price_pop form dt {min-width: 100px;}
	.price_pop .service_type {flex-wrap: wrap;gap:1%;justify-content: space-between;}
	.price_pop .service_type li {width: 49%;margin-bottom:5px;}
	.price_pop .price_table td {font-size: 13px;}

	.bottom_fix.m {padding-bottom: 50px;}
	.bottom_fix.m .box {display: block;}
	.bottom_fix.m .dl_wrap {display: block;}
	.bottom_fix.m .write dl {margin-right:0;margin-bottom:5px;display: block;}
	.bottom_fix.m .write dd {width:100%;}
	.bottom_fix.m a.main_btn {width: 100%;}
	
	.footer {padding-bottom: 100px;}

	.main_wrap.v2 {margin-bottom:50px;}

	.photo_list li {width: 48%;margin-right:4%;}
	.photo_list li:nth-child(even) {margin-right:0;}

	.view2 .view_title {font-size: 30px;}
	.form2 dt {min-height: unset;padding: 6px 2px;width: 100%;}
	.form2 dd {min-height:unset;padding: 6px 2px;width: 100%;}

	.file_upload .upload-name {width: calc(100% - 60px);}
                           
	.main_wrap .service_inner {padding:50px 0; justify-content: center;}
	.main_wrap .service .service_box {width:95%;}
	.main_wrap .service .service_box ul {max-width:470px; margin:0 auto;}

	.layer_bg span {color: #c1c1c1;left: 5px;font-size: 16px;}

	.main_wrap .service_compare {padding: 50px 0;}
}

/* 해상도 581px ~ 768px */
@media all and (max-width:768px) {
	.full_menu .main_menu li a {
		font-size: 30px;
	}

	.full_menu .bottom_menu .main_btn.white{
		font-size: 18px;
	}
	
	.main_wrap h1 {font-size: 57px;}
	.main_wrap h2 {font-size: 48px;}
	.main_wrap h3 {font-size: 26px;}
	.main_wrap h4 {font-size: 22px;}
	.main_wrap h5 {font-size: 20px;}
	.main_wrap h6 {font-size: 17px;}

	.board_wrap h2 {font-size: 48px;}

	.main_wrap .greeting h1 {margin-bottom: 20px;}
	.main_wrap .movie h2 {font-size:40px;}
	.main_wrap .movie h5 {font-size: 20px;}	

	.main_wrap .movie .swiper-slide h6 {height: 42px;}
	
	.main_wrap p {font-size: 17px;}
	
	.main_wrap .web_system .box {padding-top: 50px}
	.main_wrap .web_system .box .title {font-size: 26px;}
	.main_wrap .web_system p {font-size: 17px;}

	.main_wrap .greeting {width: 90%;margin: 0 auto;}
	.main_wrap .greeting .img_wrap img {width:70%;}

	.main_wrap .service .manage,
	.main_wrap .web_system .sample,
	.main_wrap .comment .write {margin-top: 30px}

	.main_wrap .service .box h3 em {font-size: 13px;}
	.main_wrap .service .box ul {padding: 30px 10px 15px 28px;}
	.main_wrap .service .box ul li {font-size: 18px;margin-bottom: 15px;}
	.main_wrap .service .box ul li i {font-size: 20px;}
	
	.write dt {width: 100%;margin-bottom:7px;}
	.write dd {width: 100%;}
	
	.main_wrap .comment .box {border-radius: 30px;padding: 30px 30px;}
	
	.write dt label {font-size: 18px;}
	.main_wrap .comment .agree .cont_check {font-size: 15px;}
	.main_wrap .comment .agree .cont_check .checkmark {height: 18px; width: 18px;}
	.main_wrap .comment .agree .cont_check .checkmark:after {width: 3px;height: 7px;}
	
	a.main_btn.large {padding: 15px 25px;font-size: 16px;}
	
	.main_wrap .greeting,
	.main_wrap .service,
	.main_wrap .web_system,
	.main_wrap .movie,
	.main_wrap .comment {margin-top:150px;}
	
	.main_wrap .review a.main_btn.white {width: 45%;margin-bottom: 5px;padding:8px 5px;}
	.main_wrap .comment .main_btn.review_btn {display: block;width: 200px;margin: 10px auto;}

	.main_wrap .comment h4 {font-size: 22px;}
	
	.layer_view .write dl {margin-bottom: 10px;}
	.layer_view .write dt {margin-bottom: 5px;}
	.layer_view .write dd input {font-size: 16px;padding: 7px 10px;}
	.layer_view .write dd .tel_line .btn a, .layer_view .write dd .tel_chk_line .btn a {padding: 9px 0;}
	.layer_view .write p {margin-bottom: 10px;margin-top: 0px;}
	.layer_view .write a.main_btn.middle {padding: 12px 40px;font-size: 18px;}
	.layer_view#layer_5 {padding: 15px;}
	.layer_view .write dt label {font-size: 16px;}

	.layer_view .write dd .tel_chk_line em {right: 126px;top: 6px;}

	.quick_menu .top_btn {display:none;}
	
	.quick_menu {position: fixed;width: 100%;bottom: 13px;background: transparent;text-align: center;display: flex;justify-content: space-around;right: 0;}
	.quick_menu .service_btn span,
	.quick_menu .cal_btn span {display: inline-block;font-size: 25px;width: auto;height: auto;padding:0;border-radius:0;box-shadow: unset;margin-bottom:0;background: transparent;}
	.quick_menu a {display: inline-block;width: 48%;margin:0;padding: 22px 0;background: #07f;color: #fff !important;font-size: 22px;font-weight: 600;border-radius: 10px;transition: 0.3s ease all;transform: scale(1, 1);top: auto;}
	.quick_menu a.cal_btn {background: #1f00af;}
	.quick_menu a i {margin-right:10px;}
	.quick_menu a:hover {transform: scale(1.05, 1.05);box-shadow: 5px 5px 20px rgba(0,0,0,0.2);transform: translateY(-10px);}

	/*.quick_menu a.main_btn {background: #00acb3;border-radius: 8px;}
	.quick_menu a.main_btn.sample {background:#fff; color:#00acb3; border:1px solid #00acb3}*/

	.main_wrap .service_inner {padding:30px 0;}
	.main_wrap .service .service_box h3 {font-size:30px;}
	.main_wrap .service .service_box h6 {font-size:18px;}
	.main_wrap .service .service_box ul li h5 {font-size:20px;}
	.main_wrap .service .service_box ul li h5 i {width:20px; height:20px; padding:3px; border-radius:6px; text-align: center;}

	.main_wrap .service .suggest_label {padding-top:20px;}
        
	.service_compare dt {font-size: 26px;}
	.service_compare dd {font-size:20px;}
	.service_compare dd.other_service {padding:20px 20px;}
	.service_compare dd.our_service {padding:20px 20px 25px;}
}

/* 해상도 480px ~ 580px */
@media all and (max-width:580px) {
	.main_wrap .web_system h4 br {display:none;}

	a.main_btn.large em {display:none;}

	.main_wrap h1 {font-size: 32px;}
	.main_wrap h2 {font-size: 29px;}
	.main_wrap h4 {font-size: 17px;}

	.board_wrap h2 {font-size: 29px;}
	
	.main_wrap .movie h2 {font-size:32px;}
	.main_wrap .movie h5 {font-size: 17px;}	

	.main_wrap .comment h4,
	.main_wrap .web_system h4,
	.main_wrap .service h4 {margin-top: 10px;}

	.main_wrap .service h2 br {display:block;}
	
	.footer .left_footer .policy a {font-size: 14px;}
	.footer .left_footer .policy a:after {margin: 0 8px;}
	.footer p:last-child {font-size: 14px;}
	
	.main_wrap .main_visual .visual_content .main_btn {font-size: 20px;padding: 10px 30px;}
	.main_wrap .main_visual .visual_content .main_btn img {width: 20px;vertical-align: text-top;margin-right: 5px;}

	.main_wrap .web_system .img_wrap {max-width: unset;}
	.main_wrap .web_system .img_wrap span {display:none;}
	
	.main_wrap .review .review_box {margin-top: 30px;}
	.main_wrap .review .box {width:100%;padding: 30px 20px 50px;margin-bottom:10px;}
	.main_wrap .review .box .view {right: 10px;bottom: 10px;font-size: 18px;width: 45px; height: 45px; line-height: 44px;}
	.main_wrap .review .box .title {font-size: 22px;}
	.main_wrap .review .box .cont {font-size: 17px;-webkit-line-clamp: 4;height: 80px;}
	.main_wrap .review .box.row6 .cont {-webkit-line-clamp: 5;height: 90px;}

	.main_wrap .comment h4 {font-size: 17px;}
	
	.main_wrap .service .service_box h3 {font-size:25px;}
	.main_wrap .service .service_box h6 {padding:20px 10px; font-size:17px;}
	.main_wrap .service .service_box ul {padding:9px 29px;}
	.main_wrap .service .service_box ul li h5 {font-size:18px; padding-left: 23px; letter-spacing: -0.03em;}
	.main_wrap .service .service_box ul li p {padding-left: 23px; font-size:14px;}
	.main_wrap .service .service_box ul li h5 i {width:18px; height:18px; padding:2px; font-size:12px; border-radius:4px; margin-left:-28px;}

	.main_wrap .service .suggest_label {left:5%; font-size:17px; width: 38px; height: 54px;}
        
	.service_compare dl.title_box {gap:0;}
	.service_compare dt {display: flex; align-items: center; justify-content: center;font-size: 22px; word-break: keep-all; padding:20px 40px;}
	.service_compare dd {font-size:16px; word-break: keep-all; }
	.service_compare dd br {display: none;}
	.service_compare dd.other_service {padding:20px 20px 20px;}
	.service_compare dd.our_service {padding:20px 20px 25px;}
	.service_compare dd.our_service i {margin-bottom:5px;}
}


/* 해상도 ~ 479px */
@media all and (max-width:479px) {

	.full_menu .main_menu li a {
		font-size: 25px;
	}
	
	.main_wrap .service .box h3 {display:none;}
}

@media (max-width: 400px) {
	.service_compare dt {padding:20px 30px;}
}