/*!
 * Start Bootstrap - Freelancer v5.0.1 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
    font-family: 'Noto Sans KR', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
    font-family: 'Noto Sans KR',sans-serif;
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18BC9C;
}

hr.star-dark {
  border-color: #2C3E50;
}

hr.star-dark:after {
  color: #2C3E50;
  background-color: white;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.05rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #0b2540;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #0b2540;
}

@media (min-width: 992px) {
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #0b2540;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #0b2540;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}

.portfolio {
  margin-bottom: -15px;
}

.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(24, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2C3E50;
  color: #fff;
}

.copyright {
  background-color: #1a252f;
}

a {
  color: #000;
}

a:focus, a:hover, a:active {
  color: #000;
}

.btn {
  border-width: 2px;
}

.text-primary {
  color: #18BC9C !important;
}

.text-secondary {
  color: #2C3E50 !important;
}

.btn-primary {
  background-color: #18BC9C;
  border-color: #18BC9C;
}.btn-primary {
  background-color: #18BC9C;
  border-color: #18BC9C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #128f76;
  border-color: #128f76;
}

.btn-secondary {
  background-color: #4e4e4e;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}





/* 추가 */
.clear_fix:after{
    display: block;
    content: '';
    clear: both;
}
.f_left{float: left;}
.f_right{float: right;}
.margin_bottom0{margin-bottom: 0px;}

.navbar-collapse{font-weight: 500;}

.container1 {text-align: center; padding:1rem 3%;}
/*.navbar-brand{
    width: 188px;
    height: 62px;
    background-image: url(../images/logo_t.png);
} */
.container_gnb {text-align: center; padding:0rem 0;}
.mobile_view{display: none;}

.main_btn{margin-bottom: 0rem;}
.sub3_btn{margin-top: 2rem;}

/* 배경색상 */
.bg_main{
    background-image:url(../images/bg_main.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #edd8d3;
}
.bg-primary {
  background: #fff6ed !important;
}
.bg-secondary {
  background-color: #ffa0a0 !important;
}
.bg_v1{background-color: #f1f1f1;}
.bg_v2{background-color: #e3f3ff;}
.bg_v3{
    background-color: #849cb8;
    background-image:url(../images/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg_v4{background-color: #e6e6e6;}
.bg_firework{
    background-image:url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_v5{background-color: #ecfbff;}
.bg_pink{
    background-image:url(../images/bg3.jpg);
    background-position: center;
    background-size:cover;
}
.bg_party{
    background-image:url(../images/bg4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #dadada;
}
.bg_v6{background-color: #fdecdd;}
.bg_v7{background-color: #f3fffb;}
.bg_v8{background-color: #fffdf8;}

.bg_foot{background-color: #4e4e4e;}



/* tab */
.tap_wrap .mb-3{margin-bottom: 0px!important;}
.tab-pane img{
    width: 100%;
}
.tap_wrap .mb-3 {border-right: 1px solid #ddd;}
.tap_wrap .nav-item{
    width: 20%;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 8px;
}
.tap_wrap .nav-item:first-child{border-left:1px solid #ddd;}
.tap_wrap .nav-pills .nav-link.active{
    background: #836549;
    color: #fff;
    border-radius: 0px;
}



/* 참가신청폼 */
.form1{
    background: #fff;
    padding: 0rem 1.5rem;
    margin: 1rem 0;
}
.div2{
    width: 100%;
    padding: 1rem 0;
    text-align: left;
}
.form1 .f_right{padding-top:0px;}
.red_dot{color: #d83355;}
.input_wrap{ margin-bottom: 20px;}
.input_wrap label{width: 30%;}
.input_wrap input{
    width: 66%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px 3px;
    box-sizing: border-box;
}
.input_wrap_last{margin-top: -17px;}
.input_wrap_last>span{
    display: inline-block;
    width: 22%;
}
.input_wrap_last>div{display:inline-block; }
.input_wrap_last>p{display:inline-block;i}
.checkbox_wrap{
    padding-left: 24%;
    position: relative;
    top: -15px;
}
.div2 textarea{
    width: 100%;
    background: #eee;
    padding: 4%;
    height: 330px;
    border-radius: 2px;
	overflow-y: auto;
}
.input_submit{
    background-color:#0d4884;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 3px;
    border: none;
    margin: 1rem 0px;
    width: 100%;
}
.input_submit:focus{outline: none;}


.big_a:hover, .big_a:focus, .big_a:active{text-decoration: none;}
.black_a{color: #000; background:#fdadad;}
.black_a:hover, .black_a:focus, .black_a:active,
.white_a:hover, .white_a:focus, .white_a:active{
  background:#ffada0;
}
.bck:hover, .bck:focus, .bck:active{
  color: #000;
  border:1px solid #000;
}
.white_a{color: #fff; border:1px solid #fff;}
.bg_a_wrap{position: relative;}
.bg_a{
  position: absolute;
  bottom: 17%;
  left: 49.5%;
}
.bg_a1{
  position: absolute;
  bottom: 10%;
  left: 15%;
}
.meritz_a{position:absolute; left: 8%; top: 8%;}

.main_a_wrap{position: relative;}
.main_a{
  position: absolute;
  bottom: 12%;
  left: 0px;
  max-width: 100%;
}
.radio_wrap:after{clear:both; display:block; content:'';	}
	.radio_wrap p{width: 22%; display:inline-block; vertical-align: top;}
	.radio_wrap>div{width: 76%; display:inline-block;}
	.radio_wrap>div>div{width:50%; float:left; font-size:0.95em;}
	.radio_wrap>div:last-child{float:right; width:77%; margin-top: -9px; margin-bottom:10px;}
	.radio_wrap>div:last-child label{width:auto;}
	.radio_wrap>div:last-child input[type=text]{width:60%;}






.foot_img img:first-child{width: 10%;}
.foot_img img:last-child{width: 70%;}



.navbar-brand{
    width: 150px;
    height:40px;
    background-image: url(../images/logo_t.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.big_a{
        padding: 2px 10px;
        display: inline-block;
        font-weight: 500;
        margin-top: 1rem;
        font-size: 8px;
		width:41%;
    }
.sub3_btn {margin-top: 1rem;}

section>div{position: relative;	}
.btn_wrap{position: absolute; bottom: 10px; display: block;  width: 100%;}
.btn_wrap a{display: block; width:41%; padding:2px;  text-align: center; margin: 0 auto; font-size: 8px; background:#fdadad; color:#000; }
.btn_wrap a:hover{text-decoration: none; background:#ffada0;}

.mbblock{display: none;}



@media (min-width: 576px){
	.navbar-brand{width: 10%;}
    .navbar-brand{
        width: 188px;
        height:50px;
        background-image: url(../images/logo_t.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .form1{padding:3rem 1.5rem;}
    .input_wrap label{width: 22%;}
    .input_wrap input{
        width: 76%;
        border: 1px solid #cccccc;
        border-radius: 3px;
        padding: 5px 3px;
    }
    .tap_wrap .nav-item{font-size: 0.8em;}
    .main_a{bottom:17.5%}
	.big_a{width:200px;}
	.btn_wrap{bottom:5%;}
	.btn_wrap a{width:200px; padding:5px;  font-size: 8px; }

	
	    
}





.map_wrap{
    width: 100%;
    overflow: hidden;
	border-right:1px solid #dad8d1;
}






@media (min-width: 768px){
    .main_btn{margin-bottom:3rem;}
    .navbar-brand{
        display: inline-block;
        width: 405px;
        height: 62px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
    }
    .big_a{
        padding: 10px 25px;
        display: inline-block;
        font-weight: 600;
        margin-top: 1rem;
        font-size: 15px;
		width:220px;
    }
    .container1 {
        text-align: center;
        padding: 3rem 3%;
    }
    .bg_a1{bottom: 5%;}
    .main_a{bottom:6.5%}

	
	.btn_wrap a{width:220px; padding:10px;  font-size:15px; }



}

@media screen and (max-width:1200px) and (min-width: 992px){ .px-lg-3{padding-left: .2rem!important;} }
@media (min-width: 992px){
    .px-lg-3 {padding-right: 0rem!important; }
    .foot_img img:first-child{width: auto;}
    .foot_img img:last-child{width: auto;}
    .div2{
        width: 45.5%;
        margin: 0 2%;
        text-align: left;
    }
    .navbar-brand{
        width: 188px;
        height: 62px;
        background-image: url(../images/logo_t.png);
    }
    .big_a{
        padding: 15px 35px;
        display: inline-block;
        font-weight: 600;
        margin-top: 2rem;
        font-size: 25px;
		width:600px;
    }
    .sub3_btn {margin-top: 2rem;}
    .tap_wrap .nav-item{font-size: 1em;}
    .bg_a1{bottom: 6%;}

	.btn_wrap{bottom:7%;}
	.btn_wrap a{width:600px; padding:15px;  font-size:25px; font-weight: 600;}
	.btn_wrap1{bottom:4%;}

}

@media (min-width: 1200px){
    .container1 {padding:3rem 3%;}
    .div2{
        width: 45.5%;
        margin: 0 2%;
        text-align: left;
    }
    .navbar-brand{
        display: inline-block;
        width: 60px;
        height: 62px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
    }
    /* tab */
    .tap_wrap .nav-item{
        width: 10%;
        font-size: 16px;
        border: 1px solid #ddd;
        background: #fff;
        border-left: none;
    }
    .tap_wrap .nav-item:first-child{border-left:1px solid #ddd;}
    .main_a{bottom:10%}

}

@media (max-width: 575px){
  .form1 .f_left{margin-top: 1rem;}
  .input_wrap_last{margin-top:-18px;}
  .input_wrap_last>span {width: 30%;}
  .checkbox_wrap{padding-left: 32%;}
  .bottom-1 {bottom: 1% !important;}
  .bottom-2 {bottom: 0 !important;}
  .bottom-3 {padding-bottom: 5px !important;}
  .bottom-4 {padding-bottom: 5px !important;}
  .bottom-5 {padding-bottom: 5px !important;}
}

@media (max-width: 480px){
  .bg_a{bottom:14.5%;}
  .pc_view{display: none;}
  .mobile_view{display: block;}
  .bg_a1{bottom: 5%;}

	.radio_wrap p{width: 100%; display: block;}
	.radio_wrap>div {width: 100%; display: block; font-size: 0.9em;}
	.radio_wrap>div:last-child{float:none; width: 100%;}
	.input_wrap{margin-bottom:20px;}
	.input_wrap label{width:100%;}
	.input_wrap input{width:100%;}
	.checkbox_wrap{padding-left:0;}
	.input_wrap_last>span{width:100%;}

}

@media (max-width: 1000px){ .meritz_a{width:18%; top: 4%;} .meritz_a img{width:100%;} }

@media (max-width: 1280px){ .mbblock{display: block;} .mbnone{display: none;} }