.lead { font-size:16px; color:#555; letter-spacing:-0.02em; line-height:1.75; font-weight:400}
@media screen and (max-width:640px) {
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
.lead { font-size:17px}
}


/*메인배너*/
.mainVideo {top:0; width:100%; height:920px; overflow:hidden; background-size:cover; padding:0;}
.bg-fixed {background-size:cover; padding:0; background-color:#000; opacity:0.5; position:absolute; width:100%; height:920px; top:0; left:0; z-index:1;}
.main-carousel {padding:0; display:block; position:relative;}
.main-carousel .li {height:920px; background-size:cover; background-position:center; position:relative; overflow:hidden;}
.main-carousel .li::before {content:""; position:absolute; inset:0; background:inherit; background-size:cover; background-position:center; background-repeat:no-repeat; transform:scale(1); transform-origin:center center; z-index:0; will-change:transform;}
.main-carousel .li .cover {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; min-width:300px; opacity:0; z-index:1;}
.main-carousel .jarallax {height:920px;}
.main-carousel .img01 {background-image:linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%), url(../images/main_banner_img01.jpg);}
.main-carousel .img02 {background-image:linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%), url(../images/main_banner_img02.jpg);}
.main-carousel .img03 {background-image:linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%), url(../images/main_banner_img03.jpg);}

/* copy_area: 좌측 하단 */
.main-carousel .li .copy_area_wrap {position:absolute; inset:0; z-index:2; display:flex; align-items:flex-end;}
.main-carousel .li .copy_area {width:100%; max-width:1400px; margin:0 auto; padding:0 10px 450px; color:var(--main_black); display:flex; flex-direction:column; align-items:flex-start;}
.main-carousel .li .copy_area h3 {font-family:'GMarketSans'; font-size:48px; line-height:1.25; font-weight:600;color:#fff; word-break:keep-all; margin:0;}
.main-carousel .li .copy_area > p {font-size:20px; line-height:1.6; color:rgb(255 255 255 / 88%); margin:18px 0 0;}

/* 인덱스: 우측 하단 고정 */
.visual_slider .slider_idx {position:absolute;        left: 50%;  transform: translateX(-50%); bottom:100px; z-index:3;        max-width: 100%;}
.visual_slider .slider_idx .idx-box {display:flex; align-items:center; gap:10px; font-size:15px; color:#fff; font-weight:500;}
.visual_slider .slider_idx .idx-box .idx {min-width:20px; text-align:right;}
.visual_slider .slider_idx .idx-box .sep {opacity:0.5; font-weight:400;}
.visual_slider .slider_idx .idx-box .size {min-width:20px; opacity:0.5;}
.visual_slider .slider_idx .idx-box .line-wrap {position:relative; width:1400px; height:2px; background:rgba(255,255,255,.35); border-radius:1px; overflow:hidden; margin-left:6px;}
.visual_slider .slider_idx .idx-box .line-fill {position:absolute; left:0; top:0; width:0%; height:100%; background:#fff; border-radius:1px;}
.visual_slider .slider_idx .idx-box .line-fill.running {animation:lineFill var(--slide-dur, 9s) linear forwards;}
@keyframes lineFill {from{width:0%} to{width:100%}}

.owl-carousel .owl-item {overflow:hidden;}
.visual_slider {position:relative; width:100%; margin:0 auto; border-radius:0; overflow:hidden;}
.visual_slider > .ctl {display:none;}

@media (max-width:1600px) {
.main-carousel .li .copy_area {padding:0 20px 120px;}
.visual_slider .slider_idx {bottom:50px;        width: 90%;}
}
@media (max-width:1200px) {
.main-carousel .li .copy_area h3 {font-size:40px;}
.main-carousel .li .copy_area > p {font-size:15px;}
}
@media (max-width:960px) {
.visual_slider {margin-top:0;}
}
@media (max-width:640px) {
.mainVideo {height:90vh;}
.bg-fixed {height:90vh;}
.main-carousel .jarallax {height:90vh;}
.main-carousel .li {height:90vh;}
.main-carousel .img01 {background-image:linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%), url(../images/m_main_banner_img01.jpg);}
.main-carousel .img02 {background-image:linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%), url(../images/m_main_banner_img02.jpg);}
.main-carousel .img03 {background-image:linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%), url(../images/m_main_banner_img03.jpg);}
.main-carousel .li .copy_area {padding:0 20px 100px;}
.main-carousel .li .copy_area h3 {font-size:30px;}
.main-carousel .li .copy_area > p {font-size:14px; margin-top:12px;}
}
@media (max-width:500px) {
.mainVideo {height:640px;}
.bg-fixed {height:640px;}
.main-carousel .jarallax {height:640px;}
.main-carousel .li {height:640px;}
.main-carousel .li .copy_area h3 {font-size:26px;}
.main-carousel .li .copy_area > p {font-size:13px;}
}

/*메인배너*/

:root {
	--main_black: #212121;
	--main_color: #0d0e19;
	--sub_color: #272935;
	--point_color: #ff5211;
	--main_depGray: #666;
	--main-gray: #ede9e6;
	--sub_tit: #ffffff;
	--sub_txt: #eee;
}

/* 메인공통 */
.section {}
.section * {color:var(--main_black); line-height:1.5; word-break:keep-all;}
.section .main_tit_box {max-width:100%;}
.section .main_tit_box .main_point {color:var(--point_color);}
.section .main_tit_box .main_tit {font-size:42px; font-weight:700; line-height:1.3; margin-bottom:30px; color:var(--main_black); font-family:'GMarketSans'; letter-spacing:-2px;}
.section .main_tit_box p {font-size:18px; line-height:1.8; color:var(--main_depGray); margin-bottom:30px;}
.txt_center {text-align:center;}
.section img {max-width:100%;}
.flex_box {display:flex; flex-wrap:wrap;}
.main_btn {display:inline-flex; align-items:center; justify-content:center; width:160px; height:60px; border:1px solid #5c4f4a; background:#fff; color:#5c4f4a; font-size:18px; position:relative; overflow:hidden;}
.main_btn::before {content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:var(--sub_color); transition:left 0.3s ease; z-index:0;}
.main_btn:hover::before {left:0;}
.main_btn .txt {position:relative; z-index:1;}
.main_btn:hover .txt {color:#fff;}

@media (max-width:960px) {
.section .main_tit_box .main_tit {font-size:28px;}
.section .main_tit_box .sub_tit {font-size:18px;}
.main_btn {width:125px; height:40px;}
.main_btn .txt {font-size:14px;}
.section .main_tit_box .main_tit br {display:none;}
.section .main_tit_box .sub_tit br {display:none;}
.section .main_tit_box p br {display:none;}
}
@media (max-width:640px) {
/* .main_btn {height:auto;} */
.section .main_tit_box .sub_tit {font-size:16px; margin-bottom:10px;}
.section .main_tit_box .main_tit {font-size:28px;}
.section .main_tit_box p {font-size:16px;}
}
/* 메인공통 */

/* content01 */
.content01 {padding: 120px 20px; text-align: center; background: #fff;}
.content01 .main_tit_box { margin: 0 auto 70px;}
.content01 .content_box {display: flex; justify-content: center; align-items: stretch; max-width: 1200px; margin: 0 auto;}
.content01 .content_box .left,
.content01 .content_box .right {flex: 1; padding: 20px 40px;}
.content01 .content_box .left {border-right: 1px solid #ddd;}
.content01 .content_box h3 {font-size:28px; line-height:1.8; color:var(--point_color); margin-bottom: 20px;}
.content01 .content_box p {display: inline-block; font-weight: 900; font-family:'GMarketSans'; font-size: 72px;}

@media (max-width: 768px) {
.content01 {padding: 70px 20px;}
.content01 .content_box {max-width: 100%;}
.content01 .content_box .left,
.content01 .content_box .right {padding: 20px;}
.content01 .main_tit_box{margin: 0 auto 20px;}
.content01 .content_box h3{font-size: 20px;}
.content01 .content_box p{    font-size: 48px;}
}

@media (max-width: 480px) {
.content01 {padding: 50px 16px;}
.content01 .content_box {flex-direction: column; align-items: center; gap: 30px;}
.content01 .content_box .left {border-right: none; border-bottom: 1px solid #ddd; padding-bottom: 30px; width: 100%;}
.content01 .content_box .right {width: 100%;}
}
/* content01 */

/* content02 */
.content02 {display: flex; align-items: stretch; background: var(--main_color); min-height: 600px;}
.content02 .left {flex: 0 0 50%; max-width: 50%; padding:120px 120px 120px calc((100vw - 1400px) / 2 + 20px);}
.content02 .main_tit_box .main_tit {color: var(--point_color);}
.content02 .main_tit_box p {color: var(--sub_txt);}
.content02 .tab_list {list-style: none; padding: 0; margin: 70px 0 0;}
.content02 .tab_list .tab_item a {display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-radius: 8px; transition: background 0.3s;}
.content02 .tab_list .tab_item .tab_name {color: #555d6e; font-weight: 500; font-size: 24px; transition: color 0.3s;}
.content02 .tab_list .tab_item .tab_icon {color: var(--point_color); opacity: 0; font-size: 20px; transition: opacity 0.3s;}
.content02 .tab_list .tab_item.active a,
.content02 .tab_list .tab_item a:hover {background: var(--sub_color);}
.content02 .tab_list .tab_item.active .tab_name,
.content02 .tab_list .tab_item a:hover .tab_name {color: #fff; font-weight: 700;}
.content02 .tab_list .tab_item.active .tab_icon,
.content02 .tab_list .tab_item a:hover .tab_icon {opacity: 1;}
.content02 .right {flex: 1; position: relative; overflow: hidden;}
.content02 .right .img_box {position: absolute; inset: 0;}
.content02 .right .img_box img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease;}
.content02 .right .img_box img.active {opacity: 1;}

@media (max-width: 1200px) {
.content02 .left {padding: 100px 40px;}
}

@media (max-width: 1024px) {
.content02 {flex-direction: column;}
.content02 .left {flex: none; max-width: 100%; width: 100%; padding: 80px 20px;}
.content02 .right {min-height: 400px;}
}

@media (max-width: 768px) {
.content02 .left {padding: 70px 20px;}
.content02 .tab_list .tab_item a {padding: 16px 18px;}
.content02 .tab_list .tab_item .tab_name {font-size: 20px;}
}

@media (max-width: 480px) {
.content02 .left {padding: 50px 16px;}
.content02 .tab_list {margin-top: 40px;}
.content02 .tab_list .tab_item .tab_name {font-size: 16px;}
.content02 .right {min-height: 260px;}
}
/* content02 */

/* content03 */
.content03 {padding: 120px 20px; background: #fff;}
.content03 .main_tit_box {text-align: center; margin-bottom: 70px;}
.content03 .main_tit_box p {margin-top: 16px; line-height: 1.7;}
.content03 .card_wrap {max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px;}
.content03 .card_item {position: sticky; border-radius: 16px; overflow: hidden; background: var(--main_color); transform-origin: center top; transition: transform 0.3s ease, opacity 0.3s ease;}
.content03 .card_item:nth-child(1) {top: 200px;}
.content03 .card_item:nth-child(2) {top: 200px;}
.content03 .card_item:nth-child(3) {top: 200px; margin-bottom: 0;}
.content03 .card_item a {display: flex; align-items: stretch; min-height: 320px; text-decoration: none;}
.content03 .card_item .left {flex: 0 0 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 50px 50px 50px 50px;}
.content03 .card_item .left .txt_box h3 {color: #fff; font-size: 34px; font-weight: 700; margin-bottom: 20px; line-height: 1.4;}
.content03 .card_item .left .txt_box p {color: #eee; line-height: 1.7;font-size: 18px;}
.content03 .card_item .left .tag_box {margin-top: 40px;}
.content03 .card_item .left .tag_box strong {display: block; color: var(--point_color); font-size: 20px; margin-bottom: 20px;}
.content03 .card_item .left .tag_box ul {display: flex; flex-wrap: wrap; gap: 15px; list-style: none; padding: 0; margin: 0;}
.content03 .card_item .left .tag_box ul li span {display: inline-block; padding: 8px 18px; border-radius: 50px; color: #fff; font-size: 16px; font-weight: 300;background: var(--sub_color);}
.content03 .card_item .right {flex: 1; overflow: hidden;}
.content03 .card_item .right img {width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease;}
.content03 .card_item a:hover .right img {transform: scale(1.05);}

@media (max-width: 1200px) {
.content03 .card_item .left .txt_box h3 {font-size: 24px;}
}

@media (max-width: 1024px) {
.content03 {padding: 80px 20px;}
.content03 .card_item .left {padding: 40px;}
}

@media (max-width: 768px) {
.content03 {padding: 70px 20px;}
.content03 .card_item {position: relative; top: 0 !important;}
.content03 .card_item a {flex-direction: column; min-height: auto;}
.content03 .card_item .left {flex: none; padding: 36px 24px;}
.content03 .card_item .left .txt_box h3 {font-size: 22px;}
.content03 .card_item .right {min-height: 240px;}
.content03 .card_item .left .txt_box p{font-size: 16px;}
.content03 .card_item .left .tag_box strong{font-size: 16px;}
.content03 .card_item .left .tag_box ul li span{font-size: 14px;}
}

@media (max-width: 480px) {
.content03 {padding: 50px 16px;}
.content03 .main_tit_box {margin-bottom: 40px;}
.content03 .card_wrap {gap: 16px;}
.content03 .card_item .left {padding: 28px 20px;}
.content03 .card_item .left .txt_box h3 {font-size: 20px;}
.content03 .card_item .right {min-height: 200px;}
}
/* content03 */


.formmail input { height: 40px; background: #fff;border: 1px solid #ccc;font-size: 14px;box-sizing: border-box;transition: all 1s;}
.formmail h2 { width: 200px; float: left; font-size: 18px; font-weight: 500;color: #555; padding: 5px 10px 5px 0;}
.formmail .radio { height:32px}
.formmail .clearfix {  padding:10px 0}
.formmail .line { border-bottom:1px solid #ddd}
.formmail p {font-size: 16px; color: #555;}
.formmail .company .text { width:400px} 
.formmail #email_list { width:200px; margin-left:10px}
.formmail textarea { width: 900px; height: 130px; line-height: 1.5; padding: 5px;border: 1px solid #bbb; box-sizing: border-box;resize: none;}
.formmail span.bar { display: inline-block; width:20px; text-align: center; vertical-align: middle; line-height: 35px;}
.formmail .type label { font-size:16px; color:#555}
.formmail .type .radio { width: 15px;height: 15px; border: 1px solid #ddd; background-color: #fff; margin:0 5px; color:#555}
.formmail .btn_submit{ width: 180px; height: 55px;line-height: 55px; border: 0; color: #fff;font-size: 18px; text-align: center;}
.formmail .form-radio { display: inline-block; margin-right: 10px; line-height: 28px;}

.formmail .co_hp { width:15%}
.formmail .co_hp2 { width:15%}
.formmail .co_hp3 { width:15%}
.formmail .co_varchar_1 { width:15%}
.formmail .co_varchar_2 { width:15%}
.formmail #email_list { width:15%}


@media all and (max-width: 576px) { 

	.formmail h2 { width:100%}
	.formmail .co_hp { width:28%}
	.formmail .co_hp2 { width:28%}
	.formmail .co_hp3 { width:28%}
	.formmail .company .text { width:100%}
	.formmail .co_varchar_1 { width:28%}
	.formmail .co_varchar_2 { width:28%}
	.formmail #email_list { width:34%}
	.formmail  .textarea { width:100%}
}


/*서브상단*/
.sub_visual{position:relative;max-width:100%;margin:0 auto;height:500px;overflow:hidden;background-repeat:no-repeat;background-position:center top;}
.sub_visual.visual01 .bg{background-image:url(../img/sub_visual01.jpg)}
.sub_visual.visual02 .bg{background-image:url(../img/sub_visual02.jpg)}
.sub_visual.visual03 .bg{background-image:url(../img/sub_visual03.jpg)}
.sub_visual.visual04 .bg{background-image:url(../img/sub_visual04.jpg)}
.sub_visual.visual05 .bg{background-image:url(../img/sub_visual05.jpg)}
.sub_visual.visual06 .bg{background-image:url(../img/sub_visual06.jpg)}
.sub_visual.visual07 .bg{background-image:url(../img/sub_visual07.jpg)}
.sub_visual.visual08 .bg{background-image:url(../img/sub_visual08.jpg)}
.sub_visual.visual09 .bg{background-image:url(../img/sub_visual09.jpg)}




.sub_visual .title_warp { max-width:1540px; padding: 0 20px; margin:0 auto; }
.sub_visual .title_warp .title_page { height:500px; position: relative; margin:0 auto; transform:translateY(65%);  z-index:2}
.sub_visual h3{font-size:14px;font-weight:500; padding-bottom:10px; letter-spacing:1px; color:#fff; opacity:0.8}
.sub_visual .main_title{font-size:45px; font-weight:500;  color:#fff; letter-spacing:-1px; font-weight: 700; }
.sub_visual .inBox {font-size:14px; padding-top:10px; color:#fff;}
.sub_visual .inBox i { font-size:14px; color:#fff; display:inline-block;}
.sub_visual .inBox a { padding:0 13px 0 0}
.sub_visual .inBox span {padding:0 13px; opacity:0.8}
.sub_visual .inBox span.strong { opacity:1; padding:0 0 0 13px}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;
-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:1200px;opacity:.6;z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.sub_visual.tmp {height:100px; background-color:#000;}
.sub_visual.tmp .title_warp {display:none;}

.sub_visual h3,
.sub_visual .main_title ,
.sub_visual .inBox {
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s;
	animation-name:visual-tit;
	 -webkit-animation-name:visual-tit;
}

.sub_visual .main_title {animation-delay: 0.6s; -webkit-animation-delay: 0.6s;} 
.sub_visual .inBox {animation-delay: 0.9s; -webkit-animation-delay: 0.9s;} 
 
.sub_visual .bg{ 
	content:'';
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.4s;
	 -webkit-animation-delay: 0.4s;
	animation-name:visual-zoom;
	 -webkit-animation-name:visual-zoom;
}
 

 
@keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}

@keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}
@-webkit-keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}


@media screen and (max-width: 960px) { 
}

@media screen and (max-width: 768px) { 
	.sub_visual .inBox {display: none;}
	.sub_visual .title_warp .title_page {transform: translateY(40%); text-align: center;}
	.sub_visual .main_title {text-align: center;}
}

 @media screen and (max-width: 640px) { 
    .sub_visual { height:300px}
	.sub_visual .title_warp { width:100%;}
	.sub_visual .title_warp .title_page { height:300px}
	.sub_visual h3 { font-size:12px}
	.sub_visual .main_title { font-size:25px;}
	.sub_visual .inBox { font-size:12px}
 }
/*서브상단*/





/*서브 제목*/
.content_wrap { width:100%; /*padding-bottom:150px*/}
.content_wrap  .content_area { width:100%; margin:0 auto; max-width:1640px}
.content_wrap .txtCon .sub_title { text-align:center; padding:70px 10px ; display: none;}
.content_wrap .txtCon .sub_title h2 {font-size:40px; color:#121212; font-weight: 800; word-break: keep-all;}
.content_wrap .txtCon .sub_title p {font-size: 16px; color:#555; padding-top:10px; word-break:keep-all;}
.content_wrap .txtboard { max-width:1640px; margin:0 auto; padding:70px 20px 70px 20px; font-size:14px; line-height:1.75; clear:both}
/* .content_wrap .txtboard span { font-size:14px} */

@media screen and (max-width:640px) {
	.content_wrap .txtCon { max-width:1640px; margin:0 auto; padding:50px 20px ; clear:both}
	.content_wrap .txtCon .sub_title {padding: 0 0 50px;}
	.content_wrap .txtCon .sub_title h2 { font-size:30px}
	.content_wrap .txtboard{padding:50px 10px 50px 10px;}
}
/*서브 제목*/







/*서브 하단 네비*/
.share-area {float: right; display:block; padding-top:16px;box-sizing: border-box;}
.share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; cursor:pointer}
.share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.share-area .share-btn{filter: brightness(0) invert(1); width:34px;height:34px;background-image:url(../img/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease;     background-color: inherit; border:0; margin-right:20px}
.share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}
@media screen and (max-width: 770px) {

	 .share-area { display:none}
}
@media screen and (max-width: 640px) {
	 .share-area .share-btn { display:none}
	 .share-area { display:none}
}
/*서브 하단 네비*/








/*푸터*/
#footer {width: 100%;}
#footer_info {width: 100%; background:#000; padding: 70px 20px;}
#footer_info .footer_info_inner {max-width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px;}
#footer_info .footer_in {flex: 1;}
#footer_info address {font-style: normal; margin-bottom: 20px;}
#footer_info address .addr_main {font-size: 18px; color: #fff; font-weight: 600; margin: 0 0 20px;}
#footer_info address p {font-size: 16px; color: #eee; margin: 0 0 6px; display: flex; flex-wrap: wrap; gap: 4px 30px;}
#footer_info address p span {white-space: nowrap;}
#footer_info .copyright {font-size: 14px; color: #eee; margin-top: 30px;}
#footer_info .copyright strong {font-weight: 500;}
#footer_info .copyright a {color: rgba(255,255,255,0.3); text-decoration: none;}
#footer_info .copyright a:hover {color: rgba(255,255,255,0.6);}
#footer_info .ft_logo {flex-shrink: 0;}
#footer_info .ft_logo a {background: url(../img/logo.png) no-repeat 50% 50% / contain; width: 200px; height: 60px; display: block;}

@media (max-width: 1024px) {
#footer_info .ft_logo a {width: 160px; height: 50px;}
}

@media (max-width: 768px) {
#footer_info {padding: 30px 10px;}
#footer_info .footer_info_inner {gap: 30px;}
#footer_info address .addr_main {font-size: 14px;}
#footer_info address p {font-size: 13px; gap: 4px 20px;}
}

@media (max-width: 480px) {
#footer_info .footer_info_inner {flex-direction: column; align-items: flex-start; gap:10px;}
#footer_info address{}
#footer_info .ft_logo {order: -1;}
#footer_info .ft_logo a {width: 140px; height: 44px;}
#footer_info address p {flex-direction: column; gap: 4px;}
#footer_info .copyright{margin-top: 10px;}
}
/*푸터*/







.tl_pop_con{background:#fff;} 
.tl_pop_con h2.f_pop_tit{width:100%;height:80px;line-height:80px;background:#076aa3;font-size:20px;color:#fff;}
.tl_pop_con h2.f_pop_tit img {display:inline-block;margin-left:50px;margin-right:5px;margin-top:-10px;width:120px;}
.tl_pop_con h2.f_pop_tit span {display:inline-block; padding-left:50px;}
.f_pop_wrap {line-height:23px;text-align:justify;word-break:break-all;font-size:15px;overflow-y:auto;}
.f_pop_wrap strong {color:#00a19a;font-weight:normal;}
.f_pop_wrap p { color:#333; padding:40px 50px; line-height:1.6;}
.mfp-close:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/w_btn_close.png") no-repeat center center; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; border-radius: 50%; }
.mfp-close { width: 40px; height: 40px; text-indent: -999px;opacity: 1; overflow: hidden; background-color:transparent; border:0; }
button.mfp-close:hover:after { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
















