@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');




@font-face {
  font-family: 'SCoreDream';
  font-weight: 100;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream1.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 200;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream2.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 300;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream3.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream4.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 500;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream5.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 600;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream6.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 700;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream7.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 800;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream8.woff) format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'SCoreDream';
  font-weight: 900;
  font-style: normal;
  src: url(http://ilwoon.net/font/SCoreDream9.woff) format('woff');
  font-display: swap;
}










.section_05 .box_wrap .content_wrap {}
.section_05 .box_wrap h3 {
  font-size: 28px;
  position: relative;
  color: #000000;
  margin-bottom: 35px;
  font-family: 'SCoreDream';
  font-weight: 600;
  display: inline-block;
}
.section_05 .box_wrap h3:before {
  height: 2px;
  background-color: #1b4e6b;
  width: 100%;
  position: absolute;
  content: " ";
  margin-top: 35px
}
.section_04 {
  font-family: 'SCoreDream';
  font-weight: 400;
  position: relative;
}
.section_04 .js-parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*    background: url('../../img/main/section_04_bg.jpg');*/
}
.section_04 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*    top: 100%;*/
}
.section_04 .js-parallax.jsp {
  padding-top: 12vmin;
  padding-bottom: 10vmin;
  /*
    padding-top: 135px;
    padding-bottom: 115px;
*/
  background-size: cover !important;
  background-position: top center !important;
}
.section_04 .box_wrap .content_wrap {
  text-align: center;
}
.section_04 .box_wrap h4 {
  font-size: 28px;
  position: relative;
  color: #fff;
  margin-bottom: 35px;
  font-family: 'SCoreDream';
  font-weight: 600;
  display: inline-block;
}
.section_04 .box_wrap h4:before {
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  content: "";
  margin-top: 35px
}
.section_04 .box_wrap p {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  line-height: 56px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section_04 .box_wrap p {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.section_04 .box_wrap p span {
  font-weight: 900;
}
.section_04 .bt_basic_lnk {
  display: inline-block;
  width: auto;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: transparent;
  text-decoration: none;
  width: 220px;
  padding: 18px 20px 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  font-size: 14px;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
}
.section_04 .bt_lnk:after {
  content: '';
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.section_04 .bt_lnk:hover {
  /*    color: #000;*/
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*    color: #000;*/
}
.section_01 {
  font-family: 'SCoreDream';
  font-weight: 400;
  background-color: #f3f3f3;
  padding-bottom: 80px;
  padding-top: 80px;
}
.section_01 .title-wrap {
  z-index: 2;
}
.section_01 .title-wrap h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
  color: #282828;
  z-index: 2
}
@media (max-width: 768px) {
  .section_01 .title-wrap h2 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 900;
    color: #282828;
    z-index: 2
  }
}
.section_01 .title-wrap .line {
  width: 27px;
  height: 5px;
  background-color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section_01 {
  font-family: 'SCoreDream';
  font-weight: 400;
    background-color: #f3f3f3;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section_01 .title-wrap .line {
    width: 27px;
    height: 5px;
    background-color: #f3f3f3;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.section_01 .title-wrap h2 span {
  font-weight: 100;
}
.section_01 .title-wrap p {
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
}
.section_01 .s-slide {}
.section_01 .s-slide .box {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'SCoreDream';
  font-weight: 400;
}
.section_01 .s-slide .title-wrap {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'SCoreDream';
  font-weight: 400;
}
.section_01 .s-slide .title-wrap h3 {
  font-size: 20px;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-weight: 900;
  color: #000;
}
.section_01 .s-slide .title-wrap h3 a:hover {
  text-decoration: none;
    font-family: 'SCoreDream';
  font-weight: 400;
  color: #000;
}
.section_01 .s-slide .title-wrap p {
  font-size: 14px;
  color: #555555;
  margin-top: 13px;
  line-height: 21px;
}
.section_01 .s-slide .thumb_wrap {
  overflow: hidden
}
.section_01 .s-slide .box {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.box_01 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-content .middle_grid_50 {
  padding-left: 50px;
}
.page-content .middle_grid_content {
  padding-left: 100px;
}
/*** Common Styles ***/
.single-flip-box .box-back-side, .single-flip-box .flank {
  padding: 15px;
  border-radius: 4px;
  perspective: 600px;
  text-align: center;
  backface-visibility: hidden;
  background-clip: padding-box;
  border: 1px solid #f1f1f1;
  box-shadow: 0 27px 24px -37px rgb(0 0 0 / 40%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  overflow: hidden;
  -webkit-box-shadow: 0 27px 24px -37px rgb(0 0 0 / 40%);
}
.single-flip-box .box-front-side, .single-flip-box .flank {
  padding-top: 27px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  perspective: 600px;
  text-align: center;
  backface-visibility: hidden;
  background-clip: padding-box;
  border: 1px solid #f1f1f1;
  box-shadow: 0 27px 24px -37px rgb(0 0 0 / 40%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  overflow: hidden;
  -webkit-box-shadow: 0 27px 24px -37px rgb(0 0 0 / 40%);
}
.single-flip-box h4 {
  color: #333;
  font-family: 'SCoreDream';
  font-weight: 600;
  font-size: 22px;
  word-break: keep-all;
  line-height: 160%;
  margin-top: 10px;
}
.single-flip-box p {
  margin: 0px;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 12px;
  word-break: keep-all;
  line-height: 140%;
  color: #737373;
}
.single-flip-box a {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.flip-box-icon {
  margin: 10px auto;
  height: 65px;
  width: 65px;
  background: #1b4e6b;
  border-radius: 50px;
}
.flip-box-icon i {
  text-align: center;
  font-size: 25px;
  line-height: 65px;
  color: #fff;
  display: block;
}
.flip-box-icon1 {
  margin: 10px auto;
  height: 65px;
  width: 65px;
  background: #fff;
  border: solid 1px #1b4e6b;
  border-radius: 50px;
}
.flip-box-icon1 i {
  text-align: center;
  font-size: 25px;
  line-height: 65px;
  color: #1b4e6b;
  display: block;
}
/*** Common Styles ***/
/*** Classic Right Flip Styles ***/
.flip-boxes-style-classic-right {
  clear: both;
  height: auto;
  justify-content: center;
}
.flip-boxes-style-classic-right .single-flip-box {
  align-content: stretch;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  min-height: 100px;
  height: auto;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding: 0;
  border-top: 0;
}
.flip-boxes-style-classic-right .single-flip-box:hover .box-back-side {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  z-index: 10;
}
.flip-boxes-style-classic-right .single-flip-box:hover .box-front-side {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  z-index: -1;
}
.flip-boxes-style-classic-right .single-flip-box .box-back-side, .flip-boxes-style-classic-right .single-flip-box .box-front-side {
  position: relative;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-perspective: 100px; /* Safari 4-8  */
  -webkit-perspective-origin: left; /* Safari 4-8  */
  perspective: 100px;
  perspective-origin: left;
}
.flip-boxes-style-classic-right .single-flip-box .box-back-side {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  perspective: 600px;
  padding: 27px 20px;
  text-align: center;
  backface-visibility: hidden;
  background-clip: padding-box;
  margin-bottom: 0px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.flip-boxes-style-classic-right .single-flip-box .box-front-side {
  z-index: 10;
}
.flip-boxes-style-classic-right .single-flip-box .flip-box-body {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 160px;
}
/*** Classic Right Flip Styles ***/
.flip-boxes-style-classic-right_01 {
  clear: both;
  height: auto;
  justify-content: center;
}
.flip-boxes-style-classic-right_01 .single-flip-box {
  align-content: stretch;
  min-height: 100px;
  height: auto;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding: 0;
  border-top: 0;
}
.flip-boxes-style-classic-right_01 .single-flip-box:hover .box-back-side {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  z-index: 10;
}
.flip-boxes-style-classic-right_01 .single-flip-box:hover .box-front-side {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  z-index: -1;
}
.flip-boxes-style-classic-right_01 .single-flip-box .box-back-side, .flip-boxes-style-classic-right_01 .single-flip-box .box-front-side {
  position: relative;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-perspective: 100px; /* Safari 4-8  */
  -webkit-perspective-origin: left; /* Safari 4-8  */
  perspective: 100px;
  perspective-origin: left;
}
.flip-boxes-style-classic-right_01 .single-flip-box .box-back-side {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  perspective: 600px;
  padding: 27px 20px;
  text-align: center;
  backface-visibility: hidden;
  background-clip: padding-box;
  margin-bottom: 0px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.flip-boxes-style-classic-right_01 .single-flip-box .box-front-side {
  z-index: 10;
}
.flip-boxes-style-classic-right_01 .single-flip-box .flip-box-body {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 160px;
}
/*** Classic Right Flip Styles ***/
.flip-box-front {
  background-color: #F3F3F3;
  border-radius: 4px;
  perspective: 600px;
  padding: 27px 20px;
  text-align: center;
  backface-visibility: hidden;
  background-clip: padding-box;
  margin-bottom: 0px;
}
.flip-box-front1 {
  background-color: #fff;
  border-radius: 4px;
  perspective: 600px;
  padding: 27px 20px;
  text-align: center;
  backface-visibility: hidden;
  background-clip: padding-box;
  margin-bottom: 0px;
}
.flip-box-circle {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  background-color: #28a549
}
.flip-box-grafix {
  display: table;
  margin: 0 auto 10px;
}
.flip-box-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px
}
.page-content {
  z-index: -999999;
}



/*01_01*/


.page-content .box1, .wrap {
  width: 1100px;
  position: relative;
  max-width: 100%;
  display: flex;
}
.page-content .in_box {
  margin-bottom: 100px;
}
.page-content .in_box1 {
  line-height: 1;
  width: 20%;
  padding-top: 0px;
}
.page-content .in_box1 .text_01 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 5em;
}
.page-content .in_box1 .text_04 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.2em;
}
.page-content .in_box2 {
  padding: 0em 0em 0em 3em;
  width: 80%;
  box-sizing: border-box;
}
.page-content .in_box2 .text_01 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-content .box1, .wrap {
    width: 1100px;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-content .in_box {
    margin-bottom: 50px;
  }
  .page-content .in_box1 {
    line-height: 1;
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
  .page-content .in_box1 .text_01 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 3.8em;
  font-family: 'SCoreDream';
  font-weight: 600;
    text-align: center;
  }
  .page-content .in_box1 .text_04 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 3.8em;
  font-family: 'SCoreDream';
  font-weight: 600;
    text-align: center;
  }
  .page-content .in_box2 {
    background-color: #fff;
    padding: 1.5em 0em 0em 0em;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
  }
}
/*02_01*/
.page-content .a02_01 .box1, .wrap {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  display: flex;
}
.page-content .a02_01 .in_box {
  margin-bottom: 100px;
}
.page-content .a02_01 .in_box1 {
  line-height: 1;
  width: 60%;
  padding-top: 0px;
}
.page-content .a02_01 .in_box1 .text_01 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 5em;
  font-family: 'SCoreDream';
  font-weight: 600;
  text-align: center;
}
.page-content .a02_01 .in_box2 {
  background-color: #fff;
  padding: 3em;
  width: 40%;
  box-sizing: border-box;
  border-radius: 0px;
}
.page-content .a02_01 .in_box2 .text_01 {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .page-content .a02_01 .box1, .wrap {
    width: 1100px;
    margin: 0px auto;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .page-content .a02_01 .in_box {
    margin-bottom: 50px;
  }
  .page-content .a02_01 .in_box1 {
    line-height: 1;
    padding-top: 0px;
    width: 100%;
  }
  .page-content .a02_01 .in_box1 .text_01 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 4em;
  font-family: 'SCoreDream';
  font-weight: 600;
    text-align: center;
  }
  .page-content .a02_01 .in_box2 {
    background-color: #fff;
    padding: 0em;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
  }
}





/*01_03*/
.page-content .frame1, .wrap {
  width: 1100px;
  position: relative;
  max-width: 100%;
  display: flex;
}
.page-content .in_frame {
  margin-bottom: 0px;
}

.page-content .in_frame1 {

  width: 50%;
  padding-right: 0px;
padding-left: 230px;

}

.page-content .in_frame2 {
  width: 50%;
	padding-right: 230px;
	padding-left: 0px;


}


@media (max-width: 768px) {
  .page-content .frame1, .wrap {
    width: 1100px;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-content .in_frame {
    margin-bottom: 0px;
	  display: flex;
  }
  .page-content .in_frame1 {
	padding-right: 0px;
	padding-left: 0px;
  padding-bottom: 50px;
    width: 100%;

  }

  .page-content .in_frame2 {
	padding-right: 0px;
	padding-left: 0px;
  padding-bottom: 50px;
    width: 100%;

  }
}






/*02_01*/
.page-content .a02_02 .box1, .wrap {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  display: flex;
}
.page-content .a02_02 .in_box {
  margin-bottom: 100px;
}
.page-content .a02_02 .in_box1 {
  line-height: 1;
  width: 60%;
  padding-top: 0px;
}
.page-content .a02_02 .in_box1 .text_01 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 5em;
  font-family: 'SCoreDream';
  font-weight: 600;
}
.page-content .a02_02 .in_box2 {
  background-color: #fff;
  padding: 3em 3em 3em 0em;
  width: 40%;
  box-sizing: border-box;
  border-radius: 0px;
}
.page-content .a02_02 .in_box2 .text_01 {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .page-content .a02_02 .box1, .wrap {
    width: 1100px;
    margin: 0px auto;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-content .a02_02 .in_box {
    margin-bottom: 50px;
  }
  .page-content .a02_02 .in_box1 {
    line-height: 1;
    padding-top: 0px;
    width: 100%;
  }
  .page-content .a02_02 .in_box1 .text_01 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 4em;
  font-family: 'SCoreDream';
  font-weight: 600;
    text-align: center;
  }
  .page-content .a02_02 .in_box2 {
    background-color: #fff;
    padding: 0em;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
  }
}
.page-content .h4 {
  color: #373737;
  font-family: 'SCoreDream';
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 160%;
}
.page-content .h3 {
  color: #1b4e6b;
  font-family: 'SCoreDream';
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 160%;
}
.page-content .h2 {
  color: #1b4e6b;
  font-family: 'SCoreDream';
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 160%;
}
.page-content .head_01 {
  color: #5c0000;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -2px;
}
.page-content .head_02 {
  color: crimson;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 14px;
  font-weight: bold;
}
.page-content .top_title {
  color: #000;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-weight: bold;
  font-size: 40px;
  padding-top: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-content .top_title {
    color: #000;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-weight: bold;
    font-size: 36px;
    padding-top: 6px;
  }
}
@media all and (max-width:991px) {
  .page-content .top_title {
    color: #000;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-weight: bold;
    font-size: 24px;
    padding-top: 6px;
  }
  .page-content .head_01 {
    color: #5c0000;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-size: 24px;
    letter-spacing: -2px;
  }
}
.page-content table {
  border-top: 2px solid #1b4e6b;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  font-size: 18px;
}
.page-content .table_li li {
  margin-bottom: 10px;
}
.page-content .table_li1 li {
  margin-bottom: 10px;
  list-style: none;
}
.page-content .table_li2 li {
  margin-bottom: 10px;
  list-style: decimal;
}
.page-content .table_li2 li::marker {
  font-size: 1em;
  font-weight: bold;
}
/*
tbody tr:nth-child(2n+1) {
    background-color: #fafdff;
	}
*/
.page-content th, .page-content td {
  font-size: 16px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  padding: 15px;
  line-height: 180%;
}
.page-content th.text-center {
  text-align: center;
  background-color: #f6f7ff;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}
.page-content th.length {
  text-align: center;
  background-color: #FBFBFB;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
}
.page-content td.text-center1 {
  text-align: center;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}
.page-content table.tbl-center th, .page-content table.tbl-center td, .page-content td.text-center {
  text-align: center;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  padding: 15px;
  line-height: 180%;
}
.page-content .a03_00 {
  padding: 0 20px;
}
.page-content .a03_00 li {
  list-style-type: decimal;
  margin-left: 2px;
  margin-bottom: 10px;
  padding-left: 0px;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 160%;
}
.page-content .a03_01 {
  padding: 0 20px;
  margin-left: 22px;
}
.page-content .a03_01 li {
  list-style: none;
  margin-left: -20px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url('http://ilwoon.net/img/bullit_02.jpg') 0 10px no-repeat;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 160%;
}
.a03_02 {
  list-style: none;
  margin-left: -18px;
}
.a03_02 li {
  list-style: none;
  margin-left: -20px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url('http://ilwoon.net/img/bullit_01.jpg') 0 10px no-repeat;
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 160%;
}
.page-content p {
  word-break: break-all;
  font-family: 'SCoreDream';
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.page-content .sub_01 {
  color: #252525;
  font-weight: normal;
  font-size: 18px;
    font-family: 'SCoreDream';
  font-weight: 400;
  word-break: break-all;
  line-height: 140%;
  letter-spacing: -1px;
}
.page-content .ul2 {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.page-content .ul1 {
  list-style-image: url("../../../../img/icon_02.png");
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'SCoreDream';
  font-weight: 400;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 130%;
}
.page-content .ul3 {
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 16px;
  margin-left: 0px;
  font-weight: normal;
  color: #304187;
  text-align: left;
}
.page-content .ul4 {
    font-family: 'SCoreDream';
  font-weight: 400;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  clear: both;
  text-align: justify;
  word-break: break-all;
  letter-spacing: -1px;
}
@media all and (max-width:768px) {
  .page-content .ul3 {
      font-family: 'SCoreDream';
  font-weight: 400;
    font-size: 14px;
    margin-left: -2px;
    font-weight: normal;
    color: #304187;
    text-align: left;
    letter-spacing: -0.5px;
  }
  .page-content .ul1 {
    list-style-image: url("../../../../img/icon_02.png");
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 14px;
  font-family: 'SCoreDream';
  font-weight: 400;
    letter-spacing: 0;
    word-break: break-all;
    line-height: 180%;
  }
  .page-content table {
    border-top: 2px solid #1b4e6b;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    font-size: 18px;
  }
  /*
tbody tr:nth-child(2n+1) {
    background-color: #fafdff;
	}
*/
  .page-content th, .page-content td {
    font-size: 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-style: normal;
    padding: 15px;
    line-height: 180%;
  }
  .page-content th.text-center {
    text-align: center;
    background-color: #f6f7ff;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-style: normal;
    line-height: 180%;
  }
  .page-content th.length {
    text-align: center;
    background-color: #FBFBFB;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-style: normal;
  }
  .page-content td.text-center1 {
    text-align: center;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-style: normal;
    line-height: 180%;
  }
  .page-content table.tbl-center th, .page-content table.tbl-center td, .page-content td.text-center {
    text-align: center;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-style: normal;
    padding: 15px;
    line-height: 180%;
  }
  .page-content p {
    font-size: 16px;
      font-family: 'SCoreDream';
  font-weight: 400;
    font-weight: normal;
    word-break: break-all;
    line-height: 160%;
  }
}
/********************************************************
■ Basic : 기본
********************************************************/
body {
  font-family: dotum;
  line-height: 22px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body.is-pc .ko {
  font-size: 12px;
}
a {
  color: rgb(51, 51, 51);
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: crimson;
  text-decoration: none;
}
fieldset legend {
  display: none;
}
label {
  font-weight: normal;
}
label.checkbox, label.radio {
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eee;
  display: block;
}
blockquote {
  font-size: 12px;
  margin: 0px 0px 20px;
}
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
  font-family: 'SCoreDream';
  font-weight: 400;
}
.ko, .ko small {
  font-family: dotum, sans-serif;
}
.sns-share-icon img {
  width: 20%;
  max-width: 34px;
  border-radius: 50%;
}
/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper {
  margin: 0 auto;
  background: #fff;
}
.at-container {
  margin: 0px auto;
  padding: 0px;
}
.is-pc .at-body {
  min-height: 500px;
}
.at-body .at-container {
  padding: 0px 15px;
  overflow: hidden;
}
.boxed.wrapper .at-body .at-container {
  padding: 0px 20px;
}
.at-content {
  position: relative;
  padding: 20px 0px;
}
.at-row {
  margin-left: -15px;
  margin-right: -15px;
}
.at-col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-fixed .at-menu {
  width: 100%;
  z-index: 10;
  left: 0px;
  position: absolute;
}
@media all and (max-width:991px) {
  .responsive .at-body .at-container {
    padding: 0px 10px !important;
  }
  .responsive .at-body .at-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .responsive .at-body .at-col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .responsive .pull-right.at-main, .responsive .pull-left.at-side {
    float: none !important;
  }
}
/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb {
  border-bottom: #e4e4e4 solid 1px;
  background-color: #f8f8f8;
}
.en .at-lnb {
  font-size: 12px;
}
.at-lnb ul {
  list-style: none;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
}
.at-lnb ul > li {
  float: left;
  padding: 0px 15px;
}
.at-lnb ul > li::after {
  float: right;
  color: #ccc;
  content: "/";
  margin-right: -17px;
}
.at-lnb ul > li:last-child::after {
  content: "";
  margin-right: 0px;
}
.at-lnb ul > li > a {
  color: #333;
  float: left;
}
@media all and (max-width:991px) {
  .responsive .at-lnb .at-container {
    display: none;
    visibility: visible;
  }
}
/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header {
  padding: 10px 0px 0px;
  text-align: left;
}
.pc-header .at-container {
  padding: 0px 20px 15px;
}
.pc-header .header-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 15px;
}
.pc-header .header-logo a {
  font-size: 44px;
  line-height: 44px;
  font-family: 'Georgia', sans-serif;
  font-weight: bold;
  color: #000;
}
.pc-header .header-logo a:hover {
  color: #000;
}
.pc-header .header-desc {
  display: block;
  font-size: 12px;
  letter-spacing: -1px;
  color: #888;
  margin-top: 2px;
}
.pc-header .header-search {
  display: inline-block;
  width: 260px;
  vertical-align: middle;
}
.pc-header .header-search form {
  padding: 0px;
  margin-top: 4px;
  border: 4px solid #111;
  background: #111;
}
.pc-header .header-search input {
  background: #fff;
  border: 1px solid #111;
}
.pc-header .header-search .btn {
  color: #fff !important;
  background: #111 !important;
}
.pc-header .header-keyword {
  padding-top: 4px;
}
.en .pc-header .header-keyword {
  font-size: 12px;
}
@media all and (max-width:991px) {
  .responsive .pc-header {
    display: none;
  }
}
/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header {
  display: none;
  background: #fff;
}
.m-header a {
  color: #1b4e6b;
  vertical-align: middle;
  text-align: center;
}
.m-header .at-container {
  padding: 0px;
}
.m-header .header-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px;
  min-width: 300px;
  border-collapse: collapse;
  height: 96px;
  text-align: center;
}
.m-header .header-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 20px;
}
.m-header .header-icon {
  width: 44px;
  display: block;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-header .header-icon a {
  display: block;
  text-align: center;
}
@media all and (max-width:991px) {
  .responsive .m-header {
    display: block;
    text-align: center;
  }
}
/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu {
  position: relative;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}
.pc-menu .at-container {
  position: relative;
}
.pc-menu .sub-slide, .pc-menu .sub-shows {
  display: none;
  visibility: visible;
}
.pc-menu .sub-icon::after {
  font-family: "FontAwesome";
  float: right;
  position: relative;
  content: "\f105";
}
.pc-menu .menu-a {
  font-family: "Roboto", sans-serif;
}
.pc-menu .nav-home .menu-a {}
.pc-menu .nav-right {}
@media all and (max-width:991px) {
  .responsive .pc-menu, .responsive .pc-menu-all {
    display: none;
  }
}
/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/
/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul {
  display: table;
  width: 60%;
  float: right;
  margin: 0px;
}
.pc-menu .nav-top.nav-both .menu-li {
  display: table-cell;
  vertical-align: top;
}
.pc-menu .nav-top.nav-both .menu-a {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.pc-menu .nav-top.nav-both .sub-1div::before {
  left: 50%;
  margin-left: 0px;
}
.pc-menu .nav-top.nav-both .sub-1div {
  position: absolute;
}
/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul {
  float: right;
}
.pc-menu .nav-top.nav-float .menu-li {
  float: left;
}
.pc-menu .nav-top.nav-float .sub-1div {
  position: absolute;
}
.pc-menu .nav-top.nav-float .menu-a {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* 공통 스타일 */
.pc-menu .nav-top {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  font-family: 'SCoreDream';
  font-weight: 600;
  margin-top: 18px;
}
.pc-menu .nav-top .menu-a {
  display: block;
  color: #333;
  font-family: 'SCoreDream';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1px;
}
.pc-menu .nav-top .menu-li:hover .menu-a, .pc-menu .nav-top .menu-li.on .menu-a {
  background-color: #1b4e6b;
  color: #fff;
  font-size: 18px;
  letter-spacing: -1px;
  font-family: 'SCoreDream';
  font-weight: 600;
}
.pc-menu .nav-top .menu-li.nav-home .menu-a {
  padding: 0px;
}
.pc-menu .nav-top .sub-1div::before {
  top: -8px;
  border-width: 0 8px 8px;
  border-color: #fff transparent;
  display: block;
  width: 0px;
  content: "";
  position: absolute;
  border-style: solid;
}
.pc-menu .nav-top .sub-1div {
  background: #fff;
  border-top: 3px solid #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.pc-menu .nav-top .sub-1dul, .pc-menu .nav-top .sub-1dli {
  position: relative;
  color: #595959;
  word-break: keep-all;
}
.pc-menu .nav-top .sub-1da {
  display: block;
  color: #595959;
  padding: 10px 12px;
  letter-spacing: 0px;
  line-height: 22px;
    font-family: 'SCoreDream';
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  min-width: 136px;
}
.pc-menu .nav-top .sub-1dli.on .sub-1da, .pc-menu .nav-top .sub-1dli:hover .sub-1da {
  color: #fff;
  border-color: #eeeeee;
  font-size: 12px;
  letter-spacing: 0px;
  background-color: #497189;
}
.pc-menu .nav-top .sub-1new {
  color: rgb(140, 195, 70);
}
.pc-menu .nav-top .sub-1line {
  position: relative;
  display: block;
  color: #000;
  padding: 5px 12px;
  font-weight: bold;
  background: #fafafa;
  line-height: 22px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.pc-menu .nav-top .sub-2div {
  left: 100%;
  top: 0;
  background: #fff;
  font-size: 11px;
  letter-spacing: -1px;
  position: absolute;
  z-index: 20;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.pc-menu .nav-top .sub-2dul {}
.pc-menu .nav-top .sub-2dli {}
.pc-menu .nav-top .sub-2da {
  display: block;
  color: #595959;
  padding: 5px 12px;
  line-height: 22px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.pc-menu .nav-top .sub-2dli.on .sub-2da, .pc-menu .nav-top .sub-2dli:hover .sub-2da {
  color: #fff;
  letter-spacing: -1px;
  background: #1b4e6b;
  border-color: #eeeeee;
}
.pc-menu .nav-top .sub-2new {
  color: rgb(140, 195, 70);
}
.pc-menu .nav-top .sub-2line {
  display: block;
  color: #000;
  padding: 5px 12px;
  font-weight: bold;
  background: #fafafa;
  line-height: 22px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right {
  background: #111;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 11;
}
.pc-menu .nav-right > ul {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.pc-menu .nav-right > ul > li {
  float: left;
  position: relative;
  width: 42px;
}
.pc-menu .nav-right > ul > li > a {
  color: #fff;
  display: block;
  text-align: center;
}
.pc-menu .nav-right > ul > li > a:hover {
  background: #333;
}
.pc-menu .nav-right .label {
  position: absolute;
  top: 15%;
  right: 7px;
  text-align: center;
  font-size: 9px;
  font-weight: 300;
  padding: 2px 3px;
  line-height: 0.9;
  border-radius: .25em !important;
}
.pc-menu .nav-rw {
  width: 0px;
}
.pc-menu .nav-rw1 {
  width: 20px;
}
/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all {
  position: relative;
  background: #fafafa;
  z-index: 2;
  -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
}
.pc-menu-all .at-container {
  padding: 20px 15px 0px;
}
.pc-menu-all .table {
  margin-bottom: 20px !important;
}
.pc-menu-all .table td {
  width: 1%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0px;
  line-height: 20px;
}
.pc-menu-all .menu-a {
  display: block;
  color: #000;
  padding: 6px 12px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}
.pc-menu-all .table td.on .menu-a {
  color: crimson;
}
.pc-menu-all .sub-1div {
  padding: 8px 0px;
}
.pc-menu-all .sub-1dul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.pc-menu-all .sub-1dli .sub-1da {
  display: block;
  padding: 2px 12px;
  color: #333;
}
.pc-menu-all .sub-1dli.on .sub-1da, .pc-menu-all .sub-1dli:hover .sub-1da {
  color: crimson;
}
.pc-menu-all .new {
  color: rgb(140, 195, 70);
}
.pc-menu-all .new-sub1 {
  color: rgb(140, 195, 70);
}
.pc-menu-all .sub-1line {
  display: block;
  color: #000;
  padding: 5px 12px;
  margin: 4px 0px;
  font-weight: bold;
  background: #fafafa;
}
.pc-menu-all .menu-all-btn {
  text-align: center;
}
/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu {
  display: none;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
  -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}
.m-menu .m-wrap {
  margin-right: 15px;
}
.m-menu .m-table {
  display: table;
  width: 100%;
  background: #1b4e6b;
  margin-top: 28px;
}
.m-menu .m-icon, .m-menu .m-list {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #eee;
  border-top: 0px;
  border-bottom: 0px;
}
.m-menu .m-icon {
  width: 44px;
  text-align: center;
  font-size: 18px;
}
.m-menu .m-icon a {
  display: block;
  position: relative;
  color: #fff;
}
.m-menu .m-icon .label {}
.m-menu .m-nav {
  overflow: hidden;
  margin: 0px 10px;
  color: #fff;
}
.m-menu .m-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.m-menu .m-nav ul li {
  display: table-cell;
  padding: 0px 10px;
  white-space: nowrap;
  color: #fff;
}
.m-menu .m-nav ul li.active a {
  color: #1b4e6b;
  font-weight: bold;
}
.m-menu .m-sub {
  background: #fafafa;
  border-top: 1px solid #ddd;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  padding: 0px 10px;
  color: #fff;
}
.m-menu .m-nav-sub {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  color: #fff;
}
.m-menu .m-nav-sub ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.m-menu .m-nav-sub ul li {
  display: table-cell;
  padding: 0px 10px;
  white-space: nowrap;
  color: #1b4e6b;
}
.m-menu .m-nav-sub ul li.active a {
  color: #1b4e6b;
  font-weight: bold;
}
@media all and (max-width:991px) {
  .responsive .m-menu {
    display: block;
  }
}
/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
@media (min-width: 768px) {
  .honddo_head_01 {
    background: url(../../../../img/sub/sub_top_01.jpg);
    background-position: center center;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media all and (max-width:991px) {
  .honddo_head_01 {
    background: url(../../../../img/sub/sub_top_01.jpg) 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .honddo_head_02 {
    background: url(../../../../img/sub/sub_top_02.jpg);
    background-position: center center;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media all and (max-width:991px) {
  .honddo_head_02 {
    background: url(../../../../img/sub/sub_top_02.jpg) 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .honddo_head_03 {
    background: url(../../../../img/sub/sub_top_03.jpg);
    background-position: center center;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media all and (max-width:991px) {
  .honddo_head_03 {
    background: url(../../../../img/sub/sub_top_03.jpg) 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .honddo_head_04 {
    background: url(../../../../img/sub/sub_top_04.jpg);
    background-position: center center;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media all and (max-width:991px) {
  .honddo_head_04 {
    background: url(../../../../img/sub/sub_top_04.jpg) 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .honddo_head_05 {
    background: url(../../../../img/sub/sub_top_05.jpg);
    background-position: center center;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media all and (max-width:991px) {
  .honddo_head_05 {
    background: url(../../../../img/sub/sub_top_05.jpg) 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media (min-width: 768px) {
  .honddo_head_06 {
    background: url(../../../../img/sub/sub_top_06.jpg);
    background-position: center center;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
@media all and (max-width:991px) {
  .honddo_head_06 {
    background: url(../../../../img/sub/sub_top_06.jpg) 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: imgScale 1 forwards 2s ease-in-out;
  }
}
.img_Scale {
  animation: imgScale 1 forwards 2s ease-in-out;
}
@keyframes imgScale {
  from {
    transform: scale(1.2);
    filter: blur(12px);
    opacity: 0%;
  }
  to {
    transform: scale(1);
    filter: blur(0);
    opacity: 100%;
  }
}





.img_in {
  animation: img_in 1 forwards 2s ease-in-out;
	animation-timing-function:ease-in-out;
}



@keyframes img_in {
  from {
    transform: scale(1.8);
    filter: blur(12px);
    opacity: 0%;
	  transform: translateY(30%) ;

  }
  to {
    transform: scale(1);
    filter: blur(0);
    opacity: 100%;
	  transform: translateY(0%) ;

  }
}



.text_0_100 {
  animation: text_0_100 1 forwards 1s ease-in-out;
	animation-timing-function:ease-in-out;
}



@keyframes text_0_100 {
  from {
    transform: scale(1);
    filter: blur(0);
    opacity: 0%;
	  transform: translateY(-20%) ;
  }
  to {
    transform: scale(1);
    filter: blur(0);
    opacity: 100%;
	  transform: translateY(0%) ;
  }
}



.text_0_100_right {
  animation: text_0_100_right 1 forwards 1s ease-in-out;
}
@keyframes text_0_100_right {
  from {
    transform: scale(1);
    filter: blur(0px);
    opacity: 0%;
	transform: translateX(-10%) ;
  }
  to {
    transform: scale(1);
    filter: blur(0);
    opacity: 100%;
	transform: translateX(0);
  }
}

.text_0_100_left {
  animation: text_0_100_left 1 forwards 1s ease-in-out;
}
@keyframes text_0_100_left {
  from {
    transform: scale(1);
    filter: blur(0px);
    opacity: 0%;
	transform: translateX(5%) ;
  }
  to {
    transform: scale(1);
    filter: blur(0);
    opacity: 100%;
	transform: translateX(0);
  }
}







.at-title {
  height: 280px;
  position: relative;
  color: #fff;
}
.at-title .at-container {
  height: 100%;
  position: relative;
}
.at-title .page-title {
  text-align: center;
  font-family: 'SCoreDream';
  font-weight: 600;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  font-size: 54px;
}
.at-title .page-desc {
  color: #888;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1;
}
@media all and (max-width:767px) {
  .responsive .at-title {
    height: 150px;
    color: #ffffff;
    text-align: center
  }
  .responsive .at-title .page-title {
    text-shadow: 0px 0px 0px;
    font-size: 36px;
    z-index: 1;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
  font-family: 'SCoreDream';
  font-weight: 600;
  }
}
/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links {
  font-size: 12px;
    font-family: 'SCoreDream';
  font-weight: 400;
}
.at-footer .at-links {
  background: #fafafa;
  padding: 8px 0px;
  border: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
}
.at-footer .at-links ul {
    font-family: 'SCoreDream';
  font-weight: 400;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.at-footer .at-links ul > li {
  float: left;
  padding: 0px 15px;
}
.at-footer .at-links ul > li::after {
  float: right;
  color: #ccc;
  content: "/";
  margin-right: -17px;
}
.at-footer .at-links ul > li:last-child::after {
  content: "";
}
.at-footer .at-links ul > li > a {
  color: #888;
}
@media all and (max-width:991px) {
  .responsive .at-footer .at-links ul.pull-left {
    display: none;
  }
  .responsive .at-footer .at-links ul.pull-right {
    float: none !important;
    text-align: center;
  }
  .responsive .at-footer .at-links ul.pull-right > li {
    float: none;
    display: inline-block;
  }
}
/* YC5 */
.en .at-footer .at-infos {
  font-size: 12px;
}
.at-footer .at-infos .media {
  padding: 15px 20px 20px;
}
.at-footer .at-infos .pull-left {
  font-size: 70px;
  color: #ddd;
}
.at-footer .at-infos .copyright {
  float: left;
  margin-left: 10px;
}
.at-footer .at-infos .copyright span {
  color: #888;
}
.at-footer .at-about {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.at-footer .at-about > li {
  float: left;
  padding: 0px 15px;
  color: #888;
}
.at-footer .at-about > li > a {
  color: #888;
}
.at-footer .at-help {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.at-footer .at-help:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.at-footer .at-help > li {
  float: left;
  padding: 0px 15px;
}
.at-footer .at-help > li::after {
  float: right;
  font-size: 12px;
  color: #ddd;
  content: "|";
  margin-right: -17px;
}
.at-footer .at-help > li:last-child::after {
  content: "";
}
.at-footer .at-help > li > a {
  float: left;
}
@media all and (max-width:767px) {
  .responsive .at-footer .at-infos .media {
    padding: 15px 0px 20px;
    text-align: center;
  }
  .responsive .at-footer .at-infos .copyright {
    float: none;
    margin: 0px;
  }
}
/* G5 */
.at-footer .at-copyright {
  text-align: center;
  padding: 15px 0px;
  color: #717171;
}
.at-footer .at-copyright strong {
  color: #717171;
}
/* Footer */
.at-footer {
    font-family: 'SCoreDream';
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 30px;
  overflow: hidden;
}
.at-footer::before {
  display: table;
  content: " ";
}
.at-footer::after {
  display: table;
  content: " ";
}
.at-footer::after {
  clear: both;
}
.at-footer h4 {
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.at-footer hr {
  border-top-color: rgb(68, 68, 68);
  border-top-width: 1px;
  border-top-style: solid;
  display: block;
}
.at-footer a {
  color: #717171;
  text-decoration: none;
}
.at-footer a:hover {
  text-decoration: none;
  color: #717171;
}
.at-footer .col p {
  color: rgb(143, 143, 143);
}
.at-footer .col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.at-footer .col ul li {
  color: rgb(143 143 143);
}
.at-footer .col ul li span {
  color: #717171;
}
.at-footer .copyright {
  color: #717171;
  font-size: 12px;
}
.at-footer .copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.at-footer .copyright ul li {
  float: left;
  margin-right: 20px;
  line-height: 18px;
  display: inline-block;
}
@media all and (max-width:767px) {
  .at-footer .copyright ul li {
    float: none;
    display: block;
  }
  .at-footer .copyright .pull-right {
    float: none;
  }
  .at-footer .copyright .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-content .div-title-underbar {
  padding: 0;
  margin: 0;
  border-bottom: 0px solid #e4e4e4;
}
.page-content .div-title-underbar-thin {
  border-bottom: 1px solid #e4e4e4;
}
.page-content .div-title-underbar-bold {
  border-bottom: 2px solid #1b4e6b;
}
.page-content .border-gray, i.border-gray, img.border-gray {
  border-color: #1b4e6b;
}
.page-content .div-title-underbar span {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: -1px;
}
.page-content .sub_title1 {
  color: rgba(230, 230, 230, .6);
  font-size: 110px;
  font-family: 'SCoreDream';
  font-weight: 600;
  text-align: center;

  margin: 0;
  margin-top: 00px;
  z-index: 77;
  padding: 0;
}
.page-content .sub_title2 {
  color: rgba(230, 230, 230, .6);
  font-size: 110px;

  text-align: center;
  font-family: 'SCoreDream';
  font-weight: 600;
  margin: 0;
  margin-top: 00px;
  z-index: 77;
  padding: 0;
}
.page-content .top_title {
  color: #000;

  font-size: 34px;
  padding: 0px;
  text-align: center;
  font-family: 'SCoreDream';
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 50px;
  z-index: 71;
}
@media (max-width: 991px) {
  .page-content .sub_title1 {
    color: rgba(230, 230, 230, .6);
    font-size: 80px;
  font-family: 'SCoreDream';
  font-weight: 600;
    text-align: center;

    margin: 0;
    margin-top: 0px;
    z-index: 77;
    padding: 0;
  }
  .page-content .sub_title2 {
    color: rgba(230, 230, 230, .6);
    font-size: 50px;
    letter-spacing: -1px;
    text-align: center;
  font-family: 'SCoreDream';
  font-weight: 600;
    margin: 0;
    margin-top: 0px;
    z-index: 77;
    padding: 0;
  }
  .page-content .top_title {
    color: #000;
    font-size: 22px;
    padding: 0px;
    text-align: center;
  font-family: 'SCoreDream';
  font-weight: 600;
    margin-top: 0px;
    margin-bottom: 50px;
    z-index: 71;
  }
  .page-content .div-title-underbar span {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: -1px;
  }
}
@media (max-width: 1024px) {
  .page-content .middle_grid_content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .page-content .middle_grid_content {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .page-content .middle_grid_50 {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .page-content .middle_grid_50 {
    padding-left: 15px;
  }
}
/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn {
  display: none;
  position: fixed;
  width: 40px;
  bottom: 20px;
  right: 25px;
  z-index: 2;
}
.at-go .go-btn span {
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 5px 0px;
  text-align: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px !important;
  font-size: 19px;
}
.at-go .go-btn .go-bottom {
  display: none;
}
@media (max-width: 768px) {
  .at-go .go-btn {
    bottom: 0px;
    right: 5px;
  }
}
/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn {
  font-family: "Roboto", sans-serif;
}
.btn-lg {
  padding: 10px 16px;
  border-radius: 3px;
  line-height: 1.33;
  font-size: 18px;
}
.btn-lg i {
  top: 3px;
  font-size: 24px;
  position: relative;
}
.btn-xs {
  padding: 4px 10px;
}
.is-pc .ko .btn-xs, .is-pc .ko .btn-sm {
  font-family: dotum, sans-serif;
}
/* Panel : Accordions */
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel .panel-heading {
  border-radius: 0px;
}
.is-pc .ko .panel .panel-body {
  font-size: 12px;
}
/* List Group */
.list-group-item {
  word-break: break-all;
  border-radius: 0 !important;
}
/* Pagination */
.pagination {
  font-family: "Roboto", sans-serif;
}
.pagination li a {
  border-radius: 0 !important;
  color: #333 !important;
}
.pagination li.active a {
  color: #fff !important;
  background: #444 !important;
  border-color: #444 !important;
}
/* Progress */
.progress {
  position: relative;
  border-radius: 0px;
  height: 28px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: rgb(245, 245, 245);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .sr-only {
  font-family: "Roboto", sans-serif;
  margin: 0px 15px;
  left: 0px;
  width: auto;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  clip: auto;
}
.sr-score {
  font-family: "Roboto", sans-serif;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding-right: 8px;
}
/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label {
  border-radius: 0 !important;
}