/* youtube Style */
.board_description #post_area .youtube_box {position: relative; width: 100%; padding-bottom: 56.25%;}
.board_description #post_area .youtube_box embed {position:absolute; width: 100%; height: 100%}

/* ------------------------------------------------------------------ */
/* Common Styles
main : #0057b1   blue 1
point : #003483
point : var(--c-point-1)   blue 2
point : #ff403f red
bg : #625b5b
'Noto Sans KR', 'Noto Sans KR', sans-serif, 'Gothic A1', 'FontAwesome', "Font Awesome 5 Free"

@media screen and (max-width: 810px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
*/
/* ------------------------------------------------------------------ */


/*---------------------------------------------------------
  2. Typography
  Vertical rhythm with leading derived from 6
--------------------------------------------------------------------- */

h1 { font-size: 40px; line-height: 48px; }
h2 { font-size: 36px; line-height: 42px; }
h3 { font-size: 28px; line-height: 30px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 20px; line-height: 30px;}
h6 { font-size: 18px; line-height: 30px; }
.subheader { }
p { margin: 0; font-size: 18px; letter-spacing: -0.00em; color: var(--c-text); line-height: 1.5;}
p img { margin: 0; }
p.lead { font: 26px/1.8 'Ubuntu', sans-serif; margin-bottom: 18px !important; color: var(--c-text-dark); font-weight: 500; }
p.head { font: 24px/1.5 'Ubuntu', sans-serif; margin-bottom: 10px !important; color: var(--c-text-dark); font-weight: 700; }

@media screen and (max-width: 810px) {
    h1 { font-size: 32px; line-height: 1.5; }
    h2 { font-size: 28px; line-height: 1.5; }
    h3 { font-size: 24px; line-height: 1.5; }
    h4 { font-size: 22px; line-height: 1.5; }
    h5 { font-size: 20px; line-height: 1.5; }
    h6 { font-size: 18px; line-height: 1.5; }
}

@media screen and (max-width: 640px) {
    p.lead {font-size: 20px;}
    p.head {font-size: 18px;}
    p { font-size: 16px;}
}

@media screen and (max-width: 480px) {
}
/* for 'em' and 'strong' tags, font-size and line-height should be same with
the body tag due to rendering problems in some browsers */

em {font-style: normal; }
strong, b { font-weight: bold;}
small { font-size: 11px; line-height: inherit; }

/*---------------------------------------------------------
3. List
--------------------------------------------------------- */
ul, ol { margin-bottom: 0; margin-top: 0; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol, ol ol, ol ul { margin: 0x; }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 0; }
li { line-height: 1.5; }

/*---------------------------------------------------------
4. Images
--------------------------------------------------------- */
img { max-width: 100%; height: auto !important; vertical-align: top;}
img.pull-right { margin: 12px 0px 0px 18px; }
img.pull-left { margin: 12px 18px 0px 0px; }
i {font-style: normal;}
.cont-img {width: 100%;  margin:0 0 30px 0px;}
.cont-img img {width: 100% ; margin:0;}
.cont-ov-img {width: 100%;  margin:0 0 30px -30px;}
.cont-ov-img img {width: 100% ; margin:0;}


/*---------------------------------------------------------
5. page
--------------------------------------------------------- */
.page article {margin-bottom: 60px;}
.page article:last-child {margin-bottom: 0;}
.page h1 { line-height: 1.2; font-weight: 300; letter-spacing: -0.05em}
.page h1:after {background: var(--c-gray-c); content:""; display:block; height:3px;width:70px;margin:20px 0 40px 0;}
.page h1 span {color: var(--c-point-1); font-weight: 700;}
.page h2 {font-weight: 400;}
.page h3 {font-weight: 200;}
.page h3 span {font-weight: 600;}
.page h5 {margin-bottom: 15px; font-weight: 400; color: #666; }
.page p {margin-bottom: 30px;}
.page p b {color: #003483;}

.page .title-heading { font-size: 24px; line-height: 1.2; font-weight: 300; letter-spacing: -0.05em}
.page .title-heading span {font-weight: 700;}
.page .title-heading:after {background: var(--c-gray-c); content:""; display:block; height:3px;width:20px;margin:10px 0 20px 0;}

@media screen and (max-width:1024px) {

}

@media screen and (max-width: 810px) {
  .page h1 { font-size: 32px; line-height: 42px;}
  .page h1:after {margin:10px 0 40px;}
  .title-heading { font-size: 20px; line-height: 42px;}
}
@media screen and (max-width: 640px) {
  .page h1 { font-size: 32px; line-height: 42px; text-align: center;}
  .page h1:after {margin:10px auto 40px;}
  .page h1, .page p.lead { text-align: center; }
  .page img {margin-bottom: 10px;}
  .title-heading { font-size: 20px; line-height: 36px;}
}


/* ------------------------------------------------------------------ */
/* About Styles
/* ------------------------------------------------------------------ */
.cont_wrap {margin-bottom: 30px;}
.cont_wrap p {margin-bottom: 10px;}
.cont_wrap ul {margin-bottom: 30px;}
.cont_wrap img {margin-bottom: 10px;}

figure img {box-shadow: 0 0 10px rgba(0,0,0,0.15); border-radius: 5px;}


@media screen and (max-width: 810px) {
    .cont_about .s02 {width: calc(100% + 40px); margin-left: -20px;}
    .cont_about .txt-box blockquote {width: 76%;}
}
@media screen and (max-width: 480px) {
	.cont_about .s02 {padding: 30px 0;background-position: 50% 0%;} 
	.cont_wrap img {margin-bottom: 10px;}
}

/* ------------------------------------------------------------------ */
/* product Styles
/* ------------------------------------------------------------------ */
.box-wrap {display: flex; margin-bottom: 60px;  }
.box-wrap figure {width: 200px;}
.box-wrap .txt-box {width: calc(100% - 200px); padding-left: 30px; padding-bottom: 45px;}
.box-wrap .txt-box h4 {margin-bottom: 10px;}
.box-wrap .txt-box p {margin-bottom: 10px;}
.box-wrap .txt-box a {position: absolute; bottom: 60px;}

@media screen and (max-width: 640px) {
	.box-wrap { }
	.box-wrap figure {width: 120px;}
	.box-wrap .txt-box {width: calc(100% - 120px); padding-bottom: 0px;}
	.box-wrap .txt-box a {position: relative;bottom: 0;}
}

.product .header-img {padding: 30px 0;}
.product .header-img img {width: 100%;}

.product .red-bullet li {margin-bottom: 5px;}
.product .red-bullet p {font-size: 15px;}

@media screen and (max-width: 640px) {
	.product ul {margin-bottom: 10px;}
}


/* -------------------------------------------------------------------
 * ## tabs
 * ------------------------------------------------------------------- */

/* tabs navigation
 * -------------------------------------- */
 .tab-nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-nav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
}

.tab-nav__list li {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tab-nav__list a {
  display: block;
  padding: 5px 30px;
  position: relative;
}

.tab-nav__list a:hover,
.tab-nav__list a:focus,
.tab-nav__list a:active {
  color: #888;
}

.tab-nav__list .active a {
  color: #fff;
  background-color: var(--c-point-1);
  border-radius: 4px 4px 0 0;
  position: relative;
}

@media screen and (max-width: 640px) {
	.tab-nav__list {font-size: 14px;}
	.tab-nav__list a {padding: 5px 10px;}
}

/* tab content
 * -------------------------------------- */
.tab-content {
  margin-top: 6.4rem;
  position: relative;
}


/* ------------------------------------------------------------------ */
/* Location Styles
/* ------------------------------------------------------------------ */
/* 카카오 맵 */
.root_daum_roughmap {width: 100% !important; padding: 0 !important; border: none !important}
.root_daum_roughmap .wrap_map {}
.root_daum_roughmap .wrap_controllers {}

.mapinfo{
	display:flex; flex-wrap:wrap; align-items:center;
	box-sizing:border-box;
	position:relative;z-index:10;
    width: 100%;
	background:#fff;
	padding:50px 65px;
	margin: -65px auto 0 ;
    border: 1px solid #f5f5f5;
}
.mapinfo .tit .eng{font-family:"Barlow"; font-size:36px; color:#333; font-weight:800; letter-spacing:-1px;}
.mapinfo .tit .kor{font-size:24px; color:#333;}
.mapinfo .info {box-sizing:border-box; width:calc(100% - 295px); padding-left:40px;}
.mapinfo .info .addr{font-size:16px;color:#454545;}
.mapinfo .info .contact{margin-top:15px;}
.mapinfo .info .contact ul{display:flex;flex-wrap:wrap;}
.mapinfo .info .contact ul li{
	margin-right:20px;
	font-size:16px; color:#555; font-weight: 400; line-height: 1.7;
}
.mapinfo .info .contact ul li span{color:#da251c; font-weight:700;}

@media screen and (max-width: 810px) {
.mapinfo {width: 100%; margin: 10px 0 0 0; padding: 30px 20px; }
.mapinfo .tit .eng {font-size: 28px;}
.mapinfo .tit .kor {font-size: 24px;}
.mapinfo .info {display: block; box-sizing:border-box; width: calc(100% - 130px); padding-left:40px;}
}
@media screen and (max-width: 480px) {
    .mapinfo{ flex-direction: column; padding: 30px 20px; }
    .mapinfo .tit {margin-bottom: 10px;}
    .mapinfo .info {box-sizing:border-box; width: 100%; padding-left:0;}
}