@import url('font.css');

/*=================================================
	Reset
=================================================*/
a,
a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none !important;
	color: #444444;
}

.btn {
    border-color: transparent;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    text-decoration: none !important;
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.form-control:focus {
    box-shadow: none!important;
    border-color: rgba(0,0,0,0.1) !important;
}

ul {
    list-style-type: none !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-inline-start: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

body {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    font-size: 112.5%;
    font-weight: 400;
	color: #444444;
    letter-spacing: -0.008rem;
	overflow-y: scroll;
}

/*** Font ***/
.fs-7x {
	font-size: 6rem !important;
}

.fs-6x {
	font-size: 5rem !important;
}

.fs-5x {
	font-size: 4rem !important;
}

.fs-4x {
	font-size: 3rem !important;
}

.fs-3x {
	font-size: 2.5rem !important;
}

.fs-2x {
	font-size: 2rem !important;
}

.fs-lg {
	font-size: 1.875rem !important;
}

.fs-5-1 {
	font-size: 1.125rem !important;
}

.fs-6-1 {
	font-size: 0.970rem !important;
}

.fs-7 {
	font-size: 0.913rem !important;
}

.fs-8 {
	font-size: 0.875rem !important;
}

.fs-9 {
	font-size: 0.750rem !important;
}

.fs-10 {
	font-size: 0.688rem !important;
}

.fw-100 {
	font-weight: 100 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-900 {
	font-weight: 900 !important;
}

.mt-7 {
	margin-top: 7rem;
}

.ms-7 {
	margin-left: 7rem;
}

.me-7 {
	margin-right: 7rem;
}

.pt-7 {
	padding-top: 7rem;
}

.z-10 {
	z-index: 10 !important;
}

.z-11 {
	z-index: 11 !important;
}

.z-100 {
	z-index: 100 !important;
}

.hpx-30 {
	width: auto;
	height: 24px;
}

/*=================================================
	MAIN
=================================================*/

#popup_layer {
	position: fixed;
	top: 170px;
	left: 100px;
	z-index: 10000;
}

.popup_box {
	padding: 5px;
	background: #EA8300;
}

.popup_btn {
	text-align: right ! important;
	padding-right: 0.5rem;
}

.wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#header { 
	position: relative; 
	width: 100%;
}

.gnb {
    border-bottom: 1px solid #DFDFDF;
	background: #FBFBFB;
}

.gnb ul li {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0;
    font-size: 0.813rem;
}

.gnb ul:nth-child(1) li {
    padding-right: 0.5rem;
}

.gnb ul:nth-child(2) li {
    padding-left: 0.8rem;
}

.gnb a {
    color: #666666;
}

.logo-box {
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-bottom: 2px solid #000000;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 0 solid rgba(0,0,0,0.1);
    border-bottom: 1px solid #D6D6D6;
}

.top-line {
	border-top: 1px solid #D6D6D6;
}

.inner {
	position: relative;
	width: 1200px;
	margin: 0 auto !important;
}

.inner1 {
	position: relative;
	width: 1300px;
	margin: 2rem auto !important;
}

.inner2 {
	position: relative;
	width: 1600px;
	margin: 0 auto !important;
}

.lnb {
	display: table;
	position: relative;
    width: 1200px;
    margin: 0 auto !important;
}

.lnb li {
	display: table-cell;
	width: calc(100% / 5);
	margin: 0; 
	padding: 0;
	height:50px;
	line-height:50px;
	font-size: 1.250rem;
	font-weight: 600;
	color: #111; 
	text-align: center;
	vertical-align: middle;
}

.lnb li a {
	color: #111; 
}

.lnb li a:hover {
	color: #111; 
}

.snb { 
	display: none; 
	position: absolute; 
	left: 0; 
	top: 50px;
	width: 100%; 
	padding: 1rem 0; 
	background: #F59423; 
	z-index: 100; 
}

.snbBox { 
	display: table;
	position: relative;
	width: 1200px;
	margin: 0 auto !important;
}

.snbBox > li {
	display: table-cell;
	width: calc(100% / 5);
	border-left: 1px solid rgba(255,255,255,0.3);
}

.snbBox li > ul li { font-size: 1rem; font-weight: 400; text-align: center; color: rgba(255,255,255,0.95); }
.snbBox li > ul li a { display: inline-block; width: 100%; height: 28px; line-height: 28px; color: rgba(255,255,255,0.95); }
.snbBox li > ul li a:hover { color: #ffffff; }

.nav_wrapper { display:none; }

.main-visual-wrap {
	padding: 0 1rem;
}

.main-visual {
	position: relative;
	width: 100%;
	height: 420px;
	text-align: center;
}

.main-visual-copy {
	width: 1600px;
	margin: 0 auto;
	text-align: right ! important;
}

.main-visual-image1 {
	background: url('../image/main/main0.jpg') center bottom no-repeat;
	background-size: auto 100%;
}

.main-visual-image2 {
	background: url('../image/main/main1.jpg') center bottom no-repeat;
	background-size: auto 100%;
}

.main-visual-image3 {
	background: url('../image/main/main2.jpg') center bottom no-repeat;
	background-size: auto 100%;
}

.main-visual-image4 {
	background: url('../image/main/main3.jpg') center bottom no-repeat;
	background-size: auto 100%;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
	top: 45%;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1.500em;
    color: #ffffff;
	background: rgba(0,0,0,0.2);
}

.swiper-button-prev {
    left: 0;
	right: auto;
}

.swiper-button-next {
    left: auto;
	right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0 !important;
}

.main-title {
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	font-weight: 800;
	color: #000000;
}

.bg-warning1 {
	background: #FE9A2F ! important;
}

.list_item:last-child .index .index-divider {
	border-width: 0;
}

.list_item .index {
	text-align: center;
	color: #ffffff;
}

.list_item .index .index-text {
	display: inline-flex;
	border: 1px solid;
	width: 52px;
	height: 52px;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	font-size: 26px;
	font-weight: bold;
}

.list_item .index .index-divider {
	position: absolute;
	top: 27px;
	left: calc(50% + 52px);
	width: calc(100% - 112px);
	height: 1px;
	border-top: 1px solid;
}

.works_item {
	width: 100%;
	color: #ffffff;
}

.module {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.slide_margin {
	display: none;
}

.slide_margin li {
	margin-right: 20px;
}

.program {
	display: block;
	width: 100%;
	padding: 1rem 0;
	border-radius: 8px;
	background: #ffffff;
}

.program li {
	display: block;
	margin: 0;
	padding: 0 1rem;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	text-align: center;
}

.program li img {
	width: 100%;
	object-fit: contain;
}

.program li:nth-child(2) {
	padding: 0.5rem 2rem 0;
	font-size: 0.813em;
	font-weight: 500;
	color: #111111;
	white-space: nowrap;
	overflow: hidden;
}

.mfa-box {
	width: 50%;
	height: 360px;
}

.mfa-box1 {
	width: 600px;
	height: 360px;
	overflow: scroll;
}

.mfa-box1 > ul {
	display: table;
	width: 4200px;
}

.mfa-box1 > ul li {
	display: table-cell;
}

.mgo-box1 {
	width: 50%;
}

.mgo-box2 {
	width: 50%;
	height: 110px;
	padding: 1rem 1.5rem;
	color: #ffffff;
	background: #aaaaaa url('../image/main/arrow.png') right center no-repeat;
}

.card-title {
	font-size: 1.250em !important;
	font-weight: 800;
	color: #000000
}

.card-body {
	font-size: 0.913em;
	font-weight: 400;
	line-height: 1.4rem;
}

.card-bg1 {
	background: url('../image/main/ic1.png') right bottom no-repeat;
}

.card-bg2 {
	background: url('../image/main/ic2.png') right bottom no-repeat;
}

.card-bg3 {
	background: url('../image/main/ic3.png') right bottom no-repeat;
}

.circle-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
	width: calc(20% - 2rem);
	margin: 4rem 1rem;
	padding: 2rem 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	border-radius: 1rem;
	border: 2px solid #ffffff;
	background: rgba(255,255,255,0.85);
}

.map-box {
	width: calc(50% - 1rem);
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.0);
}

.pc-br {
	display: block;
}

.footer {
	position: relative;
	width: 100%;
	margin-top: 1.5rem;
	padding: 0;
	font-size: 0.750em;
	border-top: 1px solid #D6D6D6;
}

.footer-copy {
	border-top: 1px solid #EAEAEA;
}

.footer .mob-br {
	display: inline;
}

.family { position:relative; top:0px; right:0px; z-index:88888; width:170px; border:1px solid #DDDDDD; }


/******Scroll Button Code*******/
.scrollup {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
    height: 60px;
	line-height: 60px;
	padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 100;
}

/*=================================================
	SUB
=================================================*/

.sub-visual {
	position: relative;
	width: 100%;
}

.sub-img1 {
	width: 100%;
	height: 230px;
	background: url('../image/sub/sub1.jpg') center top no-repeat;
}

.sub-img2 {
	width: 100%;
	height: 230px;
	background: url('../image/sub/sub2.jpg') center top no-repeat;
}

.sub-img3 {
	width: 100%;
	height: 230px;
	background: url('../image/sub/sub3.jpg') center top no-repeat;
}

.sub-img4 {
	width: 100%;
	height: 230px;
	background: url('../image/sub/sub4.jpg') center top no-repeat;
}

.sub-img5 {
	width: 100%;
	height: 230px;
	background: url('../image/sub/sub5.jpg') center top no-repeat;
}

.sub-img6 {
	width: 100%;
	height: 230px;
	background: url('../image/sub/sub6.jpg') center top no-repeat;
}

.sub-nav-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url('../image/common/subnav_bg.png') center top no-repeat;
	z-index: 100;
}

.sub-nav {
	position: relative;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	background: #616161;
}

.sub-nav-li {
	display: block;
	width: 100%;
}

.sub-nav-li li {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 1.5rem;
	font-size: 1.083rem;
	color: #ffffff;
	border-right: 1px solid rgba(255,255,255,0.3);
}

.sub-nav-li li:first-child {
	width: 60px;
	padding: 0;
	text-align: center;
	border-right: 0;
	background: #2B2E35;
}

.sub-nav-li li:nth-child(2) {
	width: 200px;
}

.sub-nav-li li:last-child {
	padding: 0;
}

.sub-nav2 {
	position: relative;
}

.sub-nav2 button {
	width: 220px;
	padding-left: 1.5rem;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	border: 0;
	background: url('../image/sub/nav_dot.png') 200px center no-repeat;
	outline: none;
}

.sub-nav3 {
	position: absolute;
	left: 0;
	top: 48px;
	width: 220px;
	border: 2px solid #616161;
	background: #ffffff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
	z-index: 200;
}

.sub-nav3 a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 1.5rem;
	color: #000000;
	border-bottom: 1px solid #616161;
	background: #ffffff;
}

.sub-nav3 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #616161;
	background: #838383;
}

.sub-nav3 a:last-child {
	border-bottom: 0;
}

.content {
	position: relative;
	width: 100%;
	min-height: 600px;
	padding: 2rem 0 3rem;
}

.sub-title {
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	font-size: 2.375rem;
	font-weight: 700;
	color: #111111;
	text-align: center;
	background: url('../image/sub/st_line.png') center bottom no-repeat;
}

.sub-title1 {
	margin-bottom: 1rem;
	font-size: 1.250rem;
	font-weight: 700;
	color: #000000;
}

.sub-title2 {
	margin-bottom: 0;
	font-size: 1.375rem;
	font-weight: 600;
	color: #000000;
}

.box-type1 {
	padding: 0.85rem 1rem;
	text-align: center;
	border: 1px solid #aaaaaa;
	background: rgba(0,0,0,0.025);
}

.box-type2 {
	width: 100%;
	height: 340px;
}

.box-type-bg1 {
	background: url('../image/sub/jogi1.jpg') right top no-repeat;
	background-size: contain;
}

.box-type-bg2 {
	background: url('../image/sub/jogi2.jpg') right top no-repeat;
	background-size: contain;
}

.box-type-bg3 {
	background: url('../image/sub/jogi3.jpg') right top no-repeat;
	background-size: contain;
}

.box-type-bg4 {
	background: url('../image/sub/jogi4.jpg') right top no-repeat;
	background-size: contain;
}

.box-type-bg5 {
	background: url('../image/sub/jogi5.jpg') right top no-repeat;
	background-size: contain;
}

.box-type-bg6 {
	background: url('../image/sub/jogi6.jpg') right top no-repeat;
	background-size: contain;
}

.box-type3 {
	width: 830px;
	background: #ffffff;
}

.box-type3-text {
	padding: 2rem 4rem 2rem 0;
}

.box-line {
	margin-right: 2rem;
}

.text-primary {
	color: #2F418D !important;
}

.text-warning {
	color: #EF7A00 !important;
}

.round-box {
	display: flex;
	justify-content: start;
	align-items: center;
	width: calc(50% - 0.5rem);
	padding: 0.7rem 0;
	border-radius: 10px;
	border: 1px solid #cccccc;
}

.round-box .ic {
	width: 50px;
	text-align: center;
}

.rounded-4 {
  border-radius: 0.8rem !important;
}

.wpx-400 {
	width: 400px;
}

.wpx-400 > div:first-child {
	width: 60px;
	opacity: 0.5;
}

.calc-400 {
	width: calc(100% - 400px);
	padding: 1rem 1.25rem;
	background: rgba(0,0,0,0.05);
}


.info1 {
	position: relative;
	width: 100%;
	padding: 204px 0 0 500px;
	background: url('../image/sub/info1.jpg') left top no-repeat;
}

.info1-txt {
	width: 700px;
	padding: 2rem 0 0 2.5rem;
	background: #fff;
}

.info2 {
	display: flex;
	justify-content: between;
	align-items: center;
	width: 100%;
}

.info3 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.info4 {
	position: relative;
	width: 100%;
	padding: 200px 0 0 270px;
	background: url('../image/sub/f2.jpg') left top no-repeat;
}

.info5 {
	position: relative;
	width: 100%;
	padding: 270px 0 0 270px;
	background: url('../image/sub/info2.jpg') left top no-repeat;
}

.w-480 {
	width: 480px;
}

.calc-480 {
	width: calc(100% - 480px);
}

.good li {
	padding: 0.6rem 0 0 2rem;
	font-size: 1.375rem;
	color: #111111;
	background: url('../image/sub/check.png') left 1rem no-repeat;
}

.good1 li {
	padding: 0.6rem 0 0 2rem;
	background: url('../image/sub/check1.png') left 1rem no-repeat;
}

.photo-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-itmes: center;
}

.photo-box a {
	display: block;
	width: calc((100% / 3) - 2rem);
	margin-right: 3rem;
	margin-bottom: 3rem;
}

.photo-box a:nth-child(3n) {
	margin-right: 0 ! important;
}

.elem, .elem * {
	box-sizing: border-box;
}
.elem {
	display: inline-block;
	width:100%;
	border: 0 solid transparent;
	padding: 0;
	height: auto;
	background-clip: padding-box;
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: cover;	
	background-position: center center;
}

.map-img {
	background: #F9F9F9;
}

.map-img > div:nth-child(1) {
	width: 780px;
}

.map-img > div:nth-child(2) {
	width: 420px;
	padding: 3rem 1rem 0 0;
	font-size: 1rem;
}

.mob_tel { display: none; height: 0; }

@media (max-width: 767px) {
  .mob_tel { display: table; position: fixed; left: 0; bottom: 0; width: 100%; font-size: 1.125em; font-weight: 600; color: #fff; text-align: center; background: #C39017; z-index: 9999; }
  .mob_tel a { color: #ffffff; }
  .mob_tel span { display: table-cell; padding: 8px 5px 6px; vertical-align: middle; }
  .mob_tel img { height: 22px; object-fit: contain; }
}

/*=================================================
	¹æ¹®»ó´ã¿¹¾à
=================================================*/

.frmBox {	position: relative; overflow: hidden; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.frmBox:before, .frmBox:after { content:" "; display:table; }
.frmBox:after { clear:both; }
.frmBox_L { float: left; display: block; width: 47%; }
.frmBox_R { float: right; display: block; width: 47%; }
.frmBox .frmEr { margin: 0 0 20px; font-size: 0; }
.frmBox label { display:block; margin: 0 0 6px; padding: 0; font-size: 15px; font-weight: 500; color: #000; text-transform: uppercase; cursor: pointer; }
.frmBox input[type="text"], .frmBox textarea, .frmBox select { display: block; width: 100%; padding: 7px 10px; font-family: inherit; font-size: 14px; font-weight: 400; color: #666; line-height: 1.6em; background: transparent; }
.frmBox input[type="text"], .frmBox textarea {	 border: 1px solid #aaa; }
.frmBox input[type="checkbox"], .frmBox input[type="radio"] { display: inline-block; margin-right: 10px; }
.frmBox textarea { min-height:180px; }
.frmBox textarea.frmLaw { min-height:540px; }
.frmBox span.frmSr1 { display:inline-block; width:32%; margin-right: 1.9%; }
.frmBox span:last-child.frmSr1 { margin-right: 0; }
.frmBox span.frmSr2 { display:inline-block; margin-right: 30px; font-size: 14px; }
.frmBox span.frmChk { display:block; margin: 7px 0 0; font-size: 14px; font-weight: 500; color: #DA3E3E; }
.frmBox input[type="text"]:focus,
.frmBox textarea:focus,
.frmBox label:active + input,
.frmBox label:active + textarea {
	outline: none;
	border: 1px solid #333;
}
.frmBox select:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #99BAD8;
	font-size:0.917em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #99BAD8;
	font-size:0.917em;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #99BAD8;
	font-size:0.917em;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #99BAD8;
	font-size:0.917em;
}

.frmBox_B { clear: both; padding: 30px 0; text-align: center; }
.frmBox_B button { position:relative; margin:0 7px; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-family:inherit; font-weight:500; white-space:nowrap; }
.frmBox_B button:hover { color:#fff; background:#666; }
.btnOk { display:inline-block; padding:10px 30px 9px; font-size:1.167em; color:#fff; background:#3C84C1; }
.btnRe { display:inline-block; padding:10px 30px 9px; font-size:1.167em; color:#fff; background:#999; }

@media (max-width: 767px) {
  .frmBox_L { float: none; display: block; width: 100%; margin: 0 0 20px; }
  .frmBox_R { float: none; display: block; width: 100%; }
  .frmBox textarea.frmLaw { min-height:180px; }
  .frmBox_B { padding: 0; }
}

/*=================================================
	TABLE
=================================================*/

.table-success {
	--bs-table-bg: transperant;
	--bs-table-striped-bg: #eeeeee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #dddddd;
	--bs-table-hover-color: #000;
	border-color: rgba(0,0,0,0.2);
}

.table-success thead th {
	padding: 0.750rem 0.5rem !important;
	font-size: 1.250rem;
	font-weight: 700;
	color: #fff;
	background: #F59423;
	border: 0;
}

.table-success thead th:first-child {
	border-right: 1px solid rgba(255,255,255,0.3);
}

.table-success td {
	padding: 0.7rem 0;
	border-bottom: 5px solid #F59423;
}

.table-success td:first-child {
	border-right: 1px solid #F59423;
}

/*=================================================
	SCROLL
=================================================*/

.scroll-x,
.scroll-y {
	overflow: auto;
}

.scroll-x::-webkit-scrollbar {
	height: 0;
}

.scroll-y::-webkit-scrollbar {
	width: 0;
}

.scroll-x::-webkit-scrollbar-track,
.scroll-y::-webkit-scrollbar-track {
	background-color: transparent;
}

.scroll-x::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: transparent;
}

.scroll-x::-webkit-scrollbar-button,
.scroll-y::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

/* Firefox scrollbar */
.scroll-x {
	scrollbar-height: thin;
	scrollbar-color: gray transparent;
}

.scroll-y {
	scrollbar-width: thin;
	scrollbar-color: gray transparent;
}