@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoVariable';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.ttf) format("truetype");
}
@font-face {
    font-family: 'BMYEONSUNG';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMYEONSUNG.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'NanumSquare', sans-serif;
    letter-spacing: -1.4px;
	color:#333;
	line-height:1.3;
	padding-top:115px
}





#back-top {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: 670px;
    height: 60px;
    width: 50px;
    cursor: pointer;
    display: none;
    z-index: 3;
    margin-bottom: 80px;
}
#header {
    width: 100%;
    height: 35px;
    background-color: #313131;
	z-index:999;
	position:fixed;
	top:0;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
#header .top_right .ul_info {
display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    color: white;
	height:35px;
		font-size:12px;
}
#header .top_right .ul_info a {
	color:white;
}

#top_logo_wrap {
z-index: 999;
    position: fixed;
    top: 35px;
    background: white;
    width: 100%;
    box-shadow: 0 0 15px #00000040;
}
#top_logo_wrap .container {
    display: flex;
    position: relative;
    height: 80px;
    align-items: center;
    justify-content: space-between;
	z-index: 999;
	padding:0 16px;
}
#top_logo_wrap .fixed_menu {
    position: absolute;
    bottom: -177px;
    right: -157px;
    background: url(/images/common/count_back.png) no-repeat;
    color: white;
    width: 136px;
    height: 177px;
    z-index: -10;
}
#top_logo_wrap .fixed_menu div {
    display: grid;
    text-align: center;
    justify-items: center;
    font-size: 14px;
    gap: 5px;
    padding-top: 13px;
}
#top_logo_wrap .fixed_menu b {
	background: white;
    border-radius: 100px;
    color: #882021;
    font-size: 12px;
	font-weight:bold;
    padding: 5px 10px
}
#top_logo_wrap .fixed_menu span {
    display: flex;
    gap: 7px;
    align-items: center;
}
#top_logo_wrap .top_logo img {
    width: 140px;
    margin-top: 20px;
}
#navi_wrap .navi ul {
	display:flex;
	gap:30px;
}
#navi_wrap .navi ul a{
	font-size:18px;
	font-weight:600;
}
#navi_wrap .navi ul li.oncheck a{
	color:#a83e42;
}







#slide_banner { width:100%; height:410px; text-align:center; margin:0 auto; display:inline-block; }
#slide {	list-style: none outside none; overflow: hidden;  display:block; width:100%; height:410px;  padding: 0px; margin: 0 auto; text-align:center}
#slide li { display:block;  text-align:center; width:100%; margin:0 auto; height: 410px;}
#slide li img{ margin:0 auto; }
#slide-pager { clear:both; list-style-type:none; overflow:hidden;  width:250px; height:20px; padding:0; position:absolute;  left:50%; margin-left:-50px;  top:540px;}
#slide-pager li {	float: left; width:15px; height:15px;  padding-right: 10px; }
#slide-pager li a{ width:100%; height:2px; display:inline-block; vertical-align:middle; border-radius: 50%; font-size:13px; color:#656565; padding-top:13px; letter-spacing:-1px; background-color: #d8d7d7;}
#slide-pager li:last-child { border-right: none; }
#slide-pager li a.usl-current{ text-decoration: none; background-color: #494949; font-size:13px; color:#ffffff;}


.content_wrap {
	padding-top: 100px;
	padding-bottom:100px;
	display:grid;
	gap:20px;
}
.content_wrap .container {
	display:flex;
	gap:20px;
}
.content_wrap .banner {
    background-color: #fdf8f2;
    height: 300px;
    display: flex;
    align-items: center;
	cursor:pointer;
	transition:all 0.3s;
	box-sizing: border-box;
}
.content_wrap .banner .banner_text {
	padding-left:30px;
}
.content_wrap .banner1,
.content_wrap .banner8 {
	width:670px;
}
.content_wrap .banner2,
.content_wrap .banner7 {
	width:410px;
}
.content_wrap .banner1 {
    background-image: url(/images/common/banner1_back.png);
    background-repeat: no-repeat;
    background-position: right 10%;
}
.content_wrap .banner2 {
    background-image: url(/images/common/banner2_back.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
	background-color:#f5f0e4;
}

.content_wrap .banner3 {
    background-image: url(/images/common/banner3_back.png);
    background-repeat: no-repeat;
    background-position: 50%;
	background-color:#ebf5ff;
}
.content_wrap .banner4 {
    background-image: url(/images/common/banner4_back.png);
    background-repeat: no-repeat;
    background-position: 50%;
	background-color:#fff0f0;
}
.content_wrap .banner5 {
    background-image: url(/images/common/banner5_back.png);
    background-repeat: no-repeat;
    background-position: 50%;
	background-color:#f6f4ff;
}
.content_wrap .banner6 {
    background-image: url(/images/common/banner6_back.png);
    background-repeat: no-repeat;
    background-position: 50%;
	background-color:#fbfff1;
}
.content_wrap .banner7 {
    background-image: url(/images/common/banner7_back.png);
    background-repeat: no-repeat;
    background-position: right;
	background-color:#f1efee;
}

.content_wrap .banner8 {
    background-color: #f5efe8;
    justify-content: center;
    padding-left: 0;
    cursor: auto;
}
.content_wrap .banner8 .flex {
	display:flex;
	gap:20px;
}
.content_wrap .banner8 .white_box {
	background: white;
    flex: 1;
    width: 130px;
    height: 130px;
    border-radius: 20px;
    box-shadow: 0 0 10px #00000012;
	cursor:pointer;
	transition:all 0.3s;
}
.content_wrap .banner8 .white_box img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
		transition:all 0.3s;
}
.content_wrap .banner8 .banner_text {
	padding-left:0;
}
.content_wrap .banner8 .main_text {
	text-align:center;
}

.content_wrap .banner1 .color_text {
	color:#ff9c30;
}
.content_wrap .banner2 .color_text {
	color:#a83e42;
}
.content_wrap .banner3 .color_text {
	color:#2b80c9;
}
.content_wrap .banner4 .color_text {
	color:#f5839a;
}
.content_wrap .banner5 .color_text {
	color:#653e97;
}
.content_wrap .banner6 .color_text {
	color:#84ae39;
}
.content_wrap .banner7 .color_text {
	color:#c03e3e;
}



.content_wrap .banner .sub_text {
	font-size:22px;
	font-weight:bold;
	width:auto;
	padding-left:0;
}
.content_wrap .banner .main_text {
	font-size:34px;
	font-family: 'NanumSquareNeoHeavy';
	margin:5px 0 20px;
}
.content_wrap .banner button {
	font-size:18px;
	color:white;
	font-weight:600;
	background:#333;
	border-radius:100px;
	padding:5px 15px 7px;
	transition:all 0.3s;
	font-family: 'NanumSquare', sans-serif;
}

#content02 .banner {
    flex: 1;
    justify-content: center;
    text-align: center;
}
#content02 .banner .banner_text {
	padding-left:0;
}
#content02 .banner .back_text {
    background: #333333;
    color: white;
    font-size: 16px;
    border-radius: 100px;
    display: inline-block;
    padding: 8px 17px 5px;
    margin-bottom: 10px;
    font-family: 'BMYEONSUNG';
    letter-spacing: -0.5px;
}

.content_wrap .banner8 .sub_text {
    font-size: 16px;
    text-align: center;
    margin-top: 2px;
	
}



#footer {
	border-top:1px solid #ccc;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
	padding:30px 0;

}

#footer  ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
}
#footer .info2 {
    margin: 20px 0;
    line-height: 1.6;
    font-size: 13px;
}
#footer .info2 span {
	font-weight:bold;
}
#footer  .copy_mark {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.group_floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.btn_floating {
    display: table;
    width: 80px;
    height: 80px;
    background: #1ec300;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.12);
}
.btn_floating .circle {
    display: table-cell;
    vertical-align: middle;
}
.btn_floating .circle .ico_floating.white {
    background-image: url(//www.kukjagam.co.kr/images/common/sp_ico_floating.png);
    width: 38px;
    height: 38px;
    background-position: 0 0;
}
.btn_floating .circle .ico_floating {
    display: block;
    margin: 0 auto;
}
.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
.balloon {
    position: absolute;
    display: inline-block;
    width: 200px;
}
.balloon.top {
top: -55px;
    right: 0;
}
.balloon span {
    display: block;
    padding: 9px 5px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.balloon.black span {
    background: #35353f;
    border: 1px solid #2b2b33;
    color: #fff;
}
.balloon.top:after {
	position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    right: 24px;
    bottom: -23px;
    border-width: 17px 16px;
}
.balloon.top.black:after {
    border-color: #35353f transparent transparent transparent;
}

.btn_video {
	width: 80px;
    height: 80px;
    background: #2b80c9;
	border-radius:100%;
	margin-top:10px;
	color:white;
	background-image: url(/images/common/video_icon.png);
	background-repeat:no-repeat;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	    background-position: 50% 19%;
	cursor:pointer;
}
.btn_video a {
color: white;
    font-size: 12px;
    margin-top: 28px;
    line-height: 1.2;
}

.btn_kakao {
	width: 80px;
    height: 80px;
    background: #FEE800;
    border-radius: 100%;
    margin-top: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_kakao img {
	width:40px;
	height:40px;
}














/* sub page */
#sub_wrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 8px;
	min-height:720px;
	margin-bottom:20px;
	display:flex;
}
#sub_wrap #sub_content {
    padding-left: 29px;
    margin-bottom: 20px;
    overflow: hidden;
	width:780px;
}

#sub_wrap #sub_aside {
    width: 290px;
    height: auto;
    margin-bottom: 20px;
}

#sub_wrap #sub_aside .left_menu {
	border:1px solid #dbdbdb;
}

#sub_wrap #sub_aside .left_menu li {
	line-height:50px;
	border-bottom:1px solid #dbdbdb;
	padding-left:16px;
}

#sub_wrap #sub_aside .left_menu li a {
	font-size:16px;
}

#sub_wrap #sub_aside .left_menu .mtitle {
	background:#fdf8f2;
	font-weight:900;
	font-size:18px;
}
#sub_wrap #sub_aside .left_menu .mtitle strong {
	font-weight:900;
}
#sub_wrap #sub_aside .left_menu li.mon {
background: #a83e42;
    color: white;
    width: calc(100% + 0px);
    margin-left: -7px;
	box-shadow: 2px 2px 10px #00000047;
	border-bottom:none;
}
#sub_wrap #sub_aside .left_menu li.mon a {
    background: #a83e42;
    color: white;
    font-weight: bold;
}
#sub_wrap #sub_aside .left_menu li:last-child {
	border-bottom:none;
}


#sub_wrap #sub_aside .left_banner_wrap {
    display: grid;
    margin-top: 20px;
    gap: 20px;
}
#sub_wrap #sub_aside .left_banner_wrap .left_banner  {
	border: 1px solid #dbdbdb;
    padding: 16px;
	display:flex;
	align-items: center;
    justify-content: space-between;
}
#sub_wrap #sub_aside .left_banner_wrap .left_banner .banner_title {
	font-weight:900;
	font-size:18px;
	color:#222;
}
#sub_wrap #sub_aside .left_banner_wrap .left_banner .banner_subtitle {
    font-size: 14px;
    margin-top: 5px;
}
#sub_wrap #sub_aside .left_banner_wrap .left_banner img {
	padding-right:15px;
}
#sub_wrap #sub_aside .left_banner_wrap .left_banner .kb_logo {
    padding-right: 5px;
    width: 84px;
}











.sub_main_banner {
	position:relative;

}
.sub_main_banner .main_title_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
	color:white;
}
.sub_main_banner .main_title {
	font-size:40px;
	font-weight:900;
	text-shadow: 3px 4px 5px #0000005e;
}
.sub_main_banner .sub_title {
	font-size:22px;
	margin-top:10px;
	font-weight:bold;
	text-shadow: 3px 4px 5px #0000009e;
}
.sub_main_banner img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}














@media (hover: hover) { /* when supported */
.content_wrap .banner1:hover {
	background-color:#ffead0;
}
.content_wrap .banner1:hover button {
	background:#ff9c30;
}
.content_wrap .banner2:hover {
	background-color:#ffedc3;
}
.content_wrap .banner2:hover button {
	background:#a83e42;
}
.content_wrap .banner3:hover {
	background-color:#cee6ff;
}
.content_wrap .banner4:hover {
	background-color:#ffd7d7;
}
.content_wrap .banner5:hover {
	background-color:#e3ddff;
}
.content_wrap .banner6:hover {
	background-color:#f0ffc9;
}
.content_wrap .banner7:hover {
	background-color:#fbeae1;
}
.content_wrap .banner8 .white_box:hover {
	background:#f9f9f9;
}
.content_wrap .banner8 .white_box:hover img {
	margin-top:5px;
}




}



@media screen and (max-width: 1250px) { 
.content_wrap {
	padding: 80px 16px;
	gap:10px;
}
.content_wrap .container {
	max-width: none;
	width:auto;
}



.content_wrap .banner1, .content_wrap .banner8 {
	width:60%;
}
.content_wrap .banner2, .content_wrap .banner7 {
	width:40%;
}
.content_wrap .banner1 {
        background-size: 70%;
        background-position: center right;
}
.content_wrap .banner2 {
   background-size: 40%;
    background-position: 97% 50%;
}
.content_wrap .container {
	gap:10px;
}
.content_wrap .banner .sub_text {
	font-size: 18px;
        word-break: keep-all;
}
.content_wrap .banner .main_text {
	font-size:28px;
        margin: 3px 0 10px;
}
.content_wrap .banner8 .flex {

    gap: 10px;
}
.content_wrap .banner8 .white_box {
	width:100px;
	height:100px;
}
.content_wrap .banner8 .white_box  .sub_text {
	font-size:14px;
}
.content_wrap .banner8 .white_box img {
	width:60px;
	height:60px;
}
.content_wrap .banner {
	height:270px;
}
.content_wrap .banner7 {
background-size: 40%;
}
#slide_banner {
	height:320px;
}
#slide_banner #slide {
	height:320px !important;
}
#slide li img {
        width: 100%;
        height: 320px;
        object-fit: cover;
}
#slide-pager {
top: 460px;
}






}






@media screen and (max-width: 1199px) {

	#navi_wrap  {
		overflow:auto;
	}
	.navi {
		width:615px;
	}
	#navi_wrap .navi ul {
gap: 16px;
        justify-content: end;
	}
	#navi_wrap .navi ul a {
		font-size:15px;
	}
	#header .top_right .ul_info {
		padding-right:16px;
	}


	.main_slider_section {
		height:400px;
	}



}