/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: "Play", sans-serif; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #02a741; /* 초록 */
  --co02: #ff6600; /* 주황 */
}

::selection{color: #fff; background: var(--co01);}

.fp{font-family: 'Pretendard';}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1440px;  margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9000;line-height: 1;border-bottom: 1px solid rgba(255,255,255,.2);transition:.4s;}
#header .inner{display: flex;align-items: center; justify-content: space-between;width: 1600px;height: 100px;}

#header .gnb{display: flex;font-family: "Play", sans-serif;}
#header .gnb > li{position: relative;padding: 41px 20px;}
#header .gnb > li::after{content:'';position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);width: 0; height: 3px; background: var(--co01);transition:.4s;}
#header .gnb > li.on::after{width: 60px;}
#header .gnb span a{display: block;font-size: 18px; color: #fff; font-weight: 700;transition:.4s;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 320px; background: #fff; box-shadow:3px 3px 10px rgba(0,0,0,.1);}
#header .gnb .lnb_sub ul{display: none;padding: 20px;}
#header .gnb .lnb_sub ul li a{display: block;color: #666;font-size: 16px;transition:.4s;line-height: 1.3;}
#header .gnb .lnb_sub ul li a:hover{color: var(--co01);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 27px;}

#header .lan_wrap{display: flex;gap:10px;}
#header .lan_wrap a{border-radius:50%; border:1px solid transparent;transition:.4s;}

/* navi */
.nav_btn{display: none;}
.navigation{display: none;}

.main_quick{position: fixed;left: 40px;top: 50%;transform:translateY(-50%); z-index: 7000;line-height: 1;transition:.5s;}
.main_quick.off{opacity: 0;}
.main_quick ul li{position: relative;font-size: 16px; color: #fff;padding-left: 40px;transition:.4s;}
.main_quick ul li:not(:last-child){margin-bottom: 50px;}
.main_quick ul li::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 15px; height: 2px; background: rgba(255,255,255,.5);transition:.4s;}
.main_quick ul li.on{color: var(--co01);font-weight: 700;}
.main_quick ul li.on::after{width: 30px; background: var(--co01);}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;bottom: 130px;left: 0;width: 100%;}
#visual_wrap .txt_wrap span{display: block;font-size: 28px; color: #fff;margin-bottom: 30px;transform:translateY(-100px);opacity: 0;transition:1s;}
#visual_wrap .txt_wrap p{font-size: 100px; color: #fff; font-weight: 700;transform:translateY(-100px);opacity: 0;transition:1s;}
#visual_wrap .txt_wrap a.more_btn01{margin-top: 55px;transform:translateY(-100px);opacity: 0;transition:1s;}
#visual_wrap .vis_items{display: flex;align-items: center;gap:10px;position: absolute; right: 260px; bottom: 130px;}
#visual_wrap .vis_items .dots_wrap ul{display: flex;gap:10px;}
#visual_wrap .vis_items .dots_wrap ul li{width: 50px;height: 2px; background: rgba(255,255,255,.3);text-indent: -9999px;transition:.3s;}
#visual_wrap .vis_items .dots_wrap ul li.slick-active{background: var(--co01);}
#visual_wrap .vis_items .arr_wrap{display: flex;gap:10px;}

#visual_wrap ul li.slick-active .txt_wrap span{transform:translateY(0px);opacity: 1;}
#visual_wrap ul li.slick-active .txt_wrap p{transform:translateY(0px);opacity: 1;transition-delay:.3s;}
#visual_wrap ul li.slick-active .txt_wrap a.more_btn01{transform:translateY(0px);opacity: 1;transition-delay:;}

/* 공통 */
a.more_btn01{display: flex;align-items: center; justify-content: center;width: 230px; height: 64px;border:1px solid #fff;font-size: 18px; color: #fff;transition:.5s;}
a.more_btn01:hover{background: var(--co01); border:1px solid var(--co01);}

.section{line-height: 1;}
.section .sec_tit .icon{margin-bottom: 20px;}
.section .sec_tit p{font-size: 70px; color: #fff;font-weight: 700;}
.section .sec_tit span{display: block;font-size: 28px; color: #fff;margin-top: 25px;}
.section .sec_tit a.more_btn01{margin-top: 70px;}

.section .sec_tit.right .icon img{margin-left: auto;}
.section .sec_tit.right{text-align: right;}
.section .sec_tit.right a.more_btn01{margin-left: auto;}

.section .sec_tit.center .icon img{margin: 0 auto;}
.section .sec_tit.center{text-align: center;}
.section .sec_tit.center a.more_btn01{margin: 0 auto;}


/* section01 */
#section01{background: url(/assets/images/main/sec01_bg01_pc.jpg)center no-repeat; background-size: 120%; transition:1.5s;}
#section01.on{background-size: 100%; }

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: 120%; transition:1.5s;}
#section02.on{background-size: 100%; }

#section02 .box_wrap{display: flex;margin: 80px 0;}
#section02 .box_wrap .box{flex:1;}
#section02 .box_wrap .box{border-right: 1px solid rgba(255,255,255,.5);border-left: 1px solid transparent;transition:.4s;border-top: 1px solid transparent;border-bottom: 1px solid transparent;}
#section02 .box_wrap .box:first-child{border-left: 1px solid rgba(255,255,255,.5);}
#section02 .box_wrap .box a{display: flex;align-items: center;justify-content: flex-end;flex-direction: column;gap:42px;height: 180px;padding: 30px 0;}
#section02 .box_wrap .box .icon{position: relative;}
#section02 .box_wrap .box .icon img{transition:.4s;}
#section02 .box_wrap .box .icon img.on{position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);opacity: 0;}
#section02 .box_wrap .box .icon img.off{}
#section02 .box_wrap .box p{font-size: 18px; color: #fff;font-weight: 700;text-align: center;text-transform:uppercase;transition:.4s;}

#section02 .box_wrap .box:hover{border: 1px solid rgba(255,255,255,.5);background: rgba(255,255,255,.2);}
#section02 .box_wrap .box:hover img.on{opacity: 1;}
#section02 .box_wrap .box:hover img.off{opacity: 0;}
#section02 .box_wrap .box:hover p{color: var(--co01);}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_pc.jpg)center no-repeat; background-size: 120%; transition:1.5s;}
#section03.on{background-size: 100%; }

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat; background-size: 120%; transition:1.5s;}
#section04.on{background-size: 100%; }

/* footer */
#footer{line-height: 1;background: #111;height: 605px !important;}
#footer .fp-tableCell{height: 605px !important;}
#footer .inner{width: 1600px;}
#footer .f_top{display: flex;align-items: center; justify-content: space-between;padding-bottom: 40px;margin-bottom: 60px;border-bottom: 1px solid rgba(255,255,255,.2);}
#footer .f_top .left{display: flex;align-items: center;gap:50px;}
#footer .f_top .left .lan_wrap{display: flex;align-items: center;gap:10px;}
#footer .f_top .top_btn{display: flex;align-items: center;gap:12px;}
#footer .f_top .top_btn p{font-size: 18px; color: #999;font-weight: 700;}

#footer .f_bot{display: flex;flex-wrap:wrap;gap:50px 0;}
#footer .f_bot .left{width: 50%;}
#footer .f_bot .left .con:not(:last-child){margin-bottom: 35px;}
#footer .f_bot .left .con a{display: block;font-size: 18px; color: #fff; font-weight: 700;margin-bottom: 20px;}
#footer .f_bot .left .con a:hover{text-decoration:underline;}
#footer .f_bot .left .con p{font-size: 16px; color: #999; line-height: 28px;}

#footer .f_bot .right{width: 50%;padding-left: 40px;}
#footer .f_bot .right ul.site_map{display: flex;justify-content: flex-end;}
#footer .f_bot .right ul.site_map li:nth-child(1){margin-right: 10px;}
#footer .f_bot .right ul.site_map li:nth-child(2){margin-right: 40px;}
#footer .f_bot .right ul.site_map li:nth-child(3){margin-right: 30px;}
#footer .f_bot .right ul.site_map li:nth-child(3) a{width: max-content;}
#footer .f_bot .right ul.site_map li strong a{display: block;font-size: 18px; color: #fff; font-weight: 700;margin-bottom: 30px;}
#footer .f_bot .right ul.site_map li .a_wrap a{display: block;font-size: 16px; color: #999;line-height: 1.3;}
#footer .f_bot .right ul.site_map li .a_wrap a:not(:last-child){margin-bottom: 15px;}
#footer .f_bot .right ul.site_map li .a_wrap a:hover{text-decoration:underline;}
#footer .f_bot .copy{font-size: 16px; color: #999;}

/* =====sub================================= */
#header.active{background: #fff;border-bottom: 1px solid #ddd;}
#header.active .gnb span a{color: #222;}
#header.active .lan_wrap a{border:1px solid #ddd;}
#footer.sub_footer{height: auto !important;padding: 40px 60px;}

#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;top: calc(50% + 50px);left: 50%;transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 65px; color: #fff; font-weight: 700;text-align: center;}

/* tab_menu */
.tab_menu {display: block;width:100%; height:70px; line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu .inner{position:relative; display: flex; height:100%;}
.tab_menu .home{display: flex;align-items: center; justify-content: center;width: 70px; height: 70px; background: var(--co01);}
.tab_menu .menu {display: flex; width:calc(100% - 70px); height:100%;background:#fff; }
.tab_menu .menu > li {position:relative; min-width: 300px; height:100%; border-right: 1px solid #ddd;}
.tab_menu .menu > li.menulink02{min-width: 400px;max-width: 605px;}
.tab_menu .menu > li.menulink01::before{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 12px; background: rgba(255,255,255,.3);}
.tab_menu .menu > li::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 21px; height: 12px; background: url(/assets/images/sub/tab_arr_pc.png)center no-repeat; background-size: cover;transition:.4s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 55px 0 20px; width:100%; height:100%; font-size: 18px; color:#222; font-weight: 700; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:101%; left:0px; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 4px 4px 8px rgba(0,0,0,.15);}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; min-height: 55px; font-size:18px; color:#666;  font-weight: 400;padding:10px 20px; box-sizing:border-box; line-height:1.3;transition:.3s}
.tab_menu .menu > li ul li.on a{color: var(--co01);font-weight: 700;border-bottom: 2px solid var(--co01);}

#sub_contents{padding: 120px 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 60px;}
#sub_contents .contop h3{font-size: 60px; color: #222; font-weight: 700;text-align: center;}

/* 공통 */
h3.h3_tit01{position: relative;padding-left: 40px;font-size: 40px;color: #222;font-weight:700;line-height: 1.5; margin-bottom: 25px;}
h3.h3_tit01::after{content:'';position: absolute; left: 0; top: 19px; background: url(/assets/images/sub/txt_icon01.png)center no-repeat; background-size: cover; width: 25px; height: 30px;}
h4.h4_tit01{position: relative;padding-left: 20px;font-size: 24px; font-weight: 700; color: #222;line-height: 1.4; margin-bottom: 12px;}
h4.h4_tit01::after{content:'';position: absolute;left: 0; top: 8px; width: 4px; height: 18px; background: var(--co01);}

.txt_box_st01{padding: 20px;background: #f5f5f5; border-radius:12px;}
.txt_box_st01 p{font-size: 18px; color: #666; line-height: 36px;}

.txt_box_st02{padding: 30px;background: #f2fbf5; border-radius:12px;}
.txt_box_st02 strong{display: block;font-size: 20px; color: #222; line-height: 1.5;text-align: center;}
.txt_box_st02 strong b{color: var(--co01);}

ul.ul_st01 li{position: relative;font-size: 18px; color: #666; line-height: 1.5;padding-left: 20px;}
ul.ul_st01 li::after{content:'';position: absolute;left: 0; top: 12px; width: 5px; height: 5px; border-radius:50%; background: var(--co01);}
ul.ul_st01 li:not(:last-child){margin-bottom: 10px;}
ul.ul_st01 li b{font-weight: 700;color: var(--co01);}

table.tbl01{width: 100%;border-top: 2px solid var(--co01);}
table.tbl01.co02{border-top: 2px solid var(--co02);}
table.tbl01.center{text-align: center;}

table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 18px; padding: 15px; color: #333; font-weight: 700; background: #f5f5f5;}
table.tbl01 th:not(:last-child){border-right: 1px solid #ddd;}
table.tbl01 td{font-size: 18px;padding: 15px; color: #666;}
table.tbl01 td:not(:last-child){border-right: 1px solid #ddd;}
table.tbl01 td p{font-size: 18px;color: #666;}
table.tbl01 td b.co01{color: var(--co01);font-weight: 400;}
table.tbl01 td b.bold{font-weight: 700;}

table.tbl01.br_none th{border: 0;}
table.tbl01.br_none td{border: 0;}


/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0101_wrap .con01 .img{margin-top: 40px;}
.sub0101_wrap .con01 .img img{display: block; margin: 0 auto;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con:not(:last-child){margin-bottom: 90px;}

.sub0102_wrap .con02 .box_wrap{display: flex;gap:40px;}
.sub0102_wrap .con02 .box_wrap .box{width: calc((100% - 80px) / 3); padding: 40px; border:1px solid #ddd; border-radius:12px;}
.sub0102_wrap .con02 .box_wrap .box .icon img{display: block; margin: 0 auto;transition:.4s;}
.sub0102_wrap .con02 .box_wrap .box:hover .icon img{transform:rotateY(180deg);}
.sub0102_wrap .con02 .box_wrap .box p{position: relative; font-size: 18px; color: #666; line-height: 26px;	padding-top: 40px;margin-top: 30px;text-align: center;}
.sub0102_wrap .con02 .box_wrap .box p::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%);width: 30px; height: 3px; background: var(--co01);}

/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con_wrap{border-top: 2px solid var(--co01);}
.sub0103_wrap .con{display: flex;border-bottom: 1px solid #ddd;padding: 60px 0;}
.sub0103_wrap .con .year{width: 300px;font-size: 60px;font-weight: 700;color: var(--co01);}
.sub0103_wrap .con .box_wrap{width: calc(100% - 300px);}
.sub0103_wrap .con .box_wrap .img_box{margin-top: 40px;}
.sub0103_wrap .con .box_wrap .img_box ul{display: flex;flex-wrap:wrap;gap:10px;}
.sub0103_wrap .con .box_wrap .img_box ul li{width: calc((100% - 30px) / 4);}
.sub0103_wrap .con .box_wrap .img_box ul li .img_wrap{position:relative; width:100%; padding-bottom:67.416%;background: #ddd; overflow: hidden;}
.sub0103_wrap .con .box_wrap .img_box ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap table.mob_tbl{display: none;}
.sub0201_wrap table.pc_tbl .col01{width: 18%;}
.sub0201_wrap table.pc_tbl .col02{width: 20%;}
.sub0201_wrap table.pc_tbl .col03{width: 20%;}
.sub0201_wrap table.pc_tbl .col04{width: 10%;}
.sub0201_wrap table.pc_tbl .col05{width: ;}
.sub0201_wrap table.pc_tbl a img{display: block;margin: 0 auto;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0301_wrap .con .box:not(:last-child){margin-bottom: 40px;}
.sub0301_wrap .con table.tbl01 td img{display: block;margin: 0 auto 8px;}
.sub0301_wrap .con table.tbl01 td a:hover{text-decoration:underline;}

/* sub0302 */
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0302_wrap .con01 .box{display: flex;gap:40px;align-items: center;margin-bottom: 40px;padding: 30px 40px; border-radius:12px;background: url(/assets/images/sub/sub0301_icon02.png)bottom right 40px no-repeat #fff7f2;}
.sub0302_wrap .con01 .box .txt{width: calc(100% - 130px);}
.sub0302_wrap .con01 .box .txt strong{font-size: 24px;color: #222;}
.sub0302_wrap .con01 .box .txt strong b{color: var(--co02);font-weight: 700;}
.sub0302_wrap .con01 .box .txt p{font-size: 18px; color: #666;margin-top: 10px;}
.sub0302_wrap .con01 table.tbl01 td img{display: block;margin: 0 auto 8px;}

.sub0302_wrap .con02 .box:not(:last-child){margin-bottom: 40px;}
.sub0302_wrap .con02 .box .img_box{display: flex;align-items: center;margin-top: 40px;}
.sub0302_wrap .con02 .box .img_box .img{width: 50%;}
.sub0302_wrap .con02 .box .img_box .img strong{display: block;font-size: 24px; line-height: 36px; color: #222;text-align: center; margin-bottom: 15px;	}
.sub0302_wrap .con02 .box .img_box .img strong b{font-weight: 700; color: var(--co02);}
.sub0302_wrap .con02 .box .img_box .img .btn_wrap{display: flex;align-items: center; justify-content: center;gap:12px; background: #fff7f2; padding: 30px; border-radius:12px;}
.sub0302_wrap .con02 .box .img_box .img01{display: flex;align-items: center; justify-content: center;}

.sub0302_wrap .con04 ul{display: flex;flex-wrap:wrap;border:1px solid #ddd;border-bottom: 0;}
.sub0302_wrap .con04 ul li{display: flex;align-items: center;justify-content: center;width: calc(100% / 5); height: 60px;font-size: 18px; color: #666;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.sub0302_wrap .con04 ul li:nth-child(5n){border-right: 0;}

