@charset "UTF-8";

/* Noto Sans KR (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 black'; 
  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'); 
 }


/* CSS Document */

* {margin: 0;padding: 0;}
a > * {line-height: 0;}
img {border: medium none;}
body {font-family: 'Noto Sans KR',돋움,Dotum,Arial,Helvetica,sans-serif;font-size: 13px;font-size:11px;}
a {color:#1E1E1E;text-decoration: none;}
a:hover,
a:focus,
a:active{color:#D8476C;text-decoration:none;}

/* 드래그 컬러 변경 */
:-moz-selection {background-color: #ffc200; color: #fff} 
::selection {background-color: #ffc200; color: #fff}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: inherit;margin:0;}
li{list-style:none;}

.blind{position:absolute;top:0;left:-9999em;}
.clearfix {clear:both;}
.bold {font-weight:bold;}

.display_none{display: none;}


.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd100{padding: 100px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}

.mg10{margin: 10px;}
.mg15{margin: 15px;}
.mg20{margin: 20px;}
.mg30{margin: 30px;}
.mg40{margin: 40px;}
.mg50{margin: 50px;}
.mg100{margin: 100px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.per5{width:5%;}
.per10{width:10%;}
.per15{width:15%;}
.per20{width:20%;}
.per25{width:25%;}
.per30{width:30%;}
.per35{width:35%;}
.per40{width:40%;}
.per45{width:45%;}
.per50{width:50%}
.per55{width:55%;}
.per60{width:60%}
.per65{width:65%;}
.per70{width:70%}
.per75{width:75%;}
.per80{width:80%}
.per85{width:85%;}
.per90{width:90%}
.per95{width:95%;}
.per100{width:100%;}

.px10{width:10px;}
.px20{width:20px;}
.px30{width:30px;}
.px40{width:40px;}
.px50{width:50px;}
.px60{width:60px;}
.px70{width:70px;}
.px80{width:80px;}
.px90 {width:90px;}
.px100{width:100px;}
.px150{width:150px;}
.px200{width:200px;}
.px250{width:250px;}
.px300{width:300px;}
.px350{width:350px;}
.px400{width:400px;}
.px450{width:450px;}
.px500{width:500px;}
.px550{width:550px;}
.px600{width:600px;}
.px650{width:650px;}
.px700{width:700px;}


.btn-default{border-color: #efefef;text-shadow: none;background: #F5BC1E;color: #fff;font-size: 1.4em;}
.btn-default:focus, .btn-default:hover{color: #fff;background-color: #4b4b4b;border-color: #efefef;}
.btn_post{padding:5px 30px;}
.modity_wr .row .col-xs-12 > .btn-group > .btn-default.btn_left_arrow{
  border-bottom-left-radius: 20px;
  padding: 5px 49px;
}
.btn_right_arrow{
  border-bottom-right-radius: 20px;
  padding: 5px 49px;
}

.btn-primary {
  background-image: none;
  background-color: #F5BC1E;
  border: 1px solid #A1A1A1;
  font-size: 15px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}
.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}
.btn-danger.btn-one-delete{    
  background: #000;
  border-top-left-radius: 10px;
  border: none;
  padding: 2px 7px;
  font-size: 16px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger
,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}
.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active,
.btn-turquoise.active,
.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}
.btn-turquoise.disabled,
.btn-turquoise[disabled],
fieldset[disabled] .btn-turquoise,
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
fieldset[disabled] .btn-turquoise:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
fieldset[disabled] .btn-turquoise:focus,
.btn-turquoise.disabled:active,
.btn-turquoise[disabled]:active,
fieldset[disabled] .btn-turquoise:active,
.btn-turquoise.disabled.active,
.btn-turquoise[disabled].active,
fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}
.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}
.btn-royalblue:hover,
.btn-royalblue:focus,
.btn-royalblue:active,
.btn-royalblue.active,
.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}
.btn-royalblue.disabled,
.btn-royalblue[disabled],
fieldset[disabled] .btn-royalblue,
.btn-royalblue.disabled:hover,
.btn-royalblue[disabled]:hover,
fieldset[disabled] .btn-royalblue:hover,
.btn-royalblue.disabled:focus,
.btn-royalblue[disabled]:focus,
fieldset[disabled] .btn-royalblue:focus,
.btn-royalblue.disabled:active,
.btn-royalblue[disabled]:active,
fieldset[disabled] .btn-royalblue:active,
.btn-royalblue.disabled.active,
.btn-royalblue[disabled].active,
fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}
.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}
.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}
.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #000;
  background-color: #ffc200;
  border-color: #000;
  background-image: none;
  text-shadow:none;
  box-shadow:none;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}
.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}


.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active,
.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}
.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}
.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,black
fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}
.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}



.label.label-success.haru_comment{color:#BEBEBE;background:none;}


.form-control.form_gall_sch{height:40px;padding:0 10px;font-size:15px;line-height: 40px;background:#fff;border: 0;border-radius:0;border:1px solid #000;border-right: none;}
.form-control.form_gall_sch::placeholder{color:#949494;}
.btn-primary.btn_gall_sch{height: 40px;margin-left: -3px;padding: 0 12px 0 10px;font-size:20px;font-size:1.54em;color:#fff;line-height: 40px;background: #1E1E1E;border:0;border-radius:0}


.navbar-toggle{display:block;float: left;margin-bottom: 0;}
.navbar-toggle .icon-bar {
  width: 26px;
    height: 4px;
    background-color: #1e1e1e;
    border-radius: 10px;
}
.navbar {position:fixed;top:58px;left:0;z-index:399;width:100%;margin-bottom:0;background:#fff;border:0;border-bottom:1px solid #000;border-radius: 0;box-shadow:0;}

/* .navbar-default .navbar-nav>li{margin-right:76px;} */
.navbar-default .navbar-nav>li:last-child{margin-right:0;}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
/* color: #D8476C;
background-color: transparent; */
color:#2F2D29;
background: #FCEAB2;
box-shadow: none;
background-image: none;
}
.mySwipe_wr{display:none;}

.header.nav-up{
  top:-58px;
  transition: top 0.2s ease-in-out;
}
.header.nav-down{
  top:0px;
  transition: top 0.2s ease-in-out;
}
.navbar.nav-up{
  top:-136px;
  transition: top 0.2s ease-in-out;
}
.navbar.nav-down{
  top:58px;
  transition: top 0.2s ease-in-out;
}
/* 

.navbar-default .navbar-nav>li>.nav_all:hover,
.navbar-default .navbar-nav>.active>.nav_all,
.navbar-default .navbar-nav>.active>.nav_all:hover,
.navbar-default .navbar-nav>.active>.nav_all:focus{
  color:#000 !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_musical:hover,
.navbar-default .navbar-nav>.active>.nav_musical,
.navbar-default .navbar-nav>.active>.nav_musical:hover,
.navbar-default .navbar-nav>.active>.nav_musical:focus{
  color:#D8476C !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_play:hover,
.navbar-default .navbar-nav>.active>.nav_play,
.navbar-default .navbar-nav>.active>.nav_play:hover,
.navbar-default .navbar-nav>.active>.nav_play:focus{
  color:#D8476C !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_dancing:hover,
.navbar-default .navbar-nav>.active>.nav_dancing,
.navbar-default .navbar-nav>.active>.nav_dancing:hover,
.navbar-default .navbar-nav>.active>.nav_dancing:focus{
  color:#D8476C !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_classic:hover,
.navbar-default .navbar-nav>.active>.nav_classic,
.navbar-default .navbar-nav>.active>.nav_classic:hover,
.navbar-default .navbar-nav>.active>.nav_classic:focus{
  color:#EBA340 !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_korean:hover,
.navbar-default .navbar-nav>.active>.nav_korean,
.navbar-default .navbar-nav>.active>.nav_korean:hover,
.navbar-default .navbar-nav>.active>.nav_korean:focus{
  color:#EBA340 !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_art:hover,
.navbar-default .navbar-nav>.active>.nav_art,
.navbar-default .navbar-nav>.active>.nav_art:hover,
.navbar-default .navbar-nav>.active>.nav_art:focus{
  color:#4BB199 !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_art_m:hover,
.navbar-default .navbar-nav>.active>.nav_art_m,
.navbar-default .navbar-nav>.active>.nav_art_m:hover,
.navbar-default .navbar-nav>.active>.nav_art_m:focus{
  color:#4BB199 !important;font-weight:bold;
}

.navbar-default .navbar-nav>li>.nav_inter:hover,
.navbar-default .navbar-nav>.active>.nav_inter,
.navbar-default .navbar-nav>.active>.nav_inter:hover,
.navbar-default .navbar-nav>.active>.nav_inter:focus{
  color:#D8476C !important;font-weight:bold;
} */




.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #3498db;
}
.navbar-default .navbar-nav>li>a {padding:0;color: #060606;font-weight: 600;font-size: 25px;font-size:20px;text-transform: uppercase;line-height:60px;cursor: pointer;padding: 0 34px;padding:0 40px;}
.navbar-default .navbar-nav>li>a:hover {/*color: #D8476C;background-color: transparent;*/color: #FFC200;}

.navbar .dropdown-menu {
position:static;
min-width:280px;
margin: 0;
padding: 0;
background: none;
border: none;
box-shadow:none;
}
.navbar .dropdown-menu_middle_line{position:absolute;top:52px;left:0;width:100%;height:2px;background:#000;}
.navbar:hover .dropdown-menu_middle_line{background:#aaa;}
.navbar .dropdown-menu > li{float:left;}
.navbar .dropdown-menu > li > a {
padding: 0 10px;
font-size:1.5rem;
font-weight: 400;
text-transform: uppercase;
line-height:50px;
color: #999;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{color:#FFC200;background-image:none;background:none;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    transition: all 0.2s ease-in-out 0s;
}


.navbar-collapse{padding:0;display:block;}

.sns_hd_wr ul{padding-top:14px;}
.sns_hd_wr ul li{width:30px;height:30px;}
.sns_hd_wr ul li a{display:block;width:100%;}
.sns_hd_wr ul li a img{/*width:100%;*/height: 30px;}

.nav_menu_2nd{display: none;position: absolute;top: 48px;left: 0;z-index: 2;width: 100%;text-align:left;background: #fff;border-top:2px solid #000;border-bottom:2px solid #000;}
.nav_menu_2nd ul{display:inline-block;margin-bottom:0;}
.nav_menu_2nd ul > li{float:left;padding:0 10px;}
.nav_menu_2nd ul > li > a{font-size: 1.6rem;color:#999;line-height:44px;}
.nav_menu_2nd ul > li > a:hover{color:#000;}



@media all and (max-width:1366px){
  .nav_menu_2nd{text-align:center;}
}


.in-preparation{text-align: center;padding: 20px 0;}
.in-preparation img{
   width: 25%;
}

@media all and (max-width:700px){
  .in-preparation img{
    width: 80%;
  }
  }

.sch_open{float: left;margin-right:10px;background: transparent;border: 0;}

.search_wr{display:none;position:fixed;top:0;left:0;z-index:600;width:100%;/*height: 178px;*//*height:568px;*/padding:60px 0;background:#ffc200fa;border-bottom: 2px solid #000;}
.search_wr .container{position:relative;}
.search_wr .navbar-form{margin:0;padding:0;}
.navbar-form .form-group{display:block;}
.search_wr .btn-primary{margin-right: 20px;padding: 0;color: #000;font-size:44px;font-size:3.38em;background: transparent;border: 0;box-shadow: none;vertical-align:middle;}
.search_wr .btn-primary .fa{vertical-align: top;}
.form-control_schTop{display:inline-block;width:calc(100% - 130px);font-size:40px;font-size:2em;border: 0;background: transparent;outline: none;}
.form-control_schTop::placeholder{color:#000}
.search_wr .sch_close{position: absolute;top:16%;right: 0;width: 25px;height: 25px;margin-top:-12.5px;border: 0;outline-style:none;background: transparent;}
.search_wr .sch_close > img{width: 100%;}
.search_wr .hashtag_wrapper{border-top:1px solid #686868;}
.search_wr .hashtag_wrapper h2{margin:50px 0 15px;font-size:1.8em;}
.search_wr .hashtag_wrapper .hashtag_wr{}
.search_wr .hashtag_wrapper .hashtag_wr a{display:inline-block;margin-right:10px;font-size:1.4em;white-space :nowrap;
  background: #000;
  color: #fff;
  padding: 2px 5px;}



.hd_login{display:inline-block;float: left;font-weight:bold;}
.hd_mypage{margin-right:10px;float: left;}


/* .wrapper{margin:0 auto; overflow:hidden; width:100%;padding-top:118px;} */
.wrapper{margin:0 auto; overflow:hidden; width:100%;padding-top:58px;}
.container{width:1200px; margin:0 auto;padding:0}
.container h3{font-size: 18px;
display: block;
width: 100%;
padding-bottom: 5px;
margin-bottom: 20px;
font-size:30px;
font-size:2.31em;
font-weight:700;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #949494;
word-break:keep-all;
}
.container h3 .board_name_eng{font-family: 'Playfair Display', serif;font-weight: normal;}
.container h3 .board_name_sm{font-size:1.6rem;font-weight: normal;color:#494949;}
.view-all {float: right;width: 75px;position: absolute;top: 10px;right: 0;}

.section_title{
  position: relative;
  margin: 0 0 10px;
}
.section_title>a{
  display: inline-block;
  width: 110px;
}
.section_title img{
  width: 100%;
}
.section_title .view_all{
  float: right;
  margin-top: 10px;
}
.section_title .view_all a{
  font-size: 14px;
}

.section_story, .section_video{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.section_class, .section_salon{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 25px;
}
.gallery-box.class_list_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.class_list_box .gallery_box_img a img{
  width: 100%;
}
.section_video .gallery_box_i_cate{
  display: none;
}

.form-control{display: inline-block;height:40px;padding: 6px 12px;font-size: 14px;color: inherit;background-color: #FFFFFF;background-image: none;border:1px solid #A1A1A1;border-radius:0;vertical-align: middle;  }
.panel-heading{font-size:14px;}
.form_sort{}
.form_sort .form_sort_gr{position:relative;height:36px;margin-right:16px;}
.form_sort select {display:none;opacity: 0.5;}
.form_sort ul {position:absolute;top:0;left:0;z-index:2;width: 8em;line-height:36px;}
.form_sort ul:after{content:'';display:block;clear:both;position:absolute;top:12px;right:12px;width:14px;height:14px;background:url(/views/img/arrow_down.svg) no-repeat center center;background-size:100%;}
.form_sort li {display: list-item;width: 100%;height:36px;font-size: 20px;line-height:36px;border:1px solid #ccc;border-top-width: 0;text-indent: 0.4em;background-color: #fff;}
.form_sort li:first-child {border-top-width: 1px;}
.form_sort li.unselected,
.form_sort li.unselected2,
.form_sort li.unselected3 {display: none;background-color: #fff;}
.form_sort ul.selectU:hover li.unselected,
.form_sort ul.selectU:hover li.unselected2,
.form_sort ul.selectU:hover li.unselected3 {background-color: #fff;}
.form_sort ul.selectU:hover li,
.form_sort ul.selectU:hover li.unselected,
.form_sort ul.selectU:hover li.unselected2,
.form_sort ul.selectU:hover li.unselected3 {display: list-item;}
.form_sort ul.selectU:hover li {background-color: #eee;}
.form_sort ul.selectU li:hover,
.form_sort ul.selectU li.unselected:hover,
.form_sort ul.selectU li.unselected2:hover,
.form_sort ul.selectU li.unselected3:hover {background-color: #f6f6f6;}

.haruselect select{height:36px;padding: 0 30px 0 12px;font-size: 20px;font-size:1.54em;line-height:36px;border:1px solid #ccc;background-color: #fff;border: 0;box-shadow: 0px 2px 8px #00000020;}
.haruselect .form-control:focus{
  border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(193 191 191);
    box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(193 191 191);
}

#fpostsearch .haruselect{
  display: none;
}


.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index:400;}

/* header */
header{display: block;width:100%;height:58px;padding: 4px 0;color: #fff;background: #fff;clear: both;border-bottom:1px solid #000;}
header .container{position:relative;}
header .header-top-menu {float:right;height:30px;line-height: 40px;}
header .header-top-menu .fa{color:#ccc;}
header .header-top-menu li{float:left; padding:0 10px;color:#ccc; font-size:12px;}
header .header-top-menu li a{ color:#ccc; font-size:12px;}
header .fa{padding-right:5px;}
header .badge{margin-left:5px;font-size: 10px;}
.navbar-brand{
  float:none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 4px;
  padding:0;
  transform: translate3d(-50%,-50%,0);
  width: 159px;height:auto;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  transition: all .2s;
}
.navbar-brand img{
  width: 100%;
}
.main_right_btn{
  width: 25px;
  height: 25px;
}
.main_right_btn img{
  width: 100%;
}
.header_line {background: #082a47; height:3px; line-height:3px;clear: both; width:100%;}

.sns_hd_wr{
  padding-top: 12px;
}

.sns_hd_wr li{float:left;margin-left:30px;}

/*메인메뉴*/
.owl-stage{
  width: 532px!important;
  margin:0 auto;
}
.owl-item.active{
  margin-left: 16px;
}
.main_nav {
  width:82px;
  text-indent: -9999px;
  height: 35px;
  margin:12px 0;
  background-size: contain;
}
.owl-item.active{
 width:82px!important;
}

.nav_trand{
  background-image: url('/views/img/nav_pc_01(trend).png');
}
.nav_class{
  background-image: url('/views/img/nav_pc_02(class).png');
}
.nav_salon{
  background-image: url('/views/img/nav_pc_03(salon).png');
}
.nav_fun{
  background-image: url('/views/img/nav_pc_04(funplus).png');
}
.navb_li:after{
width: 9px;
height: 36px;
content: "";
display: inline-block;
background: url(/views/img/menuline.png);
background-size: contain;
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
}
.owl-item:last-child .navb_li:after{
  display: none;
}
.navb_li.active{
 border-bottom: 3px solid #F5BC1E;
}
.navb_li.active .main_nav{
  margin: 12px 0 10px;
}
.notifications{position: relative;cursor:pointer;}
.notifications-list {color: #060606;border-bottom: 1px solid #ededed;display: block;overflow: hidden;line-height: 25px;}
.notifications-list a:link{color: #060606;}
.notifications-list a:active, .notifications-list a:hover {color:#2773ae;}
.notifications-menu{position: absolute;  top: 100%; left: 0;  z-index: 9999;  display: none;  width: 330px;  background-color: #f5f5f6;  -webkit-border-radius: 0 0 3px 3px;  -webkit-background-clip: padding-box;  -moz-border-radius: 0 0 3px 3px;  -moz-background-clip: padding;  border-radius: 0 0 3px 3px;  background-clip: padding-box;  -moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);  box-shadow: 0 1px 0px rgba(0,0,0,.05);  border: 1px solid #f8f8f8; padding: 5px 15px; }
.notifications-menu .external { background-color: #FFF; display: block; }
.notifications-menu .external a { background-color: #fff; color: #e9423f;}
.notifications-list .point{ color:#ec5956 !important;  text-align: center; }
.notifications-list span{ padding-top: 10px;  font-size: 11px; }

.m_nav{padding: 8px 10px 0 0;}
nav , .pagination{text-align:center;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #000;
  cursor: default;
  background-color: #F5BC1E;
  border-color: #000;
}
.pagination>li>a, .pagination>li>span{
  color: #000;
}

#side_menu {display: block;position:fixed;top:58px;left:0;width:100%;height:calc(100% - 58px);font-size:24px;font-size:1.85em;overflow:hidden;z-index:9999;margin:0;display:none}
#side_menu .side_wr{position:absolute;top:0;left:-22%;width:22%;height:100%;padding: 20px 30px;background:rgba(245, 188, 30, 0.98);border-right:1px solid #000;opacity:1;overflow-x:hidden;overflow-y:auto;transition-timing-function: ease-in;}
#side_menu .side_wr.add_side_wr{}
#side_menu .side_wr .side_inner_rel{position:relative;height:100%;display:block;overflow:auto;overflow:hidden;float: right;width:226px;}
#side_menu .side_wr .side_inner_rel::-webkit-scrollbar { width:8px; } /* 스크롤 바 */
#side_menu .side_wr .side_inner_rel::-webkit-scrollbar-track { background-color:#F1F1F1; } /* 스크롤 바 밑의 배경 */
#side_menu .side_wr .side_inner_rel::-webkit-scrollbar-thumb { background: #ddd; border-radius: 10px; } /* 실질적 스크롤 바 */
#side_menu .side_wr .side_inner_rel::-webkit-scrollbar-thumb:hover { background: #ccc; } /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
#side_menu .side_wr .side_inner_rel::-webkit-scrollbar-thumb:active { background: #bbb; } /* 실질적 스크롤 바를 클릭할 때 */

::-webkit-scrollbar-button { display: none; } /* 스크롤 바 상 하단 버튼 */
#side_menu .side_wr .side_hello{    
  font-size: 16px;
  border-bottom: 3px solid #fff;
  padding: 35px 0 20px;}
#side_menu .side_wr .side_inner_abs{position: absolute;width:100%;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0); width:100%; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; -o-text-size-adjust:none; text-size-adjust:none;}
#side_menu .side_wr{webkit-overflow-scrolling:touch}
#side_menu .side_wr .side_close{position: absolute;top: 15px;right: 24px;z-index: 9;}
#side_menu .side_wr .side_close > img{width:22px;}

#side_menu .m_menu.m_menu_commu{padding:20px 0 0;}

#side_menu .m_menu{padding:25px 0;}
#side_menu .m_menu li{display: block;float:left;position:relative;width:100%;margin-bottom:4px;line-height:35px;}
#side_menu .m_menu.m_menu_cate{border-bottom: 3px solid #fff;}

#side_menu .m_menu li a.text_link{display:inline-block;width:65%;font-weight:bold;white-space:nowrap;font-size: 22px;}
#side_menu .m_menu.m_menu_sub li{width:100%;}
#side_menu .m_menu.m_menu_sub li a{font-weight: 500;font-size: 18px;}
#side_menu .m_menu.m_menu_sub li:last-child{margin-bottom:0;}
#side_menu .m_menu li a:hover{color: #7080b1;}
#side_menu .m_menu span{ position: absolute; right: 20px; top: 15px; } 

#side_menu li, #side_menu li>a, #side_menu li.active>a, #side_menu li>a:hover, #side_menu li>a:focus {color: #1E1E1E;}
#side_menu .dropdown-custom-menu{background: #222222;overflow:hidden; width:100%;display:none;}
#side_menu .dropdown-custom-menu li{height: 40px; line-height: 40px; border:none !important; padding-left: 10px; background:none; }
#side_menu .dropdown-custom-menu li a{color: #888; }
#side_menu .dropdown-custom-menu li a:hover{color: #7080b1;}

#side_menu .m_login{text-align: center; margin: 10px;}
#side_menu .m_login span{ padding: 0 5px;}
#side_menu .m_board{background: #000; clear: both; margin:0; }
#side_menu .m_board li { display:block; line-height: 40px;position:relative; padding-left: 35px;}
#side_menu .m_board li a:hover{color: #7080b1; }
#side_menu .m_board span{position: absolute;top: 13px;left: 10px; padding-right: 10px; }
#side_menu .m_search{margin: 0 auto;padding: 20px 0 0;width: 100%;text-align:center;}

#side_menu .m_menu li a.text_link:hover,
#side_menu .m_menu li a.text_link:focus,
#side_menu .m_menu li a.text_link:active{
  color:#ffff;text-decoration:none;
}

body.over_hidden{overflow:hidden} 


/* swiper */
.swiper-container {
  width:calc(100% - 40px);
  height:40px;
}
.swiper-wrapper{width:100%;height:40px;}

.swiper-slide {
  text-align: center;
  height:40px;
  line-height:40px;
  font-size:  1.46rem;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide.active{
  color: #2F2D29;
  background: #FCEAB2;
}
.swiper-slide a{font-weight: 600;}
.swiper-button-next, .swiper-button-prev{color:#666 !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left:0 !important;transform: scale(0.28);}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right:0 !important;transform: scale(0.28);}



/* main */
.main{width:100%; clear:both; margin:0;padding: 0;}
.main .container{padding: 24px 0;}
.main .navbar-form{margin-top:0; margin-bottom:0;padding: 0 15px;}
.mainSlider_wrap{
  max-width: 1200px;
  margin: 0 auto;
}
#visual{
  width: 100%;
  float: left;
}
.side_slider{
  width: 33.333%;
  float: left;
}
.side_slider ul{
  margin-bottom: 0;
}
.side_slider ul li{
  width: 100%;
  position: relative;
}
.side_slider ul li img{
  width: 100%;
}
.side_slider ul li p{
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 16px;
  word-break: keep-all;
}
.side_slider ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
span.genre{
  display: none;
  /* display: block; */
  width: 46px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width:767px) and (max-width:1200px){
  .side_slider ul li {
    width: calc(100%/2);
    position: relative;
    float: left;
}
.side_slider ul li p{
    width: 254px;
}
#side_menu .side_wr{left:-37%;width:37%}
}

#visual .bx-wrapper{padding:0;border:0;box-shadow:none;margin-bottom: 0px;}
#visual .bx-wrapper .bx-pager { top: 170px;top:auto;bottom:20px; }
#visual .bx-viewport{}
#visual .bx-viewport li{}
#visual .bx-viewport li img{width:100%;}
#visual .bx-wrapper .bx-controls-direction a{z-index:2;}
#visual .bx-wrapper .bx-prev{background: url(/views/img/controls.png) 0 -32px no-repeat;}
#visual .bx-wrapper .bx-next{background: url(/views/img/controls.png) -43px -32px no-repeat;}
#visual .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{bottom:0;}


#isroll_wrap div.copyright li.ban {padding: 15px 10px 15px 0;float: left;width: 60%;}
#isroll_wrap div.copyright li.ban img{width: 100%;}
#isroll_wrap div.copyright li.ban:nth-child(2) {margin-left: 0px;width: 40%;}

.subscription{padding: 12px 10px 2px;background:#CEB090;border-top: 1px solid #000;border-bottom: 1px solid #000;}
.subscription .container{position:relative;}
.subscription h2{margin-bottom:24px;font-size:25px;}
.subscription .mailling_label {margin-bottom:10px;}
.subscription .mailling_label .lead{margin-bottom:0px;font-size: 17px;font-weight: 500;text-align: center;}
.subscription .mailling_label .lead i{float:left;width:20px;margin-right:6px;padding-top:5px;}
.subscription .mailling_label .lead span{width:calc(100% - 26px);width:calc(100% - 48px);word-break: keep-all;color:#fff}
.subscription .mailling_label .lead .news_icon{
  display: inline-block;
  width: 28px;
  height: 30px;
}
.subscription .mailling_label .lead .news_icon img{
  width:100%;
}
/* .subscription .mailling_label .lead:nth-child(1){margin-bottom:0px;font-size:25px;font-weight: 500;} */
.subscription .form-control{width:100%;height: 38px;}
.subscription .sign_up_wr{float:left;line-height:38px;}
.subscription .sign_up_subscription{font-size: 1.2em;font-weight: normal;text-decoration: underline;background: none;border: 0;}
.subscription .btn-success{float: right;margin-left: 3%;padding: 3px 34px;border-radius: 0;}

/* .subscription_form_area{display:none;} */
/* .subscription .subscription_btn{position:absolute;top:0;right:15px;z-index: 2;background:none;border:0;} */
/* .subscription .subscription_btn.subscription_btn_close{display:none;} */
.subscription .subscription_btn{display:none;position:absolute;top:6px;right:15px;z-index: 2;background:none;border:0;}
.subscription .subscription_btn.subscription_btn_open{display:block;}
.subscription .subscription_btn > img{width:20px;}
.subscription_form_area{
  display: none;
}

@media (max-width:768px){
  .subscription .mailling_label .lead span.lead_t{
    width: 270px;
    display: inline-block;
    vertical-align: middle;
  }
}

.subscription2{border-top: 1px solid #000;}


.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
@media all and (max-width: 575px){
  .modal-dialog {
      max-width: 582px;
      margin: 1.75rem auto;
  }
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media all and (min-width: 576px){
  .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
  }
}
@media all and (min-width: 576px){
  .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
  }
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding:30px 80px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align:center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* Title text within header */
.modal-title {
  margin-bottom: 0;
  font-size:1.92em;
  font-weight: bold;
  line-height: 1.5;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}


.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  border: 1px solid #949494;
}
.modal-body p{font-size:1.31em;}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable{
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding:3rem 0 .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer .btn.btn-secondary{width:100%;font-size: 1.92em;color:#fff;background:#FFC200;border-radius:0;}


/* footer */
footer{border-top:1px solid #686868;padding:0 0 15px;}
.sns_ft_wr ul{text-align: center;margin: 25px 0;}
.sns_ft_wr ul li{    
  display: inline-block;
  width: 30px;
margin: 0 3px; }
.sns_ft_wr ul li a{
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.sns_ft_wr ul li a:hover img{
  margin-left: -31px;
}
.sns_ft_wr ul li a img{
  height: 100%;
}
footer .side_menu_ft{display: block;width:200px;margin:40px 0;}
footer .side_menu_ft img{width:100%;}
footer .company {margin-bottom:7px;clear:both;float:left;}
footer .company li{float:left; padding-right:10px;}
footer .see_mobile{clear:both; margin:0 auto; text-align:center;}
footer .copyright{font-size:9px;clear:both;
  max-width: 1200px;
  margin: 30px auto;
  text-align: left;
  color: #5c5c5c;
  line-height: 1.2;
  /* padding: 0 20px; */
}
footer .copyright span{padding: 2px 0;display: block;}
footer .copyright span b{font-weight: 400;}
footer .copyright span.copy{font-size: 11px;padding-top: 10px; }
.media{clear:both;}
.media-body, .media-left, .media-right {display: table-cell;vertical-align: top;}
.media-left, .media>.pull-left {padding-right: 10px;}
.media-right, .media>.pull-right {padding-left: 10px;}
.media-heading{font-size:14px;overflow:hidden;}
.media-body .media-info{font-size:11px; color:#666;}
.media-body .media-info span{padding-right:10px;}


.board_haru_comment{}
.board_haru_comment > .row{background:#fff;}
#viewcomment{padding:0 20px 10px;}
.board_haru_comment_no_tit{padding:60px 0 30px;font-size:2rem;text-align:center;}
.board_haru_comment .well{background:#fff;border:0;box-shadow:none;}
.board_haru_comment .well .board_haru_comment_btn{line-height:38px;color:#999;}
.board_haru_comment .well #cmt_content::placeholder{color:#999;}
.board_haru_comment .btn-danger{background:#000;border:0;border-radius:0;}
.board_haru_comment_adm{padding:0 8px;font-size:0.8rem;color:#FFC200;border:3px solid #FFC200;border-radius:10px;}
.board_haru_comment .media-heading {line-height: 1.8;}
.board_haru_comment_con{font-size:1.4rem;word-break:break-all;}
.board_haru_comment .media{position:relative;padding:20px 0;border-bottom:1px solid #ddd;margin-top: 0;}
.board_haru_comment .media:last-of-type{border-bottom:0;}
.board .board_haru_comment .time{padding-left:0;}
.board .board_haru_comment .media .reply_btn{display: inline-block;float: none;margin-top:10px;padding:4px 8px;background:#fff;border:1px solid #cacaca;}
.board_haru_comment_dot{position:absolute;top:30px;right:0px;padding:0 10px;background: none;border: 0;}
.board_haru_comment_dot > img{width:4px;}
.board .board_haru_comment .media .reply_menu{display:none;position:absolute;top: 54px;right: 4px;z-index:2;width: 40px;font-size:1.4rem;background:#fff;border: 1px solid #f8f8f8;box-shadow: 2px 1px 8px rgb(0 0 0 / 20%);}
.board .board_haru_comment .media .reply_menu.on{display:block;}
.board .board_haru_comment .media .reply_menu > a{display:block;padding:6px 0;text-align:center;color:#999;}
.board .board_haru_comment .media .good{position: absolute;bottom: 30px;right: 0;padding: 4px;color:#D8476C;border: 1px solid #D8476C;}
.board .board_haru_comment .media .reply_etc{position: absolute;bottom: 31px;right: 40px;padding: 4px;}
.reply_secret{font-size: 1.4rem;}
.reply_admin_wr{padding:0 40px;text-align: right;}
.reply_admin_wr .chk_comment_all_wrapper{padding:10px 0;}

/* sidebar */
.sidebar{border: 1px solid #e5e5e5;padding: 20px;}
.sidebar .headline {border-bottom: 1px dotted #ccc;display: block;margin-bottom:15px;}
.sidebar .headline h3{border-bottom: 2px solid #3498db;display: inline-block;margin: 0 0 -2px;padding-bottom: 5px;font-size:15px;}
.sidebar .loginbox{overflow:hidden;}
.sidebar .loginbox .text{padding-top:7px;}
.sidebar .loginbox .text li{float:left; padding-right:7px;}
.sidebar .welcome{overflow:hidden;}
.sidebar .welcome ul{overflow:hidden;}
.sidebar .welcome li{float:left;padding-right:5px;padding-bottom:5px;}
.sidebar .sidebar_latest li{padding-bottom:10px;}

.sidebar .tag-clouds{overflow:hidden;}
.sidebar .tag-clouds ul li{float:left; padding-right:10px;}

/* modal */
.modal .modal-body .number{padding-bottom:10px;}
.modal .modal-body .profile-info{overflow:hidden;}


.help-inline { display: inline-block;color: #737373;margin-left:10px; padding-top:7px;vertical-align:middle;}
.nopost {text-align:center; padding:120px 0 !important; }

textarea.dhtmleditor {width:100%;height:350px;}

.latest_comment_count {font-size:11px; color:#FF7700; margin-left:5px;font-weight:bold;}
.highlight {font-weight:bold; color:#7519FF}

/* Sideview */
#nameContextMenu { background:#000; color:#fff; padding:4px 8px 6px;z-index:10000; }
#nameContextMenu a { color:#fff; font-size:12px; line-height:20px; display:block; }
#nameContextMenu a:hover { color:#ff0000; }
#nameContextMenu td { border:0px !important; }



/* quick */
/* #quick{position:absolute;z-index:99;top:0px;right:0;width:216px;margin-top:0px;padding:16px 40px;text-align:center;color:#1E1E1E;background:#fff;border:1px solid #1E1E1E;} */
#quick{position:absolute;z-index:99;right:20px;width:216px;margin-top:0px;text-align:center;color:#1E1E1E;}
#quick.quick_main{top:900px;}
#quick.quick_sub{position:fixed;top:260px;}
#quick.quick.fix{position:fixed;top:226px;top:260px;}
#quick h2{margin-bottom:20px;font-size:20px;}
#quick .quick_today{padding:16px 0 25px;background:#fff;border:1px solid #1E1E1E;}
#quick a:hover,
#quick a:focus,
#quick a:active{text-decoration:none;}
#quick> ul> li{margin-bottom:20px;}
#quick .today_views_wr{padding:0 40px;}
#quick .bxslider_today_thumb li{width:130px;height:130px;margin-bottom:20px;background:#ddd;}
#quick .bxslider_today_thumb li:last-child{margin-bottom:0;}
#quick .bx-wrapper{padding:0;border-radius:0;box-shadow:none;}
#quick .bx-wrapper .bx-pager{bottom: -90px;padding-top:0;width: 216px;background: #1E1E1E;margin-left: -46px;}
#quick .bx-wrapper .bx-pager.bx-default-pager a{
background:transparent;
text-indent:0;
display: block;
width:auto;
height:76px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:0;
font-size: 20px;color: #fff;line-height:76px;}
#quick .bx-wrapper .bx-controls-direction a{top:auto;bottom: -68px;}
#quick .bx-wrapper .bx-prev {left: 0;background:url(/views/img/arrow_left_w.svg) no-repeat center center;background-size:20px;}
#quick .bx-wrapper .bx-next {right: 0;background:url(/views/img/arrow_right_w.svg) no-repeat center center;background-size:20px;}
#quick .quick_bn{height:100px;color:#fff;background:#1E1E1E;}
#quick .btn_top{font-weight:bold;}



/* gallery detail */
.board .border_button{
  margin-bottom: 0;
}
.board_title{
  display: none;
  width: 33%;
  margin: 0 auto 20px;
}
.board_title img{
  width: 100%;
}
.filter01_wrap, .filter02_wrap{
  text-align: center;
}
.filter02_wrap{
  margin-bottom: 20px;
}
.filter01_wrap li, .filter02_wrap li{
  display: inline-block;
}
.filter01, .filter01All{
  background-color: #fff;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: 600;
  margin: 4px 0;
  cursor: pointer;
  margin-bottom: 0;
}
.filter01_wrap input{
  display: none;
}
.filiter01_i_cate_All{color:#000;border: 1px solid #000;}
.filiter01_i_cate_musical{color:#D64986;border: 1px solid #D64986;}
.filiter01_i_cate_play{color:#527699;border: 1px solid #527699;}
.filiter01_i_cate_dancing{color:#009B80;border: 1px solid #009B80;}
.filiter01_i_cate_classic{color:#8B4895;border: 1px solid #8B4895;}
.filiter01_i_cate_korean{color:#29B2C5;border: 1px solid #29B2C5;}
.filiter01_i_cate_art{color:#76B835;border: 1px solid #76B835;}
.filiter01_i_cate_art_m{color:#9C603D;border: 1px solid #9C603D;}
.filiter01_i_cate_inter{color:#D64949;border: 1px solid #D64949;}
.filiter01_i_cate_ad{color:#D69E49;border: 1px solid #D69E49;}
.filiter01_i_cate_culture{color:#0D4591;border: 1px solid #0D4591;}
.filiter01_i_cate_movie{color:#FAB721;border: 1px solid #FAB721;}
.filiter01_i_cate_festival{color:#C99D21;border: 1px solid #C99D21;}
.filiter01_i_cate_literature{color:#DA8986;border: 1px solid #DA8986;}
.filiter01_i_cate_infovideo{color:#7465A6;border: 1px solid #7465A6}
.filiter01_i_cate_unboxing{color:#F78E1E;border: 1px solid #F78E1E}
.filiter01_i_cate_interview{color:#D46B6B;border: 1px solid #D46B6B}

.filter02{
  display: inline-block;
  font-size: 15px;
  margin:0 5px;
}
.filter02 label{
  margin-left: 3px;
  vertical-align: middle;
  color: #616160;
}

.galleylist_searchbox .form-group{
  text-align: right;
}
.container .board_gallery_post h3{}
.board_content_wr{padding:20px;background:#fff;}
.container .board_content_sns{text-align:right;}
.container .board_content_sns .sns_button a,
.container .board_content_sns .sns_button button{margin-left:8px;}
.container .sns_button_btn{background: none;border: 0;}
.container .info_datetime{font-family:'Noto Sans KR';font-size:20px;font-size:1.54em;font-weight: normal;vertical-align: bottom;color:#9e9e9e}
.form_sort .btn-default{color:#fff;text-shadow:none;background:#1e1e1e;border-color: #1e1e1e;}
.post_btn i{
  font-size: 20px;
  padding: 7px;
  border-radius: 28px;
  color: #fff;
}
.btn_post-like i{
background: #ccc;
border: 3px solid #ccc;
}
.btn_post-like.on i, .btn_post-like i:hover{
  background: #f26322;
  border: 3px solid #f26322;
}
.btn_post-scrap i{
  background: #ccc;
  border: 3px solid #ccc;
  padding: 7px 10px;
  }
.btn_post-scrap.on i, .btn_post-scrap i:hover{
  background: #55bec9;
  border: 3px solid #55bec9;
  }
.btn_post-kakao i{  
  background: #fed500;
  border: 3px solid #fed500;
}
.btn_post-kakao i:hover{
  background: #fff;
  color:#fed500;
}
.btn_post-facebook i{
  background: #3965b0;
  border: 3px solid #3965b0;
  padding: 7px 11px;
}
.btn_post-facebook i:hover{
  background: #fff;
  color:#3965b0;
}
.btn_post-twitter i{
  background: #33c6f4;
  border: 3px solid #33c6f4;
}
.btn_post-twitter i:hover{
  background: #fff;
  color:#33c6f4;
}
.modity_wr .row .col-xs-12{
  width: 100%;
}
.modity_wr .row .col-sm-5{
  margin: 50px 0 30px 0;
}
@media (min-width:769px) {
  .modity_wr .row .col-md-7{width: 100%;padding:0 140px;}
  .container .info_datetime{
    float: left;
    line-height: 40px;
  }
}

.btn-group.pull-left{
  float: none;
  width:100%;
  text-align: center;
}
.btn-group>.btn{
 float: none;
}

.galleylist_searchbox .btn-primary{
  height: 40px;
  border-radius: 0;
  margin-left: -4px;
  width: 40px;
}


.board .col-xs-12{padding: 5px;}
.gallery-box {}
/*.gallery-box:hover{background:#ffc200;}*/
.gallery_box_img{position:relative;}
.gallery_box_img .thumbnail{width: 100% !important;height: auto !important;margin: 0;padding:0;border: 0;border-radius: 0;box-shadow: none;}
.gallery_box_img .gallery_box_img_a{display:block;width:100%;height:0!important;background-size:cover !important;padding-top:56.25%;overflow: hidden;}
.mypage .gallery_box_img .gallery_box_img_a{height:264px;}
.gallery_box_img .gallery_box_img_a img{width: 100%;}

.gallery_box_txt{background:#fff;}
/* .gallery_box_txt_link{display:block;height:100%;} */
.gallery_box_txt_top{
  margin-bottom: 12px;
  /* height: 34px; */
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  width: 65px;
}
.gallery_box_txt .price{
  margin-bottom: 3px;
  color: #000;
  font-size: 14.5px;
  font-weight: 600;
}
.gallery_box_txt .instructor{
  color: #999;
  font-size: 14px;
  padding-left: 10px;
}
.product_detall{
  color:#999;
  font-size: 13px;
}

.gallery-box:hover .gallery_box_txt{background:#fefefe;}
.gallery_box_txt_wr{display:block;position:relative;height:100%;padding:10px 0;color:#333}
.gallery_box_txt_wr:hover{color:inherit;text-decoration:none;}
.gallery_box_txt_wr p{line-height:1.3;}
.gallery_box_t_tit{margin-bottom:10px;font-size:16px;word-break: keep-all;color:#333}
.gallery_box_t_date{font-size:15px;color:#949494;}
.gallery_box_t_more{position:absolute;bottom:0;right:0;font-size:17px;font-size:1.31em;}
.gallery_box_t_more .gallery_box_t_more_arrow{font-family:'dotum';}


.gallery_box_txt .original_price{
  color: red;
  text-decoration: line-through;
}
.gallery_box_i_cate_link{display:inline-block;}
.gallery_box_i_cate{
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px 5px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  border: 0;
  display:inline-block;
}
.stiker{
  display: inline-block;
  line-height: 25px;
  padding: 0 7px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.stiker.hot{
  background: #f32a2a;
}
.stiker.hit{
  background: orange;
}
.stiker.discount{
  background: #21BF73;
}
.stiker.coupon{
  background: #3DB2FF
}
.stiker.editor{
  background: #F24A72;
}

.gallery_box_i_cate_All{background-color:#000;color:#fff}
.gallery_box_i_cate_musical{background-color:#D64986;color:#fff}
.gallery_box_i_cate_play{background-color:#527699;color:#fff}
.gallery_box_i_cate_dancing{background-color:#009B80;color:#fff}
.gallery_box_i_cate_classic{background-color:#8B4895;color:#fff}
.gallery_box_i_cate_korean{background-color:#29B2C5;color:#fff}
.gallery_box_i_cate_art{background-color:#76B835;color:#fff}
.gallery_box_i_cate_art_m{background-color:#9C603D;color:#fff}
.gallery_box_i_cate_inter{background:#D64949;color:#fff}
.gallery_box_i_cate_ad{background:#D69E49;color:#fff}
.gallery_box_i_cate_culture{background-color:#0D4591;color:#fff}
.gallery_box_i_cate_movie{background-color:#FAB721;color:#fff}
.gallery_box_i_cate_festival{background-color:#C99D21;color:#fff}
.gallery_box_i_cate_literature{background-color:#DA8986;color:#fff}
.gallery_box_i_cate_infovideo{background-color:#7465A6;color:#fff}
.gallery_box_i_cate_unboxing{background-color:#F78E1E;color:#fff}
.gallery_box_i_cate_interview{background-color:#D46B6B;color:#fff}

.gallery_box_txt_top_line{display:inline-block;width:2px;height:20px;height:15px;margin:0 6px;background:#6A6A6A;vertical-align: middle;}
.gallery_box_txt_post_type{font-size: 16px;vertical-align: middle;}
.content_icon{display:inline-block;width:22px;height:22px;vertical-align: middle;}
.content_icon.post_icon{background:url(/views/img/content_icon_post.png) no-repeat center center;background-size:cover;}
.gallery-box:hover .content_icon.post_icon{background:url(/views/img/content_icon_post_over.png) no-repeat center center;background-size:cover;}
.content_icon.ready_icon{background:url(/views/img/content_icon_ready.png) no-repeat center center;background-size:cover;}
.gallery-box:hover .content_icon.ready_icon{background:url(/views/img/content_icon_ready_over.png) no-repeat center center;background-size:cover;}
.content_icon.video_icon{background:url(/views/img/content_icon_video.png) no-repeat center center;background-size:cover;}
.gallery-box:hover .content_icon.video_icon{background:url(/views/img/content_icon_video_over.png) no-repeat center center;background-size:cover;}
.gallery_box_mod{position: absolute;right: 0;bottom: 0;}
.gallery_list_nopost{padding:200px 0;}
.gallery_list_nopost_tit{word-break:keep-all;}

.board .board_cate > span{    
  font-size: 15px;
  font-size: 1.5rem;
  padding: 3px 10px;}
.writer_img, .recommend_img{
  width: 22%;
    padding-left: 10px;
}
.writer_info .recommend_info{
  width: 78%;
}
.recommend_img img{
  width: 100%;
}
.recommend_info, .recommend_img{
  float: right;
}
@media (max-width:767px) {
  .writer_img, .recommend_img{
    width: 34%;
      padding-left: 23px;
  }
  .writer_info, .recommend_info{
    width: 66%;
  }
  .recommend_info, .recommend_img{
    float: left;
  }
}
.board_ft_info{padding: 30px 0;}
.board_ft_info .board_ft_info_box{}
.board_ft_info .board_ft_info_img{/*min-height: 170px;padding:30px 0 0;*/text-align:center;}
.board_ft_info .board_ft_info_recommend .board_ft_info_img{}
/* .board_ft_info .board_ft_info_img.board_ft_info_writer_bg{min-height: 170px;} */
.board_ft_info .board_ft_info_cate{margin-bottom: 10px;font-size:20px;font-size: 1.54em;}
.board_ft_info h4{line-height: 1.6;}
.board_ft_info h4 span{}
.board_ft_info .board_tit_big{font-size:25px;font-size:1.39em;}
.board_ft_info .board_tit_sm{font-size:15px;font-size:0.84em;font-weight:normal;word-break: keep-all;color:#838383;     
  line-height: 1.5;
  display: inline-block;}
.board_ft_info .board_ft_info_recommend{text-align:right;}

.board_ft_ad{    
  margin-left: -5px;
  margin-right: -5px;
}
.board_ft_ad .board_ft_ad_box{/*height:225px;*/margin-bottom:10px;background:#fff;border: 1px solid #e1e1e1;}
.board_ft_ad .board_ft_ad_box img{width:100%;}
.sumup{font-size:23px;color:#444;}
.board_ft_recommend{padding-top:40px;}
.board_ft_recommend > .row{margin-right: 0px;margin-left: 0px;}

.board .btn-group{/*height:55px;*/padding-top: 16px;}
.board .btn-group a{display:inline-block;vertical-align:bottom;}


/* #about_us */

#about_us{}
#about_us .nav-tabbb{border-bottom:0;text-align: center;}
#about_us .nav-tabbb > li{float:none;display: inline-block;width:auto!important;margin-bottom: -1px;text-align:center;margin-right: 3px;margin-right: -11px;}
#about_us .board_commu .nav-tabbb > li{width:14.28%;}
#about_us .board_commu .tab-content{padding:40px 16px 16px;}

#about_us .nav-tabbb .nav-link {display: block;
  font-size: 15px;
  padding: 6px 20px;
  border: 1px solid #000;
  background: #fff;
  cursor:pointer !important;
  border-radius:0 11px 0 11px;
 /* margin-right:0px;padding:12px 0;font-size:25px;font-size:1.92em;font-weight:bold;color: #fff;background:#FFC200;border: 1px solid transparent;border-radius:20px 20px 0 0;*/}
/* #about_us .nav-tabbb li:nth-child(1) .nav-link{background:#fff;}
#about_us .nav-tabbb li:nth-child(2) .nav-link{background:#D8476C;}
#about_us .nav-tabbb li:nth-child(3) .nav-link{background:#EBA340;}
#about_us .nav-tabbb li:nth-child(4) .nav-link{background:#4BB199;} */
#about_us .nav-tabbb .nav-link:hover{color: #000;cursor: default;background-color: #FFC200}
#about_us .nav-tabbb>li.active>a,
#about_us .nav-tabbb>li.active>a:focus,
#about_us .nav-tabbb>li.active>a:hover{color: #000;cursor: default;background-color: #FFC200}

#about_us .tab-content{padding:50px 0;background:#fff;}
#about_us .tab-content>.active{}
#about_us h2{font-size:20px;font-size:1.54em;color:#1E1E1E;}
#about_us .about_tit{margin-bottom:20px;padding-left: 26px;}
#about_us .about_tit img.about_tit_icon{float:left;width:40px;margin-right:16px;}
#about_us .about_tit h2{float:left;width: calc(100% - 56px);padding-top:7px;word-break:keep-all;}
#about_us .about_tit h2.tit_clause{padding-top:10px;}
#about_us .about_tit_tb{width:100%;border-collapse:collapse;}
#about_us .about_tit_tb th{text-align:center;border:0;}
#about_us .about_tit_tb td{padding-right:26px;text-align:left;border:0;}
#about_us .about_tit_tb img.about_tit_icon{width:40px;margin-bottom: 10px;}
#about_us .about_tit_tb h2{font-size:20px;font-size:1.54em;font-size:2rem;color:#1E1E1E;word-break:keep-all;line-height: 1.4;margin:0 20px 15px 0;}
#about_us .about_content h2{margin-bottom:20px;font-size:20px;font-size:2rem;color:#1E1E1E;line-height:1.6;word-break:keep-all;}
#about_us .about_content{font-size:17px;font-size:1.7rem;color:#1E1E1E;line-height:1.6;}
#about_us .about_content p{word-break:keep-all;}
#about_us .about_form{padding:0 20px;}
#about_us .about_form .form-control{}
#about_us .about_form textarea.form-control{}
#about_us .about_submit_wr{padding-top:20px;}
#about_us .about_submit_wr h3{margin-bottom:24px;font-size:17px;font-size:1.7rem;border-bottom:0;}
#about_us .about_submit_wr p{/*font-size:17px;font-size:1.31em;*/}
#about_us .about_submit_wr .form-group {margin-right:0;margin-left:0;}
#about_us .about_submit_wr button[type="submit"]{    
  display: block;
  background: #ffc000;
  padding: 11px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  font-weight: 600;
}
#about_us .about_submit_wr button[type="submit"]:hover{
  color:#fff;
  background-color: #000;
}
#about_us .accordion {overflow-anchor: none;}
#about_us .card {display: -ms-flexbox;display: flex;position: relative;-ms-flex-direction: column;flex-direction: column;margin-bottom:30px;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;}
#about_us .accordion>.card {overflow: hidden;}
#about_us .accordion>.card:not(:last-of-type) {border-bottom: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
#about_us .accordion>.card>.card-header {border-radius: 0;margin-bottom: -1px;}
#about_us .card-header:first-child {border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;}
#about_us .card-header {padding: .75rem 1.25rem;margin-bottom: 0;background-color: #F1F1F1;border:0;}

#about_us .card-header .btn{font-size:20px;font-size:2rem;color:#444444;font-weight:bold;}
#about_us .mb-0, .my-0 {margin: 0!important;}
#about_us .btn:not(:disabled):not(.disabled) {cursor: pointer;}
#about_us .text-left {text-align: left!important;}
#about_us .btn-link {font-weight: 400;color: #007bff;text-decoration: none;}
#about_us .card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;min-height: 1px;padding:30px 1.25rem;}
#about_us .card-body .card-body-inner{max-height:600px;overflow-y:scroll;}
#about_us .card-header .btn{background:url(/views/img/arrow_down.svg) no-repeat 99% center;background-size: 16px;}
#about_us .card-header .btn.collapsed{background:url(/views/img/arrow_up.svg) no-repeat 99% center;background-size: 16px;}
#about_us .collapse {visibility: unset;}
#about_us .card-header .btn:focus{border: none;outline:none;}
#about_us .btn-link:focus, .certification_Procedure .btn-link:hover {text-decoration:none;}
/*#about_us #collapse_04 .card-body{white-space: break-spaces;}*/

#about_us .rule_list{
  margin-left: 10px;
}
#about_us .rule_list li{
    list-style: outside;
    margin-left: 20px;
}


@media (min-width:650px){
  #about_us .nav-tabbb .nav-link{
    padding: 6px 50px;
  }
}

/* sponsor / support */
#about_us .support_step{width: 80%;margin: 0 auto;text-align:center;}
#about_us .support_step li{float:left;position:relative;width:33.3333%;}
#about_us .support_step li:before{content:'';display:block;clear:both;position:absolute;bottom:7px;left:0;width:100%;height:3px;background:#ffc200;}
#about_us .support_step li:after{content:'';display:block;clear:both;position:absolute;bottom:0;right:0;width:15px;height:15px;background:#fff;border:3px solid #ffc200;border-radius:50%;}
#about_us .support_step li:nth-child(3):after{display:none;}
#about_us .support_step .support_step_num{font-size: 2rem;font-weight: bold;color: #ffc200;}
#about_us .support_step .support_step_tit{margin:10px 0 28px;font-size: 1.6rem;color: #999;}
.support_login{margin: 0 auto;padding:30px 0 0;font-size:2.2rem;text-align:center;font-weight: bold;line-height: 1.8;word-break:keep-all;}
.support_login .support_login_btn{display: inline-block;margin-left:20px;padding:0 20px;font-size:16px;font-weight: normal;line-height:30px;color:#fff;background:#1E1E1E;border:0;border-radius: 5px;}



#about_us .about_content_support{width: 80%;margin:30px auto 40px;/*border: 1px solid #949494;*/}

.about_content_step{padding:0 0 60px;}
.about_content_step01{position:relative;}
.donation_btn_wr{}
.about_content_step01 .nav-pills>li{width:100%;}
.nav>li>a.donation_btn{width:100%;margin:6px 0;padding:0 16px;text-align:center;line-height: 1.8;color:#fff;background:#686868;border: 0;border-radius:5px;word-break:keep-all;}
.about_content_step01 .nav-pills>li.active>a,
.about_content_step01 .nav-pills>li.active>a:focus,
.about_content_step01 .nav-pills>li.active>a:hover{color:#000;background:#ffc200;}
.about_content_step01 .nav-pills>li.active>a.donation_btn_anonymous,
.about_content_step01 .nav-pills>li.active>a.donation_btn_anonymous:focus,
.about_content_step01 .nav-pills>li.active>a.donation_btn_anonymous:hover{color:#fff;background:#D8476C;}

#about_us .tab-content.donation_sum_wr .tab-pane{padding:6px 0;}

.donation_sum_wr{}
.donation_sum_regular{}
.donation_sum_btn{display:none;}
.donation_sum_lb{width: 24%;margin-bottom:18px;padding: 0 16px;font-weight: normal;text-align:center;line-height: 1.8;color: #949494;border: 1px solid #949494;cursor:pointer;}
.donation_sum_anonymous .donation_sum_lb{width:50%;}
.donation_sum_lb.donation_sum_lb_btn_etc{padding: 0 ;}
/* .donation_sum_btn:checked+.donation_sum_lb{color:#000;background:#ffc200;border:1px solid #ffc200;} */
.donation_sum_btn+.sel{color:#000;background:#ffc200;border:1px solid #ffc200;}
/* .donation_sum_btn+.sel > input::placeholder{color:#000} */
.donation_sum_lb_text{width: 100%;/*padding-left:16px;*/text-align:center;border:0;background:none;}
.donation_sum_lb_text::placeholder {text-align:center;color:#949494;}
.donation_sum_lb_2nd{font-weight: normal;color:#949494;word-break:keep-all;}

.supporter_i_box{}
.container h3.supporter_i_tit{font-size:2rem;color: #686868;border: 0;}
.supporter_i_raio_btn{}

.supporter_i_form{display: inline-block;width:100%;height: 50px;margin:6px;padding:0 12px;font-size:1.6rem;line-height: 50px;color: inherit;background-color: #fff;background-image: none;border: 1px solid #A1A1A1;border-radius: 0;vertical-align: middle;}

.supporter_i_radio{display:none;}
.supporter_i_raio_btn{text-align:center;}
.supporter_i_radio:checked+.supporter_i_raio_btn{color:#000;background:#ffc200;border:1px solid #ffc200;}

.sign_up_lb{color:#1E1E1E;}
.sign_up_btn{float: right;text-decoration: underline;background:none;border:none;}

.mypage_mypost{padding:16px;}

.table_haru{font-size: 1.4rem;}
.table_haru .label-default{font-size:inherit;color:#939393;background:none;}
.board_commu .table_haru{color:#939393; margin-top: 20px;}
.board_commu .table_haru a{color:#939393;}
.board_commu .form-control{height:36px;}


.table.table_haru>caption+thead>tr:first-child>td,
.table.table_haru>caption+thead>tr:first-child>th,
.table.table_haru>colgroup+thead>tr:first-child>td,
.table.table_haru>colgroup+thead>tr:first-child>th,
.table.table_haru>thead:first-child>tr:first-child>td,
.table.table_haru>thead:first-child>tr:first-child>th{
  text-align:center;
  vertical-align:middle;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

.table.table_haru>tbody>tr>td,
.table.table_haru>tbody>tr>th,
.table.table_haru>tfoot>tr>td,
.table.table_haru>tfoot>tr>th,
.table.table_haru>thead>tr>td,
.table.table_haru>thead>tr>th{
  padding:8px;
  text-align:center;
  vertical-align:middle;
  border-bottom:1px solid #ddd;
}

.table.table_haru>tbody>tr.tb_notice_list,
.table.table_haru>tbody>tr.tb_notice_list>td,
.table.table_haru>tbody>tr.tb_notice_list>th,
.table.table_haru>tfoot>tr.tb_notice_list>td,
.table.table_haru>tfoot>tr.tb_notice_list>th,
.table.table_haru>thead>tr.tb_notice_list>td,
.table.table_haru>thead>tr.tb_notice_list>th,
.board_commu .table_haru .tb_notice_list a,
.table_haru .tb_notice_list .label-default{
  font-weight:bold;color:#666;background:#FFF7DE;
}


.table-striped.table_haru>tbody>tr:nth-of-type(odd){background:#fff;}

.check_post{padding:10px 0;text-align:right;}
.check_post_lb{font-size:1.2rem;line-height:30px;vertical-align:middle;}
.check_post_btn{margin-left:10px;padding:0 10px;line-height:28px;background:#fff;border:1px solid #bbb;}
.mypage_mypost_tit a{word-break:break-all;}
#about_us .board_commu .searchbox .btn:not(:disabled):not(.disabled){width:36px;height:36px;margin-left: -3px;background:#000;border:0;border-radius:0;}
.board.board_commu .searchbox{text-align:center;}


.commu_menu{text-align:center;color:#939393;border:0;border-radius:0;}
.commu_menu.dropdown-menu{min-width:167px;}
.commu_menu > li{}
.commu_menu > li > a{font-size: 1.4rem;line-height: 1.6;color:#939393;}
.commu_menu > li.active > a{text-decoration: underline;color: #333; background: none;}
.commu_menu.dropdown-menu > li > a:hover,
.commu_menu.dropdown-menu > li > a:focus {
  background-color: #efefef !important;
  color: #333;
}
.board_commu .searchbox .board_commu_sch_sel{width:130px;}
.board_commu .searchbox .board_commu_sch_txt{width:calc(100% - 180px);}




/* #login_page */
#login_page .access.col-sm-8{    
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  float: none;}
#login_page .panel{    
  background: transparent;
  border: 0;
  box-shadow: none;
  float: left;
  width: 50%;
  padding: 0 20px;}
#login_page .panel:first-child{border-right: 1px solid #cfcccc;}
#login_page .panel-default>.panel-heading{font-size:25px;font-weight:bold;text-align:center;background:transparent;border:0;box-shadow:none;}
#login_page .btn-primary{
  width:100%;    
  background: #ffc000;
  padding: 11px;
  text-align: center;
  font-size: 1.4em;
  border: 1px solid #000;
  color:#000;
  font-weight: 600;
  border-radius: 0;
  height: auto;
  margin-left: 0;
}
#login_page .panel-footer{margin-right: -15px;margin-left: -15px;padding: 0 0 10px;background:none;border:0;}
#login_page .panel-footer a{display:block;margin-bottom:12px;color:#1E1E1E;text-align:left;text-shadow:none;background:none;border:0;box-shadow:none;color: #818181;}

#login_page .social_connect_label{display:block;padding: 10px 15px;font-size:25px;font-size:1.92em;text-align:center;}
#login_page .social_connect_btn{margin-bottom:5px;padding:10px 0;font-size:20px;font-size:1.5em;text-align: center;background:#fff;border:1px solid #1E1E1E;}
#login_page .register_btn a{    
  display: block;
  background: #ffc000;
  padding: 11px;
  text-align: center;
  font-size: 1.5em;
  border: 1px solid #000;
  font-weight: 600; }
#login_page .register_btn a:hover,#login_page .register_btn a:active,#login_page .register_btn a:focus, #login_page .btn-primary:hover, #login_page .btn-primary:active, #login_page .btn-primary:focus{
  background: #000;
  color:#fff;
}
#login_page .panel_explanation{
  font-size: 15px;
  text-align: center;
  margin: 10px 0 15px;
  color: #818181;
}
@media (min-width:767px) {
  #login_page .form-horizontal .form-group{
    margin-right: 0; 
     margin-left: 0;
  }
}

/* #register_page */
#register_page .panel{background:transparent;border:0;box-shadow:none;}
#register_page .panel-heading{font-size:25px;font-weight:bold;text-align:center;background:transparent;border:0;box-shadow:none;}
#register_page .panel .panel-body p{font-size:1.4em;font-weight: bold;}
#register_page .search textarea{background:#fff;}
#register_page .btn.btn-success.btn-sm{    
  display: block;
  background: #ffc000;
  padding: 11px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  font-weight: 600;
  border-radius: 0;
  color: #000;}
#register_page .btn.btn-success.btn-sm:hover, #register_page .btn.btn-success.btn-sm:focus, #register_page .btn.btn-success.btn-sm:active{
    color: #fff;
    background-color: #000; 
    border-color: #000;
    border-radius: 0;
}
#register_page .register .control-label{font-size:20px;margin-bottom:12px;}
#register_page .register .mem_chk_blind{display:none;}
#register_page .register .mem_chk_label{display:block;width: 100%;margin-bottom:3%;padding:10px 0;font-size:1.4em;text-align:center;background:#fff;border:1px solid #9F9F9F;}
#register_page .register .interest_wr{padding-top:30px;}
#register_page .register .interest{font-size:1.4em;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest1{color:#fff;background:#0D4591;border-color:#0D4591;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest2{color:#fff;background:#D64986;border-color:#D64986;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest3{color:#fff;background:#8B4895;border-color:#8B4895;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest4{color:#fff;background:#76B835;border-color:#76B835;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest5{color:#fff;background:#FAB721;border-color:#FAB721;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest6{color:#fff;background:#C99D21;border-color:#C99D21;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest7{color:#fff;background:#009B80;border-color:#009B80;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest8{color:#fff;background:#29B2C5;border-color:#29B2C5;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest9{color:#fff;background:#527699;border-color:#527699;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest10{color:#fff;background:#DA8986;border-color:#DA8986;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest11{color:#fff;background:#9C603D;border-color:#9C603D;}
#register_page .register .checkbox .mem_chk_blind:checked + .mem_interest12{color:#fff;background:#1e1e1e;border-color:#1e1e1e;}

#register_page .register .checkbox .mem_interest1:hover{color:#fff;background:#0D4591;border-color:#0D4591;}
#register_page .register .checkbox .mem_interest2:hover{color:#fff;background:#D64986;border-color:#D64986;}
#register_page .register .checkbox .mem_interest3:hover{color:#fff;background:#8B4895;border-color:#8B4895;}
#register_page .register .checkbox .mem_interest4:hover{color:#fff;background:#76B835;border-color:#76B835;}
#register_page .register .checkbox .mem_interest5:hover{color:#fff;background:#FAB721;border-color:#FAB721;}
#register_page .register .checkbox .mem_interest6:hover{color:#fff;background:#C99D21;border-color:#C99D21;}
#register_page .register .checkbox .mem_interest7:hover{color:#fff;background:#009B80;border-color:#009B80;}
#register_page .register .checkbox .mem_interest8:hover{color:#fff;background:#29B2C5;border-color:#29B2C5;}
#register_page .register .checkbox .mem_interest9:hover{color:#fff;background:#527699;border-color:#527699;}
#register_page .register .checkbox .mem_interest10:hover{color:#fff;background:#DA8986;border-color:#DA8986}
#register_page .register .checkbox .mem_interest11:hover{color:#fff;background:#9C603D;border-color:#9C603D}
#register_page .register .checkbox .mem_interest12:hover{color:#fff;background:#1e1e1e;border-color:#1e1e1e;}
#register_page .register .checkbox label{font-size:1.4em;}
#register_page .register .help-block{font-size:1.3em;word-break: keep-all;}
#register_page .register .radio .mem_chk_blind:checked + #mem_sex01{color:#fff;background:#1e1e1e;border-color:#1e1e1e;}
#register_page .register .radio .mem_chk_blind:checked + #mem_sex02{color:#fff;background:#1e1e1e;border-color:#1e1e1e;}
#register_page .register .form-control[disabled],
#register_page .register .form-control[readonly],
#register_page .register fieldset[disabled] .form-control{background:#fff;}


/* mypage */
.container{position: relative;}
/* .mypage .row{
  margin-left: 0;
  margin-right: 0;
} */
.mypage_nav{
  width: 156px;
}
.mypage_nav.page_a{
  position: absolute;
  top: 0;
  left: 0;
}
.mypage_nav.page_b{
  float: left;
}
.mypage_nav ul{
border-bottom: 1px solid #b3b3b3;
margin-bottom: 0;
}
.mypage_nav ul:last-child{
  border-bottom: 0;
}
.mypage_nav ul li{
  padding: 10px 0;
}
.mypage_nav ul li a{
  font-size: 15px;
}
.mypage_nav ul li a:hover, .mypage_nav ul li a:focus, .mypage_nav ul li a:active{
  color:#F5BC1E;
}
.mypage_nav ul li a span{
  display: inline-block;
  width: 20px;
  text-align: center;
}
.mypage_nav ul li a i{
  font-weight: 600;
}
.mypage_wr{
  width: 63%;
  margin-left: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 0 auto;
}

.mypage_wr .mypage_greeting{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 30px;
  border-top-right-radius: 36px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  grid-column: 1 / 3;
}
.mypage_summary{
  background: #F5BC1E;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
  font-size: 19px;
}
.mypage_summary span{
  display: block;
  font-size: 45px;
}
.mypage_wr .mypage_box{margin-bottom:34px;padding: 30px 0;font-size:20px;font-size:1.54em;text-align:center;background:#fff;border-radius:20px;box-shadow:0px 10px 10px #00000029;}
.mypage_wr .mypage_box.mypage_box_hd{padding:50px;text-align:left;}
.mypage_wr .mypage_box.mypage_box_hd img{width:100%;height:auto;margin-bottom:0;}
.mypage_wr .mypage_box .mypage_name{margin:20px 0 24px;font-size:26px;font-size: 1.3em;font-weight:bold;}
.mypage_wr .mypage_box .mypage_info{}
.mypage_wr .mypage_box img{height:56px;margin-bottom:30px;}

/* .mypage{padding-top:50px;} */
.mypage .nav-tabs>li{float:none;margin-bottom:10px;text-align:center;}
.mypage .nav-tabs>li>a{font-size:1.54em;color:#fff;border-radius:10px;border-radius:0;background:#FFC200;}
/* .mypage .nav-tabs>li:nth-child(3n-2) a{background:#D8476C;}
.mypage .nav-tabs>li:nth-child(3n-1) a{background:#EBA340;}
.mypage .nav-tabs>li:nth-child(3n) a{background:#4BB199;} */
.mypage .nav-tabs>li>a:hover{
  color:#fff;
  background:#1e1e1e !important;
  border:1px solid #1e1e1e;}
.mypage .nav-tabs>li.active>a,
.mypage .nav-tabs>li.active>a:focus,
.mypage .nav-tabs>li.active>a:hover{
  /* color:#1e1e1e !important; */
  background:#1e1e1e !important;
  border:1px solid #1e1e1e;
}
.page-header{    
  margin: 10px 0 20px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 20px;
  position: relative;  
}
.search_cate_wrap{
  margin-bottom: 20px;
}
.mypage .bookmark_cate, .search_cate{
  font-size: 15px;
  padding: 6px 20px;
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 5px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 11px;
  margin-right: -11px;
  display: inline-block;
}
.mypage .bookmark_cate:hover, .mypage .bookmark_cate:active, .mypage .bookmark_cate.active,
.search_cate:hover, .search_cate:active, .search_cate.active{
  background: #F5BC1E;
}
.bookmark_Wrap{
  display: none;
}
.bookmark_Wrap.active{
  display: grid;
}
.mypage #fconfirmpassword, .mypage #fchangepassword{
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.mypage #about_us .tab-content{padding:0;}

.mypage_content .page-header h4{font-size:2em;}
.mypage .page-header_script{font-size:1.4em;}
.mypage .control-label{font-size: 17px;line-height: 2;text-align:left;padding-left: 0;padding-right: 0;}
.mypage .form-group .col-sm-12{padding-left: 0;padding-right: 0;}
.mypage .form-control[readonly]{background:#fff;}
.mypage .form-control{width: 100%;height: 44px;}
.mypage .form-group .help-block{padding-top: 0;}
.mypage .checkbox > label{font-size:17px;}
.mypage .btn-primary{background: #F5BC1E;border:1px solid #1e1e1e;height: auto!important;margin-left: 0!important;width: 100%;padding:10px 10px!important;color:#000;font-size: 1.5em!important;}
.mypage .btn-primary:hover, .mypage .btn-primary:focus, .mypage .btn-primary:active{
  background: #000;
  color:#fff;
}
.mypage .btn-default{padding: 7px 30px;font-size: 17px;text-shadow: none;border: 1px solid #000;border-radius: 0;box-shadow: none;color:#000;}
.mypage .btn-default:hover{color:#fff;background: #000;}
.mypage .form-group.success .btn-success{width:100%;font-size: 17px;margin-left: 0;padding: 8px;}
.mypage .scr_wr .scrap_list{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.mypage h2{margin-bottom:10px;}

.mypage .slick-arrow{position: absolute;top: 50%;z-index:3;width:22px;height:22px;text-indent:-9999em;background-size:22px;border: 0;}
.mypage .slick-arrow.slick-prev{left:-24px;background:url(/views/img/arrow_left.svg) no-repeat center center;}
.mypage .slick-arrow.slick-next{right:-24px;background:url(/views/img/arrow_right.svg) no-repeat center center;}

.mypage .flex-direction-nav > li > a{position: absolute;top: 50%;z-index:3;width:22px;height:22px;text-indent:-9999em;background-size:22px;border: 0;}
.mypage .flex-prev{left:-24px;background:url(/views/img/arrow_left.svg) no-repeat center center;}
.mypage .flex-next{right:-24px;background:url(/views/img/arrow_right.svg) no-repeat center center;}

.alert-info{font-size: 1.4em;color: #1e1e1e;background: transparent;border: 0;box-shadow: none;}
.alert-warning{padding:0;font-size: 1.4em;color: #d8476c;background: transparent;border: 0;box-shadow: none;}
.mypage .alert-danger{padding:0;font-size: 1.4em;color: #1e1e1e;background: transparent;border: 0;box-shadow: none;}


.mypage .cheering_tit{font-size:1.8rem;color:#444444;}
.mypage .cheering_tb{width:100%;margin:30px 0;border-collapse:collapse;text-align:center;}
.mypage .cheering_tb th{padding:10px 3px;font-size:1.8rem;text-align:center;color:#000;background:#ffc000;border:1px solid #000;}
.mypage .cheering_tb td{padding:10px 0;font-size:1.8rem;border:1px solid #000;}
.mypage .cheering_cancel_btn{  font-size: 17px;
  background: transparent;
  border: 0;
  text-decoration: underline;}

.mypage .stdpay_cancel_btn{
  font-size: 17px;
  background: transparent;
  border: 0;
  text-decoration: underline;
  padding:0 5px;
  }
.mypage .stdpay_cancel_btn:hover, .mypage .stdpay_cancel_btn:active, .mypage .stdpay_cancel_btn:focus,
.mypage .cheering_cancel_btn:hover,.mypage .cheering_cancel_btn:active,.mypage .cheering_cancel_btn:focus{
  color:#000;
  font-weight: 600;
  background: transparent;
  outline:none;
  }
.mypage_content .back_btn{
  display: none;
}
.mypage .content .col-xs-12{
  padding: 0 3px;
}
.mypage .pagination>li>a{
  color:#000;
  border:1px solid #000;
}
.mypage .pagination>.active>a,
.mypage .pagination>.active>a:focus,
.mypage .pagination>.active>a:hover, 
.mypage .pagination>.active>span, 
.mypage .pagination>.active>span:focus, 
.mypage .pagination>.active>span:hover{
  background-color: #FFC200;
  color: #000;
}

/*search*/
.mypage .searchbox .form-control{
  width: 75%;
  height: 37px;
}
.mypage .searchbox .btn-primary.btn_gall_sch{
  width: 25%!important;
  height: 37px!important;
  margin-left: -3px!important;
  padding: 0 12px 0 10px!important;
  line-height: 36px;
}
.mypage .searchbox .btn-primary.btn_gall_sch:hover, .mypage .searchbox .btn-primary.btn_gall_sch:focus, .mypage .searchbox .btn-primary.btn_gall_sch:active{
  background-color: #000;
  color:#fff;
}
.no-result{
  font-size: 15px;
}

/*회원정보 수정*/
#fregisterform{
  width: 100%;
  margin:0 auto;
}
#fregisterform .col-lg-12{
  padding-left: 0;
  padding-right: 0;
}
#fregisterform > .row, #fregisterform .form-group{
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 768px){
  #fregisterform{
    width: 70%;
  }
  .mypage .bookmark_cate_wrap{
    float: left;
    width: 52%;
  }
  .mypage .mypage_content .mb40{
    float: right;
    width: 48%;
  }
  .mypage_content{
    width: calc(100% - 156px);
    padding-left: 35px;
    float: left;
    padding-bottom: 20px;
  }
  .mypage_content .back_btn{
    display: none;
  }
}


@media (max-width: 1220px) {
	.container{width:98%;}
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mypage_nav{
    width: 140px;
  }
  .mypage_nav.page_b{
    margin-left: 25px;
  }
  .mypage_content{
    width: calc(100% - 165px);
    padding-right:20px;
  } 
}


/* together */
#together .nav-tabs{margin-bottom:40px;border:0;}
.together_list{}
.together_list li{min-height:400px;}
.together_list li .togeter_list_img{margin-bottom:10px;/*background:#FFC200;border-radius:0 50px 50px 50px;*/}
.together_list li img{width:100%;}
.together_list li .togeter_list_cate{margin-bottom: 4px;font-size: 1.4em;font-weight: bold;line-height: 1.4;}
.together_list li .togeter_list_name{font-size: 1.4em;line-height: 2;font-weight: normal;}

.together_view{}
.together_view .col-lg-3{width: 21%;padding: 0 12px;}
.together_view .col-xs-12{padding: 0 12px;}
.together_view .writer_cate{font-size:18px;}
.together_view .writer_cate img{width:20px;margin-right:4px;}
.together_view .writer_name{margin:10px 0;font-family: 'Noto Sans KR black';font-size:30px;font-size:2.2em;font-weight: bold;}
.together_view .writer_list_tit{margin: 24px 0 4px;font-size: 1.7rem;}
.together_view .haru_list_dash{font-size:20px;font-size:1.54em;color:#696969;}
.together_view .haru_list_dash > li{position:relative;padding-left:30px;word-break:keep-all;}
.together_view .haru_list_dash > li > i{position:absolute;top:4px;left:10px;}
/* .together_view .haru_list_dash > li:after{content:'';position:absolute;top:0;left:0;} */
.together_view .writer_motto{display: inline-block;padding:6px 16px;font-size:20px;color:#fff;background:#1E1E1E;word-break: keep-all;border-radius: 0 20px 20px 20px;}
.together_view .together_post_list{padding-top:70px;}
.together_post_list .section_story .in-preparation{
  grid-column: span 4;
}

.together_grade {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer !important;
  border-radius: 0 11px 0 11px;
  font-size: 15px;
  margin-left: -11px;
}
.together_grade:hover, .together_grade:focus, .together_grade.active{
  color: #000;
  background-color: #FFC200;
}
@media (min-width:767px) {
  .together_grade_wrap{
    float: left;
    margin-left: 11px;
  }
  .together_search_wrap{
    float: right;
  }
  
}
@media (max-width:766px){
  .together_grade_wrap{
    text-align: center;
  }
  .together_search_wrap .searchbox > .navbar-form{
    width: 60%;
    margin: 20px auto 0;
  }
}



.partners_list {
  background: #fff;
  padding: 20px;
}
.partners_list li img{
  width: 100%;
}

@media (max-width:991px){
  .partners_list li.col-xs-12{
    width: 33.333333%;
  }

}

/* .ck-editor__editable {
  min-height: 250px;
} */
.ck-content {
  font-size: 1.2em;
}
.ck-content .text-tiny {
  font-size: 0.7em;
}
.ck-content .text-small {
  font-size: 0.85em;
}
.ck-content .text-big {
  font-size: 1.4em;
}
.ck-content .text-huge {
  font-size: 1.8em;
}
.ck-content .image-style-side {
  max-width: 50%;
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.ck-content .image.image_resized {
  max-width: 100%;
}
.ck-content .image.image_resized {
  display: block;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ck-content .image.image_resized img {
  width: 100%;
}
.ck-content .image.image_resized > figcaption {
  display: block;
}
.ck.ck-editor__editable .image {
  position: relative;
}
.ck-content figcaption{
  text-align: center;
}

.ck-content h3 {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-bottom: 0.4em;
  padding-bottom:0;
  margin-bottom:1.4em;
  font-size: 2em;
  font-weight: 700;
  line-height: inherit;
  color: #333;
  border: 0;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  word-break:keep-all;
}
.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}
/*
 * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-image-style-spacing: 1.5em;
}

.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}


/*
 * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-highlight-marker-yellow: hsl(60, 97%, 73%);
	--ck-highlight-marker-green: hsl(120, 93%, 68%);
	--ck-highlight-marker-pink: hsl(345, 96%, 73%);
	--ck-highlight-marker-blue: hsl(201, 97%, 72%);
	--ck-highlight-pen-red: hsl(0, 85%, 49%);
	--ck-highlight-pen-green: hsl(112, 100%, 27%);
}

.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}
.ck-content .marker-red {
  background-color: var(--ck-highlight-marker-red);
}
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}

.ck-media__wrapper[data-oembed-url*="ckeditor.com"] .ck-media__placeholder__icon * {
  display: none;
}
.ck-media__wrapper[data-oembed-url*="ckeditor.com"] .ck-media__placeholder {
  background: hsl(282, 44%, 47%);
}
.ck-media__wrapper[data-oembed-url*="ckeditor.com"] .ck-media__placeholder__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMDFweCIgaGVpZ2h0PSIxMDFweCIgdmlld0JveD0iMCAwIDEwMSAxMDEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+bG9nby1lY29zeXN0ZW0tM2NhYTI3MDIxODwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImxvZ28tZWNvc3lzdGVtLTNjYWEyNzAyMTgiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbC1vcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSI+PC9yZWN0PiAgICAgICAgICAgIDxwYXRoIGQ9Ik02NC44LDM4Ljg5MTIzODIgQzY2LjEwODU1MzgsMzkuOTE3NzU4MiA2Ny43MjMxODI2LDQwLjQ3MzI5MyA2OS4zODQ0NTk1LDQwLjQ2ODU4MzQgQzczLjQzMTIxNjIsNDAuNDY4NTgzNCA3Ni43MTE1MTM1LDM3LjI1Nzc4MTkgNzYuNzExNTEzNSwzMy4yOTUwOTE4IEM3Ni43MTE1MTM1LDI5LjMzMzAyNTIgNzMuNDMxMjE2MiwyNi4xMjA5NzY4IDY5LjM4NDQ1OTUsMjYuMTIwOTc2OCBDNjUuMzM3NzAyNywyNi4xMjA5NzY4IDYyLjA1ODAyNywyOS4zMzMwMjUyIDYyLjA1ODAyNywzMy4yOTUwOTE4IEM2Mi4wNTgwMjcsMzQuMzY0MzE5OSA2Mi4yOTY3Mjk3LDM1LjM3ODY4MzggNjIuNzI1MDI3LDM2LjI5MDE3NzMgTDU4LjM3MzA1NDEsNDAuNTUwODc5NyBDNTYuMjU3MjU2OCwzOS4xMjEwNDg1IDUzLjc2MjYxNjcsMzguMzYwMzA1NSA1MS4yMTEzNTE0LDM4LjM2NjkxMTIgQzQ4LjMzMzg2NDksMzguMzY2OTExMiA0NS42ODIwMjcsMzkuMzEwODI0NSA0My41NjEwNTQxLDQwLjg5OTM5MTkgTDM5LjY1NjY0ODYsMzcuMDc2MzU2MSBDNDAuMzc1NDcxNiwzNS45NDcwNDM1IDQwLjc1Njg0NDgsMzQuNjM0OTA3OSA0MC43NTU2NzU3LDMzLjI5NTA5MTggQzQwLjc1NTY3NTcsMjkuMzMzMDI1MiAzNy40NzUzNzg0LDI2LjEyMDk3NjggMzMuNDI4NjIxNiwyNi4xMjA5NzY4IEMyOS4zODE4NjQ5LDI2LjEyMDk3NjggMjYuMTAxNTY3NiwyOS4zMzMwMjUyIDI2LjEwMTU2NzYsMzMuMjk1MDkxOCBDMjYuMTAxNTY3NiwzNy4yNTcxNTg1IDI5LjM4MTg2NDksNDAuNDY5MjA2OSAzMy40Mjg2MjE2LDQwLjQ2OTIwNjkgQzM0Ljg0NTkxODksNDAuNDY5MjA2OSAzNi4xNjkzNTE0LDQwLjA3NTE4MjMgMzcuMjkwMTM1MSwzOS4zOTMxMjA4IEw0MS4xOTUxNjIyLDQzLjIxNjE1NjYgQzM5LjU3MjcyOTcsNDUuMjkyODkwNSAzOC42MDc5NzMsNDcuODg5NTg3MiAzOC42MDc5NzMsNTAuNzA2OTg3NiBDMzguNjA2NjIzNyw1My4yMjAyMjEzIDM5LjM4NjcwNSw1NS42NzEzMjggNDAuODM5NTk0Niw1Ny43MTkwMDM5IEwzNi40ODcsNjEuOTgwMzI5NyBDMzUuNTI1MTEwNSw2MS41NDc5NzY5IDM0LjQ4MjY4OTMsNjEuMzI1Mjc3MyAzMy40Mjg2MjE2LDYxLjMyNjk0NzIgQzI5LjM4MTg2NDksNjEuMzI2OTQ3MiAyNi4xMDE1Njc2LDY0LjUzODk5NTYgMjYuMTAxNTY3Niw2OC41MDEwNjIzIEMyNi4xMDE1Njc2LDcyLjQ2Mzc1MjQgMjkuMzgxODY0OSw3NS42NzUxNzczIDMzLjQyODYyMTYsNzUuNjc1MTc3MyBDMzcuNDc1Mzc4NCw3NS42NzUxNzczIDQwLjc1NTY3NTcsNzIuNDYzNzUyNCA0MC43NTU2NzU3LDY4LjUwMTA2MjMgQzQwLjc1NTY3NTcsNjYuODAyMTQzIDQwLjE1MjcwMjcsNjUuMjQxMDA3NyAzOS4xNDM4MTA4LDY0LjAxMjE3NDggTDQzLjA5MjM1MTQsNjAuMTQ2MTIwNCBDNDUuMjg1NDMyNCw2MS45NTYwMTQ5IDQ4LjExODE2MjIsNjMuMDQ3MDY0IDUxLjIxMDcyOTcsNjMuMDQ3MDY0IEM1NC4wODg4Mzc4LDYzLjA0NzA2NCA1Ni43NDAwNTQxLDYyLjEwMzE1MDcgNTguODYxNjQ4Niw2MC41MTM5NTk4IEw2My4xNTcwNTQxLDY0LjcxOTc5OCBDNjIuNDM4MjMxMSw2NS44NDkxMTA2IDYyLjA1Njg1NzksNjcuMTYxMjQ2MiA2Mi4wNTgwMjcsNjguNTAxMDYyMyBDNjIuMDU4MDI3LDcyLjQ2Mzc1MjQgNjUuMzM4MzI0Myw3NS42NzUxNzczIDY5LjM4NDQ1OTUsNzUuNjc1MTc3MyBDNzMuNDMxMjE2Miw3NS42NzUxNzczIDc2LjcxMTUxMzUsNzIuNDYzNzUyNCA3Ni43MTE1MTM1LDY4LjUwMTA2MjMgQzc2LjcxMTUxMzUsNjQuNTM4OTk1NiA3My40MzEyMTYyLDYxLjMyNjk0NzIgNjkuMzg0NDU5NSw2MS4zMjY5NDcyIEM2Ny45NjcxNjIyLDYxLjMyNjk0NzIgNjYuNjQ0MzUxNCw2MS43MjA5NzE4IDY1LjUyMjk0NTksNjIuNDAzNjU2OCBMNjEuMjI3NTQwNSw1OC4xOTc4MTg2IEM2Mi44NDk5NzMsNTYuMTIwNDYxMiA2My44MTQxMDgxLDUzLjUyMzc2NDUgNjMuODE0MTA4MSw1MC43MDY5ODc2IEM2My44MTQxMDgxLDQ3LjY3ODIzNTUgNjIuNzAwMTYyMiw0NC45MDUxMDA1IDYwLjg1MTQ1OTUsNDIuNzU3OTE2IEw2NC44LDM4Ljg5MTIzODIgWiBNNTUuOTc5MTg5MiwxLjMwNjc4MDg3IEw5Mi4wMjA4MTA4LDIxLjY4MDcxODkgQzk1LjEwMTU2NzYsMjMuNDIyNjU2NiA5NywyNi42NDIxODY1IDk3LDMwLjEyNjA2MTkgTDk3LDcwLjg3MzkzODEgQzk3LDc0LjM1NzgxMzUgOTUuMTAxNTY3Niw3Ny41NzczNDM0IDkyLjAyMDgxMDgsNzkuMzE5MjgxMSBMNTUuOTc5MTg5Miw5OS42OTM4NDI2IEM1Mi44ODY4MTA4LDEwMS40MzUzODYgNDkuMTEzMTg5MiwxMDEuNDM1Mzg2IDQ2LjAyMDgxMDgsOTkuNjkzODQyNiBMOS45NzkxODkxOSw3OS4zMTkyODExIEM2Ljg5ODQzMjQzLDc3LjU3NzM0MzQgNSw3NC4zNTc4MTM1IDUsNzAuODczOTM4MSBMNSwzMC4xMjYwNjE5IEM1LDI2LjY0MjE4NjUgNi44OTg0MzI0MywyMy40MjI2NTY2IDkuOTc5MTg5MTksMjEuNjgwNzE4OSBMNDYuMDIwODEwOCwxLjMwNjE1NzQxIEM0OS4xMTMxODkyLC0wLjQzNTM4NTgwMyA1Mi44ODY4MTA4LC0wLjQzNTM4NTgwMyA1NS45NzkxODkyLDEuMzA2MTU3NDEgTDU1Ljk3OTE4OTIsMS4zMDY3ODA4NyBaIE01MS4yMTEzNTE0LDU5Ljc5NjM2MTMgQzQ2LjA4NDIxNjIsNTkuNzk2MzYxMyA0MS45MjgwNTQxLDU1LjcyNzA2MDEgNDEuOTI4MDU0MSw1MC43MDYzNjQxIEM0MS45MjgwNTQxLDQ1LjY4NjkxNTEgNDYuMDg0MjE2Miw0MS42MTY5OTA0IDUxLjIxMTM1MTQsNDEuNjE2OTkwNCBDNTYuMzM4NDg2NSw0MS42MTY5OTA0IDYwLjQ5NDY0ODYsNDUuNjg2OTE1MSA2MC40OTQ2NDg2LDUwLjcwNjk4NzYgQzYwLjQ5NDY0ODYsNTUuNzI3MDYwMSA1Ni4zMzg0ODY1LDU5Ljc5Njk4NDcgNTEuMjExMzUxNCw1OS43OTY5ODQ3IEw1MS4yMTEzNTE0LDU5Ljc5NjM2MTMgWiBNNjkuMzg0NDU5NSw3Mi40MjUwOTgxIEM2Ny4xNzE0ODY1LDcyLjQyNTA5ODEgNjUuMzc3NDg2NSw3MC42NjgxOTc0IDY1LjM3NzQ4NjUsNjguNTAxMDYyMyBDNjUuMzc3NDg2NSw2Ni4zMzQ1NTA2IDY3LjE3MTQ4NjUsNjQuNTc3NjQ5OSA2OS4zODQ0NTk1LDY0LjU3NzY0OTkgQzcxLjU5NzQzMjQsNjQuNTc3NjQ5OSA3My4zOTIwNTQxLDY2LjMzNDU1MDYgNzMuMzkyMDU0MSw2OC41MDEwNjIzIEM3My4zOTIwNTQxLDcwLjY2ODE5NzQgNzEuNTk4MDU0MSw3Mi40MjUwOTgxIDY5LjM4NDQ1OTUsNzIuNDI1MDk4MSBaIE0zMy40Mjg2MjE2LDcyLjQyNTA5ODEgQzMxLjIxNTY0ODYsNzIuNDI1MDk4MSAyOS40MjE2NDg2LDcwLjY2ODE5NzQgMjkuNDIxNjQ4Niw2OC41MDEwNjIzIEMyOS40MjE2NDg2LDY2LjMzNDU1MDYgMzEuMjE1NjQ4Niw2NC41Nzc2NDk5IDMzLjQyODYyMTYsNjQuNTc3NjQ5OSBDMzUuNjQxNTk0Niw2NC41Nzc2NDk5IDM3LjQzNTU5NDYsNjYuMzM0NTUwNiAzNy40MzU1OTQ2LDY4LjUwMTA2MjMgQzM3LjQzNTU5NDYsNzAuNjY4MTk3NCAzNS42NDE1OTQ2LDcyLjQyNTA5ODEgMzMuNDI4NjIxNiw3Mi40MjUwOTgxIFogTTMzLjQyODYyMTYsMzcuMjE4NTA0MiBDMzEuMjE1NjQ4NiwzNy4yMTg1MDQyIDI5LjQyMTY0ODYsMzUuNDYyMjI2OSAyOS40MjE2NDg2LDMzLjI5NTA5MTggQzI5LjQyMTY0ODYsMzEuMTI3OTU2NyAzMS4yMTU2NDg2LDI5LjM3MTY3OTUgMzMuNDI4NjIxNiwyOS4zNzE2Nzk1IEMzNS42NDE1OTQ2LDI5LjM3MTY3OTUgMzcuNDM1NTk0NiwzMS4xMjc5NTY3IDM3LjQzNTU5NDYsMzMuMjk1MDkxOCBDMzcuNDM1NTk0NiwzNS40NjIyMjY5IDM1LjY0MTU5NDYsMzcuMjE4NTA0MiAzMy40Mjg2MjE2LDM3LjIxODUwNDIgWiBNNjkuMzg0NDU5NSwzNy4yMTg1MDQyIEM2Ny4xNzE0ODY1LDM3LjIxODUwNDIgNjUuMzc3NDg2NSwzNS40NjIyMjY5IDY1LjM3NzQ4NjUsMzMuMjk1MDkxOCBDNjUuMzc3NDg2NSwzMS4xMjc5NTY3IDY3LjE3MTQ4NjUsMjkuMzcxNjc5NSA2OS4zODQ0NTk1LDI5LjM3MTY3OTUgQzcxLjU5NzQzMjQsMjkuMzcxNjc5NSA3My4zOTIwNTQxLDMxLjEyNzk1NjcgNzMuMzkyMDU0MSwzMy4yOTUwOTE4IEM3My4zOTIwNTQxLDM1LjQ2MjIyNjkgNzEuNTk4MDU0MSwzNy4yMTg1MDQyIDY5LjM4NDQ1OTUsMzcuMjE4NTA0MiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}
.ck-media__wrapper[data-oembed-url*="ckeditor.com"] .ck-media__placeholder__url .ck-media__placeholder__url__text {
  color: hsl(282, 100%, 93%);
}

.ck-media__wrapper[data-oembed-url*="ckeditor.com"] .ck-media__placeholder__url .ck-media__placeholder__url__text:hover {
  color: hsl(0, 100%, 100%);
}



.container .post_big_tit{font-family:'Noto Sans KR black';font-size: 30px !important;font-size: 3rem !important;color:#000;} 
.container .board_gallery_post .post_big_tit{margin-bottom: 0;text-align:center;border-bottom:0;}
.contents-view h3{font-size: 22px;font-size: 2.2rem !important;/*text-align:center !important;*/color:#444;line-height: 2;}
.contents-view h3 .text-big{font-size:33px !important;}
.ck-content .text-big{font-size: 17px;font-size:1.5rem !important;color:#686868;}
.ck-content .image.image_resized > figcaption .text-big{font-size:16px !important;color:#949494;}

.container .board_commu_post .post_big_cate{padding:15px 0;font-size:2.4rem;color:#444;border-bottom:1px solid #949494;}
.container .board_commu_post .contents-view{padding:0 15px;font-size: 1.2rem;}
.container .board_commu_post .post_big_tit{margin-bottom:0;padding:15px 0;font-family:'Noto Sans KR';font-size:2.4rem !important;text-align:left;color:#444;}
.board.board_commu_post .info_wr{margin-bottom:20px;padding:15px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #E5E5E5;}
.board.board_commu_post .info{display:block;margin-bottom:0;}
.board.board_commu_post .post_nickname{color:#FFC200;}

/* #post-content p{margin:0} */
.member_only{position: absolute;left: 0;bottom: 0;width: 100%;height: 250px;background: linear-gradient(to top, #fff, 75%, rgba(255, 255, 255, 0));}
/* background: linear-gradient(to top, #ffc200, 42%, rgba(255, 255, 255, 0)) */
.member_only_guide{padding:0px 0 30px;text-align:center;background: #fff;}
.member_only_guide_txt{margin-bottom:30px;font-size: 2rem;color:#000;line-height: 1.4;word-break:keep-all}
.member_only_login{display: inline-block;padding:11px 60px;font-size: 16px;background: #ffc200;border: 1px solid #000;font-weight: 600;}
.member_only_login:hover{    
  background: #000;
  color: #fff;}


@media all and (max-width:540px){
  .container .post_big_tit{font-size:1.8em !important;}
  .ck-content .text-big{font-size: 1.7rem;}
  
}


.owl-carousel.owl-drag .owl-item{/*margin-right:0px !important;*/}
.owl-thele .owl-stage-outer {
  margin: 0 30px;
}
.owl-theme .owl-item {
  /* background: #D6D6D6; */
  font-size: 1.7rem;
  font-weight: bold;
  /* padding: 12px 0; */
}

.navbar .owl-carousel.owl-drag .owl-item:nth-child(12) .dropdown-menu{margin-left: -10px;}
.navbar .owl-carousel.owl-drag .owl-item:last-child .dropdown-menu{margin-left:-90px;}
.owl-theme .owl-item > li{font-size: 1.6rem;}
.owl-theme .owl-item a{
  display:block;
  /* padding-right:20px; */
  line-height:52px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover{background:none;}

.owl-theme .owl-nav {
  /* margin-top: 8px; */
  /* padding: 8px 0; */
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 0px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin:9px 5px;
  padding: 4px 7px;
  background: #F9C020;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #F9C020;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav [class*='owl-'] img {
  width: 15px;
  height: 35px;
}
.owl-theme .owl-nav .owl-prev {
  float: left;
  width: 15px;
  margin-left: 10px;
}
.owl-theme .owl-nav .owl-next {
  float: right;
  width: 15px;
  margin-right: 10px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width:768px) {
.subs_img{
  float: left;
  width: 50%;
  padding: 10px;
}
.support_detail div.clearfix{
  margin: 0 -10px;
}
}
.subs_img img{
  width: 100%;
  margin-bottom: 10px;
}
.subs_img{
  margin-bottom: 20px;
}

/*구독 결과*/
.subscribe_result_img_pc, .unsubscr_img_pc, .about_top_pc, .memberleave_pc{
  display: block;
  width:100%;
  margin-bottom: 20px;
 }
.subscribe_result_img_m, .unsubscr_img_m, .about_top_m, .memberleave_m{
 display: none;
 width:100%;
 margin-bottom: 20px;
}
.unsubscr_img_pc, .unsubscr_img_m{
  border:1px solid #ccc;
}

.gotohome_btn{
  width: 100%;
  padding:20px 0;
  margin-left: 0;
}

@media (max-width:991px){
  .subscribe_result_img_m, .unsubscr_img_m, .about_top_m, .memberleave_m{
    display: block;
   }
  .subscribe_result_img_pc, .unsubscr_img_pc, .about_top_pc, .memberleave_pc{
    display: none;
   }
}

/*구독현황*/
.subcribe_or_not p{
 text-align: center;
 font-size: 20px;
}
.subsc_detail p{
  font-size: 15px;
  margin: 10px 0;
  font-weight: 600;
}
.subsc_detail table{
  width: 100%
}
.subsc_detail table tr{
  border-bottom: 1px solid #ddd;
}
.subsc_detail table tr.subsc_datail_th{
  border-top: 1px solid #ddd;
  font-weight: 600;
}
.subsc_detail table td{
  font-size: 14px;
  padding:10px;
}
.subsc_detail table tr.subsc_datail_th td{
  font-weight: 600;
}

.subsc_form{
  margin:15px 0;
}

.about_content .subscr_btns{
background: #FFC200;
font-size: 16px;
width: 100%;
padding: 20px;
font-weight: 600;
border:1px solid #000;
color:#000;
margin-left: 0;
line-height: 1.4;
display: block;
text-align: center;
border-radius: 5px;
}
.support_subscribed{
  padding:60px 0 0 0;
}

/*구독해지 unsubscribe */
.unsubscr_confirm h4, .unsubscr_confirm p, .unsubscr-form{
  text-align: center;
}
.unsubscr_confirm h4{
  font-size: 20px;
  margin-bottom: 5px;
}
.unsubscr_confirm p{
  font-size: 14px;
  color: #8f8f8f;
}

.unsubscr_btn{
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
button[type="button"].unsubscr_btn{
    background: #F5BC1E;
    color: #000;
}
.unsubscr_img, .unsubscr_img img{width: 100%;}
.back_to_home{display:inline-block;width: 100%;font-weight:600; padding: 20px;background:#F5BC1E;font-size: 16px;border: 1px solid #000;text-align: center;margin-top: 20px;}

#board_ads + form#fboardlist .table-image>div{padding-bottom: 15px;}
.galleylist_searchbox + div.row .pull-right{
  padding-bottom: 20px;
}
/* media */

@media (min-width:1200px) {
  .section_story .gallery_box_img, .section_video .gallery_box_img{
    max-height: 164.53px;
    overflow: hidden;
  }
}
@media (min-width:767px) {
.row {
  margin-right: 0;
  margin-left: 0;
}
}
@media all and (max-width:1300px){
  .navbar-brand>img{width:100%;}
  .navbar-nav{float:none;}
  .navbar-nav>li {float: left;width: 11%;}
  .navbar-default .navbar-nav>li>a{padding:0;font-size: 1.6em;}
  .subscription .sign_up_subscription{font-size:1.1em;}
  .subscription .btn-success{padding:3px 20px;}

  #side_menu .side_wr .side_inner_rel{width:100%;}
  .mypage .nav-tabs>li>a{font-size: 1.22em;}

  .search_wr{height: auto;padding:40px 20px 80px;}
  .search_wr .container{width:90%;}
  .search_wr .sch_close{top:14%;width:34px;}
  .search_wr .sch_close > img{width:100%;}

  .donation_sum_lb{width:48%;}
  .donation_sum_wr .tab-pane:nth-child(2) .donation_sum_lb{margin-bottom:2px;}
  .donation_sum_wr .tab-pane:nth-child(2) .donation_sum_lb_2nd{display:block;margin-bottom:18px;}
  .donation_sum_wr br{display:none;}
}
@media all and (max-width:1200px){
 #visual, .side_slider{
   float: none;
   width: 100%;
  }
}

@media all and (max-width:1024px){
  body{font-size:12px;}
  /* .wrapper{padding-top:158px;} */
  header{padding:15px 0;}
  .navbar-toggle{margin-top: 6px;padding:2px 4px;}
  .navbar-toggle .icon-bar{width: 24px;height: 3px;}
  .sch_open{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .sch_open.with_mypge{
    right: 50px;
  }
  .hd_login{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mypage_mobile{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .sns_hd_wr ul {padding-top: 10px;}
  .sns_hd_wr ul li{width:auto;margin-left: 20px;}
  .sns_hd_wr ul li a img{height:24px;}
  /* .navbar-brand{width: 180px;} */
  /* .navbar{top: 106px;min-height:40px;} */
  .navbar-default .navbar-nav>li>a{font-size: 1.4em;line-height: 40px;}

  
  .form-control.form_gall_sch{width: calc(100% - 60px);}

  .subscription{/*padding:30px 0 20px;*/}
  .subscription h2{font-size:1.6em;}
  .subscription .lead{font-size:1.6em;}

  .container h3{font-size: 1.9em !important;font-size:2rem !important}

  .haruselect select{}

  .board_title {
    width: 28%;
  }
  /* .gallery_box_img .gallery_box_img_a{height:286px;} */
  /* .gallery_box_i_cate{font-size: 1.3em;} */
  .gallery_box_t_tit{font-size: 1.4em;}
  .board_ft_info .board_ft_info_img {min-height: 120px;}
  .board_ft_info .board_ft_info_cate {margin-bottom: 6px;}

  .gallery_box_txt_wr p{word-break:keep-all;}

  .container .board_content_sns .sns_button a img,
  .container .board_content_sns .sns_button button img{width:48px;height:48px;}


  #side_menu{font-size: 1.58em;}
  #side_menu .side_wr{padding:30px;}
  #side_menu .side_wr .side_hello{}

  footer .side_menu_ft{width: 150px;}
  #side_menu .side_wr .side_close > img{width:24px;}

  .mypage_wr .mypage_box{font-size: 1.34em;}
  .mypage_wr .mypage_box .mypage_name{font-size: 1.1em;}
  .mypage .nav-tabs>li>a{font-size: 1.22em;}

   
  #about_us .about_content_support{font-size:1.5rem;}
  .container h3.supporter_i_tit{font-size:1.6rem !important;}
  .supporter_i_form{font-size:1.5rem;}

}


@media all and (max-width:991px){
  .subscription .sign_up_wrapper{padding:2% 15px 0;}
  .mypage .nav-tabs>li {
    float: left;
    width: 20%;
    width:16.6666%;
  }
  .mypage .nav-tabs>li>a{padding: 10px 5px;}
  #isroll_wrap div.copyright li.ban {padding: 15px 15px 15px 0;float: left;}
  #isroll_wrap div.copyright li.ban:nth-child(2) {margin-left: 0px;}

  .board_title {
    width: 31%;
  }

  .section_story, .section_video{
    grid-template-columns: repeat(2, 1fr);
    /* padding: 0 15px; */
  }
  .section_class, .section_salon{
    /* grid-template-columns: 1fr; */
    /* padding: 0 15px; */
  }
  .gallery-box.class_list_box{
    display: block;
  }
  /* .section_title{
    padding: 0 15px;
  } */
  /* .galleylist_searchbox{
  margin-left: 15px;
  } */
}
@media (min-width:769px) and (max-width:1261px){
  .post_keyword, .board_ft_info, .board_ft_ad, .board_ft_recommend {
    margin-right: 20px;
    margin-left: 20px;
  }
  .writer_img{
    padding-left: 10px;
  }
}

@media all and (max-width:768px){
  header {padding: 5px 0;}
  .navbar-header {padding-top: 9px;}
  .sns_hd_wr ul {padding-top: 6px;}
  .navbar-collapse{border:0;/*overflow-x: scroll;*/}
  .navbar {/* display: none; */top:58px;min-height: auto;border: 0;border-bottom: 1px solid #000;}
  .navbar .navbar-nav{/*display: none;width:750px;*/margin:0;}

  .side_slider ul li{
    width: 50%;
    float: left;
  }

  #side_menu {top: 58px;height: calc(100% - 58px);}
  #side_menu .side_wr{width: 70%;}
  
  .main{padding: 0;}
  .main .container{padding: 24px 0;}
  .board_content_wr{margin-top:30px;}
  /* .btn_post{padding:5px 16px;} */
  .board .btn-group {padding-top: 11px;}
  .container .info_datetime{font-size:1.2em;}
  .container .board_content_sns .sns_button a, .container .board_content_sns .sns_button button {margin-left: 6px;}
  .board_ft_info .board_ft_info_recommend{margin-bottom:0px;}

  .board .board_ft_ad .col-xs-12{
    padding: 0;
  }
  .board_ft_recommend > .row{
    margin-right: 0px;
    margin-left: 0px;
  }
  /* .gallery_box_img .gallery_box_img_a{height:326px;} */

  .mypage_wr .mypage_box {padding: 20px 0;}
  .mypage_wr .mypage_box img{height: 36px;}
  .mypage_wr .mypage_box.mypage_box_hd {padding:67px 50px;}
  .mypage_wr .mypage_box.mypage_box_hd img{width:auto;height:140px;margin-bottom: 40px;}
  .mypage .nav-tabs>li{float:left;width:20%;margin-bottom: 20px;}
  .mypage_content .page-header{margin: 20px 0 20px;text-align: center;}
  .mypage .nav-tabs {border-bottom:0;}
  .mypage_nav.page_a, .container{
      position: static;
    }
  .mypage_nav.page_a, .mypage_wr{
      width: 100%;
      margin:15px 0;
    }

  .main .mypage .navbar-form{
      float: none!important;
      margin:0;
    }
  .mypage .searchbox{
      width: 70%;
      margin: 15px auto;
    }
  .bookmark_cate_wrap{
      text-align: center;
    }
  .mypage_content .back_btn{
      display: inline-block;
      float: left;
      cursor: pointer;
    }
  .mypage_content .back_btn i{
      font-size: 1.5em;
  }
  #about_us .about_content h2{font-size:1.3em;}
  #about_us .about_tit img.about_tit_icon{/*width: 34px;*/}
  #about_us .about_tit_tb h2{/*font-size:1.56rem;*/}
  #about_us h2{font-size:1.3em;}
  #about_us .about_submit_wr h3{font-size: 1.1em;}
  #about_us .about_submit_wr p{/*font-size: 1.1em;font-size: 1.4rem;*/}
  #about_us .about_content{/*font-size: 1.1em;*/}
  #about_us .form-group .about_submit_wr_lb{margin-bottom:8px;vertical-align: middle;}
  #about_us .about_submit_wr button[type="submit"] {padding: 10px 0;font-size:1.7em;}

  .together_list {}
  .together_list li {min-height: 370px;}
  .btn-primary.btn_gall_sch {font-size: 1.3em;}

  .board_title {
    width: 35%;
    margin: 20px auto;
}


}




@media all and (max-width:767px){
  .container {width: 90%!important;}
  .hd_login {position: absolute;}
  .sns_hd_wr:before{display: none;}
  .search_wr{padding:30px 0 50px;}
  .search_wr .navbar-form{padding:0;}
  .search_wr .btn-primary{font-size: 1.6em;}
  .search_wr .sch_close {top: 8%;width: 18px;height: 18px;}

  .navbar .container{padding-left:0;padding-right:0;width: 95%}
  /* .navbar-nav>li {float: left;width: 11%;}
  .navbar-default .navbar-nav>li>a{font-size:1.46rem;line-height: 40px;} */
  .navbar .navbar-nav{/*display: flex;*/overflow: auto;white-space: nowrap;overflow: overlay;}
  .navbar-nav>li{display: flex;align-items: center;justify-content: center;margin: 0 1.6rem;box-sizing: border-box;}
  .navbar-default .navbar-nav>li>a{padding:0 1.25rem;font-size:1.46rem;}

  .navbar-nav>li:first-child{display:flex !important;}
  .navbar-nav>li:last-child{display:flex !important;}

  .navbar-nav .open .dropdown-menu{min-width:380px;margin-left: 0;}
  .navbar-nav .open .dropdown-menu>li>a{padding: 5px 10px;line-height:30px;}

  .navbar .owl-carousel.owl-drag .owl-item:nth-child(11) .dropdown-menu{}
  .navbar .owl-carousel.owl-drag .owl-item:nth-child(12) .dropdown-menu{margin-left:-20px;}
  .navbar .owl-carousel.owl-drag .owl-item:last-child .dropdown-menu{margin-left:-90px;}



  .mySwipe_wr{display:block;}

  .haruselect select{width: 32%;padding: 0 10px 0 12px;font-size: 1.1em;}

  
  /* .subscription .mailling_label .lead span{font-size: 16px;} */
  .subscription .form-control {margin-bottom: 7px;}
  
	.container h3.board_name{margin-bottom:20px;}
  .board_content_wr{margin-top:12px;}

  
  /* .gallery_box_img .gallery_box_img_a{height:583px;} */
  .gallery_box_t_tit{min-height:auto;}
  .haruselect{width: 94%;margin-left:3%;}
  /* .haruselect > .form-control:nth-child(1){margin-left:1.2%;} */

  .container .board_content_sns{text-align:left;}
  .container .info_datetime{display: block;margin-bottom: 10px;line-height: 4.8em;}
  .container .board_content_sns .sns_button a:nth-of-type(1){margin-left:0;}

  .form-control_schTop{width: calc(100% - 70px);font-size: 1.6em;}
  .search_wr .hashtag_wrapper h2 {font-size: 1.5em;}
  .search_wr .hashtag_wrapper .hashtag_wr a {    
    font-size: 1.2em;
    margin-right: 5px;
    margin-bottom: 5px;}
  .mypage_wr .mypage_box.mypage_box_hd {padding: 40px 20px;text-align: center;}
  .mypage_wr .mypage_box.mypage_box_hd img {height: 140px;width: auto;margin-bottom: 10px;}
  .mypage_wr .mypage_box .mypage_info {word-break: keep-all;}
  .mypage .nav-tabs>li{width:33.3333%;margin-bottom: 3px;}
  /* .mypage .nav-tabs>li:nth-child(1),.mypage .nav-tabs>li:nth-child(2){width:50%;} */
  .mypage .nav-tabs>li>a {padding: 10px 0;font-size: 1.2em;}

  .mypage_nav.page_b{
    display: none;
  }
 .mypage_content {
   padding:0 15px;
 }


  .mypage .cheering_tb th{font-size:1.4rem;}
  .mypage .cheering_tb td{font-size:1.4rem;}
  .mypage_wr .mypage_greeting{font-size: 25px;}
  .mypage_summary{ font-size: 17px;
    line-height: 1.3;
    padding:20px 30px;
  }
  .mypage_summary span{font-size: 34px;}

  .mypage .scr_wr .scrap_list{
    grid-template-columns: 1fr;
  }

  #side_menu .side_wr {width:100%;padding:60px 40px 30px;border-right:0;left: -100%;}
  #side_menu .side_wr .side_close {top: 20px;right: 20px;}
  #side_menu .m_menu li{
    text-align: center;
  }
  #side_menu .side_wr .side_hello {
    text-align: center;
}

  footer{padding-bottom:0;}
  #login_page{width:90%;margin:0 auto;}
  #login_page .panel{
    float: none;
    width: 100%;
  }
  #login_page .panel:first-child{
    border-right: 0;
    border-bottom: 1px solid #cfcccc;
  }
  #about_us .nav-tabbb .nav-link{font-size: 1.3em;}
  #about_us .about_submit_wr h3{font-size:1.34rem !important;}
  #about_us .about_submit_wr p{font-size:1.34rem !important;}
  #about_us .form-group .about_submit_wr_lb{font-size:1.34rem !important;}
  #about_us .about_submit_wr button[type="submit"]{font-size:1.7rem;}
  #about_us .card-header .btn{font-size: 1.6rem;}

  #about_us .support_step .support_step_tit{font-size:1.4rem;}
  #about_us .support_step, .support_login, #about_us .about_content_support{width:94%;}
  #about_us .about_content_support{padding: 30px 40px;}
  .donation_sum_lb{width:98%;padding:0 8px;}
  .donation_sum_anonymous .donation_sum_lb{width:98%;}
  .donation_sum_lb_text{padding-left:8px;}


  #about_us .board_commu .tab-content{padding-left:0;padding-right:0;}

  .table.table_haru>tbody>tr>td,
  .table.table_haru>tbody>tr>th,
  .table.table_haru>tfoot>tr>td,
  .table.table_haru>tfoot>tr>th{
    display:inline-block;padding:4px 4px 10px;padding-top:2px;text-align:left;border:0;
  }
  .table.table_haru>tbody>tr{display:block;border-bottom:1px solid #ddd;}
  .table_haru_category{}
  .table.table_haru>tbody>tr>td.table_haru_title{display:block;padding:10px 10px 2px;font-size:1.6rem;color:#666;}
  .table.table_haru>tbody>tr>td.table_haru_title a{color:#666;}
  .table_haru .label-default{padding-left:0;font-weight:normal;}
  .table.table_haru>tbody>tr>td.table_haru_name{padding-left:10px;}
  .table.table_haru>tbody>tr>td.nopost{width: 100%;text-align:center;}


  .board_haru_comment .media{padding:16px 0;}
  .board_haru_comment_dot{top:16px;}
  .board .board_haru_comment .media .good{bottom:16px;}
  .board .board_haru_comment .media .reply_etc{bottom:17px;}

  .board .col-xs-12{
    padding-left: 15px;
    padding-right: 15px;

  }

}

@media all and (max-width:610px){
  /* .navbar .navbar-nav {width:732px;}
  .navbar-nav>li {width:auto;}
  .navbar-default .navbar-nav>li>a{padding:0 2.2rem;} */
  /* .gallery_box_img .gallery_box_img_a{height:475px;} */
  .mypage .gallery_box_img .gallery_box_img_a{height:209px;}
  .board_title {
    width: 55%;
    margin: 20px auto;
}
}


@media all and (max-width:540px){
  .wrapper {padding-top:58px;}
  header {height: 58px;}
  .navbar-brand {width:140px;/*padding-top: 4px;*/}
  .navbar-toggle {margin-left: 10px;} 
  .sch_open i{vertical-align:top;}
  /* .navbar{top:64px;} */
  /* .navbar .navbar-nav {width:732px;}
  .navbar-default .navbar-nav>li>a{padding:0 2.2rem;} */
  .owl-stage-outer .owl-stage .owl-item.active{
    width:80px!important;
    margin-left: 13px;
  }
  .owl-stage-outer .owl-stage .owl-item:first-child{
    margin-left: 9px;
  }
  .owl-stage-outer .owl-stage .owl-item:last-child{
    margin-left: 15px;
  }
  .main_nav{
    width: 72px;
    height: 31px;
  }
  .section_story{
    margin-bottom: 25px;
  }
  /* .nav_trand{
    background-image: url('/views/img/nav_mob_01(trend).png');
  }
  .nav_class{
    background-image: url('/views/img/nav_mob_02(class).png');
  }
  .nav_salon{
    background-image: url('/views/img/nav_mob_03(salon).png');
  }
  .nav_fun{
    background-image: url('/views/img/nav_mob_04(funplus).png');
  } */
  .navb_li:after{
    width: 6px;
    height: 24px;
    right: -10px;
  }
  .owl-stage{
    padding-left: 0!important;
    padding-right: 0!important;
    width: 373px!important;;
  }
  .owl-item.active{
    margin-right: 0!important;
  }
  
  .gallery_box_txt_wr{
    font-size: 13px;
    padding: 0;
  }
  .gallery_box_t_tit, .gallery_box_t_tit a, .gallery_box_txt .instructor{
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
  }
  .gallery_box_t_tit{
    margin-top:5px;
  }
  .gallery_box_txt .price{
    font-size: 13px;
  }
  .product_detall{
    font-size: 12px;
  }
  /* .gallery_box_txt_top{
    position:static;
    text-align: left;
    width: 100%;
    margin: 5px 0;
    height: auto;
  } */
  .gallery_box_txt_top{
    top: 5px;
    right: 5px;
  }
  .gallery_box_i_cate, .stiker{
    position:static;
    font-size: 10px;
    line-height: 22px;
  }
  .gallery_box_txt p{
    margin-bottom: 6px;
  }
  .section_title>a {
    width: 90px;
  }

  .gallery_box_i_cate{
    margin-bottom: 2px;
  }
  .gallery_box_mod{
    bottom: auto;
    top:0; 
    left: 0;
  }
  .gallery_box_mod .btn-danger.btn-one-delete{
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
  }

  #side_menu {top: 58px;height: calc(100% - 58px);}

  .modal-content{width: 90%;padding: 30px 50px;}
  .modal-title {margin-bottom: 0;font-size: 1.5em;}
  .modal-body p {font-size: 1.2em;}
  
  /* .gallery_box_img .gallery_box_img_a{height:430px;} */
  .mypage .gallery_box_img .gallery_box_img_a{height:264px;}
  
  .container .board_content_sns .sns_button a img, .container .board_content_sns .sns_button button img {width: 34px;height: 34px;}
  /* .board_ft_info .board_ft_info_img{width:160px;min-height:auto;}
  .board_ft_info_txt_wr{min-height:auto;} */
  .board_ft_info .board_tit_big{font-size: 1.1em;}
  #board_ads .gallery_box_t_tit {min-height:auto;margin-bottom:0;}
  .b_ad .gallery_box_img{border: 1px solid #a7a7a7;}


  #about_us .about_tit h2{}
  #about_us .about_tit img.about_tit_icon{margin-bottom: 10px;}
  #about_us .about_tit_tb h2{font-size:1.7rem;}
  #about_us .form-group {margin-bottom:0px;}
  #about_us .form-group > div{margin-bottom:15px;}
  #about_us .nav-tabbb .nav-link{font-size: 1.1em;}
  #about_us .about_content{padding:30px 0px;}
  #about_us .about_content h2{font-size: 1.1em;}
  #about_us h2{float:none;font-size:1.1em;}
  #about_us .about_tit{padding:0 20px;}
  #about_us .card-header .btn{font-size:1.7rem;}
  #about_us .card-body .card-body-inner{font-size:1.34rem;}

  .together_list li {min-height: 280px;}
  .together_list li .togeter_list_name {font-size: 1.2em;}
  .together_v_img{width:160px;margin-bottom:20px;}
  .together_view .haru_list_dash{font-size:1.2em;}  
  .together_view .haru_list_dash > li{position:relative;padding-left:56px;}
  .together_view .haru_list_dash > li > i{position:absolute;top:4px;left:38px;}
  .together_view .writer_motto {margin-top: 10px;}


  .searchbox > .navbar-form{width:100%;margin-right: 0;padding: 0;}
  .mypage .haruselect select{width:50%;margin-bottom: 20px;}
  .form-control.form_gall_sch{width:calc(100% - 56px);}

  #about_us .about_content_support{padding:0px;}

  #about_us .board_commu .nav-tabbb > li{width:24.4%;margin:0.3%;border:0;}
  #about_us .board_commu .nav-tabbb > li:nth-child(1){width:49.4%;}
  #about_us .board_commu .nav-tabbb > li > a{border-radius:0;}

  .container .board_commu_post .post_big_cate{font-size:1.8rem;}
  .container .board_commu_post .post_big_tit{font-size:1.8rem !important;}
  .container .board_commu_post .contents-view{padding:0;}

  .subscription .subscription_btn{
    top: 17px;
    right: -4px;
  }

  

}
@media all and (max-width:480px){
  /* .navbar .navbar-nav {width:732px;}
  .navbar-default .navbar-nav>li>a{padding:0 1.28rem;} */

  .navbar .owl-carousel.owl-drag .owl-item:nth-child(11) .dropdown-menu{}
  .navbar .owl-carousel.owl-drag .owl-item:nth-child(12) .dropdown-menu{margin-left:-50px;}
  .navbar .owl-carousel.owl-drag .owl-item:last-child .dropdown-menu{margin-left:-150px;}

  
  .gallery_list_nopost{padding:100px 16px;}
  .gallery_list_nopost_tit{font-size:1.6rem;}

	#login_page .btn-primary{font-size:1.6em;}
  #register_page .btn.btn-success.btn-sm{font-size:1.6em;}
  #about_us .about_tit img.about_tit_icon{margin-right:10px;}
  #about_us .about_tit h2{width: calc(100% - 48px);padding-top:4px;}
  #about_us .about_tit h2.tit_about_ad{margin-top: -4px;padding-top:0px;}
  #about_us .about_tit h2.tit_clause{padding-top:12px;}
  .ck-content .image.image_resized{width:100% !important;}

  #about_us .about_content_support{font-size: 1.3rem;}
  .container h3.supporter_i_tit {font-size: 1.3rem !important;}
  .supporter_i_form{height:32px;padding:0 4px;font-size:1.3rem;line-height:32px;}

  .board_commu .form-control{height:auto;}
}

@media all and (max-width:420px){
  /* .gallery_box_img .gallery_box_img_a{height:326px;} */
}


@media all and (max-width:380px){
  .navbar-brand {width:120px;}
  /* .navbar .navbar-nav {width:530px;}
  .navbar-default .navbar-nav>li>a{padding:0 1.04rem;} */

  .navbar-nav .open .dropdown-menu{min-width:280px;}
  .navbar .owl-carousel.owl-drag .owl-item:nth-child(11) .dropdown-menu{}
  .navbar .owl-carousel.owl-drag .owl-item:nth-child(12) .dropdown-menu{margin-left:-50px;}
  .navbar .owl-carousel.owl-drag .owl-item:last-child .dropdown-menu{margin-left:-90px;}
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding:5px 10px;}


  .search_wr{height:100%;padding:180px 0 0;border-bottom:0;}
  /* .gallery_box_img .gallery_box_img_a {height:287px;} */
  .mypage .gallery_box_img .gallery_box_img_a{height:243px;}
  .mypage .gallery_box_txt_wr{padding:14px 14px 0;}
  .container h3 .board_name_eng{font-size: 1.6rem;}
}

@media all and (max-width:340px){
  .mypage .nav-tabs>li{width:50%;}

  .mypage .cheering_tb th{font-size:1.2rem;font-weight:normal;}
  .mypage .cheering_tb td{font-size:1.2rem;font-weight:normal;}
}


@media all and (max-width:320px){
  .navbar-brand {width:100px;}
  .navbar-toggle{margin-right:6px;}
  .hd_login {top: 12px;}

  .navbar .owl-carousel.owl-drag .owl-item:nth-child(11) .dropdown-menu{margin-left: -30px;}

  /* .mypage .nav-tabs>li:nth-child(3){width:100%;} */
  .board_ft_info .board_tit_big {font-size: 1.0em;}
  .board_ft_info .board_tit_sm{display: inline-block;line-height: 1.4;}
  /* .gallery_box_img .gallery_box_img_a {height:302px;} */
  .mypage .gallery_box_img .gallery_box_img_a{height:204px;}

  .subscription .mailling_label .lead span {width: calc(100% - 65px);}

  #about_us .about_tit img.about_tit_icon.about_tit_icon_inquiry{margin-top:13px;}
  #about_us .about_tit h2.tit_clause {padding-top: 5px;}
  #about_us .support_step .support_step_tit{font-size:1.2rem;letter-spacing:-0.4px;}
  .container h3.supporter_i_tit{font-size:1.1rem !important;}
  .supporter_i_form{font-size:1rem;}
  .sign_up_wr{margin-bottom:8px;}
}

@media all and (max-width:280px){
  .navbar .owl-carousel.owl-drag .owl-item:nth-child(11) .dropdown-menu{margin-left:-50px;}
  #side_menu .m_menu.m_menu_cate li{width:50%;}
  /* .gallery_box_img .gallery_box_img_a {height:264px;} */
  .mypage .gallery_box_img .gallery_box_img_a{height:173px;}
  #about_us .about_tit img.about_tit_icon.about_tit_icon_ad_inquiry{margin-top:13px;}
  .navbar-brand {width:90px;}
  #about_us .support_step .support_step_tit{font-size:0.9rem;}
  .container h3.supporter_i_tit{font-size:0.9rem !important;}
}



#isroll_wrap > div > div > a {
  font-size: 20px;
  font-weight: bold;
}

.main_story_bottom_ad {margin: 20px 0 40px;}
.main_story_bottom_ad .col-sm-6,
.main_story_bottom_ad .col-mx-6 {
  padding: 0;
}

.main_story_bottom_ad .bx-wrapper{padding:0;border:0;box-shadow:none;margin-bottom: 0px;}
.main_story_bottom_ad .bx-wrapper .bx-pager { top: 170px;top:auto;bottom:20px; }
.main_story_bottom_ad .bx-viewport{}
.main_story_bottom_ad .bx-viewport li{}
.main_story_bottom_ad .bx-viewport li img{width:100%;}
.main_story_bottom_ad .bx-wrapper .bx-controls-direction a{z-index:2;}
.main_story_bottom_ad .bx-wrapper .bx-prev{background: url(/views/img/controls.png) 0 -32px no-repeat;}
.main_story_bottom_ad .bx-wrapper .bx-next{background: url(/views/img/controls.png) -43px -32px no-repeat;}
.main_story_bottom_ad .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{bottom:0;}

@media (min-width:767px) {
  .main_story_bottom_ad #main_story_bottom_left_wrap {padding-right: 5px;}
  .main_story_bottom_ad #main_story_bottom_right_wrap {padding-left: 5px;}
}
@media (max-width:768px) {
  .main_story_bottom_ad #main_story_bottom_left_wrap {padding-bottom: 5px;}
  .main_story_bottom_ad #main_story_bottom_right_wrap {padding-top: 5px;}
}
