/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }
 @font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 300;
  src: url(/font/SUIT-Light.otf) format('opentype');
  src: url(/font/SUIT-Light.otf) format('opentype'),
       url(/font/SUIT-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 400;
  src: url(/font/SUIT-Regular.otf) format('opentype');
  src: url(/font/SUIT-Regular.otf) format('opentype'),
       url(/font/SUIT-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  src: url(/font/SUIT-Medium.otf) format('opentype');
  src: url(/font/SUIT-Medium.otf) format('opentype'),
       url(/font/SUIT-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 600;
  src: url(/font/SUIT-SemiBold.otf) format('opentype');
  src: url(/font/SUIT-SemiBold.otf) format('opentype'),
       url(/font/SUIT-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 700;
  src: url(/font/SUIT-Bold.otf) format('opentype');
  src: url(/font/SUIT-Bold.otf) format('opentype'),
       url(/font/SUIT-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 900;
  src: url(/font/SUIT-ExtraBold.otf) format('opentype');
  src: url(/font/SUIT-ExtraBold.otf) format('opentype'),
       url(/font/SUIT-ExtraBold.ttf) format('truetype');
}
/* Common **********************************************************************/ 
html,body {width:100%; }
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: 'SUIT'; 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;}

/* 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;}

.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;}

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

h6 {position: absolute;background-color: #fff;border-radius: 50%;pointer-events: none;transform: translate(-50%, -50%);animation: animate .5s linear;}
@keyframes animate {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}


#header{display: flex;top: 0px;z-index:100;align-items: center;justify-content: space-between;width: 100%;position: absolute; height: 153px; transition:.3s;}
#header h1 a{display: block;background: url(/images/main/strange_lab.png)center no-repeat; background-size: contain; width: 300px; height: 93px;}
#header .inner{width: 1820px;display: flex;justify-content: space-between;align-items: center;}
#header .header_left{display: flex;gap:48px;}
#header .header_left .sns_wrap{display: flex; align-items:center;}
#header .header_left .sns_wrap a{padding: 5px 22px 22px 22px;}
#header .header_left .sns_wrap a img{vertical-align: middle;}

/* gnb */
#header .lnb_wrap{margin-right: 0px;}
#header .lnb_wrap .gnb li span a{font-size: 17px; color: #fff; font-weight: 400;}
#header .lnb_wrap .gnb{display: flex;}
#header .lnb_wrap .gnb li span a{font-size: 16px; font-weight: 500; color: #fff;padding: 50px; transition:.3s}
#header .lnb_wrap .gnb li:last-child span a{padding-right: 0px;}
#header .lnb_wrap .gnb li span a:hover{color: rgba(255,255,255,.8);}
.gnb .lnb_menu {position: relative;}
.gnb .lnb_menu .lnb_sub{display: none;position: absolute; padding: 20px 0px 10px;left: -19px; top:57px;  background: rgba(0,0,0,.5);}
.gnb .lnb_menu:first-child .lnb_sub{left: -12px;}
.gnb .lnb_menu:last-child .lnb_sub{left: -2px;}
.gnb .lnb_menu:nth-child(4) .lnb_sub{left: -3px;}
.gnb .lnb_menu .lnb_sub .sub_menu li{margin-bottom: 10px;width: 200px;text-align: center ;}
.gnb .lnb_menu .lnb_sub .sub_menu li a{color: #fff; font-size: 16px;transition:.3s; font-weight: 300;}
.gnb .lnb_menu .lnb_sub .sub_menu li a:hover{color: rgba(255,255,255,.7);}

.nav_btn{display: none;}
.navigation { display:none; }

/* visual_wrap */
#visual_wrap{position: relative; height: 100vh; overflow:hidden}
#visual_wrap .slick-dots{position: absolute; right: 50px; top: 50%; transform:translateY(-50%)}
#visual_wrap .slick-dots li{width: 10px; height: 10px;border-radius:50%;border:1px solid #fff;margin-bottom: 34px;text-indent:-9999px;}
#visual_wrap .slick-dots li.slick-active{background: #fff;}
#visual_wrap .visual li video{width: 100%; visibility: visible;}

/* footer */
#footer{position: absolute; bottom: 40px;right: 50px;text-align: right;}
#footer .f_con a{color: rgba(255,255,255,.3); font-size: 14px; font-weight: 500; margin-left: 40px;}
#footer .f_con a::after{content:''; display: inline-block; position: relative; left: 20px; width: 1px; height: 10px; background: rgba(255,255,255,.3);}
#footer .f_con a:last-child:after{display: none;}

/* ===sub====================================================== */
.sub_header{position: relative !important; border-bottom:1px solid #ddd;}
.sub_header h1 a{display: block;background: url(/images/sub/strange_lab.png) center / contain no-repeat !important; width: 300px; height: 93px;}
.sub_header .lnb_wrap .gnb li span a{font-size: 16px; font-weight: 500; color: #222 !important;padding: 50px; transition:.3s}
.sub_header .lnb_wrap .gnb li span a:hover{color: rgba(255,255,255) !important;text-shadow: 1px 1px 1px #222;}
.sub_footer{position: relative !important; bottom: 0 !important; border-top: 1px solid #ddd; padding: 40px 0;}
.sub_footer .f_con a{color: rgba(34,34,34,.3) !important;}
.sub_footer .f_con a::after{background: rgba(34,34,34,.3) !important;}

#sub_contents{padding: 100px 0 ;}
#sub_contents .contop h3{font-size: 50px; color: #222; font-weight: 900; text-align: center; padding-bottom: 100px;}

/* depth03 */
.depth03 {margin-bottom:100px;}
.depth03 > ul {display:flex;}
.depth03 > ul > li {width:50%;height:70px;border:1px solid #ddd;}
.depth03 > ul > li a {height:70px;font-size:16px;color:#222;font-weight:500;display:flex;justify-content:center;align-items:center;}
.depth03 > ul > li.on {border:2px solid #222;}

/* sub */
h5.h5_tit {position:relative;padding-left:31px;font-size:20px;color:#222;margin-bottom:40px;}
h5.h5_tit:before {position:absolute;left:0;top:6px;content:'';background:url(/images/sub/sub_tit.png)no-repeat center;width:21px;height:18px;}

/* sub0101 */
.sub0101_wrap .con01{margin-bottom:100px; }
.sub0101_wrap .con01 p{font-size:17px; color:#666; text-align:center; line-height:2;}
.sub0101_wrap .con01 p i{display:block; }
.sub0101_wrap .con01 .icon_wrap ul{display:flex;  justify-content: space-between; margin-bottom:50px; }
.sub0101_wrap .con01 .icon_wrap ul li{padding:30px 0; width:20%; text-align:center; border-left:1px solid #ddd; }
.sub0101_wrap .con01 .icon_wrap ul li:last-child{border-right:1px solid #ddd;}

.sub0101_wrap .con02{display:flex; gap:30px; }
.sub0101_wrap .con02 .img_wrap{position:relative; width:30%; border:1px solid #ddd; }
.sub0101_wrap .con02 .img_wrap img{position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:80%; height:auto;}
.sub0101_wrap .con02 .txt_wrap p{font-size:17px; color:#222; line-height:2; }
.sub0101_wrap .con02 .txt_wrap p:nth-child(1){margin-bottom:20px; }
.sub0101_wrap .con02 .txt_wrap p:nth-child(2){margin-bottom:15px; }
.sub0101_wrap .con02 .txt_wrap p span{font-size:30px; font-weight:700;}

/* sub0102 */
.sub0102_wrap .con02{display:none;}

/* sub0104 */
.sub0104_wrap .con01{display:flex; }
.sub0104_wrap .con01 .map_wrap{width:60%;}
/* .sub0104_wrap .con01 .txt_wrap{width:40%; height:398px; background:linear-gradient(#222, #b7b7b7); padding:80px 0 40px 40px; color:#fff;} */
.sub0104_wrap .con01 .txt_wrap{width:40%; height:398px; background:#fff; padding:80px 0 40px 40px; color:#fff; border: 1px solid #000;}
.sub0104_wrap .con01 .txt_wrap strong{display:block; margin:30px 0 35px; font-size:17px; color: #000 }
.sub0104_wrap .con01 .txt_wrap p{font-size:17px; color:#000; line-height:2;}
.sub0104_wrap .con01 .txt_wrap p span{display:inline-block; width:60px;}
.sub0104_wrap_e .con01 .txt_wrap{padding: 49px 20px 40px 40px;}

/* sub02 */
.sub02_wrap .con01{display:flex; }
.sub02_wrap .con01 .left_wrap{margin-right:40px; width:700px;}
.sub02_wrap .con01 .left_wrap .img_wrap{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 70.714%; overflow:hidden;}
.sub02_wrap .con01 .left_wrap .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}

.sub02_wrap .con01 .right_wrap{width:calc(100% - 740px); }
.sub02_wrap .con01 .right_wrap .mem_wrap_all{display:flex; justify-content: space-between; align-items: center; margin-bottom:40px;}
.sub02_wrap .con01 .right_wrap .mem_wrap_all .mem_name em{display:block; font-size:14px; color:#999;}
.sub02_wrap .con01 .right_wrap .mem_wrap_all .mem_name p{font-size:30px; color:#333; font-weight:600;}
.sub02_wrap .con01 .right_wrap .mem_wrap_all .sub_sns_wrap ul{display:flex; gap:10px;}
.sub02_wrap .con01 .right_wrap .mem_txt_wrap{margin-bottom:27px;}
.sub02_wrap .con01 .right_wrap .mem_txt_wrap p{margin-bottom:30px; font-size:15px; color:#666; word-break:keep-all;}
.sub02_wrap .con01 .right_wrap .mem_txt_wrap p:last-child{margin-bottom:0;height: 210px;overflow-y: scroll;}
.sub02_wrap .con01 .right_wrap .mem_txt_wrap p:last-child::-webkit-scrollbar {width: 4px;  /* 스크롤바의 너비 */}
.sub02_wrap .con01 .right_wrap .mem_txt_wrap p:last-child::-webkit-scrollbar-thumb{height: 10%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 50px;}
.sub02_wrap .con01 .right_wrap .mem_txt_wrap p:last-child::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}

.sub02_wrap .con01 .right_wrap .mem_photo_wrap ul.mem_photo_list{display:flex; gap:10px;}
.sub02_wrap .con01 .right_wrap .mem_photo_wrap ul.mem_photo_list .slick-list {width: calc(100% + 20px);}
.sub02_wrap .con01 .right_wrap .mem_photo_wrap ul.mem_photo_list li{width:206px;margin-right: 20px;}
.sub02_wrap .con01 .right_wrap .mem_photo_wrap ul.mem_photo_list div.img_wrap{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 72.816%; overflow:hidden;}
.sub02_wrap .con01 .right_wrap .mem_photo_wrap ul.mem_photo_list div.img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub02_wrap .con01 .right_wrap .mem_photo_wrap ul.mem_photo_list .slick-arrow{display:none !important;}

.sub02_wrap .con02{margin-top:100px; }
.sub02_wrap .con02 .click_all{margin-bottom:60px;}
.sub02_wrap .con02 .click_all .click_btn{display: flex; gap:15px; justify-content: center;}
.sub02_wrap .con02 .click_all .click_btn li{width: 200px; height: 50px; text-align: center; border: 1px solid #ddd; padding: 12px; font-size: 15px; cursor: pointer; color:#999;}
.sub02_wrap .con02 .click_all .click_btn li.on{background: #4d3d6c;color: #fff; font-weight: 500; border:none;}

.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list{display:flex;  flex-wrap: wrap; gap:20px;}
.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list li{width:23.9%; }
.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list li div.img_wrap{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 59.701%; overflow:hidden;}
.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list li div.img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list li div.txt_wrap{margin-top:20px;}
.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list li div.txt_wrap em{display:block; font-size:17px; color:#222;}
.sub02_wrap .con02 .click_con .num01 .youtube_wrap ul.youtube_list li div.txt_wrap p{{margin-bottom:20px;font-size:14px; color:#999;}}

.sub02_wrap .con02 .click_con .num02 div.album_info{margin:30px 0; padding:20px; background:#f8f8f8;}
.sub02_wrap .con02 .click_con .num02 div.album_info p{padding-bottom:15px; font-size:14px; color:#222; word-break:keep-all;}
.sub02_wrap .con02 .click_con .num02 div.album_info ul.make_mem{margin:20px 0;}
.sub02_wrap .con02 .click_con .num02 div.album_info ul.make_mem li{font-size:14px; color:#222;}

.sub02_wrap .con02 .click_con .num02 ul.album_list{display:flex; gap:20px; flex-wrap: wrap;}
.sub02_wrap .con02 .click_con .num02 ul.album_list li{width:18%;}
.sub02_wrap .con02 .click_con .num02 ul.album_list li .img_wrap{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub02_wrap .con02 .click_con .num02 ul.album_list li .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub02_wrap .con02 .click_con .num02 ul.album_list .txt_wrap{margin-top:20px;}
.sub02_wrap .con02 .click_con .num02 ul.album_list .txt_wrap em{display:block; font-size:17px; color:#222;}
.sub02_wrap .con02 .click_con .num02 ul.album_list .txt_wrap p{margin-bottom:20px;font-size:14px; color:#999;}

.con01_pop { display:none;}
.con01_pop_up {overflow:hidden; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:5000; width:920px;border:1px solid #ddd;}
.con01_pop_up .pop_btn_close { display:block; position:absolute; right:30px; top:20px;}
.con01_pop_up .pop_inner {padding:30px; background:#fff;}
.con01_pop_up .pop_box {}
.con01_pop_up .pop_box .pop_con{ margin:40px 0;  overflow-y:scroll; height:400px;}

.con01_pop_up .pop_box .pop_con .album_all{margin-top:30px;display:flex; gap:20px;}
.con01_pop_up .pop_box .pop_con .album_all .img_wrap{width:34%;}
.con01_pop_up .pop_box .pop_con .album_all .img_wrap .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.con01_pop_up .pop_box .pop_con .album_all .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.con01_pop_up .pop_box .pop_con .album_all .txt_wrap_all .txt_wrap{margin-top:20px; }
.con01_pop_up .pop_box .pop_con .album_all .txt_wrap_all .txt_wrap p{margin-bottom:20px;font-size:16px; color:#222;}
.con01_pop_up .pop_box .pop_con .album_all .txt_wrap_all .txt_wrap p span{color:#777; display: inline-block; width: 130px;}
.con01_pop_up .pop_box .pop_con .album_all .txt_wrap_all .music_site_wrap ul{display:flex; gap:20px; }
.con01_pop_up .pop_box .pop_con .album_list{margin-top:30px;}

table.tb01{width:100%;}
table.tb01 tr{border-bottom:1px solid #ddd;}
table.tb01 tr th{padding:15px; font-size:15px; color:#222;}
table.tb01 tr td{padding:15px; font-size:14px; color:#555;}
table.tb01 tr td.num{text-align:center;}

.con01_pop_up .pop_box .pop_con ul::-webkit-scrollbar { width: 5px; border-radius:5px;}
.con01_pop_up .pop_box .pop_con ul::-webkit-scrollbar-track { background-color: rgba(0,0,0,.2); border-radius:5px;}
.con01_pop_up .pop_box .pop_con ul::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #555; border-radius:5px;}
.con01_pop_up .pop_box .pop_con ul::-webkit-scrollbar-button { width: 0; height: 0;}
.con01_pop_up .pop_box .pop_con ul li {padding-left:13px; font-size:16px; color:#555; font-weight:300; line-height:2;}

.sub02_wrap .con02 .click_con .num03{display: flex; flex-wrap: wrap; justify-content: center;}
.sub02_wrap .con02 .click_con .num03 ul.activities_wrap li{display:flex; padding:30px 0;}
.sub02_wrap .con02 .click_con .num03 ul.activities_wrap li strong{display:block; margin-right:40px; width:240px; font-size:16px; color:#222; text-align: left; flex: 0.7; }
.sub02_wrap .con02 .click_con .num03 ul.activities_wrap li div {flex: 1; text-align: left;}
/* .sub02_wrap .con02 .click_con .num03 ul.activities_wrap li div.txt_list{width:calc(100% - 275px);} */
.sub02_wrap .con02 .click_con .num03 ul.activities_wrap li div.txt_list p{padding-left:15px; position:relative; font-size:16px; color:#555; text-align:left;}
.sub02_wrap .con02 .click_con .num03 ul.activities_wrap li div.txt_list p::before{position:absolute; content:''; width:3px; height:3px; background:#4D3D6C; border-radius:50%; top:10px; left:0;}

.paging_btn{margin-top:40px; text-align:center; box-sizing:border-box; width:100%;}
.paging_btn:before, .paging_btn:after{box-sizing:inherit;}
.paging_btn ul{display:inline-block; font-size:0; }
.paging_btn ul li{display:inline-block; margin:0 2px; vertical-align:middle; border-radius:50%;}
.paging_btn ul li img{vertical-align: -webkit-baseline-middle;}
.paging_btn ul li a{display:block; width:50px; height: 50px; border:1px solid #ddd;  font-size:12px; color:#666; line-height:50px; font-weight:500; border-radius:50%;}
.paging_btn ul li.page_arrow a{line-height:40px; }
.paging_btn ul li.on{background:#4d3d6c; }
.paging_btn ul li.on a{color:#fff; border:1px solid #4d3d6c; border-radius:50%;}

/* sub0301 */
.sub0301_wrap .con {margin-top:100px;}
.sub0301_wrap .con:before {margin-top:0;}
.sub0301_wrap p, .sub0301_wrap li {word-break:keep-all;}
.sub0301_wrap .con .con_box .ul_tb {width:100%;border-top:2px solid #222;}
.sub0301_wrap .con .con_box .ul_tb > li {display:flex;padding:30px;border-bottom:1px solid #ddd;}
.sub0301_wrap .con .con_box .ul_tb > li .p_tit01 {font-size:18px;color:#222;font-weight:600;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap {margin-left:160px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 {font-size:17px;color:#555;font-weight:500;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 > span {width:80px;height:30px;background:#222;border-radius:5px;color:#fff;line-height:30px;display:inline-block;text-align:center;margin-right:20px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 a.write_btn{display: inline-block; width: 160px; height: 40px; background: #4D3D6C; border-radius: 5px; font-size:15px; color: #fff; text-align: center; line-height: 40px; margin-left: 20px;}
.sub0301_wrap .con .con_box .ul_tb > li .p_txt01_1 {margin-top:30px;}
.sub0301_wrap .con .con_box .ul_tb > li .p_txt01_1:first-child {margin-top:0;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap {margin-top:40px;margin-left:100px;display:flex;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box {position:relative;padding:20px 40px;border:1px solid #ddd;border-radius:10px;margin-right:20px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > span {position:absolute;left:4px;top:-13px;font-size:40px;font-weight:bold;color:#ebebeb;z-index:-1;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > p {font-size:17px;color:#222;font-weight:500;margin-left:-20px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > img {padding-top:20px;margin-left:25px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 {margin-top:25px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li {position:relative;padding-left:14px;font-size:15px;color:#555;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#999;}

.sub0301_wrap .con .ul_box {display:flex;flex-wrap:wrap;gap:40px;}
.sub0301_wrap .con .ul_box > li {width:31%;height:300px;display:flex;justify-content:center;align-items:center;flex-direction: column;border:1px solid #ddd;border-radius:10px;}
.sub0301_wrap .con .ul_box > li .p_tit02 {font-size:18px;color:#888;padding:40px 0 10px 0;}
.sub0301_wrap .con .ul_box > li .p_txt02 {font-size:18px;color:#222;font-weight:600;}

.sub0301_wrap .con .div_box {width:100%;border:1px solid #ddd;border-radius:5px;display:flex;align-items: center;padding:20px 30px;}
.sub0301_wrap .con .div_box .p_txt03 {font-size:16px;color:#222;padding-left:25px;}

ul.ul_style02 > li {position:relative;padding-left:20px;font-size:16px;color:#555;line-height:1.8;}
ul.ul_style02 > li:before {position:absolute;left:0;content:'#';}
ul.ul_style02 > li > span {color:#222;font-weight:500;}

/* sub0301_1 */
.sub0301_1_wrap .con .con_box .ul_tb > li .p_tit01 {width:195px;}
.sub0301_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 a.write_btn02{display: inline-block; width: 160px; height: 40px; background: #4D3D6C; border-radius: 5px; font-size:15px; color: #fff; text-align: center; line-height: 40px; margin-left: 20px;}

/* sub0302 */
.sub0302_wrap{width:90%; margin:0 auto; }
.sub0302_wrap .con01{display:flex; flex-wrap: wrap; gap:30px; margin-bottom:100px; }
/* .sub0302_wrap .con01{display:flex; flex-wrap: wrap; gap:100px; margin-bottom:100px; justify-content: center;} */
.sub0302_wrap .input_box{width:31%; margin-bottom:80px;}
.sub0302_wrap .input_box02{width:100%; margin-bottom:80px;}
.sub0302_wrap .input_box03{margin-bottom:0;}
.sub0302_wrap .input_box p{margin-bottom:20px; padding-left: 13px; position: relative; font-size:17px; color:#555;}
.sub0302_wrap .input_box p::before{position: absolute; content: '';  left: 0px; top: 7px; width: 4px; height: 4px; border-radius: 4px; background: #4D3D6C;}
.sub0302_wrap .input_box span{margin-right:20px;font-size:17px; color:#555;vertical-align: middle;}
.sub0302_wrap .input_box span:last-child{margin-right:0;}

.sub0302_wrap .input_box .phone_num_box{display:flex; gap:15px; }
.sub0302_wrap .input_box .phone_num_box span{margin-right:0;}

.sub0302_wrap .input_box .e_mail_box{display:flex; gap:15px; }
.sub0302_wrap .input_box .e_mail_box span{margin-right:0;}

.sub0302_wrap .input_box .home_info_box .search_wrap{display:flex; gap:20px; }
.sub0302_wrap .input_box .home_info_box .search_wrap a.home_search_bth{display:inline-block; width:160px; height:35px; background:#333; font-size:15px; color:#fff; text-align:center; line-height:35px; }
.sub0302_wrap .input_box .home_info_box .home_txt_wrap{display:flex; gap:20px; margin-top:20px; }

.sub0302_wrap .input_box02 span input[type="file"]{margin-left:10px; }

.sub0302_wrap .con02 .agreement_wrap{margin-top:20px; }
.sub0302_wrap .con02 .agreement_wrap span{margin-right:20px;font-size:17px; color:#555;vertical-align: middle;}
.sub0302_wrap .con02 .agreement_wrap span:last-child{margin-right:0;}

div.btn_wrap{margin-top:50px; text-align:center; }
div.btn_wrap a{display:inline-block; width:200px; height:50px; background:#333; font-size:15px; color:#fff; text-align:center; line-height:50px; }
div.btn_wrap input[type="submit"]{display:inline-block; width:200px; height:50px; background:#333; font-size:15px; color:#fff; text-align:center; line-height:50px; }

input:focus {outline: none;}
textarea:focus {outline: none;}
input[type="text"].input_txt01{display:block; width:100%; border:0; border-bottom:1px solid #ddd; font-size:16px; color:#555; }
input[type="text"].input_txt02{display:block; width:30%; border:0; border-bottom:1px solid #ddd; font-size:16px; color:#555; }
input[type="text"].input_txt03{display:block; width:200px; height:35px; border:0; border:1px solid #ddd; font-size:16px; color:#555; }
input[type="text"].input_txt04{display:block; width:33%; border:0; border-bottom:1px solid #ddd; font-size:16px; color:#555; }
input[type="text"].input_txt05{display:inline-block; margin-left:10px; width:22%; border:0; border-bottom:1px solid #ddd; font-size:16px; color:#555; }
input[type="radio"].input_radio01{margin-right:5px; }
select.select01{border:1px solid #ddd; width:29%; font-size:16px; color:#555; height:35px; }
textarea.textarea01{width:100%; border:1px solid #ddd;}