.item-group {
    display: flex;
    flex-direction: column;
	margin:7.25rem auto 0;
    padding: 0 0;
    width: 1300px;
}

.item-group > .tit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.item-group > .tit > h3 {
    color: #000;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 3.45rem */
    text-transform: uppercase;
    white-space: nowrap;
}

.item-group > .tit > div {
    display: flex;
    align-items: center;
    width: 100%;
	position:relative;
}
.item-group > .tit > div::after {
    content: '';
    position: absolute;
    top: .5rem;
    right: 0;
    width: calc(100% - 15px);
    height: 1px;
    transform: translateY(40px);
	background:#000000;
}

.item-group > .tit > div > span {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 0.87rem;
}

.item-group .grid {
    display: grid;
    margin-top: 4.19rem;
    margin-bottom: 4.19rem;
    gap: 3.19rem 0.94rem;
}

.item-group .grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.item-group .grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.item-group .grid > li {
    display: flex;
    flex-direction: column;
    width: 100%;
	margin-bottom: 1rem;
}

.item-group .grid > li > img {
    width: 100%;
}

.item-group .grid > li > h4 {
    margin-top: 1.62rem;
    color: #000;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.1rem */
    text-transform: uppercase;
}

.item-group .grid > li > p {
    display: block;
    width: 100%;
    margin-top: 0.94rem;
    padding-top: 0.94rem;
    border-top: 1px solid black;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 200;
    line-height: 120%; /* 1.5rem */
    text-transform: uppercase;
    text-wrap-style: pretty;
    word-break: auto-phrase;
}

@media screen and (max-width: 1440px) {
    .item-group {
        padding: 0 1.5rem;
    }
    
}

@media screen and (max-width: 768px) {    
    .item-group {
        margin-top: 5.2667vw;
		width:100%;
    }
    
    .item-group > .tit > h3 {
        font-size: 4.8000vw;
    }
    
    .item-group > .tit > div > span {
        font-size: 3.7333vw;
        padding-left: 1.3333vw;
    }
    
    .item-group .grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 8.0000vw;
        margin-bottom: 8.0000vw;
        gap:3.333vw;
    }
    
    .item-group .grid > li > h4 {
        font-size: 3.8333vw;
    }
    
    .item-group .grid > li > p {
        margin-top: 2.4000vw;
        padding-top: 3.2000vw;
        font-size: 2.8000vw;
        font-weight: 400;
    }
}

.container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: #fff;
    font-size: 1em;
}
.container.black {
    background: #323232;
    font-size: 1em;
}
.top-section {
    padding: 9rem 0;
    width: 100%;
    margin: 90px auto 0;
    max-width: 1650px;
	text-align:center;
}
.top-section-txt-white {
    color:#fff;
	font-size:3.5rem;
	font-weight:500;
}
.top-section-txt-orange {
	display:flex;
	align-items: center;
    justify-content: center;
    color:#FFBB45;
	font-size:1.8rem;
	font-weight:500;
}
.top-section-txt-orange span {
	margin-left:1rem;
}
.top-section-btn {
	margin-top:2rem;
	padding: 2rem 0;
}

.one-minutes-btn {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	background:#FF7E46;
	border-radius:40px;
	padding:1rem 3.5rem;
}

.inner-section {
	margin:0 auto;
    padding: 9rem 0;
    width: 1300px;
    max-width: 1650px;
	color:#191C20;
}
.inner-section .mt-0 {
	margin-top:0;
}
.inner-section .mt-2 {
	margin-top:3rem;
}
.inner-section .row {
	display:flex;
	align-items: center;
    flex-direction: row;
}

.inner-section .row .row-left {
	width:45%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-section .row .row-left p {
	font-size:2rem;
	font-weight:700;
}
.inner-section .row .row-right {
	width:55%;
}
.inner-section .row .row-right .box-orange {
	display:flex;
	align-items: center;
	margin:2rem 0;
	padding: 1.2rem 1.5rem;
	background:#FFFCF6;
	border:5px solid #FF9940;
	border-radius:2.5rem;
}
.inner-section .row .row-right .box-orange .box-orange-img {
	width:170px;
}
.inner-section .row .row-right .box-orange p {
	font-size:2rem;
}
.inner-section .row .row-right .box-orange p.font-2 {
	font-size:2rem;
}

.inner-section.small {
	width:1300px;
}

.inner-section .title {
	font-size:2.7rem;
	font-weight:700;
	color:#5E5E5E;
	position:relative;
}
.inner-section .title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 35rem);
    height: 1px;
    transform: translateY(35px);
	background:#000000;
}

.inner-section .content {
	padding:6rem 0 4rem;
	display:flex;
	align-items: center;
}
.inner-section .content .content-left {
	width:45%;
	text-align: center;
}

.inner-section .content .content-left img {
	width:55%;
	text-align: center;
}
.inner-section .content .content-right {
	width:55%;
	display:flex;
}

.inner-section .content .content-line {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 10%;
}
.inner-section .content .content-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: calc(100% - 4rem);
    transform: translate(-50%, 1.8rem);
	border-right:1px dashed #EF8E76;
}

.inner-section .content .content-line .period_point {
	height: 4.5rem;
	position:relative;
	z-index:1;
	transition: all 0.3s ease-in-out;
}
.inner-section .content .content-line .period_point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, 1.8rem);
	border:1px solid #EF8E76;
	border-radius:6px;
	background:#fff;
	z-index:10;
	transition: all 0.3s ease-in-out;
}
.inner-section .content .content-line .period_point.active {
	position:relative;
}
.inner-section .content .content-line .period_point.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%,90%);
	background:#EF8E76;
	border-radius:12px;
	transition: all 0.3s ease-in-out;
}
.inner-section .content .content-txt {
	display:flex;
	flex-direction: column;
	width:90%;
	font-size:1.7rem;
}
.inner-section .content .content-txt .content-txt-wrap {
	display:flex;
	flex-direction: row;
	align-items: center;
	height: 4.5rem;
}

.inner-section .content .content-txt .content-txt-wrap p {
	font-size:1.7rem;
	white-space: nowrap;
}
.inner-section .content .content-txt .period_box {
	margin-left:2rem;
	padding:.0 1.5rem;
	color:#fff;
	background:#b5b5b5;
	border-radius:2rem;
}
.inner-section .content .content-txt .period_box.active {
	color:#fff;
	background:#EF8E76;
}

.inner-section .content .content-txt .content-txt-wrap.reverse {
	flex-direction: row-reverse;
}
.inner-section .content .content-txt.reverse {
	margin-right:2rem;
}
.inner-section .content .content-txt.reverse .period_box {
	margin-left:0;
	margin-right:2rem;
}

.doc_down_arrow_btn {
	margin: 0 auto;
	position:relative;
	padding:1.5rem 0 1.5rem 3rem;
	display:flex;
	width:30rem;
	color:#fff;
	font-size:1.8rem;
	background:#EF8E76;
	border-radius:3rem;
    flex-wrap: nowrap;
    justify-content: center;
}
.doc_down_arrow_btn::after {
    display: none;
    content: "";
    display: block;
    width: 40px;
    height: 12px;
    transform: translate(35px,5px);
    /*background-image: url('/img/arrow_right.png');*/
    background-size: contain;

    background-position: center;
}

.inner-section.small.flex {
    padding: clamp(3rem, 5vw, 5rem) 0;
    width: min(100%, 1300px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

#period_point_move_general .content-left {
	padding-left:1rem;
}

.oem_box {
	padding: calc(1rem + 2vw) calc(1rem + 1vw) calc(1rem + 1.5vw); /* 화면 크기에 따라 padding 값이 유동적으로 변화 */
    width: clamp(20%, 46%, 80%); /* 화면 크기에 따라 width 유동적 조정 */
	border:3px solid #FF9940;
	border-radius:2rem;
}
.oem_box_title {
    color: #000;
    font-size: clamp(1.5rem, 4vw, 3.2rem); /* 화면 크기에 따라 글자 크기 조정 */
    font-weight: 700;
    position: relative;
    border-bottom: 3px solid #FF9940;
}
.oem_box_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(6rem, 9vw, 10rem); /* 최소 6rem ~ 최대 10rem */
    height: clamp(8px, 1vw, 13px); /* 최소 8px ~ 최대 13px */
    transform: translate(0, 0);
    background: #FF9940;
}
.oem_box_f-1 {
    color: #000;
    font-size: clamp(1.2rem, 2vw, 2rem); /* 화면 크기에 따라 유동적으로 폰트 크기 조정 */
    font-weight: 400;
}
.oem_box_f-1.mt3 {
	margin-top: clamp(1rem, 5vh, 3rem); /* 화면 크기에 따라 유동적으로 margin-top 조정 */
}
.oem_box_f-2 {
    margin-top: clamp(1rem, 2vh, 3rem);  /* margin-top: 화면 크기에 따라 유동적으로 조정 */
    color: #7D7D7D;
    font-size: clamp(.8rem, 2vw + .8rem, 1.2rem);  /* 화면 크기에 따라 font-size 유동적으로 조정 */
    font-weight: 400;
    display: flex;
    align-items: center;
}
.oem_box_f-3 {
    color: #7D7D7D;
    font-size: clamp(.8rem, 2vw + .8rem, 1.2rem);  /* 화면 크기에 따라 font-size 유동적으로 조정 */
    font-weight: 400;
    display: flex;
    align-items: center;
}
.oem_box_f-3 img {
	margin-left: clamp(0.5rem, 2vw, 1rem);  /* 화면 크기에 비례해서 margin-left 값 조정 */
}

.odm_box {
	padding: calc(1rem + 2vw) calc(1rem + 1vw) calc(1rem + 1.5vw); /* 화면 크기에 따라 padding 값이 유동적으로 변화 */
    width: clamp(20%, 46%, 80%); /* 화면 크기에 따라 width 유동적 조정 */
    border: 3px solid #231815;
    border-radius: 2rem;
}


.oem_box, .odm_box {
    padding: calc(1rem + 2vw) calc(1rem + 1vw) calc(1rem + 1.5vw);
    border-radius: 2rem;
    box-sizing: border-box; /* padding을 포함하여 크기를 계산 */
    min-height: 300px; /* 최소 높이 설정 */
}


.odm_box_title {
    color: #000;
    font-size: clamp(1.5rem, 4vw, 3.2rem); /* 화면 크기에 따라 글자 크기 조정 */
    font-weight: 700;
    position: relative;
    border-bottom: 3px solid #231815;
}
.odm_box_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(5rem, 10vw, 10rem);  /* 화면 크기에 맞춰 유동적인 width */
    height: clamp(10px, 1vw, 13px);   /* 화면 크기에 맞춰 유동적인 height */
    transform: translate(0, 0);
    background: #231815;
}

.odm_box_f-1 {
    color: #000;
    font-size: clamp(1.2rem, 2vw, 2rem); /* 화면 크기에 따라 유동적으로 폰트 크기 조정 */
    font-weight: 400;
}
.odm_box_f-1.mt3 {
	margin-top: clamp(1rem, 5vh, 3rem); /* 화면 크기에 따라 유동적으로 margin-top 조정 */
}
.odm_box_f-2 {
    margin-top: clamp(1rem, 2vh, 3rem);  /* margin-top: 화면 크기에 따라 유동적으로 조정 */
    color: #7D7D7D;
     font-size: clamp(.8rem, 2vw + .8rem, 1.2rem);  /* 화면 크기에 따라 font-size 유동적으로 조정 */
   font-weight: 400;
    display: flex;
    align-items: center;
}
.odm_box_f-3 {
    color: #7D7D7D;
    font-size: clamp(.8rem, 2vw + .8rem, 1.2rem);  /* 화면 크기에 따라 font-size 유동적으로 조정 */
    font-weight: 400;
    display: flex;
    align-items: center;
}
.odm_box_f-3 img {
	margin-left: clamp(0.5rem, 2vw, 1rem);  /* 화면 크기에 비례해서 margin-left 값 조정 */
}

.btnOrange.btnPush:hover {
	box-shadow: 0px 0px 0px 0px #A66615;
}
.btnPurple.btnPush:hover {
	box-shadow: 0px 0px 0px 0px #6D184B;
}

@media screen and (max-width: 1099px) {
	.top-section {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.item-group > .tit > div::after {
		top: 0;
		width: calc(100% - 6px);
		transform: translateY(22px);
	}

	.top-section {
		padding: 7rem 0 4rem;
		width: 100%;
		margin-top: 0;
		max-width: 100%;
		text-align:center;
	}
	.top-section-txt-white {
		font-size:1.5rem;
	}
	.top-section-txt-orange {
		font-size:1rem;
	}
	.top-section-txt-orange img {
		width:2rem;
	}
	.top-section-txt-orange span {
		margin-left:.7rem;
	}
	.top-section-btn {
		margin-top:2rem;
		padding: 2rem 0;
	}

	.one-minutes-btn {
        font-size: 1.2rem;
        border-radius: 40px;
        padding: 0.8rem 3.5rem;
	}

	.row_img_wrap {
		width:100%;
		text-align:center;
		margin-bottom:1rem;
	}
	.row_img_wrap img {
		width:40%;
	}
	.inner-section .row .row-left p.row_txt_wrap {
		width:100%;
		text-align:center;
		font-size:1.0rem;
        margin-top:0;
	}

	.inner-section {
		padding: 2rem 0 0;
		width: 100%;
	}

	#period_point_move_general .inner-section {
		padding-top: 3rem;
	}

	.inner-section .row {
		flex-direction: column;
	}
	.inner-section .row .row-left {
		padding-left: 1rem;
		padding-right: 1rem;
		width: 100%;
	}
	.inner-section .row .row-right {
		padding:3%;
		width: 94%;
	}

    
    .inner-section .row .row-right .box-orange  {    
        display: flex;
            margin: 1.2rem 0;
            /*padding: 1.2rem 1.5rem;*/
            background: #FFFCF6;
            border: 3px solid #FF9940;
            border-radius: 1.2rem;
            justify-content: flex-end;}


	.inner-section .row .row-right .box-orange {
		/*flex-direction: column;*/
		padding: 0.5rem;
	}
	.inner-section .row .row-right .box-orange .box-orange-img {
		width:25%;
		text-align:center;
	}

    .inner-section .row .row-right .box-orange .box-orange-img img {
		width:50%;
		text-align:center;
	}

	.inner-section .row .row-right .box-orange p {
        width:80%;
		/*margin-top: 2rem;*/
		font-size: 1.0rem;
	}
	.inner-section .row .row-right .box-orange p.small {
		font-size: 1.0rem;
	}

	.doc_down_arrow_btn::after {
		transform: translate(15px,2px);
	}
	.inner-section.small {
		width: 100%;
	}

	.inner-section .content {
		padding-left: 5%;
		padding-top: 2rem;
		padding-bottom: 1rem;
		flex-direction: column;
	}
	.inner-section .content .content-left {
		width: 100%;
		text-align:center;
	}

	#period_point_move .inner-section .content .content-left img {
		width: 60%;
        
	}
	#period_point_move .inner-section {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

	.inner-section .content-left {
		width:100%;
	}
	.inner-section .content .content-right {
		margin-top: 1rem;
		padding-left:1rem;
		width:100%;
		overflow:hidden;
	}
	.inner-section .content .content-txt .content-txt-wrap p {
		font-size: 1rem;
	}

	.inner-section .content .content-txt .content-txt-wrap {
		position:relative;
	}

	#period_point_move .inner-section .content .content-txt .content-txt-wrap p.period_box {
		position:absolute;
		bottom: -5px;
		left: -1rem;
	}

	.inner-section .content .content-txt .period_box {
		margin-left: 1rem;
		padding: .0 1.2rem;
	}
	.inner-section .content .content-line::after {
		left:50%;
		transform: translate(-50%,1.8rem);
	}
	.inner-section .content .content-line .period_point::after {
		transform: translate(-50%, 1.8rem);
	}
	.inner-section .content .content-line .period_point.active::after {
		transform: translate(-50%,90%);
	}

	.inner-section .title {
		padding-left: 5%;
		font-size: 1.2rem;
	}
	.inner-section .title::after {
		right: 5%;
		width: 90%;
		transform: translateY(35px);
	}

	#period_point_move_general .inner-section .content.reverse {
		flex-direction: row-reverse;
	}
	#period_point_move_general .inner-section .content {
		padding: 0 0 4rem;
	}
	#period_point_move_general .inner-section .content .content-left {
		padding-top:3rem;
		width: 100%;
		text-align:center;
	}
	#period_point_move_general .inner-section .content .content-left img {
		width: 60%;
	}
	#period_point_move_general .inner-section .content .content-txt .content-txt-wrap p.period_box {
		position:absolute;
		bottom: -5px;
		left: initial;
		right: -1rem;
	}
	#period_point_move_general .inner-section .content .content-txt.reverse .period_box {
		margin-right:1rem;
	}

	.doc_down_arrow_btn {
		padding: 1.2rem 0 1rem 2rem;
		width: 80%;
		font-size: 1.2rem;
        border-bottom: 4px solid #b8631d;
	}

	.inner-section.small.flex {
		flex-direction: row;
		width: 100%;
		/*padding-top:8rem;*/
	}

	.oem_box, .odm_box {
		width:48%;
	}



    .oem_box_f-1 {
        color: #000;
        font-size: 1.0rem;
        font-weight: 400;
    }


    .odm_box_f-1 {
        color: #000;
        font-size: 1.0rem;
        font-weight: 400;
    }
    .oem_box_f-2 {
        color: #7D7D7D;
        font-size: 1.0rem;
        font-weight: 400;
    }


    .odm_box_f-2 {
        color: #7D7D7D;
        font-size: 1.0rem;
        font-weight: 400;
    }

    .oem_box_f-3 {
        color: #7D7D7D;
        font-size: 1.0rem;
        font-weight: 400;
    }


    .odm_box_f-3 {
        color: #7D7D7D;
        font-size: 1.0rem;
        font-weight: 400;
    }



}
