    @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");

    body {
        background-color:#24393f;
        font-family: "Noto Sans KR", sans-serif;
    }
	
	input::placeholder {
		color: #00000047 !important;
	}

	input::-webkit-input-placeholder{
		color: #00000047 !important;
	}

	input:-ms-input-placeholder{
		color: #00000047 !important;
	}
	
	.container {
		max-width:1000px;
		background-color: #fff;
		border-radius: 20px;
	}

    .bx-play {
        vertical-align: text-top;
        font-size: 25px;
    }

    .top_img {
        width: 100%;
		max-width:1000px;
    }

    .title_sub {
      border-radius: 0 0 5px 5px / 0 0 5px 5px;
      border: 1px #acacac solid;
      padding: 10px 10px;
    }

    textarea {
        font-family: "Noto Sans KR", sans-serif;
    }

    .top_button {
        text-align: center;
        margin-top: 5%;
    }

    .top_button button:first-child {
        background: -webkit-linear-gradient(to left, #43cea2, #185a9d); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #43cea2, #185a9d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        border-radius:8px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:20px;
        font-weight: bold;
        padding: 5px 11px;
        text-decoration:none;
        text-shadow:0px 1px 0px #3d768a;
        border: none;
    }

    .btn2 {
        background: #0575E6;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        border-radius: 8px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        width: 140px;
        height: 40px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #3d768a;
        border: none;
    }

    .arrow-icon {
        width: 50px;
        display: block;
    }

    .arrow-icon2 {
        display: none;
    }

    .div02 {
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content: end;
    }

	/* 국문 */
    .div02 > p {
        color: #000;
        font-weight: bold;
        font-size: 13px;
    }
	
	/* 영문 */
    .div02 > div > p {
        color: #000;
        font-weight: bold;
        font-size: 13px;
    }
	
    .title_sub {
        background-color: #fff;
    }

    .free-wrap {
		width:90%;
        max-width: 1000px;
        margin: 30px auto 0 auto;
        background-color: #fff;
        padding: 40px 20px 20px 20px;
        border-radius: 20px;
    }

    .title {
        background-color: #000;
        color: #fff;
        padding: 5px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .btn_box {
        text-align: center;
        margin: 2% 0;
    }
    
    .btn_box > button {
        width: 100%;
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 0 10px 0;
        border-radius: 10px;
        font-size: 17px;
    }

    #root1, #root1_1, #root1_2, #root1_3, #root2, #root3, #root4, #root5, #root6 {
      margin-left: 20px;
      margin-top: 10px;
    }	
	
    .title_step {
      border-radius: 5px 5px 0 0 / 5px 5px 0 0; 
      background-color: #000; 
      color:#fff; 
      text-align: left; 
      margin: auto; 
      padding: 10px;
      font-size: 1em;
    }

    .title_step_sub {
      border-radius: 0 0 5px 5px / 0 0 5px 5px;
      border: 1px #acacac solid;
      padding: 10px 10px;
    }	
	

	/* step */
	
	 .top_img_step {
		width: 100%;
		position: relative;
		max-width:1000px;
		margin-bottom: 50px;
		margin-top: 40px;
	}	

    @media (max-width:750px) {
		   .free-wrap  {
			width: 90%;
			box-sizing: border-box;
		}


		
		.bx-play {
			vertical-align: middle;
			font-size: 25px;
		}

		.top_button {
			text-align: center;
			margin-top: 5%;
		}


		.top_button button:first-child {
			margin-bottom: 20px;
			font-size: 15px;
		}

		.title {
			margin-bottom: 20px;
		}

		.arrow-icon {
			width: 50px;
			margin: 0 10px 0 10px;
			display: none;
		} 

		.div02 {
			display: block;
			text-align: center;
		} 

		.arrow-icon2 {
			display: block;
			width: 50px;
			margin: 10px auto;
		}
	}

    @media screen and (max-width: 500px) {
	
		body {
			font-size:13px;
		}

      .input-form {
        max-width: 1000px;
        margin-top: 10px;
        padding: 10px;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15)
      }
			
      #mobile_chk {
        color: red;
        font-weight: 700;
        font-size: .7em;
        display: block;
      }
    }
	
