@font-face {
    font-family: 'SourceHanSansKR';
    src: url("./font/SourceHanSansKR-Normal.otf");
	src: url('./font/SourceHanSansKR-Normal.otf.eot');
}
* {
    margin: 0;
    padding: 0;
    /*font-family: source-han-sans-korean, sans-serif;*/
    /*font-family: 'Noto Sans KR';*/
    font-family: 'SourceHanSansKR';
    /*font-family: 'SourceHanSansKR-Bold';*/
    /*font-family: 'AppleSystemUIFont', sans-serif;*/
}
body{
    overflow-x: hidden;
}


div {
    -webkit-tap-highlight-color : transparent !important;
}
input:focus{
    outline: none !important;
    border: none !important;
}

.relative {
    position: relative;
}
.width100 {
    width: 100%;
    box-sizing: border-box;
}
.width978{
	width: 978px;
}
.width90{
    width: 90%;
}
.width1000{
	width: 1000px;
}
.width1030{
	width: 1030px;
}
.height100{
    height: 100%;
    /*box-sizing: border-box;*/
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.height100vh{
    height: 100vh;
}
.main-container{
    /*height: 100%;*/
    /*height: calc(100% - 89px);*/
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    background-color: #ffffff;
    box-sizing: border-box;
}
.nav-bar {
    width: 100%;
    height: 89px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    z-index: 99999;
}
.nav-bar-mobile{
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    z-index: 99999;
}
.myPage-nav-mobile{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
}
.myPage-nav-write-mobile{
    width: 100%;
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 14px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    border-bottom: solid 1px #dedede;
}

/*
.save-container{
    width: 100%;
    !*box-sizing: border-box;*!
    overflow-x: hidden;
    !*position: relative;*!
    !*box-sizing: border-box;*!
}*/

.list-container {
    background-color: #fff;
    width: 100%;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*padding-bottom: 80px;*/
    padding-top: 89px;
}

.row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.column {
    /*display: flex;*/
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
}
.row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.row-1-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.row-1-end {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.row-1-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.row-end-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}
.row-center-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.row-around-center {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.row-evenly-center {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.row-center-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.row-center-end {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.row-end-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.row-start-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.project_comp-container:nth-child(9n-4){
	margin-right: auto;
}
.row-between-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.row-between-end {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.column-1-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.column-center-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.column-end-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.column-end-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.column-1-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.column-start-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.column-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.column-around-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.column-between-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.column-1-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*폰트 weight, 사이즈ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.font-b-9 {
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-10 {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-11 {
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-12 {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-13 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-14 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-15 {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-16 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-17 {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-18 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-19 {
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.font-b-20 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-22 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-23 {
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.font-b-24 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-25 {
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.font-b-26 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-28 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-30 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-32 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-33 {
	font-size: 33px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.font-b-36{
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-38 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-40 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-42 {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-44 {
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-45 {
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-50 {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-b-52 {
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-10 {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-11 {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-12 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-13 {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-14 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-15 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-16 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-17 {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-18 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-19 {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.font-n-20 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-22{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-24 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-26 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-n-32 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-10 {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-11 {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-12 {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-13 {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-14 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-15 {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-16 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-17 {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-18 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-20 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-24 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.font-500-26 {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
/*폰트컬러ㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓ*/
.color-c40b78{
	color: #c40b78;
}
.color-555c6f{
    color: #555c6f;
}
.color-053262{
    color: #053262;
}
.color-141417{
    color: #141417;
}
.color-e07e3f{
    color: #e07e3f;
}
.color-1d1d1d {
    color: #1d1d1d;
}
.color-1b8fc4{
    color: #1b8fc4;
}
.color-272727 {
    color: #272727;
}
.color-808080 {
    color: #808080;
}
.color-656363 {
    color: #656363;
}
.color-ff6334 {
    color: #ff6334;
}
.color-fff {
    color: #fff;
}
.color-ffe2f3 {
	color: #ffe2f3;
}
.color-908c8c {
    color: #908c8c;
}
.color-476ee5 {
    color: #476ee5;
}
.color-eb5454 {
    color: #eb5454;
}
.color-9d9fa3 {
    color: #9d9fa3;
}
.color-c1bcbc {
    color: #c1bcbc;
}
.color-2a2e35 {
    color: #2a2e35;
}
.color-ff705d {
    color: #ff705d;
}
.color-73808b {
    color: #73808b;
}
.color-c1c6d0 {
    color: #c1c6d0;
}
.color-62696f {
    color: #62696f;
}
.color-0fa6c7 {
    color: #0fa6c7;
}
.color-7e8b98 {
    color: #7e8b98;
}
.color-3e424a {
    color: #3e424a;
}
.color-ff409a {
    color: #ff409a;
}
.color-868686 {
    color: #868686;
}
.color-3a74f6 {
    color: #3a74f6;
}
.color-f5f6f7 {
    color: #f5f6f7;
}
.color-919191 {
    color: #919191;
}
.color-adadad {
    color: #adadad;
}
.color-171717 {
    color: #171717;
}
.color-fc420a {
    color: #fc420a;
}
.color-000 {
    color: #000;
}
.color-2077ce {
    color: #2077ce;
}
.color-afb2b4 {
    color: #afb2b4;
}
.color-49545f {
    color: #49545f;
}
.color-ccd0d5{
    color: #ccd0d5;
}
.color-49545f{
    color: #49545f;
}
.color-ffe98e{
    color: #ffe98e;
}
.color-f25f00{
    color: #f25f00;
}
.color-ffaf7b{
    color: #ffaf7b;
}
.color-8e92a0{
    color: #8e92a0;
}
.color-2a2a2c{
    color: #2a2a2c;
}
.color-646d89{
    color: #646d89;
}
.color-0d3f74{
    color: #0d3f74;
}
.color-e83a00{
    color: #e83a00;
}
.color-66c390{
    color: #66c390;
}
.color-eda300{
    color: #eda300;
}
.color-c3c3c3{
    color: #c3c3c3;
}
.color-f00{
    color: #f00;
}
.color-dedede{
    color: #dedede;
}
.color-ff3100{
    color: #ff3100;
}
.color-053262{
	color: #053262;
}

/*배경컬러ㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓ*/
.back-color-d3e8fd{
	background-color: #d3e8fd;
}
.back-color-ffe2f3{
	background-color: #ffe2f3;
}
.back-color-dedede{
    background-color: #dedede;
}
.back-color-073567{
    background-color: #073567;
}
.back-color-2a2a2c{
    background-color: #2a2a2c;
}
.back-color-e07e3f{
    background-color: #e07e3f;
}
.back-color-f25f00{
    background-color: #f25f00;
}
.back-color-ffaf7b{
    background-color: #ffaf7b;
}
.back-color-pink {
    background-image: linear-gradient(110deg, #f5a2a2 9%, #fc35b7 93%);
}
.back-color-ccd0d5{
    background-color: #ccd0d5;
}
.back-color-f2f2f2 {
    background-color: #f2f2f2;
}
.back-color-ff705d {
    background-color: #ff705d;
}
.back-color-3e424a {
    background-color: #3e424a;
}
.back-color-fafafa {
    background-color: #fafafa;
}
.back-color-9d9fa3 {
    background-color: #9d9fa3;
}
.back-color-white {
    background-color: #ffffff;
}
.back-color-fff {
    background-color: #fff;
}
.back-color-fcfcfc {
    background-color: #fcfcfc;
}
.back-color-f8f8f8 {
    background-color: #f8f8f8;
}
.back-color-f2f5fd {
    background-color: #f2f5fd;
}
.back-color-476ee5 {
    background-color: #476ee5;
}
.back-color-eb5454 {
    background-color: #eb5454;
}
.back-color-516cb3 {
    background-color: #516cb3;
}
.back-color-777775 {
    background-color: #777775;
}
.back-color-efeff2 {
    background-color: #efeff2;
}
.back-color-fff4f3 {
    background-color: #fff4f3;
}
.back-color-f5f6f7 {
    background-color: #f5f6f7;
}
.back-color-f5f5f5 {
    background-color: #f5f5f5;
}
.back-color-efefef {
    background-color: #efefef;
}
.back-color-f2fbfd {
    background-color: #f2fbfd;
}
.back-color-ef7105 {
    background-color: #ef7015;
}
.back-color-2077ce {
    background-color: #2077ce;
}
.back-color-edf4fa{
    background-color: #edf4fa;
}
.back-color-555c6f{
    background-color: #555c6f;
}
.back-color-ff3939{
    background-color: #ff3939;
}
.back-color-edf0f5{
    background-color: #edf0f5;
}
.back-color-fcfdff{
    background-color: #fcfdff;
}
.back-color-fff0eb{
    background-color: #fff0eb;
}
.back-color-ebfff4{
    background-color: #ebfff4;
}
.back-color-053262{
    background-color: #053262;
}
.back-color-fdf8ed{
    background-color: #fdf8ed;
}
.back-color-fff2f2{
    background-color: #fff2f2;
}
.back-color-eff6fd{
    background-color: #eff6fd;
}
.back-color-ebf5ff{
    background-color: #ebf5ff;
}

.nowrap {
    white-space: nowrap;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-12{
    margin-bottom: 12px;
}
.margin-right-14{
    margin-right: 14px;
}
.margin-right-28{
    margin-right: 28px;
}
.margin-bottom-27{
    margin-bottom: 27px;
}
.width95{
    width: 95%;
}
.width98{
    width: 98%;
}
.width85{
    width: 85%;
}
.width90{
    width: 90%;
}
.width93{
    width: 93%;
}
.width95{
    width: 95%;
}
.width45{
    width: 45%;
}
.width47{
    width: 47%;
}
.width48{
    width: 48%;
}
.width50{
    width: 50%;
}
.cursor{
    cursor: pointer;
}



.pr-backimg{
    width: 100%;
    height: 100%;
    background-image:linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),url("image/eximage2.jpg");
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.pr1-box{
    margin-top: 70px;
	margin-bottom: 130px;
    width: 400px;
    height: 480px;
    border-radius: 30px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #dedede;
    background-color: #fff;
}
@media screen and (max-width:1100px){

	html{
		min-height: 100vh;
	}
	body{
		min-height: 100vh;
		background-color: #fff;
	}
    .pr-backimg{
        background-image: none;
		height: 90vh;
    }
    .pr1-box{
        width: 100%;
        height: 100%;
        margin-top: 0px;
		margin-bottom: 0px;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background-color: #fff;
    }
}


.ri1-next-btn{
    padding: 12px 136px;
    border-radius: 15px;
}
.ri1-next-btn:hover{
    background-color: #053262;
    color: #fff;
}
.ri1-ok-btn{
    padding: 12px 136px;
    border-radius: 15px;
}
.ri1-ok-btn:hover{
    background-color: #053262;
    color: #fff;
}
.ri1-back{
    margin-top: 11px;
    margin-bottom: 20px;
}
.ri1-back{
    text-decoration-line:underline;
    text-underline-position: under;
}
.ri1-p1 {
    margin-bottom: 8px;
}

.ri1-p2 {
    margin-bottom: 16px;
}

@media screen and (max-width: 700px){
    /*.reg-pc {*/
    /*    display: none !important;*/
    /*}*/

    /*.reg-mobile {*/
    /*    display: flex !important;*/
    /*}*/
    .ri1-next-btn{
        padding: 18px 145px !important;
        border-radius: 20px !important;
        font-size: 16px !important;
    }
    .ri1-ok-btn{
        padding: 18px 135px !important;
        border-radius: 20px !important;
        font-size: 16px !important;
    }
    .ri1-back{
        margin-top: 12px !important;
        margin-bottom: 40px !important;
        font-size: 14px !important;
    }
    .ri1-p1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ri1-p2 {
        font-size: 14px;
        margin-bottom: 50px;
    }

}


.ri1-progress {
    -webkit-appearance: none;
    width: 360px;
    height: 8px;
    border-radius: 9px;
    margin-top: 27px;
    margin-bottom: 14px;
}
.ri1-progress::-webkit-progress-bar {
    background-color: #f8f8f8;
    border-radius: 9px;
}
.ri1-progress::-webkit-progress-value {
    background-image: linear-gradient(92deg, #0d3f74 0%, #6c0b79 101%);
    border-radius: 9px;
}

@media screen and (max-width: 1100px){
    .ri1-progress {
        -webkit-appearance: none;
        width: 100%;
        height: 2px;
        margin-bottom: 23px;
        margin-top: 0px;
    }
    .ri1-progress::-webkit-progress-bar {
        background-color: #f8f8f8;
    }
    .ri1-progress::-webkit-progress-value {
        background-image: linear-gradient(92deg, #0d3f74 0%, #6c0b79 101%);
    }
}



.back-mobile{
    width: 8px;
    height: 14px;
    margin-left: 17px;
    margin-bottom: 40px;
}
.width1300{
    width: 1300px;
}



.mpe-done{
    padding: 12px 136px;
    border-radius: 15px;
}
.mpe-done:hover{
    background-color: #053262;
    color: #fff;
}
.mpe-back{
    margin-top: 11px;
    margin-bottom: 20px;
    text-decoration-line:underline;
    text-underline-position: under;
}
.mpe-p1{
    margin-top: 24px;
    margin-bottom: 16px;
}
.mpe-input1{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 19px;
    border-radius: 15px;
    border: none;
    margin-bottom: 10px;
    background-color: #fafafa;
}
.mpe-input1:focus{
    border: solid 1px #053262 !important;
    background-color: #fff;
}
.mpe-input1::placeholder{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3;
}
.mpe-input2{
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 19px;
    border-radius: 15px;
    border: none;
    background-color: #fafafa;
}
.mpe-input2:focus{
    border: solid 1px #053262 !important;
    background-color: #fff;
}
.mpe-input2::placeholder{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3;
}
.mpe-p2{
    margin-bottom: 5px;
}
select{
	-webkit-appearance: menulist-button !important;
}
.margin-bottom-32{
	margin-bottom: 32px;
}
.margin-bottom-12{
	margin-bottom: 12px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}

blink {
	-webkit-animation: 1.6s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
	animation: 1.6s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
