@charset "utf-8";
/* ================================================================== */
/* Name	: public.css
/* Script : Public CSS
/* Author : Design Geulggol
/* Date	: 2020-09-22
/* ================================================================== */
/* ----------------------------- */
/* table
/* ----------------------------- */
table {
	width: 100%;
	margin-top: 2%;
	border-top: 2px solid #ed1941;
}
table td,
table th {
	padding: 18px 2%;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	vertical-align: middle;
}
table td:last-child,
table th:last-child {
	border-right: 0;
}
table thead th {
	background: #f8f8f8;
}
.list-square-black > li {
	position:relative; 
	padding-left: 7px;
}
.list-square-black > li:before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #000;
}


/* ----------------------------- */
/* visual
/* ----------------------------- */
.visual {
	height: 100%;
	background: #000 url("/share/images/visual.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
/* txt */
.visual .txt {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
.visual .txt h2 {
	width: 100%;
	font-size: 4.8rem;
	color:#fff;
}
.visual .txt h2 span {
	display: block;
	color: #ed1941;
	font-size: 2.8rem;
	font-family: "RobotoBold";
	letter-spacing: 2px;
}
.visual .txt p {
	padding: 30px;
	color: #b7b7b7;
}
.visual .txt .txt-link a {
	display: inline-block;
	width: 340px;
	padding: 26px 10px 28px;
	vertical-align: middle;
	margin: 0 10px;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0);
    transition-property: box-shadow;
	transition: ease 0.3s;
	background: rgba(0, 0, 0, 0);
	color: #fff;
}
.visual .txt .txt-link a:hover {
	box-shadow: inset 0 0 0 4px rgba(237, 25, 65, 1), 0 0 1px rgba(0, 0, 0, 0);
	transition: ease 0.3s;
	background: rgba(0, 0, 0, 0.7);
	color: #ed1941;
}

/* ----------------------------- */
/* gg-txt
/* ----------------------------- */
.gg-txt-wrap {
	padding: 100px 0 90px;
	background: #f8f8f8;
	text-align: center;
}
.gg-txt ul {
	position:relative; 
	width: 80%;
	margin: 0 auto;
}
.gg-txt ul li {
	position: relative;
	width: 17.8%;
	float: left;
	margin: 0 3.6%;
	padding-top: 17.8%;
	background: #ed1941;
	border-radius: 50%;
}
.gg-txt ul li:before {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	padding-top: 120%;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
}
.gg-txt ul li div {
	width: 100%;
	position: absolute;
	top: 38%;
	left: 0;
	color: #fff;
}
.gg-txt ul li div strong {
	width: 100%;
	
	font-size: 2.0rem;
}
.gg-txt ul li div span {
display: block;
	font-size: 1.4rem;
	font-family: "RobotoLight";
	opacity: 0.5;
}
.gg-txt .arrow-line {
	position:relative; 
	width: 65.7%;
	margin: 85px auto 36px;
	border-top: 1px solid #ed1941;
}
.gg-txt .arrow-line:before,
.gg-txt .arrow-line:after {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #ed1941;
}
.gg-txt .arrow-line:after {
	left: auto;
	right: 0;
}
.gg-txt .gg-logo img {
	width: 135px;
	height: 79px;
}
.gg-txt p {
	width: 72%;
	margin: 60px auto 0;
}
.gg-txt p strong {
	font-family: "NotoSansMedium";
}




/* ----------------------------- */
/* modal
/* ----------------------------- */
.pf-modal,
.pf-modal02 {	
	width:100%;
	height: 100%;
	padding-top: 120px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 900;
	position:fixed;
	top:0;
	display:none;
}
.pf-modal .modal-close,
.pf-modal02 .modal-close02 {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 120px;
	width: 100%;
	z-index: 10;
}
.pf-modal .modal-close .close,
.pf-modal02 .modal-close02 .close{
	float: right;
	width: 68px;
	height: 68px;
	text-align: center;
	background: url("/share/images/close.svg") no-repeat center;
	background-size: 28px 28px;
	text-indent: -5000px;
}
.pf-modal .modal-content,
.pf-modal02 .modal-content {
	position:relative; 
	height: 90%;
	background: #fff;
	overflow: scroll;
}
.pf-modal02 .modal-content {
	padding: 50px;
}
.pf-modal .modal-content .detail-info {
	width: 36%;
	position: absolute;
	top: 100px;
	right: 0;
	padding: 0 3% 0 0;
}
.pf-modal .modal-content .detail-info h3 {
	margin-bottom: 30px;
	font-size: 3.0rem;
	font-family: "NotoSansMedium";
}
.pf-modal .modal-content .detail-info article {
	margin-bottom: 16px;
}
.pf-modal .modal-content .detail-info article h4 {
	font-family: "NotoSansMedium";
}
.pf-modal .modal-content .detail-info article div,
.pf-modal .modal-content .detail-info article div a {
	color: #333;
}
.pf-modal .modal-content figure {
	width: 60%;
	float: left;
}



/* ----------------------------- */
/* privacy
/* ----------------------------- */
.privacy h3 {
	margin-bottom: 20px;
	font-size: 3.0rem;
	font-family: "NotoSansMedium";
	text-align: center;
}
.privacy h4 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-family: "NotoSansMedium";
}
.privacy section {
	margin-top: 40px;
}



/* ----------------------------- */
/* kotra
/* ----------------------------- */
.kotra {
	padding: 8% 0;
}
.kotra h2 {
	margin-bottom: 3%;
	font-size: 4.8rem;
	font-family: "NotoSansMedium";
	text-align: center;
}
.kotra h3 {
	position: relative;
	font-size: 2.4rem;
	font-family: "NotoSansMedium";
	padding-left: 20px;
	margin-bottom: 1%;
}
.kotra h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #ed1941;
}
.kotra section {
	margin-bottom: 3%;
}
.kotra-list {
	font-size: 0;
	letter-spacing: -5px;
}
.kotra-list span {
	padding: 18px 35px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	border-radius: 35px;
	font-size: 1.6rem;
	letter-spacing: 0;
}

.table-scroll {
	max-width: 1440px;
	overflow-x: auto;
	padding-bottom: 3%;
}
.table-scroll table {
	max-width: 1400px;
}

.kotra-link {
	text-align: center;
}
.kotra-link a {
	display: inline-block;
	width: 440px;
	padding: 28px;
}
.kotra-link a.sty-line {
	border: 1px solid #dfdfdf;
}
.kotra-link a.sty-color {
	background: #ed1941;
	color: #fff;
}

/* ----------------------------- */
/* Responsive
/* -----------------------------*/
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */


@media screen and (max-width:1280px) {
	/* ----------------------------- */
	/* visual
	/* ----------------------------- */
	/* txt */
	.visual .txt p span {
		display: none;
	}

	/* ----------------------------- */
	/* gg-txt
	/* ----------------------------- */
	.gg-txt ul {
		width: 96%;
	}
	.gg-txt p {
		width: 88%;
	}

}

@media screen and (max-width:960px) {
	/* ----------------------------- */
	/* visual
	/* ----------------------------- */
	/* txt */
	.visual .txt .txt-link a {
		width: 280px;
	}
	/* ----------------------------- */
	/* gg-txt
	/* ----------------------------- */
	.gg-txt ul {
		width: 100%;
	}
	.gg-txt ul li {
		width: 19.8%;
		margin: 0 2.6%;
		padding-top: 19.8%;
	}
	.gg-txt p {
		width: 98%;
		margin: 30px auto 0;
	}
	/* ----------------------------- */
	/* modal
	/* ----------------------------- */

	.pf-modal .modal-content figure {
		width: 100%;
		float: none;
	}
	.pf-modal .modal-content .detail-info {
		width: 100%;
		position: static;
		padding: 5%;
		font-size: 1.6rem;
	}
	.pf-modal .modal-content .detail-info h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.pf-modal .modal-content .detail-info article {
		margin-bottom: 10px;
	}
	/* ----------------------------- */
	/* kotra
	/* ----------------------------- */
	.kotra h2 {
		margin-bottom: 3%;
		font-size: 3.8rem;
	}
	.kotra-list span {
		padding: 10px 21px;
		font-size: 1.4rem;
	}
	.table-scroll table {
		width: 960px;
	}
	

}


@media screen and (max-width:768px) {
	/* ----------------------------- */
	/* visual
	/* ----------------------------- */
	/* txt */
	.visual .txt {
	position: absolute;
	top: 32%;
	width: 100%;
	text-align: center;
}
	.visual .txt h2 {
		font-size: 3.2rem;
	}
	.visual .txt h2 span {
		font-size: 2.2rem;
	}
	.visual .txt .txt-link a {
		display: block;
		width: 70%;
		margin: 0 auto 10px;
	}
	/* ----------------------------- */
	/* modal
	/* ----------------------------- */
	.pf-modal02 .modal-content {
		padding: 7% 10%;
	}

	/* ----------------------------- */
	/* kotra
	/* ----------------------------- */
	.kotra {
		padding: 14% 0;
	}
	
}

@media screen and (max-width:640px) {
	/* ----------------------------- */
	/* gg-txt
	/* ----------------------------- */
	.gg-txt ul {
		width: 90%;
	}
	.gg-txt ul li {
		width: 40%;
		margin: 0 5% 40px;
		padding-top: 40%;
	}
	.gg-txt .arrow-line {
		width: 64%;
		margin: 40px auto 36px;
	}
	.gg-txt .gg-logo img {
		width: 108px;
		height: 63px;
	}

}
@media screen and (max-width:460px) {
	/* ----------------------------- */
	/* visual
	/* ----------------------------- */
	.visual .txt {
		top:20%;
	}
	/* txt */
	.visual .txt .txt-link a {
		display: inline-block;
		width: 340px;
		padding: 16px 10px 18px;
	}
	
	/* ----------------------------- */
	/* kotra
	/* ----------------------------- */
	.kotra-link a {
		display: inline-block;
		width: 70%;
		padding: 16px;
	}

}