
/* main visual */
.visual {
    overflow: hidden;
    width: 100%;
	
 	height: 930px;  
	max-height: 920px;
}

.visual .aside-consulting {
  height: 870px;  
}
.aside-consulting div.consulting-con div.consulting-form
{
  width: 100%;
  margin-bottom: 30px;
  padding-top: 139px;
}
.visual-slider {
    width: 100%;
    margin-top: -91px;
	
/*	height: 500px; */
}

.visual-slider .slick-wrapper {
    height: 100%;
 
}

.visual-slider .slick-slide {
   
    background-repeat: no-repeat;
    background-size: cover;
	
background-repeat: repeat-x;
background-size: contain;	
	
background-repeat: repeat-x;
background-size: cover;	
	background-position: center top;
	background-color: #939c25;
	
	
ackground-size: cover;
background-repeat: repeat-x repeat-y;
background-position: top center;
background-color: #939c2500;	
}

.visual-slider .slick-slide .con-wrap {
    display: flex;
    position: relative;
    height: 100%;
}

.visual-slider .slick-slide img {
    position: relative;
    transition: .8s ease .6s;
    opacity: 0;
	
	
}

.visual-slider .slick-slide img:first-child {
    align-self: flex-start;
    left: -40px;
  /*  margin-right: -70px; margin-right: unset; */
    margin-top: 16%;
    transition-delay: 1s;
    z-index: 10;
	
	width:  600px;
}

.visual-slider .slick-slide img:last-child {
    align-self: flex-end;
    bottom: -38px;
    /*height: 870px; */
    transition-duration: 1.5s;
}

.visual-slider .slick-active img {
    opacity: 1;
	margin-right: -200px;
}

.visual-slider .slick-slide img:first-child {
    left: -10px;
    margin-right: -200px;margin-right: -44px;
}
.visual-slider .slick-active img:first-child {
    left: 0px;
    margin-right: -200px;margin-right: -44px;
}

.visual-slider .slick-slide img:last-child {
    bottom: -30px;
}

.visual-slider .slick-active img:last-child {
     bottom: 105px;  
}

.visual-slider .reset-animation img {
    opacity: 0;
}

.visual-slider .reset-animation img:first-child {
    left: -40px;
}

.visual-slider .reset-animation img:last-child {
    bottom: -40px;
}

.visual-slider .slick-slide:nth-child(1) { background-image: url("/images/visual/mainbanner/bg-main-slide1.png?vs=20220715"); height: 994px;}
.visual-slider .slick-slide:nth-child(2) { background-image: url("/images/visual/mainbanner/bg-main-slide2.png?vs=20220715"); height: 994px;}
.visual-slider .slick-slide:nth-child(3) { background-image: url("/images/visual/mainbanner/bg-main-slide3.png?vs=20220715"); height: 994px;}
.visual-slider .slick-slide:nth-child(4) { background-image: url("/images/visual/mainbanner/bg-main-slide4.png?vs=20220715"); height: 994px;}
.visual-slider .slick-slide:nth-child(5) { background-image: url("/images/visual/mainbanner/bg-main-slide5.png?vs=20220715"); height: 994px;}

.visual-slider .slick-dots {
    display: flex;
    text-align: left;
    position: absolute;
    box-sizing: border-box;
    top:57%;
	
    left: 50%;
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    transform: translateX(-50%);
}

.visual-slider .slick-dots li button {
    overflow: hidden;
    width: 29px;
    height: 3px;
    margin: 0;
    margin-right: 3px;
    border: 0;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.5);
    text-indent: 9999px;
}

.visual-slider .slick-dots .slick-active button {
    background: #fff;
}

.download-btn-wrap {
	position: relative;
	display: block;
	bottom: 10px;
}

.download-btn-wrap .btn-download {
    display: flex;
    align-items: center;
    position: relative;
     
    width: 240px; width: 222px;
    height: 51px;
    padding-left: 30px;  padding-left: 13px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.1) url("/images/btn/btn-download.png") no-repeat center right 30px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}

.download-btn-wrap .btn-download:hover {
    background-color: rgba(17, 46, 81, .2);
    border-color: transparent;
}

.customer-list {
    bottom: 205px;
	bottom: 156px;
    z-index: 15;
	
	position: relative;
	bottom: 83px;
	
}

.customer-list .slick-container {
    width: 100%;
    max-width: 640px;
    margin: 0;
}

.customer-list li {
    padding-right: 5px;
    box-sizing: border-box;
}

.customer-list li img {
    width: 100%;
}

.achievements-list {
    position: relative;
    bottom: 50px;
    z-index: 10;
}

.achievements-list ul {
    border-radius: 10px;
    background: #2a425e;
    color: #fff;
    -webkit-box-shadow: 3px -3px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px -3px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px -3px 20px 0px rgba(0, 0, 0, 0.2);
}

.achievements-list ul:after {
    display: block;
    clear: both;
    content: "";
}

.achievements-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
    width: 33.333%;
    padding: 27px 0;
}

.achievements-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievements-list li>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievements-list li img {
    display: block;
    margin-right: 20px;
}

.achievements-list li::before {
    display: block;
    position: absolute;
    top: 28px;
    right: 0;
    width: 1px;
    height: 67px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}

.achievements-list li:last-child::before {
    display: none;
}

.achievements-list li span {
    display: block;
}

.achievements-list span br {
    display: none;
}

.achievements-list em {
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.achievements-list strong {
    display: block;
    font-weight: 700;
    font-size: 28px;
}

.achievements-list strong em {
    display: inline;
}

.achievements-list .js-cross-view span {
    transition: .5s ease;
}

.achievements-list .js-cross-view span:first-child {
    position: absolute;
}

.achievements-list .js-cross-view span:last-child {
    opacity: 0;
}

.achievement-pop {
    overflow: hidden;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.achievement-pop img {
    display: block;
    width: 100%;
    height: 100%;
}

.achievement-pop .btn-close-pop {
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 0;
    background: url("/images/btn/btn-w-close.png") no-repeat center;
    background-size: contain;
    line-height: 10;
}

.video-pop-wrap {
position: absolute;
bottom: 121px;
left: 41px;

    width: 400px;width: 600px;
    z-index: 150;
    box-sizing: border-box;

}

.video-pop-wrap .pop-con {
    position: relative;
    padding: 10px 10px 0 0;
    width: 100%;
    max-width: 800px;
}

.video-pop-wrap .pop-con video {
    width: 80%;
}

.video-pop-wrap .pop-con .btn-close-pop {
    overflow: hidden;
    position: relative;
     
    left: 0px; left: -0px;
    width: 17px;
    height: 17px;
    border: 0;
    background: rgba(0, 0, 0, 0.25) url("/images/btn/btn-w-close.png") no-repeat center;
    background-size: 10px;
    border-radius: 100%;
    line-height: 10;
	
	display: block;
	bottom: 0px; bottom: 7px; bottom: 17px;
}

/* contents */
.contents {
    word-break: keep-all;
    word-wrap: break-word;
    box-sizing: border-box;
}
.contents.board {
  height: 39%;
}
.contents.con1,
.contents.con4,
.contents.con5 {
    text-align: center;
}

.contents .con-wrap {
    overflow: hidden;
    position: relative;
    padding: 55px 40px;
}

.contents.con1 header,
.contents.con4 header,
.contents.con5 header {
    margin-bottom: 60px;
}

.contents h2 {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 400;
    color: #ff0000;
}

.contents h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000;
}

.contents.con2 .con-wrap,
.contents.con3 .con-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contents .img-wrap {
    width: 50%;
}

/* 상품안내 */
.contents.con1 ul {
    display: flex;
    justify-content: space-between;
}

.contents.con1 ul li {
    position: relative;
    bottom: -30px;
    width: 630px;
    box-sizing: border-box;
    text-align: left;
    transition: 1s;
    opacity: 0;
}

.contents.con1.move ul li {
    bottom: 0;
    opacity: 1;
}

.contents.con1 ul li:last-child {
    transition-delay: .3s;
}

.contents.con1 ul li:first-child a {
    background: url("/images/bg/bg-main-con1-card1.png") center no-repeat;
}

.contents.con1 ul li:last-child a {
    margin-left: 20px;
    background: url("/images/bg/bg-main-con1-card2.png") center no-repeat;
}

.contents.con1 ul li a {
    display: block;
    position: relative;
    padding: 46px 60px 23px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.2);
    transition: transform .3s ease;
}

.contents.con1 ul li a:hover {
    transform: scale(1.02);
}

.contents.con1 ul li em {
    position: relative;
    font-size: 26px;
    font-weight: 300;
}

.contents.con1 ul li em::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 17px;
    background: rgba(255, 164, 0, 0.2);
    content: "";
}

.contents.con1 ul li:last-child em::before {
    background: rgba(0, 255, 208, 0.2);
}

.contents.con1 ul li strong {
    display: block;
    margin-top: 8px;
    font-size: 44px;
    font-weight: 400;
}

.contents.con1 ul li p {
    width: 156px;
    margin-top: 30px;
    padding-left: 24px;
    border: 1px solid #ff0000;
    background: url("/images/btn/btn-box-more.png") no-repeat center;
    font-size: 14px;
    font-weight: 300;
    color: #ff0000;
    line-height: 40px;
    transition: .3s ease;
}

.contents.con1 ul li a:hover p {
    background: #ff0000 url("/images/btn/btn-box-more-hover.png");
    color: #fff;
}

/* 서비스01 */
.contents.con2 {
    background: #edfbf5 url("/images/bg/bg-main-service01.png")no-repeat center;
    background-size: cover;
}

.contents.con2 .con-wrap {
    padding: 30px 40px;
}

.contents.con2 header {
    width: 50%;
    padding-left: 120px;
    order: 1;
}

.contents.con2 h2,
.contents.con2 h3,
.contents.con2 p {
    position: relative;
    right: -100px;
    opacity: 0;
    transition: 1s ease .3s;
}

.contents.con2.move h2,
.contents.con2.move h3,
.contents.con2.move p {
    right: 0;
    opacity: 1;
}

.contents.con2 h3 {
    margin-bottom: 61px;
}

.contents.con2 p {
    font-size: 27px;
    color: #2f77af;
    line-height: 1.37;
    transition-delay: .8s;
}

.contents.con2 h3+p::after {
    display: block;
    position: absolute;
    bottom: 50%;
    left: -143px;
    width: 0;
    height: 1px;
    background: #2f77af;
    transition: .3s ease 1.6s;
    content: "";
}

.contents.con2.move h3+p::after {
    width: 100px;
}

.contents.con2 p:last-child {
    margin-top: 50px;
    margin-left: -9px;
    padding: 0 9px 9px;
    background: url("/images/bg/bg-main-txtstar1.png")no-repeat left bottom;
    transition-delay: 1.2s;
}

.contents.con2 p:last-child em {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.contents.con2 .img-wrap {
    position: relative;
    left: -50px;
    bottom: -50px;
    margin-left: -60px;
    transition: .5s ease;
    opacity: 0;
}

.contents.con2.move .img-wrap {
    left: 0;
    bottom: 0;
    opacity: 1;
}

/* 서비스02 */
.contents.con3 {
    background: #ede9e6 url("/images/bg/bg-main-service02.png")no-repeat right;
    background-size: cover;
}

.contents.con3 h2,
.contents.con3 h3,
.contents.con3 p,
.contents.con3 dl {
    position: relative;
    left: -200px;
    opacity: 0;
    transition: 1s ease;
}

.contents.con3.move h2,
.contents.con3.move h3,
.contents.con3.move p,
.contents.con3.move dl {
    opacity: 1;
    left: 0;
}

.contents.con3 h3 {
    margin-bottom: 61px;
}

.contents.con3 p {
    color: #413410;
    font-size: 27px;
    line-height: 1.37;
    position: relative;
    transition-delay: .8s;
}

.contents.con3 p br:first-child {
    display: none;
}

.contents.con3 p::after {
    display: block;
    position: absolute;
    right: -140px;
    bottom: 50%;
    width: 0;
    height: 1px;
    background: #c3b8ad;
    transition: .2s ease 1.8s;
    content: "";
}

.contents.con3.move p::after {
    width: 100px;
}

.contents.con3 dl {
    margin-top: 50px;
    color: #000;
    transition-delay: 1.2s;
}

.contents.con3 dt {
    margin-bottom: 8px;
    margin-left: -12px;
    padding: 0 12px 12px;
    background: url("/images/bg/bg-main-txtstar2.png")no-repeat left bottom;
    font-weight: 700;
    font-size: 20px;
}

.contents.con3 dd {
    font-size: 18px;
    line-height: 1.7;
}

.contents.con3 dd strong {
    color: #f25474;
}

.contents.con3 .img-wrap {
    margin-right: -60px;
    position: relative;
    top: -50px;
    transition: .3s ease;
    opacity: 0;
}

.contents.con3.move .img-wrap {
    top: 0;
    opacity: 1;
}

.contents.con3 .img-wrap img {
    display: block;
    margin: 0 auto;
}

/* 임종 관리 서비스 */
.contents.con4 {
    font-size: 16px;
}

.contents.con4 .split-box {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    position: relative;
    padding: 0 40px;
}

.contents.con4 .split-box::after {
    display: block;
    position: absolute;
    right: 50%;
    bottom: 20px;
    width: 1px;
    height: 450px;
    background: #ccc;
    opacity: 0;
    transition: .3s ease 1s;
    content: "";
}

.contents.con4.move .split-box::after {
    opacity: 1;
}

.contents.con4 .split {
    position: relative;
    width: 530px;
    margin-right: 100px;
    transition: 1s ease;
    opacity: 0;
}

.contents.con4.move .split {
    opacity: 1;
}

.contents.con4 .split div {
    text-align: left;
}

.contents.con4 .split h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 25px;
}

.contents.con4 .before {
    right: -200px;
}

.contents.con4.move .before {
    right: 0;
}

.contents.con4 .before h4 {
    background: #dce6f0;
    color: #1056a1;

}

.contents.con4 .after {
    margin-right: 0;
    left: -200px;
}

.contents.con4.move .after {
    left: 0;
}

.contents.con4 .after h4 {
    background: #dbf1f1;
    color: #114f50;
}

.contents.con4 .split h5 {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 700;
}

.contents.con4 .split .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.contents.con4 .split .box .img-wrap {
    width: auto;
    margin-right: 30px;
}

.contents.con4 .split ul {
    padding-left: 6px;
    box-sizing: border-box;
}

.contents.con4 .split li::before {
    margin-left: -12px;
    line-height: 1.875;
    content: "ㆍ";
}

/* 이용방법 */
.contents.con5 {
    background: url("/images/bg/bg-main-service05.png") no-repeat center;
    background-size: cover;
}

.contents.con5 h3 br {
    display: none;
}

.contents.con5 ol {
    display: flex;
    justify-content: space-between;
    counter-reset: num;
}

.contents.con5 li {
    position: relative;
    bottom: -20px;
    right: -60px;
    width: 240px;
    height: 294px;
    margin-left: 10px;
    border: 1px solid #bfbfbf;
    background: #fff;
    transition: .5s ease;
    opacity: 0;
}

.contents.con5 li:nth-child(2) {
    transition-delay: .4s;
}

.contents.con5 li:nth-child(3) {
    transition-delay: .8s;
}

.contents.con5 li:nth-child(4) {
    transition-delay: 1.2s;
}

.contents.con5 li:nth-child(5) {
    transition-delay: 1.6s;
}

.contents.con5.move li {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.contents.con5 li:first-child {
    margin-left: 0;
}

.contents.con5 li::before {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 58px;
    height: 46px;
    padding-top: 14px;
    transform: translateX(-50%);
    -webkit-box-shadow: 10px 8px 8px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 10px 8px 8px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 10px 8px 8px 0px rgba(0, 0, 0, 0.11);
    background-color: #184998;
	/*url("/images/bg/bg-step-num.png"); */
	 
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    content: "0"counter(num);
    counter-increment: num 1;
}

.contents.con5 li::after {
    display: block;
    position: absolute;
    top: 74px;
    left: 50%;
    width: 77px;
    height: 67px;
    transform: translate(-50%);
    background: no-repeat center;
    background-size: contain;
    content: "";
}

.contents.con5 li:nth-child(1)::after {
    background-image: url("/images/icon/icon-main-step1.png");
}

.contents.con5 li:nth-child(2)::after {
    background-image: url("/images/icon/icon-main-step2.png");
}

.contents.con5 li:nth-child(3)::after {
    background-image: url("/images/icon/icon-main-step3.png");
}

.contents.con5 li:nth-child(4)::after {
    background-image: url("/images/icon/icon-main-step4.png");
}

.contents.con5 li:nth-child(5)::after {
    background-image: url("/images/icon/icon-main-step5.png");
}

.contents.con5 li dl {
    margin-top: 180px;
}

.contents.con5 li dt {
    font-size: 24px;
    font-weight: 700;
}

.contents.con5 li dd {
    margin-top: 15px;
    font-size: 16px;
    color: #777;
}

/* 부고안내 & 이용후기 */
.contents.board .con-wrap {
    display: flex;
    justify-content: space-between;
}

.contents.board article {
    position: relative;
    width: 46%;
    max-width: 540px;
    opacity: 0;
    transition: 1s ease;
}

.contents.board header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #999;
}

.contents.board h2 {
    font-size: 32px;
    font-weight: 300;
    color: #000;
}

.board .btn-wrap {
    display: flex;
    justify-content: space-between;
}

.board .btn-wrap a,
.board .btn-wrap button {
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e5e5;
    line-height: 9999;
    box-sizing: border-box;
}

.board .btn-move {
    display: flex;
}

.board .btn-move button {
    background: url("/images/btn/btn-board-arrow.png") no-repeat center;
    background-size: contain;
}

.board .btn-move button:first-child {
    border-left: 0;
    transform: rotate(-180deg);
}

.board .btn-more {
    margin-left: 10px;
    background: url("/images/btn/btn-board-more.png") no-repeat center;
}

.board .list-board {
    left: -100px;
}

.board.move .list-board {
    left: 0;
    opacity: 1;
}

.board .list-board li a {
    display: flex;
    align-items: center;
    height: 110px;
    border-bottom: 1px solid #d7d7d7;
}

.board .list-board .date {
    width: 65px;
    margin-right: 38px;
    text-align: center;
}

.board .list-board .date em {
    font-size: 26px;
    color: #777;
}

.board .list-board .date span {
    display: block;
    font-size: 16px;
    color: #999;
}

.board .list-board .title span {
    font-size: 16px;
    color: #777;
}

.board .list-board .title strong {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
}

.board .gallery-board {
    right: -100px;
}

.board.move .gallery-board {
    opacity: 1;
    right: 0;
}

.board .gallery-board .slick-slide {
    display: flex;
    width: 100%;
    padding: 20px 0;
}

.board .gallery-board .thumb {
    margin-right: 40px;
    width: 202px; width: 100%;
    height: 192px; height: 100%;
    border: 1px solid #ededed;
    overflow: hidden;
}

.board .gallery-board .tit {
    margin-top: 12px;
}

.board .gallery-board .tit a {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.board .gallery-board .tit p {
    position: relative;
    padding-top: 20px;
    font-size: 16px;
    color: #777;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: normal;
}

.board .gallery-board .tit p::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #e5e5e5;
    content: "";
}

.board .gallery-board .tit span {
    font-size: 16px;
    color: #999;
}

.today-pop .bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #000;
    color: #fff;
}

.today-pop .chk-wrap input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.today-pop .chk-wrap input:checked+label::before {
    background: #fff;
    color: #000;
    text-align: center;
    content: "✔";
}

.today-pop .chk-wrap label {
    display: flex;
    align-items: center;
}

.today-pop .chk-wrap label::before {
    display: block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    content: "";
}

.today-pop .btn-close {
    overflow: hidden;
    width: 20px;
    background: url("/images/btn/btn-close.png") no-repeat center;
    border: 0;
    text-indent: -99px;
}

/* pc */
@media screen and (min-width: 1024px) {
	
	div.slick-wrapper:nth-child(1) > .visual-slider .slick-slide {
	  height: 800px;
	}
	.visual-slider {
	 
		height: 829px;
	/*	height: 629px;*/
	}	

    /* main popup */
    .today-pop {
        position: fixed;
        top: 10%;
        left: 6%;
        width: 540px;
        z-index: 150;
    }

    #jsToday02 {
       left: calc(6% + 550px); 
		left: calc(50% - 270px);
    }
    #jsToday03 {
       left: calc(6% + 550px); 
		left: calc(50% - 270px);
    }
	.contents .con-header .tab-title {
	  padding-top: 40px;
	}
}
    .aside-consulting {
        height: 799px;
        font-size: 14px;
    }

/* pc 1280 이하 */
@media screen and (max-width: 1280px) {
			.visual-slider .slick-slide {
			  height: 800px;
			}
			.visual {
				position: relative;
				display: block;
				height: 840px;
				padding-top: 90px;
				box-sizing: border-box;
			}
			.achievements-list {
				position: relative;
				display: block;
				bottom: 72px;
				z-index: 10;
			}


		.visual-slider {
		height: 729px;
/*		height: 629px; */
/*		height: 500px; */
	}	
	
    .visual .aside-consulting {
        height: 799px;
        font-size: 14px;
    }

    .visual .aside-consulting h2 {
        font-size: 22px;
    }

    .visual .aside-consulting .consulting-form input {
        height: 34px;
    }

    .visual .aside-consulting .consulting-form select {
        height: 34px;
    }

    .visual .aside-consulting .consulting-form {
        margin-bottom: 19px;
    }

    .visual .aside-consulting .consulting-list .list {
        margin-bottom: 17px;
    }


    .aside-consulting {
        height: 799px;
        font-size: 14px;
    }

    .aside-consulting h2 {
        font-size: 22px;
    }

    .aside-consulting .consulting-form input {
        height: 34px;
    }

    .aside-consulting .consulting-form select {
        height: 34px;
    }

    .aside-consulting .consulting-form {
        margin-bottom: 19px;
    }

    .aside-consulting .consulting-list .list {
        margin-bottom: 17px;
    }


    .visual-slider .slick-slide img:first-child {
        width: auto;
		height: 200px;
		margin-top: 16%;
		margin-right:-200px;
		left: -20px;
	}
    .visual-slider .slick-active img:first-child {
        width: auto;
		height: 200px;
		margin-top: 16%;
		margin-right:-200px;
		left: 10px;
	}


    .visual-slider .slick-slide img:last-child {
		height: 500px;
		right: calc(10%);
		bottom: unset;
		top: 20px;
    }
    .visual-slider .slick-active img:last-child {
		height: 500px;
		right: calc(10%);  right: -129px;
		bottom: unset;
		top: -220px;
    }

/*
    .visual-slider .slick-slide:nth-child(3) img:last-child {
        height: 700px;
        padding-bottom: 99px;
    }
*/
    .visual-slider .slick-dots {
        top: 58%;
    }


    .achievements-list em {
        font-size: 16px;
    }

    .achievements-list strong {
        font-size: 24px;
    }

    .contents.con1 h3 {
     /*   font-size: 38px; */
    }
}


.today-pop-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 150;
}
	div.customer-list:nth-child(2) > div:nth-child(3) {
		bottom: 50px;
	}	

@media screen and (max-width: 1024px) {
	.visual-slider {
		height: 529px; 
/*		height: 500px; */
	}	
}



/* tablet 1024 이하 */
@media screen and (max-width: 1024px) {
.visual-slider .slick-slide {
  height: 800px;
}
	
    .visual .aside-consulting {
        display: none;
    }
    .aside-consulting {
        display: none;
    }

    .visual-slider .slick-slide img:first-child {
        width: auto;
        height: 20% ;
		margin-top: 22%;
		left: -40px;
		margin-right: -200px;margin-right: -34px;
    }
    .visual-slider .slick-active img:first-child {
        width: auto;
        height: 20% ;
		margin-top: 22%;
		margin-right: -200px;margin-right: -34px;
		left: 0px;
    }

    .visual-slider .slick-slide img:last-child {
			bottom: unset;
			height: 500px;

			top: -28px;
			right: 122px;
    }
	.visual-slider .slick-active img:last-child {
			bottom: unset;
			height: 500px;

			top: -308px;top: -195px;top: -216px;top: -208px;
			right: 122px;
	}	
/*	
    .visual-slider .slick-slide:nth-child(3) img:last-child {
        height: auto;
        padding-bottom: 0;
    }
*/
    .download-btn-wrap .btn-download {
      /*  bottom: 188px; */
     }

    .achievements-list {
        word-break: keep-all;
        word-wrap: break-word;
		
		bottom: 58px;
    }

    .achievements-list li {
        padding: 27px 10px;
        box-sizing: border-box;
    }

    .achievements-list strong {
        font-size: 20px;
    }

    .achievements-list em {
        font-size: 14px;
    }
			.customer-list {
			    bottom: -125px;
			}
			.video-pop-wrap {
				bottom: 71px; bottom: 121px;bottom: 292px;

				width: 70%;
				max-width: 400px;max-width: 500px;
				z-index: 20;

				position: absolute;
		 
				width: 70%;width:100%;
				max-width: 400px;max-width: 500px;
				z-index: 10;
			}
			.download-btn-wrap {
			  position: relative;
				bottom: 11px;
				display: block;
			}

			.visual-slider .slick-dots {
			    top: 79%;
			}			


			
    .video-pop-wrap .pop-con {
        width: 100%;
    }

    .contents h2 {
        font-size: 20px;
    }

    .contents h3 {
      /*  font-size: 34px; */
    }

    .contents.con1 ul li a {
        padding: 26px 30px 23px;
    }

    .contents.con1 ul li em {
        font-size: 22px;
    }

    .contents.con1 ul li strong {
        font-size: 34px;
    }

    .contents.con2 p {
        font-size: 24px;
    }

    .contents.con2 .img-wrap img {
        width: 100%;
    }

    .contents.con2.move h3+p::after {
        width: 70px;
        left: -92px;
    }

    .contents.con3 header {
        width: 60%;
    }

    .contents.con3 .img-wrap img {
        width: 100%;
        max-width: 399px;
    }

    .contents.con3 p {
        font-size: 22px;
    }

    .contents.con3.move p::after {
        display: none;
    }

    .contents.con3 dd {
        font-size: 16px;
    }

    .contents.con4 .split-box {
        flex-direction: column;
        justify-content: center;
    }

    .contents.con4 .split-box::after {
        display: none;
    }

    .contents.con4 .split {
        margin-right: 0;
        margin: 0 auto;
    }

    .contents.con5 li {
        height: 285px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .contents.con5 li dl {
        margin-top: 159px;
    }

    .contents.con5 li dt {
        font-size: 18px;
    }

    .contents.con5 li dd {
        margin-top: 10px;
        font-size: 14px;
    }

    .today-pop-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 150;
    }

    .today-pop-wrap .slick-wrapper {
        width: 90%;
        max-width: 540px;
        margin: 100px auto 0;
    }

    .today-pop-wrap .slick-wrapper img {
        width: 100%;
    }

    .today-pop-wrap .chk-wrap {
        font-size: 14px;
    }

    .today-pop-wrap .slick-arrow {
        overflow: hidden;
        position: absolute;
        top: 50%;
        width: 34px;
        height: 40px;
        margin-top: -19px;
        border: 0;
        background: rgba(0, 0, 0, 0.2) url("/images/btn/btn-w-arrow.png") no-repeat center;
        background-size: 12px;
        line-height: 20;
        z-index: 10;
    }

    .today-pop-wrap .slick-prev {
        left: 0;
    }

    .today-pop-wrap .slick-next {
        right: 0;
        transform: rotate(-180deg);
    }

}

@media screen and (max-width: 975px) {
 .visual-slider .slick-slide {
  height: 800px;
}
	   .achievements-list .slick-arrow {
        position: absolute;
        top: 0;
        border: 0;
        width: 20px;
        height: 100%;
        line-height: 30;
        overflow: hidden;
        background: url("/images/btn/btn-w-arrow.png") no-repeat center;
        background-size: 14px;
        opacity: .4;
        z-index: 10;
    }

    .achievements-list .slick-arrow.slick-prev {
        left: 10px;

    }

    .achievements-list .slick-arrow.slick-next {
        right: 10px;
        transform: rotate(180deg);
    }

    .achievements-list strong {
        font-size: 20px;
    }

    .achievements-list em {
        font-size: 16px;
    }
}

/* moblie 768 이하 */
@media screen and (max-width: 768px) {
	/*
.visual-slider .slick-slide {
  height: 800px;
}
.visual-slider .slick-slide {
  height: 600px;
}
*/
.visual {
/* height: 684px;height: 696px; */
}
/*
.visual-slider {
  height: 373px;
  height: 500px;
}
*/
.video-pop-wrap {
  left: 14px;
  bottom: 57px; bottom: 322px;
}
.download-btn-wrap {
  position: relative;
  bottOM: -175px; bottOM: 7px;
}
    .visual-slider .slick-slide img:first-child {
		
        left: -60px;
		width: 100%;
		margin-top: 30%;
    }
    .visual-slider .slick-active img:first-child {
        left: 0px;
		width: 100%;
		margin-top: 30%;
    }
			/*@media screen and (max-width:768px)*/
			.visual-slider .slick-slide img:first-child {
				left: -60px;
				width: auto;
				margin-top: 30%;
				height: 156px;
				margin-right: -80px;
				
				
				
			}
			.visual-slider .slick-active img:first-child {
				left: 0px;
				width: auto;
				margin-top: 30%;
				height: 156px;
				margin-right: -80px;
			}

			/*@media screen and (max-width:768px)*/
			.visual-slider .slick-slide img:last-child {
				width: auto;
				height: 526px;height: 452px;
				bottom: 0px;
			}

			.visual-slider .slick-active img:last-child {
				width: auto;
				height: 526px;height: 452px;
				bottom: 278px;   bottom: 678px;
			}


	
	
    .visual-slider .slick-dots {
        top: 74%;
        padding: 0 15px;
    }

    .download-btn-wrap .btn-download {
    /*    bottom: 178px; */
    }

    .customer-list {
          bottom: -128px;
    }

	.achievements-list {
	   bottom: 65px;
	}		
    .contents .con-wrap {
        padding: 50px 15px;
    }

    .contents.con2 .con-wrap,
    .contents.con3 .con-wrap {
        display: block;
    }

    .contents.con1 header,
    .contents.con4 header,
    .contents.con5 header {
        margin-bottom: 40px;
    }

    .contents.con1 ul {
        display: block;
    }

    .contents.con1 ul li {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 10px;
    }

    .contents.con1 ul li:last-child a {
        margin: 0;
    }

    .contents.con2 {
        background-image: url("/images/bg/bg-main-m-service01.png");
        background-position: center;
    }

    .contents.con2 .con-wrap {
        padding: 46px 15px;
    }

    .contents.con2 header {
        position: relative;
        width: 100%;
        padding: 0;
        z-index: 5;
    }

    .contents.con2 h3 {
        margin-bottom: 27px;
    }

    .contents.con2.move h3+p::after {
        display: none;
    }

    .contents.con2 p:last-child {
        margin-top: 12px;
    }

    .contents.con2 .img-wrap {
        width: 50%;
        margin: -80px 0 0 auto;
    }

    .contents.con3 header {
        position: relative;
        width: 100%;
        z-index: 5;
    }


    .contents.con3 h3 {
        margin-bottom: 27px;
    }

    .contents.con3 p br:first-child {
        display: block;
    }

    .contents.con3 dl {
        width: 60%;
        margin: 22px 0 0 auto;
    }

    .contents.con3 .img-wrap {
        width: 30%;
        margin-top: -130px;
    }

    .contents.con4 .split-box {
        padding: 0;
    }

    .contents.con4 .split {
        width: 100%;
    }

    .contents.con5 ol {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contents.con5 li {
        max-width: 240px;
        width: calc(33.333% - 7px);
        margin-bottom: 29px;
    }

    .contents.board .con-wrap {
        display: block;
    }

    .contents.board article {
        width: 100%;
        margin: 0 auto;
    }

    .board article.gallery-board {
        margin-top: 80px;
    }
}

/* moblie 480 이하 */
@media screen and (max-width: 500px) {
.visual-slider .slick-slide {
  height: 550px;
}
/* .visual {  height: 615px;}	 */
/*
    .visual-slider .slick-slide .con-wrap::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.05);
        content: "";
    }
*/
    .visual-slider .slick-slide .con-wrap {
        height: 503px;
    }
	.visual-slider {

		height: 629px;
	}

			.visual-slider .slick-slide img:first-child {
				width: auto;
				height: 112px;
				margin-top: 110px;
				margin-right: -221px;
				left: -320px;
			}
			.visual-slider .slick-active img:first-child {
				width: auto;
				height: 112px;
				margin-top: 110px;
				left: 0px;
				margin-right: -221px;
				
			}

			.visual-slider .slick-slide img:last-child {
				width: auto;
				bottom: unset;
				
				top: 115px;
				right: 100x;
				height: 406px;height: 406px;height: 334px;
				left: 70px;
			}
			.visual-slider .slick-active img:last-child {
				width: auto;
				bottom: unset;
				
				top: 77px;
				right: 100x;
				height: 406px;height: 406px;height: 334px;
				left: 70px;
			}
/*
    .visual-slider .slick-slide:nth-child(3) img:last-child {
        height: 74%;
    }
*/
    .visual-slider .slick-dots {
         top: 260px;
    }

    .customer-list {
       bottom: 188px;
    }
/*
    .download-btn-wrap .btn-download {
        bottom: -23px;
        width: 203px;
        height: 40px;
        padding-left: 20px;
        background-position: center right 20px;
        font-size: 16px;
    } */
		.video-pop-wrap {
		}


		.video-pop-wrap {
			/* bottom: 71px; */
			 
			width: 70%; width: 70%; 
			max-width: 400px; 
			z-index: 20;
			position: absolute;
			 
			max-width: 400px;max-width: 600px;
			display: block;
			z-index: 10;
left: 15px;
bottom: 48px;    bottom: 44px;bottom: -39px;
 
 
 bottom: 132px;
height: 100%;
		}
		
		.video-pop-wrap .pop-con {
		  height: 100%;
		}
		

	div.customer-list:nth-child(2) > div:nth-child(3) {
		bottom: 20px;
	}	
	
    .achievements-list strong {
        font-size: 18px;
    }


    .achievements-list em {
        font-size: 14px;
        margin-bottom: 4px;
    }
	#thisbody > main > article.visual > div.achievements-list.con-wrap {
	  margin-top: unset;
	}	
		.visual {
			height: 684px; height: 612px;
		}
		.achievements-list {
		  bottom: 50px;
		}

    .achievements-list li {
        padding: 12px 10px;
    }

    .achievements-list strong {
        font-size: 18px;
    }

    .achievements-list em {
        font-size: 14px;
        margin-bottom: 4px;
    }




    .contents h2 {
        margin-bottom: 1px;
        font-size: 16px;
    }

    .contents h3 {
        font-size: 26px; font-size: 22px;
    }

    .contents.con1 h3 {
        font-size: 26px; font-size: 22px;
    }

    .contents.con1 ul li a {
        padding: 18px 30px;
    }

    .contents.con1 ul li em {
        font-size: 16px;
    }

    .contents.con1 ul li em::before {
        height: 10px;
    }

    .contents.con1 ul li strong {
        margin-top: 4px;
        font-size: 26px;
    }

    .contents.con1 ul li p {
        margin-top: 20px;
        line-height: 36px;
    }

    .contents.con2 p {
        font-size: 18px;
    }

    .contents.con2 p:last-child {
        display: inline-block;
        padding: 0 47px 9px 9px;
        background-size: contain;
    }

    .contents.con2 p:last-child em {
        font-size: 13px;
    }

    .contents.con3 p {
        font-size: 16px;
        letter-spacing: -.11em;
    }

    .contents.con3 dt {
        display: inline-block;
        padding: 0 40px 12px 12px;
        background-size: contain;
        font-size: 14px;
    }

    .contents.con3 dd {
        font-size: 12px;
    }

    .contents.con4 {
        font-size: 14px;
    }

    .contents.con4 .after {
        padding-top: 30px;
    }


    .contents.con4 .split h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .contents.con4 .split .box {
        margin-bottom: 10px;
    }

    .contents.con4 .split h5 {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .contents.con4 .split li {
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .contents.con4 .split li br {
        display: none;
    }

    .contents.con4 .split .box .img-wrap {
        flex-shrink: 0;
        width: 130px;
        margin-right: 20px;
    }

    .contents.con4 .split .box .img-wrap img {
        width: 100%;
    }

    .contents.con5 h3 br {
        display: block;
    }

    .contents.con5 ol {
        counter-reset: dt-num;
    }

    .contents.con5 li {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: 94px;
        padding: 0 20px;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .contents.con5 li::after {
        left: 56px;
        top: 50%;
        width: 50px;
        transform: translate(-50%, -50%);
    }

    .contents.con5 li dl {
        margin-top: 0;
        margin-left: 75px;
    }

    .contents.con5 li dt {
        display: flex;
        align-items: center;
    }

    .contents.con5 li::before {
        display: none;
    }

    .contents.con5 li dt::before {
        display: block;
        padding: 6px;
        background-size: contain;
        color: #ff0052;
        content: "0"counter(dt-num);
        counter-increment: dt-num 1;
    }

    .contents.con5 li dd {
        margin-top: -3px;
        margin-left: 5px;
    }

    .contents.board h2 {
        font-size: 24px;
    }

    .contents.board header {
        padding-bottom: 9px;
    }

    .board .list-board .date {
        margin-right: 18px;
    }

    .board .list-board .date em {
        font-size: 22px;
    }

    .board .list-board .title strong {
        font-size: 18px;
    }
}