@charset "euc-kr";
/*** font-family:'NanumBarunGothic' , 'Noto Sans KR' ***/
@import url('/codefont/fonts.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* line-height ¸¦ ÁÖÁö¸¶¼¼¿ä */
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

body, td, th, input, form, textarea, pre, select, p {
	font-family:inherit;
	font-size: inherit;
	color:inherit;
	padding: 0px;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #989898;
	scrollbar-highlight-color: #989898;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #989898;
}
body {
	margin:0;
	padding:0;
	line-height:1.3;
	font-family: 'Nanum Square', 'NanumSquare', 'Noto Sans KR', gulim, dotum;
	font-size:18px;
	color: #000000;
}
@media (max-device-width:1199px) {
body {
	font-family: 'Noto Sans KR', gulim, dotum;
	font-size:16px;
}
}
@media (max-device-width:767px) {
body {
	font-size:14px;
}
}

ul, li {
	list-style: none;
	line-height:100%;
}

.form {
	box-sizing:border-box;
	height: 32px;
	border:1px solid #ddd;
	background-color: #fff;
}

a img, fieldset {
	border: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #4a588a;
}

input, select, button {
	vertical-align:middle;
}
input::placeholder {
 	color: #abb4bd;
}

input::-webkit-input-placeholder {
 	color: #abb4bd;
}

input:-ms-input-placeholder {
 	color: #abb4bd;
}

/*input, textarea{background:transparent;border:1px solid #a79b8f;}*/

/*-- input[type="file"] STYLE --*/
.file_style1 {
	width:100%;
	background-color:#fff;
	border:1px solid #000000;
	border-radius:3rem;
}
.file_style1 input[type=file]::file-selector-button {
	width: 120px;
	height: 32px;
	color:#ffffff;
	background: #858585;
	border: 1px solid #858585;
	border-radius: 3rem;
	cursor: pointer;
}
.file_style1 input[type=file]::file-selector-button:hover {
	color: #fff;
	background:#0462ef;
	border-color:#0462ef;
}
@media (max-device-width:539px) {
.file_style1 input[type=file]::file-selector-button {
	width:78px;
	height:29px;
	font-size:13px;
}
}

.file-upload {
	width: 120px;
	height: 32px;
	color:#ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 3rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.file-upload :hover {
    color: #000000;
	background-color: #ffffff;
}
#file-input {
  display: none;
}
/*--END-- input[type="file"] STYLE --*/


p {margin: 0px;}

img, table {
	border: 0px;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
img {
	width:auto;
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}


/*-- Button --*/
button {
	font-family: 'Noto Sans KR', gulim, dotum, sans-serif;
	box-shadow:none;
	outline: 0;
}
button:focus {
	outline:none;
}

.button-group {
	clear: both;
	margin:30px auto;
	text-align:center;
}
.button-row {
	display:flex;
	flex-wrap:wrap;
}
.button-align-side {
	justify-content: space-between;
}
.button-align-center {
	justify-content: center;
}
.button-align-left {
	justify-content:start;
}
.button-align-right {
	justify-content:end;
}
.button-col {
	flex:0 0 auto;
	margin-top:4px;
	margin-bottom:4px;
}
.button-col + .button-col {
	margin-left:12px;
}

.btnL, .btnM, .btnS {
	display:inline-block;
	vertical-align:middle;
	line-height:1.1;
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #000000;
	border-radius:3rem;
	cursor:pointer;
}
.btnS {
	padding:8px 15px;
	font-size:17px;
	font-weight:600;
}
.btnM {
	padding:12px 25px;
	font-size:20px;
	font-weight:700;
}
.btnL {
	padding:15px 45px;
	font-family:inherit;
	font-size:32px;
	font-weight:800;
}
.btn-success {
	color:#ffffff;
	background-color:#0e181c;
	border-color:#0e181c;
}
.btn-success:hover {
	background-color:#363a3b;
	border-color:#363a3b;
}
@media (max-device-width:1079px) {
.btnL {
	font-size:28px;
}
}
@media (max-device-width:1023px) {
.btnS {
	font-size:16px;
}
.btnM {
	font-size:18px;
}
.btnL {
	padding-top:12px;
	padding-bottom:12px;
	font-size:24px;
}
}
@media (max-device-width:539px) {
.btnS {
	padding:8px;
	font-size:13px;
}
.btnM {
	padding:9px 15px;
	font-size:16px;
}
.btnL {
	padding:10px 25px;
	font-size:20px;
}
}
/*--End-- Button --*/

b {letter-spacing: -1px;}

.b {font-weight: bold;}

.fc01 {
	color: #FF0000;
}
.fc02 {
	color: #1163af;
	font-weight: bold;
}
.fc03 {
	color: #848484;
}
.fc04 {
	color: #000000;
}
.pd5 {
	padding: 5px;
}
.clear {
	clear: both;
}
.ssf {
	font-size: 11px;
}

.main {
	width: 1194px;
	padding-right:106px;
	margin: 0 auto;/*auto¸¦ ¾µ °æ¿ì top°ú bottomÀº 0*/
	/*ie¿¡¼­´Â ¾È¸ÔÀ¸¹Ç·Î À§¿¡¼­ text-align: center¸¦ ÁØ´Ù*/
	text-align: left;
	position: relative;
	background: #FFFFFF;
}
.top {
	width:1194px;
	padding-top: 10px;
}
.siteinfo {
	float: left;
}
.topbt {
	float: right;
}
.topbt li {
	float: left;
}
.topbt li img {
	vertical-align: top;
}
.topcada {
	float: right
}
.topb {
	width:100%;
	background: url(/img/top_bg.gif) repeat-x;
	margin-top: 5px;
}
.topm_bg {
	background: url(/img/topm_bg.gif) no-repeat;
	width: 693px;
	height: 200px;
	padding: 9px;
}
.topm_capbg {
	background: url(/img/topm_cap_bg.gif) no-repeat;
	width: 693px;
	height: 157px;
	padding: 9px;
}
.topm_fuebg {
	background: url(/img/topm_fue_bg.gif) no-repeat;
	width: 693px;
	height: 157px;
	padding: 9px;
}
.tmt01 {
	padding-bottom: 5px;
}
.tmm {
	width: 662px;
	padding-bottom: 5px;
}
.tmm li {
	float: left;
	background: url(/img/top_menu_line.gif) no-repeat right;
	padding-right: 8px;
}
.tmm li.end {
	background: none;
	padding-right: 0px;
}
.tmt {
	width: 662px;
	padding-bottom: 5px;
}
.tmt li {
	float: left;
	padding-right: 8px;
}
.qm_vp li {
	padding-top: 5px;
}
.qm_bt img {
	vertical-align: top;
}
.qm_bt {
	margin-top: 10px;
}

/***** LNB MENU *****/
#LNB {
	float:left;
	width:207px;
	margin:0px 10px 0px 1px;
	vertical-align:top;
}
.leftmenu {
	width: 158px;
	height: 603px;
}
.leftmenu img {
	vertical-align: top;
}
.leftmenu_t {
	float: left;
}
.leftmenu_c {
	float: left;
	width: 158px;
	height: 587px;
	padding: 8px;
}
.m01bg {
	background: url(/img/lm_all_bg.gif) no-repeat;
}
.m02bg {
	background: url(/img/lm_all_bg02.gif) no-repeat;
}
.m03bg {
	background: #87a66b;
}
.m04bg {
	background: url(/img/lm_all_bg.gif) no-repeat;
}
.m05bg {
	background: #7ca7ba;
}
.m06bg {
	background: #a6c455;
}
.m07bg {
	background: #ff8943;
}
.leftmenu_c ul {
	width: 150px;
}
.lmtitle {
}
.lmtitle2 {
	padding-top: 5px;
}
.limenuend {
	padding-bottom: 5px;
}
.m01bg .lmtitle2 {
	border-top: 1px solid #dbdbdb;
}
.m02bg .lmtitle2 {
	margin-top: 5px;
	border-top: 1px solid #b8ad92;
}
.m03bg .lmtitle2 {
	margin-top: 5px;
	border-top: 1px solid #abc198;
}
.m04bg .lmtitle2 {
	margin-top: 5px;
	border-top: 1px solid #92a2d1;
}
.m05bg .lmtitle2 {
	margin-top: 5px;
	border-top: 1px solid #a4c2cf;
}
.m06bg .lmtitle2 {
	margin-top: 5px;
	border-top: 1px solid #c1d688;
}
.m07bg .lmtitle2 {
	margin-top: 5px;
	border-top: 1px solid #ffad7c;
}
.lmsmenu {
	padding-top: 3px;
}
.lmsmenu2 {
	padding-top: 3px;
}
.m02bg .lmsmenu li {
	float: left;
	padding-right: 8px;
	background: url(/img/lm_acc_line.gif) no-repeat right;
}
.m03bg .lmsmenu li {
	float: left;
	padding-right: 8px;
	background: url(/img/lm_acc_line.gif) no-repeat right;
}
.m04bg .lmsmenu li {
	float: left;
	padding-right: 8px;
	background: url(/img/lm_fos_line.gif) no-repeat right;
}
.m05bg .lmsmenu li {
	float: left;
	padding-right: 8px;
	background: url(/img/lm_cap_line.gif) no-repeat right;
}
.m06bg .lmsmenu li {
	float: left;
	padding-right: 8px;
	background: url(/img/lm_fue_line.gif) no-repeat right;
}
.m02bg .lmsmenu li.end {
	background: none;
}
.m03bg .lmsmenu li.end {
	background: none;
}
.m04bg .lmsmenu li.end {
	background: none;
}
.m05bg .lmsmenu li.end {
	background: none;
}
.m06bg .lmsmenu li.end {
	background: none;
}
/***** LNB MENU END *****/

.bn_em {
	width:775px;
	height: 265px;
	margin-top: 9px;
	background: #e4e4e4;
	clear:both;
}
.bn_em ul {
	display:inline-block;
	margin:7px 2px 2px 7px;
	padding:0px;
}
.bn_em li {
	float:left;
	background-color:#fff;
	margin:0px 3px 3px 0px;
	width:106px;
	height:28px;
	text-align:center;
	line-height:28px;
	border-radius:2px 2px;
	-moz-border-radius:2px 2px;
	-ms-border-radius:2px 2px;
	-o-border-radius:2px 2px;
	-webkit-border-radius:2px 2px;
}
.bn_em li img {
	vertical-align: top;
}
.bn_em li a {
	line-height:28px !important;
	font:13px 'Noto Sans KR', gulim, dotum;
	font-weight:400;
	color:#000;
}
.bn_em li a:hover {
	color:#2853b5;
}

.notice {
	clear:both;
	background: url(/img/bg_notice.gif) no-repeat;
	width: 189px;
	height: 128px;
}
.notice ul {
	padding-top: 25px;
}
.md {
	clear:both;
	margin-top: 14px;
}
.hot {
	clear:both;
	margin-top:13px;
	background: url(/img/bg_hot.gif) no-repeat;
	width: 189px;
	height: 241px;
}
.hot ul {
	width: 169px;
	padding-top: 10px;
}
.hot ul li {
	float: left;
	text-align: center;
	line-height: 15px;
	width: 84px;
	padding-bottom:5px;
}
.hot ul li img {
	margin-bottom: 4px;
}
.bncenter {
	margin-top: 10px;
}
.us {
	clear:both;
	width:1161px;
	padding-left: 33px;
}
.mainpd_box {
	border: 3px solid #000000;
	height: 3600px;
	background: url(/img/uni_bg.gif) repeat-x;
}
.mainpd_box2 {
	border: 3px solid #000000;
	height: 1130px;
}
.mainpd_box li {
	float: left;
}
.mainpd_box2 li {
	float: left;
}

.mainpd_list {
	clear:both;
	display: inline-block;
	width: 100%;
}
.mainpd_list ul {
	list-style: none;
	margin:0;
	padding:0;
}
.mainpd_list li {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	height: 400px;
	margin-bottom: 18px;
	padding: 5px;
	text-align: center;
	line-height:1.4;
	font-family:'Noto Sans KR', gulim, dotum;
	font-size:13px;
}

.mainpd_list2 li {
	float: left;
	width: 175px;
	height: 250px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 15px;
	font-family:'Noto Sans KR', gulim, dotum;
	font-size:13px;
}
.plist_img {
	display:block;
	width:100%;
}
.plist_img > * {
	display:block;
	width:100%;
	height:100%;
}
.plist_img img {
	width:100%;
	max-width:100%;
	max-height:100%;
	object-fit:contain;
}
.list_pname {
	margin-top:5px;
}
.list_price {
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
}

/***** Table *****/
.table01 {
	width:100%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table01 th, .table01 td {
	padding:3px 2px;
	line-height:1.1;
	font-family:'Noto Sans KR', gulim, dotum;
	font-size:14px;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table01 .tdt01 {
	width: 50px;
	background: #f2f2f2;
	font-weight: bold;
}
.table01 .tdt02 {
	background: #dcefff;
	font-weight: bold;
}

.table02 {
	width: 100%;
	border: 1px solid #e1e1e1;
}/*°áÁ¦Á¤º¸Å×ÀÌºí*/
.table02 th, .table02 td {
	padding: 24px;
	border-left: 1px solid #e1e1e1;
}
.table02 td:first-child {
	border-left: 0px ;
}
.table02 .total_price {
	font-size: 32px;
	font-family: Verdana, 'Noto Sans KR', gulim, dotum, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.table02 .title {
	margin-bottom: 20px;
	text-align: left;
	font-family: 'Noto Sans KR', gulim, dotum, sans-serif;
	font-size:21px;
	font-weight: bold;
	color: #000;
	clear: both;
}
.table02 .icon_order03 {
	background: url(/img/icon_order03.gif) no-repeat 15px 50%;
	font-weight: bold;
	color: #FF0000;
	font-size: 24px;
	font-family: Verdana, 'Noto Sans KR', gulim, dotum, sans-serif;
}
.table02 .icon_order04 {
	background: url(/img/mypage/icon_order04.gif) no-repeat 15px 10px;
	padding-left: 120px;
}
.table02 .icon_order05 {
	background: url(/img/mypage/icon_order05.gif) no-repeat 15px 10px;
	padding-left: 120px;
}
.table02 .icon_order06 {
	background: url(/img/mypage/icon_order06.gif) no-repeat 15px 10px;
	padding-left: 120px;
}
.table02 .icon_order07 {
	background: url(/img/mypage/icon_order07.gif) no-repeat 15px 10px;
	padding-left: 120px;
}
.table02 .icon_order08 {
	background: url(/img/mypage/icon_order08.gif) no-repeat 15px 10px;
	padding-left: 120px;
}
.table02 .icon_order09 {
	background: url(/img/mypage/icon_order09.gif) no-repeat 15px 10px;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}

.table03 {
	width: 100%;
	box-sizing:border-box;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table03 th, .table03 td {
	padding: 3px 2px;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table03 .tdt01 {
	background: #f2f2f2;
	font-weight: bold;
}
.table03 .tdt02 {
	background: #d2d2d2;
	font-weight: bold;
}

.table04 {
	width: 100%;
	border-top: 1px solid #000000;
}
.table04 th, .table04 td {
	padding: 3px 2px;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.table04 .tdt01 {
	background: #f2f2f2;
	font-weight: bold;
}
.table04 .d_ing {
	font-size: 11px;
	line-height: 110%;
}
.table04 .d_ing img {
	margin-bottom: 4px;
}

.table05 {
	width: 770px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table05 th, .table05 td {
	padding:3px 0px;
	line-height:1.3;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table05 td {
	width: 110px;
	height: 70px;
	text-align: left;
	vertical-align: top;
}
.table05 .tdt01 {
	background: #f2f2f2;
	font-weight: bold;
	text-align: center;
	height: 15px;
}
.table05 .tdt01.sun {
	background: #ffcece;
	color: #bf3434;
}
.table05 .tdt01.sat {
	background: #d7ebff;
	color: #145fac;
}
.table05 .sun {
	color: #bf3434;
}
.table05 .sat {
	color: #145fac;
}
.table05 .data {
	background: #f0ffd7;
}

.table06 {
	width: 100%;
	border-collapse:collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table06 th, .table06 td {
	padding: 3px 4px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table06 td {
	line-height:25px;
	text-align:left;
}
.table06 .tdt01 {
	width: 120px;
	background: #f2f2f2;
	font-weight: bold;
	text-align: center;
}

/* ¸ÞÀÎ »óÇ° Àç°íÇ¥ */
.table07 {
	width: 100%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table07 th, .table07 td {
	padding:3px 2px;
	text-align: center;
	line-height: 1.1;
	font-family:'Noto Sans KR', gulim, dotum;
	font-size:14px;
	font-weight: 600;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table07 .tdt01 {
	background: #f2f2f2;
	font-weight: bold;
}
.table07 .tdt02 {
	background: #d2d2d2;
	font-weight: bold;
}

/*** ¸ÞÀÎÆäÀÌÁö°øÁö ***/
a.noticef:link {
	color: #000000;
}
a.noticef:hover {
	color: #a314ff;
}
a.noticef:visited {
	color: #000000;
}

/**********/
.datepicker {
	border-collapse: collapse;
	border: 2px solid #999;
	position: absolute;
	z-index: 1000000000;
}
.datepicker tr.controls th {
	height: 22px;
	font-size: 11px;
}
.datepicker select {
	font-size: 11px;
}
.datepicker tr.days th {
	height: 18px;
}
.datepicker tfoot td {
	height: 18px;
	text-align: center;
	text-transform: capitalize;
}
.datepicker th, .datepicker tfoot td {
	background: #eee;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
.datepicker th span, .datepicker tfoot td span {
	font-weight: bold;
}
.datepicker tbody td {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}
.datepicker tbody td.date {
	cursor: pointer;
}
.datepicker tbody td.date.over {
	background-color: #99ffff;
}
.datepicker tbody td.date.chosen {
	font-weight: bold;
	background-color: #ccffcc;
}


/***** Main Rolling *****/
.flash_bn {
	height: 328px;
	width:775px;
}
.mainflashimg {
	float: left;
	width: 643px;
}
.mainflashbt {
	float: left;
	width: 132px;
}
#img_rolling {
*zoom:1;
}
#img_rolling ul {
*zoom:1;
}
#img_rolling ul li a {
	color: #666;
	display: block;
	cursor: pointer;
}
#img_rolling ul li {
}
#img_rolling ul li img {
	vertical-align: top;
}
#img_rolling ul li.on a, #img_rolling ul li a:hover #img_rolling ul li a.active {
	display: block;
}
#img_rolling dl dt {
	display: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#img_rolling dl dt img {
	vertical-align: top;
}
#img_rolling dl dt.on {
	display: block;
}
/***** Main Rolling - google *****/
.image_list {
	overflow: hidden;
	position: relative;
	height: 330px;
	width: 580px;
}
.image_list .images {
	position: absolute;
	display: none;
}
/*¸ÂÃãÇü*/
.customize {
	float: left;
}
.customize_view {
	float: left;
}

/********************************* Form **********/
/*-- Application --*/
.apply-Form {
	clear:both;
}
.apply-Form dl {
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
}
.apply-Form dl + dl {
	margin-top:15px;
}
.apply-Form dl > * {
	flex:1 0 0%;
	line-height:1.2;
	color:#000000;
}
.apply-Form dl > * + * {
	margin-left:25px;
}
.apply-Form dl > dd + dt {
	margin-left:80px;
}
.apply-Form dt {
	flex:0 0 128px;
	align-self:center;
	display:inline-table;
	vertical-align:middle;
	word-break:keep-all;
	text-align:right;
	font-size:24px;
	font-family:'NanumSquareExtraBold';
	font-weight:800;
}
.apply-Form dd {
	text-align:left;
}
.apply-Form .form {
	box-sizing:border-box;
	width:calc(100% - 8px);
	height:52px;
	padding:12px 20px;
	border:1px solid #000;
	border-radius:1.75rem;
}
.apply-Form input {
	margin:4px;
}
.apply-Form .file_style1 {
	width:calc(100% - 8px);
	height:52px;
	margin:4px;
	padding:9px 12px;
}
.apply-Form .file_style1 input {
	margin:0;
}
@media (max-device-width:1199px) {
.apply-Form dl > dd + dt {
	margin-left:60px;
}
.apply-Form dt {
	font-size:20px;
}
.apply-Form .form {
	height:48px;
	padding-top:10px;
	padding-bottom:10px;
}
.apply-Form .file_style1 {
	height:48px;
	padding:7px 10px;
}
}
@media (max-device-width:1079px) {
.apply-Form dl > dd + dt {
	margin-left:48px;
}
}
@media (max-device-width:1023px) {
.apply-Form dl > * + * {
	margin-left:12px;
}
.apply-Form dl > dd + dt {
	margin-left:25px;
}
.apply-Form .form {
	padding-left:15px;
	padding-right:15px;
}
.apply-Form .file_style1 {
	padding-left:8px;
	padding-right:8px;
}
}
@media (max-device-width:767px) {
.apply-Form dl {
	flex-wrap:wrap;
}
.apply-Form dl + dl {
	margin-top:0;
}
.apply-Form dl > * {
	margin-top:6px;
	margin-bottom:6px;
}
.apply-Form dt {
	flex:0 0 106px;
	font-size:18px;
}
.apply-Form dd {
	flex:0 0 calc(100% - 118px);
}
.apply-Form dl > dd + dt {
	margin-left:0;
}
}
@media (max-device-width:539px) {
.apply-Form dl > * + * {
	margin-left:8px;
}
.apply-Form dt {
	flex:0 0 92px;
	font-family: inherit;
	font-size:15px;
	font-weight:700;
}
.apply-Form dd {
	flex:0 0 calc(100% - 100px);
}
.apply-Form .form {
	height:37px;
	padding:5px 12px;
}
.apply-Form .file_style1 {
	height:37px;
	padding:3px 5px;
}
}

