/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', 'Nanum Gothic', sans-serif;
}

p, .lead {
  font-family: 'Raleway', 'Nanum Gothic', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
  background: #231f20; /* Safari */
  color: #FFFFFF;
}
::-moz-selection {
  background: #231f20; /* Firefox */
  color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#041831;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #041831;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #041831;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
  background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: linear-gradient(45deg, #413d80, #0856a0, #096eb2);
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    /*top: -60px;*/
    transition: top 0.4s ease 0s;
    box-shadow:0px 3px 6px rgba(0,0,0,0.26);
}

.navbar.open {
    top: 0;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
    /*border: 1px solid #fff;*/
    border-radius: 4px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
  margin-top: 6px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 4px solid #fff;
    border-radius: 0;
}
.navbar-brand {
  padding-top: 6px;
}
.active_a {
  color: #002554 !important;
  font-weight: 600;
  background: rgba(255,255,255,0.3);
  border: 2px solid #002554;
}
.active_a:hover {
  background: linear-gradient(45deg, rgba(2, 41, 176, 0.9), rgba(38, 178, 147, 0.9)) center center / cover, url(https://www.theteams.kr/includes/temp_dmatch/img/1710/dmatch1711_navbar.jpg)
 !important;
 color: #fff !important;
}
.navbar-toggle {
  margin-top: 0;
  color: #fff;
}

.active_item_btn {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 25px;
    border: 2px solid #f20262;
    border-radius: 30px;
    /* background: linear-gradient(45deg, rgba(2, 170, 176, 0.9), rgba(38, 178, 147, 0.9)) center center / cover, url(https://www.theteams.kr/includes/temp_dmatch/img/1710/dmatch1711_navbar.jpg); */
    background:#f20262;
    position: relative;
    top: 10px;
}
.active_item_btn:hover {
  /* background: linear-gradient(45deg, rgba(2, 41, 176, 0.9), rgba(38, 178, 147, 0.9)) center center / cover, url(https://www.theteams.kr/includes/temp_dmatch/img/1710/dmatch1711_navbar.jpg); */
  background:#f20262;
  color: #fff;

}

.modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    z-index: 9999;
}
.modal-pop-x-bk {
    color: #000 !important;
}

/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  width: 100%;
  /*padding: 20px 10px 60px 10px;*/
  /*height: 900px;*/
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.header-info {
  /*position: absolute;*/
  width: auto;
  left: 0;
  right: 0;
  margin-top: 10%;
  margin-left: -30px;
  margin-bottom: 10%;
  margin-right:-30px;
}

.signin {
  /*padding-top: 9px;*/
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}
.fnt-featured {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.heading-style {
  margin-bottom: 12px;
  font-weight: 600;
}
.pdbtn20 {
  padding-bottom: 20px;
}
.fnt24px {
  font-size: 26px;
}
.fnt20px li{
  font-size: 20px;
}
.pd20 {
  padding-right: 80px;
  padding-left: 80px;
}

.pad-xl {
  padding: 200px 0px;
}

.pad-lg {
  padding: 160px 0px;
}

.pad-sm {
  padding: 80px 0px;
}

.pad-xs {
  padding: 30px 0px;
}

.f0f0f0 {
  background: #f0f0f0;
  border-radius: 20px;
}
.mgt0 {
  margin-top: 0;
}
.pdt20 {
  padding-top: 20px;
}
.mgauto {
  margin: 0 auto;
}

.tabs_nav {
  padding:0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-bottom: 26px;
}
.go_actv {
  border-bottom: 2px solid #d00000;
}
.e_actv {
  border-bottom: 2px solid #15922a;
}
.all_actv {
  border-bottom: 2px solid #3050ab;
}
/* 아래 다시 만듦. */
/* .actv {
  border-bottom: 2px solid #3050ab;
} */

.tabs_nav li{
  list-style: none;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.strip_all_courses_list {
    /* border: 1px solid #dedede; */
    margin-bottom: 30px;
    background-color: #fff;
    color: #777;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.16);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.img_list {
    overflow: hidden;
    min-height: 130px;
    text-align: center;
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-border-top-left-radius: 3px;
}
.img_list img {
    width: auto;
    height: 150px;
    /* position: absolute; */
    /* left: -10%; */
}
.hr10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.short_info2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/shadow_pic.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    color: #fff;
    height: 100%;
}

.short_info2 h3 {
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 18px;
}

.short_info2 h4 {
    color: #aaa;
    position: absolute;
    bottom: 8px;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
}

.course_list_desc {
    padding: 10px;
    /*border-right: 1px solid #ededed;*/
    min-height: 230px;
    line-height: 1.4;
}

.course_list_desc h3 {
    font-size: 15px;
    margin-top: 2px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.6;
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.add_info .job_li {
  border: 1px solid #f29100;
  background: #fff8ef;
  color: #f29100;
}
.fnt14 {
  font-size: 14px;
}
.mgb2 {
  margin-bottom: 4px;
  font-size: 13px;
}

ul.add_info li {
    display: inline-block;
    margin-right: 3px;
    font-size: 12px;
    border: 1px solid #ededed;
    background: #f0f0f0;
    text-align: center;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.details_list_col {
    display: table;
    height: 220px;
    font-size: 38px;
    color: #e74c3c;
    width: 100%;
    margin-left: -15px;
}


.details_list_col div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.details_list_col a.button_outline {
    margin-bottom: 0;
}

a.button_outline, .button_outline {
    padding: 6px 16px;
    display: inline-block;
    background-color: #f20262;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
    font-family: "proxima_novasemibold", "Noto Sans Korean", Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.button_outline_interview, .button_outline_interview {
    padding: 6px 16px;
    display: inline-block;
    background-color: #fff;
    color: #f20262;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
    font-family: "proxima_novasemibold", "Noto Sans Korean", Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: 1px solid #f20262;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.red-bg {
  background: #d00000;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #888888;
}
.green-bg {
  background: #15922a;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #888888;
}
.blue-bg {
  background: #3050ab;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #888888;
}

.categories-bg {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.bgshadow {
  box-shadow: 1px 1px 3px #888888;
}


#be-the-first {
  background: url(../img/be-the-first-bg.png) no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
  width: 100%;
  border: 2px solid;
}

.purple {
  border-color: #6d3f96;
  color: #6d3f96;
}

.blue {
  border-color: #041831;
  color: #041831
}

.yellow {
  border-color: #fdc05d;
  color: #fdc05d;
}

.gray {
  border-color: #d6d6d6;
  color: #d6d6d6;
}

/*.iphone {
    position: relative;
    height: 200px;
}*/

/*.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}*/


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #041831;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6);
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
  color: #041831;
  font-size: 14px;
  letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.service_word_title {
  padding-top: 100px;margin-bottom: 80px;
}
.opacity_bg_white {
  padding-top: 80px;
}
.opacity_bg_yellow_2 {
  padding-top: 100px;margin-bottom: 80px;
}
.opacity_bg_green {
  padding-bottom: 80px;padding-top: 80px;
}
.opacity_bg_blue {
  padding-bottom: 100px;padding-top: 80px;
}
.opacity_bg_yellow {
  padding-bottom: 100px;padding-top: 80px;
}


#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}

/* 기영 추가 */
.dm_main_img{
  margin-bottom:-82px;
}
.dm_location_word{
  margin-bottom:80px
}
.dm_about_dcamp_word01{
  line-height:24px;
  font-size:13px;
}
.dm_bank_pictures{
  background: rgba(255,255,255,0.4);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 70px;
}
.dm_bank_margin_style{
  margin-bottom:50px;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.navbar-nav>li {
  margin-left: 10px;
  margin-right: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #002554;
  border-color: #5abeb9;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #58bebb;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

/* 기영추가 */
.header-info {
  /*position: absolute;*/
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}
.active_item_btn{
  font-size:14px;
  padding:7px 25px;
  position:relative;
  top:-12px;
}
.dm_main_img{
  margin-bottom:-30px;
}
.dm_location_word{
  font-size:14px;
  margin-bottom:35px;
}
.dm_about_dcamp_word01{
  font-size:14px;
  margin-bottom:35px;
}
.dm_bank_margin_style{
  margin-bottom:20px;
}
.dm_bank_pictures{
  margin-left:-15px;
  margin-right:-15px;
}
/* 기영추가 */


.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}
/*  a.button_outline, .button_outline {
    display: none;
  }*/
  .details_list_col div {
    display: none;
  }
  .details_list_col {
    display: none;
  }
    .img_list {
    max-height: 100px;
    min-height: inherit;
  }
  .course_list_desc {
    padding-left: 14px;
    min-height: 210px;
  }
  .course_list_desc h3 {
    margin-top: 4px;
    font-size: 16px;
  }
  .red-bg {
    background: #d00000;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888888;
}
.green-bg {
    background: #15922a;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888888;
}
.blue-bg {
    background: #3050ab;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888888;
}

/* 팀설명을 위해 주석처리 했음 */
.mb_hd {
  /* display: none; */
}

/* 기영추가 */
.mb_hd_hash{
  display:none;
}
.pc_hd {
  display: inline-block;
}

#be-the-first {
      background-attachment: scroll;
  }

}

/* 기영만듦 */
.dm_section_title{
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  margin-bottom:30px;
}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

#be-the-first {
      background-attachment: scroll;
  }
    .img_list {
    max-height: 100px;
    min-height: inherit;
  }
  .course_list_desc {
    padding-left: 14px;
    min-height: 230px;
  }
  .course_list_desc h3 {
    margin-top: 4px;
    font-size: 16px;
  }
  .red-bg {
    background: #d00000;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888888;
}
.green-bg {
    background: #15922a;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888888;
}
.blue-bg {
    background: #3050ab;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #888888;
}
  .mb_hd {
  display: inline-block;
}
.pc_hd {
  display: none;
}
.market_top {
  margin-top: -335px;
}
}






/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .mb_hd {
  display: inline-block;
}
.pc_hd {
  display: none;
}
.market_top {
  margin-top: -335px;
}
.dm_section_title{
  margin-top:100px;
}
}



/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3500px) {
  .mb_hd {
  display: inline-block;
}
.pc_hd {
  display: none;
}
.market_top {
  margin-top: -335px;
}
header{
  height:763px;
}
.dm_section_title{
  margin-top:100px;
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first {
      background-attachment: scroll;
  }
  .mb_hd {
  display: inline-block;
}
.pc_hd {
  display: none;
}
header {
  height: 800px;
}
.market_top {
  margin-top: -335px;
}

}


@media only screen and (max-width : 480px) {
  header {
    padding-top: 80px;
    /*height: 530px;*/
  }
.service_word_title {
  background: rgba(255,255,255,0.5);
}
.opacity_bg_green {
  background: rgba(38, 146, 89, 0.6);
}
.opacity_bg_blue {
  background: rgba(61, 85, 119, 0.6);
}
.opacity_bg_white {
  background: rgba(255,255,255,0.6);
}
.opacity_bg_yellow {
  background: rgba(255, 252, 213, 0.7);
}
.opacity_bg_yellow_2{
  background: rgba(255, 252, 213, 0.7);
}
.market_top {
  margin-top: -130px;
}
/* 기영만듦 */
.dm_section_title{
  font-size:30px;
  margin-bottom:5px;
}
.pad-sm{
  padding:17px; 0px;

}

}

/* 기영만듦 */
.dm_menu_hashtag_ul{
  text-align:center;
  padding:0px;
  margin-top:10px;
  margin-bottom:35px;
}
.dm_menu_hashtag{
  list-style:none;
  display:inline-block;
  padding:6px 16px;
  border-radius:25px;
  border:1px solid #fff;
  font-size:14px;
  font-weight:500;
  color:rgba(255,255,255,0.85);
  cursor:pointer;
}
.actv{
  list-style:none;
  display:inline-block;
  padding:6px 16px;
  border-radius:25px;
  background-color:rgba(255,255,255,0.85);
  border:1px solid #fff;
  font-size:14px;
  font-weight:500;
  color:#0085cb;
  text-shadow:0px 3px 6px  rgba(0,0,0,0.16);
}
