@media screen and (max-width: 1600px) {
	
	.main_wrap { width: 96%; }

	/* main */
	.main_con_text { width: 50%; }
	.main_con03_imgbox { width: 50%; }

	.main_text h2 {
        font-size: 70px;
    }

    /* .main_text 클래스에 속한 h2 이외의 다른 h2 요소에 대한 스타일 지정 */
    h2 {
        font-size: 20px;
    }
	
}

@media screen and (max-width: 1440px) {
	
	body { font-size: 16px; }
	ul.main_con01_list {
		flex-wrap: nowrap;
	}
	
	/* head */
	ul.menu li { padding: 10px 30px; }

	/* main */
	.main_vis_imgbox { height: 450px; }
	.main_vis_imgbox:after { height: 450px; }
	.main_vis_imgbox:before { height: 470px; }

	.main_text h2 {
        font-size: 55px;
    }
    
    h2 {
		font-size: 20px;
	}

	
}

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


	/* body { font-size: 12px; } */
	ul.main_con01_list {
		flex-wrap: wrap;
	}
	

	
	.wrap { width: 96%; }

	/* main */
	
	.main_con.main_vis {
		height: 100vh;
		padding: 0;
	}

	.main_con {
		height: auto;
		padding: 80px 0;
	}

	ul.main_con01_list li {
		width: 46%;
		height: 280px;
		margin-left: 0%;
	}

	ul.main_con01_list li.main_con01_bg01 { background: url('../image/main/kwonderland_img01.png') center center no-repeat; }
	/* ul.main_con01_list li.main_con01_bg02 { background: url('../image/main/kwonderhall_img01.jpg?v=2') center center no-repeat; } */
	ul.main_con01_list li.main_con01_bg03 { background: url('../image/main/kpopstage_img01.png') center center no-repeat; }
	ul.main_con01_list li.main_con01_bg04 { background: url('../image/main/kdramastudio_img01.png') center center no-repeat; }
	ul.main_con01_list li.main_con01_bg05 { background: url('../image/main/kwonderawards_img01.png') center center no-repeat; }

	ul.main_con01_list li.main_con01_bg01, ul.main_con01_list li.main_con01_bg02, ul.main_con01_list li.main_con01_bg03, ul.main_con01_list li.main_con01_bg04, ul.main_con01_list li.main_con01_bg05 { margin-bottom: 20px; }
	ul.main_con01_list li:nth-child(2n+1) { margin-left: 0%; }

	ul.main_con01_list li a:hover p { height: auto; }

	/* .people_infolist li .people_stitle { width: 85px !important; } */
	.people_infolist li .people_stitle { margin-right: 10px !important; width: 105px !important; }
	.people_infolist li > p { width: calc(100% - 115px) !important; }

	/* sub */
	.sub_contents { margin: 80px auto; }

	.main_text h2 {
        font-size: 45px;
    }

    h2 {
		font-size: 20px;
	}
}

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

	body { font-size: 14px; }
	
	/* intro */
	ul.intro_main_inner li { width: 48%; }
	ul.intro_main_inner li a { padding-bottom: 30px; }

	ul.intro_main_inner li h3 { font-size: 1.1em; }
	ul.intro_main_inner li span.more { font-size: 13px; }

	.intro_imgbox { margin-bottom: 30px; height: 280px; }

	/* head */
	
	.logo img { height: 50px; }

	ul.menu { display: none; }

	.select {
		height: 35px;
		border: 2px solid #461fff;
	}

	.select .selected { font-size: 13px; }

	.select ul {
		top: 32px;
		left: -1px;
		border: 2px solid #461fff;
		font-size: 14px;
	}
	
	.lang_box {
		position: absolute;
		right: 60px;
	}

	nav.mobile_menu {
		position: fixed;
		top: -100vh;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 100vh;
		z-index: 990;
		background: linear-gradient(-45deg, #461fff 0%, #6A48FF 20.61%, #764DFF 40.71%, #8955FF 60.62%, #A561FF 80.31%, #C870FF 99.84%, #C870FF 100%);
		border-bottom-right-radius: 100%;
		border-bottom-left-radius: 100%;
		transition: all 650ms cubic-bezier(1,0,0,1);
	}

	nav.mobile_menu.open {
		top: 0;
		padding: 80px 0px;
		border-radius: initial;
	}

	.nav-inner {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.nav-list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	.nav-list li {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.nav-list li:last-child { margin-bottom: 0px; }

	.nav-list li a {
		position: relative;
		color: #fff;
		font-family: 'TmoneyRoundWind';
		font-size: 1.6em;
		font-weight: 800;
	}

	.nav-list li a:before {
		content:'';
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 0px;
		height: 3px;
		background: #fff;
		transition: 0.5s;
	}

	.nav-list li a:hover:before { width: 100%; }

	.nav-link {
		padding: 1rem;
		font-size: 2rem;
	}

	.nav-link:hover, .nav-link:focus { color: #fff; }

	.menu-toggler {
		position: fixed;
		top: 25px;
		right: 2%;
		width: 35px;
		height: 22px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		z-index: 999;
		transition: all 650ms ease-out;
		cursor: pointer;
	}

	.menu-toggler.open { transform: rotate(-45deg); }

	.bar {
		background-color: #461fff;
		width: 100%;
		height: 2px;
		border-radius: 0.8rem;
	}

	.open .bar { background-color: #fff; }

	.bar.half { width: 50%; }

	.bar.top {
		transform-origin: right;
		transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	}

	.open .bar.top { transform: rotate(-450deg) translateX(0.45rem); }

	.bar.bottom {
		align-self: flex-end;
		transform-origin: left;
		transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	}

	.open .bar.bottom { transform: rotate(-450deg) translateX(-0.45rem); }

	.nav-inner ul ul {
		display: none;
		margin-top: 10px;
	}

	.nav-inner ul ul li {
		margin-bottom:0px;
	}

	.nav-inner ul ul li a {
		display: inline-block;
		padding: 0px;
		color: rgba(255, 255, 255, 0.7);
		font-size: 1.1em;
		font-weight: 300;
		line-height: 1.8;
		text-decoration: none;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav-inner ul ul li a:hover {
		color: rgba(255, 255, 255, 1);
	}

	.nav-inner ul ul li a:before {
		display: none;
		height: 1px;
	}

	/* main */
	
	.main_vis .main_wrap {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.main_vis_imgbox {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 50%;
	}

	.main_vis_imgbox:after {
		left: -2%;
		bottom: 0;
		width: 104%;
		height: 100%;
		border-radius: 0px;
	}

	.main_vis_imgbox:before {
		left: -2%;
		top: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0px;
		z-index: 9;
	}

	.main_vis_imgbox img {
		position: absolute;
		left: auto;
		right: 0;
		bottom: -10px;
		z-index: 99;
	}

	.main_text {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		width: 80%;
		padding: 50px;
		background: #461fff;
	}
	
	.main_text h2 { margin-bottom: 20px; -webkit-text-stroke: 1.5px #fff; line-height: 1em; }
	.main_text h2 strong { color: #fff; -webkit-text-stroke: 0px #fff; }

	.main_text p {
		color: rgba(255, 255, 255, 0.8);
		font-size: 0.9em;
		word-break: keep-all;
		letter-spacing: -0.5px;
	}

	span.point01 { color: #fff; }

	a.main_more01 { width: 250px; height: 50px; font-size: 15px; }
	a.main_more01:after {
		width: 235px;
		height: 60px;
	}

	a.main_more {
		background: #fff;
		color: #461fff;
	}

	a.main_more span { font-weight: 700; letter-spacing: -1px; }
	a.main_more span.arrow { border-left: 1px solid rgb(70 31 255 / 10%); }

	a.main_more02:after { background: rgba(0, 0, 0, 0.2); }


	ul.main_btnbox_inner li img { display: none; }

	ul.main_btnbox_inner li {
		padding-top: 0px;
		margin: 0px;
		margin-bottom: 5px;
		width: 100%; 
		border: none;
	}

	ul.main_btnbox_inner li:first-child { border: none; margin-right: 2%; }
	ul.main_btnbox_inner li:nth-child(2) {
		/* border: 3px solid #461fff;  */
		border: none;
		margin-right: 2%; 
	}
	
	ul.main_btnbox_inner li:nth-child(3) {
		border: none;
		margin-right: 2%; 
	}

	ul.main_btnbox_inner li:last-child { margin-bottom: 0px; border: none; }

	.main_con_text { text-align: center; width: 100%; }

	.main_con_text h2 { margin-bottom: 30px; }
	
	.main_con03 .main_con_text { width: 100%; }
	.main_con03_imgbox {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}

	.main_con02 .main_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}

	.main_con02 .main_con_text {
		width: 100%;
		text-align: center;
	}

	.main_con02_imgbox {
		width: 100%;
	}

	.main_con02_imgbox:after {
		content: '';
		position: absolute;
		left: -2%;
		top: 50%;
		display: inline-block;
		width: 104%;
		border-radius: 0 0px 0px 0px;
	}

	/* sub */

	.sub_vis { margin-top: 70px; }

	.tourgiude_tip_imgbox, .tourgiude_tipimg { width: 100%; }
	.tourgiude_tip_textbox { width: 100%; padding: 50px 50px; text-align: center; }
	
	.k-studio .tourgiude_tip_textbox {
		padding: 30px 0px 30px 0px;
	}

	.event_datelist dt { width: 140px; }
	.event_datelist dd {
		padding-left: 20px;
		width: calc(100% - 140px);
	}
	
}

@media screen and (max-width: 768px) {
	
	body { font-size: 14px; }

	ul.main_con01_list li {
		width: 43%;
		/* height: 280px;
		margin-left: 0%; */
	}
	
	/* intro */
	ul.intro_main_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	/* ul.intro_main_inner li { width: 80%; }
	ul.intro_main_inner li:first-child { margin-bottom: 30px; } */

	.intro_imgbox { height: 220px; }
	
	/* head */
	.select {
		width: 50px;
		height: 35px;
		border: none;
	}

	.select:hover {
		background: transparent;
		color: #461fff;
	}

	.select ul {
		top: 32px;
		left: -18px;
		background: #461fff;
		border-radius: 5px;
		font-size: 13px;
	}

	.select ul li { color: #fff; font-weight: 500; }

	.select ul li a { color: #fff; }

	.select .selected .selected-value { font-weight: 700; }

	/* footer */
	.footer { padding: 30px 0; }

	/* main */
	
	.main_text h2 { font-size: 40px; }

	a.main_more {
		/* padding-left: 10px; */
		width: 100%;
		height: 45px;
	}

	a.main_more span.arrow {
		width: 45px;
		height: 45px;
		font-size: 15px;
	}

	a.main_more:after {
		top: auto;
		bottom: 0;
		height: 3px;
		background: #f270b7;
	}

	.main_btnbox { width: 100%; }
	ul.main_btnbox_inner { width: 100%; }

	ul.main_btnbox_inner li { width: 49%; }
	ul.main_btnbox_inner li:first-child { margin-right: 2%; margin-bottom: 0; }

	.main_vis_imgbox img { display: none; }

	.main_con_text h2 {
		margin-bottom: 30px;
		font-size: 2.5em;
	    line-height: 1em;
	}

	.main_con_text p { font-size: 1em; }

	.main_con02_imgbox:after { height: 300px; }

	p.itzy_bi img { height: 40px; }

	/* sub */
	
	.sub_vis { height: 200px; }
	.sub_textbox h2 {
		margin-bottom: 10px;
		font-size: 2.5em;
	}

	.sub_contents { margin: 50px auto; }
	
	.sub_title { margin-bottom: 30px; }
	.sub_title h2 {
		margin-bottom: 10px;
		font-size: 2em;
	}

	.sub_title p { font-size: 1em; }

	.tourgiude_imgbox { margin-bottom: 30px; }
	
	.event_inner { margin-bottom: 50px; }

	p.event_maintext { padding: 30px; }

	.event03_table01 th { width: 20%; }

	.event_datelist { margin-bottom: 30px; }

	a.event_more01 {
		width: 160px;
		height: 45px;
	}
	
	.archiving_inner { margin-bottom: 50px; }

	.archiving h3 { font-size: 18px; }
	.archiving h3 img {
		margin-top: -2px;
		height: 15px;
	}

	#bo_list_total { font-size: 0.9em !important; }

	#bo_v_con { margin: 30px 0 30px !important; }

}

@media screen and (max-width: 680px) {
	
	/* sub */

	p.event_maintext { margin-bottom: 30px; }
	.event_imgbox { margin-bottom: 30px; }
	
	.event_datelist dt { width: 120px; }
	.event_datelist dt span { height: 35px; }

	.event_datelist dd {
		padding-left: 0px;
		width: 100%;
	}

}

@media screen and (max-width: 575px) {
	
	body { font-size: 12px; }

	/* main */
	.main_vis_imgbox img { width: 65%; }

	.main_con { padding: 50px 0; }

	.main_con02_imgbox:after { height: 200px; }

	a.main_con03_btn { width: 70px; height: 25px; }
	a.main_con03_btn span { font-size: 11px; }

}

@media screen and (max-width: 480px) {
	
	/* intro */
	ul.intro_main_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		width: 90%;
	}

	ul.intro_main_inner li { width: 100%; }
	ul.intro_main_inner li:first-child { margin-bottom: 30px; }
	
	ul.intro_main_inner li a { padding-bottom: 0px; }

	.intro_imgbox { margin-bottom: 0px; }

	ul.intro_main_inner li h3 {
		position: absolute;
		bottom: 35px;
		width: 100%;
		color: #fff;
		font-size: 1.1em;
	}

	ul.intro_main_inner li span.more {
		position: absolute;
		bottom: 10px;
		left: 36%;
		font-size: 13px;
		color: #fff;
	}

	ul.intro_main_inner li span.more:before {
		width: 30px;
		height: 30px;
		background: #fff;
		opacity: 0.2;
		z-index: 99;
	}

	@-webkit-keyframes btnMotOn {
		0% { left: 0; }
		50% { width: 100%; }
		100% { left: auto; right: 0; width: 30px; }
	}
	@-moz-keyframes btnMotOn {
		0% { left: 0; }
		50% { width: 100%; }
		100% { left: auto; right: 0; width: 30px; }
	}

	@-ms-keyframes btnMotOn {
		0% { left: 0; }
		50% { width: 100%; }
		100% { left: auto; right: 0; width: 30px; }
	}

	@-o-keyframes btnMotOn {
		0% { left: 0; }
		50% {	width: 100%; }
		100% { left: auto; right: 0; width: 30px; }
	}

	@keyframes btnMotOn {
		0% { left: 0; }
		50% { width: 100%; }
		100% { left: auto; right: 0; width: 30px; }
	}

	@-webkit-keyframes btnMotOff {
		0% { left: auto; right: 0; width: 30px; }
		50% { width: 100%; }
		100% { left: 0; }
	}

	@-moz-keyframes btnMotOff {
		0% { left: auto; right: 0; width: 30px; }
		50% { width: 100%; }
		100% { left: 0; }
	}

	@-ms-keyframes btnMotOff {
		0% { left: auto; right: 0; width: 30px; }
		50% { width: 100%; }
		100% { left: 0; }
	}

	@-o-keyframes btnMotOff {
		0% { left: auto; right: 0; width: 30px; }
		50% {	width: 100%; }
		100% { left: 0; }
	}

	@keyframes btnMotOff {
		0% { left: auto; right: 0; width: 30px; }
		50% { width: 100%; }
		100% { left: 0; }
	}

	/* main */

	.main_text { padding: 20px; width: 96%; }

	ul.main_con01_list li a { padding: 20px 10px; }
	
	ul.main_btnbox_inner { margin-top: 30px; }

	a.main_more01 {
		margin-top: 30px;
		width: 200px;
		height: 40px;
		font-size: 11px;
	}

	a.main_more01:after {
		width: 185px;
		height: 45px;
	}
	
	a.main_con03_btn { width: 55px; height: 20px; }
	a.main_con03_btn span { width: calc(100% - 20px); font-size: 9px; }
	a.main_con03_btn i { width: 20px; height: 20px; }

	/* a.main_con03_btn01 { right: 26%; }
	a.main_con03_btn02 { left: 7%; }
	a.main_con03_btn03 { left: 43%; }
	a.main_con03_btn04 { right: 10%; }
	a.main_con03_btn05 { left: 31%; } */

	p.itzy_bi img { width: 50%; }

	/* sub */
	.tourgiude_titletext { padding: 30px; }

	.tourgiude_titletext h3 { margin-bottom: 20px; }

	.tourgiude_tip_textbox { padding: 30px; }
	.tourgiude_tip_textbox h3 { margin-bottom: 20px; }

	#bo_list .td_name { display: none !important; }

}

@media screen and (max-width: 425px) {
	
	/* main */
	.main_con02_imgbox:after { height: 150px; }
	
	a.main_more { height: 40px; }
	a.main_more span.arrow { width: 35px; height: 40px;}
	
	.main_con_text h2 { margin-bottom: 10px; }
	p.itzy_bi { margin-bottom: 10px; }

	/* sub */
	.archiving h3 {
		font-size: 12px;
		letter-spacing: -0.5px;
	}
	.archiving h3 img { height: 9px; }

	.main_text h2 { font-size: 30px; }

}

@media screen and (max-width: 335px) {
	
	/* main */

	.main_text h2 { -webkit-text-stroke: 1px #fff; font-size: 20px; }

	ul.main_btnbox_inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	ul.main_btnbox_inner li { width: 100%; }
	ul.main_btnbox_inner li:first-child { margin-bottom: 10px; }

	ul.main_con01_list li { width: 100%; }
	ul.main_con01_list li.main_con01_bg03 { margin-bottom: 20px; }

	p.itzy_bi { margin-bottom: 10px; }

}

@media screen and (max-width: 310px) {
	
	/* main */
	span.point01 { font-size: 1.2em; }

}