@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;600&display=swap');
#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}


/* pc */
@media screen and (min-width:1300px){
   #memofile { max-width:1250px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
   #memofile { width:99%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
   #memofile { width:99%; }
}

body,div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,button,table,th,td {
border:0;
margin:0;
padding:0;
}

ul,ol,li,dl {
list-style:none;
}

img {
border:0;
vertical-align:middle;
font-size:0;
}

address,caption,cite,code,dfn,em,var {
font-style:normal;
}

a {
text-decoration:none;
color:#333;
}

a:hover,a:active,a:focus {
text-decoration:none;
}

table {
border:0;
border-spacing:0;
border-collapse:collapse;
padding:0;
}

strong {
font-weight:500;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main {
display:block;
}

body,th,td,input,select,textarea,button {
color:#3b3b3b;
font-size:16px;
line-height:1.5;
letter-spacing:-.08em;
font-family:'Noto Sans KR', 'Roboto',sans-serif;
font-weight:400;
}

:focus {
outline:none;
}

.blind,.gnb-open-btn,.gnb-close-btn,.mobile-gnb {
display:none;
}

.gnb:after,.sub-content:after {
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}


.header-tnb-ul,.header-link-ico,.slick-slide {
display:inline-block;
}

header {
width:100%;
position:relative;
z-index:999;
}
.header-box{
width:95%;
max-width:1280px;
margin:0 auto;
position:relative;
height:86px;
display:flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}
.header-logo{
text-align:center;
position:absolute;
width:100%;
z-index:11;
}
.header-logo img{
width:360px;
}
.tnb{
position:relative;
z-index:22;
}
.tnb ul{
display:flex;
}

.tnb li{
margin-left:15px;
font-size:14px;
color:#666;
}

.tnb li a{
font-size:14px;
color:#666;
display:block;
line-height:30px;
}

.tnb li a:hover{
color:#111;
}

.header-gnb {
width:100%;
background:#fff;
z-index:99;
transition:all .5s;
bottom:0;
border:1px #e1e1e1 solid;
border-width:1px 0;
}

.gnb {
width:100%;
max-width:1280px;
text-align:center;
position:relative;
height:auto;
box-sizing:border-box;
margin:0 auto;
border-left:1px #e0e0e0 solid; 
display:flex;
}

.gnb > li {
position:relative;
height:55px;
line-height:55px;
text-align:center;
box-sizing:border-box;
vertical-align:top;
width:10.2%;
border-right:1px #e0e0e0 solid;
flex-grow: 1;
}
.gnb > .gli-n6{
width:16%
}


.gnb > li:hover > a{
color:#131514;
font-weight:600;
}

.gnb > li > a {
display:block;
font-size:18px;
color:#333;
position:relative;
width:100%;
}

.gnb > li > ul {
display:none;
position:absolute;
left:0%;
width:100%;
z-index:5;
background:#fff;
box-sizing:border-box;
padding:5px 0;
box-sizing:border-box;
border:1px #e0e0e0 solid;
}
.gnb > li > ul:after{
content:"";
display:block;
background:url(img/menu-arrow.png);
width:12px;
height:7px;
position:absolute;
top:-7px;
left:50%;
margin-left:-6px;
}

.gnb > li:hover > ul {
height:auto;
display:block;
}

.gnb > li > ul li {
height:35px;
line-height:35px;
border-top:1px rgba(0,0,0,0.1) dashed;
}

.gnb > li > ul li:first-child{
border-top-width:0;
}

.gnb > li > ul li a {
display:block;
color:rgba(0,0,0,0.5);
font-size:15px;
}

.gnb > li > ul li a span{
font-size:12px;
}


.gnb > li > ul li:hover a{
color:rgba(0,0,0,0.9);
font-weight:500;
}

.mobile-open-btn, .all-menu-area{
display:none;
}









/*footer*/
.top{
width:70px; 
padding:12px 0; 
text-align:center; 
position:absolute; 
top:0; 
right:0; 
background:#464856;
color:#fff;
z-index:9999;
cursor:pointer;
font-family: 'Oxanium', cursive;
letter-spacing:0em;
font-weight:600;
font-size:18px;
}
.top i{
display:block;
}

footer{
width:100%;
background:#31323c;
}

.foot-area{ 
width:95%;
max-width:1280px;
padding:30px 0;
margin:0 auto 0;
box-sizing:border-box;
position:relative;

}


.fnb li{
display:inline-block;
position:relative;
}

.fnb li:after{
content:"";
display:block;
position:absolute;
width:1px;
height:14px;
background:rgba(255,255,255,0.3);
left:0;
top:50%; 
margin-top:-7px;
}
.fnb li a{
display:block;
padding:0 15px;
color:#fff;
opacity:0.8;
}

.fnb li a:hover{
opacity:1;
}
.fnb li:first-child{
padding-left:0;
}
.fnb li:first-child:after{
display:none;
}
.fnb li:first-child a{
padding-left:0;
}

.foot-info{
padding:25px 0;
box-sizing:border-box;
color:#fff;
border-bottom:1px rgba(255,255,255,0.1) solid;
margin-bottom:25px;
background:url(img/logo3.png);
background-repeat:no-repeat;
background-position:100% 50%;
background-size:180px 42px;
}

.foot-info p{
display:inline-block;
margin-bottom:7px;
margin-right:20px;
opacity:0.6;
font-weight:300;
letter-spacing:-0.03em;
}


.foot-copy{
color: #fff;
opacity:0.4;
display:block;
font-weight:300;
margin-top:10px;
letter-spacing:0em;
}

/********************* main *********************************/
.slick-list {
position:relative;
z-index:1;
}

#visual {
position:relative;
height:100%;
margin-bottom:-5px;
z-index:1;
width:100%;
overflow:hidden;
}
.visual-logo{
position:absolute;
right:20px;
top:20px;
z-index:99;
}
.visual-logo img{
width:80px;
}

.visual-img {
position:relative;
}

.visual-img-bg {
position:relative;
overflow:hidden;
z-index:11;
}

.visual-img-bg img{
position:relative;
left:50%;
margin-left:-1000px;
}

.visual-txt{
position:absolute;
width:100%;
height:100%;
text-align:center;
z-index:22;
color:#fff;
top:0;
display:flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.visual-txt span{
text-transform: uppercase;
opacity:0.4;
letter-spacing: 0.3em;
font-size:20px;
}
.visual-txt p{
padding-top:15px;
padding-bottom:130px;
font-weight:800;
text-shadow: 1px 1px 10px rgba(0,0,0,0.9);
font-size:42px;
line-height:1.4em;
}

.slick-dots {
z-index:999;
width:600px;
position:absolute;
z-index:9;
left:50%;
margin-left:-300px;
bottom:230px;
text-align:center;
}

.slick-dots li {
display:inline-block;
margin:0 5px;
}

.slick-dots li button {
display:block;
background:transparent;
width:18px;
height:18px;
font-size:0;
box-sizing:border-box;
border-radius:9999px;
border:4px #fff solid;
box-shadow: 1px 1px 2px rgb(0,0,0,0.1);
}

.slick-dots li.slick-active button {
background:#fff;
}


#link-banner{
position:relative;
margin:0 auto;
margin-top:-205px;
z-index:2;
width:96%;
max-width:1100px;
}

#link-banner ul{
display:flex;
}

#link-banner ul li{
flex-grow: 1;
width:20%;
}

#link-banner ul li a{
height:200px;
box-sizing:border-box;
text-align:center;
background:#2aab67;
display:block;
display:flex;
justify-content: center; 
flex-direction: column;
color:#fff;
font-weight:700;
transition: all .3s ease-out;
position:relative;
}
#link-banner ul li:hover a{
padding-bottom:15px;
color:#fff;
}

#link-banner ul li.lb1 a{
background:#406221;
}
#link-banner ul li:hover.lb1 a{
background:#293d16;
}
#link-banner ul li.lb2 a{
background:#757e2c;
}
#link-banner ul li:hover.lb2 a{
background:#575c2d;
}
#link-banner ul li.lb3 a{
background:#8e826a;
}
#link-banner ul li:hover.lb3 a{
background:#695f4b;
}
#link-banner ul li.lb4 a{
background:#d0a66a;
}
#link-banner ul li:hover.lb4 a{
background:#b38d58;
}
#link-banner ul li.lb5 a{
background:#8f0004;
}
#link-banner ul li:hover.lb5 a{
background:#5e1c1e;
}
#link-banner ul li.lb6 a{
background:#ff9668;
}
#link-banner ul li:hover.lb6 a{
background:#df612a;
}
#link-banner ul li.lb7 a{
background:#c15555;
}
#link-banner ul li:hover.lb7 a{
background:#be4d4d;
}
	
.lb-ico img{
width:90px;
}

.lb-text{
font-size:19px;
padding-top:10px;
}

.lb-more{
position:absolute;
right:0;
top:0;
width:40px;
height:40px;
display:flex;
justify-content: center;
align-items: center;
background:rgba(0,0,0,0.3);
font-size:1.125em;
}


.main-bord{
display:flex;
flex-wrap: wrap;
width:96%;
max-width:1280px;
margin:0 auto;
padding:80px 0;
}

.main-bord section{
width:30.66666%;
margin-left:4%;
margin-bottom:65px;
position:relative;
}

.main-bord section:nth-child(3n+1){
margin-left:0;
}

.mb-title{
position:relative;
border-bottom:2px #e5e5e8 solid;
font-size:23px;
font-weight:600;
padding-bottom:10px;
}
.mbt-eng{
letter-spacing: 0em;
}
.mb-title span{
font-size:18px;
font-weight:400;
}

.mb-title:after{
content:"";
display:block;
position:absolute;
left:0;
bottom:-2px;
height:3px;
width:50px;
height:3px;
background:#8f0004;
}

.mb-list{
padding-top:20px;

}
.mbl-first{
border-bottom:1px #e0e0e0 dashed;
padding-bottom:20px;
margin-bottom:20px;
}
.mbl-first a{
display:table;
width:100%;
table-layout:fixed;
}
.mblf-date{
display:table-cell;
width:85px;
text-align:center;
background:#f7f7f7;
vertical-align:middle;
padding:20px 0 15px;
font-weight:600;
font-family: 'Oxanium', cursive;
color:#672527;
letter-spacing:0em;
line-height:1.1em;
}
.mblf-date p{
font-size:22px;
}
.mblf-text{
display:table-cell;
vertical-align:middle;
padding-left:20px;
color:#666;
font-weight:300;
}
.mblf-text p{
font-weight:400;
font-size:1.125em;
color:#333;
}

.mbl-first a:hover .mblf-text p{
color:#672527;
}

.mb-list ul li{
position:relative;
padding:5px 0;
padding-left:10px;
padding-right:120px;
box-sizing:border-box;
}
.mb-list ul li:after{
content:"";
display:block;
position:absolute;
width:3px;
height:3px;
background:#666;
border-radius:9999px;
left:0;
top:50%;
}
.mb-list ul li a{
display:block;
height:1.5em;
line-height:1.5em;
overflow:hidden;
}
.mb-list ul li a:hover{
color:#672527;
}
.mb-list ul li span{
position:absolute;
right:0;
top:50%;
margin-top:-0.55em;
line-height:1.5em;
font-family: 'Oxanium', cursive;
color:#666;
font-weight:300;
letter-spacing:0em;
}
.mb-more{
position:absolute;
display:inline-block;
right:0;
top:10px;
font-family: 'Oxanium', cursive;
color:#8f0004;
font-size:17px;
font-weight:600;
letter-spacing:0em;
text-transform: uppercase;
}
.mb-more i{
vertical-align:-1px;
}


.main-bord section#board7{
width:100%;
margin-bottom:0;
margin-left:0;
}
.mb-gallery ul{
display:flex;
}
.mb-gallery li{
width:22.75%;
margin-left:3%;
}
.mb-gallery li:first-child{
margin-left:0;
}
.mbg-img{
width:100%;
position:relative;
padding-top:65%;
overflow:hidden;
}
.mbg-img img{
position:absolute;
left:50%;
top:50%;
max-width:100%;
transition: all .3s ease-out;
}
.mb-gallery li a:hover .mbg-img img{
-webkit-transform: scale(1.1); transform: scale(1.1);
}
.mbg-text p{
height:1.5em;
line-height:1.5em;
overflow:hidden;
font-size:18px;
margin-bottom:5px;
}
.mb-gallery li a:hover .mbg-text p{
color:#672527;
}
.mbg-text span{
font-family: 'Oxanium', cursive;
color:#666;
font-weight:300;
letter-spacing:0em;
text-transform: uppercase;
}


.site-banner{
background:#f5f5f5;
padding:50px 0 80px;
}
.site-banner-area{
width:96%;
max-width:1280px;
margin:0 auto;
}
.site-banner-area section{
margin-top:0px;
}
.site-banner-area .mb-title{
margin-bottom:20px;
}
.site-banner-area ul{
margin-top:10px;
}
.site-banner-area li{
display:inline-block; 
margin-right:5px;
}
.site-banner-area li a{
display:block;
background:#fff;
border:1px #e0e0e0 solid;
box-sizing:border-box;
padding:5px;
}
.site-banner-area li.sb-type1 a{
width:540px;
}
.site-banner-area li.sb-type2 a{
width:350px;
}
.site-banner-area li.sb-type3 a{
width:312px;
}
.site-banner-area li.sb-type4 a{
width:205px;
}
.site-banner-area li.sb-type5 a{
font-size:14px;
background:transparent;
border:0;
margin-right:5px;
}
.site-banner-area li img{
width:100%;
}

.sba-slide{
overflow:hidden;
width:100%;
}
.sba-slide .slick-track{
display:flex;
align-items: center;
gap:10px;
}

.sba-s-box{
border:1px red solid;
display:flex !important;
overflow:hidden;
justify-content: center; 
align-items: center;
box-sizing:border-box;
border:1px #eaeaea solid;
background:#fff;
padding:10px;
height:65px;
}
.sba-s-box img{
width:90%;
transition: all .3s ease-out;
}
.sba-s-box:hover img{
-webkit-transform: scale(1.1); transform: scale(1.1);
}

/************************SUB***************************************/
.sub-visual{
background:url(img/sub-visual.jpg);
background-size:cover;
background-position:50%;
height:350px;
position:relative;
display:flex;
align-items: center; 
}
.sv-img{
width:96%;
max-width:1280px;
text-align:right;
margin:0 auto;
}

.sv-img img{
width:60%;
max-width:700px;
}

.sv-txt{
width:100%;
max-width:1280px;
margin:0 auto;
text-align:center;
color:#fff;
position:relative;
}
.sv-txt > p{
font-weight:600;
font-size:55px;
}
.sv-txt > p.sv-t2{
font-size:40px;
}
.sv-txt > p.sv-t2 strong{
font-weight:900;
}
.sv-txt > p span{
font-size:35px;
display:block;
line-height:1.1em;
}

.sv-logo{
position:absolute;
right:0;
top:10px;
}
.sv-logo img{
width:70px;
}

.sv-link{
margin-top:30px;
}
.sv-link a{
background:#d08841;
color:#fff;
padding:10px 30px;
border-radius:10px;
margin:0 10px;
font-size:1.125em;
transition: .5s ease;
}
.sv-link a:hover{
background:#d96724;
}
.sv-link a.svl-a2{
background:#2e968a;
}
.sv-link a.svl-a2:hover{
background:#117786;
}
.sub-tit{
width:95%;
max-width:1200px;
margin:50px auto 30px;
position:relative;
text-align:center;
}

.sub-tit h1{
font-weight:600;
font-size:48px;
}
.sub-tit span{
font-weight:300;
font-size:0.65em;
display:block;
}
.sub-tit.st1 h1{
font-size:40px;
}

.sub-nav{
font-size:16px;
background:#8f0004;
height:55px;
line-height:55px;
}
.sn-area{
width:96%;
max-width:1200px;
margin:0 auto;
color:#fff;
display:flex;
}

.sn-home{
padding:0 20px;
border:1px rgba(255,255,255,0.2) solid;
border-width:0px 1px;
height:inherit;
line-height:inherit;
display:inline-block;
font-size:22px;
}
.snb, .ssnb{
display:inline-block;
padding:0 20px;
position:relative;
border-right:1px rgba(255,255,255,0.2) solid;
}
.sub-nav dt i{
padding-left:120px;
}
.sub-nav dd{
position:absolute;
background:#8f0004;
line-height:28px;
width:100%;
left:0;
z-index:9;
display:none;
}
.sub-nav dl:hover dd{
display:block;
}
.sub-nav dd a{
color:#fff;
padding:5px 10px;
font-size:15px;
opacity:0.8;
display:block;
border-top:1px rgba(255,255,255,0.2) solid;
}


.sub-nav dd li:hover {
background:#5d0a0d;
}


.sub-content{
width:95%;
max-width:1200px;
margin:0 auto;
padding:0px 0 100px;
font-size:17px;
color:#555;
}

.sub-tab ul{
display:flex;
text-align:center;
justify-content: center; 
flex-wrap:wrap;
gap:5px;
}
.sub-tab li{
margin-top:-1px;
}
.sub-tab li a{
display:block;
padding:15px 20px;
border:2px #742023 solid;
margin-left:-1px;
min-width:150px;
position:relative;
color:#742023;
font-weight:500;
font-size:1.025em;
}

.sub-tab li a:hover{
background-color:#f7f7f7;	
}
.sub-tab li.current a{
background-color:#742023;
border-color:#742023;
color:#fff;
font-weight:700;
}
.st15-mobile{
display:none;
}
.sub-tab.st15 li a{
font-size:0.85em;
border-width:1px;
padding:7px 15px;
}
/*.sub-tab li.current a:after{
content:"";
display:block;
width:100%;
height:3px;
position:absolute;
z-index:9;
top:-1px;
left:0;
background:#0e9e53;
}*/


.table-type1{
width:100%;
table-layout:fixed;
margin:0 auto;
border-top:2px #213e3e solid;
}
.table-type1 thead th{
background:#f0f0f0;
padding:15px;
font-weight:700;
border-left:1px #bec6c6 solid;
color:#162321;
}
.table-type1 thead th:first-child{
border-left-width:0;
}
.table-type1 tbody th{
border:1px #e0e0e0 solid;
border-left-width:0;
padding:15px;
font-weight:500;
background:#f7f7f7;
}
.table-type1 tbody td{
border:1px #e0e0e0 solid;
border-right-width:0;
font-size:0.9em;
padding:15px;
color:#666;
}
.table-type1.ty1-center tbody td{
text-align:center;
}
.table1-flex{
display:flex;
}
.table1-flex div{
width:45%;
}

.table-type1 th,
.table-type1 td{
font-size:0.85em;
}

.ty1-font1 tbody th,
.ty1-font1 td{
font-size:1em;
font-weight:300;
}


.ty1-font1 td p{
font-weight:600;
color:#222;
font-size:1.25em;
}

.table-type1 td.bln{
border-left-width:0;
}
.table-type1 tbody th.bln1{
border-left-width:1px;
}

.table-type1 thead tr.blt th{
border-top:1px #bec6c6 solid;
}

.ty1-font2 thead th,
.ty1-font2 tbody th,
.ty1-font2 td{
font-size:1em;
}

.sub-search-box input{
border:1px #c0c0c0 solid;
padding:5px;
box-sizing:border-box;
width:200px;
}

.sub-search-box{
display:flex;
justify-content: center;
border:1px #b49d9e solid;
background: #f7f1f1;
margin-top: 20px;
box-sizing: border-box;
padding: 25px;
margin-bottom:20px;
}
.sub-search-box > div{
display:flex;
padding:0 20px;
align-items: center; 
}
.sub-search-box > div p{
font-weight:700;
padding-right:10px;
color:#423031;
}

.sub-search-box input.BtnINP{
border:0;
background:#533031;
color:#fff;
}

.sub-list1{
border-top:2px #213e3e solid;
}

.sub-list1 li{
padding:15px 0;
border-bottom:1px #e0e0e0 solid;
display:flex;
text-align:center;
}
.sub-list1 li span,
.sub-list1 li p,
.sub-list1 li strong{
width:33%;
}
.sub-list1 li .sls1{
color:#8f0004;
}
.sub-list1 li .sls2{
color:#405082;
}
.sub-list1 li .sls3{
color:#949090;
}

.s-box1{
margin-top:15px;
}

.s-box1 P{
margin-top:5px;
}


.join-process{
display:flex;
align-items: stretch;
}
.join-process li{
display:flex;
flex-direction: column;
align-items: center;
width:25%;
position:relative;
border:1px #eee5e5 solid;
border-left-width:0;
padding:35px 0;
}
.join-process li:after{
content: "\e93f";
font-family: 'xeicon' !important;
position: absolute;
left: -17px;
margin-left:0%;
top: 50%;
margin-top:-17px;
transform: translateY(-50%);
color: #fff;
background-color: #742023;
width: 34px;
height: 34px;
line-height: 34px;
font-size: 18px;
border-radius: 50%;
text-align:center;
}

.join-process li:first-child{
border-left-width:1px;
}
.join-process li:first-child:after{
display:none;
}
.join-process li div{
width:120px;
height:120px;
background:#f3ecec;
display:flex;
justify-content: center;
align-items: center;
border-radius:999px;
}
.join-process li div img{
width:55%;
}
.join-process li span{
font-weight:900;
text-transform: uppercase;
color:#742023;
letter-spacing: 0em;
margin:20px 0 10px;
}

.join-process li p{
word-break: keep-all;
box-sizing:border-box;
padding:0 20px;
text-align:center;
}



.sub-dl2{
display:flex;
margin-top:70px;
}
.sub-dl2 dt{
flex-shrink: 0;
width: 220px;
font-weight:700;
font-size:1.5em;
color:#8f0004;
padding-right:20px;
}
.sub-dl2 dt:before{
content:"";
display:block;
width:50px;
height:5px;
background:#8f0004;
margin-bottom:20px;
}
.sub-dl2 dd{
flex-grow: 1;
margin-top:25px;
}
.sub-dl2 dd ul li{
margin-bottom:7px;
color:#555;
word-break: keep-all;
}

.sd2-ul li{
padding: 0px 12px;
display: block;
position: relative;
}
.sd2-ul li:after{
position:absolute; 
content:""; 
display:block; 
width:3px; 
height:3px; 
background:#999; 
left:0; 
top:12px;
}

.a-link{
letter-spacing: 0em;
color:#003c8f;
font-size:0.85em;
}

.s-box2{
border:1px #905254 solid;
box-sizing:border-box;
padding:10px 15px;
color:#111;
margin-top:10px;
background:#f7f1f1;
}
.s-box2 p{
margin:5px 0;
color:#422a2b;
}

.ma20{
margin-top:20px;
}

.s-box3{
box-sizing:border-box;
padding:20px;
border:1px #e0e0e0 solid;
color:#666;
margin-top:15px;
word-break: break-word;
font-size:0.9em;
}
.s-box3 strong{
font-weight:700;
display:block;
margin-bottom:5px;
}
.s-box3 div{margin-bottom:20px;}
.s-box3 div:last-child{margin-bottom:0;}

.sub-box1{
line-height:1.8em;
word-break: keep-all;
}
.sub-box1 p{
margin-top:10px;
color:#111;
}
.sub-box1 table{
margin-top:15px;
}
.sub-box1 table p{
margin-top:0;
color:#666;
}

.sub-box1 ul{
margin-top:5px;
font-weight:300;
font-size:0.95em;
color:#666;
}



/*sub17-학회정관 및 규정*/
.sub17-link{
text-align:center;
padding:20px 0;
border-bottom:1px #e0e0e0 solid;
}
.sub17-link a{
color:#888;
font-weight:300;
display:inline-block;
padding:10px 10px;
position:relative;
font-size:0.85em;
}
.sub17-link a:hover{
color:#333;
font-weight:400;
}
.sub17-link a:after{
content:"";
display:block;
width:3px; height:3px;
border-radius:999px;
background:#cdcdcd;
left:0;
top:50%;
margin-top:-1px;
position:absolute;
}
.sub17-link a:first-child:after{
display:none;
}
.sub17-box1{
text-align:right;
font-size:0.75em;
padding:20px 0;
border-bottom:1px #e0e0e0 solid;
}
.sub17-box2{
padding-bottom:30px;
padding-top:30px;
border-bottom:1px #e0e0e0 dashed;
word-break: keep-all;
}
.sub17-box2:first-child{
padding-top:0;
}

.sub17-box2 dt{
font-size:1.35em;
color:#111;
margin-bottom:20px;
font-weight:700;
}


.sub17-box2 h3{
font-weight:500;
font-size:1.125em;
color:#222;
margin-bottom:5px;
}
.sub17-box2 div{
margin-bottom:20px;

}

.sub17-box2 dd{
font-size:0.9em;
}

.sub17-box2 dd ul{
margin-top:5px;
opacity:0.7;
}
.sub17-box2 dd ul p{
padding-left:10px;
}

.sub17-box2 dd span{
display:inline-block;
padding-left:20px;
}
.sub17-box3{
padding: 15px;
background: #f6f6f6;
border: 1px #e0e0e0 solid;
margin-top:20px;
font-size:0.9em;
}
.sub17-box3 dt{
font-weight:700;
color:#333;
}

.sub17-table{
width:100%;
margin:10px 0 15px;
}

.sub17-table td{
text-align:center;
border:1px #e0e0e0 solid;
padding:10px;
}
.sub17-table th{
border:1px #e0e0e0 solid;
padding:10px;	
background:#f9f9f9;
}

.s35-top{
text-align:center;
font-weight:600;
color:#3b1b1c;
font-size:1.35em;
}
.s35-top img{
width:180px;
}
.s35-top p{
margin:5px 0;
}


.s44-list{
display:flex;
flex-wrap:wrap;
gap:2%;
}
.s44-list li{
width:32%;
margin:1% 0;
}
.s44-list li a{
display:flex;
border:1px #e0e0e0 solid;
padding:20px;
justify-content: center;
align-items: center;
}
.s44-list li a img{
width:100%;
max-width:240px;
transition: all .3s ease-out;
}
.s44-list li a:hover img{
-webkit-transform: scale(1.1); transform: scale(1.1);
}


.sub-box2{
border:1px #905254 solid;
background:#f7f1f1;
margin-top:20px;
box-sizing:border-box;
padding:25px;
}
.sub-box2 strong{
color:#905254;
font-weight:600;
font-size:1.125em;
}
.sub-box2 ul li{
margin-top:10px;
}



/*sub11-인사말*/
.sub11-top{
display:flex;
border-bottom:1px #d3dcd8 solid;
padding-bottom:30px;
margin-bottom:30px;
}
.s11t-text{
flex-grow: 1;
padding-right:20px;
font-size:20px;
color:#4e1719;
align-self: center;
}
.s11t-text em{
font-weight:600;
color:#694830;
display:block;
font-size:22px;
margin-bottom:10px;
}
.s11t-text strong{
font-size:35px;
font-weight:700;
color:#896c4e;
display:block;
margin-bottom:15px;
}
.s11t-img{
flex-shrink: 0;
width: 180px;
}
.s11t-img img{
width:100%;
}
.sub11-content p{
margin-top:15px;
font-size:1.05em;
}
.s11c-b{
margin-top:30px;
color:#3f2f23;
}
.s11c-b strong{
display:block;
font-weight:700;
}

.sub12-box1{
border: 10px solid #cebfbf;
 padding: 0 12px;
 position: relative;
 margin-bottom: 20px;
 clear: both;
}
.sub12-box1 p{
 color: #4a0709;
 font-size: 20px;
 text-align: center;
 background: #fff;
 margin: -10px 0 !important;
 font-weight: 600;
 padding: 20px;
}


.sitemap{display:flex; flex-wrap:wrap; gap:4%;}
.sitemap > li{width:22%; box-sizing:border-box;margin-bottom:4%;}
.sitemap > li > a{font-weight:600; font-size:22px; display:block; margin-bottom:10px; border-bottom:3px #8f0004 solid; color:#8f0004; padding-bottom:10px;}
.sitemap > li > ul > li > a{font-size:18px; padding:5px 12px; margin:5px 0; display:block; position:relative;}
.sitemap > li > ul > li > a:hover{font-weight:600; color:#111;}
.sitemap > li > ul > li > a:after{position:absolute; content:""; display:block; width:3px; height:3px; background:#999; left:0; top:18px;}
.sm-h1{height:400px;margin-bottom:60px;}
.sm-h2{height:290px;}


/*sub12협회소개*/
.sub12-box{
margin-top:50px;
}
.sub12-top img{
width:100%;
}
.sub12-box dl{
display:flex;
word-break:keep-all;
border-top:1px #e0e0e0 solid;
padding-top:30px;
margin-top:30px;
}
.sub12-box dl:first-child{
border-top:3px #0e9e53 solid;
}
.sub12-box dt{
flex-shrink: 0;
width:160px;
}
.sub12-box dd{
flex-grow: 1;
}
.sub12-list{
display:flex;
gap:10px;
flex-wrap:wrap;
}
.sub12-list li{
flex: 1 1 30%;
text-align:center;
box-sizing:border-box;
background: #fdfdfd;
border: 1px solid #ddd;
padding:30px;
word-break:keep-all;
border-radius:5px;
transition: all .3s ease-in-out;
position:relative;
}

.sub12-list li:hover{
background:#f7fdf9;
transform: scale(1.05);
border-color:#daece2;
z-index:2;
}

.sub12-list li p{
font-weight:700;
color:#094b29;
font-size:1.05em;
}

.sub12-list li .s12b-txt{
font-size:0.95em;
word-break:keep-all;
margin-top:10px;
}

.s12b-img{
width:80px;
height:80px;
background-color:#0e9e53;
border-radius:999px;
box-sizing:border-box;
padding:15px;
margin:0 auto 20px;
}
.s12b-img img{
width:100%;
}

/*sub13연혁*/
.history-list{
box-sizing:border-box;
padding:50px;
border:1px #e0e0e0 solid;
display:flex;
}
.history-list.current{
display:block;
}

.history-list > .his-tit{
width:250px;
color:#8f0004;
font-size:1.9em;
font-weight:700;
}

.history-list > .his-tit span{
font-size:18px;
display:block;
color:#846364;
font-weight:500;
}


.history-list > ul{
flex-grow: 1;
} 
.history-list ul dl{
display:flex;
flex-grow: 1;
}

.history-list ul dt{
font-weight:600;
font-size:1.25em;
color:#422c2d;
width:120px;
padding-top:5px;
}
.history-list ul dl dd{
flex-grow: 1;
}
.history-list ul dd ul li{
display:flex;
border-top:1px #e0e0e0 dashed;
padding:30px;
flex-grow: 1;
}
.history-list ul dd ul li:first-child{
border-top-width:0;
padding-top:10px;
}
.history-list ul dd ul li span{
font-weight:600;
color:#222;
margin-right:10px;
}



/*sub14-조직도*/
.orga-box{
width:100%;
position:relative;
}
.orga-map-box{
visibility:hidden; 
position:absolute;
background:#fff; font-size:14px;
border:1px #cbd3cf solid;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
padding:20px;
border-radius:10px;
width:200px;
}
.orga-map-box h5{
color:#098243; 
font-size:1.125em;
font-weight:700;
position:relative;
padding-left:15px;
margin-bottom:3px;
}
.orga-map-box h5:after{
position:absolute;
content:"";
display:block;
width:4px;
height:4px;
border:3px #098243 solid;
border-radius:999px;
left:0; 
top:5px;
}

.orga-map-box ul{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px #e0e0e0 solid;
padding-left:15px;
}

.orga-map-box ul:last-child{
border-bottom-width:0;
margin-bottom:0px;
padding-bottom:0px;
}


.orga-box img{
width:100%;
}





/*sub31-회원가입안내*/
.sub31-top{
font-size:20px;
font-weight:700;
color:#0a4e2a;
word-break:keep-all;
border-bottom:1px #e0e0e0 solid;
padding-bottom:30px;
margin-bottom:30px;
}

.s41t-t1{
font-weight:700;
color:#10914f;
font-size:1.125em;
margin-bottom:15px;
position:relative;
}
.s41t-t1:before{
content:"";
display:inline-block;
width:7px;
height:7px;
border:5px #10914f solid;
border-radius:999px;
vertical-align:-2px;
margin-right:5px;
}

.sub-dl1 dt{
font-weight:600;
font-size:19px;
color:#333;
margin-bottom:10px;
}

.sub-num{
display:inline-block;
width:25px;
height:25px;
line-height:25px;
border-radius:2px;
color:#fff;
background:#8f9f97;
text-align:center;
font-family: 'Oxanium', cursive;
letter-spacing:0em;
align-self: center;
margin-right:7px;
font-size:0.75em;
}

.sub-ul2 li{
position:relative;
padding-left:10px;
margin:5px 0;
}
.sub-ul2 li:after{
position:absolute;
width:4px;
height:4px;
background:#666;
content:"";
display:block;
border-radius:999px;
top:10px;
left:0;
}
/*sub41-투고안내*/
.sub41-top{
display:flex;
}

.s41t-img{
flex-shrink: 0;
width: 250px;
align-self: center;
}
.s41t-img img{
width:100%;
}
.s41t-text{
flex-grow: 1;
padding-left:70px;
}

.s41t-text li{
display:flex;
margin-top:20px;
border-top:1px #e0e0e0 dashed;
padding-top:20px;
word-break:keep-all;
}
.s41t-text li:first-child{
border-top-width:0;
padding-top:0px;
margin-top:0px;
}

.s41t-text li i{
color:#15a159;
font-size:22px;
padding-right:10px;
margin-top:2px;
}
.s41t-text li p{
align-self: center;
}

.sub41-bottom{
padding:25px;
background:#f6f6f6;
border:1px #e0e0e0 solid;
border-radius:15px;
box-sizing:border-box;
margin-top:50px;
}

.sub41-bottom dt{
background:#026531;
color:#fff;
font-weight:500;
display:inline-block;
padding:5px 20px; 
border-radius:999px;
font-size:0.95em;
}
.sub41-bottom dd{
margin-top:10px;
margin-left:10px;
font-size:0.95em;
}
.s41b-p1{
font-weight:700;
font-size:1.025em;
color:#094b29;
}

.sub-ul1{
background:#fff;
border-radius:15px;
padding:15px;
margin-top:15px;
}

.sub-ul1 li{
display:flex;
margin:5px 0;
font-size:0.95em;
}

.sub-ul1 li span{
font-weight:600;
color:#c44a19;
flex-shrink: 0;
width: 90px;
}

.ma30{
margin-top:30px;
}

.sub-btn-box{
text-align:center;
margin-top:30px;
}
.sub-btn-box a{
display:inline-block;
padding:12px 35px;
border-radius:9999px;
background-color:#533031;
color:#fff;
font-size:1.125em;
font-weight:500;
transition: .5s ease
}

.sub-btn-box a:hover{
background-color:#871619;
}

.sub-btn-box input[type="button"]{
border:0;
border-radius:999px;
background-color:#5f802c;
color:#fff;
padding:7px 20px;
transition: .5s ease
}
.sub-btn-box input[type="button"]:hover{
	background-color:#1a431f;
}

.sub-btn-box input[type="button"].sbb-cancel{
background-color:#888;
}
.sub-btn-box input[type="button"].sbb-cancel:hover{
background-color:#333;
}


.sub-btn-box2 a{
display:inline-block; 
background:#bc834a;
color:#fff;
padding:7px 20px;
border-radius:5px;
margin-right:5px;
font-size:0.9em;
transition: .5s ease;
}
.sub-btn-box2 a i{
margin-left:50px;
}
.sub-btn-box2 a:hover{
background:#7d552c;
}

/*sub0302회원가입*/
.agree-box iframe{
box-sizing:border-box;
padding:20px;
}
.agree-p{
font-size:0.85em;
color:#222;
margin:10px 0 25px;
}
.agree-tit{
font-size:1.35em;
margin-bottom:5px;
color:#036733;
font-weight:500;
position:relative;
padding-left:15px;
}
.agree-tit:after{
content:"";
position:absolute;
width:5px;
height:80%;
top:12%;
background:#036733;
left:0;
}
.sub32-box{
border:1px #e5e5e8 solid;
}
.sub32-box dl{
display:table;
border-top:1px #e5e5e8 solid;
width:100%;
table-layout:fixed;
}
.sub32-box dt{
display:table-cell;
width: 250px;
text-align:center;
background:#f0f2f1;
border-right:1px #e5e5e8 solid;
color:#127943;
font-weight:500;
vertical-align:middle;
transition: .3s ease
}
.sub32-box dd{
display:table-cell;
font-size:0.95em;
padding:10px 20px;
}
.sub32-box dd div{
font-size:0.95em;
opacity:0.8;
}

.sub32-box a{
display:block;
position:relative;
}
.sub32-box a:hover{
background:#f0f2f1;
transition: .3s ease
}
.sub32-box a:hover dt{
background:#127943;
color:#fff;
}
.sub32-box a i{
position:absolute;
right:20px;
top:50%;
margin-top:-15px;
line-height:30px;
font-size:30px;
color:#999;
}

/*join 폼*/
.join-table{
width:100%;
table-layout:fixed;
border-top:2px #0c4d2b solid;
}
.join-table th,
.join-table td{
border-bottom:1px #e0e0e0 solid;
padding:15px;
}

.join-table th{
width:180px;
font-weight:700;
text-align:left;
background:#f6f6f6;
}
.join-table th i{
font-size:22px;
color:#df640a;
}
.join-table td input{
border:1px #e0e0e0 solid;
margin-bottom:5px;
}
.join-table td select{
border:1px #e0e0e0 solid;	
}
.join-btn{
background:#777;
font-size:12px;
color:#fff;
display:inline-block;
line-height:27px;
padding:0 10px;
border-radius:2px;
vertical-align:top;
}
.join-btn2{
background:none;
}
.join-ex{
margin-top:5px;
font-size:0.9em;
color:#888;
}
.join-ul1{
display:flex;
}
.join-ul1 li{
display:flex;
margin-right:20px;
}
.join-ul1 span{
color:#036631;
margin-right:5px;
display:inline-block;
}
.join-ul2 dl{
display:flex;
}
.join-ul2 dl dt{
margin-right:8px;
max-width:60px;
font-weight:700;
}

.join-ul2 li{
margin-top:10px;
}


.s33-thin{
font-weight:300;
padding-left:15px;
}