/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:400'); */
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  box-sizing: border-box;
  font-family: 'Spoqa Han Sans', 'Malgun Gothic','맑은 고딕', HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
  line-height: 140%;
  word-break: keep-all;
  word-wrap: break-word;


}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
  box-sizing: border-box;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html{height:100%;}

html{
  font-size: 16px;
	letter-spacing: -0.2px;
	scroll-behavior: smooth;
}
a,
a:link,
a:active,
a:visited{
	text-decoration: none;
	color:inherit;
}

h1{
  font-size: 2.5rem;
  font-weight: 700;
}
b{
	font-weight: bold;
}


header{
  width: 100%;
  height: 400px;
  color:#333333;
}
.home header{
	height: 100vh;
	overflow: hidden;
}
.home header .v-area h1{
	position: absolute;
	width: 100%;
	top:45%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 3rem;
	color:#ffffff;
	z-index: 1;
	font-weight: 500;
}
.home header .v-area .img-box{
	background: #000000;
	width: 100%;
	height: 100%;
}
.home header .v-area .img-box img{
	//opacity: 0.6;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home .logo{
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 2;
}

nav{
	max-width: 1170px;
	width: 100%;
	margin: auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
}

nav a{
	color:#ffffff;
	text-decoration: none;
}
nav .menu{
	display: flex;
	font-weight: 500;
	margin: auto;
}

nav .menu li{
	position: relative;
	cursor: pointer;
	padding: 0.5rem 2rem;
}
nav .menu li:last-of-type{
	padding-right: 0;
}

nav .board-menu{
	display: flex;
}
nav .board-menu a{
	display: block;
	padding:0.6rem 1.5rem;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 3rem;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-left: 0.5rem;
}

footer{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding:1.5rem 0;
	background: #37393b;
	color:#ffffff;
}

footer section{
	/* max-width: 1170px; */
	padding: 0 30px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer section .img-area img{
	margin-right: 2rem;
}

footer section .txt-area{
	display: flex;
	line-height: 40px;
	font-size: 0.9rem;
}

footer section .contact-area{
	width: 50%;
	text-align: right;
	color: inherit;
	margin-top: 0;
	font-size: 0.8rem;
}

footer section .contact-area p{
	margin: 0.2rem 0;
}

.cont{
	margin: auto;
	max-width: 1200px;
	width: 100%;
	padding:4rem 0 6rem;
}

.cont > h1{
	text-align: center;
	margin-bottom: 3rem;
}

.cont.register{
	max-width: 650px;
}

.register .program-info{
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	padding:0;
	margin-bottom: 3rem;
}

.register .program-info .img-area{
	width: 100%;
	height: 250px;
	position: relative;
	margin-right: 2rem;
	overflow: hidden;
}

.register .program-info .img-area img{
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
}

.register .program-info .txt-area{
	width: 100%;
	color: #333333;
	padding:2rem 2rem 3rem;
}

.register .program-info .txt-area .p-title{
	color:#666666;
	margin-bottom: 0.5rem;
}

.register .program-info h1{
	font-size: 2rem;
	margin:0;
	text-align: left;
	word-break: keep-all;
	margin-bottom: 0.8rem;
	line-height: 120%;
}

.register .program-info .txt-area .date{
	margin-bottom: 0.2rem;
}


.register .parti-info h2{
	font-weight: 700;
	font-size: 1.2rem;
}

.register .parti-info .i-title{
	color:#666666;
	font-weight: 500;
	width: 17%;
	margin-right: 1rem;
	padding: 1rem 0 0 0;
	margin-bottom: auto;
}
.register .parti-info .i-field{
	padding:0.5rem 0;
	width: calc(80% - 1rem);
}

.register .parti-info ul{
	margin:1.5rem auto;
	border-bottom: 1px solid #333;
	padding-bottom: 2rem;
}

.register .parti-info li{
	display: flex;
	padding:1rem 0;
	border-bottom: 1px solid #dfdfdf;
}
.register .parti-info li:first-of-type{
	border-top: 1px solid #dfdfdf;
}

input, select, textarea{
	border:1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	font-size: 0.85rem;
	padding: 0.6rem 0.5rem;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select{
	padding-right: 2rem;
	background: url(/img/arrow-down.svg) no-repeat;
	background-position:calc(100% - 0.5rem);
	background-size: 0.5rem;
	height: 42px;
}
select::-ms-expand{
	display: none;
}
textarea{
	width: 100%;
}

[type="radio"]{
	all:unset;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	border:1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
}

[type="radio"]:checked{
	background-color: #fff;
	border: 5px solid #00bae3;
}

[type="file"]{
	border:0;
	padding: 0.5rem 0;
}

#country_name_div{
	display: inline-block;
	width: 55%;
	margin-left: 1rem;
}

#country_name_div select{
	width: 100%;
}

.register label{
	cursor: pointer;
	padding:0.3rem;
	vertical-align: middle;
}

.register li label:first-of-type,
.register .transport label{
	margin-right: 2rem;
}

.register [type="text"]{
	max-width: 20.8rem;
	width: 100%;
	height: 42px;
}

.register .national-name{
	visibility: hidden;
	margin-left: 1rem;
	width: 8.5rem;
}

.register [type="radio"]#foreigner:checked ~ .national-name{
	visibility: visible;
}
.register select.month,
.register select.day{
	margin-left: 1rem;
}

.register [type="number"]{
	width: 4rem;
	text-align: center;
}

.register li.email [type="text"]{
	width: 9rem;
}

.register li.gender .i-title{
	padding-top: 0.6rem;
}

.register .i-field .desc{
	font-size: 0.8rem;
	color: #999999;
	padding: 0.3rem 0;
}

.register .transport .i-field .desc{
	margin-top: 0.8rem;
}

.register .agree-area{
	border-bottom:3px solid #333333;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
}

.register .agree-area h3{
	font-size: 0.9rem;
	font-weight: 500;
	color:#444444;
}
.register .agree-area .agree-txt{
	width: 100%;
	height: 8rem;
	overflow-y: auto;
	font-size: 0.8rem;
	color:#666666;
	padding:1rem;
	border:1px solid #dddddd;
	margin:1rem 0 0.8rem;
}

.register .check-area{
	text-align: right;
}

.register .check-area label{
	font-weight: 500;
}

[type="checkbox"]{
	all:unset;
	width: 1rem;
	height: 1rem;
	border:2px solid rgba(0,0,0,0.5);
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

[type="checkbox"]:checked{
	border:2px solid rgba(0,0,0,0.8);
	background: url(/img/check.svg) no-repeat center;
	background-size: 75%;
}

button{
cursor: pointer;
  border: 1px solid #aaa;
  font-size: 1rem;
  padding: 0 1rem;
  min-height: 42px;
  vertical-align: middle;
  background: #fff;
  border-radius: 0.3rem;
  font-weight: 500;
  color:inherit;
}
button.confirm{
	padding: 1.5rem 2rem;
	font-size: 1.3rem;
	color:#ffffff;
	background-color: #00bae3;
	border-radius: 0.3rem;
	border:0;
	box-shadow: 0 0.7rem 2rem rgba(0, 186, 227, 0.3);
	display: flex;
}

button.confirm.end{
	background: #666666;
	box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.2);
}

button.confirm strong{
	display: block;
	font-weight: 700;
	margin: auto;
	width: 100%;
}
button.confirm i{
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(/img/arrow-down-w.svg) no-repeat center;
	background-size: contain;
	transform: rotate(-90deg);
	margin: auto 0 auto auto;
}
.register button.confirm{
	margin: auto;
	width: 100%;
}
.register .program-info .message{
	padding: 3rem;
	color:#666666;
	background: #fcfcfc;
}

.register .program-info .message h1{
	font-size: 1.2rem;
	color:#333333;
}

.register a.home{
	border:1px solid #dddddd;
	padding: 0.8rem 0;
	display: block;
	margin: auto;
	width: 20%;
	border-radius: 0.4rem;
	text-align: center;
}
.main-p-list > h1,
.sub-p-list > h1{
	font-weight: 400;
	letter-spacing: -0.1rem;
	font-size: 1.3rem;
	color: #666666;
	margin:3rem auto 3rem auto;
	text-align: center;
}
.main-p-list > h1 span,
.sub-p-list > h1 span{
	color:#00bae3;
	font-weight: 500;
}
.program-list .tab,
.guide .tab,
.bus-info .tab{
	display: flex;
	flex-wrap: wrap;
}


.banner img.mobile{
	display: none;
	width: 100%;
}

.bus-info .tab{
	width: 90%;
	margin: auto;
}

.program-list .tab [type="radio"],
.guide .tab [type="radio"],
.bus-info .tab [type="radio"]{
	display: none;
}

.program-list .tab label,
.guide .tab label,
.bus-info .tab label{
	display: block;
	width: 50%;
	border:1px solid #dfdfdf;
	border-bottom:3px solid #00bae3;
	padding: 1.5rem;
	font-size: 1.2rem;
	color:#666666;
	text-align: center;
	cursor: pointer;
}
.program-list .tab label:first-of-type{
	border-right: 0;
}

.guide .tab label{
	width: calc(100% / 2);
}

.bus-info .tab label{
	width: calc(100% / 3);
	padding:0.6rem 0;
	font-size: 0.9rem;
	border-bottom-width: 2px;
}

.program-list .tab #main-program:checked ~ label[for="main-program"],
.program-list .tab #sub-program:checked ~ label[for="sub-program"],
.guide .tab #plan:checked ~ label[for="plan"],
.guide .tab #guide:checked ~ label[for="guide"],
.guide .tab #map:checked ~ label[for="map"],
.bus-info .tab #tab1:checked ~ label[for="tab1"],
.bus-info .tab #tab2:checked ~ label[for="tab2"],
.bus-info .tab #tab3:checked ~ label[for="tab3"]{
	background: #00bae3;
	color:#ffffff;
	font-weight: 600;
	border-color:#00bae3;
}

.program-list .tab #main-program:checked ~ .main-p-list,
.program-list .tab #sub-program:checked ~ .sub-p-list,
.guide .tab #plan:checked ~ .h-plan,
.guide .tab #guide:checked ~ .h-guide,
.guide .tab #map:checked ~ .h-map,
.bus-info .tab #tab1:checked ~ .tab-cont1,
.bus-info .tab #tab2:checked ~ .tab-cont2,
.bus-info .tab #tab3:checked ~ .tab-cont3{
	display: block;
}

.program-list .tab > div,
.guide .tab > div,
.bus-info .content{
	width: 100%;
	display: none;
}
.guide .tab .h-guide,
.guide .tab .h-map{
	padding: 3rem;
	text-align: center;
}

.main-p-list > ul,
.sub-p-list > ul{
	padding:2rem 0 0;
	display: flex;
	flex-wrap: wrap;
}

.item{
	width: 49%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 2.5rem;
	margin-right: 1%;
	position: relative;
}

.item:nth-child(even){
	margin-right: 0;
	margin-left: 1%;

}

.item .img-area{
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.item h3{
	position: absolute;
	padding:0.5rem 1rem;
	background: rgba(255,255,255,0.8);
	border-radius:2rem;
	left: 1rem;
	top: 1rem;
	z-index: 2;
}

.item .img-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform ease-in 0.3s;
}

.item:hover .img-area img{
	transform: scale(1.1);
}

.item .txt-area{
	padding: 1rem;
}

.item .txt-area h1{
	font-size: 2rem;
	font-weight: 500;
	word-break: keep-all;
  padding-right: 4rem;
}

.sub-p-list .item .txt-area h1{
	margin-bottom: 1rem;
}

.sub-p-list .item .txt-area div span{
	color: #666666;
	font-weight: 400;
	margin-right: 0.5rem;
}

.sub-p-list .item .txt-area div.theme{
	margin-top: 0.8rem;
}
.main-p-list .item .txt-area h2{
	color: #666666;
	margin:0;
}

.main-p-list .item .txt-area .healdi{
	margin-top: 1.5rem;
	font-weight: 500;
}
.sub-p-list .item .txt-area div{
	font-weight: 500;
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
}

.sub-p-list .item .txt-area .theme div{
	text-indent: 4.5rem;
}
.program-view h3{
	font-size: 1rem;
	border:1px solid #dfdfdf;
	border-radius: 3rem;
	padding: 0.6rem 1rem;
	width: 10rem;
	text-align: center;
	margin:auto auto 1rem;
	font-size: 0.9rem;
}

.cont.program-view{
	max-width: 100%;
	position: relative;
}

.program-view .v-area-1{
	width: 90%;
	margin:auto;
	background: #ffffff;
	height: 480px;
	overflow: hidden;
	max-width: 1170px;
}

.program-view .btn-area{
	width: 100%;
	max-width: 900px;
	display: flex;
	margin: auto;
	margin-top: -2.3rem;
}

.program-view .btn-area.sub-p button.confirm{
	border-radius: 0.3rem;
	margin-left: auto;
	margin-right: 0;
}

.program-view .btn-area .cnt{
	background: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 1.5rem 1.8rem;;
	box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.1);
	border-radius: 0.3rem 0 0 0.3rem;
	margin-left: auto;
	color:#999999;
	width: 20%;
	text-align: center;
	z-index: 1;
}

.program-view .btn-area .cnt strong{
	color:#666666;
	margin-left: 0.5rem;
	font-weight: 700;
}

.program-view button.confirm{
	width: 40%;
	border-radius: 0 0.3rem 0.3rem 0;
	margin-right: auto;
	z-index: 1;
}

.program-view .v-area-1 img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.program-view .type1,
.program-view .type2,
.program-view .type3{
	max-width: 900px;
	width: 100%;
	margin: 8rem auto;
	border-left: 3px solid #dfdfdf;
	padding:0 3rem;
	color:#666666;
	word-break: keep-all;
	color:#333333;
	letter-spacing: -0.2px;
	font-weight: 500;
}

.program-view .type2{
	border: 0;
	margin-top:-2rem;
	font-weight: 400;
}

.program-view .type2 h2{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

.program-view .type3{
	margin:2rem auto 5rem;
	border:0;
}
.program-view .type3 li{
	list-style: disc;
	margin:1rem 0;
}
.program-view .type3 dl{
	padding-left: 1rem;
}
.program-view .type3 dd{
	margin-bottom: 0.3rem;
}

.program-view .curriculum-area{
	max-width: 900px;
	margin: auto;
}

.program-view .curriculum-area > h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.program-view table,
.guide table{
	width: 100%;
	border:2px solid #333333;
	border-left: 0;
	border-right: 0;
}

.program-view table tr,
.guide table tr{
	border-top:1px solid #dfdfdf;
}

.program-view table tr.b-line{
	border-color:#aaaaaa;
}

.program-view table th{
	font-size: 1.3rem;
	width: 25%;
	vertical-align: middle;
}

.program-view table td,
.guide table td{
	padding: 1.5rem 2rem;
	color:#666666;
}
.program-view table td{
	vertical-align: middle;
}
.program-view table td strong{
	font-weight: 700;
	color:#111111;
}

.program-view .healdi-area{
	background: #eaf7f7;
	position: relative;
	margin:10rem 0 6rem;
}

.program-view .healdi-wrap{
	max-width: 900px;
	margin: auto;
	display: flex;
	padding: 3rem 0;
	justify-content: space-between;
}

.program-view .healdi-area .profile-area{
	width: 30%;
}

.program-view .healdi-area .profile-area .img-area{
	width: 10rem;
	height: 10rem;
	overflow: hidden;
	margin-top: -8rem;
}

.program-view .healdi-area .profile-area .img-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.program-view .healdi-area .profile-area h1{
	font-size: 1.3rem;
}
.program-view .healdi-area .profile-area h2{
	font-weight: 700;
	margin:1rem 0 0.5rem;
	color: #00bae3;
}

.program-view .healdi-area .profile-area p{
	color:#666666;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.program-view .healdi-area .profile-area ul{
	margin-top: 1rem;
}

.program-view .healdi-area .profile-area li{
	font-size: 0.8rem;
	word-break: keep-all;
}

.program-view .healdi-area .h-desc{
	font-size: 0.8rem;
	color: #666;
	width: 40%;
	 text-align: justify;
}

.program-view .healdi-area .h-history{
	font-size: 0.9rem;
	padding:0 0 0 4rem;
	color: #666666;
}
.program-view .healdi-area .h-history.type2{
	padding: 5rem 0rem 0rem 0;
	margin: 0;
	margin-right: 5rem;
}
.program-view .healdi-area .h-history.type2:last-of-type{
	margin-right: 0;
}

.program-view .healdi-area .h-history li,
.program-view .type2 li,
.program-view table td li,
.program-view .profile-area li,
.overview-area td li,
.item li:before{
	padding: 0.2rem 0;
	padding-left: 1rem;
}
.program-view .healdi-area .h-history li:before,
.program-view .type2 li:before,
.program-view table td li:before,
.program-view .profile-area li:before,
.overview-area td li:before,
.program-view .type3 dd:before,
.item li:before{
	content: '-';
	margin-left: -1rem;
	width: 1rem;
	display: inline-block;
}

.program-view .curriculum-area .desc{
	padding: 1.5rem 2rem;
	background: #fafafa;
	font-size: 0.9rem;
	color:#666666;
	margin-top: 1rem;
}

.program-view .curriculum-area .desc ul{
	padding-left: 1rem;
}

.program-view .curriculum-area .desc li{
	list-style: circle;
	padding: 0.2rem 0;
}

.program-view .curriculum-area .desc li .red{
	color: red;
}

.program-view .curriculum-area .desc a{
	text-decoration: underline;
	color: DodgerBlue;
}

.program-view .btn-area.bottom{
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	margin:4rem auto 0;
}

.program-view .btn-area.bottom .confirm{
	width: 100%;
	border-radius: 0.3rem;
	box-shadow: none;
}

.program-view table td ul{
	margin:0.5rem 0 0 0;
}

.program-view table td li{
	font-size: 0.9rem;
	word-break: keep-all;
	color:#888888;
}

.map .iframe-wrap{
	overflow: hidden;
	width: 698px;
	height: 1190px;
	margin: auto;
}

.map .iframe-wrap iframe{
	margin-top: -260px;
	margin-left: -1px;
	width: 700px;
	height: 1450px;
}

.map .s-bus{
	max-width: 698px;
	margin: 2rem auto 0;
}

.map .s-bus h2{
	font-weight: 700;
	margin: 4rem auto 1rem;
	text-align: center;
	font-size: 2rem;
}
.map .s-bus > p{
	text-align: center;
	color:#666666;
	margin-bottom: 2rem;
}


.map .s-bus .bus{
	display: flex;
	padding:1rem 0;
	border-top: 1px solid #dfdfdf;
}
.map .s-bus .bus:last-of-type{
	border-bottom: 1px solid #dfdfdf;
}
.map .s-bus .bus label{
	display: block;
	padding: 0.5rem;
	font-weight: 700;
	font-size: 1rem;
}

.map .s-bus .bus li{
	padding: 0.5rem 0 0.5rem 4rem;
	color:#666666;
	font-size: 0.9rem;
}

.map .s-bus .bus li strong{
	border-radius: 2rem;
	border:1px solid #dfdfdf;
	padding: 0.2rem 0.8rem;
	font-size: 0.7rem;
	margin-left: -3.5rem;
	margin-right: 0.5rem;
}


.about .v-area{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
	background-color: #000000;
	background: url(/img/v-area-bg.jpg) no-repeat center;
	background-size: cover;
	border:0;
}
.about header{
	height: 100vh;
	background-color:transparent;
	z-index: 1;

}

.about .v-area img.title{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -70%);
}

.v-area .c-title{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	color:#ffffff;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	max-width: 1170px;
}

.v-area .c-title img{
	width: 60%;
	margin: auto 0;
}

.about .v-area .c-title img{
	width: 100%;
}

.v-area{
	position: relative;
}

.v-area .c-title h1{
	letter-spacing: 1rem;
}
.v-area .c-title h2{
	letter-spacing: 0.1rem;
}
.v-area .c-title h3{
	font-weight: 700;
	letter-spacing: 0.1rem;
	font-size: 1.2rem;
}

.about .v-area .c-title{
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 1;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	color:#fff;
	max-width: 80%;
}

.about .v-area .c-title h1{
	font-size: 8rem;
	line-height: 100%;
	letter-spacing: -0.1rem;
	font-weight: 700;
}
.about .v-area .c-title h2{
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}
.about .v-area .c-title h3{
	font-size: 2.3em;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.about .v-area .c-title .desc{
	margin-top: 2.5rem;
	font-weight: 700;
	font-size: 1.3rem;
}
.about .v-area .c-title .desc p{
	margin-bottom: 0.3rem;
}
.about .v-area .c-title .desc p.date{
	letter-spacing: 0.3px;
}
.about .v-area img.bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	opacity: 1;
}

.about .cont{
	max-width: 100%;
	margin-top: 0;
	padding-top: 0;
}

.about .cont > h1{
	font-size: 2.8rem;
	margin-bottom: 2rem;
}
.about .cont > h2{
	text-align: center;
	max-width: 600px;
	padding: 0 2rem;
	margin: auto;
	word-break: keep-all;
	color:#666666;
}

.about .overview-area{
	background: #eaf7f7;
	margin-top: 16rem;
	padding: 3rem;
}
.about .overview-wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	margin: auto;
	margin-top: -12.5rem;
}
.about .overview-wrap .img-area{
	margin-right: 1rem;
	width: 100%;
	max-width: 480px;
}

.about .overview-wrap .img-area img{
	width: 100%;
}

.about .overview-wrap .txt-area{
	width: calc(100% - 480px);
}

.overview-area td{
	padding:0.4rem 0;
	font-weight: 700;
	color:#333333;
}

.overview-area td a.contact{
	color: DodgerBlue;
	margin-left: 0.5rem;
	font-weight: 500;
	font-size: .7rem;
	padding: 0.3rem 0.8rem;
	background: rgba(0,0,0,0.05);
	border-radius: 0.3rem;
	text-decoration: underline;
}
.overview-area td h1{
	font-size: 1.4rem;
	line-height: 100%;
}

.overview-area td span{
	font-weight: 400;
	font-size: 0.8rem;
	color: #777777;
}
.overview-area .d-line.d td{
	padding-top: 4rem;
}
.overview-area .d-line td{
	padding-top: 1.2rem;
}
.overview-area th{
	font-size: 0.8rem;
	font-weight: 700;
	color:rgba(0,0,0,0.6);
	width: 25%;
	text-align: left;
}

.overview-area td ul{
	margin:0.3rem 0;
}

.overview-area td li{
	font-weight: 400;
	font-size: 0.85rem;
	color:#666666;
	word-break: keep-all;
}

.feature-area{
	max-width: 900px;
	margin: auto;
	margin-top: 3rem;
}

.feature-area > h1{
	font-size: 1.8rem;
	text-align: center;
	margin: 6rem auto 4rem;
}

.feature-area article{
	display: flex;
	border-bottom: 1px solid #dfdfdf;
	padding: 2rem 0;
}

.feature-area article:first-of-type{
	border-top: 1px solid #dfdfdf;
}

.feature-area article h1{
	font-size: 1.2rem;
	width: 30%;
	padding-right: 1rem;
	font-weight: 400;
	word-break: keep-all;
	word-wrap: break-word;
}

.feature-area article strong{
	font-weight: 700;
}

.feature-area article p{
	width: 70%;
	font-size: 0.9rem;
	word-break: keep-all;
	word-wrap: break-word;
	color: #666666;
	text-align: justify;
}
.about .scroll-down{
	position: absolute;
	left: 50%;
	bottom:20%;
	z-index: 2;
	border:1px solid #333333;
	border-radius: 50%;
	transform:translateX(-50%);
	width: 4rem;
	height: 4rem;
	display: block;
	background: url(/img/down-arrow.svg)	no-repeat center;
	background-size: contain;
}

.about .slide-area{
	background: #f5fcfd;
	width: 100%;
	padding: 3rem 0 5rem 2rem;
	position: relative;
}

.about .slide-area:after{
	content: 'HEAL';
  font-size: 25rem;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
	color:#d5f1f6;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.about .slide-area > h1{
	font-size: 1.5rem;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 2rem;;
}

.swiper-wrapper{
	padding: 0rem;
}

.about .slide-area li{
	/*max-width: 300px;*/
	height: 200px;
	overflow: hidden;
	background-color: #000000;
	position: relative;
	display: inline-block;
	transition: box-shadow ease-in 0.3s;
	cursor: pointer;
	background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
	background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
	background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
	}

	.about .slide-area li:nth-child(2){
		background-image: -webkit-linear-gradient(bottom, #fddb92 0%, #d1fdff 100%);
		background-image: -o-linear-gradient(bottom, #fddb92 0%, #d1fdff 100%);
		background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
	}
	.about .slide-area li:nth-child(3){
		background-image: -webkit-linear-gradient(30deg, #d4fc79 0%, #96e6a1 100%);
		background-image: -o-linear-gradient(30deg, #d4fc79 0%, #96e6a1 100%);
		background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
	}
	.about .slide-area li:nth-child(4){
		background-image: -webkit-linear-gradient(bottom, #fcc5e4 0%, #fda34b 15%, #ff7882 35%, #c8699e 52%, #7046aa 71%, #0c1db8 87%, #020f75 100%);
		background-image: -o-linear-gradient(bottom, #fcc5e4 0%, #fda34b 15%, #ff7882 35%, #c8699e 52%, #7046aa 71%, #0c1db8 87%, #020f75 100%);
		background-image: linear-gradient(to top, #fcc5e4 0%, #fda34b 15%, #ff7882 35%, #c8699e 52%, #7046aa 71%, #0c1db8 87%, #020f75 100%);
	}
	.about .slide-area li:nth-child(5){
		background-image: -webkit-linear-gradient(290deg, #b721ff 0%, #21d4fd 100%);
		background-image: -o-linear-gradient(290deg, #b721ff 0%, #21d4fd 100%);
		background-image: linear-gradient(20deg, #b721ff 0%, #21d4fd 100%);
	}
	.about .slide-area li:nth-child(6){
		background-image: -webkit-linear-gradient(top right, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
		background-image: -o-linear-gradient(top right, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
		background-image: linear-gradient(to bottom left, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
	}
	.about .slide-area li:nth-child(7){
		background-image: -webkit-linear-gradient(top right, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
		background-image: -o-linear-gradient(top right, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
		background-image: linear-gradient(to bottom left, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
	}
	.about .slide-area li:nth-child(8){
		background-image: -webkit-linear-gradient(bottom, #fad0c4 0%, #ffd1ff 100%);
		background-image: -o-linear-gradient(bottom, #fad0c4 0%, #ffd1ff 100%);
		background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
	}


.about .slide-area li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	transition: all ease-out 0.3s;
}

.about .slide-area li:hover img{
	transform: scale(1.1);
	opacity: 1;
}
.about .slide-area li:hover{
	box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.4);
}

.about .slide-area li .txt-area{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:1.2rem 1.2rem;
	color:#ffffff;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%)
}

.about .slide-area li .txt-area h1{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	word-break: keep-all;
	word-wrap: break-word;
}

.m-menu{
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 6;
	right:10px;
	top: 10px;
	text-align: center;
	border-radius: 0.2rem;
}
#m-menu{
	display: none;
}
.m-menu img{
	width: 50%;
  height: 50%;
  object-fit: contain;
  margin: auto;
}

.program-info .desc{
	margin-top: 2rem;
}
.program-info label{
	width: 13%;
	border-radius: 2rem;
	border: 1px solid #dfdfdf;
	padding: 0.4rem 0.8rem;
	text-align: center;
	display: inline-block;
	font-weight: 500;
	font-size: 0.9rem;
	margin-right: 1rem;
}

.program-info .desc ul{
	width: 80%;
	display: inline-block;
	vertical-align: top;
}
.program-info .desc ul li span{
	font-size: 0.8rem;
	color: #666666;
}

.program-info .desc ul li strong{
	display: block;
	font-weight: 500;
	color: #333333;
	font-size: 1rem;
}
.v-area{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.v-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:center;
}

.guide .h-plan img{
	width: 85%;
	margin:3rem auto;
	display: block;
}

.guide .h-plan a[download]{
	border:1px solid #aaaaaa;
	width: 70%;
	font-weight: 700;
	padding: 1rem 2rem;
	text-align: center;
	border-radius: 0.3rem;
	margin:auto;
	display: none;
}

.h-guide article{
	text-align: left;
	width: 80%;
	margin: 0 auto 3rem;
}

.h-guide article h1{
	font-size: 1.5rem;
	border-bottom: 2px solid #333;
	padding: 1rem 0;
	margin-bottom: 1.5rem;
}

.h-guide article li{
	list-style: decimal;
	margin:0.5rem 0;
	color: #444444;
	margin-left:1.5rem;
}
.h-guide article li span{
	font-weight: 700;
	color: #f00;
}

.about .v-area .c-title.m,
.map .mobile{
	display: none;
}

.about a.m-go{
	display: none;
}

.about .top-area{
	background: #f4b624;
	padding:6rem 0;
}

.about .top-area .wrap{
	width: 100%;
	margin: auto;
	max-width: 1170px;
	display: flex;
}

.about .top-area .movie {
	position: relative;
	width: 100%;
	font-size: 0;
	box-shadow: 0 2rem 4rem rgba(0,0,0,0.3);
}

.about .top-area .txt-area{
	margin-left: 3.5rem;
	color:#101010;
}

.about .top-area .txt-area h1 {
	margin: 1rem 0 3rem 0;
	font-size: 3.2rem;
	line-height: 3.5rem;
}

.about .top-area .txt-area h2{
	font-size: 1rem;
	font-weight: 500;
	color:#333333;
}

.td-flex{
	display: flex;
	flex-wrap: wrap;
}

.td-flex li{
	width:100%;
}

.td-flex .img-box{
	height: 100%;
}

.td-flex .txt-box{
	margin: auto 0;
}
.p-thumb-img{
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 2rem;
}

.p-thumb-img.p2{
	margin-left: 0.5rem;
}

.day-tab{
	display: flex;
	width: 100%;
	max-width: 1170px;
	margin: 2rem auto 3rem;

}
.day-tab a{
	display: block;
	width: 100%;
}
.day-tab li{
	width: 100%;
	border:1px solid #dfdfdf;
	border-right: 0;
	padding: 0.7rem 0;
	text-align: center;
	cursor: pointer;
	color:#666666;
	font-size: 0.9rem;
}
.day-tab li:hover{
	color: #00bae3;
}

.day-tab li.on{
	background-color: #00bae3;
	color:#ffffff;
	font-weight: 500;
	border:0;
}
table.p11 tr td{
	font-size: 1.2rem;
}

table.p11 tr td strong{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

table.p11 tr td:first-of-type{
	padding: 1rem 0;
	font-size: 0;
}

table.p11 tr td:first-of-type img{
	width: 240px;
}

.day-tab li:last-of-type{
	border-right:1px solid #dfdfdf;
}

.item div li{
	color:#444;
}
.item div strong{
	margin: 1.5rem 0 0.3rem;
	display: block;
	font-weight: 700;
}
.item button.next{
	position: absolute;
	z-index: 2;
	right: 1.5rem;
	bottom: 1rem;
	padding: 0.8rem 1.5rem;
	color:#ffffff;
	font-weight: 700;
	background: #00bae3;
	border-radius: 3rem;
	border: 0;
}
nav dl{
	position: absolute;
	z-index: 10;
	padding: 0.5rem 1rem;
	border:1px solid #dddddd;
	background: #ffffff;
	width: 8rem;
	top: 2.2rem;
	left: 1.5rem;
	display: none;
}

nav dl dd{
	padding: 0.5rem 0;
}

.menu-program:hover dl{
	display: block;
}
nav .arrow{
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.3rem;
	vertical-align: middle;
	opacity: 0.5;
	margin-bottom: 0.2rem;
}

.menu-program:hover .arrow{
	opacity: 0.8;
}

section.b-cont{
	border-top:1px solid #ddd;
	padding: 4rem 0 0;
}

section.b-cont h1{
	font-size: 1.8rem;
	text-align: center;
}

section.b-cont .desc{
	text-align: center;
	margin:1rem 0 2rem;
	color: #666666;
}

section.b-cont ul{
	display: flex;
}

section.b-cont ul li{
	width: 100%;
	padding: 2rem 2rem;
	margin-right: 5px;
	background:#f8fdff url('/img/sub-p-list-bottom1-2.png') no-repeat 90% 80%;
}

section.b-cont ul li:nth-child(2){
	background-image: url('/img/sub-p-list-bottom2-2.png');
}
section.b-cont ul li:nth-child(3){
	margin-right:0;
	background-image: url('/img/sub-p-list-bottom3-2.png');
}

/*board*/

.board.v-area{
	background: none;
	border: 0;
	text-align: center;
}

/* .board.v-area h1{
	border-top: 1px solid #efefef;
	margin-top: 100px;
	padding-top: 50px;
	font-size: 2.2rem;
} */

h1.board-title{
	font-size: 2.2rem;
}

.board.v-area .desc{
	color: #666666;
	margin-top: 0.8rem;
}
.board.v-area .desc.mobile{
	display: none;
}

.board.v-area a.upload{
	display: block;
	margin: 2rem auto 0.5rem;
	padding: 0.7rem 1rem 0.8rem;
	background: #00bae3;
	border-radius: 5rem;
	font-weight: 400;
	width: 160px;
	font-size: 1.1rem;
	color: #fff;
}

.board.v-area a.upload img{
	width: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.board .search-area{
	display: flex;
	max-width: 1170px;
	margin: auto;
	padding:0 0.6rem;
}

.board .search-area form{
	display: flex;
	width: 100%;
}

.board .search-area input[type="text"]{
	margin-left: auto;
	background-color: #F2F2F2;
	border:none;
	border-radius: 5rem;
	padding: 0.8rem;
	padding-left: 2.5rem;
	background: #F2F2F2 url(/img/icon-search.svg) no-repeat 0.8rem center;
	background-size: 1rem;
}
.home .grid-box{
	/* background: rgb(183, 154, 127); */
	background: #ffffff;
	max-width: 100%;
	padding: 150px 0 65px;
}
.home .grid-box ul{
	//max-width: 1230px;
	max-width: 900px;
	margin:auto;
}

.grid .item img{
	width: 100%;
}
.grid-item {
	width: calc(100% / 5 - 4px);
	overflow: hidden;
	border:1px solid rgba(0,0,0,0.05);
	margin:2px;
	cursor: pointer;
}

.grid-item:hover{
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
}

.grid-item.empty{
	width: 100%;
	text-align: center;
	padding: 10rem;
	border:0;
	color: #666666;
	cursor: auto;
}
.grid-item.empty:hover{
	box-shadow: none;
}

.grid-item .img-box{
	font-size: 0;
	background: #111111;
	/* height: 100%; */
	position: relative;
	overflow: hidden;
}
.grid-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.5s;
}
.grid-item:hover .img-box img{
	transform: scale(1.2);
}
.grid-item .txt-box{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5rem 1rem 1rem 1rem;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 20%, rgba(0,0,0,0.4) 100%);

}
.grid-item .txt-box h1 {
	font-size: 1rem;
	font-weight: 500;
	color:#ffffff;
	overflow: hidden;
  	word-break: break-word;
	width: calc(100% - 3rem);
	display: none;
}
.grid-item .txt-box .name{
	font-size: 0.9rem;
	color:#666666;
}
button.like{
	border:0;
	min-height: 40px;
	background: url(/img/icon-heart.svg) no-repeat 1rem center;
	background-size: 1.2rem;
}
button.like.on{
	background-image: url(/img/icon-heart2.svg) !important;
}
.grid-item .like{
	position: absolute;
	z-index: 2;
	padding:0rem 1rem 0rem 2.5rem;
	right: 0;
	bottom: 0 !important;
	height: 40px;
	font-size: 0.8rem;
	background-size: 1rem;
	background-position: 0.8rem center;
	color:#ffffff;
	outline: none;
}

.grid-item button.like:active{
	bottom: 0.9rem;
}

.overview-area{
	padding: 120px 0 0;
}
.overview-area .container{
	max-width: 800px;
	margin: auto;
}
.overview-area h1{
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
}
.overview-area p{
	color:#777777;
	margin-top: 30px;
	text-align: justify;
}

.paging-area{
	margin:2rem 0 0;
}
.paging-area,
.paging-area ul{
	display: flex;
	justify-content: center;
	vertical-align: middle;
}
.paging-area ul{
	margin:0 1rem;
}
.paging-area ul li a{
	margin: auto 0.2rem;
	display: block;
	width: 2rem;
	height: 2rem;
	font-size: 0.9rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 2rem;
}
.paging-area ul li.on a{
	line-height: 1.8rem;
	border:2px solid DodgerBlue;
	color:DodgerBlue;
	font-weight: 500;
}
.paging-area .prev,
.paging-area .next{
	display: block;
	margin:auto 0;
	font-size: 0.9rem;
}

/*board view*/
.board-heaer{
	height: 60px;
	display: none;
}
.b-view{
	max-width: 100%;
	height: 100vh;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	display: flex;
	flex-wrap: wrap;
}
.b-view .cont-area{
	margin: auto;
	position: relative;
	height: 100%;
}
.b-view .title-area{
	position: relative;
	width: 100%;
	/* margin-bottom: 30px; */
}
.b-view .title-area h1{
	font-size: 0.9rem;
	font-weight: 500;
	word-break: break-word;
  overflow: hidden;
  padding-right: 8rem;
  cursor: pointer;
  display: inline-block;
}
.b-view .title-area .name{
	margin-top: 1.5rem;
	color: #666;
	font-size: 1.2rem;
	display: flex;
}

.b-view .title-area .like{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 5rem;
}
.b-view .b-cont{
	width: 100%;
	height: calc(100% - 60px);
	display: flex;
	margin: auto;
	overflow: hidden;
}
.b-view .b-cont .img-box{
	width: 100%;
	max-height:100%;
	height: 100%;
	margin:auto 30px;
	display: flex;
	transition: all;
	animation: slide 0.5s;
}
.b-view .b-cont .txt-box{
	padding: 0;
	display: flex;
	/* min-width: 50%; */
	max-width: 600px;
	width: 100%;
	margin-right: auto;
}
.b-view .b-cont .txt-box .box .mobile{
	display:none;
}
.b-view .b-cont .txt-box .box{
	margin:auto 0;
	width: 100%;
	padding: 0 5% 0 15%;
	transition: all;
	animation: slide-txt 1s;
}
.b-view .b-cont .txt-box h1{
	display: block;
    padding-bottom: 11px;
    font-size: 20px;
    letter-spacing: -.02em;
	text-align: center;
}
.b-view .b-cont .txt-box .name{
	font-size: 0.8rem;
	font-weight: 600;
	margin:0.5rem 0 1rem;
	text-align: right;
	padding-top: 10px;
}
.b-view .b-cont .txt-box p{
	display: block;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -.03em;
}
.b-view .title-area .like strong{
	color:DodgerBlue;
}

.b-view .b-cont img{
	display: block;
    margin: auto 0 auto auto;
    /* width: 100%; */
    max-height: 90%;
    object-fit: contain;
    height: 100%;
}
.b-view .share-area{
	//position: absolute;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
	width: 100%;
	max-width:1000px;
	margin:auto;
	display: flex;
	justify-content: flex-end;
}
.b-view .btn-area{
	display: flex;
}
.b-view .btn-area .btn{
	display: block;
	cursor: pointer;
	border: 1px solid #aaa;
	font-size: 1rem;
	padding: 0 1rem;
	min-height: 42px;
	vertical-align: middle;
	background: #fff;
	border-radius: 0.3rem;
	line-height: 42px;
	margin-right: 0.5rem;
}
.b-view .btn-area .btn.list{
	margin-left: auto;
	margin-right: 0;
}

.b-view .category{
	font-size: 0.9rem;
	height: 10px;
	font-weight: 400;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	line-height: 1.7rem;
	position: relative;
	color: #999;
}

.b-view .category:before{
	content: '';
	border-left: 2px solid #dddddd;
	height: 16px;
	position: absolute;
	left: 0;
	top: 6px;
}
.b-view .copyright-area{
	padding:1rem 1.5rem;
	font-size: 0.85rem;
	border:1px solid rgba(0,0,0,0.05);
	background: rgba(0,0,0,0.02);
	color: #777777;
	margin:1.5rem 0;
}
.wrap-a.view{
	background: rgb(183, 154, 127);
}

/*reply*/
.reply-area{
	width: 100%;
	background: #ffffff;
	padding: 55px 0 5rem 0;
}
.reply-wrap{
	max-width: 800px;
	margin: auto;
}
.reply-area h1{
	font-size: 1.2rem;
	color:#666666;
}
.reply-area h1 strong{
	color:DodgerBlue;
}
.reply-area .input-area{
	margin:1.5rem 0;
}

.reply-area .input-area form{
	display: flex;
	flex-wrap: wrap;
}

.reply-area .input-area [type="password"],
.write .btn-area [type="password"],
.write .btn-area [type="email"]{
	margin-left: 0.5rem;
}
.reply-area .input-area button,
.write .btn-area button{
	margin-left: auto;
	border: 0;
	background-color: #eeeeee;
	color: #666666;
	font-weight: 500;
	padding: 0 2rem;
	font-size: 0.9rem;
}

.reply-area .input-area textarea{
	width: 100%;
	margin-top: 0.5rem;
}

.r-info{
	position: relative;
	display: flex;
	align-items: center;
	height: 1rem;
}
.reply-container .b-title{
	font-size: 0.9rem;
	font-weight: 500;
}
.r-info .r-name{
	font-weight: 600;
	font-size: 0.7rem;
	color:#666666;
}

.r-info .date{
	font-size: 0.6rem;
	color:#999999;
	margin: auto auto 0;
	margin-left: 0.5rem
}
.r-info .btn-area{
	margin-left: auto;
}
.r-info button{
	border:none;
	padding: 0;
	background: none;
	line-height: normal;
	min-height: 1rem;
	font-size: 0.8rem;
	font-weight: 500;
	margin:auto 0.5rem;
	color: #666;
}

.reply-container .txt-box{
	padding: 0 0 0.5rem;
	color:#666666;
	font-size: 0.9rem;
	overflow: hidden;
  	word-break: break-word;
}
/* .home .reply-container .txt-box{
	padding: 0 0 0.8rem;
} */
.reply-container li{
	padding: 1.5rem 0;
	border-bottom: 1px solid #dfdfdf;
}
.reply-container li:last-of-type{
	border-bottom: 0;
}
.b-view .share-area button.like{
	outline: none;
    width: 50px;
    margin: 0;
	padding: 0;
	background-image: url(/img/icon-heart-bk.svg);
    background-position: 0 50%;
	/* margin-right: 20px; */
}

.white .b-view .share-area button.like{
	background-image: url(/img/icon-heart.svg);

}
.b-view .share-area button strong{
	font-size: 0.85rem;
	padding-left: 15px;
}
.b-view .share-area button img{
	width: 100%;
}
.b-view .b-cont.type2{
	font-size: 1.2rem;
	line-height: 2.1rem;
	color: #444;
	overflow: hidden;
	word-break: break-word;
}

.board.select-type section{
	margin:12rem 0;
}

.select-type section > h1{
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 2rem;
	color: #333;
}

.select-type ul{
	display: flex;
	justify-content: center;
}

.select-type li{
	border:1px solid #dfdfdf;
	margin: 2rem 1rem;
	padding: 3.3rem 2rem;
	text-align: center;
	max-width: 200px;
	max-height: 200px;
	width: 100%;
	color: #666666;
}

.select-type li .img-box img{
	width: 50%;
}

.select-type .desc{
	background: #fafafa;
	max-width: 800px;
	margin:3rem auto;
	padding: 1.5rem;
	color:#666666;
	font-size: 0.9rem;
}

.cont.write{
	max-width: 800px;
	margin: 3rem auto;
}

.write .field{
	margin-bottom: 1.5rem;
	position: relative;
}

.write .field input[type="file"],
.write .field input[type="text"]{
	width: 100%;
	height: 50px;
}

.write .field input[type="file"]{
	width: calc(100% - 8rem);
}
.write .field .desc{
	text-align: center;
	padding: 0.6rem 1.5rem;
	font-size: 0.85rem;
	color: #333;
	background-color: #fffcec;
	color: #e2574c;
	font-weight: 500;
	margin-top: 0.5rem;
	border-radius: 0.3rem;
}

.write .field .desc .warning{
	width: 0.85rem;
	height: 0.85rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
}
.write .image-file{
	width: 100%;
	font-size: 0;
}
.write .field.image .add-image,
.write .field.image .del-image{
	position: absolute;
	right: 0;
	bottom: 0.25rem;
}

.write .btn-area{
	border-top: 1px solid #dfdfdf;
	margin-top:1.5rem;
	padding:1rem 0;
	display: flex;
	flex-wrap: wrap;
}

.write .desc.right{
	padding: 1.5rem;
	padding-left: 3rem;
	background: #fafafa;
	margin-top: 2rem;
	font-size: 0.9rem;
	color: #666666;
}

.write .desc.right li{
	list-style: disc;
	padding:0.2rem 0;
}

.write .check-area{
	width: 100%;
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}

.write .check-area label{
	cursor: pointer;
}

.write .check-area *{
	margin: auto 0;
	margin-right: 0.5rem;
}
.write .w-list{
	display: none;
	width: 100%;
	margin-top: 1rem;
}

.write #w-member2,
.write #w-member3{
	margin-left: 1.5rem;
}

.write #w-member:checked ~ .w-list{
	display: block;
}

.write .image-file .img-box{
	display: inline-block;
	text-align: center;
	border:1px solid #dddddd;
	padding: 0.2rem;
	margin-right: 0.5rem;
}

.write .image-file .img-box .box{
	height: 3rem;
	background: #333333;
	display: inline-block;
}

.write .image-file .img-box img{
	height: 100%;
	max-height: 3rem;
	margin:auto;
	position: relative;
	vertical-align: middle;
}

.write .image-file .img-box label{
	font-size: 0.8rem;
	padding:0.5rem 1rem;
	background: #ffffff;
	vertical-align: middle;
}

.write .image-file .img-box [type="checkbox"]{
	display: none;
}
.write .image-file .img-box [type="checkbox"]:checked ~ .box{
	opacity: 1;
}

/*popup*/
.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	left: 0;
	top: 0;
	display: none;
}

.popup .container{
	margin: auto;
	background-color: #ffffff;
	width: 80%;
	max-width: 380px;
	padding:2rem;
	padding-bottom: 0;
	position: relative;
}

.popup .container h1{
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.popup .container [type="password"]{
	width: 100%;
}

button.close{
	border: 0;
	border-radius: 0;
	min-height: unset;
	font-size: 0;
	display: block;
	width: 1rem ;
	height: 2rem ;
	background: url(/img/icon-close.svg) no-repeat center;
	background-size: 1rem;
}

.popup button.close{
	position: absolute;
	right: 1rem;
	top: 1rem;
	opacity: 0.8;
}

.popup .container button.done{
	border-radius: 0;
	border: 0;
	border-top: 1px solid #dfdfdf;
	display: block;
	padding: 1rem;
	width: calc(100% + 4rem);
	margin:1rem 0 0 -2rem;

}

/*contest*/
.contest > h1{
	font-size: 2.5rem;
	margin:0rem auto 2rem;
}


.contest section{
	display: flex;
	justify-content: space-between;
	margin:4rem auto;
	max-width: 750px;
}
.contest section label{
	background: #FFCA67;
	color: #fff;
	font-weight: 700;
	padding: 0.5rem 1rem;
	border-radius: 5rem;
	width: 7rem;
	height: 40px;
	display: block;
	text-align: center;
}
.contest section .txt-box{
	width: calc(100% - 10rem);
	padding-top: 0.5rem;
}
.contest section .txt-box h2{
	font-weight: 700;
	font-size: 1.1rem;
}

.contest section .txt-box ul.type strong{
	display: inline-block;
	font-weight: 500;
}

.contest section .txt-box ul.type li > div{
	display: inline-block;
}
.contest section .txt-box li{
	list-style: disc;
	margin-left: 1.5rem;
	font-size: 0.95rem;
	margin-top: 0.5rem;
	color:#444444;
	vertical-align: top;
}

.contest section .txt-box span.desc{
	font-size: 0.8rem;
	color:#666666;
	margin-top: 0.5rem;
	display: block;
}

.contest section .txt-box table.award{
	width: 100%;
	margin-top: 1rem;
}

.contest section .txt-box table.award tr{
	border-bottom: 1px solid #dfdfdf;
}

.contest section .txt-box table.award th,
.contest section .txt-box table.award td{
	padding: 0.8rem;
	text-align: center;
}

.contest section .txt-box table.award th{
	border-top:2px solid #666;
	background-color: #f7f7f7;
	font-size: 0.9rem;
	font-weight: 500;
}

.contest section .txt-box table.type{
	margin-top: 0.5rem;
}
.contest section .txt-box table.type th{
	text-align: left;
	width: 20%;
	font-weight: 500;
}
.contest section .txt-box table.type td{
	padding: 0.7rem;
	font-size: 0.9rem;
	color: #444;
	line-height: 1.6rem;
}

.contest section:last-of-type{
	margin-bottom: 0;
}

.contest a.confirm{
	display: block;
	position: relative;
	border-radius: 5rem;
	padding: 1.5rem 5rem;
	font-size: 1.5rem;
	color:#ffffff;
	font-weight: 500;
	background: #00bae3;
	margin: auto;
}
.contest a.confirm:after{
	content: '';
	width: 1rem;
	height: 1rem;
	position: absolute;
	z-index: 2;
	right: 2rem;
	top: calc(50% - 0.5rem);
	background: url(/img/arrow-down-w.svg) no-repeat 90% center;
	background-size: 1rem;
	transform: rotate(-90deg);
}
.contest-type label:last-of-type{
	margin-left: 2rem;
}
.register .parti-info .i-field.portfolio input{
	max-width: 100%;
}
.register .parti-info.portfolio-info{
	margin-top: 3rem;
}

.register .parti-info.contest ul{
	border-bottom: 0;
}
.register .agree-area h3:last-of-type{
	margin-top: 2rem;
}

.register .b_category label:last-of-type{
	margin-left: 2rem;
}

.register [name="b_title"]{
	max-width: 100%;
}
.contest-f h1{
	margin-bottom: 2rem;
}
.contest-f h2{
	text-align: center;
	color:#333;
	margin-bottom: 2rem;
}
.contest-f table{
	width: 100%;
}
.contest-f table tr{
	border-bottom: 1px solid #dfdfdf;
}
.contest-f table th,
.contest-f table td{
	padding: 1rem;
}
.contest-f table th{
	background-color: #f7f7f7;
	font-size: 0.9rem;
}
.loading{
	width: 100%;
	position: absolute;
	z-index: 5;
}
ul.grid {
	display: none;
}
.loading ul{
	display: flex;
	max-width: 1170px;
	margin: auto;
	flex-wrap: wrap;
	background: #fff;
}

.loading ul li{
	width: calc(100% / 3 - 1.2rem);
	margin: 0.6rem;
  margin-bottom: 1.2rem;
}
.b-view .date{
	font-size: 0.85rem;
  color: #999;
  letter-spacing: 0.05rem;
  margin-left: auto;
  margin: auto 0 auto auto;
	padding-right: 0.5rem;
}
.upload-spinner{
	width: 2rem;
	height: 2rem;
	border:4px solid DodgerBlue;
	border-left-color: #ddd;
	border-radius: 50%;
	transition: all;
	animation: spinner 0.5s infinite;
	margin:auto 0;
	margin-left: auto;
}
.down-arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.down-arrow a{
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
}
.down-arrow a:after{
	content: '';
	position: absolute;
	left: 50%;
	display: block;
	transform: translateX(-50%) rotate(45deg);
	width: 1rem;
	height: 1rem;
	border:3px solid #ffffff;
	border-top: 0;
	border-left:0;
	transition: 0.5s;
	animation: down-arrow 0.8s infinite;
}
.arrow{
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.6) url(/img/left-arrow.svg) no-repeat center;
	background-size: 20px;
	cursor: pointer;
	opacity: 0.6;
}
.arrow.right{
	left:auto;
	right: 0;
	transform: rotate(-180deg);
}
.arrow:hover{
	opacity: 1;
}
.share-area .share{
	width: 40px;
	height: 40px;
	background: url(/img/share-icon.svg) no-repeat center;
	background-size: 16px;
	position: relative;
}
.white .share-area .share{
	background-image:url(/img/icon-share-white.svg);
}
.sns-list{
	position: absolute;
	width: 289px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	background: #ffffff;
	border:1px solid #dfdfdf;
	right: 0;
	bottom: 39px;
	display: none;
}
.share-area .share:hover .sns-list{
	display: flex;
	color:#666666;
}
.sns-list li{
	width: calc(100% / 3);
	margin-bottom: 20px;
}
.sns-list li a{
	display: block;
}
.sns-list li .icon-box{
	width: 48px;
	height: 48px;
	margin: auto;
	background: url(/img/sns-icon.png);
}
.sns-list li .kakaotalk .icon-box{
	background-position: 0 -100px;
}
.sns-list li .facebook .icon-box{
	background-position: 120px 0;
}
.sns-list li .twitter .icon-box{
	background-position: 70px 0;
}
.sns-list li .daumcafe .icon-box{
	background-position: 170px -50px;
}
.sns-list li .email .icon-box{
	background-position: 120px -50px;
}
.sns-list li span{
	font-size: 0.7rem;
	display: block;
	text-align: center;
}
.sns-list li.url{
	width: 100%;
	display: flex;
	margin:0;
}
.b-view .share-area .sns-list input[type="text"]{
	height: 32px;
	border-radius: 0;
	background: #f7f7f7;
	width: calc(100% - 58px);
}
.b-view .share-area .sns-list button{
	font-size: 0.7rem;
    width: 58px;
    background: #dfdfdf;
    border-radius: 0;
    height: 32px;
    min-height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,0.3);
    border-left: 0;
}
.share-area .reply-cnt{
	display: block;
	width: auto;
	height: 40px;
	margin:0 10px;
}
.share-area .reply-cnt .icon{
	width: 24px;
	height: 100%;
	display: inline-block;
	background: url(/img/icon-reply.svg) no-repeat center;
	background-size: 18px;
	vertical-align: middle;
}
.white .share-area .reply-cnt .icon{
	background-image:url(/img/icon-reply-white.svg);
}
.share-area .reply-cnt span{
	font-size: 0.85rem;
	font-weight: 500;
	vertical-align: middle;
}

.view .title-area .close{
	display: block;
}
.mobile{
	display: none;
}
.white{
	color:#ffffff !important
}

@keyframes slide {
	0%{
		transform: translateX(30%);
		opacity: 0;
	}
	100%{
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-txt {
	0%{
		transform: translateX(30%);
	}
	100%{
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes spinner {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes down-arrow {
	0%{
		transform: translate(-50%, -80%) rotate(45deg);
	}
	100%{
		transform: translate(-50%, 0) rotate(45deg);
	}
}

@media (max-width:640px) {
	html{
		font-size: 15px;
	}
	header{
		height: 60px;
	}
	nav{
		padding: 0;
		height: 60px;
		z-index: 1;
		background: #f4d62b;
	}
	nav .menu{
		display: none;
	}

	.about nav{
		background-color: transparent;
	}
	.cont{
		padding: 1.5rem;
	}
	.register .parti-info li{
		display: block;
		padding:1.5rem 0;
	}
	.register .parti-info .i-title,
	.register .parti-info .i-field{
		width: 100%;
	}
	button.confirm{
		padding: 1rem;
		font-size: 1.2rem;
	}
	button.confirm strong{
		font-weight: 500;
	}
	h1{
		font-size: 2.3rem;
	}
	.cont > h1{
		margin-bottom: 2rem;
		padding:0 1rem;
	}

	.cont.program-view > h1{
		font-size: 1.5rem;
	}
	.register .program-info .txt-area{
		padding: 1.5rem;
		font-size: 0.9rem;
	}
	#sel_email{
		display: none;
	}
	footer{
		padding: 1.5rem;
	}
	footer section .img-area img{
		height: 1.2rem;
		display: block;
		margin-bottom: 0.5rem;
		margin-right: 0;
	}
	footer section .txt-area h1{
		font-size: 0.7rem;
		font-weight: 500;
		margin-bottom: 1rem;
	}
	footer section .contact-area{
		font-size: 0.8rem;
		padding-top: 0;
		text-align: left;
		width: 100%;
	}

	.main-p-list .item,
	.sub-p-list .item{
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
		margin-left: 0;
	}
	.main-p-list .item .img-area,
	.sub-p-list .item .img-area{
		height: 160px;
	}
	.program-view .v-area-1{
		width: 100%;
		height: 200px;
	}
	.cont.program-view{
		padding: 2rem 0 4rem 0;
		overflow: hidden;
	}
	.program-view .btn-area{
		width: 90%;
	  margin-top: -1.9rem;
	}
	.m-menu{
		display: flex;
	}

	header.on .m-menu{
		background: url(/img/close.svg) no-repeat center;
		background-size: 40%;
	}

	#m-menu{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		color:#333333;
		position: fixed;
		z-index: 3;
		right: 0;
		top:0;
		display: none;
	}

	.on #m-menu{
		display: flex;
	}

	#m-menu .close{
		width: 40%;
		height: 100%;
		display: block;
	}
	#m-menu ul{
		display: block;
		background: #ffffff;
		height: 100%;
		width: 60%;
		margin:auto 0;
		padding-top:40%;
	}

	#m-menu ul li{
		font-size: 1rem;
		padding: 1rem;
		font-weight: 500;
		text-align: center;
	}

		#m-menu button.close{
		position: absolute;
		right: 10px;
		top: 10px;
		width: 40px;
    height: 40px;
		border:0;
		padding:0;
	}
	#m-menu button.close img{
		width: 40%;
    height: 40%;
		object-fit: contain;
	}
	nav .menu li{
		padding:1rem 0;
		margin-bottom: 1rem;
	}

	.logo{
		/* width: 100%; */
		text-align: center;
		margin:auto;
	}

	.about .v-area{
		height: 30rem;
		background-size: 100%;
		background-attachment: scroll;
		background-size: cover;
	}
	.about .v-area img.title{
		width: 80%;
	}
	.program-view .type1{
		margin: 4rem 2rem;
    font-size: 0.9rem;
    padding-left: 1.2rem;
    font-weight: 400;
    padding-right: 5rem;
    text-align: justify;
	}
	.program-view .btn-area .cnt{
		font-size: 1rem;
		padding:1.3rem 0.5rem;
		width: 35%;
		text-align: center;
		height: 60px;
	}
	.program-view button.confirm{
		width: 11rem;
		width: 65%;
		height: 60px;
	}
	.program-view .sub-p button.confirm{
		width: 100%;
	}
	.program-view .v-area-1 img{
		margin-left: 0;
		height: 100%;
	}
	.program-view .type2 h2{
		font-size: 1.1rem;
		text-align: center;
	}
	.program-view .curriculum-area{
		padding: 0 1.5rem;
	}
	.program-view table td {
    padding: 1rem;
    color: #666666;
	}
	.program-view table td ul{
		margin-top: 0.2rem;
	}
	.program-view table th{
		font-size: 1rem;
		font-weight: 700;
	}
	.program-view table td li{
		font-size: 0.8rem;
	}
	.program-view .curriculum-area > h1{
		font-size: 1.5rem;
	}
	.program-view .healdi-area{
		margin:3rem 0;
		padding:1rem 2rem;
	}
	.program-view .healdi-area .profile-area .img-area{
		min-width: 6rem;
		min-height: 6rem;
		width: 6rem;
		height: 6rem;
		margin: 0;
	}
	.program-view .healdi-wrap{
		flex-wrap: wrap;
		padding: 0;
	}
	.program-view .healdi-area .h-history{
		width: 100%;
		padding: 0;
	}
	.program-view .healdi-area .h-history ul{
		margin-bottom: 1rem;
		padding-left: 1rem;
	}
	.program-view .healdi-area .profile-area{
		width: 100%;
		margin:1.5rem 0;
		display: flex;
		flex-direction: row-reverse;
    justify-content: space-between;
		padding-left: 1rem;
	}
	.program-view .btn-area.bottom{
		margin-top:2rem;
	}
	.program-view .type2{
		padding: 0 2rem;
		margin:0;
	}
	.program-view .healdi-area .h-desc{
		width: 100%;
		padding:0;
		margin-bottom: 2rem;
		padding-left: 1rem;
	}
	.program-list .tab label,
	.guide .tab label{
		padding: 0.7rem 0;
    font-size: 1rem;
    border-bottom-width: 2px;
	}
	.item .txt-area h1,
	.register .program-info h1{
		padding-right: 0;
		font-size: 1.3rem;
		line-height: 120%;
	}
	.main-p-list .item .txt-area .healdi{
		margin-top: 0.8rem;
		font-size: 0.85rem;
	}
	.item .txt-area h2,
	.register .program-info .txt-area .p-title{
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	.main-p-list .item h3{
		font-weight: 700;
		font-size: 0.8rem;
		padding:0.5rem 1rem;
	}
	.program-view .healdi-area .profile-area ul{
		text-align: left;
	}
	.program-view .healdi-area .profile-area h2{
		margin:0rem;
	}
	.program-view .healdi-area .profile-area p{
		font-size: 0.8rem;
	}
	.register .parti-info li.birth .i-field{
		font-size: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.register select.month, .register select.day{
		margin: 0;
	}
	.register [type="text"]{
		max-width: 100%;
	}
	.register .transport label{
		display: block;
	}
	.register .parti-info .i-title{
		padding:0;
		font-size: 0.8rem;
		font-weight: 400;
	}
	.register li.email [type="text"]{
		width: 45%;
		max-width: 10rem;
	}
	.register li.job select{
		width: 100%;
	}
	.register li.address [type="text"]{
		width: calc(100% - 70px);
	}
	.main-p-list > ul{
		padding-top:1rem;
	}
	.main-p-list  > h1,
	.sub-p-list  > h1{
		font-size: 1rem;
		margin:1.5rem 0 1rem;
		padding: 0 0.5rem;
	}
	.about header{
		height: 30rem;
	}
	.about .cont{
		padding: 3rem 0 1.5rem;
	}
	.about .cont > h1{
		font-size: 2rem;
    line-height: 120%;
    margin-bottom: 1.5rem;
	}
	.about .cont > h2{
		font-size: 0.9rem;
	}
	.about .overview-wrap{
		display: block;
	}
	.about .overview-area{
		padding:3rem 2rem;
		margin-top: 13rem;
	}
	.feature-area{
		padding:1.5rem;
		margin-top: 2rem;
	}
	.feature-area article{
		display: block;
	}
	.feature-area article h1,
	.feature-area article p{
		width: 100%;
	}
	.feature-area article h1{
		padding: 0 0 1rem 0;
	}
	.feature-area > h1{
		margin: 0 0 1.5rem 0;
		font-size: 1.5rem;
	}
	.overview-area td{
		font-size: 0.9rem;
	}
	.about .scroll-down{
		display: none;
	}
	.about .slide-area > h1{
		padding: 0 1rem;
		font-size: 1.2rem;
		text-align: center;
		text-indent: -2rem;
	}
	.program-view .healdi-area .h-history.type2{
		padding-top:0rem;
	}
	.map .iframe-wrap{
		width: 100%;
		max-height: 1360px;
		height: 480vw;
		text-align: center;
		display: none;
	}
	.map .iframe-wrap iframe{
		width: 320px;
		margin:auto;
    margin-top: -112px;
		height: 1724px;
	}
	.register .program-info{
		display: flex;
		border-width: 2px;
		margin-bottom: 2rem;
		flex-wrap:wrap;
	}
	.register .program-info .img-area{
		display: none;
	}

	.about .v-area .c-title{
		padding: 0;
		transform: translateY(-50%);
	}
	.about .v-area .c-title h1{
		font-size: 2.8rem;
		letter-spacing: -0.05rem;
	}

	.about .v-area .c-title h2{
		font-size: 1.05rem;
		letter-spacing: 0;
	}
	.about .v-area .c-title h3{
		font-size: 1.3rem;
		letter-spacing: 0;
		margin-bottom: 0.5rem;
		font-weight: 700;
	}
	.about .v-area .c-title .desc{
		font-size: 0.9rem;
		margin-top: 3rem;
	}
	.about .v-area .c-title .desc p{
		margin: 0;
	}
	.about .v-area .c-title .desc p.date{
		letter-spacing: 0.2px;
	}
	.about .logo{
		display: none;
	}
	.about .slide-area li .txt-area h1{
		font-size: 0.9rem;
		text-align: left;
	}
	.program-info label{
		width: 22%;
		font-size: 0.8rem;
		padding: 0.4rem;
		margin-right: 0.5rem;
	}
	.program-info .desc ul{
		width: 70%;
	}
	.guide .h-plan img{
		margin:1.5rem auto;
		width: 100%;
	}
	.guide .h-plan a[download]{
		display: block;
	}
	.v-area .c-title{
		display: none;
	}
	.about .v-area .c-title{
		display: block;
	}
	.v-area .bg{
		display: none;
	}
	.about .v-area .bg{
		display: block;
	}
	.register .program-info .message{
		padding: 2rem;
		font-size: 0.9rem;
	}
	.v-area .c-title img{
		width: 80%;
	}
	.about .v-area .c-title{
		display: none;
	}
	.about .v-area .c-title.m{
		display: block;
		left: 50%;
		transform: translate(-50%, -70%);
	}
	.about .v-area .c-title img{
		width: 95%;
	}
	.v-area{
		background: none;
		background-color: #ffffff;
	}
	.guide .tab .h-guide{
		padding: 0rem;
	}
	.h-guide article{
		width: 100%;
	}
	.h-guide article h1{
		font-size: 1.2rem;
		text-align: center;
	}

	.cont.map{
		padding: 1.5rem 0;
	}

	.map .s-bus h2{
		margin-top: 3rem;
	}

	.map .s-bus{
		padding: 0 1.5rem;
		margin-bottom: 3rem;
	}
	.map .mobile{
		display: block;
		padding: 0 1.5rem;
	}
	.map .mobile img{
		width: 100%;
	}

	.map .mobile .s1 h2{
		font-size: 1.1rem;
		font-weight: 700;
		margin:1rem 0;
		color:#333333;
	}

	.map .mobile .s1 .desc{
		font-size: 0.9rem;
		color:#666666;
	}

	.map .mobile > div {
		margin-bottom: 3rem;
		color:#666666;
	}

	.map .mobile > div h1{
		font-size: 1.3rem;
		font-weight: 700;
		padding: 1rem;
		margin-bottom: 1rem;
		text-align: center;
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		color:#333333;
	}

	.map .mobile strong{
		font-weight: 500;
		color:#111111;
	}

	.map .mobile .s2 li{
		margin-left:1.8rem;
		margin-bottom: 1rem;
		position: relative;
	}

	.map .mobile .s2 .road{
		border-bottom: 1px solid #efefef;
		padding-bottom:0.5rem;
		margin-bottom: 1.5rem;
	}
	.map .mobile .s2 ul{
		position: relative;
	}
	.map .mobile .s2 li:after{
		content: '';
		position: absolute;
		z-index: -1;
		left: -1.2rem;
		top: 1.1rem;
		border-left: 2px solid #efefef;
		height: 100%;
		width: 1px;
	}
	.map .mobile .s2 li:before{
		content: '2';
		width: 1rem;
		height: 1rem;
		border:2px solid #aaa;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.5rem;
		margin-left: -1.8rem;
		text-align: center;
		font-weight: 700;
		font-size: 0.7rem;
		line-height: 1.1rem;
		background:#ffffff;
	}
	.map .mobile .s2 li:first-of-type:before{
		content: '1';
	}
	.map .mobile .s2 li:last-of-type:before{
		content: '3';
	}
	.map .mobile .s2 li:last-of-type:after{
		display: none;
	}

	.map .mobile .s3 h2{
		font-size: 1rem;
		font-weight: 700;
		color:#333333;
		margin-bottom: 0.5rem;
	}
	.map .mobile .s3 .bus{
		margin-bottom: 1.5rem;
	}
	.map .mobile .s3 .desc2{
		padding: 1rem;
		background: #f7f7f7;
		font-size: 0.9rem;
		margin-top: 1rem;
	}

	.map .mobile .s3{
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 4rem;
	}

	.bus-info .content{
		padding: 1rem 0;
	}
	.bus-info .content h1{
		font-size: 1.2rem;
	}

	.bus-info table{
		width: 100%;
		margin: 1rem auto;
	}

	.bus-info tr{
		border-bottom: 1px solid #efefef;
	}

	.bus-info th{
		background: #f7f7f7;
		padding: 0.7rem 0;
		font-size: 0.9rem;
		font-weight: 500;
	}

	.bus-info tr td{
		text-align: center;
		padding:0.8rem 0;
	}
	.bus-info tr td:nth-child(2){
		color:#f00;
	}
	.bus-info .tab-cont3 tr td:nth-child(2){
		color:inherit;
		text-align: left;
	}

	.bus-info .desc{
		width: 95%;
		margin: auto;
		font-size: 0.9rem;
		color: #666666;
		padding: 1rem;
		background: #f7f7f7;
	}
	.bus-info  .desc h3{
		color: #333333;
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	.bus-info > h1{
		font-size: 1.5rem;
	}

	.map a.bus-time{
		display: inline-block;
		text-align: right;
		text-decoration: underline;
		color:DodgerBlue;
		margin:0.8rem 0 0;
		width: 100%;
	}

	.about a.m-go{
		display: block;
		border-radius: 3rem;
		padding: 0.7rem 1.5rem 0.8rem;
		border:1px solid DodgerBlue;
		color:DodgerBlue;
		text-align: center;
		position: absolute;
		left: 50%;
		font-weight: 700;
		bottom: 25%;
		min-width: 180px;
		transform: translateX(-50%);
	}
	.about a.m-go:after{
		content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid DodgerBlue;
    border-left: 0;
    border-bottom: 0;
    margin-left: 0.5rem;
    transform: rotate(45deg);
    vertical-align: middle;
	}
	.main-p-list .banner{
		width: calc(100% + 3rem);
    margin-left: -1.5rem;
	}

	.banner img.pc{
		display: none;
	}
	.banner img.mobile{
		display: block;
	}
	.program-view .type3{
		margin:3rem auto;
	}
	.about .cont{
		padding-top: 0;
	}
	.about .top-area{
		padding:0;
	}
	.about .top-area .movie{
		box-shadow: none;
	}
	.about .top-area .txt-area{
		font-size: 1.5rem;
		text-align: center;
		margin: auto;
		padding: 1rem 2rem 2rem;
	}

	.about .top-area .txt-area h1{
		font-size: 1.8rem;
		line-height: 1.8rem;
		margin:1rem 0 1.5rem;;
	}
	.about .top-area .wrap{
		display: block;
	}
	.about .overview-wrap .txt-area{
		width: 100%;
	}
	.p-thumb-img{
		display: none;
	}
	table.p11 tr td:first-of-type{
		width: 35%;
		vertical-align: top;
	}
	table.p11 tr td:first-of-type img{
		width: 100%;
	}
	table.p11 tr td strong{
		font-size: 0.95rem;
		margin-bottom: 0.2rem;
	}
	table.p11 tr td{
		font-size: 0.8rem;
	}
	.item h3{
		font-size: 0.8rem;
	}
	.item button.next{
		display: none;
	}
	#m-menu dd{
		padding: 0.5rem;
	}

	section.b-cont{
		padding-top: 3rem;
	}

	section.b-cont ul{
		display: block;
	}
	section.b-cont h1{
		font-size: 1.2rem;
	}

	section.b-cont .desc{
		font-size: 0.9rem;
	}

	section.b-cont ul li{
		padding: 1.5rem;
		margin: 0 0 5px 0;
		background-image: none !important;
	}

	section.b-cont ul li img{
		width: auto;
		max-width: 100%;
	}
	.grid-item {
		width: calc(50% - 10px);
		/* margin: 0 0 1rem; */
		position: relative;
	}
	.grid-item:hover{
		box-shadow: none;
	}
	.board.v-area h1{
		border-top: 0;
		margin:60px auto 2rem;
		padding: 2rem 0 0rem;;
		font-size: 1.6rem;
	}
	.board.v-area .desc{
		font-size: 0.9rem;
		padding: 0 1rem;
		margin-top: 0;
	}
	.board.v-area a.upload{
		font-size: 1rem;
		padding: 0.8rem 0.8rem 0.8rem;
		width: 140px;;
		margin-bottom: 2rem;
	}
	.board .search-area input[type="text"]{
		padding: 0.6rem 0.5rem 0.6rem 2rem;
    margin: auto;
    width: 95%;
	}
	.b-header,
	.board-heaer{
		height: auto;
	}
	.cont.b-view{
		padding: 0;
		height: auto;
	}
	.b-view .title-area h1{
		padding: 0.7rem 40px 0.8rem 0.9rem;
		width: 100%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.b-view .title-area .name{
		margin-top: 1rem;
		display: block;
		font-size: 1rem;
	}
	.b-view .category{
		margin-left: 0;
		padding-left: 0;
		padding-right: 8rem;
		height: auto;
		line-height: normal;;
		margin-top: 0.5rem;
	}
	.b-view .category:before{
		display: none;
	}
	.b-view .title-area{
		margin-bottom: 0;
		position: relative;
	}
	.b-view .title-area .like{
		top: auto;
		bottom: 2rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    font-size: 0.9rem;
		background-size: 1rem;
	}
	.b-view .btn-area .btn{
		min-height: 36px;
		line-height: 36px;
		border-color: #ccc;
	}
	.b-view .share-area{
		position: relative;
		padding: 0 1.5rem 1rem;
		justify-content: flex-start;
	}
	.b-view .share-area button{
		width: 2rem;
		margin: 0 0.5rem;
	}
	.b-view .share-area button.like{
		position: relative;
		right: auto;
		bottom: auto;
	}
	.reply-area{
		padding:3.5rem 1.5rem;
	}
	.reply-area .input-area{
		margin:1rem 0 0;
	}
	.reply-area .input-area [type="text"],
	.reply-area .input-area [type="password"]{
		width: 35%;
	}
	.reply-area .input-area button{
		padding: 0 1.2rem;
	}
	.reply-area .reply-container{
		margin-top: 1rem;
	}
	.cont.write{
		margin-top: 1rem;
		padding-bottom: 0;
	}
	.write .field.image .add-image{
		display: block;
		width: 100%;
		position: relative;
		margin-top: 1rem;
	}
	.write .check-area  select{
		width: 100%;
	}
	.write .check-area{
		display: block;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 1.5rem;
		line-height: 2.5rem;
	}
	.write .check-area label{
		display: inline-block;
		width: calc(100% - 3rem);
	}
	.write #w-member2, .write #w-member3{
		margin-left: 0;
	}

	.write .btn-area [type="text"],
	.write .btn-area [type="email"],
	.write .btn-area [type="password"]{
		width: 100%;
		margin:0 0 0.5rem 0;
	}
	.write .btn-area button{
		width: 100%;
		margin-top: 1rem;
	}
	.write .desc.right{
		margin-top:1rem;
	}
	.contest section{
		display: block;
		margin:3rem auto;
	}
	.contest section .txt-box{
		width: 100%;
		word-break: break-all;
	}
	.contest section label{
		margin:auto;
		padding-top: 0.6rem;
		margin-bottom: 0.5rem;
		width: 100%;
	}
	.contest > h1{
		font-size: 2rem;
		margin:3rem auto 0;
	}
	.contest section .txt-box table.award td{
		font-size: 0.9rem;
		padding:1rem 0.3rem;
	}
	.contest a.confirm{
		padding: 1rem;
		text-align: center;
		font-size: 1.2rem;
	}
	.loading{
		display: none;
	}
	ul.grid{
		display: block;
	}
	.grid-item.empty{
		padding:5rem 0;
	}
	.paging-area ul{
		display: none;
	}
	.paging-area .prev, .paging-area .next{
    margin: 0;
    font-size: 0.9rem;
    padding: 0.8rem 0;
    border: 1px solid #efefef;
    width: 50%;
    text-align: center;
	}
	.board.v-area .desc.pc{
		display: none;
	}
	.board.v-area .desc.mobile{
		display: block;
	}
	nav .board-menu{
		display: none;
	}
	#m-menu .board-menu {
		margin-top: 1rem;
	}
	#m-menu .board-menu a{
		border:1px solid #ddd;
		padding: 0.5rem 1.2rem;
		border-radius: 5rem;
	}
	.b-view .date{
		margin-top: 0.3rem;
	}
	.home .logo{
		width: 70px;
		/* left: 50%;
		transform: translateX(-50%); */
	}
	.home header .v-area h1{
		font-size: 1.5rem;
		padding: 30px;
		text-align: left;
		top: 60px;
		transform: none;
		font-size: 1.6rem;
	}
	.overview-area{
		padding: 30px 30px;
	}
	.overview-area h1{
		font-size: 1.5rem
	}
	.overview-area p{
		font-size: 0.9rem;
		text-align: center;
	}
	.home .grid-box{
		padding: 30px 5px
	}
	.reply-container li{
		padding: 1.2rem 0;
	}
	.reply-container .b-title{
		font-size: 0.9rem;
	}
	.reply-container .txt-box{
		font-size: 1rem;
	}
	footer section{
		padding: 0;
	}
	.b-view .b-cont{
		display: block;
		height: auto;
	}
	.b-view .b-cont .txt-box{
		padding: 1.5rem;
	}
	/* .arrow{
		display: none;
	} */
	.b-view .b-cont .img-box{
		margin: 0;
		height: auto;
		display: block;
	}
	.b-view .b-cont img{
		width: 100%;
		height: auto;
		margin:0;
	}
	.b-view .b-cont .txt-box .box{
		padding: 0;
	}
	.view .title-area .close-btn{
		display: block;
		width: 40px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: url(/img/icon-close.svg) no-repeat center;
		background-size: 1rem;
	}
	.white.view .title-area .close-btn{
		background-image:url(/img/icon-close-white.svg);
	}

	.share-area .share{
		position:static;
	}
	.share-area .share:hover .sns-list{
		left: 50%;
	    bottom: 55px;
	    right: auto;
	    transform: translateX(-50%);
	}
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
}
