@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* 초기화 */
html {
    
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'Noto Sans KR', 'NanumSquare', 'arial', 'dotum', '돋움';
    background: #fff !important;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Noto Sans KR', 'NanumSquare', 'arial', 'dotum', '돋움';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle;    
}

label.police_agree {
    font-size: 1em
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', 'NanumSquare', 'arial', 'dotum', '돋움';
    font-size: 1em
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Noto Sans KR', 'NanumSquare', 'arial', 'dotum', '돋움';
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
/* 	
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; */
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
     outline: none !important;  
}

div:focus,
p:focus,
ul:focus,
input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus,
a:focus {
    outline: none !important;
}
html, body {
	margin: 0;
	padding: 0;		
 }

 #wrap {
	position:relative;	
 }


/* 로그인 팝업 */
.login_popup {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);	
	padding:80px 40px 50px 40px;	
	width:100%;
	max-width:636px;
	z-index:20;	
}
.login_popup:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	background:#fff;
	width:100%;
	height:100%;
	z-index:0;
	border-radius:20px;
	opacity:0.7;
}
.login_logo {
	position:relative;
	text-align:center;
}
.login_contents {
	margin-top:70px;
}
.login_dl {
	position:relative;
	margin-top:40px;
}
.login_dl:first-child {
	margin-top:0px;
}
.login_dl dt {
	font-size:18px;
	color:#000;
	font-weight:700;
}
.login_dl dd {	
	margin-top:15px;	
}
.login_input {
	border:1px solid #cdcdcd;
	border-radius:8px;
}
.login_input input {
	width:100%;
	border:none;	
	padding:20px;
	border-radius:10px;
	font-size:15px;
	font-weight:700;
}
.password_text {
	position:absolute;
	right:0px;
	color:#ed1c24;	
}
.login_checkbox {
	margin-top:35px;
	font-size:18px;
	color:#000;
	font-weight:700;
}
.login_checkbox label {
	position:relative;
	top:1px;
}
.login_checkbox input[type="checkbox"] {
	position:relative;
	width:20px;
	height:20px;
	margin-right:10px;			 
    appearance: none;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #cdcdcd;
	border-radius:4px;	
}
input[type=checkbox]:checked {
	position:relative;
	background-color: #333;	
 }
 input[type=checkbox]:checked:before {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -55%);
	content:"\2713";
	color: white;
	padding: initial;
	font-weight: bold;
	font-size:10px;
 }
input[type=password]{
	font-family:"굴림";
}
.login_button {
	position:relative;
	width:100%;
	margin-top:35px;
	background:#ed1c24;
	border:0px;
	color:#fff;
	padding:17px 0px;
	font-size:30px;
	font-weight:600;
	border-radius:10px;
}
.sign_link {
	position:relative;
	font-size:18px;
	margin-top:45px;
	font-weight:600;
}
.sign_link button {
	margin-left:10px;	
	border:0px;
	background:transparent;
	color:#ed1c24;	
	font-weight:600;
}

/* 회원가입 */
.member_popup {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);	
	padding:50px;	
	border-radius:15px;
	width:100%;
	max-width:636px;
	z-index:20;
	text-align:center;		
	max-height:98vh;
	overflow-y:scroll;	
	background: url('../img/main/pop_bg.png') left top repeat;
}
/*
.member_popup:before {
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	width:100%;	
	height:100%;
	z-index:0;
	border-radius:20px;
	opacity:0.7;
}
*/
.member_popup::-webkit-scrollbar {	
    width: 10px;			
}
.member_popup::-webkit-scrollbar-thumb {	
	background-color: #cdcdcd;
	border-radius: 10px;	
	height:30%;
}
.member_popup::-webkit-scrollbar-track {
	background: rgba(33, 122, 244, .1); 
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px white;
	display:none;
}
.member_policy_wrap {
	position:relative;
}
.member_title {
	position:relative;
	font-size:30px;
	font-weight:600;
}
.member_tap_menu {
	position:relative;
	display:flex;
	margin-top:40px;
	border:1px solid #cdcdcd;
	border-radius:11px;
	overflow:hidden;
}
.member_tap_menu li {
	flex:1;
	padding:20px 0px;
	cursor:pointer;
	font-size:24px;
	font-weight:600;
	border-right:1px solid #cdcdcd;
}
.member_tap_menu li:last-child {	
	border-right:0px;
}
.member_tap_menu_on {
	background:#f0f0f0;
	color:#ed1c24;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.member_policy_contents {
	margin-top:45px;
}
.member_policy_contents dl:nth-child(2) {
	margin-top:60px;
}
.member_policy_contents dl dt {
	text-align:left;
	font-size:18px;
	font-weight:600;
}
.member_textarea {
	width:100%;
	border:1px solid #cdcdcd;
	border-radius:8px;
	margin-top:16px;
	text-align:left;
	max-height:108px;
	padding:10px;
	font-size:14px;
	line-height:18px;
	resize: none;
}
.member_textarea::-webkit-scrollbar {	
    width: 10px;
	height:30px;		
  }
  .member_textarea::-webkit-scrollbar-thumb {	
    background-color: #cdcdcd;
    border-radius: 10px;
	
  }
  .member_textarea::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
	display:none;
  }
.member_policy_contents dl dd {
	text-align:left;
}
.member_checkbox {
	position:relative;
	margin-top:15px;
	display:flex;
}
.member_checkbox input [type="checkbox"] {
	position:relative;
	width:20px;
	height:20px;
	margin-right:10px;			 
    appearance: none;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #cdcdcd;
	border-radius:4px;	
}
.member_checkbox label {
	position:relative;
	left:0px;
	top:0px;
	font-size:17px;
	font-weight:600;
	word-break:keep-all;
	line-height:20px;
	width:95%;
}
.member_btn {
	margin-top:35px;
	display:flex;
	justify-content: space-between;
}
.member_btn button {
	width:48.5%;
	font-size:30px;
	font-weight:600;
	padding:15px 0px;
	border-radius:10px;
	border:0px;
}
.member_btn button.member_cancel_btn {
	border:1px solid #cdcdcd;
	background:#fff;
}
.member_btn button.member_confirm_btn {	
	background:#ed1c24;
	color:#fff;	
}
.member_write_contents {
	margin-top:30px;	
}
.necessary_text {
	text-align:right;
	font-size:16px;
	color:#ed1c24;
	font-weight:600;
}
.member_item_write dl {
	text-align:left;
	margin-top:19px;
}
.member_item_write dl:first-child {	
	margin-top:0px;
}
.member_item_write dl dt {
	font-size:18px;
	font-weight:600;
}
.member_item_write dl dd {
	margin-top:14px;
}
.member_id_input {
	border:1px solid #cdcdcd;
	width:75%;
	font-size:15px;
	padding:20px 15px;
	border-radius:5px 0px 0px 5px;
}
.member_id_check_btn {
	width:25%;
	border:1px solid #cdcdcd;
	border-left:0px;
	border-radius:0px 5px 5px 0px;
	height:100%;
	font-size:18px;
	padding:18px 0px;
	background:#ed1c24;
	color:#fff;
	font-weight:600;
}
.member_input {
	border:1px solid #cdcdcd;
	width:100%;
	font-size:15px;
	padding:20px 15px;
	border-radius:5px;
}
.necessary_item {
	color:#ed1c24;
}
.member_complete_text {
	font-size:24px;
	font-weight:600;
	line-height:30px;
	margin:100px 0px;
}
.member_complete_red_text {
	display:block;
	color:#ed1c24;
	margin-bottom:23px;
}
.member_btn button.member_complete_btn {
	width:100%;
	font-size:30px;
	font-weight:600;
	padding:15px 0px;
	border-radius:10px;
	border:0px;
	background:#ed1c24;
	color:#fff;
}
.member_hide {
	display:none;
}
#memberStep0 {
	display:block;
}
#memverPopup {
	display:none;
}



 /* 메인 동영상 */
.main_height {
	position:absolute;
	height:100vh !important;	
	left:0px;
	top:0px;
}
.main_wrap01 {
	position:absolute;
	z-index:10;
	width:100vw;
	height:100vh;
	left:0px;
	top:0px
}
.main_visual_vedio {
	position:relative;
	height:100%;
	display:block;
	opacity:0;
}
.main_visual_vedio video{
	position:absolute;		
    top: 50%;
    left: 50%;
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
    transform: translate(-50%,-50%);
    object-fit: fill;
}
.main_visual {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;	
}
.main_intro_img {
	position:absolute;
	width:100vw;
	height:100vh;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);	
	background:url('../img/main/main_allBG02_230228.jpg') center center no-repeat;
	background-size:cover;
	z-index:100;
}
.main_intro_img_summer {
	position:absolute;
	width:100vw;
	height:100vh;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);	
	background:url('../img/main/main_allBG02_230531.jpg') center center no-repeat;
	background-size:cover;
	z-index:100;
}
.main_intro_img_fall {
	position:absolute;
	width:100vw;
	height:100vh;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);	
	background:url('../img/main/main_allBG02_220914.jpg') center center no-repeat;
	background-size:cover;
	z-index:100;
}
.main_intro_img_winter {
	position:absolute;
	width:100vw;
	height:100vh;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);	
	background:url('../img/main/main_allBG02_221201.jpg') center center no-repeat;
	background-size:cover;
	z-index:100;
}
.main_video_bottom_img {
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
}

/* 메인 전체 컨텐츠 */
.main_all_wrap {
	position:absolute;
	width:100vw;
	height:100vh;
	left:0px;
	top:0px;
	overflow:hidden;		
	opacity:0;
	z-index:0;	
}
.main_all_wrap_action {
	opacity:1;
	z-index:100;		
	-webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
}
.main_all_wrap_transition {
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.main_all_contents_wrap {
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;	
	background:url('../img/main/main_allBG03_230228.jpg') center center no-repeat;
	background-size:cover;	
	overflow:hidden;	
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
	opacity:1;
}
.main_all_contents_wrap_summer {
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;	
	background:url('../img/main/main_allBG03_230531.jpg') center center no-repeat;
	background-size:cover;	
	overflow:hidden;	
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
	opacity:1;
}
.main_all_contents_wrap_fall {
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;	
	background:url('../img/main/main_allBG03_220914.jpg') center center no-repeat;
	background-size:cover;	
	overflow:hidden;	
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
	opacity:1;
}
.main_all_contents_wrap_winter {
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;	
	background:url('../img/main/main_allBG03_221201.jpg') center center no-repeat;
	background-size:cover;	
	overflow:hidden;	
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
	opacity:1;
}
/* .main_all_contents_wrap:after {
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	top:0%;		
	background:#fff;
	content:'';
	opacity:1;
	-webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
} */
.main_all_wrap_action .main_all_contents_wrap {
	width:100%;
	height:100%;
	left:0%;
	top:0%;	
	opacity:1;
}
/* .main_all_wrap_action .main_all_contents_wrap:after {
	width:100%;
	height:100%;
	left:0%;
	top:0%;	
	opacity:0;
	display:none;
} */
.main_all_area_change {
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	top:0%;	
	opacity:1;
}

.main_all_content {
	position:relative;
	top: 43%;
    left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	max-width:2085px;	
	text-align:center;
}
.main_all_logo {
	position:absolute;
	top:14%;
	width:100%;
	text-align:center;
}
.main_all_logo img {
	width:140px;
}
.main_all_ul {
	display:flex;
	justify-content: center;
	margin-top:62px;
	padding:0px 2%;
}
.main_all_ul li {
	position:relative;
	background:#fff;
	height:410px;
	width:300px;		
	margin-right:50px;
	box-shadow:5px 10px 10px #929292;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;	
}
.main_all_ul li .deco {	
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:url('../img/main/deco01.png') center center no-repeat;
	z-index:100;
	background-size:cover;	
	z-index:10;
}
.main_all_ul li:nth-child(1) {
	background:#fff url('../img/main/main_IIIust_img01.png') center 65% no-repeat;
	background-size:65% auto;
}
.main_all_ul li:nth-child(2) {
	background:#fff url('../img/main/main_IIIust_img02.png') center 65% no-repeat;
	background-size:65% auto;
}
.main_all_ul li:nth-child(3) {
	background:#fff url('../img/main/main_IIIust_img03.png') center 65% no-repeat;
	background-size:65% auto;
}
.main_all_ul li:nth-child(4) {
	background:#fff url('../img/main/main_IIIust_img04.png') center 65% no-repeat;
	background-size:65% auto;
}
.main_all_ul li:nth-child(5) {
	background:#fff url('../img/main/main_IIIust_img05.png') center 65% no-repeat;
	background-size:65% auto;
}
.main_all_ul li a {
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	z-index:0;	
}
.main_all_ul li:last-child {	
	margin-right:0px;
}
.main_all_menu_title {
	font-size:30px;
	font-weight:600;
	margin-top:50px;
}
.main_all_bottom {
	position:relative;
	font-size:20px;
	font-weight:600;
	max-width:92%;
	margin:40px auto 0px auto
}
.main_all_bottom_img {
	position:absolute;
	right:2%;
	top:0px;
}



/*  서브페이지 GNB 메뉴 */
.sub_contents_wrap {
	position:relative;
}
.header_gnb_wrap {
	position:relative;
	max-width:1570px;
	margin:0 auto;
	height:100px;
}
.header_gnb_contents {
	position:relative;
	display:flex;
	height:100%;
	align-items: center;
}
.gnb_logo {
	width:20%;
}
.header_gnb_ul {
	width:80%;
	display:flex;
	justify-content:flex-end;
	margin-right:112px;
}
.header_gnb_ul li  {
	margin-left:82px;
}
.header_gnb_ul li a{
	font-size:20px;
	font-weight:600;
}
.header_gnb_ul li.header_gnb_on a {
	color:#00a468;
	border-bottom:1px solid #00a468;
	padding:0px 7px 7px 7px;
}
.header_search_btn {
	position:absolute;
	right:0px;
	top:50%;
	transform:translateY(-50%);
}
.header_search_btn button {
	border:0px;
}
.mobile_btn {
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	display:none;
}
.mobile_close_btn {
	position:absolute;
	right:25px;
	top:50%;
	transform:translateY(-50%);
	display:none;
}
.mobile_btn button, .mobile_close_btn button {
	border:0px;
	background:transparent;	
}
.mobile_btn button img {
	width:35px;
}
.mobile_close_btn button img {
	width:25px;
}
.mobile_menu {
	position:absolute;
	top:55px;
	left:0px;
	width:100%;
	z-index:100;
	display:none;
}
.mobile_menu ul li {
	width:100%;
	background:#00a468;	
	border-bottom:1px solid #fff;
}
.mobile_menu ul li a {
	display:inline-block;
	width:100%;
	height:62px;
	line-height:62px;
	font-size:20px;
	font-weight:600;
	color:#fff;
	padding-left:30px;
	background:url('../img/sub/mobile_icon.png') 95% center no-repeat;
}


/* 서브 비쥬얼 */
.sub_visual_wrap {
	position:relative;
	height:250px;
	width:100%;
}
.sub_visual_wrap01 {
	background:url('../img/sub/sub_visual01.jpg') center center no-repeat;
	background-size:cover;
}
.sub_visual_wrap02 {
	background:url('../img/sub/sub_visual02.jpg') center center no-repeat;
	background-size:cover;
}
.sub_visual_text {
	position:absolute;
	top:50%;
	left:50%;
	font-size:65px;
	font-weight:600;
	transform:translate(-50%, -50%);
	text-align:center;
	color:#333333;
	line-height:65px;
}
.sub_visual01_text02 {
	color:#00a468;
}
.sub_visual05_text01 {
	color:#ff0000;
}
.sub01_header_search {
	max-width:1300px;
	margin:35px auto 55px auto;
}
.year_search_top {
	display:flex;
	justify-content:flex-end;
}
.year_search_top > div {
	margin-left:17px;
}
.year_search_select {
	position:relative;
}
.year_search_select button:before {
	position:absolute;
	right:20px;
	top:50%;
	width:10px;
	height:5px;
	content:'';
	transform:translateY(-50%);
	background:url('../img/sub/sub_icon01.png') center center no-repeat;
	transform: rotate( 0deg );
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;	
}
.selectBox2.active button:before  {
	transform: rotate( -180deg );
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
.selectBox2 * { 
	box-sizing: border-box; 
}
.selectBox2 {
	position: relative;
	z-index: 1;
	width:119px;
	height:50px;
	border:1px solid #dedede;
	border-radius:50px;	
	text-align:left;
	font-weight:600;
	padding-left:20px;		
	cursor: pointer;
	font-size:18px;
}
.selectBox2 .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;  
  background: transparent;
  cursor: pointer;
  font-size:18px;
  font-weight:600;
}
.selectBox2 .optionList {
  position: absolute; 
  top: 50px;
  left: 0;
  width: 100%;
  color: #fff;
  list-style-type: none;
  padding: 0;
  border-radius:5px;
  overflow: hidden;
  max-height: 0;
  transition: .1s ease-in;   
  background:#fff;
}
.selectBox2 .optionList::-webkit-scrollbar {width: 6px;}
.selectBox2 .optionList::-webkit-scrollbar-track {background: transparent; }
.selectBox2 .optionList::-webkit-scrollbar-thumb {background: #cdcdcd; border-radius: 45px;}
.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {background: #303030;}
.selectBox2.active {
	z-index: 10;	
}
.selectBox2.active .optionList {
  max-height: 265px;  
  border:1px solid #dedede;  
  overflow-y:scroll;
}
.selectBox2 .optionItem {  
  padding: 4px 0px 3px 20px;
  transition: .1s;
  color:#333;
}
.selectBox2 .optionItem:first-child {
	padding: 10px 0px 5px 20px;
}
.selectBox2 .optionItem:last-child {
	padding: 5px 0px 10px 20px;
}
.selectBox2 .optionItem:hover {
  background: #ddd;
}
.selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}
.year_search_setting_btn {
	width:110px;
	height:50px;
	background:transparent;
	margin-left:17px;
	border:0px;
	background:#333;
	color:#fff;
	font-size:20px;
	font-weight:600;
	border-radius:50px;
}
.year_view_wrap {
	position:relative;
	border-top:1px solid #e7e4e2;
	padding:13px 0px;
	border-bottom:1px solid #e7e4e2;
	margin-top:35px;
	height:90px;
}
.year_prev_btn {
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	border:0px;
	background:transparent;
}
.year_prev_btn button {	
	border:0px;
	background:transparent;
}
.year_prev_btn button img {	
	width:80%;
	height:auto;
}
.year_next_btn {
	position:absolute;
	right:0px;
	top:50%;
	transform:translateY(-50%);
	border:0px;
	background:transparent;
}
.year_next_btn button {	
	border:0px;
	background:transparent;
}
.year_next_btn button img {	
	width:80%;
	height:auto;
}
.year_view_text {
	position:absolute;
	left:50%;
	top:50%;
	font-size:50px;
	font-weight:600;
	transform:translate(-50%, -50%);
	color:#333c4e;
	font-weight:800;	
}
.sub01_list_wrap {
	max-width:1300px;
	margin:0 auto;
}
.list_year {
	background:#fafafa;
	font-size:30px;
	font-weight:800;
	padding:10px 0px 10px 18px;
}
.sub01_list_item ul {
	margin-top:0px;
	display:flex;
	border:1px solid #e4e4e4;
	margin-bottom:80px;
}
.sub01_list_item ul li {
	position:relative;	
}
.sub01_list_header_text {
	padding:28px 40px;
}
.sub01_list_header_text dl dt {
	border-bottom:1px solid #e4e4e4;
	padding-bottom:23px;
	margin-bottom:39px;
}
.sub01_list_item ul li:nth-child(1) {
	flex:5;
}
.sub01_list_item ul li:nth-child(2) {
	flex:5;
}
.sub01_list_dsc {
	font-size:18px;
	font-weight:500;
	line-height:30px;
	color:#333c4e;
	word-break:keep-all;
	padding-bottom:100px;

}
.sub01_list_img01 img {
	width:100%;
}
.sub01_list_icon {
	position:absolute;
	left:10px;
	top:10px;
}
.sub01_list_icon02 {
	position:absolute;
	left:10px;
	top:10px;
	width:120px;
	height:41px;
	text-align:center;
	line-height:41px;
	background:#000000;	
	color:#fff;
	font-size:26px;
	font-weight:500;
	border-radius:10px;
}
.sub01_list_header_title {
	font-size:30px;
	font-weight:800;
	color:#333c4e;
	word-break:keep-all;
}
.sub01_list_header_sub_title {
	font-size:18px;
	color:#333c4e;
	font-weight:600;
	margin-top:15px;
}
.sub01_list_link_btn {
	position:absolute;
	bottom:30px;
	right:30px;		
	text-align:right;
}
.sub01_list_link_btn a {
	display:inline-block;
	width:160px;
	height:50px;
	border-radius:50px;
	line-height:50px;
	font-size:20px;
	font-weight:600;
	text-align:center;
}
.sub_list_view_btn {
	border:1px solid #c6c6c6;
}
.sub_list_reservation_btn {
	background:#00a468;
	color:#fff;
	margin-left:7px;
}
.sub05_contents {
	max-width:1300px;
	margin:0 auto 150px auto;
}
.sub05_video_dl {
	margin-top:70px;	
}
.sub05_video_dl dt {
	text-align:center;
	font-size:42px;
	font-weight:800;
	color:#333c4e;
}
.sub05_video_dl dd {	
	margin-top:60px;
}
.sub05_video_desc_bold {
	font-size:20px;
	color:#777777;
	font-weight:600;
}
.sub05_video_desc {
	font-size:18px;
	color:#777777;
	font-weight:400;
	margin-top:8px;
	line-height:30px;
	word-break:keep-all;
}
.sub05_video_sum_img {
	margin-top:20px;
}
.sub05_video_sum_img img {
	width:100%;
}
.sub05_video_other_text {
	margin-top:60px;
}
.sub05_ag_gallery {
	margin-top:20px;
}
.sub05_gallery_img img {
	width:100%;
}
.sub05_gallery_btn {
	text-align:center;
	margin-top:40px;
}
.sub05_gallery_btn a {
	display:inline-block;
	width:300px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:23px;
	font-weight:600;
	background:#ed1c24;	
	color:#fff;
	border-radius:80px;
}






/* 푸터 */
.sub_footer_contents_wrap {
	position:relative;
	margin:0 auto;
	border-top:1px solid #dedede;
	padding:47px 0px 100px 0px;
}
.sub_footer_contents {
	position:relative;
	display:flex;
	max-width:1300px;
	margin:0 auto;
}
.sub_footer_info {
	margin-left:70px;
	margin-top:5px;
}
.sub_footer_info ul {
	display:flex;	
}
.sub_footer_info ul li a {
	font-size:20px;
	font-weight:800;
	color:#333c4e;
	padding-left:14px;
	margin-left:14px;
	border-left:1px solid #cccccc;
}
.sub_footer_info ul li a:hover {
	color:#ed1c24;
	
}
.sub_footer_info ul li:first-child a {	
	padding-left:0px;
	margin-left:0px;
	border-left:0px;
}
.sub_footer_copy {
	margin-top:35px;
	font-size:16px;
	color:#333c4e;
	line-height:24px;
	font-weight:500;
	word-break:keep-all;
}
.web_block {
	display:block;
}
.footer_CR {
	margin-top:23px;
}
.sub_footer_family_site {
	position:absolute;
	top:0px;
	right:0px;
}
.footer_family_select {
	position:relative;
	width:238px;
	height:50px;
	line-height:50px;
	border-radius:50px;
	font-size:18px;
	font-weight:600;
	border:1px solid #dedede;
	padding-left:30px;
	cursor:pointer;
}
.footer_family_select:before {
	position:absolute;
	right:30px;
	top:50%;
	content:'';
	width:10px;
	height:5px;
	background:url('../img/sub/sub_icon01.png') center center no-repeat;
	transform: rotate( 0deg );
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.footer_family_select_on:before {
	transform: rotate( -180deg );
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.sub_footer_family_site ul {
	border:1px solid #dedede;
	border-radius:30px;
	padding:20px 30px;
	margin-top:2px;
	display:none;
	margin-bottom:30px;
}
.sub_footer_family_site ul li {
	margin-bottom:5px;
}
.sub_footer_family_site ul li:last-child {
	margin-bottom:0px;
}
.sub_footer_family_site ul li a {
	font-size:18px;
	font-weight:600;	
}

/* 반응형 css */
@media all and (max-width:1680px) {	
	.main_all_menu_title {
		font-size: 20px;		
		margin-top: 50px;
	}
	.main_all_ul li:nth-child(1) {
		background: #fff url(../img/main/main_IIIust_img01.png) center 65% no-repeat;
		background-size:60%;
	}
	.main_all_ul li:nth-child(2) {
		background: #fff url(../img/main/main_IIIust_img02.png) center 65% no-repeat;
	background-size:60%;
	}
	.main_all_ul li:nth-child(3) {
		background: #fff url(../img/main/main_IIIust_img03.png) center 65% no-repeat;
		background-size:60%;
	}
	.main_all_ul li:nth-child(4) {
		background: #fff url(../img/main/main_IIIust_img04.png) center 65% no-repeat;
		background-size:60%;
	}
	.main_all_ul li:nth-child(5) {
		background: #fff url(../img/main/main_IIIust_img05.png) center 65% no-repeat;
		background-size:60%;
	}
	.main_all_ul li {		
		height:345px;
		width:300px;				
	}
	/*
	.main_all_ul li {		
		height: 380px;		
	}
	*/
	.header_gnb_wrap {	
		position:relative;	
		max-width: 100%;
		width:96%;				
	}
	.sub_footer_contents_wrap {		
		max-width: 100%;
		width:95%;		
		padding: 47px 0px 100px 0px;
	}
	.sub01_list_wrap {
		max-width: 100%;
		width:95%;
		margin: 0 auto;
	}
	.sub05_contents {
		max-width: 100%;
		width:95%;
		margin: 0 auto 50px auto;
	}
	.sub01_header_search {
			width:95%;	
			max-width: 100%;
	}
}

@media all and (max-width:1500px) {
	.header_gnb_ul li a {
		font-size: 15px;		
	}
	.main_all_ul li {		
		height:310px;
		width:300px;				
	}
	.gnb_logo  img {
		width:100px;
	}
	.header_gnb_ul li {
		margin-left: 60px;
	}
	.header_search_btn button img {
		width:30px;
	}
	.sub01_header_search {
		max-width: 100%;
		width:96%;
		margin: 30px auto 30px auto;
	}
}

@media all and (max-width:1280px) {
	.main_all_ul li .deco {
		display:none;
	}
	.login_popup {		
		padding: 40px 20px;
		border-radius: 30px;
		width: 95%;
		max-width: 636px;
		z-index: 20;
	}
	.login_logo img {
		width:100px;
	}
	.login_contents {
		margin-top: 30px;
	}
	.login_input input {		
		padding: 15px;
		border-radius: 10px;
		font-size: 15px;
		font-weight: 700;
	}
	.login_button {		
		padding: 17px 0px;
		font-size: 20px;
		font-weight: 600;
		border-radius: 10px;
	}
	#IntroVideo {
		width:auto;
		height:100vh;
	}
	.member_popup {				
		padding: 40px 20px;		
		width: 95%;
		max-width: 636px;
		z-index: 20;
		text-align: center;
		max-height: 90vh;
		overflow-y: scroll;
	}
	.member_title {
		font-size: 20px;		
	}
	.member_tap_menu li {		
		padding: 15px 0px;		
		font-size: 15px;		
	}
	.member_tap_menu {		
		margin-top: 20px;	
	}
	.member_policy_contents {
		margin-top: 25px;
	}
	.member_policy_contents dl:nth-child(2) {
		margin-top: 30px;
	}
	.member_btn button {
		font-size: 20px;	
		padding: 10px 0px;	
	}
	.member_checkbox label {		
		font-size: 14px;	
	}
	.necessary_text {		
		font-size: 13px;
	}
	.member_item_write dl dt {
		font-size: 15px;		
	}
	.member_id_input {		
		width: 65%;
		font-size: 15px;
		padding: 15px 15px;	
	}
	.member_id_check_btn {
		width: 35%;		
		font-size: 13px;		
	    padding: 15px 0px;
	}
	.member_input {			
		padding: 15px 15px;
	}
	.member_complete_text {
		font-size: 20px;		
		line-height: 25px;
		margin: 40px 0px;
	}
	.member_btn button.member_complete_btn {	
		font-size: 20px;	
	}
	.main_all_ul {
		position:relative;
		top:0%;
		left:0%;
		transform:translate(0%, 0%);
		display: block;
		justify-content: center;
		margin-top: 0px;
		padding: 150px 4% 0px 4%;
		width:100%;
		max-width:760px;
		margin:0 auto;
	}
	.main_all_ul li {		
		width: 100%;
		height:100px;
		margin-right: 0px;		
		margin-bottom:30px;
	}
	.main_all_ul li:last-child {
		margin-bottom:0px;
	}
	.main_all_menu_title {
		font-size: 20px;
		margin-top: 38px;
		text-align:left;
		padding-left:40px;
	}
	.main_all_ul li:nth-child(1) {
		background: #fff url(../img/main/main_IIIust_img01.png) 85% center no-repeat;
		background-size:80px;
	}
	.main_all_ul li:nth-child(2) {
		background: #fff url(../img/main/main_IIIust_img02.png) 85% center no-repeat;
		background-size:80px;
	}
	.main_all_ul li:nth-child(3) {
		background: #fff url(../img/main/main_IIIust_img03.png) 85% center no-repeat;
		background-size:80px;
	}
	.main_all_ul li:nth-child(4) {
		background: #fff url(../img/main/main_IIIust_img04.png) 85% center no-repeat;
		background-size:80px;
	}
	.main_all_ul li:nth-child(5) {
		background: #fff url(../img/main/main_IIIust_img05.png) 85% center no-repeat;
		background-size:80px;
	}
	.main_all_content {
		position: relative;
		top: 0%;
		left: 0%;
		height:auto;
		transform: translate(0%,0%);
		width: 100%;
		max-width: 2085px;
		text-align: center;
		padding-bottom:100px;
	}
	.main_all_contents_wrap {
		position: absolute;
		width: 80%;
		height: 80%;
		left: 10%;
		top: 10%;
		background: url(../img/main/main_allBG03_231201.jpg) center center no-repeat;
		background-size: cover;
		overflow-y: scroll; 				
	}
	.main_all_logo {		
		width:100%;	
		text-align:center;		
		top:0px;
		left:0px;
		padding:30px 0px 0px 0px;
		z-index:100;
		transition: all 0.1s;
		position:fixed;
		background:#dfd6c8;
		padding-bottom:30px;	
		box-shadow:5px 5px 5px #888888;
	}
	.main_all_logo.mobile_logo_on {
		position:fixed;
		background:#dfd6c8;
		padding-bottom:30px;	
		box-shadow:5px 5px 5px #888888;
	}
	.main_all_logo img {
		width:70px;
	}
	.main_all_bottom {
		position: absolute;
		top:105px;
		font-size: 15px;		
		margin-top: 0px;
		text-align:center;
		width:100%;
		max-width:100%;
	}
	.main_all_bottom_img {
		display:none;
	}
	.header_gnb_ul {
		display:none;
	}
	.header_search_btn {
		display:none;
	}
	.header_gnb_wrap {		
		height: 70px;
	}
	.gnb_logo {
		margin-left:20px;
	}
	.sub_visual_wrap {		
		height: 120px;	
	}
	.year_view_wrap {		
		padding: 13px 0px;		
		margin-top: 35px;
		height: 70px;
	}
	.year_prev_btn button img {
		width: 60%;
		height: auto;
	}
	.year_next_btn button img {
		width: 60%;
		height: auto;
	}
	.year_view_text {		
		font-size: 35px;	
	}
	.sub_visual_text {		
		font-size: 30px;
		line-height:35px;
	}
	.sub01_list_item ul {
		margin-top: 40px;
		display: block;	
		margin-bottom: 50px;
	}
	.sub01_list_link_btn {
		text-align: center;
		margin-top: 25px;
	}
	.sub_footer_contents {
		display: block;
	}
	.sub_footer_info {
		margin-left: 0px;
		margin-top: 30px;
	}
	.mobile_btn {		
		display:block;
	}
	.sub05_video_dl {
		margin-top: 30px;
	}
	.sub05_video_dl dt {		
		font-size: 30px;		
	}
	.sub05_video_dl dd {
		margin-top: 30px;
	}
}

@media all and (max-width:1050px) {
	.sub_footer_family_site {
		position: relative;
		top: 0px;
		right: 0px;
		margin-top:30px;
	}
	.web_block {
		display: none;
		word-break:keep-all;
	}
}

@media all and (max-width:768px) {
	.main_all_contents_wrap {		
		background: url(../img/main/main_allBG03_231201.jpg) center center no-repeat;
		background-size: 250% auto;	
	}
}

@media all and (max-width:640px) {
	.main_all_contents_wrap {		
		background: url(../img/main/main_allBG03_231201.jpg) center center no-repeat;
		background-size: cover;	
	}
	.selectBox2 {	
		width: 33%;
		height: 35px;			
		font-size: 14px;
	}
	.selectBox2 .label {		
		font-size: 14px;
		font-weight: 600;
	}
	.year_search_setting_btn {
		width: 33%;
		height: 35px;			
		font-size:14px;
	}	
	.year_view_wrap {				
		margin-top: 15px;		
		height:50px;
	}
	.selectBox2 .optionList {		
		top: 35px;		
	}
	.selectBox2 .label {		
		width: 100%;		
		color:#333;
	}
	.year_prev_btn button img {
		width:60%;
	}
	.year_next_btn button img {
		width:60%
	}
	.year_view_text {		
		font-size: 25px;	
	}
	.list_year {		
		font-size: 25px;	
		padding: 5px 0px 5px 10px;
	}
	.header_gnb_wrap {
		height: 56px;
	}
	.sub01_header_search {		
		margin: 15px auto 15px auto;
	}	
	.sub01_list_header_text {
		padding: 28px 20px;
	}
	.sub01_list_link_btn {
		position: relative;
		bottom: 0px;
		right: 0px;
		text-align: center;
		margin-top:10px;
	}
	.sub01_list_header_title {
		font-size: 20px;		
		line-height:35px;		
	}
	.sub01_list_header_sub_title {
		font-size: 17px;		
		margin-top: 5px;
	}
	.sub01_list_dsc {
		font-size: 14px;		
		line-height: 24px;	
		padding-bottom:0px;
	}
	.sub01_list_header_text dl dt {		
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.sub01_list_link_btn a {	
		width: 45%;		
		font-size:12px;
	}
	.sub01_list_item ul {
		margin-top: 0px;
		margin-bottom: 50px;	
	}
	.sub_footer_info ul li a {
		font-size: 15px;		
		padding-left: 5px;
		margin-left: 5px;
		border-left: 1px solid #cccccc;
	}
	.sub_footer_copy {
		margin-top: 25px;
		font-size: 14px;	
		line-height: 24px;	
	}
	.footer_family_select {		
		width: 100%;		
	}
	.year_search_top > div:first-child {
		margin-left: 0px;
	}
	.year_search_top > div {
		margin-left: 5px;
	}
	.year_search_setting_btn {    
		margin-left: 5px;		
	}
	.sub05_video_dl dt {		
		font-size:25px	
	}
	.sub05_video_dl dd {
		margin-top: 20px;
	}
	.sub05_video_desc_bold {
		font-size: 18px;		
		line-height:25px;
	}
	.sub05_video_desc {
		font-size: 14px;	
		line-height:22px;
	}
	.sub05_video_sum_img {
		margin-top: 10px;
	}
	.sub05_video_other_text {
		margin-top: 30px;
	}
	.sub05_ag_gallery {
		margin-top: 10px;
	}
	.sub05_gallery_btn a {		
		width: 100%;
		height: 70px;
		line-height: 70px;		
		font-size: 20px;
		border-radius: 70px;
	}
	.sub05_gallery_btn {
	    margin-top: 30px;
	}
	.main_all_ul li {		
		height: 70px;	
		margin-bottom:20px;	
	}
	.main_all_menu_title {
		font-size: 20px;
		margin-top: 24px;		
	}
	.main_all_ul li:nth-child(1) {
		background: #fff url(../img/main/main_IIIust_img01.png) 85% center no-repeat;
		background-size:50px;
	}
	.main_all_ul li:nth-child(2) {
		background: #fff url(../img/main/main_IIIust_img02.png) 85% center no-repeat;
		background-size:50px;
	}
	.main_all_ul li:nth-child(3) {
		background: #fff url(../img/main/main_IIIust_img03.png) 85% center no-repeat;
		background-size:50px;
	}
	.main_all_ul li:nth-child(4) {
		background: #fff url(../img/main/main_IIIust_img04.png) 85% center no-repeat;
		background-size:50px;
	}
	.main_all_ul li:nth-child(5) {
		background: #fff url(../img/main/main_IIIust_img05.png) 85% center no-repeat;
		background-size:50px;
	}
	.sub_visual_wrap {
		height: 100px;
	}
}


/* 2022. 05. 04 추가 css */
#find_userName_popup, #find_email_popup {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:1000;
	background:#fff;
	width: 100%;
    max-width: 636px;
	border-radius: 20px;
	padding: 50px 40px 50px 40px;
	border:1px solid #ddd;
}
.find_noticeTxt {
	text-align:center;
	margin:50px auto 50px auto;
	font-size: 18px;
    font-weight: 600;	
	word-break:keep-all;
}
.find_inputTitle {		
	font-size:27px;
	font-weight:600;
	letter-spacing:-0.5px;	
}
.find_btn {
	text-align:center;
	margin-top:50px;
}
#find_userName_popup, #find_email_popup {
	display:none;
}
#find_userName, #find_password {
	cursor:pointer;
}
.find_input_flex {
	display:flex;
	align-items:center;
}
.find_input {
	width:100%;
    border: 1px solid #cdcdcd;    
    font-size: 15px;
    padding: 20px 15px;
    border-radius: 5px;
}
.find_input_flex span:nth-child(1) {
	margin-right:15px;	
}
.find_input_flex span:nth-child(2) {
	flex-grow: 1;	
}

@media all and (max-width:1280px) {
	#find_userName_popup, #find_email_popup {
		width: 95%;
		padding: 40px 20px;
	}
	.find_noticeTxt {		
		margin: 20px auto 20px auto;
		font-size: 15px;	
	}
	.find_input_flex {
		display: block;	
	}
	.find_inputTitle {
		font-size: 20px;		
	}
	.find_input_flex span:nth-child(1) {
		display:block;
		margin-right:0px;	
		margin-bottom:10px;
	}
	.find_input {	
		padding: 15px 15px;
	}
	.find_btn {		
		margin-top: 30px;
	}
}







