

#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:top;
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:#333;
font-size:18px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: 'SUIT';
font-weight:400;
}





body, html{
width:100%;
overflow-x:hidden;
}

:focus {
outline:none;
}

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


.slick-slide {
display:inline-block;
}

.side-quick{
position:fixed;
right:60px;
top:200px;
z-index:99999;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap:10px;
}
.side-quick a{
width:80px;
height:80px;
border-radius:9999px;
background: linear-gradient(#dd5b42, #eb785f);
display:flex;
justify-content: center;
align-items: cetner;
color:#fff;
flex-direction: column;
text-align:center;
font-size:14px;
font-weight:700;
gap:5px;
line-height:1.1em;
}
.side-quick a i{
font-size:24px;
}
.side-quick a.sq2{
background: linear-gradient(#28a379, #61b55c);
}
.side-quick button{
cursor:pointer;
display:flex;
flex-direction: column;
justify-content: center;
text-align:center;
background:transparent;
font-weight:700;
color:#d04226;
text-shadow: -1px 0px rgba(255,255,255,0.8), 0px 1px rgba(255,255,255,0.8), 1px 0px rgba(255,255,255,0.8), 0px -1px rgba(255,255,255,0.8)
}


header {
width:100%;
background-size:cover;
z-index:999999;
box-sizing:border-box;
padding:0 20px;
transition: .3s ease;
position:fixed;
top:0;
background:rgba(0,0,0,0.7);
}

header.drop,
header.on{
background:#fff;
box-shadow: 0 0 12px rgb(33 33 33 / 20%);
}
.header-area{
display:flex;
align-items: center;
justify-content: space-between;
width:96%;
max-width:1280px;
margin:0 auto;
gap:50px;
}

.header-logo{
flex-shrink: 0;
}
.header-logo a{
display:flex;
align-items: center;
justify-content: center;
font-weight:900;
font-size:40px;
background-image: linear-gradient(#d53516 0%, #ee774d 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.header-logo a img{width:100%;}

.all-menu-area{
display:none;
}


.header-gnb {
z-index:99;
flex-grow: 1;
transition: .3s ease;
}



.header.on:after{
content:"";
display:block; 
width:100%;
height:1px;
background:rgba(255,255,255,0.1);
left:0;
top:100px;
position:absolute;
}

.header-gnb .gnb{
width:100%;
margin:0 auto;
box-sizing:border-box;
display:flex;
}

.header-gnb .gnb > li {
position:relative;
text-align:center;
box-sizing:border-box;
vertical-align:top;
flex-grow: 1;
}

.header-gnb .gnb > li:hover > a{
font-weight:600;
}

.header-gnb .gnb > li > a {
display:block;
position:relative;
font-weight:500;
font-size:20px;
letter-spacing:0em;
height:80px;
line-height:80px;
width:100%;
color:#fff;
}


/*.gnb > li > ul {
display:none;
position:absolute;
left:50%;
margin-left:-80px;
width:160px;
z-index:5;
background:#377cda;
box-sizing:border-box;
padding:5px 0;
border-radius:5px;
}*/
.header-gnb .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;
}
.header-gnb .gnb > li > ul{
height:0;
position:absolute;
z-index:9999;
opacity:0;
left:50%;
margin-left:-90px;
}
.header-gnb .gnb > li:hover > ul {
height:auto;
display:block;
top:80px;
transition: .3s ease;
background: rgba(0, 0, 0, 0.9);
opacity:1;
width:180px;
}
.header.on .header-gnb .gnb > li > ul{
position:unset;
}

.header-gnb .gnb > li:hover > a{
font-weight:700;
}

.header-gnb .gnb > li > ul li {
height:2em;
line-height:2em;
}

.header-gnb .gnb > li > ul{
box-sizing:border-box;
padding-top:10px;
padding-bottom:10px;
}

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

.header-gnb .gnb > li > ul li a {
display:block;
font-size:18px;
font-weight:300;
color:#fff;
}


.tnb{

display:flex;
}
.tnb a{
display:flex;
align-items: center;
gap:5px;
padding:5px 15px;
font-size:15px;
color:#787878;
transition:all .5s ease;
background:#fff;
border-radius:10px;
border:1px #e0e0e0 solid;
}
.tnb a:hover{
background: linear-gradient(120deg, #0c8461, #139e58);
color:#fff;
border-color:transparent;
}



.all-menu-area{
display:none;
}

.close-btn{
position:absolute;
right:281px;
top:0;
z-index:99999;
width:60px;
height:60px;
display:flex;
align-items: center;
justify-content: center;
color:#fff;
font-size:25px;
}

.open-btn{
display:flex;
align-items: center;
justify-content: center;
font-size:28px;
box-sizing:border-box;
width:50px;
height:50px;
flex-shrink: 0;
color:#fff;
}

#sidebar{
position:fixed;
top:0;
bottom:0; 
display:none; 
right:-200px; 
z-index:999999999; 
-webkit-transition: right 1s;  
transition: right 1s; 
width:auto; 
overflow:visible; 
background:#000;
margin-left:0;
left:auto;
border:0;
}

.sidebg{
display:block;
position: fixed;
height: 150%;
background: rgba(0,0,0,0.5);
width: 100%;
top: 0;
right: 0;
z-index: 44;
}
.menu{
position:relative;
z-index:55; 
width:280px; 
left:auto; 
right:0; 
overflow-x:hidden; 
overflow-y:auto; 
height:100%; 
background:#fff;
display:block;
text-align:left;
box-sizing:border-box;
padding:20px;
}
header .menu{
line-height:1.5em;
}

.menu > li{
display:block;
width:100%;
box-sizing:border-box;
border-left:0;
box-sizing:border-box;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px rgba(0,0,0,0.2) solid;
}

.menu > li > ul > li{
padding:5px 0;
}

.menu > li > a{
height:30px;
line-height:30px;
font-weight:800;
display:block;
width:100%;
}

.menu > li > ul > li > a{
display:block;
}








/********************* main *********************************/

/*@keyframes fade_txt {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}*/
/*visual*/
#visual{
width:100%;
margin:0 auto;
overflow:hidden;
position:relative;
z-index:333;
}
.va-ment{
position:absolute;
width:1280px;
height:calc(100%);
left:50%;
margin-left:-640px;
top:0%;
z-index:999;
display:flex;
flex-direction: column; 
justify-content: center;
box-sizing:border-box;
color:#fff;
line-height:1.3;
animation: fade_txt 1s forwards;
animation-delay: 5s;
text-align:center;
padding-top:60px;
}
.vam1{
text-align:left;
padding-left:50px;
}
#visual .slick-track{
gap:0;
}

.vam-t1{
font-weight:800;
letter-spacing: 0.02em;
opacity:0.6;
text-transform: uppercase;
margin-bottom:20px;
}

.vam-t2{
font-size:68px;
font-weight:700;
}
.vam-t2 strong{
color:#e5492a;
font-weight:700;
}
.vam-t3{
font-size:30px;
opacity:0.9;
margin-top:20px;
display:block;
}

.visual-area{
position:relative;
z-index:11;
}
.va-box{
position:relative;
text-align:right;
}

.va-img{
position:relative;
left:0%;
top:0;
margin-left:0px;
}

.va-img img{
width:100%;
}

.visual-video{width:100%; position:relative; padding-top:56.25%; z-index:66;}
.visual-video iframe{position:absolute; left:0; top:0; width:100%; height:100%; border:0;}

#visual .slick-dots{
position:absolute;
width:1280px;
left:50%;
margin-left:-640px;
bottom:80px;
z-index:9;
display:flex;
justify-content: center;
gap:3px;
}

#visual .slick-dots li{

}

#visual .slick-dots li button{
font-size:0;
width:30px;
height:4px;
box-sizing:border-box;
background:transparent;
display:block;   
box-shadow: 1px 1px 3px rgba(0,0,0,0.2);   
background:#fff;
opacity:0.6;
}

#visual .slick-dots li.slick-active button{
opacity:1;
}

#visual .slick-list{
position:relative;
z-index:1;
}

#visual .slick-arrow{
position: absolute;
text-align: center;
top: 50%;
margin-top: -45px;
right:50px;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
width: 65px;
height: 65px;
font-size: 65px;
color: rgb(255, 255, 255, 0.6);
border:0;
background:transparent;
}
#visual .slick-prev{
left:50px;
}
#mVisual { position:relative; width:100%; height:100vh; overflow:hidden;}

.main-tit{
display:flex;
flex-direction: column;
gap:10px;
}
.mt-t1{
letter-spacing: 0.02em;
color:#e13715;
font-weight:700;
font-size:20px;
text-transform: uppercase;
word-break: keep-all;
}
.mt-t2{
color:#111;
font-size:48px;
font-weight:800; 
}
.mt-t3{
font-size:20px;
font-weight:700;
color:#777777;
}

#main-ads{
padding:70px 0 0;
}
#main-ads .main-tit{
text-align:center;
}

.ads-tab{
display:flex;
gap:80px;
justify-content: center;
align-items: center;
font-weight:700;
color:#bcbcbf;
font-size:24px;
letter-spacing: 0.02em;
margin:45px 0 35px;
}
.ads-tab p{
cursor:pointer;
}
.ads-tab .active{
color:#222;
position:relative;
}
.ads-tab .active:after{
content:"";
display:block;
width:100%;
height:10px;
background:#e13715;
left:0;
top:65%;
opacity:0.4;
position:absolute;
z-index:11;
}
.ads-tab span{
position:relative;
z-index:99;
}


.ads-content{
display:flex;
gap:1%;
width:100%;
}
.asf-box{
width:10%;
height:auto;
position:relative;
overflow:hidden;
transition: all 0.5s;
}
.asfb-img{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background-image:url(img/asfb-img1.png);
background-position:50% 50%;
background-size:cover;
background-repeat:no-repeat;
transition: all 0.5s;
z-index:1;
}
.asf-box#tab2 .asfb-img{
background-image:url(img/asfb-img2.png);
}
.asf-box#tab3 .asfb-img{
background-image:url(img/asfb-img3.png);
}
.asf-box#tab4 .asfb-img{
background-image:url(img/asfb-img4.png);
}
.asf-box#tab5 .asfb-img{
background-image:url(img/asfb-img5.png);
}
.asf-box.active{
width:56%;

}
.asf-box:hover .asfb-img{
transform: scale(1.2);
}
.asfb-txt{
text-align:center;
color:#fff;
padding:30px 0;
opacity:0;
position:relative;
z-index:22;
box-sizing:border-box;
border:4px #18e6e4 solid;
width:600px;
margin:70px auto;
}
.asfb-txt img{
width:90px;
}
.asfb-t1{
font-size:20px;
height:1.5em;
line-height:1.5em;
overflow:hidden;
letter-spacing: 0.05em;
color:#18e6e4;
margin-bottom:5px;
}
.asfb-t2{
font-size:50px;
font-weight:600;
height:1.5em;
line-height:1.5em;
overflow:hidden;
margin-bottom:10px;
}
.asfb-t3{
font-size:32px;
height:3em;
line-height:1.5em;
overflow:hidden;
font-weight:300;
opacity: 0.8;
}
.asfb-txt a{
display:inline-block;
padding:10px 30px;
font-size:16px;
letter-spacing: 0.05em;
margin-top:40px;
transition: all 0.5s;
background:#18e6e4;
color:#000;
font-weight:800;
}

.asf-box#tab2 .asfb-txt{
border-color:#a518e6;
}
.asf-box#tab2 .asfb-t1{
color:#a518e6;
}
.asf-box#tab2 .asfb-txt a{
background:#a518e6;
}
.asf-box#tab3 .asfb-txt{
border-color:#e6189b;
}
.asf-box#tab3 .asfb-t1{
color:#e6189b;
}
.asf-box#tab3 .asfb-txt a{
background:#e6189b;
}
.asf-box#tab4 .asfb-txt{
border-color:#1985e7;
}
.asf-box#tab4 .asfb-t1{
color:#1985e7;
}
.asf-box#tab4 .asfb-txt a{
background:#1985e7;
}
.asf-box#tab5 .asfb-txt{
border-color:#18dc7a;
}
.asf-box#tab5 .asfb-t1{
color:#18dc7a;
}
.asf-box#tab5 .asfb-txt a{
background:#18dc7a;
}


.asfb-txt a i{
padding-left:30px;
}
.asfb-txt a:hover{
background:#fff !important;

}
.asf-box.active .asfb-txt{
opacity:1;
}

#main-icon-banner{
widtth:96%;
max-width:1280px;
margin:70px auto;
display:flex;
justify-content: space-between;
align-items: center;
}

#main-icon-banner a{
width:20%;
text-align:center;
border-left:1px #e0e0e0 dashed;
box-sizing:border-box;
transition: all 0.3s;
}
#main-icon-banner a:hover{
font-weight:600;
color:#d04226;
transform: translate(0px, -10px);
}
#main-icon-banner a:first-child{
border-left-width:0;
}
#main-icon-banner a img{
width:70px;
}

#main-notice{
width:96%;
max-width:1280px;
margin:0px auto 70px;
display:flex;
gap:50px;
}
.mn-left{
flex-grow: 1;
display:flex;
flex-direction: column;
justify-content: space-between;
}

.more-btn a{
display:inline-block;
background:#818180;
font-weight:700;
color:#fff;
padding:10px 30px;
transition: all 0.3s;
}
.more-btn a:hover{
background:#303030;
}

.more-btn a i{
opacity:0.6;
font-size:1.125em;
}
.mn-right{
width:65%;
flex-shrink: 0;
}
.mn-list{
display:flex;
gap:4%;
}
.mn-list li{
width:48%;
}
.mn-list a{
box-sizing:border-box;
border:1px #e0e0e0 solid;
padding:30px;
display:flex;
flex-direction: column;
gap:20px;
}
.mnl-t1{
font-weight:700;
font-size:1.05em;
line-height:1.5em;
height:3em;
overflow:hidden;
}
.mnl-t2{
color:#777;
line-height:1.5em;
height:4.5em;
overflow:hidden;
}
.mnl-day{
border-top:1px #e0e0e0 solid;
padding-top:20px;
font-size:0.85em;
color:#c1c1c1;
display:flex;
align-items: center;
gap:3px;
}
.mnl-day i{
font-size:1.25em;
}


#request{
background:#222222;
width:100%;
padding:70px 0;
}
#request .main-tit p{
color:#fff;
}
#request .main-tit p.mt-t1{
color:#ff856c;
}
.request-box{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
}
.req-left{
flex-grow: 1;
}
.req-tel{
color:#fff;
font-weight:700;
font-size:32px;
display:flex;
gap:10px;
align-items: center;
margin:20px 0;
}
.req-tel span{
width:42px;
height:42px;
background:#fff;
border-radius:999px;
display:flex;
justify-content: center;
align-items: center;
color:#444;
font-size:0.85em;
}
.req-info{
font-size:0.85em;
color:#fff;
display:flex;
flex-direction: column;
gap:5px;
}

.req-info span{
display:inline-block;
margin-left:10px;
}


.req-right{
width:65%;
flex-shrink: 0;
}
.req-form{
padding:30px;
border:1px rgba(255,255,255,0.3) solid;
box-sizing:border-box;
display:flex;
flex-wrap:wrap;
gap:4%;
}
.req-form dl{
width:48%;
display:flex;
border-bottom:1px rgba(255,255,255,0.1) solid;
padding-bottom:15px;
margin-bottom:15px;
}
.req-form dl dt{
flex-shrink: 0;
width:70px;
color:#fff;
font-weight:700;
}
.req-form dl:nth-child(even) dt{
width:120px;
}
.req-form dl dd{
flex-grow: 1;
}
.req-form input{
background:transparent;
border:0;
color:#fff;
}
.req-form select{
background:#222;
border:0;
color:rgba(255,255,255,0.4);
}
.req-form select option{
color:rgba(255,255,255,0.4);
}
.req-form .req-textarea{
border-bottom-width:0;
padding-bottom:0;
margin-bottom:0;
width:100%;
flex-shrink: 0;
flex-wrap:wrap;
gap:10px;
}
.req-form .req-textarea dt{
width:100%;
}
.req-form .req-textarea dd{
width:100%;
}
.req-form .req-textarea textarea{
width:100%;
background:rgba(255,255,255,0.8);
height:100px;
box-sizing:border-box;
}

.req-btn{
display:flex;
justify-content: space-between;
align-items: center;
color:#fff;
padding-top:25px;
}
.req-btn p{
display:flex;
font-size:0.85em;
align-items: center;
gap:5px;
}
.req-btn p button{
background:transparent;
color:#ff8870;
font-size:0.95em;
cursor:pointer;
}
.req-btn a{
display:flex;
align-items: center;
padding:10px 20px;
background:#e5492a;
color:#fff;
gap:10px;
font-weight:700;
transition: all 0.5s;
}
.req-btn a:hover{
background:#e59e2a;
}
.req-btn a .xi-long-arrow-right{
margin-left:20px;
font-size:1.125em;
opacity:0.6;
}

footer{
background:#1c1c1c;
padding:25px 0;
}
.foot-copy{
width:96%;
max-width:1280px;
margin:0 auto;
color:rgba(255,255,255,0.5);
display:flex;
justify-content: space-between;
align-items: center;
font-size:0.85em;
letter-spacing: 0.02em;
}
.foot-copy a{
background:#2a2a2a;
color:#fff;
padding:5px 20px;
}


/*layer popup*/
.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 99999999999999999999;
overflow: auto;
display:none;
}

.layer-pop-area{
width:70%;
height:80vh;
background:#fff;
position:absolute;
left:50%;
margin-left:-35%;
top:50%;
margin-top:-40vh;
}

.layer-tit{
background:#ec602f;
color:#fff;
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
position:absolute;
width:100%;
padding:0 15px;
}

.layer-content{
color:#555;
height:100%;
overflow-y:scroll;
box-sizing:border-box;
padding:65px 30px;
box-sizing:border-box;
}

.Terms_Box{
font-size:16px;
}

.close-box{
position:absolute;
right:-55px;
top:0;
background:#b0371f;
width:55px;
height:55px;
display:flex;
justify-content: center;
align-items: center;
cursor:pointer;
}
.close-box img{
width:55px;
}



/********************* sub *********************************/
.sub-visual{
width:100%;
height:500px;
background-color:#000;
background-image:url(img/sub-visual1.png);
background-size:cover;
background-position:50%;
display:flex;
align-items: center;
justify-content: center;
position:relative;
}
.sub-visual.sv2{
background-image:url(img/sub-visual2.png);
}
.sub-visual.sv3{
background-image:url(img/sub-visual3.png);
}
.sub-visual.sv4{
background-image:url(img/sub-visual4.png);
}
.sub-visual.sv5{
background-image:url(img/sub-visual5.png);
}
.sub-tit{
text-align:center;
color:#fff;
padding:80px 0;
}
.sub-tit span{
letter-spacing: 0.05em;
font-weight:300;
opacity:0.6;

font-size:20px;
}
.sub-tit p{
font-size:68px;
font-weight:700;
}
.snb{
width:100%;
position:absolute;
left:0;
bottom:0;
z-index:99;
}
.snb ul{
display:flex;
justify-content: center;
align-items: center;
width:100%;
max-width:1280px;
margin:0 auto;
background:#fff;
border-bottom:1px #e0e0e0 solid;
}
.snb ul li a{
line-height:60px;
display:block;
padding:0 50px;
border-right:1px #e0e0e0 solid;
font-size:1.125em;
font-weight:600;
}
.snb ul li:first-child a{
border-left:1px #e0e0e0 solid;
}
.snb ul li.current a{
background:#da4d32;
color:#fff;
border-color:#da4d32;
}

.sub-cont-tit{
text-align:center;
font-weight:600;
font-size:50px;
padding-top:70px;
}
.sub-cont-tit:after{
display:block;
content:"";
width:50px;
height:4px;
background:#000;
margin:40px auto 0;
}
.sub-content-top{
position:relative;
width:100%;
max-width:1280px;
margin:0 auto;
text-align:center;
}
.sct-txt{
position:relative;
z-index:22;
text-align:center;

margin-bottom:50px;
}
.sct-span{
font-size:65px;
text-transform: uppercase;
display:block;
margin-bottom:50px;
line-height:1.05em;
}
.sct-t1{
font-weight:900;
background: linear-gradient(#d0371a, #e35d11);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.sct-span span{
display:block;
opacity:0.6;
color:#9f9492;
font-size:0.45em;
font-weight:800;
}
.sct-span:after{
content:"";
display:block;
width:3px;
height:60px;
margin:50px auto;
background:#e36750;
}
.sct-t2{
font-size:37px;
font-weight:700;
position:relative;
z-index:999;
padding-top:10px;
display:inline-block;
color:#65524e;
}

.sct-t3{
font-size:22px;
line-height:1.5;
}

.sct-ul{
display:flex;
justify-content: center;
gap:50px;
}
.sct-ul li{
display:flex;
gap:10px;
font-size:20px;
align-items: center;
}
.sct-ul li span{
font-weight:700;
border-radius:999px;
padding:5px 30px;
background:#766967;
color:#fff;
}

.sct-img{
display:flex;
justify-content: center;
align-items: center;

}
.sct-img img{
width:650px;
}
.sub-content1{
width:96%;
max-width:1280px;
margin:0 auto;
padding:70px 0;
}
.sc-t1{
text-align:center;
font-size:30px;
}
.sc-t1 strong{
font-weight:700;
}
.color1{
color:#e13715;
}

.sc-ul1{
display:flex;
justify-content: center;
flex-wrap:wrap;
gap:40px 3%;
margin-top:55px;
}
.sc-ul1 li{
width:31.3333%;
box-sizing:border-box;
border:1px #e0e0e0 solid;
padding:40px;
}
.sc-ul1 span{
font-size:20px;
font-weight:300;
color:#666;
}
.sc-ul1 p{
font-size:28px;
font-weight:700;
color:#b73a21;
margin-top:5px;
}
.scul1-img{
width:100%;
text-align:right;
margin-top:-5px;
}
.scul1-img img{
width:65px;
}

.sub-content2{
width:100%;
padding:90px 0;
background-size:cover;
background-position:50%;
}
.sc-bg1{
background-image:url(img/s11-bg.jpg);
}
.sc-bg2{
background-color:rgba(242,240,238,.9);
}
.sc-bg3{
background-color:rgba(227, 219, 210, 0.9);
}
.scb3-pa{padding-bottom:0;}
.scb3-pa .scb1-tit{
margin-bottom:0;
}
.sc-bg4{
background-image:url(img/s21-bg.jpg);
text-align:center;
color:#fff;
}
.sc-bg4 .scb1-t1{
color:#fff;
}
.sc-img1{
width:150px;
margin-bottom:30px;
}
.sc-img2{
max-width:1200px;
width:100%;
margin:0 auto;
display:block;
}


.sub-content-area{
width:96%;
max-width:1280px;
margin:0 auto;
}
.sub-content2 .sc-t1{
color:#fff;
}
.sc-ul2{
display:flex;
flex-wrap:wrap;
gap:3%;
color:rgba(255,255,255,0.6);
margin-top:55px;
}
.sc-ul2 li{
border:1px rgba(255,255,255,0.3) solid;
border-width:1px 0;
text-align:center;
width:31.333%;
padding:35px 0;
font-size:24px;
font-weight:500;
}
.sc-ul2 li:nth-child(1), .sc-ul2 li:nth-child(2), .sc-ul2 li:nth-child(3){
border-bottom-width:0;
}



.sc-box1{
display:flex;
gap:4%;
}
.scb1-left{
width:48%;
flex-shrink: 0;
}
.scb1-tit{
margin-bottom:50px;
text-align:center;
}

.scb1-t1{
font-size:48px;
font-weight:200;
color:#433;
}
.scb1-t1 strong{
font-weight:900;
}
.scb1-right{
flex-grow: 1;
}

.scb1-cont2{
background:#fff;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
padding:45px;
box-sizing:border-box;
max-width:900px;
margin:0 auto;
}

.scb1-cont{
background:#fff;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
padding:45px;
box-sizing:border-box;
}
.sc-box1 .scb1-cont{
min-height:650px;
}
.scb1-cont.scb1c-h1{
min-height:825px;
}
.scb1-1{
flex-wrap:wrap;
}
.scb1-1 .scb1-tit{
width:100%;
margin-bottom:30px;
}
.scb1-1 .scb-cont{
width:100%;
}
.sc-ul3{
display:flex;
margin-top:50px;
flex-wrap:wrap;
}
.sc-ul3 li{
display:flex;
gap:10px;
color:#322927;
margin-top:10px;
align-items: center;
font-weight:600;
width:50%;
}
.sc-ul3 li span{
font-weight:700;
color:#fff;
width:35px;
height:35px;
background:#65443d;
display:flex;
justify-content: center;
align-items: center;
}
.scb1-t2{
text-align:center;
font-size:0.95em;
color:#666;
margin-top:15px;
word-break: keep-all;
}
.scb1-t3{
text-align:center;
font-size:1.35em;
color:#706361;
background:rgba(239, 233, 226, 0.9);
font-weight:600;
padding:50px 0;
}
.scb1-t4{
background: rgba(255, 255, 255, .2);
backdrop-filter: blur(5px);
padding:50px 0;
font-size:28px;
max-width:800px;
margin:50px auto;
}
.scb1-t4 strong{
color:#ffce00;
font-weight:800;
}
.scb1-t5{
font-size:45px;
font-weight:200;
}
.scb1-t5 strong{
font-weight:700;
}
.scb1-t6{
font-size:32px;
font-weight:800;
}
.scb1-t6 strong{
color:#ffce00;
font-weight:800;
}
.scb1-t7{
font-size:24px;
margin-top:20px;
}
.text-box1{
background:#d04226;
width:600px;
margin:40px auto 10px;
padding:30px 0;
color:#fff;
position:relative;
}

.text-box1:after {
content: '';
display:block;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid transparent;
border-top: 20px solid #d04226;
position:absolute;
left:50%;
margin-left:-20px;
bottom:-40px;
}


.scb1-img1{
width:100%;
display:block;
margin:0 auto;
}
.scb1-img2{
width:700px;
}

.ma70{
margin-top:70px;
}

.sc-ul4{
display:flex;
}
.sc-ul4 li{
width:33.33%;
box-sizing:border-box;
border-left:1px rgba(207, 199, 191, 0.9) dashed;
text-align:center;

}
.sc-ul4 li:first-child{
border-left-width:0;
}
.scul4-txt dt{
font-weight:800;
color:#65443d;
font-size:1.25em;
margin-bottom:20px;
}
.scul4-txt dd{
color:#666;
}
.scul4-txt dd strong{
font-weight:700;
color:#d04226;
}
.scul4-img{
width:90%;
max-width:220px;
margin:0 auto;
padding-top:30px;
}
.scul4-img img{
width:100%;
}

.flex-box{
display:flex;
gap:120px;

}
.fb-left{
width:50%;
flex-shrink: 0;
}
.sc-ul5{
display:flex;
flex-direction: column;
gap:10px;
}
.sc-ul5 li{
box-sizing:border-box;
padding:20px 30px;
display:flex;
align-items: center;
gap:10px;
background:#fff;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
font-size:20px;
}
.sc-ul5 li span{
background:#65443d;
width:45px;
height:45px;
font-weight:700;
color:#fff;
display:flex;
justify-content: center;
align-items: center;
margin:0 auto;
flex-shrink: 0;
}
.sc-ul5 li p{
flex-grow: 1;
font-size:1.125em;
font-weight:600;
}

.fb-right{
flex-grow: 1;
background: linear-gradient(#dd8441, #c63d1f);
color:#fff;
text-align:center;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size:32px;
position:relative;
padding:50px 0;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
}
.fbr-t1{
font-weight:700;

}
.fbr-t2{
margin-top:30px;
padding-top:30px;
border-top:1px rgba(255,255,255,0.2) dashed;
font-size:0.85em;
font-weight:200;
}
.fbr-t2 strong{
font-weight:700;
color:#ffdd23;
}
.fbr-t3{
font-weight:700;
font-size:42px;
}
.fbr-arrow{
position:absolute;
width:80px;
height:80px;
background:#d74528;
color:#fff;
left:-100px;
top:50%;
margin-top:-40px;
border-radius:999px;
display:flex;
justify-content: center;
align-items: center;
}

.sc-box3{
text-align:center;
max-width:1000px;
margin:0 auto;
}
.scb3-left{
flex-shrink: 0;
}
.scb3-right{
flex-grow: 1;
}

.sc-ul6{
display:flex;
gap:4%;
}
.sc-ul6 li{
width:48%;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
}
.scul6-img img{
width:100%;
}
.scul6-txt{
text-align:center;
padding:20px 0;
border-bottom:1px #e0e0e0 solid;
font-size:22px;
color:#322523;
background:#fff;
min-height:140px;
display:flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.scul6-txt strong{
font-weight:600;
font-size:1.15em;
}
.scul6-txt span{
font-size:0.55em;
opacity:0.8;
display:block;
margin-top:10px;
font-weight:300;
}

.sc-ul7{
display:flex;
gap:1%;
align-items: center;
}
.sc-ul7 li{
border:1px #d1a59d dashed;
padding:20px 0;
width:20%;
flex-shrink: 0;
text-align:center;
align-items: center;
font-size:20px;
color:#904d40;
}
.sc-ul7 li.scul7-last{
flex-grow: 1;
border:0;
background: linear-gradient(#dd5b42, #c63d1f);
margin-left:80px;
color:#fff;
font-size:24px;
position:relative;
display:flex;
align-items: center;
justify-content: center;
gap:20px;
line-height:1.2em;
}
.sc-ul7 li.scul7-last:after{
position:absolute;
content:"";
width:40px;
left:-65px;
top:0;
background-image:url(img/arrow.png);
background-size:contain;
background-repeat:no-repeat;
background-position:50%;
height:100%;
display:block;
}
.sc-ul7 li.scul7-last span{
font-weight:700;
font-size:1.25em;
color:#ffdd23;
}

.scul7-1{
margin-top:30px;
}
.scul7-1 li{
border-color:#c1b6a6;
color:#907040;
}
.scul7-1 li.scul7-last{
background: linear-gradient(#ab753a, #875e1c);
}
.scul7-1 li.scul7-last:after{
background-image:url(img/arrow2.png);
}

.sc-ul8{
display:flex;
gap:2%;
}
.sc-ul8 li{
width:23.5%;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
background:#fff;
}
.scul8-1 li{
width:32%;
}
.sc-ul8 img{
width:100%;
}
.scul8-txt{
text-align:center;
padding:30px;
box-sizing:border-box;
}
.scul8-txt span{
background:#d74528;
color:#fff;
font-weight:600;
font-size:0.85em;
padding:5px 10px;
}
.scul8-t1{
font-weight:700;
font-size:1.35em;
color:#bf513b;
padding:15px 0;
border-bottom:1px #e6dad8 solid;
margin-bottom:20px;
}
.scul8-t2{}

.sc-ul9{
display:flex;
margin-bottom:20px;
}
.sc-ul9 li{
background:rgba(214, 196, 184, 0.6);
padding:15px 0px;
width:28%;
border-radius:999px;
text-align:center;
}
.sc-ul9 li:nth-child(2){
margin-left:-15px;
}
.sc-ul9 li:nth-child(3){
flex-grow: 1;
margin-left:50px;
background:#bf513b;
color:#fff;
position:relative;
}
.sc-ul9 li:nth-child(3):after{
position:absolute;
content:"";
width:50px;
left:-50px;
top:0;
background-image:url(img/arrow3.png);
background-size:20px 38px;
background-repeat:no-repeat;
background-position:50%;
height:100%;
display:block;
}

.sub-content3{
display:flex;
}
.sub-content3 > div{
width:50%;
box-sizing:border-box;
padding:70px;
}
.sc3-tit{
text-align:center;
}
.sc3-tit p{
letter-spacing: 0.05em;
font-weight:800;
font-size:35px;
margin-bottom:20px;
}
.sc3-tit span{
font-size:20px;
opacity:0.7;
}
.sc3-left{
background:rgba(227, 219, 210, 0.9);
}
.sc3-right{
background:#d74528;
}
.sc3-right .sc3-tit{
color:#fff;
}
.sc3-img1{
width:100%;
}
.sc3-cont{
padding-top:50px;
margin-top:50px;
border-top:1px rgba(255,255,255,0.3) dashed;
}
.sc3-dl1{
margin-bottom:40px;
}
.sc3-dl1 dt{
text-align:center;
color:#fff;
font-size:24px;
font-weight:300;
color:#fbff21;
margin-bottom:30px;
display:flex;
justify-content: center;
align-items: center;
gap:10px;
}

.sc3-dl1 dt p{
font-weight:700;
font-size:1.35em;
}
.sc3-dl1 dd ul{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.sc3-dl1 dd ul li{
text-align:center;
background:#fff;
flex:1 1 40%;
display:flex;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
}
.sc3-dl1 dd ul li span{
display:block;
background:#3e2c29;
color:#fff;
font-weight:800;
padding:15px 0;
flex-shrink: 0;
width:65px;
position:relative;
}
.sc3-dl1 dd ul li span:after{
content: '';
display: block;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #3e2c29;
position: absolute;
right:-20px ;
top:50%;
margin-top:-10px;
}
.sc3-dl1 dd ul li p{
padding:15px 0;
text-align:center;
flex-grow: 1;
font-size:20px;
}
.sc3-dl1 dd ul li p strong{
font-size:1.125em;
font-weight:700;
color:#d74528;
}
.sc-ul10{
gap:10px;
display:flex;
flex-direction: column;
margin-top:50px;
}
.sc-ul10 li{
background:#fff;
box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, 0.05);
display:flex;
align-items: center;
box-sizing:border-box;
padding:30px 50px;
}
.sc-ul10 li p{
flex-grow: 1;
line-height:2.2em;
font-size:20px;
color:#654943;
}
.sc-ul10 li p strong{
font-weight:600;
color:#48322d;
}
.sc-ul10 li div{
flex-shrink: 0;
width:70px;
}
.sc-ul10 li div img{
width:100%;
}

.sc-table1{
width:100%;
table-layout: fixed;
}
.sc-table1 thead th{
background:#654943;
color:#fff;
font-weight:600;
padding:15px 0;
border-left:1px rgba(255,255,255,0.2) solid;
}
.sc-table1 tbody td{
border:1px #ddd3d1 solid;
border-width:0px 1px 1px 0;
text-align:center;
padding:15px 0;
}
.sc-table1 tbody th{
border:1px #ddd3d1 solid;
font-weight:600;
background:#f7f2f1;
}
.text-box2{
margin-top:30px;
opacity:0.8;
font-size:0.95em;
}

.wrap-year{
margin-bottom:60px;
display:flex;
gap:5%;
}
.year{
flex-shrink: 0;
width: 300px;
font-size: 40px;
color: #da4d32;
padding-top: 30px;
border-top: 2px solid #da4d32;
font-weight:800;
}
.issue{
display:flex;
flex-direction: column;
gap:25px;
padding-top: 30px;
padding-left:10px;
border-top: 1px solid #c5b9b7;
flex-grow: 1;
}
.issue li{
display:flex;
gap:15px;
align-items: baseline;
}
.issue li em{
font-weight:800;

}
.issue li > div{
display:flex;
flex-direction: column;
gap:15px;
}
.issue li p{
position: relative;
color: #666;
line-height: 21px;
padding-left:10px;
}
.issue li p:before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 3px;
height: 3px;
background: #999;
}


.location .root_daum_roughmap .wrap_map {
height: 550px !important;
}
.location ul{
margin-top:30px;
}
.location ul:after{
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}
.location li{
font-size:1.125em;
margin-top:20px;
display:flex;
}

.location li span{
display:inline-block;
padding-right:10px;
font-weight:700;
color:#da4d32;
width:60px;
flex-shrink: 0;
}

.location  li p{
display:flex;
gap:20px;
flex-grow: 1;
}

.location  li p em{
display:flex;
gap:5px;
}
.location  li p em strong{
font-weight:600;
}
