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

@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&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: 'Noto Sans KR'; 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*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.main_no_data{font-size:16px; text-align:center; line-height:500px; background:#fff; border-radius:12px;}

.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: #90c31f;
  --co02: #0274c8;
}

::selection{background: #90c31f; color: #fff;}

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

#cursor { position: relative; z-index: 8000; height: 0; mix-blend-mode: difference; }
#cursor > svg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
#cursor > svg .cursor_polyline{fill: none;stroke: url(#lineGradient);stroke-width: 3;}
#cursor > svg .cursor_circle{fill: #FFF;}

.main_quick{position: fixed;top: 50%; right: 80px; transform:translateY(-50%);z-index: 6000;}
.main_quick ul li{display: flex; align-items: center; justify-content: center;width: 32px; height: 32px;border:2px solid transparent; border-radius:50%;transition:.3s;}
.main_quick ul li:not(:last-child){margin-bottom: 20px;}
.main_quick ul li em{display: block;width: 7px; height: 7px; background: #bbb; border-radius:50%;transition:.3s;}

.main_quick ul li.on{border:2px solid var(--co02); }
.main_quick ul li.on em{width: 12px;height: 12px;background: var(--co02);}

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%; z-index: 7000;transition:.3s;line-height: 1;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 100px; }
#header h1 a{display: block;background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; width: 212px; height: 38px; background-size: cover;transition:.3s;}

#header .gnb_wrap{position: absolute; right: 13vw;top: 0; height: 100%;}
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 40px 45px;transition:.4s;}
#header .gnb span a{display: block;font-size: 20px; color: #fff; transition:.4s;}

#header .h_btn{position: relative;width: 30px; height: 22px;}
#header .h_btn::before{content:'';position: absolute; right: 0; top: 0; width: 100%;height: 2px; background: #fff;}
#header .h_btn::after{content:'';position: absolute; right: 0; bottom: 0; width: 100%;height: 2px; background: #fff;}
#header .h_btn span{display: block;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 2px; background: #fff;transition:.3s;}
#header .h_btn span::after{content:'';display: block;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 2px; background: #fff;transition:.3s;}
#header .all_btn{display: block;}
#header .nav_btn{display: none;}

#header.h02{background: transparent;}
#header.h02 h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.h02 .gnb > li{position: relative;}
#header.h02 .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.3s;}
#header.h02 .gnb > li.on::after{width: 130px;}
#header.h02 .gnb span a{color: #333;}
#header.h02 .h_btn::before{background: #333;}
#header.h02 .h_btn::after{background: #333;}
#header.h02 .h_btn span{transform:translateY(-50%);background: #333;}
#header.h02 .h_btn span::after{background: #333;transform:translateY(-50%);}
#header.f_hd{background: #fff;}


/*all_menu*/
#header.all{background: #fff;border-bottom: 1px solid #ddd;}
#header.all h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.all .gnb > li{position: relative;padding: 40px 60px;}
#header.all .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.3s;}
#header.all .gnb > li.on::after{width: 130px;}
#header.all .gnb span a{color: #333;}
#header.all .h_btn::before{background: transparent;}
#header.all .h_btn::after{background: transparent;}
#header.all .h_btn span{transform:translateY(-50%) rotate(220deg);background: #333;}
#header.all .h_btn span::after{background: #333;transform:translateY(-50%) rotate(280deg);}

.all_menu_wrap{display: none;position: fixed; top: 101px; left: 0; width: 100%; background: url(/assets/images/main/all_bg01_pc.png)left bottom no-repeat #fff;z-index: 7000;line-height: 1;box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);}	
.all_menu_wrap .inner{padding-right: 13.1vw;}
.all_menu_wrap .all_menu{display: flex;justify-content: flex-end;}
.all_menu_wrap .all_menu .all_sub{width: 192px;padding: 40px 0px 60px;}
.all_menu_wrap .all_menu .all_sub ul li:not(:last-child){margin-bottom: 30px;}
.all_menu_wrap .all_menu .all_sub ul li a{display: block;font-size: 17px; color: #999;text-align: center;transition:.3s;}
.all_menu_wrap .all_menu .all_sub ul li:hover a{color: var(--co01);}

@media screen and (max-width:1550px) {
#header.all .gnb > li{padding: 40px 51px;}
.all_menu_wrap .all_menu .all_sub{width: 175px;}
}

.navigation{display: none;}

.section{line-height: 1;overflow: hidden;}
.sec_tit{margin-bottom: 80px;}
.sec_tit p{font-size: 60px; color: #333; font-weight: 700;text-align: center;overflow: hidden; line-height: 1.1;}
.sec_tit p b{font-weight: 700;}
.sec_tit span{display: block;font-size: 22px; color: #555;margin-top: 40px;text-align: center;overflow: hidden;line-height: 1.1;}
.sec_tit span b{font-weight: 400;}
.sec_tit b{display: inline-block;transform:translateY(-110%);transition:1s;}

.section .more_btn{width: 200px; height: 54px; margin: 80px auto 0; border-radius:27px; border:1px solid #ddd; background: #fff;overflow: hidden;transition:.3s;}
.section .more_btn a{position: relative;z-index: 1;display: flex; align-items: center; gap:50px; justify-content: center;height: 100%;}
.section .more_btn a::after{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); background: var(--co01);width: 0px; height: 0px; border-radius:50%;z-index: -1;transition:.4s;}
.section .more_btn p{font-size: 18px;color: #333; font-weight: 500;transition:.2s;}
.section .more_btn em{display: block; background: url(/assets/images/main/more_btn01_pc.png)center no-repeat; width: 8px; height: 13px; background-size: cover;transition:.2s;}

.section .more_btn:hover{border:1px solid transparent;}
.section .more_btn:hover a::after{width: 200px; height: 200px;}
.section .more_btn:hover p{color: #fff;}
.section .more_btn:hover em{background: url(/assets/images/main/more_btn03_pc.png)center no-repeat; background-size: cover;}


/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .visual li > p{transform:scale(1.1)}
#visual_wrap .visual li.slick-active > p{animation: visAni01 7s linear forwards;}
#visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);}
#visual_wrap .txt_wrap strong{display: block;font-size: 60px; font-weight: 700; text-align: center;color: #fff;}
#visual_wrap .txt_wrap p{font-size: 30px; margin-top: 30px; font-weight: 300;text-align: center;color: #fff;}
#visual_wrap .dots_wrap{position: absolute; left: 50%; top: 70%; transform:translate(-50%,-50%);z-index: 1000;}
#visual_wrap .dots_wrap ul{display: flex; gap:8px; align-items: end;}
#visual_wrap .dots_wrap ul li{width: 40px; height: 3px; background: #fff; text-indent: -9999px;transition:.3s;}
#visual_wrap .dots_wrap ul li.slick-active{height: 10px; background: var(--co01);}
#visual_wrap .scroll{position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);padding-bottom: 95px;}
#visual_wrap .scroll p{font-size: 15px; color: #fff; line-height: 20px;font-family: "Work Sans", sans-serif;text-transform:uppercase;transition:.3s;text-align: center;}
#visual_wrap .scroll:hover p{letter-spacing:2px}
#visual_wrap .scroll::after{content:'';position: absolute;bottom: 0; left: 50%; transform:translateX(-50%);width: 1px; height: 70px; background: rgba(255,255,255,.5);}
#visual_wrap .scroll::before{content:'';position: absolute;top: 65px; left: 50%; transform:translateX(-50%);width: 1px; height: 20px; background: rgba(255,255,255,1);animation:scrollAni01 3s ease infinite;}
@keyframes visAni01{
0%{transform:scale(1.1)}
100%{transform:scale(1)}
}
@keyframes scrollAni01{
0%{top: 65px;}
100%{top: 100%;}
}

/* section01 */
#section01{background: url(/assets/images/main/sec01_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section01 .inner{transform: translateY(30px);}
#section01 ul{display: flex;gap:40px;justify-content: center;}
#section01 ul li{position: relative;position: relative;width: calc((100% - 80px) / 3);max-width: 506px; border-radius:12px; transition:1s;}
#section01 ul li:nth-child(1){transform: translateX(50%) rotate(-10deg);}
#section01 ul li:nth-child(3){transform: translateX(-50%) rotate(10deg);z-index: -1;}
#section01 ul li .img_wrap{position:relative; width:100%; padding-bottom:79.051%;transition:.5s;}
#section01 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;transition:.5s;}
#section01 ul li:hover .img_wrap{transform:scale(1.05);}
#section01 ul li .txt_wrap{position: absolute; bottom: 0; left: 0;width: 100%;padding: 50px 40px;}
#section01 ul li .txt_wrap p{font-size: 28px; color: #fff; font-weight: 700;}
#section01 ul li .txt_wrap span{display: block;font-size: 18px; color: #fff; line-height: 28px;margin: 20px 0 25px;}
#section01 ul li .txt_wrap em{display: block;font-size: 16px; color: var(--co02); font-weight: 700;font-family: "Work Sans", sans-serif;}

#section01.on .sec_tit p b{transform:translateY(0%);}
#section01.on .sec_tit span b{transform:translateY(0%);}
#section01.on ul li:nth-child(1){transform: translateX(0%) rotate(0deg);}
#section01.on ul li:nth-child(3){transform: translateX(0%) rotate(0deg);}

/* section02 */
#section02{position: relative;}
#section02 .bg{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%) scale(1.1); width: 100%; height: 100%; background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; z-index: -1;}
#section02 .txt_wrap span{display: flex; justify-content: center; gap:20px;font-size: 28px; color: #fff; font-weight: 700;font-family: "Work Sans", sans-serif; margin-bottom: 40px;text-align: center;text-transform:uppercase;}
#section02 .txt_wrap span b{display: inline-block;opacity: 0;transform:translateY(50px);}
#section02 .txt_wrap p{font-size: 60px; color: #fff; font-weight: 700;text-align: center;line-height: 90px;}
#section02 .txt_wrap p strong{display: inline-block;-webkit-text-fill-color: rgba(255, 255, 255, .1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);width: fit-content;background-size: 0% 100%;}
#section02 .more_btn{background: transparent;border:1px solid #fff;}
#section02 .more_btn:hover{border:1px solid transparent;}
#section02 .more_btn p{color: #fff;}
#section02 .more_btn em{background: url(/assets/images/main/more_btn03_pc.png)center no-repeat; background-size: cover;}

#section02.on .txt_wrap span b{opacity: 1;transform:translateY(0px);transition:.8s;}
#section02.on .txt_wrap span b:nth-of-type(2){transition-delay:.1s;}
#section02.on .txt_wrap span b:nth-of-type(3){transition-delay:.2s;}
#section02.on .txt_wrap span b:nth-of-type(4){transition-delay:.3s;}
#section02.on .txt_wrap span b:nth-of-type(5){transition-delay:.4s;}
#section02.on .txt_wrap span b:nth-of-type(6){transition-delay:.5s;}
#section02.on .txt_wrap span b:nth-of-type(7){transition-delay:.6s;}
#section02.on .txt_wrap p strong{animation: sec01Ani01 1s ease forwards;animation-delay:0.7s;}
#section02.on .txt_wrap p strong:nth-of-type(2){animation-delay:1.5s;}

@keyframes sec01Ani01{
0%{background-size: 0% 100%;}
100%{background-size: 200% 100%;}
}

/* section03 */
#section03{position: relative;background: #f5f5f5;z-index: 10;}
#section03::after{content:'';opacity: 0;position: absolute; left: 0; bottom: 0; background: url(/assets/images/main/sec03_bg01_pc.png)center no-repeat; width: 566px; height: 301px; background-size: cover;z-index: -1;transition:.4s;}
#section03.on::after{opacity: 1;}
#section03 .con_wrap{display: flex;gap:40px;}

#section03 .con_wrap .notice_con{width: calc(50% - 40px);}
#section03 .con_wrap .notice_con ul li{background: #fff;padding: 0px 30px;border-radius:12px;border:1px solid transparent;transition:.4s;}
#section03 .con_wrap .notice_con ul li:hover{border:1px solid var(--co02);}
#section03 .con_wrap .notice_con ul li:not(:last-child){margin-bottom: 10px;}
#section03 .con_wrap .notice_con ul li a{display: flex; align-items: center;height: 90px;}
#section03 .con_wrap .notice_con ul li .date{margin-right: 30px;}
#section03 .con_wrap .notice_con ul li .date span{display: block;text-align: center;font-size: 16px; color: #222;}
#section03 .con_wrap .notice_con ul li .date p{font-size: 28px; color: var(--co02);font-weight: 700;text-align: center;}
#section03 .con_wrap .notice_con ul li .txt{width: calc(100% - 200px);}
#section03 .con_wrap .notice_con ul li .txt p{font-size: 20px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#section03 .con_wrap .notice_con ul li em{display: block; width: 140px;text-align: right;font-size: 16px; color: #999;font-weight: 700;}

#section03 .con_wrap .btn_con{width: 50%;}
#section03 .con_wrap .btn_con ul{display: flex; flex-wrap:wrap;gap:20px;}
#section03 .con_wrap .btn_con ul li{width: calc((100% - 20px) / 2); border:1px solid transparent;transition:.4s;border-radius:12px; overflow: hidden;}
#section03 .con_wrap .btn_con ul li:hover{border:1px solid var(--co02);}
#section03 .con_wrap .btn_con ul li a{position: relative;display: block;height: 240px;padding: 40px 40px 20px; background: #fff; }
#section03 .con_wrap .btn_con ul li span{display: block;font-size: 18px; color: #999;font-family: "Work Sans", sans-serif; }
#section03 .con_wrap .btn_con ul li p{font-size: 28px; color: #333; font-weight: 700;margin-top: 25px;}
#section03 .con_wrap .btn_con ul li .icon{position: absolute; bottom: 20px; right: 40px;}
#section03 .con_wrap .btn_con ul li .more{position: absolute;bottom: 20px; left: 40px;display: flex;align-items: center; justify-content: center;width: 52px; height: 52px; border-radius:50%; background: var(--co02);}
#section03 .con_wrap .btn_con ul li .more img{transition:.3s;}
#section03 .con_wrap .btn_con ul li:hover .more img{transform:rotate(90deg);}

#section03.on .sec_tit p b{transform:translateY(0%);}

/* footer */
#footer{background: #333;height: 370px !important;}
#footer .fp-tableCell{height: 370px !important;}
#footer .f_top{display: flex; align-items: center; justify-content: space-between;padding-bottom: 40px; margin-bottom: 50px;border-bottom: 1px solid #666;}
#footer .f_top .a_wrap{display: flex;align-items: center;gap:30px;}
#footer .f_top .a_wrap a{font-size: 17px; color: #999; font-weight: 500;}
#footer .f_top .a_wrap a.pri{color: #fff;}
#footer address p{font-size: 17px; color: #999; line-height: 40px;}
#footer address p i{display: inline-block;width: 30px;}
#footer p.copy{margin-top: 20px;}

/* =====sub=========================================== */
#header.sub_header.fixed{background: #fff;border-bottom: 1px solid #ddd;}
#header.sub_header.fixed h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.sub_header.fixed .gnb > li{position: relative;}
#header.sub_header.fixed .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.3s;}
#header.sub_header.fixed .gnb > li.on::after{width: 130px;}
#header.sub_header.fixed .gnb span a{color: #333;}
#header.sub_header.fixed .h_btn::before{background: #333;}
#header.sub_header.fixed .h_btn::after{background: #333;}
#header.sub_header.fixed .h_btn span{transform:translateY(-50%);background: #333;}
#header.sub_header.fixed .h_btn span::after{background: #333;transform:translateY(-50%);}

#header.fixed.all .h_btn::before{background: transparent;}
#header.fixed.all .h_btn::after{background: transparent;}
#header.fixed.all .h_btn span{transform:translateY(-50%) rotate(220deg);background: #333;}
#header.fixed.all .h_btn span::after{background: #333;transform:translateY(-50%) rotate(280deg);}

#footer.sub_footer{padding: 60px 0px;height: auto;}

#sub_visual_wrap{position: relative;line-height: 1;overflow: hidden;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 55%; left: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:34px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 16px; color: #fff; font-weight: 500;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'>';position: absolute; right: -21px; top: 50%; transform:translateY(-50%);font-size: 16px; color: #fff; font-weight: 500;}
#sub_visual_wrap .txt_wrap h3{font-size: 60px; color: #fff; font-weight: 700; text-align: center; margin-top: 30px;}

/* tab_menu */
.tab_menu{background: #fff;border-bottom: 1px solid #ddd;}
.tab_menu ul{display: flex;align-items: center; justify-content: center;gap:70px;height: 75px;}
.tab_menu ul li{position: relative;}
.tab_menu ul li a{display: block;font-size: 22px; color: #999; font-weight: 500;}
.tab_menu ul li::after{content:'';position: absolute; left: 50%; transform:translateX(-50%); bottom: -21px; height: 2px; width: 0;transition:.3s;background: var(--co02);}
.tab_menu ul li.on a{color: var(--co02);}
.tab_menu ul li.on::after{width: 100%;}
.tab_menu ul li:hover::after{width: 100%;}

.tab_menu_mob{display: none;}

.depth03_tab{display: flex; align-items: center; justify-content: center;gap:10px;margin-bottom: 40px;}
.depth03_tab a{display: flex;align-items: center; justify-content: center;width: 260px; height: 64px; border-radius:32px;font-size: 18px; color: #666; font-weight: 500;border:1px solid #ddd;transition:.4s;}
.depth03_tab a.on{background: var(--co01); border:1px solid var(--co01);color: #fff;}
.depth03_tab a:hover{background: var(--co01); border:1px solid var(--co01);color: #fff;}

.depth04_tab{display: flex; margin-bottom: 60px;}
.depth04_tab a{position: relative;display: flex; align-items: center; justify-content: center;flex:1; height: 60px;font-size: 18px; color: #666; font-weight: 500; border-right: 1px solid #ddd;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.depth04_tab a::after{content:'';position: absolute; left: 50%; top: -1px; transform:translateX(-50%);width: 0%; height: 2px;transition:.4s; background: var(--co01);}
.depth04_tab a:first-child{border-left: 1px solid #ddd;}
.depth04_tab a.on{border-bottom: 0;color: var(--co01);}
.depth04_tab a.on::after{width: 100%;}
.depth04_tab a:hover::after{width: 100%;}

#sub_contents{padding: 100px 0 130px;}
#sub_contents .inner{width: 100%;padding: 0 13.1vw;}
#sub_contents.no_pb{padding-bottom: 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 80px;}
#sub_contents .contop h3{font-size: 60px; color: #000; font-weight: 700;text-align: center;}

@media screen and (max-width:1800px) {
#sub_contents .inner{width: 100%;padding: 0 2.6%;}
}

/* 공통 */
h3.h3_tit01{position: relative;font-size: 35px; color: #000; font-weight: 700;padding-left: 45px;margin-bottom: 40px;}
h3.h3_tit01::after{content:'';position: absolute; left: 0; top: 3px; background: url(/assets/images/sub/sub_txt01.png)center no-repeat; width: 27px; height: 34px; background-size: cover;}

h3.h3_tit02{position: relative;font-size: 28px; color: #333; font-weight: 700;padding-left: 20px; line-height: 1.5; margin-bottom: 30px;}
h3.h3_tit02::after{content:'';position: absolute; left: 0; top: 11px; background: url(/assets/images/sub/sub_txt02.png)center no-repeat; width: 6px; height: 24px; background-size: cover;}
h3.h3_tit02 b{color: var(--co01);font-weight: 700;}

table.tbl01{width: 100%;border-top: 2px solid var(--co01);table-layout: fixed;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 18px; color: #333; font-weight: 700;background: #f5f5f5; padding: 15px;}
table.tbl01 td{font-size: 18px; color: #666;padding: 15px;text-align: center;}

table.tbl01.br th{border:1px solid #ddd;}
table.tbl01.br td{border:1px solid #ddd;}

table.tbl01 th.br,
table.tbl01 td.br{border-right: 1px solid #ddd;}
table.tbl01 th.bl,
table.tbl01 td.bl{border-left: 1px solid #ddd;}

table.tbl01 th.br0,
table.tbl01 td.br0{border-right: 0;}
table.tbl01 th.bl0,
table.tbl01 td.bl0{border-left: 0;}

.txt_box_st01{padding: 30px 25px;background: #f5f5f5;border-radius:12px;}
.txt_box_st01 p{font-size: 18px; color: #666; line-height: 28px;letter-spacing: -0.4px;}
.txt_box_st01 p:not(:last-child){margin-bottom: 20px;}
.txt_box_st01 p b{font-weight: 700; color: var(--co01);}
.txt_box_st01 ul li{position: relative;padding-left: 20px;}
.txt_box_st01 ul li::after{content:'';position: absolute;left: 0; top: 13px; border-radius:50%; background: var(--co01); width: 4px; height: 4px;}
.txt_box_st01 ul li:not(:last-child){margin-bottom: 6px;}
.txt_box_st01 ul li strong{color: #333;}

.txt_box_st02{display: flex;flex-wrap:wrap;gap:40px;}
.txt_box_st02 .box{width: calc((100% - 80px) / 3);}
.txt_box_st02 .box .img_wrap{position:relative; width:100%; padding-bottom:63.636%;}
.txt_box_st02 .box .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;}

.txt_box_st02 .box .txt_wrap{display: flex;align-items: center;gap:20px;margin-top: 20px;}
.txt_box_st02 .box .txt_wrap em{display: flex; align-items: center; justify-content: center;font-size: 16px; background: var(--co01); color: #fff; font-weight: 800;width: 40px; height: 40px; border-radius:6px;}
.txt_box_st02 .box .txt_wrap p{font-size: 20px; color: #333; font-weight: 700;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{height: 550px;background: transparent;padding-right: 2.6%;}
#sub_contents .sub0101_wrap .con01 .inner{position: relative;width: 1660px;padding: 0;margin: 0px;}
.sub0101_wrap .con01 .img_wrap{position: relative;width: fit-content;}
.sub0101_wrap .con01 .txt_wrap{position: absolute; right: 0px; top: 50%; transform:translateY(-50%); display: flex; align-items: center; margin-left: auto;width: fit-content;height: 101%;}
.sub0101_wrap .con01 .txt_wrap::after{content: '';position: absolute;width: 460px;height: 100%;background: #fff;z-index: 1;right: 0;mix-blend-mode: exclusion;}
.sub0101_wrap .con01 .txt_wrap .circle_t{position: absolute; top: 0; left: 78px;}
.sub0101_wrap .con01 .txt_wrap .circle_b{position: absolute; bottom: 0; left: 78px;transform: rotateX(180deg);}
.sub0101_wrap .con01 .txt_wrap p{font-size: 60px; color: #fff; font-weight: 700; line-height: 90px;text-align: right;}

.sub0101_wrap .con02{padding: 120px 0 130px;background: url(/assets/images/sub/sub0101_bg01_pc.png)bottom right 260px no-repeat; background-size: 420px; }
.sub0101_wrap .con02 .txt01{margin-bottom: 70px;}
.sub0101_wrap .con02 .txt01 strong{display: block;margin-bottom: 30px;font-size: 35px; line-height: 60px; color: #333;font-weight: 700;}
.sub0101_wrap .con02 .txt01 strong b{color: var(--co01);}
.sub0101_wrap .con02 .txt01 p{font-size: 20px; color: #666; line-height: 36px;}
@media screen and (max-width:1670px) {
.sub0101_wrap .con02 .txt01 p br{display: none;}
}
.sub0101_wrap .con02 .txt01 p:not(:last-child){margin-bottom: 30px;}
.sub0101_wrap .con02 .txt02 p{display: flex; align-items: center;gap:30px;font-size: 20px; font-weight: 700;color: #333;}

/* sub0102 */
.sub0102_wrap{position: relative;line-height: 1;}
.sub0102_wrap .bg01{position: absolute;bottom: -130px;right: 0;}
.sub0102_wrap .his_wrap{position: relative;padding-bottom: 105px;}
.sub0102_wrap .his_wrap .line{position: absolute;left: 305px;top: 10px;width: 2px; height: 100px;background: var(--co01);z-index: 100;}
.sub0102_wrap .his_con{display: flex;}
.sub0102_wrap .his_con .year{width: 305px;font-size: 50px; color: #333; font-weight: 700;}
.sub0102_wrap .his_con .txt_con{position: relative;width: calc(100% - 305px);padding-left: 95px;padding-bottom: 55px;}
.sub0102_wrap .his_con .txt_con::before{content:'';position: absolute;top: 0;left: 0;width: 2px; height: 100%; background: #eee;}
.sub0102_wrap .his_con .txt_con::after{content:'';position: absolute; left: -14px;top: -5px;width: 30px; height: 30px; background: var(--co01); border:9px solid #e9f3d2;border-radius:50%;}
.sub0102_wrap .his_con .txt_con .txt_wrap{border-bottom: 1px dashed #ddd;padding-bottom: 55px;}
.sub0102_wrap .his_con .txt_con .txt:not(:last-child){margin-bottom: 40px;}
.sub0102_wrap .his_con .txt_con .txt p{font-size: 20px; color: #333; font-weight: 700; margin-bottom: 20px;}
.sub0102_wrap .his_con .txt_con .txt ul li{position: relative;font-size: 18px; color: #666;line-height: 1.4;padding-left: 20px;}
.sub0102_wrap .his_con .txt_con .txt ul li::after{content:'';position: absolute; top: 11px; left: 0; width: 4px; height: 4px; background: var(--co01); border-radius:50%;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .con:not(:last-child){margin-bottom: 120px;}

.sub0104_wrap .con01{position: relative;display: flex;}
.sub0104_wrap .con01 .box{width: calc(50% + 60px); height: 140px; padding: 40px;border-radius:70px;}
.sub0104_wrap .con01 .box p{font-size: 22px; color: #fff; font-weight: 700;text-align: center;margin-bottom: 22px;}
.sub0104_wrap .con01 .box span{position: relative;display: block;font-size: 18px; color: #fff;text-align: center;line-height: 1.4;}
.sub0104_wrap .con01 .box span em{position: absolute; left: -30px; top: -15px; font-size: 30px; color: rgba(255,255,255,.3); font-weight: 700;}
.sub0104_wrap .con01 .box ul{display: flex;justify-content: center;gap:50px;}
.sub0104_wrap .con01 .box01{background: rgba(144,195,31,.8);}
.sub0104_wrap .con01 .box02{position: absolute;right: 0;background: rgba(44,143,212,.8);z-index: -1;}
.sub0104_wrap .con01 .box02 span{transform: translateX(45px);}

@media screen and (max-width:1800px) {
.sub0104_wrap .con01 .box{width: calc(50% + 30px); border-radius:100px;}
.sub0104_wrap .con01 .box span{font-size: 16px;}
.sub0104_wrap .con01 .box02 span{transform: translateX(0px);}
}

@media screen and (max-width:1550px) {
.sub0104_wrap .con01 .box{height: 169px;}
.sub0104_wrap .con01 .box span i{display: block;}
}

.sub0104_wrap .con02 .box_wrap{display: flex;gap:40px;}
.sub0104_wrap .con02 .box_wrap .box{display: flex; align-items: center; justify-content: center; flex-direction: column;width: calc((100% - 80px) / 3); height: 242px; border:10px solid #f5f5f5; border-radius:12px;}
.sub0104_wrap .con02 .box_wrap .box .icon{margin-bottom: 20px;transition:.4s;}
.sub0104_wrap .con02 .box_wrap .box span{display: block;font-size: 18px; color: #999;text-align: center;margin-bottom: 15px;}
.sub0104_wrap .con02 .box_wrap .box p{font-size: 28px;color: #333; font-weight: 700;text-align: center;}
.sub0104_wrap .con02 .box_wrap .box:hover .icon{transform:rotateY(180deg) translateY(-5px);}

.sub0104_wrap .con03 .txt_wrap{position: relative;width: 100%; height: 450px; background: url(/assets/images/sub/sub0104_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; border-radius:12px;}
.sub0104_wrap .con03 .txt_wrap .txt{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.sub0104_wrap .con03 .txt_wrap .txt::before{content:'“';position: absolute;top: -15px;left: -55px;font-size: 60px;color: #fff;font-weight: 700;}
.sub0104_wrap .con03 .txt_wrap .txt::after{content:'”';position: absolute;top: -15px;right: -55px;font-size: 60px;color: #fff;font-weight: 700;}
.sub0104_wrap .con03 .txt_wrap .txt span{display: block;font-size: 28px; color: #fff;text-align: center;margin-bottom: 28px;}
.sub0104_wrap .con03 .txt_wrap .txt p{font-size: 35px; color: #fff;text-align: center;font-weight: 700;}

/*sub0106*/
.sub0106_wrap{line-height: 1;}
.sub0106_wrap .con01{margin-bottom: 120px;}
.sub0106_wrap .con01 .inner{display: flex;gap:10px;}
.sub0106_wrap .con01 .box{height: 274px;background: #f7f7f7;padding: 65px 10px; border-radius:12px;}
.sub0106_wrap .con01 .box .icon{width: fit-content;margin: 0 auto 30px;transition:.4s;}
.sub0106_wrap .con01 .box .txt strong{display: block;font-size: 20px; color: var(--co01);text-align: center; margin-bottom: 20px;}
.sub0106_wrap .con01 .box .txt ul li{display: flex; align-items: center; justify-content: center;gap:5px;}
.sub0106_wrap .con01 .box .txt ul li:not(:last-child){margin-bottom: 10px;}
.sub0106_wrap .con01 .box .txt ul li p{font-size: 16px; color: #333; font-weight: 700;}
.sub0106_wrap .con01 .box .txt ul li span{display: block;font-size: 16px; color: #333;text-align: center;line-height: 1.4;}

.sub0106_wrap .con01 .box01{width: calc(50% - 5px);}
.sub0106_wrap .con01 .box02{width: calc((50% - 15px) / 2);}

@media screen and (max-width:1580px) {
.sub0106_wrap .con01 .box01{width: calc(40% - 5px);}
.sub0106_wrap .con01 .box02{width: calc((60% - 15px) / 2);}
}

.sub0106_wrap .con01 .box:hover .icon{transform:rotateY(180deg) translateY(-5px);}

.sub0106_wrap .con02 .map_wrap{position:relative; width:100%; padding-bottom:31.25%;}
.sub0106_wrap .con02 .map_wrap iframe{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 .con:not(:last-child){margin-bottom: 120px;}
.sub0201_wrap .img_box{display: flex;align-items: center;gap:60px;justify-content: center;padding: 40px; border:2px dashed #ddd; border-radius:12px;margin-top: 40px;}
.sub0201_wrap .img_box .txt_wrap{padding-left: 30px;}
.sub0201_wrap .img_box .txt_wrap .txt:not(:last-child){margin-bottom: 50px;}
.sub0201_wrap .img_box .txt_wrap .txt strong{display: block;font-size: 20px; color: var(--co01); font-weight: 700; margin-bottom: 15px;}
.sub0201_wrap .img_box .txt_wrap .txt p{font-size: 18px; color: #666; line-height: 28px;}

.sub0201_wrap .box_wrap{display: flex;gap:40px;}
.sub0201_wrap .box_wrap .box{width: calc((100% - 80px) / 3);overflow: hidden; border-radius:12px;}
.sub0201_wrap .box_wrap .box .tit{display: flex; align-items: center; justify-content: center;height: 60px;background: var(--co01);}
.sub0201_wrap .box_wrap .box:nth-child(2) .tit{background: #3e7500;}
.sub0201_wrap .box_wrap .box:nth-child(3) .tit{background: #113f00;}
.sub0201_wrap .box_wrap .box .tit p{font-size: 20px; color: #fff; font-weight: 500;}
.sub0201_wrap .box_wrap .box .img_wrap{width: 100%;}
.sub0201_wrap .box_wrap .box .img_wrap img{width: 100%;}

/* sub0201_1 */
.sub0201_1_wrap{line-height: 1;}
.sub0201_1_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0201_1_wrap .con .box_wrap{display: flex;flex-wrap: wrap; gap:60px 40px;}
.sub0201_1_wrap .con .box_wrap .box{width: calc((100% - 40px) / 2);}
.sub0201_1_wrap .con .box_wrap .box > img{width: 100%; border-radius:12px; border:1px solid #ddd;}
.sub0201_1_wrap .con .box_wrap .box .img_wrap{display: flex;gap:10px;width: 100%;}
.sub0201_1_wrap .con .box_wrap .box .img_wrap img{width: calc((100% - 10px) / 2);border-radius:12px;}
.sub0201_1_wrap table.tbl01 td .img_wrap img{width: 100%;}

/* sub0201_2 */
.sub0201_2_wrap{line-height: 1;}
.sub0201_2_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0201_2_wrap .img_box{display: flex;align-items: center; justify-content: center;padding: 40px;margin-top: 40px;border:2px dashed #ddd;border-radius:12px; }
.sub0201_2_wrap .img_box.img_box02{display: block;margin-top: 0;}
.sub0201_2_wrap .img_box img{max-width: 100%;margin: 25px auto 0;}
.sub0201_2_wrap .img_box .txt_box{display: flex;align-items: flex-start;justify-content: space-around;}
.sub0201_2_wrap .img_box .txt_box .txt{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px;}
.sub0201_2_wrap .img_box .txt_box .txt em{display: flex; align-items: center; justify-content: center;width: 40px; height: 40px; border-radius: 6px; background: var(--co01); color: #fff; font-size: 16px; font-weight: 800;}
.sub0201_2_wrap .img_box .txt_box .txt p{font-size: 20px;color: #333;line-height: 20px;text-align: center;font-weight: 700;}
.sub0201_2_wrap .img_box .txt_box .txt p span{font-size: 16px;}

.sub0201_2_wrap .con03 .img_wrap{display: flex;gap:40px;}
.sub0201_2_wrap .con03 .img_wrap .img{width: calc((100% - 80px) / 3);}
.sub0201_2_wrap .con03 .img_wrap .img img{width: 100%;border-radius:12px; border:1px solid #ddd;}

/* sub0201_3 */
.sub0201_3_wrap{line-height: 1;}
.sub0201_3_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0201_3_wrap .img_box{display: block;padding: 40px;margin-top: 40px;border:2px dashed #ddd;border-radius:12px; }
.sub0201_3_wrap .img_box img{max-width: 100%;margin: 40px auto 0;}
.sub0201_3_wrap .img_box .txt_box{display: flex;align-items: flex-start;justify-content: space-around;}
.sub0201_3_wrap .img_box .txt_box .txt{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px;}
.sub0201_3_wrap .img_box .txt_box .txt em{display: flex; align-items: center; justify-content: center;width: 40px; height: 40px; border-radius: 6px; background: var(--co01); color: #fff; font-size: 16px; font-weight: 800;}
.sub0201_3_wrap .img_box .txt_box .txt p{font-size: 20px;color: #333;line-height: 20px;text-align: center;font-weight: 700;}
.sub0201_3_wrap .img_box .txt_box .txt p span{font-size: 16px;}

.sub0201_3_wrap .box_wrap{display: flex;gap:40px;}
.sub0201_3_wrap .box_wrap .box{width: calc((100% - 80px) / 3);}
.sub0201_3_wrap .box_wrap .box img{width: 100%;border-radius:12px; border:1px solid #ddd;}

/* sub0202 */
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .con:not(:last-child){margin-bottom: 120px;}

/* sub0203 */
.sub0203_wrap{line-height: 1;}
.sub0203_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0203_wrap .img_box{display: flex;align-items: center;justify-content: center;gap:95px;padding: 80px; border:2px dashed #ddd; border-radius:12px;margin-top: 40px;}
.sub0203_wrap .img_box .box{}
.sub0203_wrap .img_box .box strong{display: block;font-size: 28px; color: #333; font-weight: 700;text-align: center;margin-bottom: 30px;}
.sub0203_wrap .img_box .box strong.co02{color: var(--co01);}
.sub0203_wrap .img_box .box strong img{display: inline-block; margin-right: 10px;}
.sub0203_wrap .img_box .box .img{position: relative;width: fit-content;margin: 0 auto; }
.sub0203_wrap .img_box .box:nth-child(1) .img::after{content:'';position: absolute; right: -61px;top: 50%; transform:translateY(-50%); background: url(/assets/images/sub/sub0203_icon01.png)center no-repeat; width: 30px; height: 30px; background-size: cover;}
.sub0203_wrap .img_box .box:nth-child(2) .img::after,
.sub0203_wrap .img_box .box:nth-child(3) .img::after{content:'';position: absolute; right: -57px;top: 50%; transform:translateY(-50%); background: url(/assets/images/sub/sub0203_icon02.png)center no-repeat; width: 18px; height: 31px; background-size: cover;}
.sub0203_wrap .img_box .box .txt{display: flex;align-items: center; justify-content: center;width: 240px; height: 240px; border-radius:50%; border:5px solid #f5f5f5;margin: -40px auto 0;}
.sub0203_wrap .img_box .box .txt ul li{position: relative;font-size: 18px; color: #666;padding-left: 20px;}
.sub0203_wrap .img_box .box .txt ul li:not(:last-child){margin-bottom: 20px;}
.sub0203_wrap .img_box .box .txt ul li::after{content:'';position: absolute; left: 0; top: 8px; width: 4px; height: 4px;background: var(--co01); border-radius:50%;}

/*sub0301*/
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0301_wrap .img_wrap01{display: flex;align-items: center; justify-content: center;border:2px dashed #ddd; border-radius:12px; padding: 60px;}
.sub0301_wrap .img_wrap01 img{max-width: 100%;}

.sub0301_wrap .con01 .box_wrap{display: flex;gap:40px; margin-bottom: 60px;}
.sub0301_wrap .con01 .box_wrap .box{width: calc((100% - 40px) / 2);}
.sub0301_wrap .con01 .box_wrap .box .img{width: 100%; border-radius:12px; border:1px solid #ddd;}
.sub0301_wrap .con01 .box_wrap .box .img img{width: 100%;}
.sub0301_wrap .con01 .txt_box_st01 b{font-size: 28px; font-weight: 700;}
.sub0301_wrap .con01 .txt_box_st01 b em{color: var(--co02); font-weight: 700;}
.sub0301_wrap .con01 .txt_box_st01 p:not(:last-child){margin-bottom: 12px;}

.sub0301_wrap .con04 .img_wrap01{margin-top: 40px;padding: 40px;}
.sub0301_wrap .con05 .txt_box_st01{margin-bottom: 40px;}

.sub0301_wrap .con08 .box_wrap{display: flex;gap:40px;}
.sub0301_wrap .con08 .box_wrap .box{width: calc((100% - 40px) / 2);}
.sub0301_wrap .con08 .box_wrap .box .img_wrap{display: flex;align-items: center; justify-content: center;border:1px solid #ddd; border-radius:12px;height: 100%;}
.sub0301_wrap .con08 .box_wrap .box .img_wrap img{max-width: 100%;}
.sub0301_wrap .con08 .box_wrap .box ul{margin-top: 30px; padding-top: 30px;border-top: 1px solid #ddd;}
.sub0301_wrap .con08 .box_wrap .box ul li{position: relative;font-size: 18px; color: #666;padding-left: 20px; line-height: 1.5;}
.sub0301_wrap .con08 .box_wrap .box ul li::after{content:'';position: absolute; top: 12px; left: 0; width: 4px; height: 4px; border-radius:50%; background: var(--co01);}
.sub0301_wrap .con08 .box_wrap .box ul li:not(:last-child){margin-bottom: 5px;}

/*sub0302*/
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con .box_wrap{display: flex; flex-wrap:wrap; gap:60px 40px;}
.sub0302_wrap .con .box_wrap .box{width: calc((100% - 80px) / 3);}
.sub0302_wrap .con .box_wrap .box .img_wrap img{width: 100%; border-radius:12px;}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0402_wrap .con .img_wrap{display: flex; gap:40px;}
.sub0402_wrap .con .img_wrap .img{flex:1;}
.sub0402_wrap .con .img_wrap .img img{width: 100%; border-radius:12px;}

/*sub0404*/
.sub0404_wrap{line-height: 1;}
