@charset "UTF-8";
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/
/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 본고딕 */
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 300;
  src: url("/tpl/webfont/NotoSansKR-Light.eot");
  src: url("/tpl/webfont/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Light.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 400;
  src: url("/tpl/webfont/NotoSansKR-Regular.eot");
  src: url("/tpl/webfont/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Regular.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: bold;
  src: url("/tpl/webfont/NotoSansKR-Bold.eot");
  src: url("/tpl/webfont/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Bold.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Bold.ttf") format("truetype");
}
/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@font-face {
  font-family: "Nanum Square";
  src: url("/tpl/webfont/NanumSquareR.eot");
  src: url("/tpl/webfont/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumSquareR.woff") format("woff"), url("/tpl/webfont/NanumSquareR.ttf") format("truetype");
}
@font-face {
  font-family: "Nanum Square";
  font-weight: bold;
  src: url("/tpl/webfont/NanumSquareB.eot");
  src: url("/tpl/webfont/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumSquareB.woff") format("woff"), url("/tpl/webfont/NanumSquareB.ttf") format("truetype");
}
/* 출처 : APACHE 라이센스, 버전 2 */
/* Roboto */
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: local("Roboto-Light"), local("Roboto-Light");
  src: url("/tpl/webfont/Roboto-Light.eot");
  src: url("/tpl/webfont/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/Roboto-Light.woff") format("woff"), url("/tpl/webfont/Roboto-Light.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: local("Roboto-Regular"), local("Roboto-Regular");
  src: url("/tpl/webfont/Roboto-Regular.eot");
  src: url("/tpl/webfont/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/Roboto-Regular.woff") format("woff"), url("/tpl/webfont/Roboto-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: local("Roboto-Medium"), local("Roboto-Medium");
  src: url("/tpl/webfont/Roboto-Medium.eot");
  src: url("/tpl/webfont/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/Roboto-Medium.woff") format("woff"), url("/tpl/webfont/Roboto-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: local("Roboto-Bold"), local("Roboto-Bold");
  src: url("/tpl/webfont/Roboto-Bold.eot");
  src: url("/tpl/webfont/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/Roboto-Bold.woff") format("woff"), url("/tpl/webfont/Roboto-Bold.otf") format("opentype");
}
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
}

dl, ul, ol, menu, li {
  list-style: none;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #555;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

a {
  font-family: "Noto Sans KR", sans-serif;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #555;
}

a:hover, a:active {
  text-decoration: none;
  color: #1766b6;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

.mt30 {
  margin-top: 30px;
}

@media only screen and (min-width: 320px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
.hidden {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

#divWMSSLLoading {
  display: none;
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.loader {
  width: 200px;
  height: 200px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/images/basic_resp/img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1b1b1b;
}

.back-to-top i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
}

#header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  background: none;
  transition: all 0.2s ease-out;
}

#header.header-bg {
  background: #222;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}

.header-area {
  padding: 0 20px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  box-sizing: border-box;
}

#L_SITE_LOGO {
  float: left;
}

#L_SITE_LOGO h1 {
  margin: 0;
}

#L_SITE_LOGO a {
  height: 80px;
  display: flex;
}

#L_SITE_LOGO img {
  align-self: center;
}

@media only screen and (max-width: 1200px) {
  #wrapper {
    min-width: 320px;
  }
  .header-area {
    position: relative;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  #L_SITE_LOGO {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1024px) {
  #header {
    height: auto;
  }
  #wrapper {
    min-width: auto;
  }
  .header-area {
    position: relative;
    padding: 0;
    height: 65px;
    width: 100%;
  }
  #L_SITE_LOGO a {
    height: 65px;
  }
  #L_SITE_LOGO img {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area {
    height: 50px;
  }
  #L_SITE_LOGO {
    padding: 0 20px;
  }
  #L_SITE_LOGO a {
    height: 50px;
  }
}
/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb {
  z-index: 999;
}

.navigation .menu-item > a {
  display: inline-block;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.navigation .menu-item.on > a {
  color: #53e7e1;
}

/*.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#53e7e1;}*/
.navigation .menu-item > a:hover {
  text-decoration: none;
  color: #53e7e1;
}

@media only screen and (min-width: 1200px) {
  #menuArea {
    float: right;
  }
  /* #gnb{display:block !important;}*/
  .navigation {
    margin: 28px 0 0;
  }
  .navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  .navigation .menu-item {
    position: relative;
    float: left;
    font-size: 14px;
  }
  .navigation .menu-item:before {
    display: inline-block;
    margin: 0 15px;
    content: " ";
    color: #fff;
  }
  .navigation .menu-item:first-child:before {
    display: none;
  }
  .navigation .menu-item > a {
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 1200px) {
  #gnb {
    display: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #000;
    opacity: 0.8;
  }
  #gnb {
    position: absolute;
    top: 65px;
    border-bottom: 1px solid #ddd;
  }
  #gnb .navigation .menu-item:last-child a {
    border-bottom: 0;
  }
  #menuArea {
    width: 100%;
    height: 100%;
  }
  #menuArea.open {
    background: #000;
  }
  nav [data-type=menu-btn] {
    z-index: 1000;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s all linear;
    transform: translateY(-50%);
  }
  nav [data-type=menu-btn] span {
    display: block;
    position: absolute;
    left: 1px;
    width: 22px;
    height: 3px;
    transition: 0.3s all linear;
    background: #fff;
  }
  nav [data-type=menu-btn] span:nth-child(1) {
    top: 4px;
    transform: rotate(0deg);
  }
  nav [data-type=menu-btn] span:nth-child(2),
  nav [data-type=menu-btn] span:nth-child(3) {
    top: 11px;
    transform: rotate(0deg);
  }
  nav [data-type=menu-btn] span:nth-child(4) {
    top: 18px;
  }
  nav.open [data-type=menu-btn] span:nth-child(1) {
    left: 50%;
    width: 0;
  }
  nav.open [data-type=menu-btn] span:nth-child(2) {
    transform: rotate(45deg);
  }
  nav.open [data-type=menu-btn] span:nth-child(3) {
    transform: rotate(-45deg);
  }
  nav.open [data-type=menu-btn] span:nth-child(4) {
    left: 50%;
    width: 0;
  }
  .navigation .menu-item > a {
    padding: 0 25px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    transition: none;
    border-bottom: 1px solid #555;
    color: #fff;
  }
  .navigation .menu-item:first-child > a {
    border-top: 1px solid #555;
  }
  .navigation .menu-item.on > a {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #gnb {
    top: 50px;
  }
  #btnMenuOpen {
    right: 20px;
  }
  nav [data-type=menu-btn] {
    right: 20px;
  }
  .navigation .menu-item > a {
    padding: 0 20px;
  }
}
/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn {
  font-family: "Malgun Gothic", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 24px;
}

.btn:focus, .btn:active {
  outline: none;
  color: #fff;
}

.btn-custom {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  background-color: #003aaf;
  border-color: #003aaf;
  color: #fff;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #00208e;
  border-color: #00208e;
  color: #fff;
}

.btn-custom-outline {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #fff;
}

.btn-custom-outline:hover, .btn-custom-outline:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-bar a {
  margin-right: 10px;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  height: 38px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #003aaf;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#section-6 {
  height: 300px !important;
}

#footer {
  position: absolute;
  padding: 40px 0px;
  width: 100%;
}

#footer {
  min-height: 130px;
  background: #1f1f1f;
}

.footer-area {
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
}

.footer-area:after {
  content: "";
  display: block;
  clear: both;
}

.foot-logo {
  border-bottom: solid 1px #363636;
  padding-bottom: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.foot-logo > img {
  width: 125px;
}

.footer-menu {
  display: block;
  float: right;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 10px;
  border-left: 1px solid #5d5d5d;
}

.footer-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.footer-menu li a {
  line-height: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

.footer-menu li.privacy a {
  color: #b8b8b8;
}

.footer-info {
  color: #a5a5a5;
}

.footer-info p:nth-of-type(1) {
  margin-bottom: 10px;
}

.footer-info span {
  color: #5d5d5d;
}

@media only screen and (max-width: 1200px) {
  .footer-area {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 980px) {
  .footer-area {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 0 20px;
  }
  .foot-logo {
    float: none;
    padding: 0;
    margin: 0 auto 20px;
  }
  .footer-info {
    float: none;
    width: 100%;
    text-align: left;
  }
  .footer-menu {
    display: block;
    float: none;
    margin: 20px 0;
  }
  .footer-menu li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .footer-menu li a {
    font-size: 12px;
  }
  .footer-info, .footer-info a {
    font-size: 12px;
  }
  .footer-info p:nth-of-type(1) {
    margin-bottom: 5px;
  }
}
/* fullPage 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#fullpage > .section > .intro {
  height: 100vh;
}

#fullpage {
  position: relative;
  top: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
}

.quick {
  position: fixed;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 100000;
}

.quick ul {
  position: relative;
}

/* .quick ul:before{content:''; display:block; width:1px; height:170px; background:#d3d3d3; position: absolute; left: 50%; top: 11px; z-index:-1} */
.quick li {
  position: relative; /*margin-bottom:22px; */
  margin: 20px auto;
  border-radius: 35px;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.quick li:last-child {
  margin-bottom: 0;
}

.quick li.on {
  background: transparent;
  border: solid 4px #339894;
  width: 16px;
  height: 16px;
  opacity: 1;
}

/* .quick li.on:before{position: absolute; top:-8px; display: inline-block; padding-left:15px; height:30px; border-radius:100px; background:#ffb300; z-index:-1; line-height:30px;  color:#fff; opacity: 1; font-family: Roboto; font-weight:500; font-size:15px;}*/
.quick li:before {
  position: absolute;
  top: -10px;
  display: inline-block;
  padding-left: 15px;
  height: 30px;
  border-radius: 100px;
  z-index: -1;
  line-height: 30px;
  color: #fff;
  opacity: 0.7;
  font-family: Roboto;
  font-weight: 500;
  font-size: 15px;
}

.quick li:nth-child(1):before {
  content: "EVEXIA";
  width: 90px;
  left: -72px;
}

.quick li:nth-child(2):before {
  content: "e-drugs";
  width: 90px;
  left: -82px;
}

.quick li:nth-child(3):before {
  content: "CORE TECHNOLOGY";
  width: 185px;
  left: -170px;
}

.quick li:nth-child(4):before {
  content: "FAQ";
  width: 70px;
  left: -55px;
}

.quick li:nth-child(5):before {
  content: "CONTACT US";
  width: 140px;
  left: -120px;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .quick li:nth-child(1):before {
    line-height: 31px;
  }
  .quick li:nth-child(1).on:before {
    line-height: 31px;
  }
  .quick li.on:before {
    line-height: 35px;
  }
  .quick li:before {
    line-height: 35px;
  }
}
@media only screen and (max-width: 1300px) {
  .quick li:before {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .quick {
    display: none;
  }
}
/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents {
  z-index: 88;
}

.section .intro {
  color: #fff;
  font-family: "Roboto", "Noto Sans KR";
}

.section .intro {
  display: table;
  width: 1220px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}

.section .intro .conf {
  display: table-cell;
  vertical-align: middle;
}

.section .intro h2 {
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -1px;
}

.section .intro h4 {
  font-size: 36px;
  font-weight: 300;
}

/* Main Visual */
#section-1 {
  background: url("/images/kor01r-25-0465/main_visual_bg.png") no-repeat 30% center/cover;
}

#section-1 h1 {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 20px 0 40px;
  padding: 0 20%;
}
#section-1 h1 p {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #section-1 h1 p {
    font-size: 32px;
  }
}
#section-1 h1 p:not(:last-child) {
  margin-bottom: 20px;
}

#section-1 h5 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto";
  border: solid 1px rgba(255, 255, 255, 0.3490196078);
  display: inline-block;
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #section-1 h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 980px) {
  #section-1 {
    background-position: 40% center;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    background-position: 60% center;
  }
  #section-1 h5 {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  #section-1 {
    background-position: 60% center;
  }
}
/* COMPANY */
#section-2 {
  background: url("/images/kor01r-25-0465/section1_bg.png") no-repeat center center/cover;
}

#section-2 .intro h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 700;
  word-break: keep-all;
}

#section-2 .intro h4 .box {
  background: url(/images/kor01r-25-0465/sec2_box.png) no-repeat center center/cover;
  width: 93px;
  height: 93px;
  position: absolute;
  top: -23px;
  right: -50px;
}

#section-2 .intro p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
  width: 65%;
  word-break: keep-all;
}

#section-2 .intro p .hL {
  box-shadow: inset -1px -12px rgba(255, 186, 1, 0.3411764706);
}

@media screen and (max-width: 767px) {
  #section-2 .intro h4 .box {
    display: none;
  }
  #section-2 .intro h4 {
    margin-bottom: 30px;
  }
  #section-2 .intro p {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #section-2 .intro p {
    font-size: 16px;
  }
}
/* CORE TECHNOLOGY */
#section-3 {
  background: #efefef;
}
#section-3 h2 {
  font-size: 40px;
  color: #111;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #section-3 h2 {
    font-size: 32px;
  }
}
#section-3 h4 {
  font-size: 26px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: 20px 0 40px 0;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #section-3 h4 {
    font-size: 20px;
  }
}
#section-3 h4 b {
  color: #19afaa;
}
#section-3 .tit {
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  border: 1px solid #19af78;
  line-height: 1.2;
  padding: 10px 20px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #section-3 .tit {
    font-size: 18px;
  }
}
#section-3 .tit b {
  font-weight: 500;
  color: #19af78;
}
#section-3 .txt-con.txt-con-mo {
  display: none;
}
#section-3 .txt-con .flex-area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#section-3 .txt-con .flex-area > div {
  width: calc(50% - 20px);
}
#section-3 .txt-con .img-area {
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 40px 15px;
}
#section-3 .txt-con .img-area img {
  align-self: center;
}
#section-3 .txt-con .txt-area .box-tit {
  position: relative;
  background: #19af78;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #section-3 .txt-con .txt-area .box-tit {
    font-size: 16px;
  }
}
#section-3 .txt-con .txt-area .box-tit:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url(/images/kor01r-25-0465/sec3_arrow.png);
  position: absolute;
  right: -20px;
  top: 0;
  background-size: 20px 100%;
}
#section-3 .txt-con .txt-area .txt {
  text-align: left;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
}
#section-3 .txt-con .txt-area .txt dt {
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #section-3 .txt-con .txt-area .txt dt {
    font-size: 14px;
  }
}
#section-3 .txt-con .txt-area .txt dt:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(/images/kor01r-25-0465/sec3_ico_bulb.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#section-3 .txt-con .txt-area .txt dd {
  font-size: 15px;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #section-3 .txt-con .txt-area .txt dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  #section-3 .conf {
    padding: 100px 0;
  }
  #section-3 .txt-con.txt-con-web {
    display: none;
  }
  #section-3 .txt-con.txt-con-mo {
    display: block;
  }
  #section-3 .txt-con .flex-area > div {
    width: 100%;
  }
  #section-3 .txt-con .txt-area .box-tit:after {
    display: none;
  }
}

/* FAQ */
#section-4 {
  background: url(/images/kor01r-25-0465/section4_bg.png) no-repeat center center/cover;
}
#section-4 h2 {
  margin-bottom: 40px;
}
#section-4 .whois-board-row-subject {
  text-align: left;
}
#section-4 .whois-board-row-subject a {
  color: #fff;
}
#section-4 .whois-board-row-content {
  text-align: left;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #section-4 .whois-board-row-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #section-4 h2 {
    margin-bottom: 30px;
  }
}

/* CONTACT US */
#section-5 {
  background: url("/images/kor01r-25-0465/section5_bg.png") no-repeat center center/cover;
}

@media only screen and (max-width: 1200px) {
  .section .intro {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .section .intro {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section .intro h2 {
    font-size: 38px;
  }
  .section .intro h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 680px) {
  .section .intro .conf {
    padding: 100px 0;
  }
}