﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

/* 폰트적용 */
html {font-size: 10px;}
body {font: 1.4rem 'Noto Sans KR', sans-serif;font-weight: 300;line-height: 1.5;color: #303030;}

/* 바디에 스크롤 막기 */
.not_scroll {position: fixed;overflow: hidden;width: 100%;height: 100%;}
.not_scroll section {position: relative;top: 0;}

/* 공통 */
body {background-color: #fff;}
section {padding: 28% 0 42px;box-sizing: border-box;}
section h2 {font-size: 2.4rem;font-weight: 900;}
.location {font-size: 1.2rem;font-weight: 700;color: #ccc;}
section .contents {margin-top: 18%;}
.list li {margin-top: 0.5em;}
.list li > a {position: relative;display: block;padding: 0.6em 0;border-bottom: 1px solid #f1f1f1;background: no-repeat right center / 14px;}
.blue {color: #032274;}
.btn_submit {background-color: #032274;font: 1.4rem 'Noto Sans KR', sans-serif;font-weight: 900;color: #fff;}
.btn-plus {position: absolute;top: 0;right: 0;display: block;border: 1px solid #032274;box-sizing: border-box;}
.textarea {padding: 0.7em 1em;border-bottom: 1px solid #eee;background-color: #f4f4f4;}
.text {margin-bottom: 1.5em;word-break: keep-all;font-size: 1.2rem;}
.down-file {font-size: 1.2rem;color: #000;vertical-align: middle;}
.down-file:before {content: '';display: inline-block;width: 15px;height: 15px;padding-right: 0.5em;background: url(../img/ico_down.png) no-repeat left top / 15px auto;vertical-align: middle;}
.no_content {width: 100%;text-align: center;}
.no_login {text-align: center;}

/* 로그인 부분 */
.login-group input {padding: 0.8em 0 0.7em;width: 100%;border-bottom: 1px solid #ccc;}
.login-group input::placeholder {font-size: 1.4rem;font-weight: 700;}
.login-group .btn-submit {margin-top: 1.67em;width: 100%;height: 38px;}

/* 인디케이터 */
/*
.indicator {
	margin: 0 auto;
	text-align: center;
}

	.indicator a {
		display: inline-block;
		margin: 0 0.3em;
		vertical-align: middle;
		font-size: 1.6rem;
		font-weight: 900;
		color: #ccc;
	}

		.indicator a.on {
			color: #303030;
		}

	.indicator .btn-prev,
	.indicator .btn-next {
		width: 8px;
		height: 24px;
		background: no-repeat center / 8px;
		border: none;
	}

	.indicator .btn_prev {
		background-image: url(../img/arrow-left.png);
	}

	.indicator .btn_next {
		background-image: url(../img/arrow-right.png);
	}
	*/
.paging {margin: 0 auto;text-align: center;}
.paging button {display: inline-block;margin: 0 0.3em;vertical-align: middle;font-size: 1.6rem;font-weight: 900;color: #ccc;}
.paging button:active {cursor: pointer;}
.paging button.on {color: #303030;}
.paging button.btn_prev,
.paging button.btn_next {width: 13px;height: 24px;background: no-repeat center / 13px;border: none;}
.paging button.btn_prev {background-image: url(../img/arrow-pre.png);}
.paging button.btn_next {background-image: url(../img/arrow-next.png);}
/*
.paging {
	margin: 0 auto;
	text-align: center;
}

	.paging a {
		display: inline-block;
		margin: 0 0.3em;
		vertical-align: middle;
		font-size: 1.6rem;
		font-weight: 900;
		color: #ccc;
	}

		.paging a.on {
			color: #303030;
		}

	.paging .btn-prev,
	.paging .btn-next {
		width: 8px;
		height: 24px;
		background: no-repeat center / 8px;
		border: none;
	}

	.paging .btn_prev {
		background-image: url(../img/arrow-left.png);
	}

	.paging .btn_next {
		background-image: url(../img/arrow-right.png);
	}
	*/
/* header */
header {position: fixed;top: 0;left: 0;width: 100%;padding: 23px 0 15px;background-color: rgba(255, 255, 255, 0.7);z-index: 5;}
/*header .tnb {position: relative;}*/
header .tnb a {display: block;}
.tnb .back {width: 20px;height: 20px;background: url(../img/back.png) no-repeat center / 18.8px auto;}
.tnb .all-menu {position: relative;z-index: 10;}
.tnb .all-menu span {display: block;width: 20px;height: 4px;background-color: #626262;border-radius: 2px;transform-origin: right;transition: all 0.3s;}
.tnb .all-menu span + span {margin-top: 3px;}
.tnb .all-menu.on span:nth-child(1) {transform: rotate(-45deg);}
.tnb .all-menu.on span:nth-child(2) {width: 0;}
.tnb .all-menu.on span:nth-child(3) {transform: rotate(45deg);}
.tnb .main-logout {width: 20px;height: 24px;background: url(../img/ico_power_grey.png) no-repeat center / 20px auto;}
.tnb .name {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 1.6rem;font-weight: 900;color: #4a4a4a;}

/* gnb 메뉴부분 */
/*#gnb-group {
    position: relative;
    width: 100%;
}*/
.gnb-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.gnb-cont {
	position: fixed;
	top: 0;
	right: -150%;
	width: 262px;
	height: 100%;
	min-height: 100vh;
	padding-top: 5.42em;
	background: #fff;
	overflow-y: scroll;
	z-index: 6;
}

	.gnb-cont .gnb-inner {
		padding-bottom: 3em;
		width: 100%;
		overflow-y: scroll;
	}

	.gnb-cont .gnb-login {
		padding: 0 1em;
	}

.gnb-login p {
	margin-bottom: 1.6em;
	font-weight: 700;
}

.gnb-login .login-group .btn-submit {
	margin-top: 0.75em;
}
/* gnb */
.gnb {
	padding-top: 1.5em;
}

	.gnb h2 {
		padding: 0 0.875em;
		font-size: 1.6rem;
		font-weight: 900;
	}

	.gnb ul {
		padding-top: 0.7em;
	}

		.gnb ul li {
			padding: 0.8em 1em;
		}

			.gnb ul li + li {
				border-top: 1px solid #f4f4f4;
			}

			.gnb ul li a {
				position: relative;
				display: block;
				width: 100%;
				padding-left: 33px;
				box-sizing: border-box;
			}

				.gnb ul li a:before {
					position: absolute;
					bottom: 0;
					left: 0;
					display: inline-block;
					content: '';
					width: 18px;
					height: 16px;
					background: no-repeat center;
				}

			.gnb ul li:nth-child(1) a:before {
				background-image: url(../img/ico_home.png);
				background-size: 18px auto;
			}

			.gnb ul li:nth-child(2) a:before {
				background-image: url(../img/ico_comp.png);
				background-size: 14px auto;
			}

			.gnb ul li:nth-child(3) a:before {
				background-image: url(../img/ico_prod.png);
				background-size: 12px auto;
			}

			.gnb ul li:nth-child(4) a:before {
				background-image: url(../img/ico_folder.png);
				background-size: 14px auto;
			}

			.gnb ul li:nth-child(5) a:before {
				background-image: url(../img/ico_data.png);
				background-size: 18px auto;
			}

			.gnb ul li:nth-child(6) a:before {
				background-image: url(../img/ico_memo.png);
				background-size: 14px auto;
			}

			.gnb ul li:nth-child(7) a:before {
				background-image: url(../img/ico_speaker.png);
				background-size: 16px auto;
			}

			.gnb ul li:nth-child(8) a:before {
				background-image: url(../img/ico_papers.png);
				background-size: 12px auto;
			}
/* logout */

.gnb-cont .logout {
	position: relative;
	margin: 2.25em auto;
	width: 158px;
	height: 35px;
	background: #032274;
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
	font-weight: 900;
	color: #fff;
}

	.gnb-cont .logout span {
		padding-left: 28px;
	}

	.gnb-cont .logout:before {
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
		display: block;
		content: '';
		width: 18px;
		height: 18px;
		background: url(../img/ico_power.png) no-repeat center / 16px auto;
		vertical-align: middle;
	}
/*
.gnb-cont .logout {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/ico_power.png) no-repeat center / 16px auto;
    vertical-align: middle;
}

.gnb-cont .logout span {
    padding-left: 28px;
}
*/
/* 페이지별 */
/* intro */
#intro {
	margin-top: 0;
	padding: 0;
}

	#intro .inner {
		display: table;
		width: 100%;
		height: 100%;
	}

	#intro .logo-group {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

.logo-group .name {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 900;
	color: #032274;
}

.logo {
	margin: 0 auto 0.58em;
	width: 65px;
	text-align: center;
}

	.logo img {
		width: 100%
	}

/* login */
#login {
	padding-top: 32.2222%;
}

	#login .contents {
		margin-top: 10%;
	}

	#login .text {
		text-align: center;
	}

/* index */
#index {padding: 67px 0;}
.total-search {margin-bottom: 1.25em;padding: 0.57em 1.25em;border: 1px solid #e9e9e9;border-radius: 20px;}
.total-search button {position: relative;display: block;width: 28px;height: 16px;background: url(../img/ico_search.png) no-repeat center left / contain;}
.total-search button:after {position: absolute;top: 50%;right: 0;transform: translateY(-50%);content: '';display: block;width: 1px;height: 13px;background: #e1e1e1;}
.total-search input {display: block;width: calc(100% - 30px);padding: 0 0.8em;box-sizing: border-box;}
#index .menu-templet {position: relative;width: 100%;height: 0;padding-bottom: 70%;color: #fff;}
#index .menu-templet .templet {position: absolute;box-sizing: border-box;}
#index .menu-templet .menu-box-01 {top: 0;left: 0;padding-right: 2%;width: 63%;height: 100%;}
#index .menu-templet .menu-box-02,
#index .menu-templet .menu-box-03 {width: 37%;}
#index .menu-templet .menu-box-02 {top: 0;right: 0;margin-bottom: 2%;height: 30%;}
#index .menu-templet .menu-box-03 {bottom: 0;right: 0;height: 67%;}
#index .menu-templet .templet > a {display: block;width: 100%;height: 100%;background: no-repeat center / cover;border-radius: 5px;overflow: hidden;box-sizing: border-box;}
#index .menu-templet .menu-box-01 a {padding: calc(100% - 70px) 1.3em 0;background-image: url(../img/bg_main_menu-01.png);}
#index .menu-templet .menu-box-02 a,
#index .menu-templet .menu-box-03 a {padding: 1.5em 0.8em 0;}
#index .menu-templet .menu-box-02 a {background-image: url(../img/bg_main_menu-02.png);}
#index .menu-templet .menu-box-03 a {background-image: url(../img/bg_main_menu-03.png);}
#index .menu-templet .templet h2 {margin-bottom: 0.3em;}
#index .menu-templet .templet span {position: absolute;bottom: 0.6em;		right: 1em;display: block;width: 18px;height: 18px;background: url(../img/ico_more.png) no-repeat center / cover;}
#index .menu-templet .menu-box-01 h2 {font-size: 2rem;}
#index .menu-templet .menu-box-02 h2,
#index .menu-templet .menu-box-03 h2 {font-size: 1.4rem;}
#index article {margin-top: 3.6em;}
#index article h3 {margin-bottom: 1.875em;text-align: left;font-size: 1.6rem;}
#index article .prd-list {width: calc(100% + 16px);}
#index article .prd-list ul {width: auto;overflow-x: scroll;white-space: nowrap;}
#index article .prd-thumb {display: inline-block;margin: 0 1em 0.5em 0;white-space: normal;word-break: break-all;}
#index article .prd-thumb .thumb-size {font-size: 1.2rem;font-weight: 400;line-height: 1.2rem;}
#index article .prd-thumb.sizeB {display: inline-block;margin: 0 1em 0.5em 0;width: 140px;}

/* about */
#about {/*padding-top: 32.2222%;*/padding-top: 25%;}
#about .contents {margin-top: 5%;padding-bottom: 4em;}
#about .text {margin-top: 1.5em;text-align: center;}
/*
.about-list li > a {
	background-image: url(../img/arrow-down.png);
	background-size: 12px;
}

.about-list .list-tit {
	font-size: 1.8rem;
	font-weight: 900;
}

.about-list li > a.on {
	background-image: url(../img/arrow-up.png);
}
*/
.about-list .list-tit {font-size: 1.8rem;font-weight: 900;margin: 2em 0 1em;display: block;padding: 0.6em 0;border-bottom: 1px solid #f1f1f1;}


#greeting, #map {
	/*display: none;*/
}

#greeting {width: 100vw;margin-left: -16px;padding: 1em 16px 2em;	box-sizing: border-box;}
#greeting p {padding-bottom: 1.8em;font-size: 1.2rem;/*color: #fff;*/color: #444;}
#greeting .greeting-tit {padding: 2em 0 3em;font-size: 1.6rem;font-weight: 900;}

.greeting_img {background: no-repeat top center / cover;width: 90vw;height: auto;vertical-align: middle;}

.greeting-img2 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
	height: 300px;
}

.greeting-img4 {
	background: url(../img/ceo.png) no-repeat top center / cover;
}

.greeting-img5 {
	background: url(../img/About_5.jpg) no-repeat top center / cover;
}

.greeting-img57 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img71 {
}

.greeting-img87 {
}

.greeting-img89 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img129 {
}

.greeting-img166 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img173 {
	background: url(../img/gyAbout.jpg) no-repeat top center / cover;
}

.greeting-img176 {
	background: url(../img/WooLim.jpg) no-repeat top center / cover;
}

.greeting-img268 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img310 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img325 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img332 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

.greeting-img570 {
	background: url(../img/ms_img.jpg) no-repeat top center / cover;
}

#map {width: 100%;}
#map .root_daum_roughmap {width: 90vw;height: 60vw; margin : 0 auto;}
#map .root_daum_roughmap .wrap_map {width: 100%;height: 100%;}

#map .information {width: 1000px;height: 80px;background-image: url(../img/map_information.jpg);margin: 0 auto 60px;}
#map .information .locationname {font-size: 1.2em;color: #ffc8b7;font-weight: bold;padding-top: 10px;margin-left: 40px;line-height: 1.3em;}
#map .information .address {font-size: 1.1em;color: #ffffff;margin-left: 40px;padding-top: 10px;line-height: 1.2em;}
#map .information .address > button {border: solid 1px #e2e2e2;border-radius: 3px;background-color: #e9e9e9;color: #2f2f2f;margin-left: 15px;padding: 2px 4px;}
#map .information .address > button:hover {background-color: #c9c9c9;}
#map .information .address > span {float: right;margin-right: 80px;}

#map .map_caption {color: #5e5e5e;font-size: 1.2em;font-weight: bold;margin: 1em 0px 0.5em;padding-left: 10px;}
#map .map_caption > img {color: #5e5e5e;font-weight: bold;padding-right: 20px;padding-left: 5px;}
#map .img_map {margin: 0 auto;width: 90%; text-align:center;}
#map .img_map img {width: 100%;}

.wrap_btn_zoom,
.hide {display: none;opacity: 0;}

/* 검색 */
.combobox {
	position: relative;
	display: block;
	margin-right: 25px;
	width: 100%;
	vertical-align: middle;
	z-index: 4;
}

	.combobox > div > a {
		display: block;
		padding: 0.7em 0;
		width: 100%;
		background: url(../img/arrow-down.png) no-repeat right center/10px auto;
		font-size: 1.5rem;
	}

	.combobox > div:after {
		content: '';
		display: block;
		clear: both;
	}

	.combobox > ul {
		position: absolute;
		top: 120%;
		left: 50%;
		transform: translateX(-60%);
		margin: 0;
		padding: 0;
		border: 1px solid #a9a9a9;
	}

		.combobox > ul > li {
			padding: 0 10px;
			line-height: 30px;
			background: #fff;
			text-align: center;
			font-size: 1.4rem;
			cursor: pointer;
			z-index: 5;
		}

			.combobox > ul > li:hover {
				background: #eee;
			}

			.combobox > ul > li:last-of-type {
				border: none;
			}

/* product */
#product .contents {
	margin-top: 12%;
	position: relative;
}

#product .product_search {
	margin-bottom: 2.5em;
}

.product_search div {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

	.product_search div select {
		/*display: inline-block;*/
		/*margin-right: 6px;*/
		padding: 0 0.4em;
		width: 50%;
		height: 36px;
		border: 1px solid #e9e9e9;
		font-size: 1.6rem;
		box-sizing: border-box;
	}
/*
#product .btn-plus {
	width: 24px;
	height: 24px;
	border: 1px solid #032274;
	border-radius: 50%;
}

	#product .btn-plus span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		width: 14px;
		height: 1px;
		background-color: #032274;
	}

		#product .btn-plus span:first-child {
			transform: translate(-50%, -50%) rotate(90deg);
		}
*/
.cat-tit {
	margin-bottom: 12%;
}

	.cat-tit li {
		padding-right: 5%;
	}

		.cat-tit li button {
			font-weight: 700;
			color: #ccc;
		}

			.cat-tit li button.on {
				color: #303030;
			}

		.cat-tit li a {
			font-weight: 700;
			color: #ccc;
		}

			.cat-tit li a.on {
				color: #303030;
			}
/* 상품리스트 공통 */
.list-tit {display: block;font-size: 1.8rem;font-weight: 700;}
.prd-desc {text-align: center;margin: 0 auto;}
.prd-desc span {display: block;word-wrap:break-word;}
.thumb-name {font-size: 1.2rem;color: #8d8d8d;}
.thumb-size {font-size: 1.6rem;font-weight: 700;}

/* 상품리스트 */
.prd-list {width: 100%;overflow: hidden;}
	/*
#product .prd-list {
	display: none;
}

	#product .prd-list.on {
		display: block;
	}
*/
.prd-list ul {width: 100%;}
.prd-list ul li{width: 100%;vertical-align:top;}
.prd-thumb {margin: 0 6.1% 10% 0;width: 29.2666%; max-width:84px;}
.prd-thumb.sizeB {width: 64.6333%;box-sizing: border-box; max-width:140px;}
.prd-list ul.list-inside > li:last-child {margin-right: 0;}
.prd-thumb a {position: relative;display: block;width: 100%;}
.prd-thumb figure {padding-bottom: 100%;position: relative;width: 100%;margin-bottom: 0.7em;text-align: center;overflow: hidden;box-shadow: 0 3px 3px rgba(0,0,0,0.2);}
.prd-thumb.sizeB figure {padding-bottom: 60.18%;}
.prd-thumb figure img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;}
.prd-thumb figure .size_wide {width: 100%;}
.prd-thumb figure .size_narrow {height: 84px;}
.prd-thumb figure .size_fill {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

/* category */
.cat-list {position: fixed;top: 0;left: 0;width: 100%;height: 100%;min-height: 100vh;background: #fff;overflow-y: scroll;z-index: 50;display: none;}
.cat-list .cat-top {position: fixed;top: 0;left: 0;padding: 23px 16px 10px;width: 100%;background-color: #fff;box-sizing: border-box;z-index: 1;}
.cat-list .btn-close {float: right;display: block;width: 20px;height: 20px;}
.cat-list .btn-close span {display: block;width: 20px;height: 4px;background-color: #626262;border-radius: 2px;transform-origin: right;}
.cat-list .btn-close span + span {margin-top: 10px;}
.cat-list .btn-close span:nth-child(1) {transform: rotate(-45deg);}
.cat-list .btn-close span:nth-child(2) {transform: rotate(45deg);}
.cat-list ul {padding: 20% 0 10%;width: 100%;box-sizing: border-box;overflow-y: scroll;}
.cat-list ul li > a {border-bottom: 1px solid #f1f1f1;background-image: url(../img/arrow-right.png);background-size: 10px auto;}
.cat-list .list-tit {font-size: 1.6rem;font-weight: 400;}

/* product_sub */
#product_sub .contents {position: relative;}
#product_sub .btn-plus {top: -11%;width: 115px;height: 34px;background: #fff;border-radius: 18px;text-align: center;line-height: 32px;font-size: 1.6rem;font-weight: 700;color: #032274;box-sizing: border-box;}

/* product_info */
#product_info {padding-top: 25%}
#product_info .inner {padding: 0 7%;}
#product_info .contents {margin-top: 11%;}
h3 {text-align: center;font-size: 2rem;font-weight: 900;}
#product_info .prd-thumb {position: relative;margin: 0 auto 7.5%;max-width:80vw;width: 100%;text-align: center;}
#product_info .prd-thumb img {max-width: 100%;height: auto;max-height: 35rem;}
#product_info .prd-thumb .img_wide {min-width: 100px;height: auto;}
#product_info .prd-thumb .img_narrow {max-height: 100%;width: auto;}
#product_info .prd_view_caption {clear: both;padding-top: 3em;text-align: left;font-size: 0.8em;}
#product_info .prd_view_memo {clear: both;padding-top: 0.6em;text-align: left;font-size: 1em;}
#product_info .prd_view_rel {margin-right: 2em;}
#product_info .prd_view_rel:hover {color: blue;}
#product_info .prd_view_rel:active {color: #CC6633;}

/*#product_info .prd_view_rel_code {display:none;}*/
#product_info .prd_view_img {clear: both;padding: 1em 0px 2em;	text-align: center;}
#product_info .prd_view_img img {max-width: 100%;max-height: 100%;}
#product_info .btn_submit {margin-top: 1em;width: 150px;border-radius: 0;padding: 0.5em 0px;background: #ededed;font-weight: normal;color: #65686b;border: 1px solid #c2c9d9;border-radius: 8px 0px;box-shadow: 3px 3px #c2c9d9;}
/*#product_info .btn_submit:hover {background:#65686b;color:#f8f8f8;}*/
#product_info .btn_submit:hover {background: #f8f8f8;}
#product_info table {width: 100%;text-align: center;line-height: 30px;margin-bottom: 2em;}
#product_info table + table {border-top: 1px dashed #eee;}
#product_info table .table_title {width: 30%;}
#product_info table .table_desc {width: 70%;}
#product_info table tr {border-bottom: 1px solid #dfdfdf;}
#product_info table th {/*padding-top: 1em;*/font-size: 1.4rem;font-weight: 400;vertical-align: middle;border-right: 1px solid #dfdfdf;}
#product_info table td {/*padding-top: 1em;*/font-size: 1.4rem;font-weight: 700;vertical-align: middle;}
.size40 {min-width: 40px;}
.size60 {min-width: 60px;}
.btn-register {position: fixed;bottom: 0;left: 0;display: block;width: 100%;height: 60px;background: #f4f4f4;text-align: center;line-height: 60px;font-size: 1.8rem;font-weight: 700;}

/* 확인 팝업 */
.confirm-pop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}

.pop-gb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

.pop-content {
	padding: 13% 8.5%;
	width: calc(100% - 30px);
	height: auto;
	background: #fff;
	box-sizing: border-box;
	x
}

	.pop-content .prd-thumb {
		width: 35.715%;
		margin: 0;
	}

	.pop-content .ask {
		max-width: 140px;
	}

		.pop-content .ask p {
			padding: 1.5em 0;
		}

		.pop-content .ask .blue {
			font-weight: 700;
			color: #032274;
		}

		.pop-content .ask button {
			padding: 0.5em 1.5em;
		}

			.pop-content .ask button:hover {
				background: #eee;
			}

/* notice, papers */
.brd-list {
	margin-bottom: 2em;
}

	.brd-list li > a {
		border-color: #eee;
		background-image: url(../img/arrow-down.png);
	}

	.brd-list .list-tit {
		padding-bottom: 0.3em;
	}

	.brd-list time,
	.brd-list .list-writer {
		font-size: 1.2rem;
		font-weight: 700;
		vertical-align: middle;
		color: #ccc;
	}

	.brd-list time {
		padding-right: 0.3em;
	}

	.brd-list .list-writer {
		position: relative;
		padding: 0 0.7em;
	}

		.brd-list .list-writer:before {
			position: absolute;
			top: 58%;
			left: 0;
			transform: translateY(-50%);
			content: '';
			display: inline-block;
			width: 2px;
			height: 11px;
			background: #ccc;
		}

#notice .textarea,
#papers .textarea {
	display: none;
}

	#notice .textarea .text,
	#papers .textarea .text {
		color: #000;
	}

/* favor */
#favor .contents {
	margin-top: 12%;
}

#favor .favor-search {
	margin-bottom: 2.5em;
}

.favor-search div {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

	.favor-search div select {
		/*display: inline-block;*/
		/*margin-right: 6px;*/
		padding: 0 0.4em;
		width: 50%;
		height: 36px;
		border: 1px solid #e9e9e9;
		font-size: 1.6rem;
		box-sizing: border-box;
	}

.search-box {
	/*float: right;*/
	/*width: calc(100% - 128px);*/
	width: 100%;
	box-sizing: border-box;
}

	.search-box input {
		padding-left: 7px;
		width: calc(100% - 40px);
		height: 36px;
		background-color: #f4f4f4;
		line-height: 36px;
		font-size: 1.4rem;
	}
	/*
	.search-box .btn-submit {
		display: block;
		width: 40px;
		background-color: #f4f4f4;
		line-height: 30px;
		font-weight: 700;
		color: #303030;
		border: groove 4px #efefef;
	}
	*/
	.search-box .btn-submit {
		display: block;
		width: 44px;
		background-color: #f4f4f4;
		line-height: 36px;
		font-weight: 700;
		color: #303030;
		border-left: solid 2px #bfbfbf;
	}

#favor .prd-list .prd-thumb a:after {
	position: absolute;
	top: 3px;
	left: 3px;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/check_box.png) no-repeat center / 30px auto;
	display: none;
}

#favor .prd-list .prd-thumb a.on:after {
	display: block;
}

#favor .btn-register {
	display: none;
}

/* favor_sheet */
#favor_sheet {
	padding-top: 25%;
}

	#favor_sheet .contents {
		margin-top: 0;
	}

	#favor_sheet .prd-thumb {
		width: 96px;
		margin-right: 1em;
	}

	#favor_sheet .prd-desc {
		padding-top: 0.5em;
		text-align: left;
	}

		#favor_sheet .prd-desc input {
			margin-top: 0.7em;
			width: 100px;
			height: 31px;
			background-color: #f4f4f4;
			text-align: center;
		}

			#favor_sheet .prd-desc input::placeholder {
				font-size: 1.2rem;
			}

	#favor_sheet .btn-submit {
		width: 100%;
		height: 42px;
		background-color: #f4f4f4;
		font-size: 1.6rem;
		font-weight: 700;
		color: #303030;
	}

.result {
	display: none;
}

	.result table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 1em;
	}

	.result th,
	.result td {
		margin-bottom: 0.7em;
	}

	.result th {
		position: relative;
		width: 23%;
		text-align: left;
		font-size: 1.8rem;
		font-weight: 700;
	}

		.result th:after {
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			display: inline-block;
			content: ':';
			letter-spacing: 0.2em;
		}

.space1 {
	letter-spacing: 0.2em;
}

.result td {
	width: 75%;
	font-size: 1.6rem;
	text-align: right;
	padding-right: 8em;
}

.tag {
	font-size: 1.2rem;
	color: #ccc;
}

	.tag:before {
		display: inline;
		content: '*';
	}

/* deal */
.deal {
	padding: 7em 0;
	overflow: initial;
}

	.deal .contents {
		margin-top: 2em;
	}
	
	.deal .numeric {
		text-align: right;
	}

	.deal .deal_search div {
		margin-bottom: 1.5em;
	}

	.deal .deal_search label {
		display: block;
		margin-bottom: 1em;
		font-size: 1.6rem;
	}

	.deal .deal_search input {
		height: 36px;
		background-color: #f5f5f5;
	}

		.deal .deal_search input::placeholder {
			font-size: 1.2rem;
			font-weight: 700;
		}

.src_date {
	width: 58%;
}

	.src_date span {
		text-align: center;
		line-height: 36px;
		font-size: 1.2rem;
		font-weight: 900;
	}

	.src_date input {
		width: 45%;
		text-align: center;
	}

.src_field {
	width: 38%;
}

	.src_field input {
		padding: 0 0.5em;
		width: 100%;
		background: none;
	}

.deal_search .btn_submit {
	width: 100%;
	height: 36px;
	font-size: 1.6rem;
	font-weight: 700;
}

.deal_result {
	margin-top: 1.25em;
	height: calc(100vh - 27em);
	overflow-y: scroll;
}

	.deal_result table {
		width: 100%;
		font-size: 1.2rem;
		table-layout: fixed;
		word-break: break-all;
	}

	.deal_result .result_table {
		padding: 0 16px;
		text-align: center;
	}

		.deal_result .result_table th,
		.deal_result .result_table td {
			padding: 0.6em 0.3em;
			font-size: 1.2rem;
			border-bottom: 1px solid #032274;
		}

		.deal_result .result_table .deal_td1 {
			width: 8%;
		}

		.deal_result .result_table .deal_td2 {
			width: 10%;
		}

		.deal_result .result_table .deal_td3 {
			width: 20%;
		}

		.deal_result .result_table .deal_td4 {
			width: 7%;
		}

		.deal_result .result_table .deal_td5 {
			width: 7%;
		}

		.deal_result .result_table .deal_td6 {
			width: 5%;
		}

		.deal_result .result_table .deal_td7 {
			width: 6%;
		}

		.deal_result .result_table .deal_td8 {
			width: 6%;
		}

		.deal_result .result_table .deal_td9 {
			width: 8%;
		}

		.deal_result .result_table .deal_td10 {
			width: 7%;
		}

		.deal_result .result_table .deal_td11 {
			width: 8%;
		}

		.deal_result .result_table .deal_td12 {
			width: 8%;
		}

		.deal_result .result_table .deal_td13 {
			width: 0%;
		}

		.deal_result .result_table .deal_date_td1 {
			width: 10%;
		}

		.deal_result .result_table .deal_date_td2 {
			width: 21%;
		}

		.deal_result .result_table .deal_date_td3 {
			width: 8%;
		}

		.deal_result .result_table .deal_date_td4 {
			width: 12%;
		}

		.deal_result .result_table .deal_date_td5 {
			width: 11%;
		}

		.deal_result .result_table .deal_date_td6 {
			width: 12%;
		}

		.deal_result .result_table .deal_date_td7 {
			width: 12%;
		}

		.deal_result .result_table .deal_date_td8 {
			width: 12%;
		}
/* .deal-result .result_table th {border-bottom: 1px solid #032274;} */
.deal-result .result_table .blue {
	width: 20%;
	font-size: 1.4rem;
}
/*.deal-result .result_table td {color: #6d6d6d;}*/
.deal_result .result_table .date_top {
	background: #f8f8f8;
}

.deal_result .result_table .date_middle {
	text-align: center;
}

.deal_result .result_table .date_odd {
	background: #f8f8f8;
}

.deal_result .result_table .date_bottom {
	background: #eeeeee;
}

.deal_result .result_table .balance {
	table-layout: fixed;
	border-collapse: collapse;
}

	.deal_result .result_table .balance tr {
		height: 40px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		color: #222;
	}

	.deal_result .result_table .balance th {
		width: 15%;
		background: #ddd;
	}

	.deal_result .result_table .balance td {
		width: 35%;
		padding: 0 5px;
		box-sizing: border-box;
		text-align: right;
	}

/* deal SubCustName_List */
.SubCustName_List {
	width: 95%;
	height: 28px;
}

	.SubCustName_List > div > a {
		padding: auto 0;
		font-size: 1.5rem;
	}

	.SubCustName_List > ul {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 300px;
		width: 140%;
		background-color: #ffffff;
	}

		.SubCustName_List > ul > li {
			width: 100%;
			text-align: left;
		}

.result_desc {
	position: fixed;
	bottom: -13em;
	left: 0;
	margin-top: 1em;
	padding: 3em 2.8125em 1.375em;
	width: 100%;
	background: #f4f4f4;
	font-size: 1.2rem;
	box-shadow: 0 0 7px #c1c1c1;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	transition: all 0.2s;
}

	.result_desc.on {
		bottom: 0;
	}

		.result_desc.on > a {
			background: #c1c1c1;
		}

	.result_desc > a {
		position: absolute;
		top: 8%;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 40px;
		height: 4px;
		background: #8d8d8d;
		border-radius: 3px;
	}

	.result_desc table {
		position: relative;
		width: 100%;
	}

	.result_desc th,
	.result_desc td {
		padding: 0.3em 0;
	}

	.result_desc th {
		/*	overflow: hidden;*/
		white-space: nowrap;
		width: 20%;
		text-align: left;
		font-weight: 400;
	}

		.result_desc th.width-fix {
			width: 15%;
		}

	.result_desc td {
		/*	width: 40%;*/
		font-weight: 500;
		color: #aeaeae;
	}
	/* 자간맞추기 공백처리 */
	.result_desc .space1 {
		letter-spacing: 0.4em;
	}

	.result_desc .space2 {
		letter-spacing: 1.7em;
	}

/* 임시버튼 */
.deal .btn-deal-date {
	position: absolute;
	top: 17%;
	right: 5%;
	padding: 0.2em 0.5em;
	background-color: #fff;
	border: 1px solid #032274;
	border-radius: 10px;
	font-size: 2rem;
	font-weight: 900;
}

	.deal .btn-deal-date span {
		background: linear-gradient(to right, #ff8e8b, #032274);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

footer {
	padding: 1em 0;
	background: url(../img/bg_footer.png) no-repeat center / cover;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
}

	footer .footer-tit {
		margin-right: 0.5em;
	}

		footer .footer-tit:after {
			padding-left: 0.5em;
			content: ':';
			font-size: 1rem;
		}

/* 사이즈별 */
@media only screen and (max-width: 375px) {
	#wrap li div {
		right: 10px !important;
	}

	.gnb-cont {
		padding-top: 3em;
	}

	.gnb-login p {
		margin-bottom: 1em;
	}

	.cat-tit li {
		padding-right: 3%;
	}

	#favor_sheet .prd-thumb {
		margin-bottom: 5%;
	}
}
