/**����**/
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  color: #222;
  overflow-x: hidden;
  font-family: "Pretendard", "sans-serif";
  text-decoration: none;
  border: 0;
  width: 100%;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Pretendard", sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

textarea,
select {
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}
.placeholdersjs {
  color: #aaa !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**��Ʈ**/

/* @font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
} */

/*main*/

.main_back {
  background: url(../img/main_img.jpg) no-repeat 50% 0;
}

.main_txt {
  text-align: center;
  margin: 102px auto;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.main_txt h2 {
  margin-top: 15px;
  font-size: 36px;
  white-space: pre-line;
}

.main_txt p {
  font-size: 18px;
  opacity: 0.8;
  margin-top: 15px;
  font-weight: 300;
}

/*contop*/

section#con_top {
  background: #ecf4ff;
  padding: 100px 0;
}
.contop_in {
  width: 1200px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.contop_in div:last-child {
  margin-right: 0;
}
.contop_con {
  width: 33.3%;
  text-align: center;
  margin-right: 30px;
  border: 1px solid #7897d138;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 6px 3px #7897d138;
}

/* 버전 2 */
.contop_in2 {
    width: 1200px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contop_in2 div:last-child {
  margin-right: 0;
}


.contop_con2 {
  width: calc(20.0% - 20px);
  text-align: center;
  margin: 10px 10px;
  border: 1px solid #7897d138;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 6px 3px #7897d138;
}

.contop_con a {
  width: 100%;
  display: block;
}
.contop_con p {
  white-space: pre-line;
  padding-bottom: 10px;
  font-weight: 400;
  color: #334a74;
}

.contop_con2 p {
  white-space: pre-line;
  padding-bottom: 10px;
  font-weight: 400;
  color: #334a74;
}

.contop_t {
  text-align: center;
  font-size: 34px;
  padding-bottom: 70px;
}
.contop_t h2 span {
  color: #0060ee;
}
.click_btn {
  display: block;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 10px;
  background: #0060ee;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
}
/*con01*/

section#con01 {
  background: url(../img/con01_back.png) no-repeat 50% 0;
  background-size: cover;
}

.con01_back {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.con01_left {
  display: inline-block;
  padding: 100px 0 287px;
}

.con01_left h2 {
  font-size: 34px;
  font-weight: 700;
}

.con01_left p {
  font-size: 18px;
  white-space: pre-line;
  margin-top: 20px;
  color: #6d6f72;
  font-weight: 300;
  line-height: 133%;
}

.con01_flex {
  display: flex;
  margin-top: 50px;
}

.con01_box {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c3d6f9;
}

.con01_num {
  margin: 10px 0 0 10px;
  display: inline-block;
  background: #0060ee;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
}

.con01_con {
  text-align: center;
}
.con01_con h3 {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 500;
}

.next_btn {
  padding: 0 10px;
  align-self: center;
}

.con01_right {
  display: inline-block;
}

/*con02*/

section#con02 {
  text-align: center;
  padding-bottom: 72px;
}

.con02_t h2 {
  font-size: 34px;
  font-weight: 700;
  margin-top: 30px;
}

.con02_t p {
  font-size: 18px;
  font-weight: 300;
  white-space: pre-line;
  margin-top: 20px;
  color: #6d6f72;
  line-height: 133%;
}

.con02_b {
  display: flex;
  width: 890px;
  margin: 40px auto 0;
}
.con02_con {
  width: 33.3%;
}

.con02_num {
  margin: 0 auto;
}

.con02_con h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}

img.display_img {
  padding-left: 25px;
}

section#ft {
  background: #20222b;
}

.ft_in {
  padding: 20px 0 25px;
}

.ft_in p {
  color: #898e94;
  font-size: 14px;
  font-weight: 300;
  padding-top: 8px;
  text-align: center;
  word-break: keep-all;
}

.ft_copy {
  color: #64686e !important;
  font-weight: 400 !important;
  padding: 30px 0 0 !important;
}

@media (max-width: 768px) {
  .contop_con2{
    width: 100%;
  }

  .contop_con2 {
      /* width: 250px; */
      /* max-width: 100%; */
      /* margin: 0px auto 20px; */
      font-size: 15px;
      /* padding: 20px; */
  }


}




/* https://a-planner.com/landing/landing2.php */
