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


html, body { 
    height: 100%;
	font-family: 'Noto Sans KR', sans-serif;
}

img, div, p {
    -webkit-transition: width 0.1s , height 0.1s ease-in-out;
    -moz-transition: width 0.1s , height 0.1s ease-in-out;
    -o-transition: width 0.1s , height 0.1s ease-in-out;
    transition: width 0.1s , height 0.1s ease-in-out;
}

.n_ani_color {
    -webkit-transition: color .2s , background .3s ease-in-out;
    -moz-transition: color .2s , background .3s ease-in-out;
    transition: color .2s , background .3s ease-in-out;
}

.n_ani_a {
    -webkit-transition: color .5s , font-size .3s ease-in-out;
    -moz-transition: color .5s , font-size .3s ease-in-out;
    -ms-transition: color .5s , font-size .3s ease-in-out;
    -o-transition: color .5s , font-size .3s ease-in-out;
    transition: color .5s , font-size .3s ease-in-out;
}

.n_ani_pm {
    -webkit-transition: padding .5s , margin .5s ease-in-out;
    -moz-transition: padding .5s , margin .5s ease-in-out;
    -ms-transition: padding .5s , margin .5s ease-in-out;
    -o-transition: padding .5s , margin .5s ease-in-out;
    transition: padding .5s , margin .5s ease-out;
}

.n_ani_opacity {
    -webkit-transition: visibility .5s , opacity .5s ease-in-out !important;
    -moz-transition: visibility .5s , opacity .5s ease-in-out !important;
    -ms-transition: visibility .5s , opacity .5s ease-in-out !important;
    -o-transition: visibility .5s , opacity .5s ease-in-out !important;
    transition: visibility .5s , opacity .5s ease-in-out !important;
}

.n_padding_x {
    padding: 0;
}

.n_padding_l {
    padding: 0 0 0 15px;
}

.m_top_mr {
	margin-top: 130px;
}

.top_title_bg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 145px;
    background-image: url("/img/title_bg.jpg");
}

.top_title_box {
    position: absolute;
    left: 15px;
    top: 100px;
}

.top_title {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -1px;
    font-family: 'KoPub Dotum';
}

.top_title small {
    color: #ddd;
    font-size: 0.65em;
    letter-spacing: 0;
}

.copyright_box {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 30px 0;
	background: #f2f2f2;
}

.copyright_img {
    position: relative;
    padding-right: 30px;
    height: 100%;
}

.copyright_img p {
    float: right;
}

.copyright_img img {
    width: 200px;
}

.copyright_text {
    position: relative;
    color: #000;
    font-size: 1.05em;
    font-weight: 200;
    font-family: 'Noto Sans KR', sans-serif;
	text-align: center;
}

.cp_gard {
    color: #bbb;
    font-weight: 900;
}

.bg_fa {
    background: #fafafa;
}

.contop-margin {
	margin-top: 130px;
}

.lf_smenubox {
	margin-top: 5px;
	border: 1px solid #ddd;
	margin-right: 15px;
	font-size: 1.2em;
	color: #0066ff;
	font-weight: 300;
}

.subm_menu {
	font-size: 0.9em;
	color: #555;
}

.top_menu_txt {
	padding: 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	background: #0099ff;
	color: #fff;
	font-weight: bold;
}

.sub_menu_txt {
	border-bottom: 1px dotted #eee;
	padding: 12px 15px;
	margin-bottom: 0;
	cursor: pointer;
	white-space: nowrap;
	text-align: right;
	font-size: 1.2em;
}

.sub_menu_txt:hover {
	background: #eee;
}

.sub_menu_warp {
	position: absolute;
	display: inline;
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	margin-left: 50px;
	margin-top: -30px;
	min-width: 150px;
	display: none;
	opacity: 0;
	z-index: 9999;
}

.sub_menu_onbg {
	background: #ddebf4;
	color: #fff;
}

.text-warp1 {
	padding: 10px 15px;
	background: #f2f2f2;
	color: #000;
	font-size: 1.12em;
}

.text-warp2 {
	padding: 10px 15px;
	margin-top: 15px;
	background: #f2f2f2;
	color: #000;
	font-size: 1.12em;
}

.text-warp2 small {
	letter-spacing: -1px;
	font-size: 0.79em;
}

.text-warp3 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	background: #f2f2f2;
	color: #000;
	font-size: 1.12em;
	margin-top: 15px;
}

.text-warp3 p {
	padding-bottom: 0;
	margin-bottom: 3px;
}

.text-warp3 img {
	max-width: 50%;
	text-align:center;
}

.text-warp1 p {
	margin-bottom: 10px;
}

.text-warp1 span {
	color: #666;
	font-size: 0.86em;
}

.text-warp-line {
	margin-top: 12px;
	margin-bottom: 12px;
    border-top: 1px solid #ddd;
}

.text-warp-line4 {
	margin-top: 4px;
	margin-bottom: 4px;
    border-top: 1px solid #ddd;
}

.text-phone {
	display: inline-block;
	padding: 2px 6px;
	background: #ff0000;
	border-radius:0.2em;
}

.text-phone span {
	color: #fff;
}

.text-email {
	display: inline-block;
	padding: 2px 6px;
	background: #000000;

	border-radius:0.2em;
}

.text-email span {
	color: #fff;
}

.text-warp1 small {
	letter-spacing: -0.5px;
}

.mr_top_20 {
	margin-top: 5px;
}

.main-pd-l {
	padding-left: 0;
}

.main-pd-r {
	padding-right: 0;
}

.mr_top_15 {
    margin-top: 15px;
	display: inline;
}

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

.carousel_box {
	height: auto !important;
}

.lspac-1 {
	letter-spacing: -1px;
}

.top-mg_15 {
	margin-top: 15px;
}

.mainw_title {
	padding: 10px 0 8px;
}

.mainc_title {
	position: relative;
	font-size: 1.4em;
    color: #000;
    font-weight: normal;
}

/*.sub_title_css {
	background: #0099ff;
	color: #0099ff;
	padding: 25px 15px;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 15px;
	border: 1px solid #0099ff;
	border-left: 10px solid #0099ff;
}*/

.sub_title_css {
	background: #008af0;
	color: #fff;
	padding: 13px 10px;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.sb_tit {
	font-size: 1.8em;
	font-weight: bold;
}

.sb_btext {
	padding: 10px;
	background: #fcf9ed;
	border: 1px solid #ffcc66;
	margin: 30px 0;
}

.sb_ctext {
	font-size: 1.3em;
	font-weight: middle;
}

.sb_ctext_f {
	float: left;
	margin-right: 5px;
}

.black_link {
	color: #000;
}

.sb_text {
	font-size: 1.1em;
	font-weight: middle;
	padding: 8px 0 30px 23px;
}

.sb_row {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 15px 0;
}

.sb_bmenu_b {
	font-size: 0.83em;
}

.sb_sigen {
	font-size: 1.2em;
	font-weight: bold;
}

.n_btn_pw {
	text-align: center;
	padding: 7px 10px;
	border: 1px solid #0066ff;
	background: #0099ff;
	max-width: 100px;
	margin: 20px auto;
}

.n_btn_pw a {
	color: #fff;
}

.n_btn_warp {
	display: table;
	width: 100%;
	height: 100%;
}

.n_btn_warp .n_pw_box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.n_btn_warp .n_pw_box .n_pw_cont {
	position: relative;
	display: inline-block;
	padding: 30px;
	border: 1px solid #ddd;
}

.popbtnwarp {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}

.popbtnwarp a {
	color: #fff;
}

.popbtnwarp .popbtn {
	background: #4d90fe;
	padding: 7px;
	margin: 5px;
	color: #fff;
	border-radius: 7px;
}

.popbtnwarp .popbtn i {
    color: #ffffff;
	font-size: 0.8em;
    letter-spacing: -1px;
}

.popbtnwarp .popbtnk {
	background: #ffce42;
	padding: 7px;
	margin: 5px;
	color: #6f430c;
	border-radius: 7px;
}

.popbtnwarp .popbtnk a {
	color: #6f430c;
}

.popbtnwarp .popbtnk i {
	letter-spacing: -1px;
	font-size: 0.8em;
	color: #6f430c;
  transform:rotate(90deg);
   -moz-transform: scaleX(-1); 
     -o-transform: scaleX(-1); 
-webkit-transform: scaleX(-1); 
        transform: scaleX(-1);   
       filter: FlipH;
  -ms-filter: "FlipH";
}

.popbtnwarp .popbtnt {
	display: none;
}

.about .container {
	padding: 0 !important;
}

.video-box img {
	width: 100%;
}

.video-box {
	padding: 0px;
}

.no-gutters {
	padding: 15px;
    position: relative;
    display: inline-block;
    height: 100%;
    background: #fbfbfb;
    margin-top: 15px;
    margin-bottom: 15px;
	width:100%;
}

@media (max-width: 1200px) {
	.left_hbox {
		display: none;
	}

	.main-pd-l {
		padding-left: 15px;
	}

	.main-pd-r {
		padding-right: 15px;
	}

	.n_padding_l {
		padding: 15px 0 0 0;
	}
}

@media (max-width: 767px) {
    .copyright_img p {
        float: none;
    }

    .copyright_img {
        float: none;
        padding-bottom: 20px;
    }

    .n_padding_x {
        padding: 0 5px;
    }

	.contop-margin {
		margin-top: 70px;
	}

	.popbtnwarp .popbtnt {
		display: block;
	}

	.lf_smenubox {
		margin-right: 0;
	}

}

.video {
  width: 100%;
  max-width: 900px;

}
 
.video-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
}
 
iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 260px;
}