@charset "UTF-8";
@media screen and (max-width: 1100px) {

/*=========================================================================================================
DRAWER
=========================================================================================================*/

/*■■■■■■■■■■■■■■【 MENU SETTING 】■■■■■■■■■■■■■*/
header {
	height: 55px;
	background: #DCE646;
	border: none;
	}
#MNU {
	height: 100%;
	max-width: auto;
	min-width: auto;
	}

/*.【 LOGO 】==================================================■*/
#LOGO a{
	width: 55px;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	}

/*..《《 LOGO KKRnet  SETTING 》》_____________________●*/
#LOGO_K a{
	width: clamp(6.875rem, 5.849rem + 5.13vw, 9.375rem);
	height: clamp(1.5rem, 1.295rem + 1.03vw, 2rem);
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	/*【 VALUES 】min:110px & max: 150px   【 width 】*/ 
	/*【 VALUES 】min: 24px & max:  32px   【 height 】*/ 
	/*【VIEWPORT】min:320px & max:1100px */
}
#LOGO_K svg{
	width: 100%;
	position: relative;
	left: 12%;	
}
.LGK,.LGK2,.LGK3{
    fill: #FFFFFF;
    }
/*..《《 LOGO KKRnet  SETTING / END 》》_________________*/



/*.【 LOGO / END 】==============================================*/

/*.【 DRAWER MENU BOTTON 】====================================■*/
#MENU_BTN{
	width: 15vw;/*80px*/
	
	max-width: 80px;
	min-width: 65px;
	
	height: 55px;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: all 300ms;	
	}
	
#BTN{
	width: 40px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	top: 27px;
	left: 50%;
	background: #FFFFFF;
	transition: all 300ms;
	transform: translateX(-50%);
	
	
	}
#BTN::before,
#BTN::after{
	content: "";
	width: 40px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	/*
	transform: translateX(0%);*/
	background: #FFFFFF;
	transition: all 300ms;
	}
#BTN::before{
	content: "MENU";
	font-family:Arial, Helvetica, "sans-serif";
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 0.15em;
	
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	top: -16px;
	background: none;
	}

#BTN::after{
	top: 12px;
	}
/*..《 BOTTON MOVE SETTING 》__________________________●*/
#MENU_BTN.ON{
	background: rgba(255,130,130,0.6);
	transition: all 300ms;
	}
#BTN.ON{
	background: #FFFFFF;
	transform: rotate(45deg);
	transform-origin: 5px -18px;
	transition: all 300ms;
	}
#BTN.ON::before{
	content: "CLOSE";
	transform: rotate(-45deg) translate(-15px,-13px); 	
	}
#BTN.ON::after{
	transform: rotate(-90deg) translate(12px,0px);	
	}
/*..《 BOTTON MOVE SETTING / END 》______________________*/


/*.【 DRAWER MENU BOTTON / END 】================================*/
/*■■■■■■■■■■■■【 MENU SETTING / END 】■■■■■■■■■■■■*/


/*■■■■■■■■■■■■【 MENU LIST  SETTING 】■■■■■■■■■■■■*/
/*.【 MENU AREA SETTING 】=====================================■*/
#MENU {
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 3px 0 55px 0;
	display: inline;
	background-image: url("../../111_IMG/_MENU/PTCL.png");
	background-size: 200%;
	background-repeat: repeat-y;
	position: fixed;
    top: 55px;
    right: 0px;
    z-index: 99;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
	
	overflow: hidden;
	
	overflow-y: scroll;
	box-sizing: border-box;
	}
/*..《 MENU TOP MOVE SETTING 》________________________●*/
#MENU.Slide{
	transform: translateX(0%);
	transition: 0.3s ease-in-out;
	}
#TOP.blur,#WHT.blur,#Special.blur,
#infomation.blur,#banner.blur,#FTR.blur{
	filter: blur(0px);
	transition: all 300ms;
	overflow:visible;
	}
/*..《 MENU TOP MOVE SETTING / END 》____________________*/
/*.【 MENU AREA SETTING / END 】=================================*/


/*.【 CLOSED BACK SHADOW 】====================================■*/
#SDW {
	width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5);
	transition: all 300ms;
    }
/*..《 SHADOW MOVE SETTING 》__________________________●*/
#SDW.MOVE{
    display: block;
    overflow: hidden;
	transition: all 300ms;
	}
/*..《 SHADOW MOVE SETTING / END 》______________________*/
/*.【 CLOSED BACK SHADOW / END 】================================*/


/*.【 ALL ▲ BOTTON MOVE SETTING 】=============================■*/
.js_2.TAG::before,.js_3.TAG::before{
	transform: translateY(13px) rotate(45deg);
	}
.js_2.TAG::after,.js_3.TAG::after{
	transform: translateY(13px) rotate(135deg);
	}
/*.【 ALL ▲ BOTTON MOVE SETTING / END 】========================*/


/*.【 1st LIST AREA SETTING 】=================================■*/
#MENU li a{
	padding: 0 0.75em;
	display: block;
	text-decoration: none;
	font-weight: bold;
	}
.LIST_1{
	font-size: 23px;/*28px*/
	color: #FFFFFF;
	line-height: 50px;
	display: block;
	
	position: relative;
	background: rgba(226,255,223,0.35);
}
/*..《 1st LIST TEXT LONG SETTING 》___________________●*/
.TLG{
	
	width: 110%;
	margin: 0 -35px 0 0;
	letter-spacing: -2px;
	
	position: relative;
	left: -17px;
	transform: scaleX(0.90);
	
	

	/*
	width: 90%;
	margin: 0 -35px 0 0;
	letter-spacing: -2px;
	position: absolute;
	top: 0;
	left: 25px;
	
	transform: scaleX(0.95);
	background: blue;*/
	}
	

/*..《 1st LIST TEXT LONG SETTING / END 》_______________*/

/*..《 1st LIST BORDER SETTING 》______________________●*/
#MENU .LIST_1 > a{
	width: 100%;
	color: #64B400;
	border-bottom: 0.1em dashed rgba(180,220,50,0.7);
	}
#MENU .LIST_1:last-of-type > a{
	border-bottom: 0.5em double rgba(180,220,50,0.7);
	}

/*..《 1st LIST BORDER SETTING / END 》__________________*/

/*..《 1st LIST【DIV AREA】SETTING 》__________________●*/
#MENU > div{
	list-style: none;
	margin-bottom: 10px;
	}
#MENU > div:last-child{
	margin-bottom: 55px;
	}

/*...［ 1st DIV AREA〈UNIFORM〉］.................★*/
#UNF{
	width: 85%;
	margin: 10px auto;
	display: block;
	list-style: none;
	position: relative;
	background: #EFEFEF;
	}
#UNF li a{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	display: block;
	color: #595757;	
	}
#UNF li{
	border-bottom: solid 2px #FFFFFF;
	}
#UNF li:last-child{
	border-bottom: solid 3px #767676;
	}

#UNF > .PLZ a{
	color: #0082DC;
	background: #F8FBFF;
	}
#UNF > .VDC a{
	color: #F0A000;
	background: #FFFCEB;	
	}
#UNF > .IEB a{
	color: #A7635F;
	background: #FFF5F0;
	}
/*...［ 1st DIV AREA〈UNIFORM〉/ END ］.............*/


/*...［ 1st DIV AREA〈SNS〉］.....................★*/
#SNS{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 8px 0 15px 0;
	display: flex;
	position: relative;
	top: auto;
	right: auto;
	
	background: rgba(255,255,255,0.8);
	}
	
.LIST_SNS{
	width: 50%;
    height: 25px;

	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	
	text-align: center;
	
	display: block;
	position: relative;
	background: #F0FA96;
	box-sizing: border-box;
    }

#SNS li a{
	padding: 0 0.25em;
	}
	
.LIST_SNS{
	border-left: solid 5px #FFFFFF;
	}
.LIST_SNS:first-child{
	border-left: none;
	}
	
.SNS_svg{
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top: 3px;
	left: -0.25em;
	}

#SNS li a:nth-of-type(-n+2)::after{
	color: #8FBE00;
	position: relative;
	left: 0;
	}

#SNS .LIST_SNS::before{
	content: "";
	display: none;
	}

#FAC::after{
	content: "facebook";
	}
#ENG::after{
	content: "English";
	}

	/*
*/
/*...［ 1st DIV AREA〈SNS〉/ END ］.................*/
/*..《 1st LIST【DIV AREA】SETTING / END 》______________*/

/*..《 1st BOTTON SETTING 》___________________________●*/
/*...［ 1st BOTTON AREA ］........................★*/
.js_2{
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	cursor: pointer;
	background: rgba(202,255,200,0.5);
}
/*...［ 1st BOTTON AREA / END ］....................*/

/*...［ 1st ▲ SETTING ］.........................★*/
.js_2::before,.js_2::after{
	content: "";
	border: 7px solid transparent;
    position: absolute;
    top: 5px;
	left: 13px;
	transition: all 300ms;
	}
.js_2::before{
	transform: rotate(135deg);
	}
.js_2::after{
	transform: rotate(45deg);
	}
/*...［ 1st ▲ SETTING / END ］.....................*/


/*...［ 1st ▲COLOR SETTING ］....................★*/
/*....（ L/▲COLOR NO.1-2-3 ）...............◆*/
#MENU .LIST_1 .js_2::before{
	border-top: 7px solid #78B400;
	}
/*....（ L/▲COLOR NO.1-2-3 / END ）..........*/

/*....（ R/▲COLOR NO.1-2-3 ）...............◆*/
#MENU .LIST_1 .js_2::after{
	border-bottom: 7px solid #78B400;	
	}
/*....（ R/▲COLOR NO.1-2-3 / END ）..........*/
/*...［ 1st ▲COLOR SETTING / END ］................*/


/*...［ 1st ▲COLOR【MOVE】SETTING ］..............★*/
/*....（ L/▲COLOR【MOVE】NO.1-2-3 ）........◆*/
#MENU .LIST_1 .js_2.TAG::before{
	border-top: 7px solid #508C00;
	top: 10px;
	}
/*....（ L/▲COLOR【MOVE】NO.1-2-3 / END ）...*/

/*....（ R/▲COLOR【MOVE】NO.1-2-3 ）........◆*/
#MENU .LIST_1 .js_2.TAG::after{
	border-bottom: 7px solid #508C00;
	top: 10px;
	}
/*....（ R/▲COLOR【MOVE】NO.1-2-3 / END ）...*/
/*...［ 1st ▲COLOR【MOVE】SETTING / END ］..........*/
/*..《 1st BOTTON SETTING / END 》_______________________*/
/*.【 1st LIST AREA SETTING / END 】=============================*/


/*.【 2nd LIST AREA SETTING 】=================================■*/
.LIST_2{
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-bottom: 1px;
	position: relative;
	}
.LIST_2 a{
	height: 50px;
	margin: 0 0 0 25px;
	line-height: 50px;
	position: relative;
	}
.LIST_2 a::before{
	content: "▶︎";
	margin: 0 5px 0 0;
	
	font-size: 12px;
	position: absolute;
	top: 1px; 
	left: -3px;
	}
.LIST_2 a > div > p{
	white-space: nowrap;
	position: absolute;
	left: 15px;
	transform: scale(0.7,1);
	transform-origin: top left;
	}

/*..《 2nd-3rd LIST HIDE SETTING 》_____________________●*/
.MENU2,.MENU3{
	display: none;
	}
/*..《 2nd-3rd LIST HIDE SETTING / END 》________________*/


/*..《 2nd LIST COLOR SETTING 》________________________●*/
.LIST_1 .MENU2{
	width: 95%;
	padding: 0;
	background: rgba(255,255,255,0.7);
	border-left: 0.25em solid #B4DC32;
	position: relative;
	left: 5%;
	}
/*..《 2nd LIST COLOR SETTING / END 》___________________*/


/*..《 2nd LIST TEXT COLOR SETTING 》___________________●*/
#MENU .LIST_1 .LIST_2 a{
    color: #46B400;
    }
/*..《 2nd LIST TEXT COLOR SETTING / END 》______________*/


/*..《 2nd LIST BORDER COLOR SETTING 》_________________●*/
#MENU .LIST_1 .LIST_2{
	border-bottom: 0.1em dashed #B4DC32;
	}

/*...［ 2nd LIST BORDER LAST SETTING ］...........★*/
#MENU .LIST_1 .LIST_2:last-child{
	border-bottom: 0.3em solid #B4DC32;
	}
/*...［ 2nd LIST BORDER LAST SETTING / END ］.......*/
/*..《 2nd LIST BORDER COLOR SETTING / END 》____________*/


/*..《 2nd BOTTON SETTING 》____________________________●*/
/*...［ 2nd BOTTON AREA ］........................★*/
.js_3{
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: center;
	cursor: pointer;
	background: rgba(202,255,200,0.5);
}
/*...［ 2nd BOTTON AREA / END ］....................*/

/*...［ 2nd BOTTON COLOR NO.1-2-3 ］..............★*/
#MENU .LIST_1 .js_3{
	background: rgba(202,255,200,0.4);
	}
/*...［ 2nd BOTTON COLOR NO.1-2-3 / END ］..........*/

/*...［ 2nd ▲ SETTING ］.........................★*/
.js_3::before,.js_3::after{
	content: "";
	border: 7px solid transparent;
	position: absolute;
    top: 5px;
	left: 13px;
	transition: 0.3s;
	}
.js_3::before{
	transform: rotate(135deg);	
	}
.js_3::after{
	transform: rotate(45deg);
	}
/*...［ 2nd ▲ SETTING / END ］.....................*/
	

/*...［ 2nd ▲COLOR SETTING ］....................★*/
/*....（ L/▲COLOR NO.1-2-3 ）...............◆*/
#MENU .LIST_1 .js_3::before{
	border-top: 7px solid #46B400/*#78B400*/;
	}
/*....（ L/▲COLOR NO.1-2-3 / END ）..........*/

/*....（ R/▲COLOR NO.1-2-3 ）...............◆*/
#MENU .LIST_1 .js_3::after{
	border-bottom: 7px solid #46B400;	
	}
/*....（ R/▲COLOR NO.1-2-3 / END ）..........*/
/*...［ 2nd ▲COLOR SETTING / END ］................*/


/*...［ 2nd ▲COLOR【MOVE】SETTING ］..............★*/
/*....（ L/▲COLOR【MOVE】NO.1-2-3 ）........◆*/
#MENU .LIST_1 .LIST_2 .js_3.TAG::before{
	border-top: 7px solid #286400;
	top: 10px;
	}
/*....（ L/▲COLOR【MOVE】NO.1-2-3 / END ）...*/

/*....（ R/▲COLOR【MOVE】NO.1-2-3 ）........◆*/
#MENU .LIST_1 .LIST_2 .js_3.TAG::after{
	border-bottom: 7px solid #286400;
	top: 10px;
	}
/*....（ R/▲COLOR【MOVE】NO.1-2-3 / END ）...*/
/*...［ 2nd ▲COLOR【MOVE】SETTING / END ］..........*/
/*..《 2nd BOTTON SETTING / END 》_______________________*/
/*.【 2nd LIST AREA SETTING / END 】=============================*/


/*.【 3rd LIST AREA SETTING 】=================================■*/
.LIST_3{
	margin-bottom: 1px;
	padding: 0 0 0 15px;
	font-size: 20px;
	line-height: 20px;
	display: block;
	position: relative;
	}
.LIST_3 a{
	height: 40px;
	line-height: 40px;
	}
.LIST_3 a::before{
	content: "■";	
	}
/*..《 3rd LIST COLOR SETTING 》________________________●*/
.LIST_1 .MENU3{
	width: 95%;
	padding: 0;
	border-left: 0.25em solid #B4DC32;
	position: relative;
	left: 5%;
	background: rgba(202,255,200,0.2);
	}
/*..《 3rd LIST COLOR SETTING / END 》___________________*/


/*..《 3rd LIST BORDER COLOR SETTING 》_________________●*/
#MENU .LIST_1 .LIST_3{
	 border-top: 0.15em dotted #D7F582;	
	}
/*..《 3rd LIST BORDER COLOR SETTING / END 》____________*/

/*..《 3rd LIST TEXT COLOR SETTING 》___________________●*/
#MENU .LIST_1 .LIST_3 a{
    color: #28B400;
    }
/*..《 3rd LIST TEXT COLOR SETTING / END 》______________*/
/*.【 3rd LIST AREA SETTING / END 】=============================*/
/*■■■■■■■■■■【 MENU LIST  SETTING / END 】■■■■■■■■■■■*/ 

}
/*=========================================================================================================
DRAWER / END
=========================================================================================================*/