@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700');
@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');

@font-face {
	font-family: 'S-CoreDream-4Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-9Black';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-6Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-7ExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	FONT-FAMILY: 'S-CoreDream-4Regular', sans-serif !important;
	color: #423a3a;
	font-weight: 400;
	background: #ffffff;
}

p {
	margin: 0px;
}

input,
select {
	FONT-FAMILY: 'S-CoreDream-4Regular', sans-serif !important;
}

ol,
ul {
	margin: 0px;
}


.c_inner {
	width: 98%;
	margin: 0 auto;
	position: relative;
}

.top_inner {
	width: 1200px;
	margin: 0 auto;
}

.sp5 {
	height: 5px;
	clear: both;
}

.sp10 {
	height: 10px;
	clear: both;
}

.sp12 {
	height: 12px;
	clear: both;
}

.sp15 {
	height: 15px;
	clear: both;
}

.sp20 {
	height: 20px;
	clear: both;
}

.sp25 {
	height: 25px;
	clear: both;
}

.sp30 {
	height: 30px;
	clear: both;
}

.sp35 {
	height: 35px;
	clear: both;
}

.sp40 {
	height: 40px;
	clear: both;
}

.sp45 {
	height: 45px;
	clear: both;
}

.sp50 {
	height: 50px;
	clear: both;
}

.sp55 {
	height: 55px;
	clear: both;
}

.sp60 {
	height: 60px;
	clear: both;
}

.sp65 {
	height: 65px;
	clear: both;
}

.sp70 {
	height: 70px;
	clear: both;
}

.sp75 {
	height: 75px;
	clear: both;
}

.sp80 {
	height: 80px;
	clear: both;
}

.sp90 {
	height: 90px;
	clear: both;
}

.sp100 {
	height: 100px;
	clear: both;
}

.sp110 {
	height: 110px;
	clear: both;
}

.sp120 {
	height: 120px;
	clear: both;
}

.sp130 {
	height: 130px;
	clear: both;
}

.sp140 {
	height: 140px;
	clear: both;
}

.sp150 {
	height: 150px;
	clear: both;
}

.sp160 {
	height: 160px;
	clear: both;
}

.sp165 {
	height: 165px;
	clear: both;
}

.sp200 {
	height: 200px;
	clear: both;
}

.t_bold {
	font-weight: bold
}

.allowed {
	cursor: not-allowed !important;
}

/* Select box */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(images/select.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	background-size: 9px auto;
}

input,
select {
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	-webkit-border: none;
	-moz-border: none;
	-webkit-padding: 0 10px;
	-moz-padding: 0 10px;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox
}

input[type='radio'] {
	-webkit-appearance: radio
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select::-ms-expand {
	display: none;
	/*for IE10, 11*/
}

.inner {
	width: 95%;
	margin: 0 auto
}

.inner2 {
	width: 100%;
	margin: 0 auto
}

.m_hide {
	display: none;
}

/*common*/




/*main END*/

#header .pc_menu {display:none;}


.m_menu {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

#m_nav {
	width: 300px;
	height: 100%;
	background: #ffffff;
	position: fixed;
	right: -100%;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	z-index: 999999;
	padding-top: 20px;
	display: block !important;
	top: 0px;
}

.m_nav_logo {
	margin-right: 20px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1 !important;
	width: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.nav_list .m_li {
	padding-left: 30px;
	margin-bottom: 25px;
}

.mane_span {
	font-size: 18px;
	color: #ffffff;
}

.listbar {
	width: 3px;
	height: 15px;
	display: inline-block;
	background: #e7a22f;
	margin-right: 10px;
}

.menu_Btn {
	margin-top: 23px;
	margin-left: 10px;
	float: left;
}

.m_nav_top .close img {
	width: 18px;
}

.nav_list {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.sub-menu {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 35px;
	padding-right: 30px;
}

.sub-menu a {
	color: rgb(105, 113, 125);
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.login_box .login {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 35px;
	padding-right: 30px;
}

.login_box .join {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 35px;
	padding-right: 30px;
}

.login_box {
	margin: 20px;
}

.login_box a {
	color: #fafafa;
	font-size: 14px;
}

.sm_t {
	font-weight: 600;
}

#header {
	position: fixed;
	top: 0px;
	padding-top: 15px;
	padding-bottom: 35px;
	z-index: 9999999;
	background: #fff;
}

.jbFixed {
	position: fixed !important;
	top: 0;
	left: 0;
	background: #ffffff !important;
}

#header .logo {
    float: left;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#header .logo img {
    width: 202px;
}

#header .menu {
	float: right;
	margin-top: 17px;
	display: none;
}

#header .menu .dep-1 {
	float: left;
}

#header .menu .dep-1 .dep-1-1 {
	float: left;
	margin-right: 30px;
	color: #ffffff;
}

#header .login_box {
	float: right;
}

#header .login_box p {
	float: left;
	margin-top: 7px;
}

#header .login_box p:nth-child(1) {
	margin-right: 15px;
}

#header .login_box p a {
	color: #ffffff;
	font-size: 12px;
}

/*main*/

#visual {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 89px;
}

#visual .swiper {
        width: 100%;
      }

#visual .swiper-wrapper {
    height: auto !important;
}	 
#visual .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto !important;
    padding-top: 40.25%;
}

#visual .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}


#section01 {overflow:Hidden;padding-top:60px;padding-bottom:10px;}
#section01 .item-box {
    overflow: Hidden;
    margin-bottom: 50px;
}
#section01 .item-box .tit {
    font-size: 24px;
    color: #358ccb;
    text-align: center;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.5;
	word-break: break-word;
}
#section01 .item-box .stit {
    font-size: 16px;
    color: #77787b;
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
	word-break: break-word;
}


#section02 {
	overflow:Hidden;
	padding-bottom:60px;
	}
#section02 .item01{
	overflow:Hidden;
	}
#section02 .item01 .img {
    overflow: Hidden;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
	margin-bottom: 20px;
}
#section02 .item01 .img2{
	overflow: Hidden;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
	}
#section02 .item01 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
#section02 .item01 .img2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
#section02 .text-item01 {
    padding-left: 22px;
    float: left;
}
#section02 .text-item01 .tit{
	position:relative;
	margin-bottom:30px;
	}
#section02 .text-item01 .tit::after {
    content: '';
    width: 4px;
    height: 72px;
    background: #358ccb;
    position: absolute;
    top: 0px;
    left: -20px;
}
#section02 .text-item01 .tit .t1 {
    font-size: 24px;
    color: #358ccb;
    font-weight: 800;
    margin-bottom: 6px;
}
#section02 .text-item01 .tit .t2 {
    font-size: 20px;
    color: #358ccb;
    font-weight: 700;
}

#section02 .text-item01 .s_tit{
	overflow:Hidden;
	}
#section02 .text-item01 .s_tit .t1 {
    font-size: 20px;
    color: #6d6e71;
    font-weight: 800;
    margin-bottom: 10px;
}
#section02 .text-item01 .s_tit .t2 {
    font-size: 16px;
    color: #77787b;
    line-height: 1.4;
	font-weight:700;
	word-break: keep-all;
}
#section02 .text-item01 .s_tit .t2 li{
    padding-left:13px;
	position:relative;
}
#section02 .text-item01 .s_tit .t2 li::after{
    content:'-';
	position:absolute;
	top:0px;
	left:0px;
}



#section02 .item02 {
    overflow: Hidden;
    margin-top: 30px;
	margin-bottom:30px;
}
#section02 .item02 .img{
	overflow: Hidden;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
	}
#section02 .item02 .img img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
	}
#section02 .text-item02 {
    padding-right: 22px;
    float: right;
}
#section02 .text-item02 .tit{
	position:relative;
	margin-bottom:30px;
	}
#section02 .text-item02 .tit::after {
    content: '';
    width: 4px;
    height: 72px;
    background: #358ccb;
    position: absolute;
    top: 0px;
    right: -20px;
}
#section02 .text-item02 .tit .t1 {
    font-size: 24px;
    color: #358ccb;
    font-weight: 800;
    margin-bottom: 6px;
	text-align: right;
}
#section02 .text-item02 .tit .t2 {
    font-size: 20px;
    color: #358ccb;
    font-weight: 700;
	text-align: right;
}

#section02 .text-item02 .s_tit {
    overflow: Hidden;
    text-align: right;
}
#section02 .text-item02 .s_tit .t1{
	font-size: 20px;
    color: #6d6e71;
    font-weight: 800;
    margin-bottom: 10px;
	}
#section02 .text-item02 .s_tit .t2 {
    font-size: 16px;
    color: #77787b;
    line-height: 1.4;
    font-weight: 700;
    word-break: keep-all;
}



#section03 {
	width:100%;
	overflow:hidden;
	position:relative;
	}
#section03 .swiper {
        width: 100%;
        height: auto !important;
      }
#section03 .swiper-wrapper { height: auto !important;}
#section03 .swiper-slide { height: auto !important;}
#section03 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		padding-top: 35.25%;
		position:relative;
      }

#section03 .swiper-slide img {
       display: block;
        width: 100%;
        height: 100%;
		position:absolute;
		top:0px;
		left:0px;
        object-fit: cover;
      }

#section04 {overflow:hidden;}
#section04 .video-box{
	width: 100%;
    padding-top: 56.25%;
    position: relative;
	}
#section04 .video-box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.bt-box {overflow:hidden;width:95%;margin:0 auto;}
.bt-box ul li {
    width: calc(96%/3);
    float: left;
    background: #929292;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.bt-box ul li:nth-child(2) {margin-left:2%;margin-right:2%;}
.bt-box ul li a {color:#ffffff;display:block;}

.f_r {float:right;}
.more-box {
    width: 163px;
    height: 45px;
    background: #95cd32;
    text-align: Center;
    color: #ffffff;
    line-height: 45px;
    font-size: 20px;
	cursor:pointer;
}

.com-tit {
	font-size:36px;
	color:#8D95A0;
	font-weight:700;
	text-align:center;
	line-height:1;
	}
.com-tit2 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.com-bull {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	}
.com-bull img{
	height:21px;
	}


/*main END*/


/*sub*/
#sb-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    margin-top: 89px;
}
.bg01 {
	background:url(../images/s_bg_01.jpg)no-repeat;
	background-size:cover;
	background-position:center;
	}
.bg02 {
	background:url(../images/s_bg_02.jpg)no-repeat;
	background-size:cover;
	background-position:center;
	}
.bg03 {
	background:url(../images/s_bg_03.jpg)no-repeat;
	background-size:cover;
	background-position:center;
	}
.bg04 {
	background:url(../images/s_bg_04.jpg)no-repeat;
	background-size:cover;
	background-position:center;
	}



.section01 {
    overflow: Hidden;
    padding-top: 60px;
    padding-bottom: 10px;
}
.section01 .item-box {
    overflow: Hidden;
	margin-bottom: 50px;
}
.section01 .item-box .tit {
    font-size: 24px;
    color: #358ccb;
    text-align: center;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.5;
    word-break: keep-all;
}
.section01 .item-box .tit2 {
    font-size: 20px;
    color: #358ccb;
    text-align: center;
    font-weight: 800;
}
.section01 .item-box .stit {
    font-size: 16px;
    color: #77787b;
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
    word-break: keep-all;
}
.section01 .item-box .link-p {
    font-size: 15px;
    color: #77787b;
    text-align: center;
    font-weight: 700;
	margin-top:30px;
}

.section01 .youtubeArea {overflow:hidden;}
.section01 .youtubeArea .boxitem {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
	float:left;
	margin-bottom:2%;
}
.section01 .youtubeArea .boxitem iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.sub-bar {
	width:74px;
	height:4px;
	background:#95cd32;
	margin:0 auto;
	}

.section02 {overflow:hidden;padding-top:60px;}
.section02 .item01{overflow:hidden;margin-bottom:30px;}
.section02 .item01 .img{
	overflow: Hidden;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
	}
.section02 .item01 .img img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
	}
.section02 .item01 .text-box{
	float:left;
	padding-left:10px;
	}
.section02 .item01 .text-box .tit {
    font-size: 24px;
    color: #358ccb;
    font-weight: 800;
    border-left: 3px solid #95cd32;
    padding-left: 8px;
    margin-bottom: 30px;
}
.section02 .item01 .text-box .stit {
    font-size: 16px;
    color: #77787b;
    line-height: 1.4;
    font-weight: 700;
    word-break: keep-all;
}
.section02 .item02 {
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 10px;
}
.section02 .item02 .t1{
	font-size: 24px;
    color: #358ccb;
    font-weight: 800;
    margin-bottom: 30px;
	}
.section02 .item02 .t2{
	font-size: 16px;
    color: #77787b;
    line-height: 1.4;
    font-weight: 700;
    word-break: keep-all;
	}

.section02 .item03{overflow:hidden;margin-bottom:30px;}
.section02 .item03 .img{
	overflow: Hidden;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
	}
.section02 .item03 .img img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
	}
.section02 .item03 .text-box {
    float: left;
    padding-left: 10px;
}
.section02 .item03 .text-box .tit{
	font-size: 24px;
    color: #358ccb;
    font-weight: 800;
    border-left: 3px solid #95cd32;
    padding-left: 8px;
    margin-bottom: 30px;
	word-break: keep-all;
	}
.section02 .item03 .text-box .text-item ul li {
    font-size: 14px;
    color: #77787b;
    font-weight: 700;
    position: relative;
    margin-left: 22px;
    line-height: 1.9;
    margin-bottom: 7px;
	word-break: keep-all;
}
.number_list {
  counter-reset: number 0;
}
.number_item::before {
    counter-increment: number 1;
    content: counter(number) '.';
    position: absolute;
    left: -22px;
    top: 0px;
}
.section02 .item04 {
    overflow: hidden;
    margin-bottom: 30px;
}
.section02 .item04 .img {
    overflow: Hidden;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
}
.section02 .item04 .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.section02 .item04 .text-box {
    float: left;
    padding-left: 10px;
}
.section02 .item04 .text-box .tit {
    font-size: 24px;
    color: #358ccb;
    font-weight: 800;
    margin-bottom: 30px;
}
.section02 .item04 .text-box .text-item ul li {
    font-size: 14px;
    color: #77787b;
    font-weight: 700;
    position: relative;
    margin-left: 22px;
    line-height: 1.5;
    margin-bottom: 7px;
    letter-spacing: -1;
}



.member-item {overflow:hidden;}
.member-item .item {
    overflow: hidden;
    margin-bottom: 70px;
}
.member-item .item ul li{text-align:center;}
.member-item .item .icon{margin-bottom:40px;}
.member-item .item .icon img{width:50%;}
.member-item .item .title {
    color: #95cd32;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.5;
	word-break: keep-all;
}
.member-item .item .s-tit{
	font-size: 16px;
    color: #77787b;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
	word-break: keep-all;
	}
.member-item .textArea {
    overflow: hidden;
    width: 100%;
    background: #ededed;
    padding:20px;
}
.member-item .textArea ul {width:100%;overflow:hidden;display:block;margin-bottom:20px;}
.member-item .textArea ul:last-child {margin-bottom:0px;}
.member-item .textArea ul li{
	float:left;
	}
.member-item .textArea ul li.th {
    font-size: 18px;
    font-weight: 800;
    color: #6d6e71;
    margin-bottom: 10px;
}
.member-item .textArea ul li.td {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #6d6e71;
    padding-left: 0;
}

/*sub END*/

/*footer*/





.footer {
    width:100%;
	background:#366083;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
}
.footer .item-add-en {
    width: 100%;
    color: #ffffff;
    margin-bottom: 30px;
}
.footer .item-add-en .t1{
    font-weight:500;
	font-size:16px;
	margin-bottom:10px;
}
.footer .item-add-en .t2 {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}
.footer .item-add-ko{
    width:100%;
	color:#ffffff;
}
.footer .item-add-ko .t1{
    font-weight:500;
	font-size:16px;
	margin-bottom:10px;
}
.footer .item-add-ko .t1 span {font-weight:500;}
.footer .item-add-ko .t2 {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}


.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent !important;
	border:2px #ffffff solid !important;
    opacity: .8;
}
.swiper-pagination-bullet {width:16px !important; height:16px !important;}
.swiper-pagination-bullet-active {
    opacity: 0.8 !important;
    background: #ffffff !important;
}
/*footer END*/

#m_nav {
	display: none;
}

.m_b {
	display: none;
}





.m_mt_19 {margin-top:19px;}
.m_mb_25 {margin-bottom:25px;}
.m_pt_100 {padding-top:100px;}
.m-mb30 {margin-bottom:30px;}


.m_sns {
    padding-left: 35px;
    float: left;
    margin-top: 30px;
}
.m_sns img {
    margin-right: 5px;
    width: 60px;
}

.office-btn {
	background: #a3ce57;
    border-radius: 5px;
    padding: 3px 0px;
	width: calc(100% - 30px);
	margin-left: 20px;
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
    font-size: 15px;
}

.office-btn a {
	color: #fff;
}

#header .header_top_box02 {
    padding-left: 40px;
    padding-top: 20px;
}

#header .header_top_box02 a {
    font-size: 1.05em;
    color: #00599b;
    line-height: 45px;
    font-weight: 600;
    margin-right: 7px;
}

#header .header_top_box02 a:last-child {
    margin-right: 0;
}




.lang_select {
	position: absolute;
    top: 25px;
    right: 10px;
    z-index: 999999;
    border: 1px #e4e4e4 solid;
	}
.lang_select .active_lang img{
	width:27px !important;
	}


.lang_select .lang_select_list {
    background: #ffffff;
    position: absolute;
    top: 35px;
    z-index: 9999;
    right: 0px;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #d8d6d6;
}
.lang_select .lang_select_list p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 2px;
	cursor:pointer;
}
.lang_select .lang_select_list p:last-child {margin-bottom:0px;}
.lang_select .lang_select_list p img {
    width: 27px;
    margin-right: 8px;
    border: 1px #d4d4d4 solid;
}