@charset "utf-8";
@import url('font.css');

.over_zum { background:#fff; overflow: hidden; }
.over_zum  img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.over_zum:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);
	opacity:0.7;
}



@media (min-width:1500px) {
	
.pc_view { display:block; }
.mob_view { display:none; }	

#value { background:url(../images/main_value_bg.jpg) center top no-repeat, url(../images/main_value_bg2.png) left bottom no-repeat; background-size:; padding:100px 0; }
#value .wrapper { position:relative; display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:90%; max-width:1500px; }
#value .wrapper article { position:sticky; align-self:start; top:100px; margin:60px 0 0; width:40%; }
#value .wrapper article h1 { display:block; margin:20px 0; font-size:2.2em; color:#222; line-height:1.3em; letter-spacing:-1.0px; }
#value .wrapper article h1 strong {  }
#value .wrapper article h2 { font-size:1.0em; color:#189fb0; }
#value .wrapper article ul { display:flex; margin:70px 0 0; }
#value .wrapper article ul li a { display:inline-block; background:#fff; border:1px solid #dbdbdb; border-radius:30px; margin:0 6px 0 0; padding:10px 18px; font-size:0.95em; font-weight:600; color:#333; text-align:center; transition:.3s }
#value .wrapper article ul li a:hover { border:1px solid #1791ca; color:#1791ca; }
#value .wrapper .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; width:48%; }
#value .wrapper .content_wrap .left, #value .wrapper .content_wrap .right { width:48%; }
#value .wrapper .content_wrap .left { margin:80px 0 0; }
#value .wrapper .content_wrap .left .content:nth-child(odd),
#value .wrapper .content_wrap .right .content:nth-child(even) { background:#189fb0; }
#value .wrapper .content_wrap .left .content:nth-child(odd),
#value .wrapper .content_wrap .right .content:nth-child(even) { background:#1791ca; }
#value .wrapper .content_wrap .content { background:#189fb0; border-radius:20px; padding:15% 12%; margin:0 0 8%; text-align:center; }
#value .wrapper .content_wrap .content .pic {  }
#value .wrapper .content_wrap .content span { display:block; margin:20px 0; font-size:1.1em; color:#fff; }
#value .wrapper .content_wrap .content h1 { display:block; margin:20px 0 25px; font-size:2.5em; color:#ffe051; }
#value .wrapper .content_wrap .content h2 { font-size:1.6em; font-weight:500; color:#fff; }
#value .wrapper .content_wrap .content p { color:#fff; line-height:1.4em; }

#license { background:url(../images/main_license_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:100px 0; }
#license article { margin:0 auto; width:90%; max-width:1500px; }
#license article h1 { display:block; margin:10px 0 0; font-size:2.2em; color:#fff; line-height:1.3em; }
#license article h2 { font-size:1.0em; color:#31e8ff; line-height:1.3em; }
#license .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:40px auto 0; width:90%; max-width:1500px; }
#license .content_wrap .content { display:flex; justify-content:space-between; flex-wrap:wrap; border-radius:20px; border:3px solid #fff; width:48.5%; padding:70px 0; overflow:hidden; }
#license .content_wrap .content:nth-child(1) { background:url(../images/main_license_01_bg.jpg) left bottom no-repeat #fff; background-size:50%; }
#license .content_wrap .content:nth-child(2) { background:url(../images/main_license_02_bg.jpg) left bottom no-repeat #fff; background-size:50%; }
#license .content_wrap .content .pic { display:none; } 
#license .content_wrap .content .pic img { border-radius:20px; width:100%; } 
#license .content_wrap .content .desc { margin:0 5% 0 55%; }
#license .content_wrap .content .desc h1 { font-size:2.2em; color:#37a208; }
#license .content_wrap .content .desc h2 { display:block; margin:30px 0 20px; font-size:1.8em; color:#111; }
#license .content_wrap .content:nth-child(2) .desc h1 { color:#ff8400; }
#license .content_wrap .content .desc p { }
#license .content_wrap .content .desc span { display:block; margin:25px 0 0; font-weight:600; }

#shuttle { background:url(../images/main_shuttle_bg.png) top center no-repeat; padding:120px 0; }
#shuttle .wrapper { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:90%; max-width:1500px; }
#shuttle article { margin:auto 0; width:50%; }
#shuttle article h1 { display:block; margin:10px 0 20px; font-size:2.2em; color:#111; line-height:1.3em; }
#shuttle article h2 { font-size:1.0em; color:#189fb0; line-height:1.3em; }
#shuttle article strong { display:block; margin:50px 0 0;}
#shuttle article .tel { display:flex; margin:10px 0 0;}
#shuttle article .tel ul { display:flex; margin:auto 0; }
#shuttle article .tel ul li { font-size:1.5em; font-weight:800; color:#111;  }
#shuttle article .tel ul li:nth-child(2).link:before,
#shuttle article .tel ul li:nth-child(3).link:before { display: inline-block; content: ''; top:0; margin:0 15px; width: 1px; height: 15px; background-color: rgba(0,0,0,1.0);}
#shuttle article .tel ul li .link{display: block; font-size:13px; line-height:32px; font-weight: 400; letter-spacing:0; color: rgba(0,0,0,1.0);}
#shuttle article .tel ul li span { color: #ffd200; }
#shuttle article .tel img { display:inline-block; margin:0 10px 0 0; vertical-align: middle; }
#shuttle .pic { display:flex; width:45%; }
#shuttle .pic img { margin-left:auto; }
#shuttle span { display:block; margin:50px 0 0; width:100%; }
#shuttle span a { display:block; background:#111; border-radius:8px; padding:20px; font-size:1.1em; font-weight:600; color:#fff; text-align:center; transition:.3s; }
#shuttle span a:hover { background:#31e8ff; color:#111;}

#doro { background:url(../images/main_doro_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:100px 0; }
#doro article { margin:0 auto; width:90%; max-width:1500px; text-align:center; }
#doro article h1 { display:block; margin:10px 0 0; font-size:2.2em; color:#fff; line-height:1.3em; }
#doro article h2 { font-size:1.0em; color:#31e8ff; line-height:1.3em; }
#doro ul { display:flex; justify-content:center; flex-wrap:wrap; margin:50px 0 0; }
#doro ul li { background:#fff; border-radius:30px; padding:15px 30px; font-size:1.2em; font-weight:600; color:#008596; text-align:center; margin:0 5px; }

#course { display:flex; justify-content:space-between; flex-wrap:wrap; margin:100px auto; width:90%; max-width:1500px; }
#player { width:50%;}
#player_screen { position:relative; width:100%; height:; }
#player_screen iframe { position:relative; width:100%; height:; }
#player_screen .top_img { width:100%; height:; position:absolute; top:0px; left:0px; cursoor:pointer; background:#e5e5e5;}
#player_screen .top_img img { width:100%;}
#player_screen .top_img + iframe { display:none }
#player_text { background:#111; padding:20px; text-align:center; }
#player_text dt, #player_text dd { margin:0; padding:0;}
#player_text dt a { font-size:1.2em; font-weight:600; color:#fff; }
#course #content_wrap { display:flex; flex-direction:column; width:45%; margin:0 5% 0 0; }
#course #content_wrap article { margin:20px 0 0; }
#course #content_wrap article h1 { display:block; margin:10px 0 20px; font-size:2.2em; color:#111; line-height:1.3em; }
#course #content_wrap article h2 { font-size:1.0em; color:#189fb0; line-height:1.3em; }
#course #content_wrap article ul { display:flex; margin:30px 0 0; }
#course #content_wrap article ul li { background:#189fb0; border-radius:30px; padding:8px 15px; font-size:1.0em; font-weight:600; color:#fff; text-align:center; margin:0 7px 0 0; }
#course #content_wrap #list { display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:auto; }
dl.movs { width:24%; }
dl.movs a { display:block; padding:; }
dl.movs + dl.movs { margin-left:;}
dl.movs dt, dl.movs dd { }
dl.movs dd.desc, dl.movs dd.url { display:none; }
dl dd.thumb img { border:1px solid #dedede; width:100%; }
dl dt { background:#111; padding:10px; color:#fff; line-height:1.5em; text-align:center; }



/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:75%; font-size:1.0em; font-weight:400; color:#333; line-height:1.7em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:13px; color:#909090; line-height:1.7em; letter-spacing:0.5px;}
}


@media (min-width:768px) and (max-width:1499px){

.pc_view { display:block; }
.mob_view { display:none; }	

#value { background:url(../images/main_value_bg.jpg) center top no-repeat, url(../images/main_value_bg2.png) left bottom no-repeat; background-size:; padding:100px 0; }
#value .wrapper { position:relative; display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:90%; }
#value .wrapper article { position:sticky; align-self:start; top:100px; margin:60px 0 0; width:35%; }
#value .wrapper article h1 { display:block; margin:15px 0; font-size:2.0em; color:#222; line-height:1.3em; letter-spacing:-1.0px; }
#value .wrapper article h1 strong {  }
#value .wrapper article h2 { font-size:1.0em; color:#189fb0; }
#value .wrapper article ul { display:flex; margin:70px 0 0; }
#value .wrapper article ul li a { display:inline-block; background:#fff; border:1px solid #dbdbdb; border-radius:30px; margin:0 6px 0 0; padding:10px 18px; font-size:0.95em; font-weight:600; color:#333; text-align:center; transition:.3s }
#value .wrapper article ul li a:hover { border:1px solid #1791ca; color:#1791ca; }
#value .wrapper .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; width:55%; }
#value .wrapper .content_wrap .left, #value .wrapper .content_wrap .right { width:48%; }
#value .wrapper .content_wrap .left { margin:80px 0 0; }
#value .wrapper .content_wrap .left .content:nth-child(odd),
#value .wrapper .content_wrap .right .content:nth-child(even) { background:#189fb0; }
#value .wrapper .content_wrap .left .content:nth-child(odd),
#value .wrapper .content_wrap .right .content:nth-child(even) { background:#1791ca; }
#value .wrapper .content_wrap .content { background:#189fb0; border-radius:20px; padding:15% 12%; margin:0 0 8%; text-align:center; }
#value .wrapper .content_wrap .content .pic {  }
#value .wrapper .content_wrap .content span { display:block; margin:20px 0; font-size:1.1em; color:#fff; }
#value .wrapper .content_wrap .content h1 { display:block; margin:20px 0 25px; font-size:2.5em; color:#ffe051; }
#value .wrapper .content_wrap .content h2 { font-size:1.6em; font-weight:500; color:#fff; }
#value .wrapper .content_wrap .content p { color:#fff; line-height:1.4em; }

#license { background:url(../images/main_license_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:90px 0; }
#license article { margin:0 auto; width:90%; }
#license article h1 { display:block; margin:10px 0 0; font-size:2.0em; color:#fff; line-height:1.3em; }
#license article h2 { font-size:1.0em; color:#31e8ff; line-height:1.3em; }
#license .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:40px auto 0; width:90%; }
#license .content_wrap .content { display:flex; justify-content:space-between; flex-wrap:wrap; border-radius:20px; border:3px solid #fff; width:48.5%; padding:70px 0; overflow:hidden; }
#license .content_wrap .content:nth-child(1) { background:url(../images/main_license_01_bg.jpg) left bottom no-repeat #fff; background-size:50%; }
#license .content_wrap .content:nth-child(2) { background:url(../images/main_license_02_bg.jpg) left bottom no-repeat #fff; background-size:50%; }
#license .content_wrap .content .pic { display:none; } 
#license .content_wrap .content .pic img { border-radius:20px; width:100%; } 
#license .content_wrap .content .desc { margin:0 5% 0 55%; }
#license .content_wrap .content .desc h1 { font-size:1.8em; color:#37a208; }
#license .content_wrap .content .desc h2 { display:block; margin:20px 0 15px; font-size:1.4em; color:#111; }
#license .content_wrap .content:nth-child(2) .desc h1 { color:#ff8400; }
#license .content_wrap .content .desc p { }
#license .content_wrap .content .desc span { display:block; margin:20px 0 0; font-weight:600; }

#shuttle { background:url(../images/main_shuttle_bg.png) top center no-repeat; background-size:100%; padding:100px 0; }
#shuttle .wrapper { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:90%; }
#shuttle article { margin:auto 0; width:50%; }
#shuttle article h1 { display:block; margin:10px 0 20px; font-size:2.0em; color:#111; line-height:1.3em; }
#shuttle article h2 { font-size:1.0em; color:#189fb0; line-height:1.3em; }
#shuttle article strong { display:block; margin:50px 0 0;}
#shuttle article .tel { display:flex; margin:10px 0 0;}
#shuttle article .tel ul { display:flex; margin:auto 0; }
#shuttle article .tel ul li { font-size:1.5em; font-weight:800; color:#111;  }
#shuttle article .tel ul li:nth-child(2).link:before,
#shuttle article .tel ul li:nth-child(3).link:before { display: inline-block; content: ''; top:0; margin:0 15px; width: 1px; height: 15px; background-color: rgba(0,0,0,1.0);}
#shuttle article .tel ul li .link{display: block; font-size:13px; line-height:32px; font-weight: 400; letter-spacing:0; color: rgba(0,0,0,1.0);}
#shuttle article .tel ul li span { color: #ffd200; }
#shuttle article .tel img { display:inline-block; margin:0 10px 0 0; vertical-align: middle; }
#shuttle .pic { margin:auto 0; width:45%; }
#shuttle .pic img { width:100%; }
#shuttle span { display:block; margin:50px 0 0; width:100%; }
#shuttle span a { display:block; background:#111; border-radius:8px; padding:20px; font-size:1.1em; font-weight:600; color:#fff; text-align:center; transition:.3s; }
#shuttle span a:hover { background:#31e8ff; color:#111;}

#doro { background:url(../images/main_doro_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:100px 0; }
#doro article { margin:0 auto; width:90%; text-align:center; }
#doro article h1 { display:block; margin:10px 0 0; font-size:2.0em; color:#fff; line-height:1.3em; }
#doro article h2 { font-size:1.0em; color:#31e8ff; line-height:1.3em; }
#doro ul { display:flex; justify-content:center; flex-wrap:wrap; margin:40px 0 0; }
#doro ul li { background:#fff; border-radius:30px; padding:12px 30px; font-size:1.1em; font-weight:600; color:#008596; text-align:center; margin:0 5px; }

#course { display:flex; justify-content:space-between; flex-wrap:wrap; margin:90px auto; width:90%; }
#player { width:50%;}
#player_screen { position:relative; width:100%; height:; }
#player_screen iframe { position:relative; width:100%; height:; }
#player_screen .top_img { width:100%; height:; position:absolute; top:0px; left:0px; cursoor:pointer; background:#e5e5e5;}
#player_screen .top_img img { width:100%;}
#player_screen .top_img + iframe { display:none }
#player_text { background:#111; padding:20px; text-align:center; }
#player_text dt, #player_text dd { margin:0; padding:0;}
#player_text dt a { font-size:1.2em; font-weight:600; color:#fff; }
#course #content_wrap { display:flex; flex-direction:column; width:45%; margin:0 5% 0 0; }
#course #content_wrap article { margin:20px 0 0; }
#course #content_wrap article h1 { display:block; margin:10px 0 20px; font-size:2.0em; color:#111; line-height:1.3em; }
#course #content_wrap article h2 { font-size:1.0em; color:#189fb0; line-height:1.3em; }
#course #content_wrap article ul { display:flex; margin:30px 0 0; }
#course #content_wrap article ul li { background:#189fb0; border-radius:30px; padding:8px 15px; font-size:1.0em; font-weight:600; color:#fff; text-align:center; margin:0 7px 0 0; }
#course #content_wrap #list { display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:auto; }
dl.movs { width:24%; }
dl.movs a { display:block; padding:; }
dl.movs + dl.movs { margin-left:;}
dl.movs dt, dl.movs dd { }
dl.movs dd.desc, dl.movs dd.url { display:none; }
dl dd.thumb img { border:1px solid #dedede; width:100%; }
dl dt { background:#111; padding:10px; color:#fff; line-height:1.5em; text-align:center; }




#board { display:flex; justify-content:space-between; flex-wrap:wrap; margin:100px auto; width:90%; height:100%; }
#board .content { width:31%; }
#board .content .tit { border-bottom:1px solid #555; padding:0 0 20px; margin:0 0 20px; font-size:1.6em; font-weight:600; color:#222; letter-spacing:-1.0px; }
#board .content .tit span a { float:right; margin:5px 0 0; font-size:2.0em; font-weight:100; color:#67c810; }

/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:70%; font-size:0.95em; font-weight:400; color:#333; line-height:1.7em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:13px; color:#909090; line-height:1.7em; letter-spacing:0.5px;}
}




@media (max-width:767px){

.pc_view { display:none; }
.mob_view { display:block; }	

#value { background:url(../images/main_value_bg_mob.jpg) center bottom no-repeat; background-size:cover; padding:80px 0; }
#value .wrapper { position:relative; display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:85%; }
#value .wrapper article { width:100%; }
#value .wrapper article h1 { display:block; margin:10px 0; font-size:1.5em; color:#222; line-height:1.3em; letter-spacing:-1.0px; }
#value .wrapper article h1 strong {  }
#value .wrapper article h2 { font-size:0.9em; color:#189fb0; }
#value .wrapper article ul { display:flex; justify-content:space-between; flex-wrap:wrap; margin:20px 0 0; }
#value .wrapper article ul li a { display:inline-block; background:#fff; border:1px solid #dbdbdb; border-radius:30px; padding:8px 5px; font-size:0.9em; color:#333; text-align:center; transition:.3s }
#value .wrapper article ul li a:hover { border:1px solid #1791ca; color:#1791ca; }
#value .wrapper .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; width:100%; margin:40px 0 0; }
#value .wrapper .content_wrap .left, #value .wrapper .content_wrap .right { width:48%; }
#value .wrapper .content_wrap .left { margin:40px 0 0; }
#value .wrapper .content_wrap .left .content:nth-child(odd),
#value .wrapper .content_wrap .right .content:nth-child(even) { background:#189fb0; }
#value .wrapper .content_wrap .left .content:nth-child(odd),
#value .wrapper .content_wrap .right .content:nth-child(even) { background:#1791ca; }
#value .wrapper .content_wrap .content { background:#189fb0; border-radius:15px; padding:20% 10%; margin:0 0 8%; text-align:center; }
#value .wrapper .content_wrap .content .pic img { height:50px; }
#value .wrapper .content_wrap .content span { display:block; margin:10px 0; font-size:1.1em; color:#fff; }
#value .wrapper .content_wrap .content h1 { display:block; margin:5px 0 10px; font-size:1.4em; color:#ffe051; }
#value .wrapper .content_wrap .content h2 { font-size:1.1em; color:#fff; }
#value .wrapper .content_wrap .content p { color:#fff; line-height:1.4em; }

#license { background:url(../images/main_license_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:70px 0; }
#license article { margin:0 auto; width:85%; }
#license article h1 { display:block; margin:10px 0 0; font-size:1.5em; color:#fff; line-height:1.3em; }
#license article h2 { font-size:0.9em; color:#189fb0; line-height:1.3em; }
#license .content_wrap { margin:30px auto 0; width:85%; }
#license .content_wrap .content { background:#fff; border-radius:20px; border:3px solid #fff; margin:15px 0; width:100%; overflow:hidden; }
#license .content_wrap .content .pic { display:block; } 
#license .content_wrap .content .pic img { width:100%; } 
#license .content_wrap .content .desc { padding:12% 10%; }
#license .content_wrap .content .desc h1 { font-size:1.8em; color:#37a208; }
#license .content_wrap .content .desc h2 { display:block; margin:12px 0 10px; font-size:1.4em; color:#111; }
#license .content_wrap .content:nth-child(2) .desc h1 { color:#ff8400; }
#license .content_wrap .content .desc p { }
#license .content_wrap .content .desc span { display:block; margin:10px 0 0; font-size:0.9em; font-weight:600; }

#shuttle { background:url(../images/main_shuttle_bg.png) top center no-repeat; background-size:cover; padding:70px 0; }
#shuttle .wrapper { width:85%; margin:0 auto; }
#shuttle article { }
#shuttle article h1 { display:block; margin:10px 0; font-size:1.5em; color:#111; line-height:1.3em; }
#shuttle article h2 { font-size:0.9em; color:#189fb0; line-height:1.3em; }
#shuttle article strong { display:block; margin:20px 0 0;}
#shuttle article .tel { display:flex; margin:10px 0 0;}
#shuttle article .tel ul { display:flex; margin:auto 0; }
#shuttle article .tel ul li { font-size:1.2em; font-weight:800; color:#111;  }
#shuttle article .tel ul li:nth-child(2).link:before,
#shuttle article .tel ul li:nth-child(3).link:before { display: inline-block; content: ''; top:0; margin:0 10px; width: 1px; height: 10px; background-color: rgba(0,0,0,1.0);}
#shuttle article .tel ul li .link{display: block; font-size:13px; line-height:32px; font-weight: 400; letter-spacing:0; color: rgba(0,0,0,1.0);}
#shuttle article .tel ul li span { color: #ffd200; }
#shuttle article .tel img { display:inline-block; margin:0 10px 0 0; vertical-align: middle; height:25px; }
#shuttle .pic { margin:40px 0 0;}
#shuttle .pic img { width:100%; }
#shuttle span { display:block; margin:40px 0 0; width:100%; }
#shuttle span a { display:block; background:#111; border-radius:8px; padding:15px; font-size:1.0em; font-weight:600; color:#fff; text-align:center; transition:.3s; }
#shuttle span a:hover { background:#31e8ff; color:#111;}

#doro { background:url(../images/main_doro_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:70px 0; }
#doro article { margin:0 auto; width:85%; text-align:center; }
#doro article h1 { display:block; margin:10px 0 0; font-size:1.5em; color:#fff; line-height:1.3em; }
#doro article h2 { font-size:0.9em; color:#31e8ff; line-height:1.3em; }
#doro ul { display:flex; justify-content:center; flex-wrap:wrap; margin:20px 0 0; }
#doro ul li { background:#fff; border-radius:30px; padding:10px 20px; font-size:1.1em; font-weight:600; color:#008596; text-align:center; margin:5px; }

#course { display:flex; justify-content:space-between; flex-wrap:wrap; margin:50px auto; width:85%; }
#player { width:100%; margin:20px 0 0; }
#player_screen { position:relative; width:100%; height:; }
#player_screen iframe { position:relative; width:100%; height:; }
#player_screen .top_img { width:100%; height:; position:absolute; top:0px; left:0px; cursoor:pointer; background:#e5e5e5;}
#player_screen .top_img img { width:100%;}
#player_screen .top_img + iframe { display:none }
#player_text { background:#111; padding:20px; text-align:center; }
#player_text dt, #player_text dd { margin:0; padding:0;}
#player_text dt a { font-size:1.2em; font-weight:600; color:#fff; }
#course #content_wrap { display:flex; flex-direction:column; width:100%; margin:; }
#course #content_wrap article { margin:20px 0 0; }
#course #content_wrap article h1 { display:block; margin:10px 0; font-size:1.5em; color:#111; line-height:1.3em; }
#course #content_wrap article h2 { font-size:0.9em; color:#189fb0; line-height:1.3em; }
#course #content_wrap article ul { display:flex; margin:15px 0 0; }
#course #content_wrap article ul li { background:#189fb0; border-radius:30px; padding:5px 8px; font-size:0.9em; font-weight:600; color:#fff; text-align:center; margin:0 7px 0 0; }
#course #content_wrap #list { display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:20px; }
dl.movs { width:24%; }
dl.movs a { display:block; padding:; }
dl.movs + dl.movs { margin-left:;}
dl.movs dt, dl.movs dd { }
dl.movs dd.desc, dl.movs dd.url { display:none; }
dl dd.thumb img { border:1px solid #dedede; width:100%; }
dl dt { background:#111; padding:10px; color:#fff; line-height:1.5em; text-align:center; }




#board { display:flex; justify-content:space-between; flex-wrap:wrap; margin:50px auto; width:90%; height:100%; }
#board .content { width:100%; margin:20px 0; }
#board .content .tit { border-bottom:1px solid #555; padding:0 0 10px; margin:0 0 10px; font-size:1.2em; font-weight:600; color:#222; letter-spacing:-1.0px; }
#board .content .tit span a { float:right; margin:5px 0 0; font-size:1.5em; font-weight:100; color:#67c810; }

/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:190px; font-size:1.0em; font-weight:400; color:#222; line-height:1.7em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:13px; color:#909090; line-height:1.7em; letter-spacing:0;}
}








/*갤러리게시판*/
.latestGallery li { float:left; width:200px; margin:0 10px 20px 10px;}
.latestGallery li:last-child { margin-right:0px;}
.latestGallery li .img img { width:198px; border:1px #e3e3e3 solid; }
.latestGallery li .caption { width:200px; height:30px; margin-top:10px; font-size:16px; font-weight:400; text-align:center; overflow:hidden; z-index:9; }


