@charset "UTF-8";


#container {
    width: auto;
    margin: 0 auto;
    padding-top: 0;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#main_mobile {display:none}


.main_visual {
    position: relative;
}

.main_visual * {
    outline: none;
}

.main_visual .swiper-wrapper {}

.main_visual .swiper-wrapper .swiper-slide {
    height: inherit;
}

.main_visual .swiper-wrapper > div {}

.main_visual .swiper-wrapper .slick-track {
    overflow: hidden;
}

.main_visual .swiper-wrapper .swiper-slide {}

.main_visual .swiper-wrapper .swiper-slide div * {
    font-size: 90px;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    font-weight: 700;
}

.main_visual .swiper-wrapper .swiper-slide div strong {
    display: block;
}

.main_visual .swiper-wrapper .swiper-slide div span {
    font-size: 20px;
    font-weight: 400;
}

.main_visual .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.main_visual .swiper-wrapper .box1 {
   /*  background: url(../img/main/visual_1.png) center 0 no-repeat; */
   background: url(../img/main/main_visual_01.jpg) center 0 no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

.main_visual .swiper-wrapper .box2 {
    background: url(../img/main/main_visual_02.jpg) center 0 no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

.main_visual .swiper-wrapper .box3 {
    background: url(../img/main/main_visual_04.jpg) center 0 no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

.main_visual .swiper-wrapper .box4 {
    background: url(../img/main/visual_4.jpg) center 0 no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

.main_visual .swiper-wrapper .box1 a {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 25%;
    height: 10%;
    left: 53%;
    top: 53%;
	/* border: 1px solid; */
}
.main_visual .swiper-wrapper .box2 a {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 10%;
    height: 10%;
    left: 64%;
    top: 84%;
}
.main_visual .swiper-wrapper .box4 a {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 22%;
    height: 12%;
    left: 61.5%;
    top: 85%;
}


.main_visual .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    background: #fff;
    opacity: .4;
    margin: 0 5px;
}

.main_visual .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-top: 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet-active {
    opacity: .8
}


.play_area {
    /* background: #d6f4ed; */
    position: relative;
    margin: 100px 0;
}

.play_area .media_wrap_youtube{    
    margin: 0 auto;
    max-width: 1000px;
}

.play_area .media_wrap_youtube{    
    margin: 0 auto;
    max-width: 1000px;
}

.play_area p {
    position: absolute;
    left: 10%;
    top: 10%;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.play_area #media_box {
    width: 1000px;
    margin: 0 auto;
}


.app_box {
    /* background: #edf5ff; */
    background: #dcf7c8;
    padding: 100px;
}


.app_box #msg1{
    font-size: 1.5rem;
}

.app_box:after {
    content: "";
    display: block;
    clear: both;
}

.app_box .left {
    width: 50%;
    float: left;
    text-align: center;
}

.app_box .left strong {
    font-size: 32px;
    display: block;
    line-height: 34px;
    color: #585c62;
}

.app_box .left p {
    color: #585c62;
    font-size: 16px;
    line-height: 30px;
    margin: 40px 0;
}

.app_box .left p em {
    /* color: #4a90e2; */
    color: #ff4c14;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.app_box .left .select_area {
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.app_box .left .select_area > button {
    text-align: left;
    background: #fff url(../img/main/btn_blur.gif) right 25px center no-repeat;
    color: #7e848c;
    border: 1px solid #383b3f;
    border-radius: 30px;
    display: block;
    width: 100%;
    margin: 0px auto 50px;
    padding: 10px 20px;
    background-size: 25px 25px;
    outline: none;
}

.app_box .left .select_area > button:hover {
    border-color: #005341;
}

#content-1.content {
    max-height: 300px;
    border: 1px solid #383b3f;
    border-radius: 15px;
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    opacity: 0;
    z-index: -1;
}

#content-1.content.on {
    opacity: 1;
    z-index: 1;
}

#content-1.content ul {}

#content-1.content ul li {
    margin-top: 20px;
}

#content-1.content ul li:first-child {
    margin-top: 0px;
}

#content-1.content ul li button {
    background: none;
    padding: 5px 0;
}

#content-1.content .mCSB_scrollTools .mCSB_buttonUp,
#content-1.content .mCSB_scrollTools .mCSB_buttonDown {
    display: none !important;
}

#content-1.content .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 !important;
}

#content-1.content .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #4a90e2;
}

#content-1.content .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background: #fff;
    box-shadow: none;
}


.app_box .left > button {
    color: #fff;
    /* background: #4a90e2; */
    background: #ff4c14;
    display: inline-block;
    padding: 0px 40px;
    border-radius: 5px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    ;
}



.app_box .right {
    background: #fff;
    text-align: center;
    width: 50%;
    float: right;
    min-height: 360px;
	padding-top: 3%;
}

.app_box .right .normal {
    text-align: center;
}

.app_box .right .normal em {
    display: block;
    margin-top: 45px;
    font-size: 18px;
    line-height: 20px;
    ;
}

.app_box .right .normal p {
    color: #7e848c;
    margin: 100px 0 80px;
}

.app_box .right .complete {
    padding: 20px 0;
}

.app_box .right .complete span:first-child {
    display: block;
}

.app_box .right .complete span img {
    width: 60px
}

.app_box .right .complete strong {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin: 25px 0;
    ;
}

.app_box .right .complete p {
    margin: 20px 0 0
}

.app_box .right > a {}

.app_box .right > a img {
    width: 250px;
}

.blog_youtube.main_blog_youtube{
    padding-right: 15px ;
    padding-left: 15px ;
}
.main_process{
    padding-right: 15px ;
    padding-left: 15px ;    
}
.sample_service {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    /* padding-right: 15px ;
    padding-left: 15px ;   */   
}

.sample_service:after {
    content: "";
    display: block;
    clear: both;
}

.sample_service h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 30px;
	text-align: center;
}

.sample_service > div {
	 width: 25%;
   /*  width: 49%; */
    /* margin: 0 0 2%; */
    float: left;
    padding: 20px;
    overflow: hidden;
    position: relative;
	 border: 1px solid #979797;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sample_service > div:hover {
	 border: 5px solid #005341;
}

/* .sample_service > div:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    ;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    border: 1px solid #979797;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} */

/* .sample_service > div:hover:after {
    border: 5px solid #005341;
} */

.sample_service > div:nth-child(even) {
   /*  margin-right: 2% */
}

.sample_service > div .info {
    /* width: 50%;
    float: left; */
    position: static;
    z-index: 3;
	margin-bottom: 15px;
}

.sample_service > div .info h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    ;
}

.sample_service > div .info em {
    color: #009473;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: bold;
    margin: 5% 0;
}

.sample_service > div > a {
    /* display: inline-block;
    color: #fff;
    background: #009473;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 0 35px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3; */

	display: block;
    color: #fff;
    background: #009473;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    border-radius: 10px;
    z-index: 3;
    text-align: center;
    width: 220px;
    margin: 20px auto 0;
}

.sample_service > div .img {
    /* width: 50%;
    float: right; */
}

.sample_service > div .img img {
    max-width: 100%;
	width: 100%;
}


.why_sample {
    text-align: center;
    /* background: #d6f4ed; */
	background: #edf5ff;
    padding: 100px 0 100px;
   /*  max-width: 1300px; */
    margin: 0 auto;
}

.why_sample h3 {
    font-size: 30px;
    line-height: 34px;
    color: #333;
}

.why_sample h3 span {
    font-size: 30px;
    /* color: #009473; */
	color: #4a90e2;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px
}

.why_sample p {
    color: #7e848c;
    margin: 0px 0 50px;
    font-size: 18px;
    line-height: 20px;
    ;
}

.why_sample ul {
	max-width: 1300px;
    overflow: hidden;
    padding: 0 5%;
	margin:0 auto;
}

.why_sample ul li {
    position: relative;
    padding: 30px 0;
    padding-left: 140px;
    float: left;
    width: 33.33%;
    max-height: 116.16px;
    height: 100%;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
	text-align: left;
}

.why_sample ul li:hover {
    background: #aad8ff;
}

.why_sample ul li:first-child + li + li ~ li {
    margin-top: 50px;
}

.why_sample ul li img {
	padding:10px;
    width: 95px;
    position: absolute;
    /* left: 70px; */
	left: 20px;
    top: 50%;
    transform: translateY(-50%);
	border: 2px solid #4a90e2;
	border-radius:50%;
}

.why_sample ul li strong {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500
}

.why_sample ul li strong span {
    font-size: 24px;
    line-height: 24px;
    /* color: #009473; */
    display: inline-block;
    position: relative;
    margin-top: -4px;
	font-weight: 700;
}



.main_process {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 100px ;
    padding-bottom: 100px ;
    padding-right: 15px ;
    padding-left: 15px ;
    overflow: hidden;
}

.main_process h3 {
    font-size: 30px;
    line-height: 34px;
    color: #333;
}

.main_process > p {
    margin: 30px 0 100px
}

.main_process > p br.m {
    display: none;
}

.main_process > p strong {
    display: inline-block;
    position: relative;
    top: -4px;
    color: #009473;
    font-size: 20px;
    line-height: 24px;
    ;
}

.main_process p strong span {
    color: #009473;
    font-size: 16px;
    line-height: 18px;
}

.main_process ul {
    overflow: hidden;
    text-align: center;
}

.main_process ul li {
	*zoom:1;
    position: relative;
    float: left;
    width: 28.33%;
    padding: 30px 0;
    margin-left: 7.5%;
    content: "";
    display: block;
    border: 1px solid #bbbfc4;
    border-radius: 15px;
}

.main_process ul li:first-child {
    margin-left: 0;
}

.main_process ul li:before {
    content: "";
    display: block;
    width: 64px;
    height: 47px;
    background: url(../img/main/list_blur1.gif) 0 0 no-repeat;
    position: absolute;
    left: -22%;
    top: 50%;
    margin-top: -15px;
    background-size: 100% 100%;
}

.main_process ul li:first-child:before {
    display: none;
}

.main_process ul li:after {
	content: "";
	display:block;
	clear:both;
   /*  content: "";
    display: none;
    border: 5px solid #005341;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 15px; */
}

.main_process ul li:hover:after {
    display: block;
}

.main_process ul li em {
    display: block;
    color: #fff;
    background: #005341;
    border-radius: 15px;
    /* padding: 0 60px; */
    height: 30px;
    line-height: 28px;
	width: 95px;
}


.main_process ul li img {
    width: 130px;
	float:left;
    margin: 50px 10px;
}
.main_process ul li .txt {
	float:left
}
.main_process ul li p {
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.main_process ul li strong {
	padding: 30px 0 20px;
    color: #009473;
    font-size: 28px;
    line-height: 22px;
    display: block;
	text-align: left;
    /* margin-top: 100px; */
}

.main_process ul li strong span {
    color: #009473;
    font-size: 20px;
    line-height: 24px;
    ;
}

.main_process .arr3 {
    text-align: center;
    height: 88px;
    line-height: 88px;
    margin: 30px auto 0;
    position: relative;
}

.main_process .arr3:before {
    background: url(../img/main/img_arr.gif) center center no-repeat;
    background-size: 100% 100%;
    width: 1000px;
    height: 88px;
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    -moz-transition: left 1s ease-in-out;
    -webkit-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    -ms-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

.main_process .arr3 div {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
}

.main_process .arr3 div span {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 3;
}


.main_process .arr3.on:before {
    left: 50%
}


.blog_youtube.main_blog_youtube {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog_youtube {
    max-width: 1300px;
    margin: 0 auto;
}

.blog_youtube h3 {
    font-size: 30px;
    line-height: 34px;
    color: #333;
    margin-bottom: 20px;
}
.blog_youtube > a{    
    background-color: #dee9bf;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    width: 100px;
    padding: 3px;
    padding-bottom: 5px;
    margin-top: 23px;
}

.blog_youtube .youtube_list {
    margin: 50px 0;
}

.blog_youtube .youtube_list:after {
    content: "";
    display: block;
    clear: both;
}

.blog_youtube .youtube_list li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}

.blog_youtube .youtube_list li:first-child {
    margin-left: 0;
}

.blog_youtube .youtube_list li .video {
    width: 100%;
    height: 224px;
    background: #d8d8d8;
    position: relative;
    z-index: 5;
}

.blog_youtube .youtube_list li .video * {
    width: inherit;
    height: inherit;
}

.blog_youtube .youtube_list li .info {
    position: relative;
    z-index: 3;
    text-align: left;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(245, 245, 245, 1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(245, 245, 245, 1);
    box-shadow: 0px 0px 5px 5px rgba(245, 245, 245, 1);
}

.blog_youtube .youtube_list li .info strong {
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
    ;
}

.blog_youtube .youtube_list li .info p {
    display: block;
    font-size: 18px;
    line-height: 22px;
    ;
}

.board_box {
    /* background: #dee9bf; */
    /* padding: 30px 0; */
    overflow: hidden;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    /* margin-bottom: 100px; */
}

/* .board_box:before {
    content: "";
    display: block;
    border-left: 1px solid #009473;
    top: 30px;
    bottom: 30px;
    left: 33.3333%;
    position: absolute;
}
.board_box:after {
    content: "";
    display: block;
    border-left: 1px solid #009473;
    top: 30px;
    bottom: 30px;
    left: 66.6666%;
    position: absolute;
} */

.board_box_wrap{    
    width: 100%;
   /*  background-color: #dee9bf; */
}
.board_box_wrap > .board_box{
    
}
.board_box > div {
    position: relative;
    float: left;
	width: calc(98%/3);
	/* width: 29.3333%; */
	margin-right: 1%;
   /*  width: 33.3333%; */
	padding: 4% 3%;
	background: #c9e1fe;
   /*  text-align: center;
    padding: 0 5% 120px; */
	height: 302px;
}

.board_box > div.notice {}
.board_box > div.faq {margin-right:0}
.board_box > div ul {
	border-top: 1px solid #000;
    text-align: left;
    min-height: 130px;
	padding-top: 15px;
}

.footer.pcb_footer > .footer_info > .left > strong > a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.footer.pcb_footer > .footer_info > .left > strong > a > img {
    width: 220px !important;
}

.footer.pcb_footer .sns-site li:hover > a > img {
    filter: grayscale(0%) !important;
}

.top-event.active{
    margin-top: -80px;
    transition: 1s;
}

.top-event{
    transition: 1s;
}

.top-event.active > a{
    top: -80px;
    transition: 1s;
}

.top-event > a {
    position: fixed; 
    top: 0; 
    z-index: 2; 
    left: 80%;
    transition: 1s;
}


@media (max-width: 1300px) {
    .app_box {
        padding: 50px;
    }
}


@media (max-width: 1200px) {
	.main_process ul li em { margin: 0 auto;}
	.main_process ul li strong {
		text-align:center;
    }
	.main_process ul li p {
		text-align:center;
	}
	.main_process ul li img,
	.main_process ul li .txt {float:none}
    .app_box .left strong {
        font-size: 24px;
        line-height: 30px;
        ;
    }
    .app_box .left p {
        font-size: 14px;
        margin: 30px 0;
    }
    .app_box .left p em {
        font-size: 16px;
    }
    .app_box .left .select_area > button {
        margin-bottom: 20px;
    }
    .app_box .left > button {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 16px;
        height: 40px;
        line-height: 36px;
    }

    .app_box .right {
        min-height: 300px;
    }
    .app_box .right .complete span img {
        width: 40px
    }
    .app_box .right .complete strong {
        font-size: 16px;
        margin: 15px 0;
    }
    .app_box .right .complete strong + span {
        font-size: 14px;
        ;
    }
    .app_box .right .complete p {
        margin-top: 20px;
    }
    .app_box .right > a img {
        width: 40%;
    }

    .board_box,
    .app_box .right .normal p {
        margin: 50px 0 40px;
    }

    .blog_youtube,
    .sample_service {
        padding: 50px 2%;
    }
    .blog_youtube {
        max-width: inherit;
    }
    .why_sample {
        padding: 50px 0;
        max-width: inherit;
    }
    .why_sample ul li img {
        width: 60px;
        left: 60px;
    }
    .why_sample ul li strong,
    .why_sample ul li strong span {
        font-size: 20px;
        line-height: 24px;
        ;
    }

}

@media (max-width: 1100px) {
	.main_process ul li img,
	.main_process ul li .txt {float:none}
	.main_process ul li strong {
		text-align:center;
    }
	.main_process ul li p {
		text-align:center;
	}

    .play_area {
        margin: 50px 0;
        padding: 0 2%;
    }
    .play_area p {
        font-size: 18px;
        left: 5%;
        top: 5%;
        line-height: 30px;
    }
    .play_area #media_box {
        width: 100%;
        height: 60vw;
    }

    .app_box .right .complete p {
        font-size: 13px;
    }

    .sample_service > div .info h4 {
        font-size: 16px;
    }
    .sample_service > div .info em {
        font-size: 15px;
        line-height: 20px;
        /* margin: 2.5% 0; */
		margin: 2% 0 5%;
    }
    .sample_service > div > a {
        font-size: 16px;
        height: 30px;
        line-height: 26px;
        padding: 0 20px;

    }
}

@media (max-width: 1000px) {
	.main_process ul li strong {
		text-align:center;
    }
	.main_process ul li p {
		text-align:center;
	}

    .app_box .left,
    .app_box .right {
        float: none;
        width: 100%;
    }

    .app_box .right {
        margin-top: 30px;
    }
    .app_box .right > a img {
        width: 30%;
    }



    .why_sample {
        padding: 30px 0
    }
    .why_sample h3,
    .why_sample h3 span {
        font-size: 24px;
        line-height: 28px;
        ;
    }
    .why_sample p {
        margin: 15px 0 30px;
        font-size: 16px;
    }


    .blog_youtube h3,
    .main_process h3 {
        font-size: 24px;
        line-height: 28px;
        ;
    }
    .main_process > p {
        margin: 15px 0 30px;
        font-size: 16px;
    }
    .main_process > p strong {
        font-size: 18px;
        line-height: 22px;
        ;
    }
    .main_process p strong span {
        color: #009473;
        font-size: 14px;
        line-height: 18px;
    }


    .main_process {
        padding: 50px 0;
        max-width: inherit;
    }

    .main_process ul {
        padding: 0 2%;
    }
    .main_process ul li img {
        width: 100px;
    }
    .main_process ul li p {
        font-size: 14px;
        line-height: 20px;
        ;
    }

    .blog_youtube .youtube_list {
        margin: 25px 0;
    }
    .blog_youtube .youtube_list li .video {
        height: 25vw;
    }

    .why_sample ul li {
        padding-left: 70px;
    }
    .why_sample ul li img {
        left: 10px;
    }
}


@media (max-width: 900px) {
    
    /* .sample_service > div:after {
    content: "";
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    border: 1px solid #979797;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    } */
    
	#main_mobile {display:block}
	#main_pc {display:none}

	#main_mobile.main_visual .swiper-wrapper .box1 {
	   background: url(../img/main/mobile_main1.jpg) center 0 no-repeat;
	   background-size: 100% 100%;
	    background-size: cover;
	}
	
	/* #main_mobile.main_visual .swiper-wrapper .box1 a {display:block;width: 100%;height: 100%;} */
	#main_mobile.main_visual .swiper-wrapper .box2 {
	    background: url(../img/main/mobile_main2.jpg) center 0 no-repeat;
	   background-size: 100% 100%;
	    background-size: cover;
	}
	#main_mobile.main_visual .swiper-wrapper .box3 {
	    background: url(../img/main/mobile_main3.jpg) center 0 no-repeat;
	   background-size: 100% 100%;
	    background-size: cover;
	}
	#main_mobile.main_visual .swiper-wrapper .box4 {
	    background: url(../img/main/mobile_main4.jpg) center 0 no-repeat;
	   background-size: 100% 100%;
	    background-size: cover;
	}


.main_visual .swiper-wrapper {height:640px !important}



    .why_sample ul li:hover{
        background-color: inherit;
    }
    
    .sample_service > div {
        border:1px solid #979797;
    }
    
    .sample_service > div:hover:after {
        border: none;
    }
    
    .main_visual .swiper-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }
    .main_visual .swiper-wrapper .swiper-slide div * {
        font-size: 60px;
    }
    .main_visual .swiper-wrapper .swiper-slide div span {
        font-size: 16px;
    }


    .sample_service > div {
        width: 100%;
    }
    .sample_service > div:nth-child(even) {
        margin-right: 0;
    }

    .why_sample ul li {
        width: 50%;
    }

    .why_sample ul li:first-child + li + li ~ li {
        margin-top: 0;
    }
    .why_sample ul li:first-child + li ~ li {
        margin-top: 20px !important;
    }

    .main_process ul li img {
        margin: 25px 0;
    }
    .main_process ul li strong {
        font-size: 24px;
        line-height: 26px;
        /* margin-top: 50px; */
		text-align:center;
    }
	.main_process ul li p {
		text-align:center;
	}
    .main_process ul li:before {
        left: -20%;
    }


    .main_process .arr3 {
        height: 55px;
        line-height: 55px;
        margin-top: 15px;
    }
    .main_process .arr3:before {
        left: 50%;
        width: 700px;
        height: 55px
    }
    .main_process .arr3 div {
        font-size: 16px;
        ;
    }
    .main_process .arr3 div span {
        font-size: 12px;
    }

    .blog_youtube .youtube_list li .info strong {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .blog_youtube .youtube_list li .info p {
        font-size: 14px;
        line-height: 18px;
        ;
    }

    .board_box {
        padding: 20px 2%;
    }
    .board_box > div {
        width: 100%;
        box-sizing: border-box;
    }
    .board_box:before {
        display: none;
    }
    .board_box > div.qna {
        margin-top: 30px;
        /* border-top: 1px solid #009473; */
        padding-top: 20px;
    }
    .board_box > div.faq {
        margin-top: 30px;
        /* border-top: 1px solid #009473; */
        padding-top: 20px;
    }
    .board_box:after{
        display: none;
    }
}


@media (max-width: 800px) {
    .main_process ul li {
        padding: 15px 0;
        border-radius: 10px;
    }
    .main_process ul li img {
        width: 100px;
    }
    .main_process ul li p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -1px;
        ;
    }
    .main_process ul li strong {
        font-size: 20px;
        line-height: 24px;
        margin-top: 30px;
        ;
    }

    .main_process .arr3 {
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    .main_process .arr3:before {
        left: 50%;
        width: 550px;
        height: 40px
    }
    .main_process .arr3 div {
        font-size: 14px;
        ;
    }
    .main_process .arr3 div span {
        font-size: 11px;
    }

    .blog_youtube .youtube_list li {
        width: 48%;
        margin-left: 4%
    }
    .blog_youtube .youtube_list li:nth-child(3) {
        margin-left: 0;
    }
    .blog_youtube .youtube_list li:nth-child(2) ~ li {
        margin-top: 4%;
    }
}


@media (max-width: 656px) {
	

    .main_visual .swiper-pagination {
        right: 15px;
    }

    .main_visual .swiper-wrapper .box1 {
		background: url(../img/main/n_visual_1.jpg) center 0 no-repeat;
       /*  background: url(../img/main/visual_1.png) center 0 no-repeat; */
        background-size: 100% 100%;
    }
    .main_visual .swiper-wrapper .box2 {
        background: url(../img/main/visual_2.png) center 0 no-repeat;
        background-size: 100% 100%;
    }
    .main_visual .swiper-wrapper .box3 {
        background: url(../img/mobile/m_visual_3.png) center 0 no-repeat;
        background-size: 100% 100%;
    }
    .main_visual .swiper-wrapper .box4 {
        background: url(../img/main/visual_4.jpg) center 0 no-repeat;
        background-size: 100% 100%;
    }


    .app_box .right > a img {
        width: 40%;
    }
    .app_box {
        padding: 30px;
    }
    .app_box .left strong {
        font-size: 20px;
        line-height: 24px;
        ;
    }
    .app_box .left p {
        margin: 15px 0;
        line-height: 24px;
        font-size: 13px;
    }

    .app_box .left p em {
        font-size: 13px;
        top: -2px;
        line-height: 24px;
    }
    .app_box .left .select_area {
        width: 100%;
    }
    .app_box .left .select_area > button {
        padding: 5px 10px;
        font-size: 14px;
        background-size: 15px 15px;
        ;
    }

    .app_box .left > button {
        height: 36px;
        line-height: 32px;
        font-size: 13px;
		margin-top: 0px;
		margin-bottom: 0px;
    }

    #content-1.content {
        top: 52px;
        max-height: 240px;
    }
    #content-1.content ul li {
        margin-top: 10px;
    }
    #content-1.content ul li button {
        font-size: 14px;
        line-height: 18px;
        ;
    }

    .app_box .right {
        min-height: inherit;
        padding-bottom: 20px;
    }
    .app_box .right .complete strong {
        margin: 7px 0
    }
    .app_box .right .complete p {
        margin-top: 10px;
        padding: 0 10%;
    }

    .sample_service {
        padding: 30px 2%;
    }
    .sample_service h3 {
        padding: 0 0 10px;
        font-size: 20px;
        line-height: 24px;
        ;
    }
    .sample_service > div {
        padding: 10px;
    }
    .sample_service > div > a {
        width: 100%;
        text-align: center;
        font-size: 13px;
        height: 26px;
        line-height: 24px;
        left: 10px;
        bottom: 10px;
        margin-top: 10px;
        border-radius: 5px;
        position: static;

		display: inline-block;
    color: #fff;
    background: #009473;
    padding: 0 35px;
    /* position: absolute; */
    }

    .sample_service > div .info {
		    width: 50%;
			float: left;
			position: static;
			z-index: 3;
			margin-bottom:0
	}
    .sample_service > div .img {
		width: 50%;
		float: right;
	}
    .why_sample {
        height: 620px;
    }
    .why_sample ul{
        overflow: visible;
    }
    
    .why_sample ul li {
        padding-left: 0px;
        text-align: center;
        min-height: 50px;
    }
    .why_sample ul li img {
        width: 80px;
        position: static;
        left: 0px;
        top: 0;
        transform: translate(0);
        margin: 0 auto;
    }
    .why_sample ul li strong {
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .why_sample ul li strong,
    .why_sample ul li strong span {
        font-size: 16px;
        line-height: 20px;
        ;
    }


    .why_sample ul li:first-child + li ~ li {
        margin-top: 30px !important;
    }

    .main_process ul li {
        float: none;
        width: 100%;
        margin: 15px 0 0;
    }
    .main_process ul li:first-child {
        margin: 0;
    }
    .main_process ul li:after,
    .main_process ul li:before {
        display: none !important;
    }
    .main_process ul li strong {
        margin-top: 10px;
    }

    .main_process .arr3 {
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    .main_process .arr3:before {
        left: 50%;
        width: 90%;
        background: #4a90e2;
        height: 40px;
    }
    .main_process .arr3 div {
        font-size: 14px;
        ;
    }
    .main_process .arr3 div span {
        font-size: 11px;
    }

    .main_process > p {
        margin: 10px 0 20px;
        font-size: 13px;
        line-height: 24px;
    }
    .main_process > p strong {
        font-size: 16px;
    }
    .main_process > p br.m {
        display: block;
    }

    .board_box {
        padding: 20px 2%;
    }
    .board_box > div {
        width: 100%;
        box-sizing: border-box;
    }
    .board_box:before {
        display: none;
    }
    .board_box > div.qna {
        margin-top: 30px;
        /* border-top: 1px solid #009473; */
        padding-top: 20px;
    }
    .board_box > div.faq {
        margin-top: 30px;
        /* border-top: 1px solid #009473; */
        padding-top: 20px;
    }
    .board_box:after{
        display: none;
    }

}

    @media (max-width: 900px){
        .main_visual .swiper-wrapper .box4 a,
        .main_visual .swiper-wrapper .box2 a,
        .main_visual .swiper-wrapper .box1 a,
        .main_visual .swiper-wrapper .box3 a{
            width: 100% !important;
            height: 100% !important;
            top: 0 !important;
            left: 0 !important;
        }
    }

@media (max-width:500px) {
    .app_box .right > a img {
        width: 50%;
    }

    .why_sample ul li strong,
    .why_sample ul li strong span {
        font-size: 14px;
        line-height: 18px;
    }


}
