/* 초기화 */
/* 초기화 */
html {overflow-y:scroll ; font-size: 62.5%;}
body {
   margin:0;padding:0;font-size:1.4rem;
   font-family:'Noto Sans Korean','Noto Sans KR','Dotum', 'Helvetica', 'AppleGothic', 'Sans-serif';
   background:#fff

}



body{
      'Noto Sans Korean','Noto Sans KR','Dotum', 'Helvetica', 'AppleGothic', 'Sans-serif';     color: #666;  font-weight:normal;;
}
		
 
		.wide-container{
			padding: 0 10px;
			margin: 0 auto;
			width: 80%;		
		}


		.full-wide-container2{
			padding: 0;
			margin: 0;
			width: 100%;		
		}
	.wp-container {
		padding: 0 20px;
		margin: 0 auto;
		width: 1200px;
		min-width: 1200px;
	}


	.wp-container-print{ 
			padding: 0 20px;
			margin: 0 auto;
			width: 100%;
			min-width: 100%; 

	}



@media all and (max-width:1200px){
		.wp-container {
			padding: 0 20px;
			margin: 0 auto;
			width: 1200px;
			min-width: 100%;
		}


}


@media screen and (max-width: 768px){

		.wp-container {
			padding: 0 10px;
			margin: 0;
			width: 100%;
			min-width: 100%;
		}

}





.view_m{ display:none;}

.width_100p{width:100%;}

@media screen and (max-width: 768px){
   .view_p{ display:none;}
   .view_m{ display:block;}
}




html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}


.form_style {
  display: block;
  width: 100%;
  height---: 34px;
  padding---: 6px 12px;
  font-size---: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;


  height: 42px;
  padding: 8px 14px;
  font-size: 1.5rem;
  line-height: 1.3333333;
  border-radius: 6px;


  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_style:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form_style::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form_style:-ms-input-placeholder {
  color: #999;
}
.form_style::-webkit-input-placeholder {
  color: #999;
}
.form_style::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form_style[disabled],
.form_style[readonly],
fieldset[disabled] .form_style {
  background-color: #eee;
  opacity: 1;
}
.form_style[disabled],
fieldset[disabled] .form_style {
  cursor: not-allowed;
}
textarea.form_style {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}



#wp_page_title_wrap{
	  margin-top:50px;	 
	  margin-bottom:30px;	
	  font-family:'Nanum Gothic','굴림','돋움','Arial';
}

#wp_page_title_wrap .wp_page_title{
	
	text-align:center;
	font-size:4.1rem;
	font-weight:normal;
	color:#2e2e2e;
	font-family:'GongGothicBold','Noto Sans Korean','Nanum Gothic','굴림','돋움','Arial';
	
}


@media screen and (max-width: 768px){
		#wp_page_title_wrap{
			  margin-top:20px;	 
			  margin-bottom:30px;	 
		}



	#wp_page_title_wrap .wp_page_title{
		
		text-align:center;
		font-size:3.2rem;
		font-weight:normal;
		color:#2e2e2e;
		font-family:'GongGothicBold','Noto Sans Korean','Nanum Gothic','굴림','돋움','Arial';
		
	}

}


#wp_page_title_wrap .wp_page_explain{
	margin-top:20px;	
	text-align:center;
	font-size:2.1rem;
	font-weight:normal;
	color:#737373; 
	line-height:180%;
	font-family:'Noto Sans Korean','GongGothicBold','Nanum Gothic','굴림','돋움','Arial';

	
}


.checkbox_size30px{
	width: 30px; /*Desired width*/
	height: 30px; /*Desired height*/
	cursor: pointer; 
}

.checkbox_size25px{
	width: 25px; /*Desired width*/
	height: 25px; /*Desired height*/
	cursor: pointer; 
}


.thumb_youtube_wrap{
  width:100%;
  position:relative;

}
.youtube_bg_img{
   background-repeat: no-repeat;
   background-position: center;
   background-size:120%;
}

.youtube_btn_wrap{
	  position:absolute; 
	  width:100%;height:100%; 
	  display:flex;
	  justify-content: center; 
	  align-items: center; 
	  top:0;left:0;		   

}

.youtube_play_btn{
   width:37%;
}

 
.wide_container{
  padding: 0 20px;
  width: 100%;
}

.reqular_container {
	padding: 0 20px;
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
}

		.wide-container--{
			padding: 0 10px;
			margin: 0 auto;
			width: 90%;		
		}

@media all and (max-width:1200px){
		.wide-container{
			padding: 0 20px;
			margin: 0 auto;
			width: 1200px;
			min-width: 100%;
		}


		.reqular_container {
			padding: 0 20px;
			margin: 0 auto;
			width: 1200px;
			min-width: 100%;
		}
}


@media screen and (max-width: 768px){
		.reqular_container {
			padding: 0 10px;
			margin: 0;
			width: 100%;
			min-width: 100%;
		}

		.wide_container{
			padding: 0 10px;
			margin: 0;
			width: 100%;
			min-width: 100%;
		}
		.wide-container{
			padding: 0 10px;
			margin: 0;
			width: 100%;
			min-width: 100%;
		
		}

}




.parallax-window {
    min-height: 400px;
    background: transparent;
}



 .page .emphasize1, .page .emphasize2, .page .emphasize3, .page .emphasize4, .page .emphasize5, .page .emphasize6, .page .emphasize7{
  font-weight:bold;
 }

 .page .emphasize2{ color:rde; }
 .page .emphasize3{ color:#0072a8; }
 .page .emphasize4{ color:#006231; }
 .page .emphasize5{ color:#00000; }
 .page .emphasize6{ color:#d06800; }
 .page .emphasize7{ color:#800080; }







