/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi			{display:none; }
.sub_tab						{display:none;}
.inner {width:100%; max-width:1280px; height:auto; display:block; margin:0 auto;}
/* left menu 있을때... */
/*
.sub_left								{width:15%; max-width:200px; float:left;}
.sub_right						{width:82%; padding-right:1%; float:right; position:relative;}
*/

.sub_left								{display:none; }
.sub_right						{width:100%; position:relative;}

.content_title h1		{font-size:40px; font-weight:700; text-align: center;}
.content_title p		{font-size:12px;}

.content_desc				{min-height:500px;}
@media(max-width:1400px){
	.inner {padding:0 4%;}
}

@media(max-width:1280px){
.content_title h1		{font-size:32px;}
}
@media(max-width:1080px){
.content_title h1		{font-size:28px;}
}
@media(max-width:768px){
.content_title h1		{font-size:24px;}
}
@media(max-width:500px){
.content_title h1		{font-size:22px;}
}

/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header_t {width:100%; height: 100px; display:flex; align-items: center; justify-content: space-between; padding: 0 120px; position: fixed; z-index: 999; left:0; top:0; background: #222;}
.header_t img {display: block; max-width: 240px; width: 100%; height: auto; margin: 0 auto;}

.h_right {display:flex;}
.h_right a {font-size: 14px; color: #fff; display:flex; align-items: center;}
.h_right a:first-child::after {content:''; display:block; right:0; width:1px; height:12px; background-color: rgba(255,255,255,0.4); margin:0 10px;}

/* 햄벅 */
.mo_nav				{display:block; }
.mo_nav *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.mo_nav .navbar-toggle {position: relative; background-color:transparent; background-image:none; border-radius:3px; border:0; display:flex; align-items: center;}
.mo_nav .navbar-toggle figure {padding-right: 11px;}
.mo_nav .navbar-toggle p {color:#fff; font-size:17px;}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#181818; display:block; width:28px; height:4px; border-radius:5px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:4px; width:24px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:32px; height:4px; }

.mo_nav:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(16px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}

@media(max-width:1280px){
.header_t {padding: 0 100px;}
}
@media(max-width:1080px){
	.header_t {padding: 0 80px;}
}

@media(max-width:768px){
	.mo_nav{display:block;}
	.mo_nav p {display:none;}
	.h_right {display:none;}
	.header_btn .login_btn, .header_btn .language_btn{display: none;}
	.header_logo{width:100%; padding:0 25%;}
	.header_t img {max-width:200px;}
	.header_t{ padding:0; height:60px; justify-content: center; position:fixed;}
	.header_btn {position:absolute; left:4%;}
	.header_gnb{display: none;}
}

/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/
.main_visual										{position:relative; margin:0 auto;}

.main_title {font-size:34px; font-weight:700; padding:111px 0 8px;}
.main_con_text {font-size:18px; padding-bottom:46px;}
.main_body01 {overflow:hidden; width:100%; position:relative;}
.main_body01::after {display:block; content:''; width:17%; height:18vw; background-color: rgba(255,255,255,0.4); position:absolute; z-index: 20; right:0; bottom:0;}
.main_body01::before {display:block; content:''; width:16%; height:18vw; background-color: rgba(255,255,255,0.4); position:absolute; z-index: 20; left:0; bottom:0;}
.main_body01 .flx {display:flex; justify-content: space-between;}
.main_body01 .button {width:130px; display:flex; justify-content: space-between; align-items: flex-end; padding-bottom:46px;}

.main_body03 {background:url('./img/main_body03_bak.jpg') no-repeat center / cover; padding:80px 0;}
.main_body03 .flx {display:flex; flex-direction: column; align-items: center; justify-content: center; color:#fff; padding:0 4%; text-align: center;}
.main_body03 h3 {font-size:34px; font-weight:700;}
.main_body03 p {font-size:18px; padding:8px 0 49px;}
.main_body03 a {font-size:16px; color:#fff; border:1px solid #fff; padding:13px 43px 12px 43px;}
.main_body03 a:hover {background-color: #005b6f; border:1px solid #005b6f;}

@media(max-width:1280px){
.main_title {font-size:28px; padding:95px 0 8px;}
.main_con_text {font-size:17px; padding-bottom:40px;}
.main_body01 .button {padding-bottom:40px;}
.main_body01::after {width:7%; height:17vw} 
.main_body01::before {width:6%; height:17vw}

.main_body03 {padding:60px 0;}
.main_body03 h3 {font-size:28px;}
.main_body03 p {font-size:17px; padding:8px 0 40px;}
.main_body03 a {font-size:15px; padding:11px 40px 9px;}
}

@media(max-width:1080px){
.main_title {font-size:24px; padding:80px 0 8px;}
.main_con_text {padding-bottom:30px;}
.main_body01 .button {padding-bottom:30px;}

.main_body03 {padding:50px 0;}
.main_body03 h3 {font-size:24px;}
.main_body03 p {padding:8px 0 30px;}
.main_body03 a {padding:11px 30px 9px;}
}
@media(max-width:768px){
.main_title {font-size:22px; padding:60px 0 8px;}
.main_con_text {font-size:16px; padding-bottom:30px;}
.main_body02 .main_con_text {padding-bottom:20px;}
.main_body01 .flx {flex-direction: column;}
.main_body01 .button {padding-bottom:10px; width:100%; justify-content: flex-end;}
.main_body01::after {width:30%; height:32vw} 
.main_body01::before {width:29%; height:32vw}

.main_body03 {padding:30px 0;}
.main_body03 h3 {font-size:22px;}
.main_body03 p {font-size:16px; padding:8px 0 20px;}
.main_body03 a {font-size:15px; padding:8px 20px 6px;}
}

@media(max-width:500px){
.main_title {font-size:18px; padding:50px 0 8px;}
.main_con_text {font-size:15px; padding-bottom:30px;}
.main_body02 .main_con_text {padding-bottom:15px;}
.main_body01 .button {padding-bottom:15px;}
.main_body01::after {width:25%; height:39vw} 
.main_body01::before {width:23%; height:39vw}

.main_body03 h3 {font-size:18px;}
.main_body03 p {font-size:15px; padding:8px 0 20px;}
.main_body03 a {font-size:14px; padding:8px 20px 6px;}

}

/************************* main_inc 끝*************************/


/************************* title_navi 시작 *************************/
.navi_all{border-bottom:1px solid #ddd;}
.navi_in{width:100%; max-width:1300px; margin:0 auto; display: flex;}
.navi_in .home_btn_all a{display: flex; align-items: center; justify-content: center; padding:15px;}
.navi_in .down_btn{position:relative; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.navi_in .down_btn2{border-right:1px solid #ddd; border-left:0;}
.navi_in .down_btn .down_btn_title{display: flex; align-items: center; padding:17px 30px; cursor: pointer; width:240px;}
.navi_in .down_btn .down_btn_title h3{font-size:15px; font-weight:600; line-height:1; transition:all .2s;}
.navi_in .down_btn:hover .down_btn_title h3{color:#ea002b;}
.navi_in .down_btn .down_btn_title img{position:absolute; right:30px; top:0; bottom:0; margin:auto; transition:all .3s;}

ul.extend{position:absolute; background:#fff; width:calc(100% + 2px); top:50px; border:1px solid #ddd; z-index: 5; left:-1px; padding:10px 0; display: none;}
ul.extend li{}
ul.extend li a{ font-size:15px; font-weight:600; display: block; margin:0 30px; padding:13px 0; transition:all .3s;}
ul.extend li a:hover{color:#ea002b;}
@media(max-width:1050px){
	.navi_in .down_btn .down_btn_title {width:200px; padding: 20px;}
}
@media(max-width:768px){
	ul.extend {top:55px;}
	ul.extend li a {font-size: 14px; margin: 0px 20px; padding: 10px 0;}
}
@media(max-width:600px){
	.navi_in .home_btn_all{display: none;}
	.navi_in .down_btn{width:50%;}
	.navi_in .down_btn .down_btn_title {width:100%; padding: 15px;}
	.navi_in .down_btn .down_btn_title h3 {font-size: 13px;}
	.navi_in .home_btn_all a {padding:8px;}
	.navi_in .down_btn .down_btn_title img {right:15px;}
	ul.extend {top:43px;}
	ul.extend li a {font-size: 13px; margin: 0px 17px; padding: 8px 0;}
}


/************************* title_navi 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer_info {border-bottom:1px solid rgba(255,255,255,0.4); background-color: #222;}
.footer_site_link						{padding:56px 0; display:flex; align-items: flex-start; justify-content: flex-start; color:#b2b2b2;}
.footer_site_link figure {padding-right:100px; padding-top:5px;}
.footer_site_link img {width:100%; max-width:240px; height:auto; display:block;}
.footer_site_link .top {padding-bottom:14px;}
.footer_site_link .top li			{display:inline;}
.footer_site_link .bottom li:not(:last-child) {padding-bottom:9px;}
.footer_site_link a:first-child {margin-right:15px;}
.footer_site_link a {color:#fff; font-size:16px;}


.footer_t								{margin:1% auto 3% auto; padding:0 2%; line-height:150%; font-size:12px;}
.footer_t:after					{width:100%; display:block; clear:both; content:'';}
.footer_logo						{float:left; width:15%; }
.footer_txt							{float:left; width:60%; margin-left:3%;}
.footer_familysite			{float:right; width:15%; position:relative; max-width:160px; }

.footer_logo img				{width:100%; height:auto; max-width:150px;}

.footer_txt p							{margin-bottom:10px;}
.footer_txt p b						{font-weight:600;}
.footer_txt p span				{display:inline-block; margin:0 10px; font-size:10px;}
@media(max-width:1280px){
.footer_site_link						{padding:4% 0;}
.footer_site_link figure {padding-right:80px;}
.footer_site_link .top {padding-bottom:10px;}
.footer_site_link .bottom li:not(:last-child) {padding-bottom:5px;}
}
@media(max-width:1080px){
.footer_site_link figure {padding-right:60px;}
.footer_site_link .top {padding-bottom:5px;}
}

@media(max-width:768px){
.footer_site_link {flex-direction: column; align-items: flex-start;}
.footer_site_link figure {padding-right:0px; padding-top:0; padding-bottom:3%;}
.footer_site_link img {max-width:200px;}
.footer_site_link .top {padding-bottom:3%;}
.footer_site_link a {font-size:13px;}
.footer_site_link a:first-child {margin-right:10px;}
.footer_site_link .bottom p {font-size:13px;}
.footer_logo						{width:100%; margin-bottom:2%;}
.footer_txt							{width:100%; margin-left:0%; }
.footer_familysite			{float:left; width:100%; max-width:160px; margin:0 auto;}
}
@media(max-width:500px){
}



/*family_inc.php의 스타일*/
.total								{width:100%;  cursor:pointer; }
.select_d							{border:1px solid #ddd; width:100%; line-height:30px; height:30px; padding-left:8px; position:relative; font-size:12px;}
.select_d span				{display:inline-block; position:absolute; right:10px;}

/* 패밀리사이트 클릭시 밑으로 떨어지는  CSS*/
/*
.select_op						{border:1px solid #ddd;border-top:none; width:168px; margin-top:0px; display:none; position:absolute; z-index:3px; background:#fff; font-size:11px;}
*/

/* 패밀리사이트 클릭시 위로 올라오는 CSS*/
.select_op						{border:1px solid #ddd;border-bottom:none; width:160px; margin-top:0px; display:none; position:absolute; z-index:3px; background:#fff; font-size:11px;bottom:30px;}

.select_op	li				{line-height:30px;height:30px; border:0px solid red; padding-left:8px;}
.select_op	li		a		{cursor:pointer; width:100%; height:30px; display:inline-block;letter-spacing:-0.3px;}
.select_op	li:hover	{background:#eee;}
.a_focus							{background:#8e8e8e; color:#fff !important;}



.footer_copyright			{background:#222; color:#b2b2b2; padding:10px;}
.footer_copyright p			{color:#b2b2b2; font-size:12px;}
.footer_copyright p a		{font-size:11px; color:#b2b2b2;  margin-left:15px;}

/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/************************* ui.totop 끝 *************************/

/************************* sub_page 시작 *************************/
.sub11 {text-align: center;}
.sub11 img {width:100%; max-width:1280px; height:auto; display:block;}
.sub11 .txt_box {background-color: #fff;position:relative; width:90%; margin:0px auto 0; padding:60px 0 115px;}
.sub11 p {line-height:1.6; color:#555;}
.sub11 .ko {font-size:18px; padding-bottom:46px;}
.sub11 .en {font-size:16px;}
.sub11 .green {color:#005b6f; font-weight:500;}

@media(max-width:1280px){
	.sub11 .txt_box {padding:50px 4% 100px;}
	.sub11 .txt_box br {display:none;}
	.sub11 .ko {font-size:17px; padding-bottom:30px;}
	.sub11 .en {font-size:15px;}
}
@media(max-width:1080px){
	.sub11 .txt_box {padding:40px 4% 80px;}

}
@media(max-width:768px){
	.sub11 .txt_box {padding:30px 0 60px; margin:0 ; text-align: left; width:100%;}
	.sub11 .ko {font-size:16px; padding-bottom:20px;}
	.sub11 .en {font-size:14px;}
}
@media(max-width:500px){
	.sub11 .txt_box {padding:30px 0 50px;}
	.sub11 .ko {font-size:15px; padding-bottom:20px;}
	.sub11 .en {font-size:14px;}

}

.sub12 {text-align: center;}
.sub12 p {font-size:18px; color:#555;}
.sub12 .mo {display:none;}
.sub12 figure {padding:56px 0 120px; display:flex; justify-content: center;}
.sub12 figure img {width:100%; max-width:924px; height:auto; display:block;}

@media(max-width:1280px){

.sub12 figure {padding:50px 0 100px;}
}
@media(max-width:1080px){
.sub12 figure {padding:40px 0 80px;}
}
@media(max-width:768px){
.sub12 p {font-size:16px;}
.sub12 .mo {display:block;}
.sub12 .pc {display:none;}
.sub12 figure {padding:30px 0 60px;}
.sub12 figure img {max-width:970px;}
}
@media(max-width:500px){
.sub12 figure {padding:20px 0 50px;}
}
@media(max-width:400px){
.sub12 figure {padding:20px 0 0px;}
}

.sub13_a figure img {width:100%; max-width:1280px; height:auto; display:block;}
.sub13_b .flx {display:flex; padding:98px 0 120px; position:relative; justify-content: center;}
.sub13_b .flx::after {display:block; content:''; width:1px; height:100%; position:absolute; background-color: #ddd; top:0; left:50%; transform: translate(-50%,0);}
.sub13_b .left {padding:0 98px 0 111px; width:50%;}
.sub13_b .right {width:50%; padding-left:48px;}
.sub13_b img {width:100%; max-width:480px; height:auto; display:block;}
.sub13_b h2 {font-size:34px; font-weight:700; position:relative;}
.sub13_b li {font-size:18px; color:#555; padding-bottom:5px;}
.sub13_b li:first-of-type {padding-top:10px;}
.sub13_b .flx h2::after {display:block; content: ''; width:9px; height:9px; position: absolute; background-color: #005b6f; border-radius: 50px; left:-54px; top:50%; transform:translate(0,-50%); z-index: 9;}
.sub13_b .flx h2::before {display:block; content: ''; width:19px; height:19px; position: absolute; border:1px solid #005b6f; border-radius: 50px; left:-59px; top:50%; transform:translate(0,-50%); z-index: 9;}
.sub13_b .flx:nth-of-type(2n) {flex-direction: row-reverse;justify-content: flex-start;}
.sub13_b .flx:nth-of-type(2n) h2::after {right:-53px; left:auto;}
.sub13_b .flx:nth-of-type(2n) h2::before {right:-58px; left:auto;}
.sub13_b .flx:nth-of-type(2n) .right {text-align: right; padding-left:0; padding-right:48px;}
.sub13_b .flx:nth-of-type(2n) .left {padding:0 111px 0 98px;}

@media(max-width:1280px){
.sub13_b .flx {padding:85px 0 100px;}
.sub13_b .left {padding:0 85px 0 0px;}
.sub13_b .right {padding-left:40px;}
.sub13_b h2 {font-size:30px;}
.sub13_b li {font-size:16px;}
.sub13_b .flx h2::after	{ left:-44px;}
.sub13_b .flx h2::before {left:-49px;}
.sub13_b .flx:nth-of-type(2n) h2::after {right:-44px; left:auto;}
.sub13_b .flx:nth-of-type(2n) h2::before {right:-49px; left:auto;}

.sub13_b .flx:nth-of-type(2n) .left {padding:0 0px 0 85px;}
.sub13_b .flx:nth-of-type(2n) .right {padding-right:40px;}
}
@media(max-width:1080px){
	.sub13_b .flx {padding:70px 0 80px;}
	.sub13_b .left {padding:0 55px 0 0px;}
	.sub13_b .right {padding-left:30px;}
	.sub13_b h2 {font-size:26px;}
	.sub13_b li {font-size:16px;}
	.sub13_b .flx {padding:70px 0 50px;}
	.sub13_b .flx h2::after	{ left:-34px;}
	.sub13_b .flx h2::before {left:-39px;}
	.sub13_b .flx:nth-of-type(2n) h2::after {right:-34px; left:auto;}
	.sub13_b .flx:nth-of-type(2n) h2::before {right:-39px; left:auto;}
	.sub13_b .flx:nth-of-type(2n) .left {padding:0 0px 0 70px;}
	.sub13_b .flx:nth-of-type(2n) .right {padding-right:30px;}
}
@media(max-width:768px){
	.sub13_b .flx {padding:40px 0 60px;}
	.sub13_b .left {padding:0 55px 0 0px;}
	.sub13_b .right {padding-left:20px;}
	.sub13_b .left figure {display:none;}
	.sub13_b h2 {font-size:22px;}
	.sub13_b li {font-size:15px;}
	.sub13_b .flx:nth-of-type(2n) {padding-top:0;}
	.sub13_b .flx:nth-of-type(2n) .left figure {display:flex; justify-content: flex-end;}
	.sub13_b .flx h2::after	{ left:-22px; width:4px; height:4px;}
	.sub13_b .flx h2::before {left:-27px; width:14px; height:14px;}
	.sub13_b .flx:nth-of-type(2n) h2::after {right:-22px; left:auto;}
	.sub13_b .flx:nth-of-type(2n) h2::before {right:-27px; left:auto;}
	.sub13_b .flx:nth-of-type(2n) .left {padding:0 0px 0 55px;}
	.sub13_b .flx:nth-of-type(2n) .right {padding-right:20px;}
	.sub13_b .flx:nth-of-type(2n) .left figure {display:none;}
}
@media(max-width:500px){
	.sub13_b .flx::after {left:15px; transform:none;}
	.sub13_b .flx {padding:40px 0 50px; justify-content: flex-start}
	.sub13_b .left {display:none;}
	.sub13_b .right {padding-left:35px; width:100%;}
	.sub13_b h2 {font-size:18px;}
	.sub13_b li {font-size:14px; }
	.sub13_b .flx h2::after	{ left:-22px;}
	.sub13_b .flx h2::before {left:-27px;}
	.sub13_b .flx:nth-of-type(2n) {justify-content: flex-start; flex-direction: initial;}
	.sub13_b .flx:nth-of-type(2n) h2::after {right:auto; left:-22px;}
	.sub13_b .flx:nth-of-type(2n) h2::before {right:auto; left:-27px;}
	.sub13_b .flx:nth-of-type(2n) .left {padding:0 0px 15px 0px;}
	.sub13_b .flx:nth-of-type(2n) .right {text-align:left; padding-left:35px; padding-right:0; width:100%;}
}

.sub14 .mo {display:none;}
.sub14 figure {padding-bottom:120px; display:flex; justify-content: center;}
.sub14 img {width:100%; max-width:906px; height:auto; display:block;}

@media(max-width:1280px){
.sub14 figure {padding-bottom:100px;}
}
@media(max-width:1080px){
.sub14 figure {padding-bottom:80px;}
}
@media(max-width:768px){
.sub14 .mo {display:block;}
.sub14 .pc {display:none;}
.sub14 figure img {max-width:561px;}
.sub14 figure {padding-bottom:60px;}
}
@media(max-width:500px){
	.sub14 figure {padding-bottom:50px;}
}
@media(max-width:400px){
	.sub14 figure {padding-bottom:0px;}
}

.sub15_v {width:100%; height:360px; background-color: #f5f5f5; border:1px solid #ddd; display:flex; justify-content: center; align-items: center; padding:0 4%;}
.sub15_v img {width:100%; max-width:474px; height:auto; display:block;}
.sub15 .flx {display:flex; justify-content: space-between; padding-top:60px;}
.sub15 .flx span {font-weight: 700; color:#121212}
.sub15 .flx li p {font-size: 18px; color:#555;}
.sub15 .flx li:nth-child(2) {padding:36px 0 7px;}
.sub15 ul {width:23%;}
.sub15 .color_box {width:100%; height:32px; background-color: #005b6f;}
.sub15 .color_box2 {background-color: #0089a7;}
.sub15 .color_box3 {background-color: #3c3c3b;}
.sub15 .color_box4 {background-color: #636362;}
.sub15 .button {display:flex; justify-content: center; padding:72px 0 120px;}
.sub15 .button a {width:240px; height:60px; border:1px solid #ddd; display:flex; justify-content: center; align-items: center;}
.sub15 .button a:first-child {margin-right:20px;}
.sub15 .button p {font-size:16px; color:#555;}
.sub15 .button i {padding-right:16px; font-size: 20px; margin-top:4px;}
.sub15 .button a:hover {color:#fff; background-color: #005b6f;}
.sub15 .button a:hover p {color: #fff;}

@media(max-width:1280px){
	.sub15_v {height:330px;}
	.sub15 .flx { padding-top:50px;}
	.sub15 .flx li p {font-size: 16px;}
	.sub15 .flx li:nth-child(2) {padding:30px 0 7px;}
	.sub15 .button {padding:60px 0 100px;}
	.sub15 .button a {width:210px; height:50px;}
	.sub15 .button p {font-size:15px;}
	.sub15 .button i {padding-right:16px; font-size: 18px}
}
@media(max-width:1080px){
	.sub15_v {height:300px;}
	.sub15 .flx { padding-top:40px;}
	.sub15 .button {padding:50px 0 80px;}
	.sub15 .button a {width:180px; height:50px;}
}
@media(max-width:768px){
	.sub15_v {height:270px;}
	.sub15 .flx {flex-wrap:wrap; padding-top:30px;}
	.sub15 .flx li:nth-child(2) {padding:20px 0 7px;}
	.sub15 ul {width:49%;}
	.sub15 ul:first-child, .sub15 ul:nth-child(2) {padding-bottom:30px;}
	.sub15 .button {padding:40px 0 60px;}
	.sub15 .button a {width:150px; height:40px;}
	.sub15 .button p {font-size:14px;}
	.sub15 .button i {padding-right:10px; font-size: 16px}
	
}
@media(max-width:500px){
	.sub15_v {height:240px;}
	.sub15 .flx li p {font-size: 15px;}
	.sub15 .button {padding:30px 0 50px;}
	.sub15 .button a {width:130px; height:40px;}
	.sub15 .button p {font-size:13px;}
	.sub15 .button i {padding-right:5px; font-size: 14px}
}

.sub21 {text-align: center;}
.sub21 p {font-size:18px;}
.sub21 .mo {display:none;}
.sub21 figure {background: url('./img/sub21_b.png') no-repeat center / 100%; padding:54px 0 120px;}
.sub21 figure img {width:100%; max-width:1056px; height:auto; display:block; margin:0 auto;}

@media(max-width:1280px){
	.sub21 figure { padding:50px 0 100px;}
}
@media(max-width:1080px){
	.sub21 figure { padding:40px 0 80px;}
}
@media(max-width:768px){
.sub21 p {font-size:16px;}
.sub21 .mo {display:block;}
.sub21 .pc {display:none;}
.sub12 figure img {max-width:1000px;}
.sub21 figure { padding:30px 0 60px; background: none;}
}
@media(max-width:500px){
	.sub21 figure { padding:20px 0 50px;}
}
@media(max-width:400px){
	.sub21 figure { padding:20px 0 0;}
}
.sub43 iframe {max-width:1280px;}
.sub43 h2 {font-size:34px; font-weight: 700; color:#005b6f; padding:50px 0 29px;}
.sub43 li {font-size:18px; width:24%;}
.sub43 li:not(:first-child) {border-left:1px solid #ddd; padding-left:40px;}
.sub43 li:first-child {width:49%;}
.sub43 span {font-weight: 700; color:#121212;}
.sub43 p {color:#555;}
.sub43 ul {display:flex; padding-bottom:120px;}

@media(max-width:1280px){
	.sub43 iframe {height:330px;}
	.sub43 h2 {font-size:28px; padding:40px 0 25px;}
	.sub43 li {font-size:16px;}
	.sub43 li:not(:first-child) {padding-left:30px;}
	.sub43 ul {padding-bottom:100px;}
}
@media(max-width:1080px){
	.sub43 h2 {font-size:24px; padding:30px 0 20px;}
	.sub43 li:not(:first-child) {padding-left:20px;}
	.sub43 ul {padding-bottom:80px;}
}
@media(max-width:768px){
	.sub43 iframe {height:300px;}
	.sub43 ul {flex-direction: column;}
	.sub43 li:not(:first-child) {border-left:none; padding-left:0;}
	.sub43 h2 {font-size:20px; padding:20px 0 15px;}
	.sub43 li:first-child {width:100%;}
	.sub43 li {font-size:16px; padding-bottom:15px;}
	.sub43 ul {padding-bottom:60px;}

}
@media(max-width:500px){
	.sub43 h2 {font-size:18px; padding:15px 0 10px;}
	.sub43 li {font-size:15px; padding-bottom:10px; width:100%;}
	.sub43 li:first-child {width:100%;}
	.sub43 ul {padding-bottom:50px;}

}
/************************* sub_page 끝 *************************/
a.view_image{pointer-events: none;}