@charset "utf-8";

/*-------------------------------------------------------*/
/* Miso-Company Colorset
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

body { font-family: GmarketSansMedium; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#f5f5f5; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
body.is-mobile,
body .wrapper.en { line-height:1.8; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:1; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: "GmarketSansMedium", sans-serif; }
.ko, .ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/*-------------------------------------------------------*/
/* Layout : 레이아웃
/*-------------------------------------------------------*/
.wrapper { position:relative, z-index:0; margin:0 auto; background:#fff;  }
.boxed.wrapper { box-shadow: 0px 0px 6px #999; -moz-box-shadow: 0 0 6px #999; -webkit-box-shadow: 0 0 6px #999; }
.boxed-left.wrapper { margin:0; margin-right:auto !important; }
.boxed-right.wrapper { margin:0; margin-left:auto !important; }
.is-pc .is-page .at-body { min-height:800px; }
.at-container { margin:0 auto; padding:0; }
.boxed.wrapper .at-boxed.at-container { padding:0 30px; }
.wided.wrapper .at-body .at-boxed.at-container.wide-container { padding:0 100px; }

@media all and (min-width:1400px) {
	.at-body .at-container.zone-wided,
	.page-title .at-container.zone-wided { width:100% !important; max-width:100% !important; padding:0 100px; }
}
@media all and (max-width:1400px) {
	.responsive .at-boxed.at-container { padding:0 20px !important; }
}
@media all and (max-width:1024px) {
	.responsive .at-boxed.at-container { padding:0 10px !important; }
}

/* Loader */
.at-loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
.at-loader .loader { color:#ddd; margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/* Layout : IE9 이상 */
.at-zone,
.zone-left, 
.zone-right, 
.zone-center { overflow:hidden; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.at-zone { padding-top:0; padding-bottom:0; }
.zone-left,
.zone-right,
.zone-center { padding-top:30px; padding-bottom:30px; }
.zone-left { padding-right:30px; }
.zone-right { padding-left:30px; }
.zone-left { float:left; }
.zone-left-bg { position:absolute; top:0; left:0; height:100%; }
.zone-right { float:right; }
.zone-right-bg { position:absolute; top:0; right:0; height:100% }
.zone-center { display: inline-block; }
.zone-2dan-left .zone-right,
.zone-2dan-left .zone-right-bg,
.zone-2dan-right .zone-left,
.zone-2dan-right .zone-left-bg { display:none; }
.zone-2dan-left .zone-center { float:right; }
.zone-2dan-right .zone-center { float:left; }
.zone-1dan .zone-left,
.zone-1dan .zone-right { display:none; }
.zone-1dan .zone-center { display:block; width:100%; }
@media all and (max-width:1024px) {
	.responsive .zone-3dan .zone-left { float:left; width:50%; padding-right:15px; }
	.responsive .zone-3dan .zone-right { float:left; width:50%; padding-left:15px; }
	.responsive .zone-3dan .zone-center { display:block; width:100% !important; }
}
@media all and (max-width:767px) {
	.responsive .zone-left,
	.responsive .zone-right { float:none; width:100% !important; padding-left:0 !important; padding-right:0 !important;}
	.responsive .zone-center { display:block; width:100% !important; margin:0; }
}

/* Layout : IE8 이하 */
.at-ie-zone { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.ie-zone { display:table-cell; vertical-align:top; padding-top:30px; padding-bottom:30px; }
.ie-left { padding-right:30px; }
.ie-right { padding-left:30px; }

/*-------------------------------------------------------*/
/* Header : 헤더영역 전체
/*-------------------------------------------------------*/
.at-header { position:absolute; top:0; left:0; width:100%; z-index:30; padding: 20px 0 0 0; }
.header-right-title img { width:100px; }
.m-visual-title { display: none;}
@media all and (max-width:1024px) {
	.at-header { padding: 0 0 0 0; }
	.visual-title { display: none;}
	.m-visual-title { display: block;}
	.header-right-title img { width:80px; }
}
.boxed-left .at-header .at-container { margin:0; margin-right:auto !important; }
.boxed-right .at-header .at-container { margin:0; margin-left:auto !important; }

/*-------------------------------------------------------*/
/* LNB : 최상단 로그인, 회원가입 영역
/*-------------------------------------------------------*/
.at-lnb { font-size:12px; line-height:20px; }
.at-lnb .at-container { padding-top:10px !important; padding-bottom:20px !important; }
.at-lnb ul { list-style: none; margin: 0; padding:0; margin:0 -15px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; margin:0; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0; }
.at-lnb ul > li > a { color: #fff; float:left; }
.at-lnb ul > li > a:hover { color: #fff; }
.is-index .at-lnb .pull-left { display:none; }

@media all and (max-width:1024px) {
	.responsive .at-lnb { display:none !important; visibility:visible; }
}

/*-------------------------------------------------------*/
/* Mobile Header : 모바일 헤더
/*-------------------------------------------------------*/
.m-header { display:none; }
.m-header a { color:#fff; }
.m-header.bg-lightgray a,
.m-header.bg-white a { color:#000; }
.m-header .at-container { padding:0px; }
.m-header .m-header-wrap { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.m-header .m-header-icon, 
.m-header .m-header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .m-header-icon { width:44px; }
.m-header .m-header-icon a { display:block; }
@media all and (max-width:1024px) {
	.responsive .m-header { display:block; }
}

/* 상단고정(sticky) 스타일 */
.nav-fixed { position: fixed; top: 0px; left:0; z-index:101; width:100%; }
.nav-fixed .pc-menu-logo { display:none !important; }
.boxed.wrapper .nav-fixed .at-boxed.at-container { padding:0 !important; }

/*-------------------------------------------------------*/
/* PC Header & Menu Size : PC 헤더 및 메뉴 크기설정
/*-------------------------------------------------------*/

/* 로고 크기  */
/* 중앙로고시 메뉴부분 로고 크기 : 좌우 여백고려하여 로고 너비보다 크게 설정 */
.pc-menu-logo { width:300px; } 

/* 로고시 메뉴 들여쓰기 : 로고 너비 + 간격 만큼 여백설정 */
.is-logo-left .pc-menu { padding-left:0px; } /* 좌측로고일 때, 로고의 width 값만큼 메뉴크기가 줄어든다 */
.is-logo-left .is-sub-mega .sub-1div { padding-left:280px; } /* 좌측로고일 때 메가 서브 좌측 여백 */
.is-logo-center .is-sub-mega .sub-1div { padding-left:50px; } /* 중앙로고일 때 메가 서브 좌측 여백 */

/* PC 메뉴 크기설정 : .header-logo = .pc-menu-zone-cell = .pc-menu-height 의 높이는 일치시킴 */
.pc-menu-layer,
.pc-menu-zone-cell { height:80px; } /* 메뉴 크기 : line-height는 설정하지 않음 */
.pc-menu-height { height: 80px; line-height:80px; } /* 메뉴 크기 : 높이와 동일하게 line-height 설정 */
.pc-menu-icon { width:50px; } /* 홈 및 검색아이콘 크기 */
.pc-menu-all .menu-all-wrap { margin:0 50px; } /* 전체메뉴 좌우공간 */

/* 상단고정(sticky)일 때 기본 크기 */
.nav-fixed .pc-menu-layer,
.nav-fixed .pc-menu-zone-cell { height:50px; }
.nav-fixed .pc-menu-height { height:50px; line-height:50px; }

/* PC 배분 스타일 서브메뉴에서 메뉴수에 따른 1차 서브 크기 : 너비를 %로 조절하고, 중앙에 위치하도록 역마진 추가 */
.is-sub-divide .sub-1div { width:100%; }
.is-sub-divide .is-sub-small .sub-1div { width:150%; margin-left:-25%; } /* 메뉴가 6개 이상일 때 메뉴 크기 키움 */
.nav-fixed .is-sub-divide .sub-1div{ width:100%; } /* 상단고정(sticky) 형태에서 크기 재조정 */
.nav-fixed .is-sub-divide .is-sub-small .sub-1div { width:100%; margin-left:0; }

/*-------------------------------------------------------*/
/* PC Logo : PC 로고
/*-------------------------------------------------------*/
.pc-header { color:#fff; }
.pc-header .at-container { position:relative; }
.pc-header-wrap { position:relative; }
.pc-header-logo { position:fixed; top:40px; left:30px;text-align:center; padding:0; z-index:100; overflow:hidden; }
.pc-header-logo img {
			display:block; width:120px; border: #efefef solid 3px; border-radius: 100px; margin:0 auto;
			/* width: 135px; */
			border: #000000 inset 5px;
			border-radius: 100px;
		}
.is-logo-center .pc-header-logo { left:50%; } /* 중앙 로고 */
.nav-fixed .pc-menu-logo { display:none; }
@media all and (max-width:1600px) {
	.pc-header-logo { position:fixed; top:60px; left:30px;text-align:center; padding:0; z-index:100; overflow:hidden; }
		.pc-header-logo img {
			 width:80px;
		}
}
@media all and (max-width:1450px) {
	.responsive .pc-header { display:none; }
}

/*-------------------------------------------------------*/
/* PC Menu : PC 메뉴
/*-------------------------------------------------------*/

/* 메뉴공통 */
.pc-menu-wrap { position:relative; z-index:1; }
.pc-menu-height { -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.pc-menu-zone { position:relative; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.pc-menu-zone-cell { position:relative; display:table-cell; vertical-align:middle; }
.pc-menu-zone-cell ul { padding:0; margin:0; }
.pc-menu-zone-cell li { margin:0; list-style:none; }
.pc-menu-tbl { position:relative; display:table; table-layout:fixed; width:100%; margin:0; border-collapse: collapse; }
.pc-menu-cell { position:relative; display:table-cell; vertical-align:top; }
.pc-menu-cell .menu-ul { display:table; table-layout:fixed; border-collapse: collapse; padding:0; margin:0; }
.pc-menu-cell .menu-li { display:table-cell; vertical-align:top; text-align:center; }
.pc-menu-layer { position: absolute; width: 100%; left:0; top:0; overflow:hidden; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.nav-fixed .at-boxed.at-container { padding:0; }
.nav-fixed .pc-menu-layer { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }

/* 홈 및 검색 아이콘 */
.pc-menu-icon { text-align:center; }
.pc-menu-icon a { display:block; color:#fff; }
.pc-menu-home .menu-span { font-size:20px; }
.pc-menu-search { font-size:20px; }

/* 주메뉴 위치 */
.is-menu-left .menu-ul { margin-right:auto; }
.is-menu-right .menu-ul { margin-left:auto; }
.is-menu-divide .menu-ul { width:100%; }

/* 주메뉴 스타일 */
.pc-menu .menu-span { display:inline-block; padding:7px 10px; margin:0 10px; line-height:20px; }
.pc-menu-icon .menu-span { display:inline-block; padding:7px 10px; margin:0; line-height:20px; }
.pc-menu .menu-a { font-family: "GmarketSansMedium", sans-serif; color:#fff; display:block; font-weight:bold; font-size: 15px; }
.pc-menu .menu-li:hover .menu-a,
.pc-menu .menu-li.active .menu-a { }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.active .menu-span,
.pc-menu-icon a:hover .menu-span { background:rgba(0,0,0,0.75); border-radius:4px; }
.pc-menu .new,
.pc-menu .sub-1new,
.pc-menu .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }

/* 주메뉴 상단고정(sticky) 스타일 */
.nav-fixed .pc-menu { padding-left:0 !important; }
.nav-fixed .pc-menu .menu-a { color:#000; }
.nav-fixed .pc-menu .menu-span { background:none !important; }
.nav-fixed .pc-menu .menu-li:hover .menu-a,
.nav-fixed .pc-menu .menu-li.active .menu-a { color:#fff; background:orangered; }
.nav-fixed .pc-menu-icon .menu-span { color:#000; }
.nav-fixed .pc-menu-icon a:hover { color:#fff; background: #333; }
.nav-fixed .pc-menu-icon a:hover .menu-span { color:#fff; background: #333; }
.nav-fixed .pc-menu-home.menu-li:hover .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-span { color:#fff; background: #333; }

@media all and (max-width:1024px) {
	.responsive .pc-menu-zone { display:none; }
}

/*-------------------------------------------------------*/
/* PC Float Sub Menu : PC 일반 서브메뉴
/*-------------------------------------------------------*/
.is-sub-float .sub-1da,
.is-sub-float .sub-1line,
.is-sub-float .sub-2da,
.is-sub-float .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-float .sub-1div { text-align:left; position:absolute; z-index:31; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.is-sub-float .sub-1dul,
.is-sub-float .sub-1dli { position:relative; }
.is-sub-float .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-float .sub-1dli.active .sub-1da,
.is-sub-float .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-float .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-float .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }

.is-sub-float .sub-2div { position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-float .sub-2div { left:100%; }
.is-sub-float .sub-2dul,
.is-sub-float .sub-2dli { position:relative; }
.is-sub-float .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-float .sub-2dli.active .sub-2da,
.is-sub-float .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-float .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-float .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-1line a,
.is-sub-float .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* PC Divide Sub Menu : PC 배분 서브메뉴
/*-------------------------------------------------------*/
.is-sub-divide .menu-li { position:relative;  }
.is-sub-divide .sub-1da,
.is-sub-divide .sub-1line,
.is-sub-divide .sub-2da,
.is-sub-divide .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-divide .sub-1div { text-align:left; position:absolute; z-index:31; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.is-sub-divide .sub-1dul,
.is-sub-divide .sub-1dli { position:relative; }
.is-sub-divide .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1dli.active .sub-1da,
.is-sub-divide .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-divide .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-divide .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }

.is-sub-divide .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-divide .sub-2div { left:100%; }
.is-sub-divide .sub-2dul,
.is-sub-divide .sub-2dli { position:relative; }
.is-sub-divide .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-divide .sub-2dli.active .sub-2da,
.is-sub-divide .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-divide .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-divide .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1line a,
.is-sub-divide .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* PC Mega Sub Menu : PC 메가 서브메뉴
/*-------------------------------------------------------*/
.is-sub-mega .mega-sub { margin:0; box-shadow: 0 0 10px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .175); }
.nav-fixed .is-sub-mega .mega-sub { }
.is-sub-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0; }
.is-sub-mega .mega-cell { display:table-cell; vertical-align:top; border-collapse: collapse; text-align:left; }
.is-sub-mega .mega-head-item { position:relative; padding:40px 12px 8px; overflow:hidden; }
.is-sub-mega .mega-head .mega-a { color:#fff; font-size:16px; font-weight:bold; }
.is-sub-mega .mega-head .mega-icon { position:absolute; top:8px; right:10px; color:#fff; font-size:14px; }
.is-sub-mega .mega-menu { background:#fafafa; }
.is-sub-mega .mega-content { border-left:1px solid #eee; padding:12px; background:#fff; }

.is-sub-mega .sub-1div { position: absolute; left:0; width:100%; }
.is-sub-mega .sub-1dul,
.is-sub-mega .sub-1dli { position:relative; background:#fff; }
.is-sub-mega .sub-1da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid rgb(238, 238, 238); }
.is-sub-mega .sub-1dli.active .sub-1da,
.is-sub-mega .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-1line a { position:relative; display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }

.is-sub-mega .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-mega .sub-2dul { }
.is-sub-mega .sub-2dli { }
.is-sub-mega .sub-2da { display:block; color:#333; padding:5px 12px; border-bottom: 1px solid rgb(238, 238, 238); } 
.is-sub-mega .sub-2dli.active .sub-2da,
.is-sub-mega .sub-2dli:hover .sub-2da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-mega .sub-2line a { display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }

/*-------------------------------------------------------*/
/* PC Whole Sub Menu : PC 전체 서브메뉴
/*-------------------------------------------------------*/
.is-sub-whole { position:relative; }
.nav-fixed .is-sub-whole .pc-menu-wrap { position:absolute; width:100%; top:0; left:0; }
.is-sub-whole .menu-ul { position:relative; height:100%;}
.is-sub-whole .menu-li { position:relative; padding:0; height:100%; margin:0; list-style:none; }
.is-sub-whole .sub-1div { display:none; border:1px solid #ddd; border-right:0; background:#fff; text-align:left; padding:5px 0; }
.is-sub-whole .menu-li:last-child .sub-1div { border:1px solid #ddd; }
.is-sub-whole.on .sub-1div { display:block; }
.is-sub-whole .pc-menu-logo .sub-1div { padding:15px; }

.is-sub-whole .sub-1da,
.is-sub-whole .sub-1line,
.is-sub-whole .sub-2da,
.is-sub-whole .sub-2line { display:block; padding:4px 12px; line-height:20px; }
.is-sub-whole .sub-1dul,
.is-sub-whole .sub-1dli { position:relative; }
.is-sub-whole .sub-1da { color:#333; }
.is-sub-whole .sub-1dli.active .sub-1da,
.is-sub-whole .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.is-sub-whole .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; }
.is-sub-whole .sub-1line a { color: #333 !important; }

.is-sub-whole .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-whole .sub-2div { left:100%; }
.is-sub-whole .sub-2dul,
.is-sub-whole .sub-2dli { position:relative; }
.is-sub-whole .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-whole .sub-2dli.active .sub-2da,
.is-sub-whole .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-whole .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-whole .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-whole .sub-2line a { color: #333 !important; }

/*-------------------------------------------------------*/
/* Menu Color : 메뉴수에 따라 번호순으로 클래스 생성
/*-------------------------------------------------------*/
.is-sub-color .menu-0 .sub-1div { border-color: #21a6ed !important; }
.is-sub-color .menu-0 .sub-1dli.active .sub-1da,
.is-sub-color .menu-0 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-0 .sub-2dli.active .sub-2da,
.is-sub-color .menu-0 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-0 .mega-head, 
.nav-fixed .menu-0.menu-li:hover .menu-a,
.nav-fixed .menu-0.menu-li.active .menu-a { background: #21a6ed !important; border-color: #21a6ed !important; }

.is-sub-color .menu-1 .sub-1div { border-color: #eb5451 !important; }
.is-sub-color .menu-1 .sub-1dli.active .sub-1da,
.is-sub-color .menu-1 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-1 .sub-2dli.active .sub-2da,
.is-sub-color .menu-1 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-1 .mega-head, 
.nav-fixed .menu-1.menu-li:hover .menu-a,
.nav-fixed .menu-1.menu-li.active .menu-a { background: #eb5451 !important; border-color: #eb5451 !important; }

.is-sub-color .menu-2 .sub-1div { border-color: #756fad !important; }
.is-sub-color .menu-2 .sub-1dli.active .sub-1da,
.is-sub-color .menu-2 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-2 .sub-2dli.active .sub-2da,
.is-sub-color .menu-2 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-2 .mega-head, 
.nav-fixed .menu-2.menu-li:hover .menu-a,
.nav-fixed .menu-2.menu-li.active .menu-a { background: #756fad !important; border-color: #756fad !important; }

.is-sub-color .menu-3 .sub-1div { border-color: #12cebd !important; }
.is-sub-color .menu-3 .sub-1dli.active .sub-1da,
.is-sub-color .menu-3 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-3 .sub-2dli.active .sub-2da,
.is-sub-color .menu-3 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-3 .mega-head, 
.nav-fixed .menu-3.menu-li:hover .menu-a,
.nav-fixed .menu-3.menu-li.active .menu-a { background: #12cebd !important; border-color: #12cebd !important; }

.is-sub-color .menu-4 .sub-1div { border-color: #4c6187 !important; }
.is-sub-color .menu-4 .sub-1dli.active .sub-1da,
.is-sub-color .menu-4 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-4 .sub-2dli.active .sub-2da,
.is-sub-color .menu-4 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-4 .mega-head, 
.nav-fixed .menu-4.menu-li:hover .menu-a,
.nav-fixed .menu-4.menu-li.active .menu-a { background: #4c6187 !important; border-color: #4c6187 !important; }

.is-sub-color .menu-5 .sub-1div { border-color: #4c515b !important; }
.is-sub-color .menu-5 .sub-1dli.active .sub-1da,
.is-sub-color .menu-5 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-5 .sub-2dli.active .sub-2da,
.is-sub-color .menu-5 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-5 .mega-head, 
.nav-fixed .menu-5.menu-li:hover .menu-a,
.nav-fixed .menu-5.menu-li.active .menu-a { background: #4c515b !important; border-color: #4c515b !important; }

.is-sub-color .menu-6 .sub-1div { border-color: #0092e0 !important; }
.is-sub-color .menu-6 .sub-1dli.active .sub-1da,
.is-sub-color .menu-6 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-6 .sub-2dli.active .sub-2da,
.is-sub-color .menu-6 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-6 .mega-head, 
.nav-fixed .menu-6.menu-li:hover .menu-a,
.nav-fixed .menu-6.menu-li.active .menu-a { background: #0092e0 !important; border-color: #0092e0 !important; }

.is-sub-color .menu-7 .sub-1div { border-color: #d82c29 !important; }
.is-sub-color .menu-7 .sub-1dli.active .sub-1da,
.is-sub-color .menu-7 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-7 .sub-2dli.active .sub-2da,
.is-sub-color .menu-7 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-7 .mega-head, 
.nav-fixed .menu-7.menu-li:hover .menu-a,
.nav-fixed .menu-7.menu-li.active .menu-a { background: #d82c29 !important; border-color: #d82c29 !important; }

.is-sub-color .menu-8 .sub-1div { border-color: #5d588f !important; }
.is-sub-color .menu-8 .sub-1dli.active .sub-1da,
.is-sub-color .menu-8 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-8 .sub-2dli.active .sub-2da,
.is-sub-color .menu-8 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-8 .mega-head, 
.nav-fixed .menu-8.menu-li:hover .menu-a,
.nav-fixed .menu-8.menu-li.active .menu-a { background: #5d588f !important; border-color: #5d588f !important; }

.is-sub-color .menu-9 .sub-1div { border-color: #71757e !important; }
.is-sub-color .menu-9 .sub-1dli.active .sub-1da,
.is-sub-color .menu-9 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-9 .sub-2dli.active .sub-2da,
.is-sub-color .menu-9 .sub-2dli:hover .sub-2da, 
.is-sub-mega .menu-9 .mega-head, 
.nav-fixed .menu-9.menu-li:hover .menu-a,
.nav-fixed .menu-9.menu-li.active .menu-a { background: #71757e !important; border-color: #71757e !important; }

/*-------------------------------------------------------*/
/* Mobile Menu : 모바일 메뉴
/*-------------------------------------------------------*/
.m-menu { display:none; overflow:hidden; position:relative; z-index:30; }
.m-menu .m-wrap { }
.m-menu .m-table { border:0 solid #000; border-left:0; border-right:0; background: rgba(0,0,0,0.5); display:table; table-layout:fixed; width:100%; margin:0; min-width:300px; border-collapse: collapse; }
.m-menu .m-table a { color:#fff; }
.m-menu .m-icon, 
.m-menu .m-list { border-right:0 solid #000; display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon.last { border-right:0 }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0 10px; }
.m-menu .m-nav ul { list-style: none; margin:0; padding:0; }
.m-menu .m-nav ul li { display:table-cell; padding: 0 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { font-size:15px; height:44px; line-height:44px; padding:0 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0; }
.m-menu .m-nav-sub ul li { display:table-cell; padding:0 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li a { color: #fff; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
.m-menu .new,
.m-menu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
@media all and (max-width:1024px) {
	.responsive .m-menu { display:block; }
}

/* 상단고정시 */
.nav-fixed .m-menu { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.nav-fixed .m-menu .m-table { background: #fff; border:0px; }
.nav-fixed .m-menu .m-table a { color:#333; }
.nav-fixed .m-menu .m-icon, 
.nav-fixed .m-menu .m-list { border-right:1px solid #ddd; }
.nav-fixed .m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; }
.nav-fixed .m-menu .m-nav-sub ul li a { color: #333; }

/*-------------------------------------------------------*/
/* PC All Menu : PC 전체 메뉴
/*-------------------------------------------------------*/
/* .wided .pc-menu-all.at-container { max-width:100% !important; } */
.pc-menu-all { position:relative; z-index:20; }
.pc-menu-all .at-container { position:relative; }
.pc-menu-all #menu-all { position:absolute; width:100%; top:0; z-index:10; }
.pc-menu-all .menu-all-wrap { padding:20px; border:1px solid #ddd; background:#fafafa; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu-all .table { margin-bottom:0 !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0; }
.pc-menu-all .menu-a { display:block; color:#333; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on { border-top:1px solid #333; }
.pc-menu-all .table td.on .menu-a { color:#fff; background:#333; }
.pc-menu-all .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu-all .sub-1div { padding:8px 0; position:relative; }
.pc-menu-all .sub-1dul { list-style:none; padding:0; margin:0; }
.pc-menu-all .sub-1dli { position:relative; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; }
.pc-menu-all .sub-2div { left:80%; top:0; background: #fff; position:absolute; z-index:21; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu-all .sub-2dul { padding:0; margin:0;}
.pc-menu-all .sub-2dli { list-style:none; }
.pc-menu-all .sub-2da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid #eee; } 
.pc-menu-all .sub-2dli.on .sub-2da,
.pc-menu-all .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #333; border-bottom: 1px solid #333; }
.pc-menu-all .sub-2new { color: rgb(140, 195, 70);}
.pc-menu-all .sub-2line { display:block; color:#333; padding:6px 12px; font-weight:bold; background:#fafafa; border-bottom: 1px solid #eee; }
.pc-menu-all .sub-1line a,
.pc-menu-all .sub-2line a { color: #333 !important; }
.pc-menu-all .sub-1line { display:block; color:#333; padding:6px 12px; margin:4px 0; font-weight:bold; background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pc-menu-all .new,
.pc-menu-all .sub-1new,
.pc-menu-all .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu-all .table-responsive { position:relative; }
.pc-menu-all .menu-all-btn { position:absolute; bottom:0; right:0; z-index:1; }

@media all and (max-width:1024px) {
	.responsive .pc-menu-all { display:none; }
}

/*-------------------------------------------------------*/
/* Page Title : 페이지 타이틀 및 설명글
/*-------------------------------------------------------*/
.page-title { position:relative; margin-bottom:-1px; background:#333; }
.page-title .at-container { border:0 !important; background: none !important; }
.page-title .title { height:340px; padding:140px 0 30px; }
.page-title .title h2 { position:relative; color:#fff; font-size:30px; letter-spacing:-1px; padding:0; margin:0; margin-bottom:15px; }
.page-title .title hr { display:inline-block; width: 80px; height: 3px; margin:0 0 10px; border: none; line-height:1; }
.page-title .title p { color:#fff; padding:0; margin:0; font-size:16px; }
@media all and (max-width:767px) {
	.responsive .page-title .title { height:320px; padding:140px 0 20px; }
	.responsive .page-title .title h2 { font-size:26px; letter-spacing:0; margin-bottom:12px; }
	.responsive .page-title .title hr { margin:0 0 8px;}
	.responsive .page-title .title p { font-size:15px; }
}
@media all and (max-width:480px) {
	.responsive .page-title .title { height:220px; padding:140px 0 15px; }
	.responsive .page-title .title h2 { font-size:22px; letter-spacing:0; margin-bottom:0; }
	.responsive .page-title .title hr,
	.responsive .page-title .title p { display:none; }
}

/* Sub Title */
h4.h4 { font-size:15px; line-height:1.4; padding:0; margin:0; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { position:relative; height:3px; margin:5px 0 10px; border: none; line-height:1px; }
hr.hr::after { width:45px; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }

/*-------------------------------------------------------*/
/* Page Side Menu : 페이지 사이드메뉴
/*-------------------------------------------------------*/

.page-sidemenu { padding:0; }
.page-sidemenu a { display:block; }
.page-sidemenu .psm-head { display:block; border:0; text-align:center; padding:20px 10px; font-size:20px; color:#fff; letter-spacing:-1px; }
.page-sidemenu .psm-head a i { margin-right:4px; }
.page-sidemenu .psm-body { border:1px solid #ddd; border-top:0; }
.page-sidemenu .psm-sub1 { padding:0; border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub1:last-child { border-bottom:0; }
.page-sidemenu .psm-sub1 a { display:block; padding: 7px 10px; color:#000 !important; }
.page-sidemenu .psm-sub1 a:hover,
.page-sidemenu .psm-sub1.on > a { font-weight:bold !important; background-color:#fafafa; }
.page-sidemenu .psm-sub1 > a.no-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.page-sidemenu .psm-sub1 > a.is-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "+"; }
.page-sidemenu .psm-sub2 { padding:0; margin:0; list-style:none; background-color: #fff; }
.page-sidemenu .psm-sub2 li { border-bottom:1px solid #eee; }
.page-sidemenu .psm-sub2 li:last-child { border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub2 li a { display:block; padding:6px 20px; padding-right:10px; }
.page-sidemenu .psm-sub2 li a:hover,
.page-sidemenu .psm-sub2 li.on a { font-weight:bold !important; color:#000 !important; }
.page-sidemenu .psm-line { font-weight:bold; padding:10px; background:#f1f1f1; border-bottom:1px solid #ddd; font-size:14px; }
.page-sidemenu .new,
.page-sidemenu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }

/*-------------------------------------------------------*/
/* Footer : 사이트 하단 영역
/*-------------------------------------------------------*/
.en .at-footer { font-size:12px; }
.at-footer { color:#aaa; background:#333; padding:30px 0 40px; }
.at-footer .logo-bottom { display:block; max-height:120px; padding-right:15px; }
.at-footer .at-links { margin-bottom:20px; }
.at-footer .at-links ul { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-links ul > li { float: left; padding: 0 15px; }
.at-footer .at-links ul > li::after { float: right; color:#888; content: "|"; margin-right:-16px; font-size:11px; }
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #ddd; }
.at-footer .at-links ul > li > a:hover { color: #fff; }

.at-footer .at-copyright { margin-top:10px; }
.at-footer .at-copyright span { }
.at-footer .at-about { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-about > li { float: left; padding: 0 15px; }
.at-footer .at-about > li > a { color: #aaa; }
.at-footer .at-about > li > a:hover { color: #fff; }
@media all and (max-width:1024px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}
@media all and (max-width:767px) {
	.responsive .at-footer { padding:20px 0; }
}

/*-------------------------------------------------------*/
/* Go Top & Bottom Button : 상단/하단 이동버튼
/*-------------------------------------------------------*/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 30px; z-index: 30; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 767px) {
	.at-go .go-btn { bottom:0; right:5px; }
}

/*-------------------------------------------------------*/
/* Bootstrap3 : 부트스트랩 기본속성
/*-------------------------------------------------------*/
/* Button */
.btn { font-family: "GmarketSansMedium", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:GmarketSansMedium, sans-serif; }
.btn-group.btn-group-justified a { border-left-width:0px; }
.btn-group.btn-group-justified a:first-child { border-left-width:1px; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0; }
.panel-group .panel { border-radius: 0; }
.panel .panel-heading { border-radius: 0; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "GmarketSansMedium", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "GmarketSansMedium", sans-serif; margin: 0 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "GmarketSansMedium", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
/* .form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; } */

/*-------------------------------------------------------*/
/* Thema Color : 10개
/*-------------------------------------------------------*/
.white a { color:#fff; }
.bg-0,
.hover-0:hover, 
.box-blue { background-color:#21a6ed; border-color:#21a6ed; color:#fff; }
.bg-1,
.hover-1:hover, 
.box-red { background-color:#eb5451; border-color:#eb5451; color:#fff; }
.bg-2,
.hover-2:hover, 
.box-violet { background-color:#756fad; border-color:#756fad; color:#fff; }
.bg-3,
.hover-3:hover, 
.box-mint { background-color:#12cebd; border-color:#12cebd; color:#fff; }
.bg-4,
.hover-4:hover, 
.box-navy {	background-color:#4c6187; border-color:#4c6187; color:#fff; }
.bg-5,
.hover-5:hover, 
.box-deepgray { background-color:#4c515b; border-color:#4c515b; color:#fff; }
.bg-6,
.hover-6:hover, 
.box-deepblue {	background-color:#0092e0; border-color:#0092e0; color:#fff; }
.bg-7,
.hover-7:hover, 
.box-deepred { background-color:#d82c29; border-color:#d82c29; color:#fff; }
.bg-8,
.hover-8:hover, 
.box-deepviolet { background-color:#5d588f; border-color:#5d588f; color:#fff; }
.bg-9,
.hover-9:hover, 
.box-gray { background-color:#71757e; border-color:#71757e; color:#fff; }
.bg-10,
.hover-10:hover, 
.box-red { background-color:#811F16; border-color:#000000; color:#fff; }

/* Padding Classes */
.p-0 { padding: 0 !important; }
.p-1 { padding: 5px !important; }
.p-2 { padding: 10px !important; }
.p-3 { padding: 15px !important; }
.p-4 { padding: 20px !important; }
.p-5 { padding: 30px !important; }

.pt-1 { padding-top: 5px !important; }
.pt-2 { padding-top: 10px !important; }
.pt-3 { padding-top: 15px !important; }
.pt-4 { padding-top: 20px !important; }
.pt-5 { padding-top: 30px !important; }
.pb-1 { padding-bottom: 5px !important; }
.pb-2 { padding-bottom: 10px !important; }
.pb-3 { padding-bottom: 15px !important; }
.pb-4 { padding-bottom: 20px !important; }
.pb-5 { padding-bottom: 30px !important; }

.ps-0, .pl-0 { padding-left: 0 !important; }
.ps-1, .pl-1 { padding-left: 0.25rem !important; }
.ps-2, .pl-2 { padding-left: 0.5rem !important; }
.ps-3, .pl-3 { padding-left: 1rem !important; }
.ps-4, .pl-4 { padding-left: 1.5rem !important; }
.ps-5, .pl-5 { padding-left: 3rem !important; }
.ps-6, .pl-5 { padding-left: 4.5rem !important; }

.pe-0, .pr-0 { padding-right: 0 !important; }
.pe-1, .pr-1 { padding-right: 0.25rem !important; }
.pe-2, .pr-2 { padding-right: 0.5rem !important; }
.pe-3, .pr-3 { padding-right: 1rem !important; }
.pe-4, .pr-4 { padding-right: 1.5rem !important; }
.pe-5, .pr-5 { padding-right: 3rem !important; }

.px-1 { padding-left: 5px !important; padding-right: 5px !important; }
.px-2 { padding-left: 10px !important; padding-right: 10px !important; }
.px-3 { padding-left: 15px !important; padding-right: 15px !important; }
.px-4 { padding-left: 20px !important; padding-right: 20px !important; }
.px-5 { padding-left: 30px !important; padding-right: 30px !important; }

.py-1 { padding-top: 5px !important; padding-bottom: 5px !important; }
.py-2 { padding-top: 10px !important; padding-bottom: 10px !important; }
.py-3 { padding-top: 15px !important; padding-bottom: 15px !important; } 
.py-4 { padding-top: 20px !important; padding-bottom: 20px !important; }
.py-5 { padding-top: 30px !important; padding-bottom: 30px !important; }
.py-6 { padding-top: 40px !important; padding-bottom: 40px !important; }
.py-7 { padding-top: 50px !important; padding-bottom: 50px !important; }
.py-8 { padding-top: 60px !important; padding-bottom: 60px !important; }
.py-9 { padding-top: 70px !important; padding-bottom: 70px !important; }
.py-10 { padding-top: 80px !important; padding-bottom: 80px !important; }

/* Margin Classes */
.m-0 { margin: 0 !important; }
.m-1 { margin: 5px !important; }
.m-2 { margin: 10px !important; }
.m-3 { margin: 15px !important; }
.m-4 { margin: 20px !important; }
.m-5 { margin: 30px !important; }
.m-6 { margin: 40px !important; }
.m-7 { margin: 50px !important; }

.mt-1 { margin-top: 5px !important; }
.mt-2 { margin-top: 10px !important; }
.mt-3 { margin-top: 15px !important; }
.mt-4 { margin-top: 20px !important; }
.mt-5 { margin-top: 30px !important; }
.mt-6 { margin-top: 40px !important; }
.mt-7 { margin-top: 50px !important; }
.mt-8 { margin-top: 60px !important; }
.mb-1 { margin-bottom: 5px !important; }
.mb-2 { margin-bottom: 10px !important; }
.mb-3 { margin-bottom: 15px !important; }
.mb-4 { margin-bottom: 20px !important; }
.mb-5 { margin-bottom: 30px !important; }

.ms-0, .ml-0 { margin-left: 0 !important; }
.ms-1, .ml-1 { margin-left: 0.25rem !important; }
.ms-2, .ml-2 { margin-left: 0.5rem !important; }
.ms-3, .ml-3 { margin-left: 1rem !important; }
.ms-4, .ml-4 { margin-left: 1.5rem !important; }
.ms-5, .ml-5 { margin-left: 3rem !important; }

.me-0, .mr-0 { margin-right: 0 !important; }
.me-1, .mr-1 { margin-right: 0.25rem !important; }
.me-2, .mr-2 { margin-right: 0.5rem !important; }
.me-3, .mr-3 { margin-right: 1rem !important; }
.me-4, .mr-4 { margin-right: 1.5rem !important; }
.me-5, .mr-5 { margin-right: 3rem !important; }
.me-6, .mr-6 { margin-right: 4rem !important; }
.me-7, .mr-6 { margin-right: 5rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.my-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
.my-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }

/* Border Radius Utilities */
.rounded { border-radius: 0.25rem !important; } /* 기본 */
.rounded-sm { border-radius: 0.125rem !important; } /* 작은 */
.rounded-lg { border-radius: 0.5rem !important; } /* 큰 */
.rounded-xl { border-radius: 1rem !important; } /* 큰 */
.rounded-xxl { border-radius: 1.5rem !important; } /* 큰 */
.rounded-xxxl { border-radius: 3rem !important; } /* 큰 */
.rounded-xxxxl { border-radius: 100% !important; } /* 큰 */
.rounded-circle { border-radius: 50% !important; } /* 원형 */
.rounded-0 { border-radius: 0 !important; } /* 없음 */


/* Display Utilities */
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-none { display: none !important; }

/* Text Alignment Utilities */
.text-start { text-align: left !important; }
.text-center { text-align: center !important; }
.text-end { text-align: right !important; }

/* Position Utilities */
.position-static { position: static !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: sticky !important; }

/* Float Utilities */
.float-start { float: left !important; }
.float-end { float: right !important; }
.float-none { float: none !important; }

/* Overflow Utilities */
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-scroll { overflow: scroll !important; }ㅋ

.cursor-pointer { cursor: pointer; } /* 클릭 가능한 요소 */
.cursor-default { cursor: default; } /* 기본 커서 */
.cursor-text { cursor: text; } /* 텍스트 입력 */
.cursor-wait { cursor: wait; } /* 로딩 중 */
.cursor-move { cursor: move; } /* 이동 가능 */
.cursor-help { cursor: help; } /* 도움말 */
.cursor-not-allowed { cursor: not-allowed; } /* 사용 불가능 */
.cursor-crosshair { cursor: crosshair; } /* 십자선 */
.cursor-progress { cursor: progress; } /* 진행 중 */
.cursor-resize { cursor: e-resize; } /* 크기 조절 */


    /* 공통 제목 스타일 */
    .section-title {
        font-weight: bold;
        font-size: 22px;
        /* 기본 제목 크기 */
        padding: 16px;
        margin-bottom: 16px;
        display: flex;
        /* Flexbox 사용 */
        align-items: flex-start;
        /* 아이콘과 텍스트 정렬 */
        gap: 10px;
        /* 아이콘과 텍스트 사이 간격 */
        word-wrap: break-word !important;
        /* 긴 단어가 있을 때 자동 줄바꿈 */
        overflow-wrap: break-word !important;
        /* 줄바꿈이 필요한 경우 단어 단위로 적용 */
        white-space: normal !important;
        /* 줄바꿈 가능하도록 설정 */
    }

    /* 주요 강조 제목 */
    .section-title-primary {
        background-color: #1e3a8a;
        /* 네이비 */
        color: #ffffff;
    }

    /* 일반 제목 */
    .section-title-secondary {
        background-color: #f8f9fa;
        /* 연한 회색 */
        color: #212529;
        /* 어두운 글자 */
        border-left: 5px solid #1e3a8a;
        /* 네이비 포인트 */
    }

    /* 중간 강조 제목 */
    .section-title-warning {
        background-color: #fffae5;
        /* 연한 노란색 */
        color: #b58900;
        /* 진한 노란색 */
        border-left: 5px solid #ffcc00;
    }