body {
	background:#f3f6f9;
}

/* 영어캠프 신청하기*/
.writeCamp #step3-daegu #expo_slots {
	display:flex;
flex-wrap: wrap;
}
.writeCamp #step3-daegu #expo_slots .slot {
	min-width:200px;
	flex:1;
}
.writeCamp .slot.active .time {
	color:white;
}
.map_wrap {
	 width: 100%;
    overflow: hidden;
    height: 300px;
    border-radius: 30px;
}

.writeCamp  #cityGroup .pick{
	flex: 1;
    font-size: 24px;
    color: #123a6e;
    transition: all 0.3s;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    padding: 20px 0;
    height: auto;
    background: #f7f7f7;
    line-height: 1.2;
	display: grid;
}

.writeCamp  #cityGroup .pick .small_text {
color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}
.writeCamp  #cityGroup .badge-sub {
	font-size:20px;
}
.writeCamp  #cityGroup .pick.active {
background: #123a6e;
    border-color: #123a6e;
    color: #fff;
}
.writeCamp  #cityGroup .pick.active .small_text {
	color:white;
}
.writeCamp .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.writeCamp  .label {
font-weight: 700;
    font-size: 14px;
    color: #111;
    margin-bottom: 5px;
    margin-top: 25px;
}


.writeCamp .opt{
	flex: 1;
    font-size: 20px;
    color: #123a6e;
    transition: all 0.3s;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    padding: 20px 0;
    height: auto;
    background: #f7f7f7;
    line-height: 1;
}


.writeCamp   .opt.active {
background: #123a6e;
    border-color: #123a6e;
    color: #fff;
}
.writeCamp .tab .opt {
	height:auto;
	font-size:26px
}

.writeCamp .grid.con-5 .opt {
	flex:auto;
}
.writeCamp .card.agree {
	text-align:center;
}

.writeCamp .slot {
height: 70px;
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    background: #f7f7f7;
    font-weight: 800;
    color: #2c3b52;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s;
    display: grid;
}

.writeCamp .slot .time {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}


.writeCamp #step3-changwon {
background: #f7f7f7;
    display: flex;
    justify-content: center;
	margin-top:30px !important
}

.writeCamp #step3-changwon .agenda {
background: none;
    border: none;
	    border-radius: 16px;
    padding: 15px;
}


























.writeCamp header .container img {
	width:100px;
}
.writeCamp .fixed_btnWrap .go_btn {
	display:none;
}
.writeCamp  #step01 .input {
	height:28px;
}
.write_main {
    background: url(../images/write_manbg.jpg) no-repeat;
    height: 350px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
background-position: center;
}
.write_main  .fs60 {
    color: white;
    font-size: 60px;
    font-family: 'GMarketSans';
    padding-top: 46px;
    font-weight: bold;
	text-shadow: 2px 2px 10px #0000007a;
}
.write_title  {
	text-align:center;
	padding:80px 0 50px;
}
.write_title .fs40 {
	font-weight:bold;
}
.write_title .fs20 {
	color:#0066ff;
}
.card {
	padding:40px 60px;
}
.card_title  {
	margin-bottom:40px;
}
.card_title .fs30 {
	font-weight:bold;
}
.card_title .fs30 span {
    font-family: 'GMarketSans';
}
 .blue {
	color:#0051cb;
}
.label {
	margin:0 0 10px 0;
	font-size:16px;
    color: #222;
    font-weight: bold;
}
.step1 .form-grid {
	margin-bottom:30px;
}
.step1 .grid .flex {
	display:flex;
	gap:20px;
}
.step1 .grid .flex  button {
	flex:1;
}
.step1 .grid .flex2 {
    gap: 20px;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.step1 .grid button {
	font-size:34px;
	color:#123a6e;
	transition:all 0.3s;
	font-weight:bold;
	border:1px solid #dbdbdb;
}
.step1 .grid button span {
	font-size:26px;
    font-weight: 600;
    background-image: linear-gradient(to right, #0051cb, #093476);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.step1 .grid button.pick.active span{
	color:white;
}
.pick {
    border-radius: 16px;
    padding: 20px 0;
	height:auto;
	background:#f7f7f7;
}
.time-btn, .opt {
		background:#f7f7f7;
		    height: 70px;
    font-size: 20px;
	transition:all 0.3s;

}
.step1 .grid button.pick.active {
	color:white;
}
.times {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
} 
.fs14 {
	font-size:14px;
}

.form-grid .input {
	border:1px solid #ccc;
}
.step2.card .cal-head {
	    grid-template-columns: 1fr;
}

.day.empty {
	display:none;
}
.step3 .label{
	margin-top:20px;
}
.card.agree .fs16 {
	font-size:18px;
}
.card.agree .fs16.black {
color: #000;
cursor:pointer;
    margin: 10px 0;
}



.card.agree  .check_box_wrap {
    background: #f7f7f7;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.submit {
    min-width: 230px;
    height: 60px;
    font-size: 22px;
}

.step1 .input-row input {
	flex:1;
}





.campwrite_page .form-grid {
grid-template-columns: 1fr 1fr 1fr;
}





/* 영어캠프 신청하기 */


.writeCamp .pill[aria-pressed="true"], 
.writeCamp .pill.is-selected {
background: #123a6e;
    border:1px solid #123a6e;
    color: #fff;
}
.writeCamp .pill.is-disabled {
	opacity:1;
}

.writeCamp .container {
	max-width: 960px;
	padding: 16px;
}
.writeCamp header .container {
padding:0;
max-width:1000px;
}
.writeCamp header .write_btn {
    background: #ffa500;
}
.writeCamp  .step-title {
    margin-bottom: 40px;
}
.writeCamp .panel {
	padding:40px 60px;
}
.writeCamp .btn {
	flex:1;
	font-size: 26px;
    color: #123a6e;
    transition: all 0.3s;
    font-weight: bold;
    border: 1px solid #dbdbdb;
	border-radius: 16px;
    padding: 20px 0;
    height: auto;
    background: #f7f7f7;
	line-height: 1;
}
.writeCamp .btn .small_text {
	color:#333;
	font-weight:400;
    font-size: 16px;
    margin-top: 5px;
}
.btn[aria-pressed="true"], .btn.active {
    background: #123a6e;
    border-color: #123a6e;
    color: #fff;
}
.btn[aria-pressed="true"] .small_text, 
.btn.active .small_text {
	color:white;
} 
.writeCamp #step01 .btns.changwon {
	font-size:30px;
}

.writeCamp #step01 .btns small {
	font-size:20px;
}
.writeCamp #step01 .btns .small {
font-weight: 800;
}


.writeCamp .phone_input .phone-group {
	grid-template-columns: 100px 100px 100px;
    gap: 5px;
}
.writeCamp  .input {
	height:46px;
	border:1px solid #ccc;
}
.writeCamp .form-row {
    margin-top: 25px;
    margin-bottom: 25px;
}
.writeCamp .btn.city {
	font-size:24px;
    line-height: 1.2;
}

.writeCamp .bd_tb {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:30px 0;
	margin: 30px 0;
}

.writeCamp .pill {
    height: 70px;
    border-radius: 12px;
      border: 1px solid #dbdbdb;
    background: #f7f7f7;
    font-weight: 800;
    color: #2c3b52;
    cursor: pointer;
	    font-size: 20px;
    transition: all 0.3s;
	display:block;
}

.writeCamp  .fs26.ffgk {
	margin-bottom:14px;
}

.writeCamp .grid.con-5 {
display: flex;
    flex-wrap: wrap;
}
.writeCamp .grid.con-5 button {

}
.writeCamp .grid.con-5 button:nth-child(1),
.writeCamp .grid.con-5 button:nth-child(2),
.writeCamp .grid.con-5 button:nth-child(3) {
width:262px;
}
.writeCamp .grid.con-5 button:nth-child(4) {
	width:398px;
}
.writeCamp .grid.con-5 button:nth-child(5){
	width:398px;
}



.writeCamp #submitBtn {
    display: block;
    margin: 10px auto 0;
min-width: 230px;
    height: 60px;
    font-size: 22px;
    border-radius: 999px;
    border: 0;
    background: #0a3a8b;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.writeCamp .agree .check_box_wrap {
    background: #f7f7f7;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.writeCamp .agree .fs16 {
	font-size:18px;
}
.writeCamp .agree .fs16.black {
    color: #000;
    cursor: pointer;
    margin: 10px 0;
	font-size:18px;
}

.writeCamp .cols-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.writeCamp .small {
 
    font-size: 24px;
    font-weight: 500;
}
.writeCamp .schedule {
    background: #f7f7f7;
	    display: flex;
    justify-content: center;
}
.writeCamp .schedule  .fs16 {
	font-size: 18px;
    line-height: 1.5;
}
.writeCamp .schedule  .fs16 .bold {
	margin-right:10px;
}








@media screen and (max-width: 1000px) {
.step1 .form-grid {
	    grid-template-columns: 1fr;
}
.step1 .input-row input {
	flex:1;
}
.step1 .grid .flex2 {
	    gap: 20px;
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
.write_main .fs60 {
	font-size:40px;
}
.writeCamp .grid.con-5 button:nth-child(1),
.writeCamp .grid.con-5 button:nth-child(2),
.writeCamp .grid.con-5 button:nth-child(3) {
width:100%;
}
.writeCamp .grid.con-5 button:nth-child(4) {
width:100%;
}
.writeCamp .grid.con-5 button:nth-child(5){
width:100%;
}
.writeCamp .grid.con-5 {
	display: grid
;
    grid-template-columns: 1fr 1fr;
}
}


@media screen and (max-width: 768px) {

.write_main {
background: url(../images/camp/mobi_write.jpg) no-repeat;
        background-size: cover;
}
.writeCamp .panel {
	padding:30px 10px;
}

header .container img {
	width:90px;
}
.writeCamp header .container {
	padding: 0 16px;
}


.writeCamp  .btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
}
.writeCamp #step01 .btn small {
	font-size:18px;
}
.writeCamp #step01 .btn.city,
.writeCamp #step01 .btns .small{
	font-size:20px;
	    color: #123a6e;
		font-weight:bold;
}
.writeCamp #step01 .btn[aria-pressed="true"], .writeCamp #step01 .btn.active {
	color:white;
}

.writeCamp .phone_input .phone-group {
	display:flex;
}
.writeCamp .phone_input .phone-group input {
	flex:1;
        width: 100%;
}

.writeCamp .btn {
	font-size:14px;
}

.writeCamp .cols-4 {
    grid-template-columns: 1fr 1fr;
}

.writeCamp .pill {
	font-size:14px;
	height:55px;
}
.writeCamp .bd_tb {
	margin: 20px 0;
	padding: 20px 0;
}
.writeCamp .small {
	font-size:13px;
}
.writeCamp .schedule .fs16,
.writeCamp .agree .fs16,
.writeCamp .agree .fs16.black{
	font-size:14px;
}
.writeCamp .agree .check_box_wrap {
	font-size:16px;
}
.writeCamp #submitBtn{
        height: 55px;
        font-size: 18px;
}
.writeCamp #step3 .subtxt {
	float:left;
}
.writeCamp .btns {
	margin-top:30px;
}
.write_main{
	height:300px;
}
.write_title {
	padding:50px 0 30px;
}
.card {
	padding:30px 10px;
}
.step1 .grid .flex {
	display:grid;
}
.step1 .grid button {
	font-size:24px;
	padding: 12px 0;
}
.step1 .grid button span {
	font-size:18px;
}
.step1 .grid .flex2 {
	gap:10px;
}
.time-btn, .opt {
	height:50px;
	font-size:14px;
}
.card.step3 .fs20 {
	display:grid;
}
.card.agree .fs16 {
	font-size:12px;
}
.card.agree .check_box_wrap {
	font-size:16px;
}
.submit {
    height: 55px;
    font-size: 18px;
}
footer .container {
	padding:40px 10px 30px;
}
.input-row input {
	width:100%;
	margin-bottom:5px;
}

.writeCamp .btn .small_text {
	font-size:14px;
}
.writeCamp header .container img {
	width:90px;
}



.writeCamp .step1 .input-row input {
	width:100%;
}
.writeCamp .opt,
.writeCamp .tab .opt,
.writeCamp #cityGroup .pick,
.writeCamp #cityGroup .pick .small_text{
        font-size: 14px;
}
.writeCamp #cityGroup .badge-sub {
	font-size:16px;
}

.writeCamp #cityGroup {
        grid-template-columns: 1fr 1fr;
}
.writeCamp .step1 .input-row input {
	max-width:none;
}
.writeCamp .step1 .form-grid {
	display:block;
}
.writeCamp #step3 .subtxt {
        font-size: 12px;
        margin-top: 8px;
}
.writeCamp #step3-changwon {
	margin-top:50px !important
}
.writeCamp #step3-daegu  {
	margin-top:50px !important
}
.writeCamp #step3-changwon .agenda {
	font-size:14px;
}
.writeCamp .slot {
	font-size:14px;
}
.writeCamp .label {
	margin-top:15px;
}






.writeCamp .opt {
	padding:15px 0;
}
.writeCamp .input {
	height:42px;
}
.map_wrap {
        border-radius: 16px;
        height: 200px;
}




}










@media (hover: hover) { 
.step1 .grid button:hover,
.time-btn:hover, .opt:hover {
	border:1px solid #123a6e
}

}
