button {
	border: 0;
	background: transparent;
	cursor: pointer;
}

/*랩 기본설정*/
.wrap {
    width: 90%; /*모바일 가로폭 여백*/
    max-width: 1280px; /* wrap을 원하는크기로 씌우고 싶을때 변경*/
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .pc { display: none;}
}
@media screen and (min-width:769px) {
    .mob {display:none;}
}

html {font-size: 10px;}
.pfwrap {width: 90%; max-width: 1280px; position: relative; margin: 0 auto;}
.Oph-visual {position: relative; height: 100vh;}
.Oph-visual .bg {position: absolute; left: 50%; bottom: 0; width: 100%; height: 100%; z-index: 1; background-image: url(../img/vBg.jpg); transform: translateX(-50%); background-size: cover; background-repeat: no-repeat; background-position: center bottom;}
.Oph-visual .bg:nth-of-type(2) {width: 80%; height: 80%; z-index: 2;}
.Oph-visual .bg:nth-of-type(3) {width: 60%; height: 60%; z-index: 3;}
.Oph-visual h2 {position: absolute; left: 50%; top: 35%; transform: translate(-50%,-30%); font-size: 7.3rem; z-index: 4; color: #fff; width: 100%; text-align: center; line-height: 1.3; opacity: 0; transition: .5s; font-family: 'Poppins', sans-serif; font-weight: 500; transition-property: transform opacity;}
.Oph-visual .img {position: absolute; bottom: 0; left: 50%; transform: translate(-50%,20%); z-index: 6; width: 90%; text-align: center; animation: imgplay 3s ease-in-out infinite;}

.Oph-visual h2.anistart{opacity: 1; transform: translate(-50%,-50%);}

@keyframes imgplay {
    0%{
        transform: translate(-50%,15%);
    }
    50%{
        transform: translate(-50%,20%);
    }
    100%{
        transform: translate(-50%,15%);
    }
    
}

@media screen and (max-width:1600px){
    .Oph-visual h2 {font-size: 5vw;}
}


.Oph-set0 {height: 640px;}
.Oph-set0 .pfwrap {display: flex; height: 100%; align-items: center; justify-content: center; flex-direction: column;}
.Oph-set0 h2 {font-size: 6rem; margin-bottom: 45px; font-family: 'Poppins', sans-serif; font-weight: 500;}
.Oph-set0 ul {display: flex; flex-wrap: wrap; margin-top: -45px; justify-content: space-between;}
.Oph-set0 ul li {margin-top: 45px;}
.Oph-set0 ul li:last-child {flex: 1 1 100%;}
.Oph-set0 dl dt {font-size: 2.5rem; margin-bottom: 10px; font-family: 'Poppins', sans-serif; font-weight: 500;}
.Oph-set0 dl dd {font-size: 1.8rem; color: #757575; line-height: 1.5;}
.Oph-set0 dl dd a {color: #757575;}

@media screen and (max-width:768px) {
    .Oph-set0 {height: auto; padding: 15% 0;}
    .Oph-set0 h2 {font-size: 8vw;}
    .Oph-set0 dl dt {font-size: 2rem;}
    .Oph-set0 dl dd {font-size: 1.6rem;}
}

.Oph-set1 {background: #7b55ff; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 5% 0;}
.Oph-set1 dl {color: #fff; text-align: center; margin-bottom: 15px;}
.Oph-set1 dt {font-size: 5rem; margin-bottom: 15px; font-family: 'Poppins', sans-serif; font-weight: 300;}
.Oph-set1 dt strong {font-weight: 500;}
.Oph-set1 dd {font-size: 1.8rem; line-height: 1.5;}
.Oph-set1 .img {width: 80%; transform: translateX(-8%); margin: 0 auto;}

.Oph-set1 .line {color: #fff; font-size: 2.5rem; height: 55px; line-height: 55px; overflow: hidden; position: absolute; white-space: nowrap; transform: translateY(50%); bottom: 0; z-index: 2; width: 100%; text-transform: uppercase;}
.Oph-set1 .line div {width: 200vw; height: 100%; position: absolute; overflow: hidden; animation: marquee 10s linear infinite; display: flex;}
.Oph-set1 .line h2 {width: 100%; margin-right: 3%;}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}


@media screen and (max-width:768px){
    .Oph-set1 {height: auto; padding: 15% 0;}
    .Oph-set1 dt {font-size: 8vw;}
    .Oph-set1 dd {font-size: 1.6rem;}
    .Oph-set1 h2 {font-size: 7vw;}
    .Oph-set1 .img {width: 100%;}
}

.Oph-set2 {height: 825px; background-image: url(../img/st2Bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed;}
.Oph-set2 .pfwrap {display: flex; flex-direction: column; justify-content: center; height: 100%;}
.Oph-set2 .won {display: flex; align-items: flex-end;}
.Oph-set2 .normalwon {position: relative; width: 80%; padding-right: 15%; box-sizing: border-box;}
.Oph-set2 .normalwon > p {font-size: 2rem; color: #fff; text-align: center; margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: 400;}
.Oph-set2 .normalwon ul {display: flex; position: relative;}
.Oph-set2 .normalwon ul li {background: rgba(232,245,251,0.8);border-radius: 1000px; left: 0; flex: 1; position: relative; max-width: 285px;}
.Oph-set2 .normalwon ul li:nth-of-type(2) {margin-left: -3%;}
.Oph-set2 .normalwon ul li:nth-of-type(3) {margin-left: -3%;}
.Oph-set2 .normalwon ul li::after {content: ''; display: block; padding-bottom: 100%;}
.Oph-set2 .normalwon ul li p {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700;}
.Oph-set2 .normalwon picture {position: absolute; right: 10%; top:52%; transform: translateY(-50%); left: 78%;}

.Oph-set2 .activewon {color: #fff; background: #6a49db; position: relative; border-radius: 1000px; max-width: 285px; flex: 0 0 285px;}
.Oph-set2 .activewon .animat {position: absolute; left: 50%; top: 50%; width: 110%; height: 110%; border-radius: 1000px; background: #6a49db; opacity: 0.5; content: ''; transform: translate(-50%,-50%); animation: bgCircle 2s ease-in-out infinite;}

.Oph-set2 .activewon .animat2 {width: 120%; height: 120%; opacity: 0.4;}
.Oph-set2 .activewon .animat3 {width: 130%; height: 130%; opacity: 0.3;}

@keyframes bgCircle {
    0%{
        transform: translate(-50%,-50%) scale(0.95);
    }
    50% {
        transform: translate(-50%,-50%) scale(1);
    }
    100% {
        transform: translate(-50%,-50%) scale(0.95);
    }
}

.Oph-set2 .activewon dl {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 2rem; text-align: center;}
.Oph-set2 .activewon dl dt {margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: bold;}
.Oph-set2 .activewon dl dd {line-height: 1.3; font-weight: 800;}
.Oph-set2 .activewon::after {display: block; content: ''; padding-bottom: 100%;}
.Oph-set2 .pfwrap > p {margin-top: 55px; color: #fff; font-size: 1.8rem; line-height: 1.5;}

@media screen and (max-width:768px){
    .Oph-set2 {height: auto; padding: 10% 0;}
    .Oph-set2 .won {display: block;}
    .Oph-set2 .normalwon {width: auto; padding-right: 0; width: 100%;}
    .Oph-set2 .normalwon picture {position: static; transform: none; top: auto; right: auto; left: auto; width: 20%; margin: 15px auto; display: block; text-align: center; transform: translateX(15%) scale(0.5);}
    .Oph-set2 .activewon {max-width: none; width: auto; flex: none; width: calc(100%/2); margin: 0 auto;}

    .Oph-set2 .normalwon ul li p {text-align: center; font-size: 3.5vw;}
    .Oph-set2 .activewon dl {font-size: 4vw;}
    .Oph-set2 .pfwrap > p {font-size: 1.6rem; margin-top: 40px;}
}


.Oph-set3 {height: 100vh;}
.Oph-set3 .pfwrap {height: 100%; display: flex; align-items: center;}
.Oph-set3 dl {text-align: left; width: 45%; margin-right: 70px;}
.Oph-set3 dt {font-size: 5rem; margin-bottom: 15px;}
.Oph-set3 dd {font-size: 1.8rem; color: #a3a3a3;}
.Oph-set3 ul {position: relative; width: 55%;}
.Oph-set3 ul li {width: 100%; height: 100%;}
.Oph-set3 ul li:first-child {position: relative;}
.Oph-set3 ul li ~ li{position: absolute; top: -5%; right: -5%;}
.Oph-set3 ul li:last-child {top: -10%; right: -10%;}

.Oph-set3 ul li:nth-of-type(1) {z-index: 3;}
.Oph-set3 ul li:nth-of-type(2) {z-index: 2;}
.Oph-set3 ul li:nth-of-type(3) {z-index: 1;}

@media screen and (max-width:768px){
    .Oph-set3 {height: 100vh;}
    .Oph-set3 .pfwrap {height: 100%; display: flex; align-items:initial;  justify-content: center; flex-direction: column;}
    .Oph-set3 dl {text-align: center; width: 100%; margin-right: 0; margin-bottom: 50px;}
    .Oph-set3 dt {font-size: 8vw; margin-bottom: 15px;}
    .Oph-set3 dd {font-size: 1.6rem; color: #a3a3a3;}
    .Oph-set3 ul {width: 85%; margin: 0 auto;}
}


.Oph-set4 {height: 970px; background-image: url(../img/st4Bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; overflow: hidden; padding-top: 120px;}
.Oph-set4 dl {color: #fff; text-align: center;}
.Oph-set4 dt {font-size: 5rem; margin-bottom: 20px;}
.Oph-set4 dd {font-size: 1.8rem;}

.Oph-set4 .sB {padding-bottom: 70px; margin: 50px auto 0;}
.Oph-set4 .sB::before {content: ""; display: block; width: 150%; height: 100%; background: url(../img/st4Cricle.png) center bottom no-repeat; background-size: 1394px auto; position: Absolute; bottom: 0; left: -25%;}
.Oph-set4 .sB ul.swiper-wrapper {perspective: 300px;}
.Oph-set4 .sB ul.swiper-wrapper li {width: 600px;}

.Oph-set4 .sB ul.swiperText {position: absolute; top: 100%; left: 50%; height: 180px; width: 1530px; transform: translateX(-50%);}
.Oph-set4 .sB ul.swiperText li {position: absolute; left: 0; top: -32px; text-align: center; width: 800px; transform: translateX(-50%);}
.Oph-set4 .sB ul.swiperText li h2 {font-size: 20px; font-weight: bold; line-height: 1.6; text-align: center; opacity: 0.2; color: #fff; margin-top: 25px; display: inline-block ;}
.Oph-set4 .sB ul.swiperText li p{ font-size: 18px; line-height: 1.5; text-align: center; color: #fff; opacity: 0.4; display: none; margin-top: 17px;}
.Oph-set4 .sB ul.swiperText li::after {content: ''; width: 14px; height: 14px; background: #fff; border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
}

.Oph-set4 .sB ul.swiperText li.on {padding-top: 50px;}
.Oph-set4 .sB ul.swiperText li.on h2 {font-size: 33px; font-weight: bold; line-height: 1.4; text-align: center; color: #d8ff00; opacity: 1;}
.Oph-set4 .sB ul.swiperText li.on::after {top: 24px; background: #D8FE03;}
.Oph-set4 .sB ul.swiperText li.on p {display: block; opacity: 1;}

.Oph-set4 .sB ul.swiperText .txt01, .Oph-set4 .sB ul.swiperText.act01 .txt03, .Oph-set4 .sB ul.swiperText.act02 .txt01, .Oph-set4 .sB ul.swiperText.act03 .txt02 {
    left: 20%;
}

.Oph-set4 .sB ul.swiperText .txt02, .Oph-set4 .sB ul.swiperText.act01 .txt01, .Oph-set4 .sB ul.swiperText.act02 .txt02, .Oph-set4 .sB ul.swiperText.act03 .txt03 {
    left: 50%;
}

.Oph-set4 .sB ul.swiperText .txt03, .Oph-set4 .sB ul.swiperText.act01 .txt02, .Oph-set4 .sB ul.swiperText.act02 .txt03, .Oph-set4 .sB ul.swiperText.act03 .txt01 {
    left: 80%;
}

.Oph-set4 .sB .prev {margin-left: -170px; left: 50%;}
.Oph-set4 .sB .next {margin-right: -170px; right: 50%;}
.Oph-set4 .sB .prev,
.Oph-set4 .sB .next {position: absolute; top: 100%; margin-top: 60px;}

@media screen and (max-width:1280px){
    .Oph-set4 .sB ul.swiperText li h2 {font-size: 18px;}
    .Oph-set4 .sB ul.swiperText li.on h2 {font-size: 30px;}
}

@media screen and (max-width:989px){
    .Oph-set4 {padding: 100px 15px 200px; margin-top: 0; height: auto;}
    .Oph-set4 dt {font-size: 7vw;}
    .Oph-set4 dd {font-size: 1.6rem; line-height: 1.3;} 

    .Oph-set4 .sB {padding: 0 0 30px; margin: 25px 0 0;}
    .Oph-set4 .sB::before {display: none;}

    .Oph-set4 .sB ul.swiper-wrapper {perspective: none;}
    .Oph-set4 .sB ul.swiper-wrapper li {width: 350px;}

    .Oph-set4 .sB ul.swiperText::before {width: 120%; height: 1px; background: #d8ff00; left: -10%; position: absolute; top: 0; content: '';}

    .Oph-set4 .sB ul.swiperText li {top: 0; padding: 0; width: 100%;}
    .Oph-set4 .sB ul.swiperText li::after {top: -5px;}
    .Oph-set4 .sB ul.swiperText li h2 {margin-top: 10px; padding: 0 50px;}
    .Oph-set4 .sB ul.swiperText li p {font-size: 13px; margin-top: 10px;}

    .Oph-set4 .sB ul.swiperText li.on {padding-top: 30px;}
    .Oph-set4 .sB ul.swiperText li.on h2 {font-size: 20px;}

    .Oph-set4 .sB ul.swiperText li.on::after {top: -4px ;}

    .Oph-set4 .sB .prev,
    .Oph-set4 .sB .next {position: absolute; top: 100%; margin-top: 48px;}
}


.Oph-set5 {padding: 8% 0; background-size: cover; background-image: url(../img/st5Bg.jpg); background-repeat: no-repeat; background-position: center center;}
.Oph-set5 ul {display: flex; width: calc(100% - 10%); margin: 0 5%;}
.Oph-set5 ul li {margin-right: 3%; transition: .5s; transition-property: transform;}
.Oph-set5 ul li:nth-of-type(3) {margin-right: 0;}
.Oph-set5 ul li:last-child {margin-right: 0;}
.Oph-set5 ul li picture {position: relative; display: block;}
.Oph-set5 ul li:nth-of-type(1) picture:first-child {margin-bottom: 20%;}
.Oph-set5 ul li:nth-of-type(2) picture:first-child {margin-bottom: 15%;}
.Oph-set5 ul li:nth-of-type(3) picture {left: -12%;}
.Oph-set5 ul li:nth-of-type(4) picture:first-child {margin-bottom: 10%;}
.Oph-set5 ul li:last-child picture:first-child {margin-bottom: 15%;}

.Oph-set5 ul li:nth-of-type(1) {margin-top: 13%;}
.Oph-set5 ul li:nth-of-type(2) {margin-top: 6%;}
.Oph-set5 ul li:nth-of-type(4) {margin-top: 12%;}
.Oph-set5 ul li:last-child {margin-top: 8%;}

@media screen and (max-width:768px){
    .Oph-set5 ul li:first-child,
    .Oph-set5 ul li:last-child {display: none;}
    .Oph-set5 ul li:nth-of-type(4) {margin-right: 0;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.pf_next {height: 560px; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #000;}
.pf_next .link {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 888;}
.pf_next .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); background-repeat: no-repeat; background-position: center; background-size: cover;}
.pf_next .textbox {position: absolute; top: 150px; color: #fff; z-index: 10; width: 95%; max-width: 1200px; left: 50%; transform: translateX(-50%);}
.pf_next .textbox dl dt {font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: normal;}
.pf_next .textbox dl dd {font-size: 60px; font-weight: bold; margin-top: 10px;}
@media screen and (max-width: 768px) {
    .pf_next {height: 250px;} 
    .pf_next .textbox {top: 50px;}
    .pf_next .textbox dl dd {font-size: 30px;}
}
.pf_link {padding: 60px 0 60px; text-align: center; background: #f3f4f6;}
.pf_link a {color: #333; font-size: 30px; font-weight: 600;}
.pf_link span {position: relative; top: -5px; margin-right: 20px;}
.pf_link img {vertical-align: middle;}
@media screen and (max-width: 768px) {
    .pf_link {padding: 30px 0 30px;}
    .pf_link a {font-size: 20px;}
} 

/* 1230 플랜마이스터 섹션 추가 */
.Oph-set00{display: flex; border-top: 3px solid #faf9fe;}
.Oph-set00 .rightbox{padding: 6% 3% 6% 16%; width: 50%;}
.Oph-set00 .rightbox h2{font-size: 50px; font-family: 'Poppins'; font-weight: 500; margin-bottom: 70px; position: relative; display: inline-block;}
.Oph-set00 .rightbox h2::before{content: ""; display: inline-block; width: 40px; height: 41px; background: url(../img/plan-oj.png) no-repeat; position: absolute; right: -4%; left: 97%; top: -15%; z-index: -1;}
.Oph-set00 .rightbox dl{font-size: 18px;}
.Oph-set00 .rightbox dl dt{color: #000; font-weight: 800; margin-bottom: 15px;}
.Oph-set00 .rightbox dl dd{color: #757575; margin-bottom: 60px; line-height: 1.5;}
.Oph-set00 .rightbox dl dd:last-child{margin-bottom: 0;}
.Oph-set00 .leftbox{width: 50%; display: flex; flex-direction: column;}
.Oph-set00 .leftbox .topbox{ background-color: #7b55ff; display: flex;flex-direction: column; justify-content: center; padding-left: 10%; color: #fff; flex: 1.3;}
.Oph-set00 .leftbox .topbox strong{font-family: 'Poppins';  text-transform: uppercase; font-size: 20px; display: block; margin-bottom: 40px; letter-spacing: 0.4em;}
.Oph-set00 .leftbox .topbox p{text-transform: uppercase; font-size: 18px; line-height: 1.5;}
.Oph-set00 .leftbox .botbox{background: url(../img/plan-bg.jpg) no-repeat; background-position: center; background-size: cover; display: flex; justify-content: center; align-items: center; flex: 1;}

@media screen and (max-width: 1350px){
    .Oph-set00 .rightbox{padding-left: 6%;}
}
@media screen and (max-width: 768px){
    .Oph-set00{display: block;}
    .Oph-set00 .rightbox{padding: 15% 0; max-width: 1280px; width: 90%; margin: 0 auto;}
    .Oph-set00 .rightbox h2{font-size: 8vw; margin-bottom: 45px;}
    .Oph-set00 .rightbox h2::before{top: -32%; background-size: 90%;}
    .Oph-set00 .rightbox dl dt{margin-bottom: 10px; font-size: 2rem;}
    .Oph-set00 .rightbox dl dd{margin-bottom: 45px; font-size: 1.6rem;}
    .Oph-set00 .rightbox dl dd br{display: none;}

    .Oph-set00 .leftbox{width: 100%;}
    .Oph-set00 .leftbox .topbox{padding: 15% 6%;}
    .Oph-set00 .leftbox .topbox strong{letter-spacing: 0.2em;}
    .Oph-set00 .leftbox .topbox p{font-size: 16px;}
    .Oph-set00 .leftbox .botbox{padding: 15% 6%;}
    .Oph-set00 .leftbox .botbox img{width: 60%;}
}