/* ÅÂÀÏ */

.ready_common .ad_pagination {
    padding-top: 10rem;
}

.ready_common .page_title {
    position: relative;
    display: inline-block;
}

.ready_common .page_title span {
    position: relative;
}

.ready_common .tab_desc {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    height: 10rem;
}

.ready_common .page_title span::before {
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(0);
    animation: trans_scale2 0.5s 0.5s ease-in-out alternate forwards;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ready_common .page_title::before,
.ready_common .page_title::after {
    content: '';
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    animation: trans_scale2 0.5s 0.7s ease-in-out alternate forwards;
}

.ready02 .sub_container {
    max-width: 110rem;
    margin: 0 auto;
}
.ready02 .page_title span::before {
    background-image: url(../../../img/sub/ready/ready02_title_frame.png);
    width: 28.5rem;
    height: 10rem;
    left: -1rem;
    top: -0.3rem;
}
.ready02 .page_title::before{
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../../../img/sub/ready/ready02_title_icon01.png);
    top: -3.2rem;
    right: auto;
    left: -3rem;
}
.ready02 .page_title::after {
    width: 6.5rem;
    height: 6.3rem;
    background-image: url(../../../img/sub/ready/ready02_title_icon02.png);
    top: -2.5rem;
    right: auto;
    left: -8rem;
}

.ready02 .article_li {
    justify-content: flex-start;
    position: relative;
    padding-bottom: 13rem;
}

.ready02 .article_li:last-child {
    padding-bottom: 0;
}

.ready02 .article_li:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.ready02 .article_li svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 13rem;
}

.ready02 .article_li .img_box {
    max-width: 50.5rem;
    height: 38rem;
    width: 100%;
    border-radius: 2rem;
}

.ready02 .article_li .txt_box {
    width: calc(99.999% - 57.5rem);
    padding-left: 7rem;
}

.article_li .article_tit {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.33;
    padding-bottom: 2rem;
}

.article_li .step {
    font-size: 1.4rem;
    color: var(--mainColor);
    font-weight: bold;
    padding-bottom: 0.5rem;
}

.article_li .txt_desc {
    font-size: 1.5rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 2rem;
}
.article_li .txt_desc .ref{
    font-size: 1.2rem;
}

.article_li small,
.article2_li small {
    align-items: center;
    padding-top: 1rem;
    font-size: 1.2rem;
}

.article_li small strong,
.article2_li small strong {
    padding: 0 .5rem 0 .4rem;
    color: #000;
}

.article_li small span,
.article2_li small span {
    color: rgba(0, 0, 0, 0.7);
}

.ready02 .article_li01 .img_box {
    background-color: #cde8bf;
}

.ready02 .article_li02 .img_box {
    background-color: #e2d3fa;
}

.ready02 .article_li03 .img_box {
    background-color: #f7f4a4;
}

.ready02 .article_li04 .img_box {
    background-color: #cfe4ff;
}

.ready02 .article_li05 .img_box {
    background-color: #ffcff8;
    position: relative;
}

.ready02 .article_li05 .img_box img {
    position: absolute;
    top: 6rem;
    left: 7.8rem;
}

.ready02 .article_li06 .img_box {
    background-color: #a1dacb;
}

.ready02 .article_li07 .img_box {
    background-color: #f6cf91;
}

.ready02 .article_li01 svg {
    left: 27.1rem;
    width: 53.1rem;
}

.ready02 .article_li svg .paths {
    fill: none;
    stroke: #bfbfbf;
    stroke-dasharray: 2 5;
    /* stroke-width: 5; */
    /* stroke-linejoin: round;
    stroke-linecap: round; */
}

.ready02 .article_li svg .mask {
    fill: none;
    stroke: white;
    stroke-width: 2;

}

.ready02 .article_li01 svg .mask {
    stroke-dasharray: 619;
    stroke-dashoffset: -619;
}

.ready02 .article_li02 svg {
    left: 40rem;
    width: 39rem;
}

.ready02 .article_li02 svg .mask2 {
    stroke-dasharray: 486;
    stroke-dashoffset: -486;
}

.ready02 .article_li03 svg {
    left: 40rem;
    width: 54.8rem;
}

.ready02 .article_li03 svg .mask3 {
    stroke-dasharray: 633;
    stroke-dashoffset: -633;
}

.ready02 .article_li04 svg {
    left: 34rem;
    width: 61.3rem;
}

.ready02 .article_li04 svg .mask4 {
    stroke-dasharray: 700;
    stroke-dashoffset: -700;
}

.ready02 .article_li05 svg {
    left: 34rem;
    width: 45.4rem;
}

.ready02 .article_li05 svg .mask5 {
    stroke-dasharray: 545;
    stroke-dashoffset: -545;
}

.ready02 .article_li06 svg {
    left: 27.1rem;
    width: 53.1rem;
}

.ready02 .article_li06 svg .mask6 {
    stroke-dasharray: 620;
    stroke-dashoffset: -620;
}

.ready02 .article_li01.on svg .mask,
.ready02 .article_li02.on svg .mask,
.ready02 .article_li03.on svg .mask,
.ready02 .article_li04.on svg .mask,
.ready02 .article_li05.on svg .mask,
.ready02 .article_li06.on svg .mask {
    animation: dash 0.5s linear forwards;
}

/* 230508 [¼öÁ¤Ç¥½Ã] start */
.ready02 .f_fs.admin_line img {
    width: 1.6rem;
}
/* 230508 [¼öÁ¤Ç¥½Ã] end */

/* does not work in IE, need JS to animate there */
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.article2_li {
    border-radius: 2rem;
    /*border: solid 1px #e1e1e1;*/
	position:relative
}
.article2_li:after{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 2px);
    height: 100%;
    border: solid 1px #e1e1e1;
    border-radius: 2rem;
    z-index: -1;

}

.article2_li .img_box {
    border-radius: 2rem;
}

.article2_li .txt_box {
    padding: 3.5rem 3.5rem 3.0rem;
}

.article2_li .article_tit {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -.28rem;
    padding: 1rem 0 2rem;
}

.article2_li .txt_desc {
    font-size: 1.7rem;
    font-weight: normal;
}

.article2_li .feature {
    border-top: 1px solid #ddd;
    padding-top: 2rem;
    margin-top: 3rem;
}

.article2_li .feature dt {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

.article2_li .feature dd {
    padding-left: 4rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
}

.article2_li .feature dd::before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0.2rem;
    left: 0;
}

.article2_li .feature dd:last-child {
    margin-bottom: 0;
}

.article2_li .txt_box .btn {
    margin: 3rem 0 1rem;
}


.ready03 .section01,
.ready03 .section02,
.ready03 .section03,
.ready05 .sub_container {
    max-width: 128rem;
    margin: 0 auto;
}

.ready03 .pc_design_box_wrap {
    gap: 2rem;
    flex-wrap: wrap;
    counter-reset: css-counter 0;
}

.ready03 .design_box {
    border-radius: 2rem;
    background-color: #f4f6f8;
    padding: 4rem 4rem 5rem;
    position: relative;
    height: 47.5rem;

}

.ready03 .design_box .txt_box {
    position: absolute;
    bottom: 5rem;
    left: 4rem;
}

.ready03 .design_box::before {
    counter-increment: css-counter;
    content: counter(css-counter, decimal-leading-zero);
    position: absolute;
    top: 4rem;
    left: 4rem;
    font-size: 1.4rem;
    letter-spacing: normal;
    color: var(--mainColor);
    font-weight: bold;
}

.ready03 .design_box img {
    position: absolute;
}

.ready03 .design_box .txt_box h4 {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 2rem;
    line-height: 1.4;
}

.ready03 .design_box .txt_box p {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
}

.ready03 .design_box01,
.ready03 .design_box04 {
    width: 84rem;
}

.ready03 .design_box02,
.ready03 .design_box03 {
    width: 42rem;
}


.ready03 .design_box01 img {
    top: 6.5rem;
    right: 6.4rem;
    width: 47.6rem;
}

.ready03 .design_box02 img {
    top: 4.2rem;
    left: 4.6rem;
    width: 31.9rem;
}

.ready03 .design_box03 img {
    top: 6.5rem;
    left: 5rem;
    width: 33.2rem;
}

.ready03 .design_box04 img {
    top: 9.6rem;
    right: 5.7rem;
    width: 47.1rem;
}
.ready03 .shop-design-skin-tab{
	display:none;
}
.ready03 ul.shop-design-skin-list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
    justify-content: center;
    align-items: center;
	
}
.ready03 ul.shop-design-skin-list li{
	
}
.ready03 ul.shop-design-skin-list li .img{
	position:relative
}	
.ready03 ul.shop-design-skin-list li .img img{
	display:block
}
.ready03 ul.shop-design-skin-list li .tit{
	margin: 10px auto;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height:1;
}
.ready03 ul.shop-design-skin-list li .tit span{
	font-weight: 500;
    font-size: 1.2rem;
    border-radius: 15px;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1;
    padding: 6px 12px 6px 11px;
    
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left:1rem
}
.ready03 ul.shop-design-skin-list li.shop-category01 .tit span{
	background: #259E64;
}
.ready03 ul.shop-design-skin-list li.shop-category02 .tit span{
	background: #C19363;
}
.ready03 ul.shop-design-skin-list li.shop-category03 .tit span{
	background: #dd5257;
}
.ready03 ul.shop-design-skin-list li.shop-category04 .tit span{
	background: #F46A83;
}
.ready03 ul.shop-design-skin-list li.shop-category05 .tit span{
	background: #BC4B0C;
}
.ready03 ul.shop-design-skin-list li.shop-category06 .tit span{
	background: #3D3D3D;
}

.ready03 ul.shop-design-skin-list li .hover{
	position:absolute; 
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	border-radius: 15px;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:4px;
	opacity:0;
	transition:all 0.3s

}
.ready03 ul.shop-design-skin-list li .hover a{
	width: 9.2rem;
    height: 4rem;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}
.ready03 ul.shop-design-skin-list li .hover a.skin-btn{
	background:#1954DB;
	color:#fff
}
.ready03 ul.shop-design-skin-list li .hover a.pc-btn{

}
.ready03 ul.shop-design-skin-list li .hover a.mo-btn{
	display:none
}
.ready03 ul.shop-design-skin-list li:hover .hover{
	opacity:1;
	transition:all 0.3s
}

.mobile_design_box {
    border-radius: 1rem;
    border: solid 1px #ddd;
    background-color: #fff;
    width: 100%;
    padding: 1rem;
}

.mobile_design_box tbody th {
    height: 3.8rem;
    ;
    font-size: 1.6rem;
}

.mobile_design_box tbody .th_line {
    border-radius: 1rem;
    height: 3.8rem;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #f4f6f8;
}

.mobile_design_box tbody td:not(.th_line) {
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.7);
}

.mobile_design_box tbody .line {
    position: relative;
}

.mobile_design_box tbody .line::before,
.mobile_design_box tbody .line::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mobile_design_box tbody .line::before {
    top: 0;
}

.mobile_design_box tbody .line::after {
    bottom: 0;
}

.mobile_design_box .tbody01 .th_line:not(.gray) {
    background-color: #44b47f;
}

.mobile_design_box .tbody02 .th_line:not(.gray) {
    background-color: #7c51d7;
}

.mobile_design_box .tbody03 .th_line:not(.gray) {
    background-color: #fe287e;
}

.mobile_design_box tbody .th_line.gray {
    width: 13.8rem;
    margin-right: 1rem;
}

.mobile_design_box .tbody01 .th_line:not(.gray),
.mobile_design_box .tbody02 .th_line:not(.gray),
.mobile_design_box .tbody03 .th_line:not(.gray) {
    width: 36rem;
    color: #fff;
    text-align: center;
}

.mobile_design_box tbody+tbody {
    margin-left: 1rem;
}

.mobile_design_box tbody tr:nth-child(2) td {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-top: 0.5rem;
    display: block;
}

.mobile_design_box tbody tr:nth-child(4) td {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.mobile_design_box .tbody01 td {
    background-color: rgba(68, 180, 127, 0.07);
}

.mobile_design_box .tbody02 td {
    background-color: rgba(124, 81, 215, 0.07);
}

.mobile_design_box .tbody03 td {
    background-color: rgba(254, 40, 126, 0.07);
}


.ready03 .page_title span::before {
    background-image: url(../../../img/sub/ready/ready03_title_frame.png);
    width: 18.3rem;
    height: 10rem;
    left: -1.3rem;
    top: -0.4rem;
}

.ready03 .page_title::before {
    width: 2.8rem;
    height: 2.5rem;
    background-image: url(../../../img/sub/ready/ready03_title_icon01.png);
    top: -4.5rem;
    right: -4rem;
}

.ready03 .page_title::after {
    width: 5.3rem;
    height: 5.3rem;
    background-image: url(../../../img/sub/ready/ready03_title_icon02.png);
    top: -3.2rem;
    right: -7.7rem;
}

.ready03 .section04 .cate_ban {
    margin-bottom: 0;
}

.ready03 .content_box {
    margin-top: 0;
    flex-wrap: wrap;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.ready03 .content_box .con_box_desc {
    width: auto;
    margin: 0;
    padding: 0;
    cursor: initial;
}
.ready03 .content_box .con_box_desc .con_box_wrap {
    margin-bottom: 2rem;
    padding: 3.5rem;
    display: block;
}

.ready03 .content_box .con_box_desc.n1 .img_b,
.ready03 .content_box .con_box_desc.n1:hover .img_b{
    background-color: #e2d3fa !important;
}

.ready03 .content_box .con_box_desc.n2 .img_b,
.ready03 .content_box .con_box_desc.n2:hover .img_b{
    background-color: #a1dacb !important;
}

.ready03 .content_box .con_box_desc.n3 .img_b,
.ready03 .content_box .con_box_desc.n3:hover .img_b{
    background-color: #cde8bf !important;
}

.ready03 .content_box .con_box_desc.n4 .img_b,
.ready03 .content_box .con_box_desc.n4:hover .img_b{
    background-color: #f7f4a4 !important;
}
.ready03 .content_box .con_box_desc:hover{
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
}
.ready03 .content_box .con_box_desc .arrow_i{
    display: none;
}


.ready03 .section04 {
    padding-top: 18rem;
}

.ready03 .section04 .sub_con p {
    font-size: 2rem;
    margin: 0;
}

/* .ready05 .tab_content_li_01 .tab_desc{padding-bottom: 3.4rem;}
.ready05 .tab_content_li_02 .tab_desc{padding-bottom: 6.7rem;} */
.ready05 .page_title span::before,
.ready06 .page_title span::before {
    background-image: url(../../../img/sub/ready/ready05_title_frame.png);
    width: 13.2rem;
    height: 10rem;
    left: -1.5rem;
    top: -0.3rem;
}

.ready05 .page_title::before {
    width: 3.7rem;
    height: 2.1rem;
    background-image: url(../../../img/sub/ready/ready05_title_icon01.png);
    top: -4rem;
    right: auto;
    left: -6rem;
}

.ready05 .page_title::after {
    width: 5.2rem;
    height: 4.3rem;
    background-image: url(../../../img/sub/ready/ready05_title_icon02.png);
    top: -1.2rem;
    right: auto;
    left: -7rem;
}

.ready05 .article_wrap {
    display: grid;
    grid-gap: 3rem 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.ready05 .article2_li01 .img_box {
    background-color: #cfe4ff;
}

.ready05 .article2_li02 .img_box {
    background-color: #cde8bf;
}

.ready05 .article2_li03 .img_box {
    background-color: #f7f4a4;
}

.ready05 .article2_li04 .img_box {
    background-color: #e2d3fa;
}

.ready05 .article2_li05 .img_box {
    background-color: #ffcff8;
}

.ready05 .article2_li06 .img_box {
    background-color: #a1dacb;
}

.ready05 .article2_li01 .feature dd::before {
    background-image: url(../../../img/sub/ready/ready05_checkbox01.png);
}

.ready05 .article2_li02 .feature dd::before {
    background-image: url(../../../img/sub/ready/ready05_checkbox02.png);
}

.ready05 .article2_li03 .feature dd::before {
    background-image: url(../../../img/sub/ready/ready05_checkbox03.png);
}

.ready05 .article2_li04 .feature dd::before {
    background-image: url(../../../img/sub/ready/ready05_checkbox04.png);
}

.ready05 .article2_li05 .feature dd::before {
    background-image: url(../../../img/sub/ready/ready05_checkbox05.png);
}

.ready05 .article2_li06 .feature dd::before {
    background-image: url(../../../img/sub/ready/ready05_checkbox06.png);
}

.ready05 .tab_content_li_02 .btn_ver3 {
    width: 100%;
}

.ready05 .tab_content_li_02 .btn_ver3::before,
.ready05 .tab_content_li_02 .btn_ver3::after {
    width: 25rem;
}

.ready05 .tab_content_li_02 .btn_ver3:hover:after {
    width: 4rem;
}

.ready05 .tab_content_li_02 .article2_li small {
    flex-direction: column;
    align-items: flex-start;
}

.ready05 .tab_content_li_02 .article2_li .feature {
    min-height: 25rem;
}

/* 230508 [¼öÁ¤Ç¥½Ã] start */
.ready05 .f_fs.admin_line img {
    width: 1.6rem;
}
/* 230508 [¼öÁ¤Ç¥½Ã] end */

.ready06 .page_title::before {
    width: 5.5rem;
    height: 6.3rem;
    background-image: url(../../../img/sub/ready/ready06_title_icon01.png);
    top: -4.5rem;
    right: -7rem;
}

.ready06 .sec02_swiper {
    max-width: 134rem;
    margin: 0 auto;
    ;
}
.ready06 .sec02{
    padding-bottom: 13rem;
}
.ready06 .sec02 .service_list{
    margin: 0 auto;
}
.ready06 .sec02 .service_list .service {
    transform: none;
    height: 37.8rem;
    opacity: 1;
    max-width: 31.5rem;
    width: calc((99.999% - 51px) / 4) !important;
}

.ready06 .sec02 .service_list li.n1,
.ready06 .sec02 .service_list li.n2,
.ready06 .sec02 .service_list li.n3,
.ready06 .sec02 .service_list li.n4 {
    transition-delay: unset;
}

.ready06 .sec02 .service_list li .img_b {
    height: 23rem;
}

.ready06 .sec02 .service_list li .txt_b p {
    font-weight: normal;
}

.ready06 .example_box_wrap {
    max-width: 128rem;
    margin: 0 auto;
    border-radius: 2rem;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
    padding: 0 13.5rem;
    background: #fff url(../../../img/sub/ready/ready06_webbar.png) no-repeat top center / contain;
}

.ready06 .example_box {
    flex-direction: column;
    padding: 0 4rem;
}

.ready06 .example_box .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.ready06 .example_box h4 {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 3rem;
}

.ready06 .example_box .cate {
    font-size: 1.4rem;
    padding-right: .5rem;
    font-weight: bold;
    color: var(--mainColor);
}

.ready06 .example_box .subject {
    font-size: 2.5rem;
    font-weight: bold;
}

.ready06 .example_box .sub_txt {
    font-size: 1.4rem;
    font-weight: normal;
}

.ready06 .example_box .count {
    font-size: 1.4rem;
    font-weight: normal;
    color: #ddd;
    padding-left: 0.4rem;
}

.ready06 .example_box .total small {
    font-size: 1.7rem;
    font-weight: normal;
    color: #555;
    text-decoration: none;
}

.ready06 .example_box .total strong {
    font-size: 2.5rem;
    ;
    color: var(--mainColor);
    margin-left: .9rem;
    font-weight: bold;
}

.ready06 .example_box>p {
    font-size: 1.7rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding-top: 3.5rem;
}

.ready06 .example_box01 {
    padding: 14rem 4rem 5rem;
    ;
}

.ready06 .example_box01 .right_box .subject {
    padding: 0 0 1rem;
    display: block;
}

.ready06 .example_box01 .right_box .bottom_line {
    padding: 4rem 0 2rem;
}

.ready06 .example_box01 .right_box .btn_ver {
    height: 4rem;
    font-size: 1.4rem;
    font-weight: normal;
    border-radius: .6rem;
}

.ready06 .example_box01 .right_box .btn_ver.cancel {
    margin-left: 1rem;
}

.ready06 .example_box02 {
    padding: 5rem 4rem 7rem;
    ;
    border-top: 1px solid #ebebeb;
}

.ready06 .example_box02 .box {
    gap: 2rem;
}

.ready06 .example_box02 .txt_box {
    margin-top: 2rem;
}

.ready06_step_wrap {
    max-width: 128rem;
    margin: 0 auto;
    width: 100%;
}

.ready06_step_wrap .subject .left_box {
    margin-right: 1.7rem;
}

.ready06_step_wrap .subject .left_box span {
    font-size: 2.2rem;
    color: var(--mainColor);
    font-weight: bold;
    margin-left: .6rem;
}

.ready06_step_wrap .subject .right_box {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    width: 31rem;
    height: 3.8rem;
    text-align: center;
    border-radius: 1rem;
    background: #fff;
    filter: drop-shadow(-2px 0px 1rem rgba(0, 0, 0, 0.1));
}

.ready06_step_wrap .subject .right_box::before {
    content: "";
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: -0.5rem;
    background: #fff;
    z-index: -1;
}

.ready06_step_wrap .step_box {
    padding: 3rem 0 2.5rem;
}

.ready06_step_wrap .step_box ul {
    display: grid;
    gap: 5.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.ready06_step_wrap .step_box ul li {
    position: relative;
    text-align: center;
    flex-direction: column;
    border-radius: 2rem;
    border: solid 1px rgba(255, 255, 255, 0);
    padding: 3.3rem 1rem 3.5rem;
    background-color: #f4f6f8;
}

.ready06_step_wrap .step_box ul li+li::before {
    content: '';
    display: block;
    background: url(../../../img/sub/ready/ready_step_arrow.png) no-repeat center / cover;
    width: .8rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: -3.2rem;
    transform: translateY(-50%);
}

.ready06_step_wrap .step_box ul li .step {
    font-size: 1.4rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.ready06_step_wrap .step_box ul li strong {
    font-size: 1.7rem;
    font-weight: bold;
    padding: .5rem 0 3rem;
}

.ready06_step_wrap>p {
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    text-align: center;
}

.ready06_step_wrap02 {
    padding-top: 9rem;
}

.ready06_step_wrap02 .step_box ul {
    gap: 3.5rem;
    grid-template-columns: repeat(4, 1fr);
}

.ready06_step_wrap02 .step_box ul li+li::before {
    left: -2.1rem;
}


.ready06 .section04 .cate_ban {
    margin-bottom: 0;
}
.ready06 .section04 .btn_b_wrap{margin-top: 4rem;}
.ready06 .section04 .btn_b_wrap .btn_b+ .btn_b{margin-left: 1rem;}
.ready06 .section04 .btn_b{margin-top: 0; position: relative;}
.ready06 .section04 .btn_b .f_fs{align-items: center; font-size: 1.2rem; margin-top: 1.2rem;
    position: absolute;
    bottom: -3rem;
    left: 0;
    right: -100%;}
.ready06 .section04 .btn_b .f_fs strong{padding: 0 .9rem 0 .4rem; font-weight: bold;}
.ready06 .section04 .btn_b .f_fs span{color: rgba(0, 0, 0, 0.7);}


@media screen and (max-width:1800px) {
    .ready06 .sec02 .service_list li:nth-child(1) img {
        width: 16.2rem;
    }

    .ready06 .sec02 .service_list li:nth-child(2) img {
        width: 16.8rem;
    }

    .ready06 .sec02 .service_list li:nth-child(3) img {
        width: 14.5rem;
    }

    .ready06 .sec02 .service_list li:nth-child(4) img {
        width: 18rem;
    }

}

@media screen and (max-width:989px) {
    .ready02 .article_li .img_box {
        max-width: 45%;
    }

    .ready02 .article_li .txt_box {
        width: 55%;
    }

    .ready02 .article_li05 .img_box img {
        left: 14%;
        width: 68%;
    }

    .ready02 .article_li02 svg {
        left: 26rem;
    }

    .ready02 .article_li03 svg {
        left: 20rem;
    }

    .ready02 .article_li04 svg {
        left: 14rem;
    }

    .ready02 .article_li05 svg {
        left: 24rem;
    }

    .ready06 .sec02 .service_list {
        /* margin-bottom: 13rem; */
    }

    .ready06 .sec02 .service_list .service {
        width: 30rem !important;
    }

    .ready06 .example_box_wrap {
        padding: 0 2rem;
    }

    .ready06_step_wrap .step_box ul {
        gap: 2.5rem;
    }

    .ready06_step_wrap .step_box ul li+li::before,
    .ready06_step_wrap02 .step_box ul li+li::before {
        display: none;
    }

    .ready06_step_wrap02 .step_box ul {
        gap: 2.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

	.ready03 ul.shop-design-skin-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.ready03 ul.shop-design-skin-list li .hover{
		opacity:1;
	}
	.ready03 ul.shop-design-skin-list li .img img {
		width: 100%;
	}
	.ready03 ul.shop-design-skin-list li .hover a.pc-btn{
		display:none;
	}
	.ready03 ul.shop-design-skin-list li .hover a.mo-btn{
		display:flex
	}
}

@media screen and (max-width:768px) {

    .ready02 .article_li,
    .ready02 .article_li:nth-child(even) {
        flex-direction: column;
    }


    .ready02 .article_li .img_box {
        max-width: 100%;
    }

    .ready02 .article_li .txt_box {
        width: 100%;
        padding: 5rem 2rem 0 0;
    }

    .ready02 .article_li svg {
        display: none;
    }

    .ready02 .article_li .img_box img {
        height: 100%;
        width: auto;
    }

    .ready02 .article_li05 .img_box img {
        left: 50%;
        transform: translateX(-50%);
    }

    .ready03 .design_box02,
    .ready03 .design_box03 {
        width: 48%;
    }

    .ready03 .design_box01 img {
        top: 8%;
        right: 5%;
        width: 65%;
    }

    .ready03 .design_box02 img {
        top: 11%;
        left: 9%;
        width: 80%;
    }

    .ready03 .design_box03 img {
        top: 16%;
        left: 5%;
        width: 85%;
    }

    .ready03 .design_box04 img {
        top: 7%;
        right: 5%;
        width: 70%;
    }

    .ready03 .design_box .txt_box {
        left: 2rem;
    }

    .mobile_design_box {
        flex-direction: column;
    }

    .mobile_design_box tbody .mo {
        display: flex;
    }

    .mobile_design_box tbody .mo.gray {
        display: flex;
    }

    .mobile_design_box tbody{
        width: 100%;
    }
    .mobile_design_box tbody td:not(.th_line),
    .mobile_design_box .tbody01 .th_line:not(.gray),
    .mobile_design_box .tbody02 .th_line:not(.gray),
    .mobile_design_box .tbody03 .th_line:not(.gray){
        width: 73%;
    }

    .mobile_design_box tbody+tbody {
        margin: 1rem 0 0;
    }

    .mobile_design_box tbody tr{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_design_box tbody th,
    .mobile_design_box tbody .th_line.gray{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
    }
    .mobile_design_box tbody td{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
    }

    .mobile_design_box tbody .th_line,
    .mobile_design_box tbody th,
    .mobile_design_box tbody td:not(.th_line) {
        font-size: 1.4rem;
        min-height: 5rem;
        padding: 2rem 1rem;
        height: auto;
    }

    .mobile_design_box tbody .th_line {
        border-radius: 1rem;
        height: 2.5rem;
        width: 7.8rem;
        height: 2.7rem;
        padding: 0;
        min-height: auto;
    }

    .mobile_design_box tbody .th_line.gray {
        /* width: 8.8rem; */
        margin-right: 0;
    }

    .ready03 .content_box .con_box_desc{
        height: auto;
    }

    .ready03 .content_box .con_box_desc .con_box_wrap{
        padding: 2.5rem 2rem 1rem;
    }

    .ready_common .tab_desc {
        height: 15rem;
    }

    .ready05 .article_wrap,
    .ready06 .example_box .box {
        grid-template-columns: repeat(1, 1fr);
    }
    .ready06 .example_box_wrap{
        background: #fff url(../../../img/sub/ready/ready06_webbar_mo.png) no-repeat top center / contain;
    }
    .ready06 .section04 .btn_b_wrap{
        flex-direction: column;
        align-items: center;
    }
    .ready06 .section04 .btn_b{margin-bottom: 1.5rem;}
    .ready06 .section04 .btn_b + .btn_b{margin-bottom: 0;}
    .ready06 .section04 .btn_b_wrap .btn{margin: 0 auto;}
    .ready06 .section04 .btn_b_wrap .btn_b+ .btn_b{margin-left: 0;}
    .ready06 .section04 .btn_b .f_fs{
        position: static;
    }



	.ready03 .shop-design-skin-tab{
		display:block;
	}
	.ready03 .shop-design-skin-tab ul{
	
	}
	.ready03 .shop-design-skin-tab ul li.swiper-slide{
		width:auto;
		border-radius:0.5rem;
        position: relative;
        box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
        background: #fff;
        color: rgba(0, 0, 0, 0.5);
		height: 3.8rem;
		line-height: 3.8rem;
		font-size:1.3rem;
		padding: 0 3rem;
		cursor:pointer;
	}
	.ready03 .shop-design-skin-tab ul li.swiper-slide.active{
		background:#1954DB;
		color:#fff
	}
	.ready03 .shop-design-skin-tab ul li.swiper-slide.active:after{
		content: '';
        background: url(../../../img/sub/member/icon_tab_cursor.png) no-repeat center / cover;
        width: 2rem;
        height: 2rem;
        position: absolute;
        bottom: -4px;
        right: -4px;
        z-index: 10;
	}
	.ready03 ul.shop-design-skin-list{
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
		margin-top:2rem;
		
	}
	.ready03 ul.shop-design-skin-list li{
		display:none
	}
	.ready03 ul.shop-design-skin-list li.on{
		display:block
	}
	.ready03 ul.shop-design-skin-list li .tit{
		margin: 10px auto;
		text-align: left;
		font-size: 1.4rem;
		display: block;
	}
	.ready03 ul.shop-design-skin-list li .tit span{
		display:none
	}
	.ready03 ul.shop-design-skin-list li .hover a{
        font-size: 1.3rem;

	}



}




@media screen and (max-width:500px) {
    .ready03 .section04 .sub_con p{text-align: center;}
    /* ready05 */
    .article2_li .txt_box {
        padding: 2rem;
    }

    .article2_li .article_tit {
        padding: 0rem 0 0.5rem;
    }

    .article2_li .feature dd {
        padding-left: 2.5rem;
    }

    .article2_li .feature dd::before {
        width: 1.5rem;
        height: 1.5rem;
    }

    .article_li .article_tit {
        font-size: 2rem;
        padding-bottom: 1rem;
    }

    .article_li .txt_desc {
        font-size: 1.4rem;
    }

    .article_li .step {
        font-size: 1.2rem;
    }
    .ready02 .page_title span::before {
        width: 15.5rem;
        height: 5.4rem;
        left: -0.7rem; /* 230420 ¼öÁ¤Ç¥½Ã */
    }
    .ready02 .page_title::before{
        background-size: 50%;
        background-position: bottom;
    }
    .ready02 .page_title::after {
        background-size: 50%;
        background-position: right;
    }
    .ready02 .article_li {
        padding-bottom: 5rem;
    }

    .ready02 .article_li .img_box {
        height: 20rem;
    }
    .ready02 .article_li05 .img_box img{
        top: 10%;
    }
    .ready02 .article_li .txt_box{
        padding-top: 3rem;
    }

    .ready03 .page_title span::before{
        width: 9.3rem;
        height: 5rem;
        left: -0.6rem;
        top: 0;
    }
    .ready03 .page_title::before{background-size: 50%;     background-position: left bottom;}
    .ready03 .page_title::after{background-size: 50%;    right: -5rem;}

    .ready03 .section01 .sec_tit,
    .ready03 .section03 .sec_tit {
        margin-bottom: 0;
    }

    .ready03 .design_box::before {
        top: 3rem;
        left: 3rem;
    }

    .ready03 .design_box02,
    .ready03 .design_box03 {
        width: 100%;
    }

    .ready03 .content_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .ready03 .design_box:nth-child(n) {
        height: auto;
        padding: 3rem 2rem;
    }

    .ready03 .design_box:nth-child(n) img {
        position: static;
        width: 77%;
        margin: 0 auto;
        display: block;
    }

    .ready03 .design_box .txt_box {
        position: static;
        padding-top: 2rem;
    }

    .ready03 .design_box .txt_box h4 {
        font-size: 2rem;
        padding-bottom: 1rem;
    }

    .ready03 .design_box .txt_box p {
        font-size: 1.4rem;
    }

    .ready03 .ban01 .ban_icon.n1 {
        bottom: -5%;
    }

    .ready03 .ban01 .ban_icon.n2 {
        top: -8%;
    }

    .ready03 .section04 {
        padding-top: 7.3rem;
    }


    .ready_common .tab_desc {
        font-size: 1.6rem;
        height: auto;
        padding-bottom: 3rem;
    }


    .ready05 .page_title span::before,
    .ready06 .page_title span::before {
        width: 7.2rem;
        height: 5.4rem;
        left: -1rem;
        top: -0.3rem;
    }

    .ready05 .page_title::before {
        background-size: 50%;
        background-position: bottom right;
    }

    .ready05 .page_title::after {
        background-size: 50%;
        background-position: top right;
    }

    .ready05 .tab_content_li_02 .article2_li .feature {
        min-height: unset;
    }

    .ready05 .article2_li06 .ready05 .article2_li06 .txt_box .btn {
        margin: 0;
        width: 100%;
    }

    .ready05 .article2_li06 .txt_box .btn_wrap_box {
        flex-direction: column;
        align-items: flex-start;
    }



    .ready05 .tab_content_li_02 .btn_ver3::before {
        width: auto;
    }

    .ready05 .tab_content_li_02 .btn_ver3::after {
        width: 3.2rem;

    }

    .ready05 .tab_content_li_02 .btn_ver3 {
        width: 18rem;
    }

    .article_li small,
    .article2_li small {
        flex-direction: column;
        align-items: flex-start;
    }

    .ready05 .tab_content_li_02 .article2_li small {
        padding: 0;
    }

    .ready06 .page_title span::before {
        left: -0.8rem;
    }

    .ready06 .page_title::before {
        background-size: 50%;
        background-position: left;
    }
    .ready06 .sec02{
        padding-bottom: 8rem;
    }

    .ready06 .sec02 .service_list li.n1 .img_b img {
        width: 50%;
    }

    .ready06 .example_box01 {
        padding: 6rem 0rem 5rem;
    }

    .ready06 .example_box02 {
        padding: 5rem 0rem 7rem;
    }

    .ready06_step_wrap .subject {
        flex-direction: column;
        gap: 2rem;
    }

    .ready06_step_wrap .step_box ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .ready06_step_wrap .step_box ul li strong {
        padding: 0.5rem 0 1rem;
    }

    .ready06 .example_box h4,
    .ready06_step_wrap .subject .left_box span,
    .article2_li .article_tit {
        font-size: 2rem;
    }

    .article_li small strong,
    .article2_li small strong,
    .ready06 .example_box .cate,
    .ready06 .example_box .sub_txt,
    .ready06 .example_box .count,
    .ready06 .example_box .total small {
        font-size: 1.2rem;
    }

    .article2_li .txt_desc,
    .article2_li .feature dt,
    .ready06.sec02 .service_list li .txt_b strong,
    .ready06 .example_box01 .right_box .subject,
    .ready06 .example_box .total strong,
    .ready06 .example_box .subject {
        font-size: 1.5rem;
    }

    .article2_li .feature dd,
    .ready06 .example_box>p,
    .ready06_step_wrap .step_box ul li strong,
    .ready06_step_wrap>p,
    .ready06 .sec02 .service_list li .txt_b p {
        font-size: 1.4rem;
    }

    .ready06 .example_box01 .right_box .bottom_line {
        padding: 2rem 0;
    }

    .ready06 .example_box01 .right_box .bottom_line .left_box {
        align-items: center;
    }

    .ready06 .example_box01 .right_box .bottom_line .star_box {
        display: flex;
        align-items: center;
    }

    .ready06 .example_box01 .right_box .bottom_line .star_box img {
        width: 1rem;
    }
}
