﻿@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600&display=swap');

body, h1, h2, h3, h4, input {
font-family: "Noto Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}

		
body {
    background: #fff;
}	
header {
    background: transparent;
	border-bottom: 1px solid #7f7f7f;
}
header .head-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
header .head-wrap .gnb .logo {
    width: 310px;
    height: 55px;
    display: inline-block;
    text-indent: -9999px;
    background: url(../../images/translate/logo_en.png) no-repeat;
}
header .head-wrap .gnb .gnb-wrap>ul>li>a {
    color: #000;
	    font-size: 17px;
		    letter-spacing: 0;
    font-weight: 400;
	text-transform: capitalize;
}
header .head-wrap .gnb .gnb-wrap>ul>li>a:hover {
    border:none;
}

header .head-wrap .top-nav .global-nav .text-resize>a{
	border:1px solid #000;
}

header .head-wrap .top-nav .global-nav .text-resize span {
	color: #000;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}
header .head-wrap .top-nav .global-nav .text-resize span a{
	color: #fff;
}
header .head-wrap .top-nav .global-nav .lang-select a{
	color: #000;
}
header .head-wrap .top-nav .global-nav .lang-select .lang-link a{
	color: #000;
}
header .head-wrap .gnb .gnb-wrap>ul>li:before,
header .head-wrap .gnb .gnb-wrap>ul>li:last-child:after{
	content:none;
}
header .head-wrap .top-nav .global-nav .lang-btn:after {
    content: '';
    width: 12px;
    height: 8px;
    display: inline-block;
	margin:0 0 0 5px;
    background: url(../../images/translate/sb-arrow-b.png) no-repeat;
}
header .head-wrap .top-nav .global-nav .lang-select {
    text-transform: initial;
}
header .head-wrap .gnb {
height: 50px;
    padding: 25px 0;
	display: flex;
	justify-content: space-between;
}
header.gnb-view{
	border-bottom:none;
	background:#fff;
	background-position: 10% 140px;
}
header .head-wrap .gnb.clearfix:after{
	content:none;
}
header.gnb-view .head-wrap .gnb:before{
	border-top:1px solid #7f7f7f;
	content:'';
	display:block;
	position:absolute;
	top:142px;
	width:100%;
	left:0;
	z-index:1000;
}
header .head-wrap .gnb .gnb-wrap>ul {
    display: flex;
}
header .head-wrap .gnb .gnb-wrap .snb {
    margin-top: 30px;
}
header .head-wrap .gnb .gnb-wrap .snb ul{
	width:100%;
	margin:0 auto;
	background: none;
	z-index: 1;
	position:relative;
	overflow: hidden;
	padding: 15px 0 0 0;
}
/*추가  */
header .head-wrap .gnb .gnb-wrap .snb ul li{
	padding: 0 0 0 15px;
}
header .head-wrap .gnb .gnb-wrap .snb.on{
	display:block;
}
header .head-wrap .gnb .gnb-wrap .snb li a{
	display:block;
	padding:0 15px 20px 0;	
	font-size:16px;
	color: #000;
    position: relative;
    font-weight: 300;
    max-width: 200px;
	line-height: 1.3;
	text-transform: capitalize;
}
header .head-wrap .gnb .gnb-wrap .snb li a:hover{
	color:#78b452;
	font-weight: 300;
}


body.main .head-wrap .gnb .gnb-wrap>ul>li>a,
body.main .head-wrap .gnb .gnb-wrap .snb li a,
body.main .head-wrap .top-nav .global-nav .lang-select a {
    color: #fff;
    /* color: #65699A; */
}
body.main .head-wrap .gnb .gnb-wrap .snb li a:hover {
	color: #65699A;
}
body.main .head-wrap .top-nav .global-nav .lang-select .lang-link a{
	color: #fff;
}
body.main .gnb-view{
	border-bottom:none;
	background:rgba(47,47,47,0.8);
	background-position: 10% 140px;
}
body.main .head-wrap .gnb .logo {
    background: url(../../images/translate/logo_en_w.png) no-repeat;
}
body.main .head-wrap .top-nav .global-nav .text-resize>a,
body.main .head-wrap .top-nav .global-nav .text-resize span {
    border: 1px solid #fff;
}
body.main .head-wrap .top-nav .global-nav .text-resize span {
    border-left: none;
    border-right: none;
}
body.main .head-wrap .top-nav .global-nav .text-resize a.plus:after {left:6px;top: 3px; background:url(../../images/translate/ico-zoom-in.png) no-repeat; background-size:13px 13px;}
body.main .head-wrap .top-nav .global-nav .text-resize a.minus:after {top: 10px; left: 8px;background:url(../../images/translate/ico-zoom-out.png) no-repeat; background-size:13px 1px;}
body.main .head-wrap .top-nav .global-nav .lang-btn:after {
    background: url(../../images/translate/sb-arrow.png) no-repeat;
}

.sub-nav{
	border-top:none;
}


#page-body {
	padding: 143px 0 0 0;
}
#page-contents {
    margin: 0;
}
.main-wrap {
    margin: -100px auto 0 auto;
    max-width: 1400px;
	width:100%;
}
.main-visual{
    background: url(../../images/translate/main_img.jpg) center top no-repeat;
    height: 764px;
    width: 100%;
	margin: -143px 0 0 0;
}
.visual-wrap{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 233px;
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.visual-wrap h1{
	color:#fff;
	    width: 480px;
    display: inline-block;
	    text-align: left;
}
.visual-wrap p{
	color:#fff;
	font-size: 18px;
    font-weight: 400;
	width: 480px;
	text-align: left;
	line-height: 1.4;
	    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
}
.visual-wrap h1 span{
	display:block;
	font-size: 18px;
    font-weight: 400;
	position:relative;
}
.visual-wrap h1 span:after{
    display: block;
    width: calc(100% - 154px);
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
}
.visual-wrap h1 strong{
	display:block;
font-size: 50px;
letter-spacing: -0.5px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.2;
}
.main-flat {
    padding: 15px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	    padding: 0 20px;
}
.main-flat > div{
    background: #fff;
    width: 20.6%;
    height: 340px;
    border-radius: 15px;
    box-shadow:0 0 30px rgb(0 0 0 / 10%);
	margin: 0 auto;
}
.main-flat > div h2{
	color:#1a1a1a;
	font-size:20px;
	text-align:center;
	    letter-spacing: -.5px;
	    font-weight: 500;
}
.main-flat > div h2:before{
	content:'';
	display:block;
	width:178px;
	height:178px;
	background:#f6f6f6 url(../../images/translate/con01.png) center center no-repeat;
	border-radius:50%;
	margin:43px auto;
}
.main-flat > div:nth-child(2) h2:before{
	background:#f6f6f6 url(../../images/translate/con02.png) center center no-repeat;
}
.main-flat > div:nth-child(3) h2:before{
	background:#f6f6f6 url(../../images/translate/con03.png) center center no-repeat;
}
.main-flat > div:nth-child(4) h2:before{
	background:#f6f6f6 url(../../images/translate/con04.png) center center no-repeat;
}


.main-card{
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
	    margin: 80px 0;
	    padding: 0;
}
.main-card > div{
	height:370px;
	width:31.2%;
	margin: 0 auto;
	position:relative;
}

.main-card > div.main-greeting{
	background:#1d9b97;
	    margin-right: auto;
    margin-left: 0;
}
.main-card > div.main-committees{
	background:url(../../images/translate/back01.jpg) no-repeat;
}
.main-card > div.main-function{
	background:url(../../images/translate/back02.jpg) no-repeat;
	    margin-right: 0;
    margin-left: auto;
}
.main-card > div.main-greeting img{
	position:absolute;
	right:0;
	bottom:0;
	display:none; /*20240628 임시 제외*/
}
.main-card > div h2{
	margin:60px 0 0 40px;
	color:#fff;
	font-size:24px;
	font-weight:400;
}
.main-card > div h2:after{
	content:'';
	display:block;
	width:35px;
	height:2px;
	background:#fff;
	margin:20px 0;
}
.main-card > div p{
	margin:10px 40px 0 40px;
	color:#fff;
	font-size:18px;
	font-weight:300;
	line-height:1.3;
	position:relative;
	z-index:1;
	letter-spacing: -0.3px;
}
.more{
	width:110px;
	height:36px;
	line-height:35px;
	font-size:18px;
	border:1px solid #fff;
	border-radius:36px;
	color:#fff;
	display:block;
	text-align:center;
	    position: absolute;
    
}
.more:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin:-1px 0 0 10px;
    background: url(../../images/translate/more.png) no-repeat;

}
.main-card .more{
	left: 40px;
    bottom: 50px;
}
.main-photo{
    background: url(../../images/translate/back03.jpg) center top no-repeat;
    height: 394px;
    width: 100%;	
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
.photo-wrap {
    margin: 0 auto;
    max-width: 1400px;
	width:100%;
	text-align:center;
}
.photo-wrap h2{
	color:#fff;
	margin:0 0 20px 0;
}
.photo-wrap .more{
	position:relative;
	margin: 0 auto;
}
footer {
    background: #fff;
}
footer .footer-addr {
    text-align: center;
    color: #3d3d3d;
    font-size: 16px;
	font-weight: 400;
    letter-spacing: 0;
}
footer .footer-addr address {
    font-size: 16px;
    color: #3d3d3d;
	font-weight: 400;
    letter-spacing: 0;
	padding: 50px 0 15px 0;
}
footer .footer-addr .copy {
    font-size: 16px;
    color: #3d3d3d;
	font-weight: 400;
    letter-spacing: 0;
	    padding: 0 0 50px 0;
}
	
	
	
	
@media only all and (max-width: 980px){

.gnb {
    border-top: 1px solid #ddd;
}
.m-gnb {
    display: block;
    margin: 0 0 45px 0;
    padding: 60px 0 0 0;
    border: none;
}

.m-gnb #main-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
}
.m-gnb #main-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
	padding: 19px 0 19px 31px;
}
.m-gnb #main-menu>li>a:after{
	content:none;
}
	.m-gnb .logo {
    display: block;
    position: absolute;
    width: 251px;
    height: 41px;
    background: url(../../images/translate/logo_en.png) no-repeat;
	    background-size: 100%;
	}
	.m-menu {
    right: 18px;
    top: 24px;
    background: url(../../images/translate/nav_b.png) no-repeat;
    width: 23px;
    height: 16px;
    background-size: 100%;
    text-indent: -9999px;
	}
	body.main .m-menu {
		background: url(../../images/translate/nav_w.png) no-repeat;
		background-size: 100%;
	}
	.main-visual {
	background: url(../../images/translate/main_img_m.jpg) center center no-repeat;
    background-size: cover;
    height: 469px;
    width: 100%;
    margin: -66px 0 0 0;
    min-height: 469px;
	}
	header .head-wrap .gnb {
		height: 45px;
		padding: 10px 0;
	}	
	header .head-wrap .gnb .logo,
	body.main .head-wrap .gnb .logo	{
		width: 257px;
		height: 44px;
		background-size: 100%;
		top: 0;
	}
	
	#page-body {
    padding: 0;
}
	.main-card {
    display: block;
	}
	.main-card > div {
    height: 370px;
    width: auto;
	float: none;
	height: 185px;
	margin: 0 0 20px 0;
	}
	.main-flat {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
	}
	.main-flat > div {
    background: #fff;
width: calc(50% - 20px);
    height: 180px;
    margin: 0 10px 23px 10px;
	
	}
	.main-flat > div h2:before {
		width: 89px;
		height: 89px;
		background: #f6f6f6 url(../../images/translate/con01.png) center center no-repeat;
		background-size: 100%;
		margin: 23px auto;
	}
	.main-flat > div:nth-child(2) h2:before{
		background:#f6f6f6 url(../../images/translate/con02.png) center center no-repeat;
		background-size: 100%;
	}
	.main-flat > div:nth-child(3) h2:before{
		background:#f6f6f6 url(../../images/translate/con03.png) center center no-repeat;
		background-size: 100%;
	}
	.main-flat > div:nth-child(4) h2:before{
		background:#f6f6f6 url(../../images/translate/con04.png) center center no-repeat;
		background-size: 100%;
	}
	.main-flat > div h2 {
    color: #1a1a1a;
    font-size: 12px;
	}
.main-card {
    margin: 0 0;
    padding: 0 25px;
}
.main-card > div h2 {
    margin: 0 0 0 20px;
	    font-size: 18px;
    padding: 20px 0 0 0;
}
.main-card > div p {
    margin: 10px 20px 0 20px;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 63px;
    height: 63px;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main-card > div h2:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}
.main-card > div.main-greeting img {
    width: 130px;
}
.main-photo {
    background: url(../../images/translate/back03.jpg) center center no-repeat;
	background-size: auto 197px;
    height: 197px;
}
.more:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 13px;
    margin: 7px 0 0 5px;
    background: url(../../images/translate/more.png) no-repeat;
    background-size: 6px;
}
.photo-wrap h2 {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
}
.more {
    font-size: 15px;
    height: 30px;
    line-height: 29px;
    width: 90px;
    padding: 0;
}
.main-card .more {
    left: 20px;
    bottom: 20px;
}
.more:after {
    margin: 6px 0 0 5px;
    background: url(../../images/translate/more.png) no-repeat;
    background-size: 6px;
}
	.visual-wrap {
    top: 200px;
	width:auto;
    text-align: right;
    align-items: flex-start;
	padding: 0 25px;
	}
	.visual-wrap h1 {
    color: #fff;
    width: auto;
	}
	.visual-wrap h1 span {
    display: block;
    font-size: 15px;
	}
	.visual-wrap h1 span br{
		display:none;
	}
	.visual-wrap h1 strong {
    display: block;
    font-size: 25px;
	}
	.visual-wrap p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: auto;
	}
	.visual-wrap p br{
		display:none;
	}
	.main-wrap {
    margin: -45px auto 0 auto;
	}
	footer .footer-addr address {
    font-size: 13px;
	    line-height: 20px;
    padding: 20px 0 0 0;
}
footer .footer-addr .copy {
    font-size: 13px;
	line-height: 20px;
    padding: 0 0 20px 0;
}
.ui-overlay-shadow {
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .6);
    box-shadow: none;
}
.ui-popup-container {
    height: 100%;
    min-height: 100%;
    background: #fff;
}
.ui-page-theme-a .ui-body-inherit.m-navmenu {
    background: #fff;
    border: none;
}
	.ui-icon-delete:after {
    background-image: url(../../images/translate/btn-close.png);
}	
.m-navmenu>a.ui-btn{
	background: none!important;
}
	
}
	
@media only all and (min-width: 1920px){
	.main-visual{
		background-size:cover!important;
	}
}