@charset "UTF-8";
/*폰트*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

/*공통*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: 'Noto Sans KR',sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  word-break: keep-all;
  height: 100%;
  min-height: 100%;
}

a {
  color: #000;
}

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

.body {
  min-height: 100%;
  position: relative;
  padding-bottom: 190px;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.m-br {
  display: none;
}

input[type="text"],
input[type="password"],
select,
textarea {
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  font-family: 'Noto Sans KR',sans-serif;
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #a1a1a1;
  font-weight: 200;
}

/*버튼*/
.btn-epta01 {
  border: none;
  background: #005e9e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
}

.btn-epta02 {
  border: none;
  background: #1963ae;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
}

.btn-epta03 {
  border: none;
  background: #005e9e;
  color: #adadad;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
}

.btn-epta04 {
  border: 1px solid #005e9e;
  background: #fff;
  color: #005e9e;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
}

.btn-epta05 {
  border: none;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
}

.btn-epta06 {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
}

/*상단네비 - 메인*/
.main-navi {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-navi .navi-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main-navi .navi-wrap h1 {
  float: left;
  margin-top: 15px;
}

.main-navi .navi-wrap .pc-navi {
  float: right;
}

.main-navi .navi-wrap .pc-navi li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.main-navi .navi-wrap .pc-navi li:last-child a {
  padding-right: 0;
}

.main-navi .navi-wrap .pc-navi li a {
  display: block;
  padding: 15px 20px;
}

.main-navi .navi-wrap .pc-navi li .pc-navi-dropmenu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 10;
  left: -20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.main-navi .navi-wrap .pc-navi li .pc-navi-dropmenu li {
  display: block;
}

.main-navi .navi-wrap .pc-navi li .pc-navi-dropmenu li:hover {
  background: #deebf1;
}

.main-navi .navi-wrap .pc-navi li .pc-navi-dropmenu li a {
  display: block;
  padding: 5px 40px;
}

.main-navi .navi-wrap .m-navi-btn {
  display: none;
}

.main-navi .navi-wrap .m-navi {
  display: none;
}

/*상단네비 - 서브*/
.navi {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.navi .navi-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.navi .navi-wrap h1 {
  float: left;
  margin-top: 15px;
}

.navi .navi-wrap .pc-navi {
  float: right;
}

.navi .navi-wrap .pc-navi li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.navi .navi-wrap .pc-navi li:last-child a {
  padding-right: 0;
}

.navi .navi-wrap .pc-navi li a {
  display: block;
  padding: 15px 20px;
}

.navi .navi-wrap .pc-navi li .pc-navi-dropmenu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 10;
  left: -20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navi .navi-wrap .pc-navi li .pc-navi-dropmenu li {
  display: block;
}

.navi .navi-wrap .pc-navi li .pc-navi-dropmenu li:hover {
  background: #deebf1;
}

.navi .navi-wrap .pc-navi li .pc-navi-dropmenu li a {
  display: block;
  padding: 5px 40px;
}

.navi .navi-wrap .m-navi-btn {
  display: none;
}

.navi .navi-wrap .m-navi {
  display: none;
}

/*메인*/
.main-visual {
  background: #deebf1;
  background: url(../img/main_img.png) no-repeat left top;
  width: 100%;
  min-height: 797px;
}

.main-visual .tin-wrap {
  background: #fff;
  float: right;
  margin-top: 180px;
  text-align: center;
  padding: 30px;
  max-width: 565px;
  width: 100%;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
}

.main-visual .tin-wrap h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.main-visual .tin-wrap h2 span {
  font-weight: 300;
  font-size: 30px;
}

.main-visual .tin-wrap h3 {
  font-weight: 300;
  line-height: 28px;
}

.main-visual .tin-wrap .tin {
  margin: 30px 0;
}

.main-visual .tin-wrap .tin .tin-no {
  border: 1px solid #ccc;
  padding: 0 15px;
  display: inline-block;
}

.main-visual .tin-wrap .tin .tin-no input {
  border: none;
  font-size: 18px;
  width: 100%;
  max-width: 230px;
}

.main-visual .tin-wrap .tin .btn-epta01 {
  width: 140px;
  margin-left: -4px;
}

.main-visual .tin-wrap .tin-buy {
  font-size: 15px;
  line-height: 25px;
}

.main-visual .tin-wrap .tin-buy span {
  color: #b6b6b6;
}

.main-visual .tin-wrap .tin-buy a {
  font-weight: bold;
}

.main-visual .tin-wrap .tin-buy a::after {
  display: block;
  content: '';
  border-bottom: 1px solid #000;
  width: 110px;
  margin: 5px auto 0 auto;
}

.index-con {
  padding: 100px 0;
}

.index-con h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.index-con .epta {
  position: relative;
  margin-bottom: 120px;
}

.index-con .epta .title {
  float: left;
}

.index-con .epta .title p {
  line-height: 30px;
}

.index-con .epta .visual {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
}

.index-con .epta-test {
  text-align: center;
}

.index-con .epta-test ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.index-con .epta-test ul li:last-child {
  margin-right: 0px;
}

.index-con .epta-test ul li .title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}

.index-con .epta-test .btn-epta01 {
  width: 250px;
}

.index-con .process {
  width: 100%;
  padding: 120px 0 120px 0;
  text-align: center;
  background: #f5f5f5;
  margin-top: 120px;
}

.index-con .process h3 {
  margin-bottom: 50px;
}

.index-con .process ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.index-con .process ul li:first-child {
  padding-left: 0;
}

.index-con .process ul li:nth-child(2n) {
  padding-top: 80px;
}

.index-con .process ul li:last-child {
  padding-right: 0;
}

.index-con .process ul li .title {
  font-weight: bold;
  font-size: 21px;
  padding: 15px 0;
}

.index-con .process ul li a {
  font-size: 15px;
  color: #005e9e;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.index-con .process ul li a::after {
  display: block;
  content: '';
  border-bottom: 1px solid #005e9e;
}

.index-con .carrot {
  width: 100%;
  background: url(../img/carrot_bg.png) no-repeat center;
  background-color: #005e9e;
  padding: 58px 0;
}

.index-con .carrot h3 {
  color: #fff;
}

.index-con .carrot p {
  color: #cbd7e5;
}

.index-con .carrot ul {
  margin: 20px 0;
}

.index-con .carrot ul li {
  color: #fff;
}

.index-con .carrot ul li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

.index-con .carrot a {
  font-size: 15px;
  color: #cbd7e5;
}

.index-con .carrot a::after {
  display: block;
  content: '';
  border-bottom: 1px solid #cbd7e5;
  width: 70px;
}

.index-con .news {
  background: #f5f5f5;
  padding: 100px 0 100px 0;
}

.index-con .news .top h3 {
  display: inline-block;
  margin-bottom: 30px;
}

.index-con .news .top .more {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  color: #8fa5a3;
}

.index-con .news .top .more::after {
  content: '';
  border-bottom: 1px solid #8fa5a3;
  display: block;
}

.index-con .news table {
  width: 100%;
  border-top: 2px solid #005e9e;
  background: #fff;
}

.index-con .news table tr {
  cursor: pointer;
}

.index-con .news table tr:hover {
  background: #ecf7ff;
}

.index-con .news table tr th {
  padding: 10px 10px;
  border-bottom: 1px solid #cacaca;
  vertical-align: middle;
  text-align: center;
  color: #005e9e;
}

.index-con .news table tr th p:first-child {
  font-size: 16px;
}

.index-con .news table tr th p:last-child {
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
}

.index-con .news table tr td {
  padding: 10px 10px;
  border-bottom: 1px solid #cacaca;
  vertical-align: bottom;
}

.index-con .news table tr td .title {
  font-weight: bold;
  font-size: 18px;
}

.index-con .news table tr td .sub {
  font-size: 15px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 950px;
  vertical-align: bottom;
}

.index-con .contact {
  margin-top: 80px;
}

.index-con .contact .top {
  text-align: center;
}

.index-con .contact .top h3 {
  margin-bottom: 10px;
}

.index-con .contact .top .bar {
  border-top: 1px solid #000;
  width: 50px;
  margin: 0 auto 20px auto;
}

.index-con .contact .top .cont-faq {
  color: #005e9e;
  font-size: 16px;
  font-weight: bold;
}

.index-con .contact .top .cont-faq::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  border-bottom: 1px solid #005e9e;
}

.index-con .contact .con-wrap {
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
}

.index-con .contact .con-wrap table {
  width: 100%;
}

.index-con .contact .con-wrap table tr th {
  width: 80px;
  text-align: left;
  color: #828282;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
  padding: 10px 0;
}

.index-con .contact .con-wrap table tr td {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

.index-con .contact .con-wrap table tr td input, .index-con .contact .con-wrap table tr td textarea {
  border: none;
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Noto Sans KR',sans-serif;
  width: 100%;
}

.index-con .contact .con-wrap table tr td textarea {
  padding: 10px;
  height: 200px;
}

/*이용약관*/
.terms {
  margin-top: 10px;
}

.terms label {
  font-size: 13px;
}

.terms label a {
  text-decoration: underline;
}

.terms .terms-con {
  display: none;
}

.terms .terms-con .top {
  position: relative;
  padding: 5px 10px;
  background: #e4e4e4;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.terms .terms-con .top .terms-close {
  position: absolute;
  top: 7px;
  right: 10px;
}

.terms .terms-con .con {
  height: 50px;
  overflow-y: scroll;
  font-size: 11px;
  padding: 10px;
  border: 1px solid #dadada;
  background: #fff;
}

.wrap-bg {
  width: 100%;
  background: #f5f5f5;
}

h2 {
  font-weight: bold;
  font-size: 30px;
}

/*로그인*/
.login-wrap {
  text-align: center;
  padding: 10% 0;
}

.login-wrap .login-con {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
}

.login-wrap .login-con .login-group {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

.login-wrap .login-con .login-group li {
  display: inline-block;
  vertical-align: middle;
}

.login-wrap .login-con .login-group li input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.login-wrap .login-con .login-group li:last-child::after {
  content: '';
  display: none;
}

.login-wrap .login-con .login-group li::after {
  content: '';
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #8f8f8f;
  vertical-align: middle;
  margin: 0 10px;
}

.login-wrap .login-con .email-join {
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
}

.login-wrap .login-con .email-join a {
  font-size: 15px;
  color: #005e9e;
  font-weight: bold;
}

.login-wrap .login-con .email-join a::after {
  content: '';
  display: block;
  width: 160px;
  margin: 5px auto 0 auto;
  height: 1px;
  background: #005e9e;
}

.login-wrap .login-con .login-sns {
  margin-top: 30px;
}

.login-wrap .login-con .login-sns h3 {
  font-weight: bold;
  background: url(../img/bg_sns_title.png) repeat-x 0;
  margin-bottom: 20px;
}

.login-wrap .login-con .login-sns h3 span {
  background: #f0faf2;
  padding: 0 10px;
}

.login-wrap .login-con .login-sns button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  border: none;
}

.login-wrap .login-con .login-sns button.login-naver {
  background: #1fc702;
}

.login-wrap .login-con .login-sns button.login-naver span {
  background: url(../img/ico_login_naver.png) no-repeat left;
  padding-left: 20px;
  background-size: 15px;
}

.login-wrap .login-con .login-sns button.login-facebook {
  background: #3a5b91;
}

.login-wrap .login-con .login-sns button.login-facebook span {
  background: url(../img/ico_login_facebook.png) no-repeat left;
  padding-left: 20px;
  background-size: 8px;
}

.login-wrap .login-con .login-sns button.login-google {
  background: #cb382e;
}

.login-wrap .login-con .login-sns button.login-google span {
  background: url(../img/ico_login_google.png) no-repeat left;
  padding-left: 25px;
  background-size: 16px;
}

.login-wrap .join-con {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
}

.login-wrap .join-con .input-box {
  display: block;
  margin-bottom: 25px;
}

.login-wrap .join-con .input-box.birth input, .login-wrap .join-con .input-box.birth select {
  width: 32.5%;
}

.login-wrap .join-con .input-box p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.login-wrap .join-con .input-box p.warning {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #ee3d3d;
}

.login-wrap .join-con .input-box p span {
  color: #8f8f8f;
  font-weight: normal;
  font-size: 14px;
}

.login-wrap .join-con .input-box label {
  margin-right: 15px;
}

.login-wrap .join-con .input-box label input[type="text"] {
  height: 30px;
}

.login-wrap .join-con .terms {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.login-wrap .join-con .terms label.all {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: block;
}

.login-wrap .join-con .terms .more {
  font-size: 13px;
  margin-top: 5px;
  color: #005e9e;
}

/*회원가입 완료 등*/
.ok-wrap {
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 10% 0;
}

.ok-wrap .ok-con {
  margin-top: 30px;
}

/*구매하기*/
.buy-faq {
  font-size: 14px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
}

.buy-faq a {
  color: #1892e4;
}

.buy-wrap {
  margin: 70px auto 150px auto;
}

.buy-wrap h2 {
  font-size: 40px;
  line-height: 50px;
}

.buy-wrap .buy-left {
  float: left;
  width: 100%;
  max-width: 600px;
}

.buy-wrap .buy-left .test-notice table {
  width: 100%;
}

.buy-wrap .buy-left .test-notice table th {
  width: 80px;
  text-align: left;
  padding: 10px 0;
  font-weight: 400;
}

.buy-wrap .buy-right {
  float: right;
  width: 100%;
  max-width: 400px;
}

.buy-wrap .buy-right a {
  font-size: 14px;
  color: #1892e4;
}

.buy-wrap .buy-right .buy-btn {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
}

.buy-wrap .buy-right .buy-btn.carrot-active {
  border: 3px solid #005e9e;
}

.buy-wrap .buy-right .buy-btn-ready {
  border: 1px solid #e9e9e9;
  background: #fff;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  cursor: default;
  color: #e9e9e9;
  font-weight: 100;
}

.buy-wrap .buy-right .buy-btn-time {
  border: 1px solid #ccc;
  background: #fff;
  width: 32%;
  font-size: 18px;
  height: 80px;
}

.buy-wrap .buy-right .buy-btn-time.carrot-active {
  border: 3px solid #005e9e;
}

.buy-wrap .buy-right .buy-pay {
  width: 100%;
  background: #f5f5f5;
}

.buy-wrap .buy-right .buy-pay .buy-pay-wrap {
  padding: 20px;
}

.buy-wrap .buy-right .buy-pay .buy-pay-wrap table {
  width: 100%;
}

.buy-wrap .buy-right .buy-pay .buy-pay-wrap table tr td {
  padding: 3px 0;
}

.buy-wrap .buy-right .buy-pay .buy-pay-wrap table.all {
  border-top: 1px solid #ccc;
}

.buy-wrap .buy-right .buy-pay .buy-pay-wrap table.all tr td {
  padding-top: 20px;
}

.buy-wrap .buy-right .buy-pay .buy-pay-wrap table.all tr td.all-pay {
  font-weight: bold;
  font-size: 30px;
}

/*서브페이지 top*/
.sub-top {
  width: 100%;
  min-height: 460px;
}

.sub-top.sub-bg01 {
  background: url(../img/sub_bg01.png) no-repeat center center;
}

.sub-top.sub-bg02 {
  background: url(../img/sub_bg02.png) no-repeat center center;
}

.sub-top.sub-bg03 {
  background: url(../img/sub_bg03.png) no-repeat center center;
}

.sub-top .wrap {
  padding-top: 100px;
}

.sub-top h2 {
  color: #fff;
  font-size: 45px;
}

.sub-top p {
  color: #fff;
  margin: 40px 0;
}

/*정규 EPTA 소개*/
.sub-wrap {
  padding: 100px 0;
}

.sub-wrap h3 {
  font-size: 30px;
  font-weight: bold;
}

.sub-wrap.epta-wrap .epta-pdf-bg {
  height: 396px;
  background: url(../img/epta_pdf_bg.png) no-repeat center;
}

.sub-wrap.epta-wrap .epta-pdf-bg div {
  padding: 50px 0 0 50px;
  color: #fff;
}

.sub-wrap.epta-wrap .epta-test-con03 table {
  text-align: center;
  border-top: 1px solid #c7c7c7;
  width: 100%;
}

.sub-wrap.epta-wrap .epta-test-con03 table tr.back {
  background: #f5fbff;
}

.sub-wrap.epta-wrap .epta-test-con03 table th {
  font-weight: bold;
  background: #f5f5f5;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 5px 0;
  vertical-align: middle;
}

.sub-wrap.epta-wrap .epta-test-con03 table th:last-child {
  border-right: none;
}

.sub-wrap.epta-wrap .epta-test-con03 table td {
  padding: 5px 0;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  vertical-align: middle;
}

.sub-wrap.epta-wrap .epta-test-con03 table td:last-child {
  border-right: none;
}

/*EPTA 모의시험*/
.epta-test-wrap .epta-test-con01 li {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
}

.epta-test-wrap .epta-test-con01 li .bold {
  margin: 20px 0 10px 0;
  font-size: 21px;
}

.epta-test-wrap .epta-test-con01 li a {
  color: #005e9e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}

.epta-test-wrap .epta-test-con01 li a::after {
  content: '';
  margin: 5px auto;
  border-top: 1px solid #005e9e;
  width: 150px;
  display: block;
}

.epta-test-wrap .epta-test-con02 li {
  width: 49%;
  border: 1px solid #dcdcdc;
  display: inline-block;
  vertical-align: top;
  min-height: 460px;
}

.epta-test-wrap .epta-test-con02 li img {
  width: 100%;
}

.epta-test-wrap .epta-test-con02 li .bold {
  margin-bottom: 10px;
  font-size: 21px;
}

.epta-test-wrap .epta-test-con02 li .bottom {
  padding: 20px;
}

.epta-test-wrap .epta-test-con04 {
  text-align: center;
}

.epta-test-wrap .epta-test-con04 li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.epta-test-wrap .epta-test-con04 li:first-child {
  padding-left: 0;
}

.epta-test-wrap .epta-test-con04 li:nth-child(2n) {
  padding-top: 80px;
}

.epta-test-wrap .epta-test-con04 li:last-child {
  padding-right: 0;
}

.epta-test-wrap .epta-test-con04 li .title {
  font-weight: bold;
  font-size: 21px;
  padding: 15px 0;
}

.epta-test-wrap .epta-test-con04 li a {
  font-size: 15px;
  color: #005e9e;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.epta-test-wrap .epta-test-con04 li a::after {
  display: block;
  content: '';
  border-bottom: 1px solid #005e9e;
}

/*회사소개*/
.epta-carrot-wrap .epta-carrot-con01 li {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
}

.epta-carrot-wrap .epta-carrot-con01 li .bold {
  margin: 20px 0 10px 0;
  font-size: 21px;
}

.epta-carrot-wrap .epta-carrot-con01 li a {
  color: #005e9e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}

.epta-carrot-wrap .epta-carrot-con01 li a::after {
  content: '';
  margin: 5px auto;
  border-top: 1px solid #005e9e;
  width: 150px;
  display: block;
}

.epta-carrot-wrap .epta-carrot-con02 {
  background: url(../img/client_bg.jpg) repeat-x;
  height: 170px;
}

.epta-carrot-wrap .epta-carrot-con03 ul li {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 60px 0;
}

.epta-carrot-wrap .epta-carrot-con03 ul li span {
  display: block;
}

.epta-carrot-wrap .epta-carrot-con03 ul li .title {
  font-weight: bold;
  font-size: 22px;
}

.epta-carrot-wrap .epta-carrot-con03 ul li .title span {
  font-size: 18px;
}

.epta-carrot-wrap .epta-carrot-con03 ul li .title::after {
  content: '';
  display: block;
  width: 30px;
  border-top: 1px solid #000;
  margin: 15px auto;
}

.epta-carrot-wrap .epta-carrot-con04 ul li {
  display: inline-block;
  vertical-align: top;
}

.epta-carrot-wrap .epta-carrot-con04 ul li img {
  margin-right: 50px;
}

.epta-carrot-wrap .epta-carrot-con04 ul li .title {
  font-weight: bold;
  font-size: 22px;
}

.epta-carrot-wrap .epta-carrot-con04 ul li .title::after {
  content: '';
  display: block;
  width: 30px;
  border-top: 1px solid #000;
  margin: 15px 0;
}

/*마이페이지 및 기타 서브페이지*/
.mypage-wrap {
  margin: 70px auto 150px auto;
  font-size: 16px;
}

.mypage-wrap .my-left {
  width: 20%;
  float: left;
}

.mypage-wrap .my-left .my-left-top {
  width: 100%;
  background: #005e9e;
  color: #fff;
  padding: 10px;
  font-size: 20px;
}

.mypage-wrap .my-left .my-left-top a {
  font-size: 13px;
  color: #a7bbc8;
}

.mypage-wrap .my-left ul li {
  border-bottom: 1px solid #ebebeb;
}

.mypage-wrap .my-left ul li:last-child {
  border-bottom: none;
}

.mypage-wrap .my-left ul li a {
  padding: 10px 10px;
  display: block;
  background: #f5f5f5;
}

.mypage-wrap .my-left ul li a:hover {
  font-weight: bold;
}

.mypage-wrap .my-left ul li a.carrot-active {
  background: #d5e5f0;
  font-weight: bold;
}

.mypage-wrap .my-con {
  width: 75%;
  float: right;
}

.mypage-wrap .my-con.my-apply .btn-epta04 {
  font-size: 15px;
  width: 150px;
}

.mypage-wrap .my-con .my-con-top .btn-wrap {
  float: right;
}

.mypage-wrap .my-con .my-tab {
  position: relative;
}

.mypage-wrap .my-con .my-tab ul li {
  float: left;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 5px 5px 0 0;
  background: #ececec;
}

.mypage-wrap .my-con .my-tab ul li:first-child {
  border-left: 1px solid #dbdbdb;
}

.mypage-wrap .my-con .my-tab ul li a {
  display: block;
  padding: 15px;
  color: #aaaaaa;
}

.mypage-wrap .my-con .my-tab ul li.carrot-active {
  border-bottom: 2px solid #fff;
  background: #fff;
}

.mypage-wrap .my-con .my-tab ul li.carrot-active a {
  color: #005e9e;
  font-weight: bold;
}

.mypage-wrap .my-con .my-tab .tab-bar {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  position: absolute;
  bottom: 1px;
  z-index: -2;
}

.mypage-wrap .my-con .my-table-col {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

.mypage-wrap .my-con .my-table-col thead tr th {
  background: #f9f9f9;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  vertical-align: middle;
}

.mypage-wrap .my-con .my-table-col thead tr th:last-child {
  border-right: none;
}

.mypage-wrap .my-con .my-table-col tbody tr td {
  padding: 10px 5px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  vertical-align: middle;
}

.mypage-wrap .my-con .my-table-col tbody tr td:last-child {
  border-right: none;
}

.mypage-wrap .my-con .my-table-col tbody tr td a {
  color: #1892e4;
}

.mypage-wrap .my-con .my-info .my-info-con {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}

.mypage-wrap .my-con .my-info .my-id {
  background: #f4f4f4;
  padding: 10px 20px;
}

.mypage-wrap .my-con .my-info .member-out {
  font-size: 14px;
  color: #7a7a7a;
  text-decoration: underline;
}

.mypage-wrap .my-con .my-info button {
  border: 1px solid #000;
  background: none;
  font-size: 16px;
  padding: 10px;
}

.mypage-wrap .notice-wrap .notice-con .notice-list {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  margin-top: 30px;
}

.mypage-wrap .notice-wrap .notice-con .notice-list thead tr th {
  background: #f9f9f9;
  padding: 3px 0;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  vertical-align: middle;
}

.mypage-wrap .notice-wrap .notice-con .notice-list thead tr th:last-child {
  border-right: none;
}

.mypage-wrap .notice-wrap .notice-con .notice-list tbody tr td {
  padding: 3px 5px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  vertical-align: middle;
}

.mypage-wrap .notice-wrap .notice-con .notice-list tbody tr td:last-child {
  border-right: none;
}

.mypage-wrap .notice-wrap .notice-con .notice-list tbody tr td a {
  color: #1892e4;
}

.mypage-wrap .notice-wrap .notice-con .notice-list-page {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.mypage-wrap .notice-wrap .notice-con .notice-list-page ul li {
  display: inline-block;
  padding: 0 10px;
}

.mypage-wrap .notice-wrap .notice-con .notice-list-page ul li a {
  color: #727272;
}

.mypage-wrap .notice-wrap .notice-con .notice-list-page ul li a.carrot-active {
  color: #1892e4;
  font-weight: bold;
}

.mypage-wrap .notice-wrap .notice-con .notice-view {
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 30px;
}

.mypage-wrap .notice-wrap .notice-con .notice-view thead tr th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 10px 10px;
}

.mypage-wrap .notice-wrap .notice-con .notice-view tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.mypage-wrap .notice-wrap .notice-con .notice-view tbody tr td.notice-view-con {
  padding: 20px;
}

.mypage-wrap .faq-wrap .faq-con {
  margin-top: 30px;
}

.mypage-wrap .faq-wrap .faq-con h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 50px;
  color: #005e9e;
}

.mypage-wrap .faq-wrap .faq-con ul {
  border-top: 1px solid #dbdbdb;
}

.mypage-wrap .faq-wrap .faq-con ul li {
  border-bottom: 1px solid #dbdbdb;
}

.mypage-wrap .faq-wrap .faq-con ul li .qustion {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 0;
}

.mypage-wrap .faq-wrap .faq-con ul li .qustion i {
  float: right;
  padding-top: 8px;
  font-size: 15px;
}

.mypage-wrap .faq-wrap .faq-con ul li p {
  /*display: none;*/
  padding: 0px 0 15px 20px;
}

.mypage-wrap .contact-wrap .contact-con {
  margin-top: 30px;
}

.mypage-wrap .contact-wrap .contact-con table {
  width: 100%;
}

.mypage-wrap .contact-wrap .contact-con table tr th {
  width: 80px;
  text-align: left;
  color: #828282;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
  padding: 10px 0;
}

.mypage-wrap .contact-wrap .contact-con table tr td {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

.mypage-wrap .contact-wrap .contact-con table tr td input, .mypage-wrap .contact-wrap .contact-con table tr td textarea {
  border: none;
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Noto Sans KR',sans-serif;
  width: 100%;
}

.mypage-wrap .contact-wrap .contact-con table tr td textarea {
  padding: 10px;
  height: 200px;
}

.paging {
  text-align: center;
  margin-top: 20px;
}

.paging ul li {
  display: inline-block;
  margin: 0 10px;
}

/*풋터*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #373737;
  color: #cecece;
  padding: 30px 0;
}

.footer .address {
  font-size: 13px;
  font-weight: 100;
  float: left;
  width: 45%;
}

.footer .address p {
  margin-bottom: 20px;
  line-height: 25px;
}

.footer .address select {
  border: none;
  padding: 5px 10px;
}

.footer .call {
  float: right;
  width: 45%;
}

.footer .call h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .call .call-con {
  width: 100%;
  border-top: 1px solid #dadada;
  padding-top: 15px;
}

.footer .call .call-con .number {
  font-size: 25px;
  font-weight: 500;
}

.footer .call .call-con .time {
  font-size: 13px;
  letter-spacing: 1px !important;
}

.footer .call .call-con .time span {
  margin-right: 10px;
}

/*시험지*/
.epta-report {
  background: #eef6fb;
  width: 100%;
  max-width: 1000px;
  border: 1px solid #cee2e1;
  font-size: 16px;
}

.epta-report .report-wrap {
  padding: 60px;
}

.epta-report .top {
  margin-bottom: 30px;
}

.epta-report .top img {
  margin-bottom: 10px;
}

.epta-report .top p {
  color: #7da5bf;
  letter-spacing: 1px;
}

.epta-report .info table {
  width: 100%;
  border-top: 1px solid #b4d3e8;
}

.epta-report .info table tr th {
  background: #ddeaf3;
  padding: 10px 0;
  border-bottom: 1px solid #b4d3e8;
  font-weight: bold;
  width: 180px;
}

.epta-report .info table tr td {
  background: #fff;
  border-bottom: 1px solid #b4d3e8;
  padding-left: 20px;
}

.epta-report .con-wrap {
  margin-top: 50px;
  border-top: 1px solid #b4d3e8;
  padding-top: 50px;
}

.epta-report .con-wrap .con-top {
  text-align: center;
  padding: 5px 0;
  background: #005e9e;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.epta-report .con-wrap .con-top span {
  padding: 0 10px;
}

.epta-report .con-wrap .report01 table {
  width: 100%;
  text-align: center;
  background: #fff;
}

.epta-report .con-wrap .report01 table tr th {
  background: #ddeaf3;
  padding: 10px 0;
  border-bottom: 1px solid #b4d3e8;
  border-right: 1px solid #b4d3e8;
  font-weight: 400;
  font-size: 12px;
}

.epta-report .con-wrap .report01 table tr th:last-child {
  border-right: none;
}

.epta-report .con-wrap .report01 table tr td {
  border-bottom: 1px solid #b4d3e8;
  border-right: 1px solid #b4d3e8;
}

.epta-report .con-wrap .report01 table tr td:last-child {
  border-right: none;
}

.epta-report .con-wrap .report01 .level {
  text-align: center;
  margin: 30px 0;
  font-size: 25px;
  font-weight: bold;
}

.epta-report .con-wrap .report01 .level span {
  color: red;
  padding-left: 15px;
}

.epta-report .con-wrap .report02 {
  padding-top: 50px;
  border-top: 1px solid #b4d3e8;
}

.epta-report .con-wrap .report02 ul {
  background: #fff;
  padding: 20px;
}

.epta-report .con-wrap .report02 ul li {
  margin-bottom: 40px;
  width: 47%;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.epta-report .con-wrap .report02 ul li:nth-child(2n) {
  margin-right: 0px;
}

.epta-report .con-wrap .report02 ul li p {
  line-height: 23px;
  font-size: 14px;
}

.epta-report .con-wrap .report02 ul li .title {
  font-size: 18px;
  font-weight: bold;
  color: #005e9e;
}

.epta-report .bottom {
  color: #7da5bf;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.print-button {
  border: none;
  background: #005e9e;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 13px;
}

/*Rater단 로그인*/
.rater-login-bg {
  width: 100%;
  background: #005e9e;
  height: 100%;
  background-size: cover;
}

.rater-login-bg .rater-login-wrap {
  padding-top: 10%;
}

.rater-login-bg .rater-login-wrap p {
  color: #fff;
  font-size: 13px;
  margin: 20px 0;
}

.rater-login-bg .rater-login-wrap .rater-login {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 40px 40px;
}

.rater-login-bg .rater-login-wrap .rater-login img {
  float: right;
}

.rater-login-bg .rater-login-wrap .rater-login h1 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 30px;
}

.rater-login-bg .rater-login-wrap .rater-login input[type="text"],
.rater-login-bg .rater-login-wrap .rater-login input[type="password"] {
  background: #fff;
  height: 40px;
  border: 1px solid #dbdbdb;
  padding: 10px 10px;
  width: 100%;
}

.rater-login-bg .rater-login-wrap .rater-login label {
  font-size: 13px;
}

.rater-login-bg .rater-login-wrap .rater-login button {
  width: 100%;
  border: none;
  background: #005e9e;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  margin-top: 40px;
}

/*Rater단 메뉴*/
.rater-name {
  width: 100%;
  padding: 20px 50px 20px 20px;
  background: #6b6b6b;
  color: #fff;
  text-align: center;
}

.rater-name .name {
  font-size: 20px;
  font-weight: bold;
}

.rater-name table {
  font-size: 13px;
  width: 100%;
  margin-top: 20px;
}

.rater-name table tr th {
  text-align: left;
  padding: 3px 0;
}

.rater-name table tr td {
  text-align: right;
}

.rater-name table tr td a {
  color: #00c2ff;
  font-weight: bold;
}

/*Rater단 EV*/
.ev-wrap {
  background: #eef6fb;
  border: 1px solid #cee2e1;
}

.ev-wrap .ev-con {
  padding: 40px;
}

.ev-wrap ul li {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cee2e1;
}

.ev-wrap ul li:first-child {
  margin-top: 0;
}

.ev-wrap ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ev-wrap ul li .top span {
  font-weight: bold;
}

.ev-wrap ul li .top span.title {
  font-size: 20px;
}

.ev-wrap ul li .ev-table {
  background: #fff;
  text-align: center;
}

.ev-wrap ul li .ev-table tbody tr td {
  padding: 0;
}

.ev-wrap ul li .ev-table tbody tr td label {
  padding: 13px 0;
  display: block;
}

.ev-wrap ul li .ev-table tbody tr td input[type="radio"] {
  width: 20px;
  height: 20px;
}

/*Rater단 popup*/
.rater-pop-wrap .rater-view {
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
}

.rater-pop-wrap .rater-view h1 {
  font-weight: bold;
  font-size: 25px;
  color: #005e9e;
  margin-bottom: 20px;
}

.rater-pop-wrap .rater-view table {
  width: 100%;
  border-top: 1px solid #ddd;
}

.rater-pop-wrap .rater-view table td {
  padding: 10px 10px 30px 10px;
}

.rater-pop-wrap .rater-view table td:first-child {
  font-weight: bold;
}

.rater-pop-wrap .level-view {
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
}

.rater-pop-wrap .level-view h1 {
  font-weight: bold;
  font-size: 25px;
  color: #005e9e;
  margin-bottom: 20px;
}

.rater-pop-wrap .level-view table {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #dbdbdb;
}

.rater-pop-wrap .level-view table tr th {
  background: #f9f9f9;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 10px 0;
}

.rater-pop-wrap .level-view table tr th:last-child {
  border-right: none;
}

.rater-pop-wrap .level-view table tr td {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  font-size: 13px;
  line-height: 20px;
}

.rater-pop-wrap .level-view table tr td:last-child {
  border-right: none;
}

/*반응형 - 아이패드프로 (세로) 기준*/
@media only screen and (max-width: 1024px) {
  /*공통*/
  .body {
    min-height: 100%;
    position: relative;
    padding-bottom: 320px;
  }
  .wrap {
    width: 95%;
  }
  /*네비 (메인)*/
  .main-navi .navi-wrap {
    width: 95%;
    padding: 10px 0;
  }
  .main-navi .navi-wrap h1 {
    margin-top: 0;
  }
  .main-navi .navi-wrap .pc-navi {
    display: none;
  }
  .main-navi .navi-wrap .m-navi-btn {
    display: block;
    float: right;
  }
  .main-navi .navi-wrap .m-navi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    min-height: 100%;
    background: #fff;
    width: 310px;
  }
  .main-navi .navi-wrap .m-navi .m-navi-top {
    background: #005e9e;
    padding: 20px;
  }
  .main-navi .navi-wrap .m-navi .m-navi-top a {
    color: #fff;
    float: right;
  }
  .main-navi .navi-wrap .m-navi .m-navi-con .m-navi-li {
    border-bottom: 1px solid #eeeeee;
  }
  .main-navi .navi-wrap .m-navi .m-navi-con .m-navi-li a {
    padding: 10px 20px;
    display: block;
  }
  .main-navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my {
    border-top: 1px solid #eeeeee;
    background: #f5f5f5;
    font-size: 16px;
  }
  .main-navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my li {
    border-bottom: 1px dashed #e0e0e0;
  }
  .main-navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my li:last-child {
    border-bottom: none;
  }
  .main-navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my li a {
    padding: 10px 40px;
    display: block;
  }
  /*네비 (서브)*/
  .navi .navi-wrap {
    width: 95%;
    padding: 10px 0;
  }
  .navi .navi-wrap h1 {
    margin-top: 0;
  }
  .navi .navi-wrap .pc-navi {
    display: none;
  }
  .navi .navi-wrap .m-navi-btn {
    display: block;
    float: right;
  }
  .navi .navi-wrap .m-navi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    min-height: 100%;
    background: #fff;
    width: 310px;
  }
  .navi .navi-wrap .m-navi .m-navi-top {
    background: #005e9e;
    padding: 20px;
  }
  .navi .navi-wrap .m-navi .m-navi-top a {
    color: #fff;
    float: right;
  }
  .navi .navi-wrap .m-navi .m-navi-con .m-navi-li {
    border-bottom: 1px solid #eeeeee;
  }
  .navi .navi-wrap .m-navi .m-navi-con .m-navi-li a {
    padding: 10px 20px;
    display: block;
  }
  .navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my {
    border-top: 1px solid #eeeeee;
    background: #f5f5f5;
    font-size: 16px;
  }
  .navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my li {
    border-bottom: 1px dashed #e0e0e0;
  }
  .navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my li:last-child {
    border-bottom: none;
  }
  .navi .navi-wrap .m-navi .m-navi-con .m-navi-li .m-navi-my li a {
    padding: 10px 40px;
    display: block;
  }
  .main-visual .wrap {
    padding-top: 200px;
  }
  .main-visual .tin-wrap {
    margin-top: 0;
    margin-right: 20%;
  }
  .index-con .epta-test ul li {
    margin-right: 10px;
    width: 32%;
  }
  .index-con .epta-test ul li img {
    width: 100%;
  }
  .index-con .process ul li {
    width: 20%;
  }
  .index-con .process ul li:nth-child(2n) {
    width: 5%;
  }
  .index-con .process ul li img {
    width: 100%;
  }
  .epta-test-wrap .epta-test-con01 li {
    margin-right: 10px;
    width: 32%;
  }
  .epta-test-wrap .epta-test-con01 li img {
    width: 100%;
  }
  .epta-test-wrap .epta-test-con04 li {
    width: 20%;
  }
  .epta-test-wrap .epta-test-con04 li:nth-child(2n) {
    width: 5%;
  }
  .epta-test-wrap .epta-test-con04 li img {
    width: 100%;
  }
  /*시험지*/
  .epta-report .con-wrap .report02 ul li {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .epta-report .con-wrap .report02 ul li:last-child {
    margin-bottom: 0px;
  }
}

/*반응형 - 아이패드 기준*/
@media only screen and (max-width: 768px) {
  /*공통*/
  .body {
    min-height: 100%;
    position: relative;
    padding-bottom: 320px;
  }
  .wrap {
    width: 95%;
  }
  .pad-disnone {
    display: none !important;
  }
  /*메인*/
  .main-visual {
    min-height: 600px;
  }
  .main-visual .wrap {
    width: 100%;
    padding-top: 0;
  }
  .main-visual .main-bg {
    background: url(../img/main_img.png) no-repeat center top;
  }
  .main-visual .tin-wrap {
    margin-top: 15%;
    margin-right: 14%;
  }
  .index-con .epta .visual {
    width: 60%;
    top: 120px;
  }
  .index-con .epta .visual img {
    width: 100%;
  }
  .index-con .epta-test ul li {
    margin-bottom: 40px;
    margin-right: 0px;
    width: 100%;
  }
  .index-con .epta-test ul li:last-child {
    margin-bottom: 0;
  }
  .index-con .process ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-con .process ul li:nth-child(3n) {
    padding-right: 0;
  }
  .index-con .process ul li:nth-child(4) {
    display: none;
  }
  .index-con .process ul li:nth-child(5) {
    padding-left: 0;
  }
  .index-con .process ul li:nth-child(6) {
    display: none;
  }
  .index-con .process ul li img {
    max-width: 210px;
  }
  .index-con .carrot {
    background: url(../img/carrot_bg.png) no-repeat left;
  }
  .index-con .news table tr td .sub {
    max-width: 600px;
  }
  .epta-test-wrap .epta-test-con01 li {
    margin-bottom: 40px;
    margin-right: 0px;
    width: 100%;
  }
  .epta-test-wrap .epta-test-con01 li:last-child {
    margin-bottom: 0;
  }
  .epta-test-wrap .epta-test-con04 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .epta-test-wrap .epta-test-con04 li:nth-child(3n) {
    padding-right: 0;
  }
  .epta-test-wrap .epta-test-con04 li:nth-child(4) {
    display: none;
  }
  .epta-test-wrap .epta-test-con04 li:nth-child(5) {
    padding-left: 0;
  }
  .epta-test-wrap .epta-test-con04 li:nth-child(6) {
    display: none;
  }
  .epta-test-wrap .epta-test-con04 li img {
    max-width: 210px;
  }
  /*구매하기*/
  .buy-wrap .buy-right {
    float: none;
    width: 100%;
    max-width: 100%;
    clear: both;
    padding-top: 30px;
  }
  /*풋터*/
  .footer .address {
    float: none;
    width: 100%;
  }
  .footer .call {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*반응형 - 아이폰플러스 기준*/
@media only screen and (max-width: 414px) {
  /*공통*/
  .m-br {
    display: block;
  }
  .phone-disnone {
    display: none !important;
  }
  .body {
    padding-bottom: 430px;
  }
  .main-navi {
    position: initial;
  }
  /*메인*/
  .main-visual {
    min-height: auto;
  }
  .main-visual .main-bg {
    display: none;
  }
  .main-visual .tin-wrap {
    position: initial;
    background: #deebf1;
    float: none;
    margin: 0 auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .main-visual .tin-wrap .tin .tin-no {
    background: #fff;
    width: 100%;
  }
  .main-visual .tin-wrap .tin .btn-epta01 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .index-con {
    padding: 60px 0 100px 0;
  }
  .index-con .epta {
    text-align: center;
  }
  .index-con .epta .title {
    float: none;
  }
  .index-con .epta .visual {
    display: none;
  }
  .index-con .process ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .index-con .process ul li:nth-child(2n) {
    display: none;
  }
  .index-con .process .btns button {
    margin-bottom: 10px;
  }
  .index-con .carrot {
    background: none;
    background-color: #005e9e;
    text-align: center;
  }
  .index-con .carrot a::after {
    margin: 0 auto;
  }
  .index-con .news table tr td .sub {
    max-width: 300px;
  }
  /*서브*/
  .sub-top .wrap {
    padding-top: 50px;
  }
  .sub-top h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .sub-top p {
    margin: 20px 0;
  }
  .sub-top .btn-epta06 {
    margin-top: 10px;
  }
  .sub-wrap h3 {
    line-height: 40px;
  }
  .sub-wrap.epta-wrap .epta-test-con03 table {
    font-size: 12px;
    line-height: 18px;
  }
  .epta-test-wrap .epta-test-con01 li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .epta-test-wrap .epta-test-con01 li:last-child {
    margin-bottom: 0px;
  }
  .epta-test-wrap .epta-test-con01 li img {
    width: 100%;
  }
  .epta-test-wrap .epta-test-con02 li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    min-height: auto;
  }
  .epta-test-wrap .epta-test-con02 li:last-child {
    margin-bottom: 0px;
  }
  .epta-test-wrap .epta-test-con02 li img {
    width: 100%;
  }
  .epta-test-wrap .epta-test-con04 li {
    margin-bottom: 40px;
    padding: 0;
  }
  .epta-test-wrap .epta-test-con04 li:nth-child(2n) {
    display: none;
  }
  .epta-carrot-wrap .epta-carrot-con01 li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .epta-carrot-wrap .epta-carrot-con01 li:last-child {
    margin-bottom: 0px;
  }
  .epta-carrot-wrap .epta-carrot-con01 li img {
    width: 100%;
  }
  .epta-carrot-wrap .epta-carrot-con03 ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .epta-carrot-wrap .epta-carrot-con04 ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .epta-carrot-wrap .epta-carrot-con04 ul li img {
    width: 100%;
    margin-right: 0;
  }
  /*마이페이지*/
  .mypage-wrap .my-left {
    display: none;
  }
  .mypage-wrap .my-con {
    float: none;
    width: 100%;
  }
  .mypage-wrap .my-con .my-con-top .btn-wrap {
    float: none;
  }
  .mypage-wrap .my-con .my-info .my-info-con .birth input {
    width: 37%;
  }
  .mypage-wrap .my-con .my-table-col thead tr th {
    line-height: 22px;
  }
  .mypage-wrap .my-con .my-table-col tbody tr td {
    line-height: 22px;
  }
  .epta-report .info table tr th {
    width: 90px;
    line-height: 22px;
  }
  .epta-report .con-wrap .report01 table tr th {
    min-width: 50px;
    line-height: 22px;
  }
}

/*반응형 - 기본 아이폰 기준*/
@media only screen and (max-width: 375px) {
  /*메인*/
  .index-con .news table tr td .sub {
    max-width: 250px;
  }
}
