@import url('//cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');




/*---header---*/
#o_header{background: #fff; position: fixed;top: 0;left: 0;width: 100%;height: 100px;z-index: 1000;transition: all .3s ease-out; box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.08);}
#o_header .hd_con{height: inherit; display: flex; justify-content: space-between; position: relative;}

@media screen and (max-width: 960px) {
#o_header .hd_con{display:block;}
}

.hd_logo{float: left;height: inherit; display: flex;}
.hd_logo a {display: flex; align-items: center;}
.hd_logo img{transition: all .3s ease-out;}

#hd_gnb {position: absolute; left: 50%; transform: translateX(-50%); width: max-content;}
#hd_gnb>ul>li{float: left;position: relative;}
#hd_gnb>ul>li>a{display: block;width: 100%;height: 100%;color: #000; line-height: 100px;padding: 0 29px;transition: all .3s ease;}
#hd_gnb>ul>li:last-child>a{padding-right: 0;}
.lag_box {display: flex; gap: 7px;}
#hd_gnb>ul>li:hover>a{color: #94c11e;}

#hd_gnb>ul>li>ul{background-color: #FFF;text-align: center;position: absolute;top: calc( 100% + 15px );left: 50%;transform: translateX(-50%);padding: 20px 0;width: 150px;z-index: 1;display: none;transition: top .3s ease-in-out;}
#hd_gnb>ul>li>ul::after{content: "";position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: calc( 100% - 4px );height: 1px;background-color: #eee;}
#hd_gnb>ul>li>ul>li>a{display: block;width: 100%;height: 100%;font-size: 0.938rem;font-weight: 400;letter-spacing: 0.03em;padding: 10px; color: #666;transition: all .3 ease;}
#hd_gnb>ul>li>ul>li>a:hover{color: #94c11e;font-weight: 500;}

#hd_gnb>ul>li.k_menu_4>ul{left: calc( 50% + 21px );}

.lag_box {display: flex; gap: 7px;}
.lag_box a {color: rgba(0,0,0,.3);}
.lag_box .btn_kr.clicked, 
.lag_box .btn_en.clicked, .lag_box .btn_jp.clicked {color:#000;} 

/*motion*/
/* .pc_img_b, .mo_img_b{display: none;} */

#o_header.on, #o_header.scroll_on{box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.08);}
#o_header.scroll_on {height: 90px;}
#o_header.scroll_on #hd_gnb>ul>li>a {line-height: 90px; color:#000;}
/* #o_header.on .pc_img_w, #o_header.on .mo_img_w, #o_header.scroll_on .pc_img_w, #o_header.scroll_on .mo_img_w{display: none !important;} */

/* #hd_gnb:hover>ul>li>a{opacity: 0.5;}
#hd_gnb>ul>li:hover>a{opacity: 1;} */

#hd_gnb>ul>li>ul.on{top: 100%;}
.hd_icon_ul {position: absolute; display: flex; align-items: center; right: 0; gap: 20px; top: 50%;  transform: translateY(-50%);}
.hd_right {display: flex; position: absolute; right: 0; transform: translateY(-50%); top: 50%;}

/*mobile*/
#hd_mo_btn{display: block;float: right;width: 30px;height: inherit;position: relative; margin-left: 30px;}
#hd_mo_btn span{position: absolute; left: 0;width: 100%;height: 1px;background-color: #000;transition: all .3s ease;}
#hd_mo_btn span:nth-child(1){transform: translateY(-6px);}
#hd_mo_btn span:nth-child(2){transform: translateY(6px);}

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


}

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

    #hd_gnb {left: 45%;}
    #hd_gnb>ul>li>a{padding: 0 19px;} 
}

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

    #hd_gnb {left: 43%;}
    #hd_gnb>ul>li>a {padding: 0 17px;}
}

@media screen and (min-width: 921px){
    /*motion*/
    #o_header.on .pc_img_b, #o_header.scroll_on .pc_img_b{display: block;}
}

@media screen and (max-width: 920px){
    #o_header{height: 65px;}
    #o_header.scroll_on{height: 65px;}

    .hd_icon_ul {display:none;}
    #o_header.scroll_on .hd_logo img{padding-top: 0px;}

    /*motion*/
    #o_header.on .mo_img_b, #o_header.scroll_on .mo_img_b{display: block;}

    #hd_gnb{display: none;}
    #o_header.on #hd_mo_btn span, #o_header.scroll_on #hd_mo_btn span{background-color: #000;}
    #hd_mo_btn{margin-left: 20px;}
}

/*---mobile gnb---*/
#mobile_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 1100;display: none;}
.mobile_inner{position: absolute;top: 0;right: 0;width: 100%;height: 100%; background-color: rgba(255, 255, 255, 0.9);transform: translateX(101%);transition: transform .5s;}

#mobile_wrap.open .mobile_inner{transform: translateX(0%);}

#mo_close{position: absolute;top: 25px; right: 60px; width: 50px;height: 50px;}
#mo_close span{position: absolute;top: 24px;left: 13.5px;width: 30px;height: 2px;background-color: #000;}
#mo_close span:nth-child(1){transform: rotate(-45deg);}
#mo_close span:nth-child(2){transform: rotate(45deg);}

.mo_logo {position:absolute; top:10%; left:50%; transform:translateX(-50%);}

#mo_gnb{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); max-width:1280px; width: 96%;z-index: 1;}
#mo_gnb>ul {display:flex;justify-content: space-between;}
#mo_gnb>ul>li{margin-bottom: 29px;}
#mo_gnb>ul>li a {transition:0.28s;}
#mo_gnb>ul>li:hover > a {color:#94c11e;}

#mo_gnb>ul>li:last-child{margin-bottom: 0;}
#mo_gnb>ul>li>a{display: block;width: 100%;font-size: 35px;font-weight: 600;padding: 20px 0;position: relative; text-align:center;}
#mo_gnb>ul>li:last-child>a:after{content: "";position: absolute;top: 0;right: 0;width: 33px;height: 33px;z-index: 1; background-image: url('/img/icon/mo_down.png');background-repeat: no-repeat;background-position: center center;background-size: 16px;}

#mo_gnb>ul>li>ul{}
#mo_gnb>ul>li>ul>li>a{display: block;width: 100%;height: 100%;font-size: 20px;font-weight: 500;padding: 20px 0; text-align:center; transition:0.28s;}
#mo_gnb>ul>li>ul>li>a:hover {color:#94c11e;}
#mo_gnb>ul>li.active>a{color: #94c11e;}
#mo_gnb>ul>li.active>a::after{background-image: url('/img/icon/mo_up.png');}

@media screen and (max-width: 1080px){
	#mo_close {right: 35px;}
}
@media screen and (max-width: 920px){
	#mo_close {right: 20px; top:10px;}
}
@media screen and (max-width: 850px){
	#mo_gnb {max-width:190px;}
	#mo_gnb>ul { flex-direction: column;}
	#mo_gnb>ul>li>a {font-size:30px; padding:5px 0;}
	#mo_gnb>ul>li>ul>li>a {font-size:18px;}
	#mo_gnb>ul>li>ul {display:none;}
	.mo_logo {top:1%; left:4%; transform:translateX(0);}
	.mo_logo img {width:70%;}
}



/* mv */
#main_visual {width: 100%; height: 100vh; top: 0; left: 0; overflow: hidden; position: relative;}
.mv_box {position: relative; z-index: 1;}
.mv_left {position: absolute; top: 285px;}
.mv_left h2 {margin-bottom: 55px}

.about_btn {color: #333; display: flex; border-radius: 30px; margin-top: 50px; max-width: 200px;
    height: 60px; align-items: center; justify-content: center;}
.about_btn span {margin-top:2px;}
.about_btn span i {border: 1px solid #333; display: flex; border-radius: 30px; max-width: 200px; height: 60px;
    width: 100%; align-items: center;  padding: 0 30px; justify-content: center;}
.about_btn img {margin-left:15px;}

@media screen and (max-width: 720px){
	.about_btn img {margin-left: 10px; width: 8%;}
}

.mv_bg_box {position: relative; height: 100vh; z-index: -1;}
.mv_bg_txt {position: absolute; bottom:0;}
.mv_bg_txt p {font-size: 180px; font-weight: 900; color: rgba(148,193,30,0.1);white-space: nowrap; line-height: 0.7; }

:root{
	--size: clamp(10rem, 1rem + 40vmin, 30rem);
	--gap: calc(var(--size) / 14);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
}

.rail_wrap{position: absolute;top: -15vh;right: 10vw;/* transform: rotate(345deg); */}
.rail_wrap *{box-sizing: border-box;}

.marquee{position: relative; display: flex;user-select: none;gap: var(--gap);}
.marquee__group{flex-shrink: 0;display: flex;align-items: center;justify-content: space-around;gap: var(--gap);min-width: 100%;animation: scroll-x var(--duration) linear infinite;}
.marquee__group>li{border-radius: 15px;overflow: hidden;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.marquee__group>li>figure>img{display: block;}

@media(prefers-reduced-motion: reduce){
	.marquee__group{animation-play-state: paused;}
}
.marquee--vertical{
  --mask-direction: to bottom;
}
.marquee--vertical, .marquee--vertical .marquee__group{flex-direction: column;}
.marquee--vertical .marquee__group{animation-name: scroll-y;}
.marquee--reverse .marquee__group{animation-direction: reverse; animation-delay: -3s;}

@keyframes scroll-y{
  from{transform: translateY(var(--scroll-start));}
  to{transform: translateY(var(--scroll-end));}
}

.rail_txt {position: absolute; top: 21%; font-size: 1.125rem; font-weight: 900; color: #94c11e; line-height: 20px;}
.webtoon_txt {left: -40%;}
.novel_txt {left: -28%;}

/*wrapper*/
.wrapper{ 
    /* gap: var(--gap); */
    gap:105px; display: flex;flex-direction: column;  margin: auto; max-width: 100vw;}
.wrapper--vertical{flex-direction: row;height: 130vh;}

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

    .rail_txt {font-size: 15px; line-height: 18px;}
    .novel_txt {left: -28%;}
    .marquee__group>li>figure>img {width: 220px;}
    .wrapper {gap: 80px;}
    .rail_wrap {right: 6vw;}

}

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

    .mv_left h2 {margin-bottom: 45px;}
    .rail_txt {top: 21%;}
    .rail_wrap {right: 43px;}

}

@media screen and (max-width: 1080px){
	.mv_mainTxt {font-size:58px;}
	.mv_box p {font-size:18px;}
	.about_btn {justify-content: flex-start; margin-top:30px;}
	.about_btn span i {height: 55px; padding: 0 35px; font-size: 14px;}

    .mv_left {position: absolute; top: clamp(350px, 105vw, 450px);}
    .rail_txt {display:none;}
    .wrapper {gap: 20px;}
    #main_visual::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: linear-gradient(to top, rgba(255, 255, 255, .95) 20%, transparent);}
}

@media screen and (max-width: 720px){
	.mv_mainTxt {font-size:36px;}
	.mv_box p {font-size:14px;}
	.about_btn {justify-content: flex-start; margin-top:20px;}
	.about_btn span i {height: 45px; padding: 0 25px; font-size: 12px;}

    .mv_left {position: absolute; top: clamp(350px, 125vw, 385px); top:238px;}
    .mv_left h2 {margin-bottom: 20px;}
    .rail_txt {display:none;} 
    .rail_wrap {right:14px;}
    .wrapper {gap: 20px;}
    .marquee__group>li {border-radius: 10px;}
    .marquee__group>li>figure>img {width: 125px;}
    #main_visual::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: linear-gradient(to top, rgba(255, 255, 255, .95) 15%, transparent);}
}


.o_tit {margin-bottom: 70px; text-align: center; display: flex; flex-direction: column; align-items: center;}
.o_tit h3 {margin-bottom: 24px;}

@media screen and (max-width: 1080px){
    .o_tit {margin-bottom: 50px;}
	.o_tit h3 {margin-bottom: 15px;}
}
@media screen and (max-width: 720px){
    .o_tit {margin-bottom: 40px;}
}


/* sec01 */
#o_sec01  {background-image: url(/img/main/sec01_bg.jpg); background-repeat: no-repeat; 
    background-position: center center; background-size: cover; position: relative; height: auto;}
#o_sec01::after {content: ''; position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; background: rgba(61, 145, 32, 0.8);}

#o_sec01 .o_inner03 {position: relative; z-index: 10; padding: 220px 0;}
#o_sec01 .o_tit {color: #fff;}
.sec01_ul {display: flex; justify-content: space-between;} 
.sec01_li {width: 300px; height: 300px; background: #fff; border-radius: 50%; position: relative; text-align: center;}
.sec01_li_inr {position: absolute; top: 60px; left: 50%; transform: translate(-50%); width: 100%;}
.sec01_li_inr h4 {margin: 13px 0 23px;}

.sec01_view {display:none;}
.sec01_view_inr {color:#fff;}
.sec01_view a {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; border-radius: 50%;}

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

    #o_sec01 .o_inner03 {padding: 120px 0;}
}
@media screen and (max-width: 1080px){
    #o_sec01 .o_inner03 {padding: 90px 0;}

	.sec01_ul {display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 25px; margin: 0 auto;
	width: 100%; max-width: 520px; align-items: center;}
	.sec01_li {width: 250px; height: 250px;}
	.sec01_li_inr {top: 45px; width: 100%;}
	.sec01_li_inr h4 {margin: 8px 0 12px; font-size: 22px;}
	.sec01_li_inr p {width: 85%; margin: 0 auto; word-break: keep-all; font-size: 14px; line-height: 22px;}

/* 	.sec01_view {display:block; background: rgba(255, 255, 255, .15); backdrop-filter: blur(3px);} */
	.sec01_view {display:block; background: rgb(155 200 65 / 40%); backdrop-filter: blur(8px);}
	.sec01_view_inr {top:50%; transform: translate(-50%,-50%);}
	.sec01_view_inr h4 {line-height: 28px; font-size:20px;}
	.sec01_view_inr span {font-size:15px;}
	.sec01_view_inr span img {width: 3%; margin-left: 5px;}
}

@media screen and (max-width: 720px){
    #o_sec01 .o_inner03 {padding: 50px 0;}

	.sec01_ul {row-gap: 15px; width: 100%; max-width: 470px; align-items: center; row-gap: 20px;}
	.sec01_li {width: 210px; height: 210px;}
	.sec01_li_inr {top: 35px; width: 100%;}
	.sec01_li_inr h4 {margin: 8px 0 10px; font-size: 20px;}
	.sec01_li_inr p {width: 85%; margin: 0 auto; word-break: keep-all; font-size: 12px; line-height: 18px;}

	.sec01_view_inr {top:50%; transform: translate(-50%,-50%);}
	.sec01_view_inr h4 {line-height: 23px; font-size:18px;}
	.sec01_view_inr span {font-size:13px;}
	.sec01_view_inr span img {width: 2%; margin-left: 5px;}
}

@media screen and (max-width: 490px){
	.sec01_ul {row-gap: 15px;}
	.sec01_li {width: 160px; height: 160px;}
	.sec01_li_inr {top:12px;}
	.sec01_li_inr h4 {margin: 6px 0 8px; font-size:15px;}
	.sec01_li_inr p {font-size: 11px; line-height: 17px;}
	
	.sec01_view_inr {top:50%;}
	.sec01_view_inr h4 {line-height: 20px;}
}

/* sec02 */
#o_sec02 {overflow: hidden;}
.swiper_tit {margin-bottom: 30px;}
.slide_webtoon {margin-bottom: 70px;}
#o_sec02 .o_list {transition: all .4s ease; box-sizing: border-box; position: relative;}
#o_sec02 .o_list > a {position: absolute; top:0; left:0; width: 100%; height:100%; z-index: 100;}
#o_sec02 .o_list figure img {transition: all .3s ease; display: block; width: 100%; border-radius: 15px; overflow: hidden; box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);}
#o_sec02 .o_list.view figure img {box-shadow: none; border-radius: 0px;}

.swiper_txtBox {opacity: 0; position: absolute; top: 0; background: rgba(0, 0, 0, 0.8); width: 100%; height: 100%; border-radius: 15px; color: #fff; transition: all .4s ease;}

.txt_top {display: flex; align-items: center; justify-content: space-between; padding: 40px 30px 0;}
.txt_top01 {color: #abdd27;}
.txt_bot {position: absolute; bottom: 45px; width: 100%; padding: 0 30px;}
.txt_bot ul {display: flex; gap: 9px; flex-wrap: wrap;}

.swiper_subject {margin-bottom: 30px; position: relative; word-break:keep-all;}
.swiper_subject:after {content: ''; position: absolute; bottom: -15px; left: 0; width: 0%; height: 1px; background: #787878; transition: all .6s ease;transition-delay: .2s;}

.view_btn {display: none; transition: all .2s ease; background: rgba(0, 0, 0, 0.7); width: 35px; height: 35px;
    position: absolute; top:15px; right: 10px; z-index: 100; background-image: url(/img/icon/list_view.png); background-repeat: no-repeat; 
	background-position: center center; background-size: 22px; border-radius: 10px;}  

.swiper_txtBox.view {opacity: 1; border-radius: 0px;}
.swiper_txtBox.view .swiper_subject:after {width: 100%;}
.view_btn.view {background-image: url(/img/icon/list_view_n.png);}


@media screen and (max-width: 1820px){
	.txt_top {padding: 25px 20px 0;}
	.txt_bot {bottom:35px; padding: 0 20px;}
}

@media screen and (min-width: 1081px){
	/* hover */
	#o_sec02 .o_list:hover figure img {box-shadow: none; border-radius: 0px;}
	#o_sec02 .o_list:hover .swiper_txtBox {opacity: 1; border-radius: 0px;}
	#o_sec02 .o_list:hover .swiper_subject:after {width: 100%;}
}

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

	#o_sec02 .o_list > a {display:none;}
	.swiper_txtBox {z-index: 0;}
    .slide_webtoon {margin-bottom: 50px;}
    .swiper_tit {margin-bottom: 20px;}

	.txt_top {padding: 21px 20px 0;}
	.txt_bot {bottom:30px; padding: 0 20px;}
	.swiper_subject {margin-bottom:15px;}
	.swiper_subject:after {bottom:-6px}
	.txt_bot ul {gap:6px;}

    .view_btn {display: block;}
	.txt_top img {display:none;}
}

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

    .slide_webtoon {margin-bottom: 40px;}
    .swiper_tit {margin-bottom: 15px;}
    .swiper_subject {margin-bottom: 15px;}
    .txt_top {padding: 20px 15px 0;}
    .txt_bot {bottom: 30px; padding: 0 15px;}
    .txt_bot ul {gap: 7px;}
    .txt_top {padding: 20px 15px 0;}
}

/* o_sec03 */
#o_sec03 {position:relative; padding-bottom:0; height: 650px;}
#o_sec03:before{content: ''; display: block;width: 80%;height: 460px; max-width: 1880px; 
    position: absolute; left: 0; top: 0; z-index: 1; background: url(/img/main/sec03_bg_01-3.jpg) no-repeat center / cover;}
.o_sec03_inr {display: flex; justify-content: flex-end;}
.sec03_txtBox {padding-top: 113px; color:#fff; margin:0 auto; max-width: 1380px; width: 92%; z-index:10;}
.sec03_txtBox h3 {margin-bottom: 42px;}

#o_sec03 .b_more{display:block; color:#ccc;}
#o_sec03 .b_img-box{position: absolute; top: 190px; right: 0; width: 80%; max-width: 1880px; height: 460px; background: url(/img/main/sec03_bg_02-a.jpg) no-repeat center / cover;}
#o_sec03 .b_img-box:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(61, 145, 32, 0.8);}
.sec03_txtBox p {word-break: keep-all;}


@media screen and (max-width: 1920px){
    #o_sec03:before, #o_sec03 .b_img-box {max-width: 1500px;}
}
@media screen and (max-width: 1480px){
    #o_sec03 {height: 590px;}
    #o_sec03 .b_img-box {top: 130px;}
}
@media screen and (max-width: 1080px){
    .sec03_txtBox h3 {font-size: 52px;}

}
@media screen and (max-width: 720px){
    #o_sec03 {height: 540px;}
    .sec03_txtBox {margin-top: -25px;}
    .sec03_txtBox h3 {margin-bottom: 20px; font-size: 30px; line-height: 38px; font-weight: 800;}
    .sec03_txtBox p {font-size: 13px; max-width: 400px;}
    #o_sec03 .b_img-box {top: 80px;}
}
@media screen and (max-width: 480px){
    .sec03_txtBox p {font-size: 13px; max-width: 260px;}
}

/* sec04 */
#o_sec04 .swiper-container {overflow: visible;}
#o_sec04 .o_tit {margin-bottom: 150px;}
.o_sec04_inr {overflow: hidden;}
.ms3_box img{display: block;width: 100%;border-radius: 25px;}
.news_subTit {margin: 25px 0 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; width: 100%;}
.news_date {color: #999;}

.ms3_box img, .news_txtBox {transition: transform .5s ease, box-shadow .5s ease;}
.ms3_box.swiper-slide-active img{
    transform: translateY(-50px);
    border-radius: 30px;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.ms3_box.swiper-slide-active .news_txtBox{
    transform: translateY(-50px);
}

/*mobile*/
.news_dot_wrap {display: none;}


@media screen and (max-width: 1080px){
	.ms3_box img {border-radius: 15px;}
    .ms3_box.swiper-slide-active img {border-radius:15px;}
	#o_sec04 .o_tit {margin-bottom: 100px;}
}

/* @media screen and (max-width: 960px){
    .news_dot_wrap {display: block;margin-top: 7px;}
	.news_dot {display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 30px;} 
    .swiper-pagination-bullet-active {background: #94c11e;}
}
 */
@media screen and (max-width: 720px){

    #o_sec04 .o_tit {margin-bottom: 60px;}
    #ms3_slide{padding-top: 70px;padding-bottom: 79px;}
    .news_subTit {margin: 25px 0 5px;}
    .ms3_box img {border-radius: 10px;}
    .ms3_box.swiper-slide-active img{
        border-radius: 10px;
        transform: translateY(-25px);
        box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    }
    .ms3_box.swiper-slide-active .news_txtBox {
        transform: translateY(-25px);
    }
}


/* sec05 */
#o_sec05 {background-image: url(/img/main/sec05_bg-1.jpg); background-repeat: no-repeat; 
    background-position: center center; background-size: cover; position: relative; height: auto;}
#o_sec05::after {content: ''; position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 0;}
.sec05_inr {padding: 190px 0 180px;}
    .sec05_tit {text-align: center; display: flex; flex-direction: column; align-items: center;}
.sec05_tit h3 {margin-bottom: 34px;}

#o_sec05 .o_inner03 {color: #fff; position: relative; z-index: 1;}
#o_sec05 .about_btn {color: #fff;}
#o_sec05 .about_btn span i {border: 1px solid #fff;}


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

    .sec05_inr {padding: 160px 0 150px;}
}
@media screen and (max-width: 1080px){

    .sec05_inr {padding: 80px 0 70px;}
    .sec05_tit h3 {margin-bottom: 25px;}
}

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

    .sec05_inr {padding: 60px 0;}
    .sec05_tit h3 {margin-bottom: 15px;}
}

/* footer */
.o_footer {padding: 55px 0; background: #000;}
.o_footer .o_inner {color:#fff;}

.ft_right {width: 40%; display: flex; flex-direction: column; align-items: flex-end;}

.ft_left figure {display:inline-block;}
.ft_left a {max-width:162px;}
.ft_subtit {color:#fff; margin: 25px 0 15px; display: block;}
.ft_right p {margin-top:42px; white-space: nowrap;}
.pop_ul, .ft_link {display: flex; justify-content: flex-end; gap: 20px;}
.pop_li a, .ft_link a {color:#fff;}
.pop_ul {margin-top:27px;}

.ft_box {display: flex; justify-content: space-between; align-items: flex-end;}
.ft_left_txt i {display: inline-block; padding-right: 15px;}
.ft_left_txt span {display: inline-block; padding-top:10px;}

.o_sv {color:#000; text-align:center; margin-bottom:50px;}
.o_sv_txt {color:#000; padding-top:50px;}
.o_top_txt {border-bottom: 2px solid #222; display: flex; justify-content: space-between; align-items: flex-end; padding-bottom:20px;}

@media screen and (max-width: 1580px){
	.ft_left_txt i {display: block;}
}

@media screen and (max-width: 1400px){
	.ft_left_txt i {padding-top:10px;}
}

@media screen and (max-width: 1080px){
	.o_footer {padding: 50px 0;}
	.ft_box {flex-direction: column; align-items: flex-start; row-gap: 25px;}
	.ft_left a {margin: 30px 0 25px;}
	.ft_right {width: 100%; align-items: flex-start;}

	.pop_ul {display: flex; justify-content: flex-start; gap: 25px; margin-top:25px;}
	.ft_right p {margin-top: 25px;}
}

@media screen and (max-width: 720px){
	.o_footer {padding: 40px 0;}
	.ft_box {row-gap: 15px;}
	.ft_left a {margin: 25px 0 15px;}
	.ft_left figure img {width: 60%;}

	.pop_ul {gap: 20px; margin-top:15px;}
	.ft_right p {margin-top: 15px;}
}
@media screen and (max-width: 490px){
	.ft_left_txt i span {padding-top:10px; display: inline-block;}
}

/* add_pop */
.add_pop_wrap {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 9999;display: none;}
.add_pop_wrap *{color: #fff;}
.add_pop_inner{position: absolute;top: 50%;left: 50%;width: 94%;max-width: 800px;height: 600px;border-radius: 15px;overflow: hidden;transform: translate(-50%,-50%) scale(.9);transition: transform .3s ease;}
#add_wrap_02 .add_pop_inner{height: 250px;}
.add_pop_wrap.active .add_pop_inner{transform: translate(-50%,-50%) scale(1);}

.add_pop_tit{background: #94c11e;color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;}
.add_pop_close{width: 20px;height: 60px;position: relative;}
.add_pop_close span{position: absolute;top: 29px;left: 0;width: 20px;height: 2px;background: #fff;z-index: 1;transition: transform .3s ease; }
.add_pop_close span:nth-child(1){transform: rotate(45deg);}
.add_pop_close span:nth-child(2){transform: rotate(-45deg);}

.add_pop_close:hover span{transform: rotate(0);}

.add_pop_con{background: #FFF;padding: 22px 25px;overflow-y: scroll;height: calc( 100% - 60px );}
.add_pop_con h5{font-size: 1rem;font-weight: bold;margin-bottom: 10px; color:#000;}
.add_pop_con p{font-size: 14px;line-height: 160%;margin-bottom: 25px; color:#000;}


@media (max-width: 780px){ 
	.add_pop_con p{font-size: 12px;}
}




/*번역 관련 css 수정 en*/
.o_inner03_en {max-width:1200px;}

.o_inner03_en .sec01_li {width:360px; height:360px;}
.o_inner03_en .sec01_li:nth-of-type(2) {margin-left:20px;}
.o_inner03_en .sec01_li .sec01_li_inr p {word-break:keep-all;}
.add_br {display:none;}

@media screen and (max-width: 1480px){
	
#hd_gnb.hd_en {left:45%;}
}

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

.add_br {display:block;}

}




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

.o_inner03_en .sec01_ul {flex-wrap:wrap;}

.o_inner03_en .sec01_ul {justify-content: center;}

}

@media screen and (max-width: 1200px){
	
#hd_gnb.hd_en {display:none;}
}


@media screen and (max-width: 720px){
	
.o_inner03_en .sec01_ul li {width:300px; height:300px; }
.o_inner03_en .sec01_li:nth-of-type(2) {margin-left:0px;}
.o_inner03_en .sec01_ul {justify-content: center;}
.o_inner03_en .sec01_li .sec01_li_inr p { margin-top: 40px;}
}

@media screen and (max-width: 490px){
	
.o_inner03_en .sec01_li_inr { top: 57px; }
.o_inner03_en .sec01_li.sec01_view .sec01_li_inr {top:50%;}
}




/*번역 관련 css 수정 jp*/
.inner03_jp {max-width:1080px;}
.sec01_jp .sec01_li {width:330px; height:330px;}
.sec01_jp .sec01_li .sec01_li_inr p {word-break:keep-all;}





@media screen and (max-width: 1530px){
#hd_gnb.hd_jp {left:45%;}
}


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

#hd_gnb.hd_jp {left:43%;}
#hd_gnb.hd_jp>ul>li>a {padding:0 25px;}
}

@media screen and (max-width: 1355px){
#hd_gnb.hd_jp>ul>li>a {padding:0 15px;}
}

@media screen and (max-width: 1220px){
#hd_gnb.hd_jp {display:none;}
}

@media screen and (max-width: 1080px){
.sec01_ul.sec01_jp {justify-content:center;}
.sec01_jp .sec01_li .sec01_li_inr p {margin-top:55px;}
}
@media screen and (max-width: 720px){
.sec01_jp .sec01_li {width:300px; height:300px;}
}

