#guidance {
  background-color: #f1f8fc;
  padding-bottom: 80px;
}
#guidance * {
  font-family: "NanumGothic-Regular", Dotum, sans-serif;
  outline: none;
}
#guidance .inner {
  background-color: #f1f8fc;
  width: 960px;
  margin: 0 auto;
  padding-top: 130px;
}
#guidance .inner .btn-red {
  background-color: #d72e33;
}
#guidance .inner .btn-blue {
  background-color: #00a1e4;
}
#guidance .inner .guide-section {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#guidance .inner .guide-section .guide-tab-box {
  display: flex;
  align-items: flex-end;
  background-color: #f1f8fc;
}
#guidance .inner .guide-section .guide-tab-box .guide-tab {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  background-color: #dadfe2;
  height: 65px;
  line-height: 65px;
  width: 50%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
#guidance .inner .guide-section .guide-tab-box .guide-tab:not(.on) {
  transition: background-color 0.8ms;
}
#guidance .inner .guide-section .guide-tab-box .guide-tab:not(.on):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#guidance .inner .guide-section .guide-tab-box .guide-tab.on {
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
  height: 84px;
  line-height: 84px;
}
#guidance .inner .guide-section .guide-tab-box .guide-tab.on.gentoo {
  background-color: #d72e33;
}
#guidance .inner .guide-section .guide-tab-box .guide-tab.on.cloud {
  background-color: #00a1e4;
}
#guidance .inner .guide-section .content {
  border-color: #d72e33;
  border-width: 2px;
  border-style: solid;
  padding-bottom: 70px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#guidance .inner .guide-section .content .intro {
  padding-top: 72px;
  display: flex;
  justify-content: center;
}
#guidance .inner .guide-section .content .intro .left {
  margin-right: 90px;
  width: 450px;
}
#guidance .inner .guide-section .content .intro .left .btn-box {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#guidance .inner .guide-section .content .intro .left .btn-box .btn-guide {
  margin-right: 15px;
  margin-bottom: 10px;
}
#guidance .inner .guide-section .content .intro .left .btn-box .btn-guide:last-child {
  margin-right: 0;
}
#guidance .inner .guide-section .content .intro .left .product-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 23px 0;
  margin-bottom: 60px;
}
#guidance .inner .guide-section .content .intro .left .product-list p {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
  font-weight: bold;
}
#guidance .inner .guide-section .content .intro .left .product-list p span {
  font-size: 13px;
  color: #828282;
}
#guidance .inner .guide-section .content .intro .left .product-list p.red {
  display: block;
  color: #d62828;
  font-size: 22px;
  margin: 0;
}
#guidance .inner .guide-section .content .intro .left .product-list p del {
  font-size: 13px;
  display: block;
  text-align: right;
}
#guidance .inner .guide-section .content .intro .left .product-list p.color_129aef {
  display: block;
  color:#129aef;;
  font-size: 22px;
  margin: 0;
  text-align: right;
}
#guidance .inner .guide-section .content .intro .left .red {
  display: none;
  font-size: 16px;
  line-height: 22px;
  color: #e24242;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  margin-top: 20px;
}
#guidance .inner .guide-section .content .intro .left .disabled {
  display: none;
}
#guidance .inner .guide-section .content .service-type {
  padding: 0 64px;
}
#guidance .inner .guide-section .content .service-type .article {
  min-width: 170px;
}
#guidance .inner .guide-section .content .service-type .article .img-box {
  height: 110px;
}
#guidance .inner .guide-section .content .function .title-h4 {
  margin-bottom: 68px;
}
#guidance .inner .guide-section .content .function table {
  border-collapse: collapse;
  margin: 0 auto;
}
#guidance .inner .guide-section .content .function table td, #guidance .inner .guide-section .content .function table th {
  border: 1px solid #c7c7c7;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  padding: 19px 0;
}
#guidance .inner .guide-section .content .function table thead tr {
  background-color: #f1f2f2;
}
#guidance .inner .guide-section .content .function table thead tr th {
  text-align: center;
}
#guidance .inner .guide-section .content .function table tbody tr:nth-child(even) {
  background-color: #f1f2f2;
}
#guidance .inner .guide-section .content .function table tbody td {
  text-align: center;
  color: #505050;
}
#guidance .inner .guide-section .content .function table tbody td:first-child {
  padding-left: 35px;
  text-align: left;
}
#guidance .inner .guide-section .content .purchase-process {
  padding-bottom: 60px;
}
#guidance .inner .guide-section .content .purchase-process .title-h4 {
  margin-bottom: 68px;
  margin-top: 123px;
}
#guidance .inner .guide-section .content .purchase-process .flex-section {
  padding: 0 64px;
}
#guidance .inner .guide-section .content .purchase-process .flex-section .article {
  position: relative;
  min-width: 160px;
}
#guidance .inner .guide-section .content .purchase-process .flex-section .article .img-box {
  height: 74px;
  align-items: center;
}
#guidance .inner .guide-section .content .purchase-process .flex-section .article .article-title {
  margin-bottom: 4px;
}
#guidance .inner .guide-section .content .purchase-process .flex-section .article .article-subtitle {
  font-weight: normal;
}
#guidance .inner .guide-section .content .purchase-process .flex-section .article:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 33px;
  background-image: url(//update.coolmessenger.com/_ImageServer/coolmessenger/renew2021/ico_process_arrow.png);
  right: -38px;
  top: 22px;
}
#guidance .inner .guide-section .content .purchase-box .btn-red, #guidance .inner .guide-section .content .purchase-box .btn-blue {
  width: 450px;
  margin: 0 auto;
}
#guidance .inner .guide-section .content.cloud {
  border-color: #00a1e4;
}
#guidance .inner .guide-section .content.cloud .right {
  margin-right: -5px;
}
#guidance .inner .guide-section .content.cloud .cloud {
  display: block;
}
#guidance .inner .guide-section .content.cloud .cloud table tr td:nth-child(3), #guidance .inner .guide-section .content.cloud .cloud table tr th:nth-child(3) {
  border-left: 2px solid #00a1e4;
  border-right: 2px solid #00a1e4;
}
#guidance .inner .guide-section .content.cloud .cloud table tr:first-child th:nth-child(3) {
  border-top: 2px solid #00a1e4;
}
#guidance .inner .guide-section .content.cloud .cloud table tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #00a1e4;
}
#guidance .inner .guide-section .content.cloud .cloud .purchase-process .flex-section {
  justify-content: space-around;
}
#guidance .inner .guide-section .content.cloud .cloud .purchase-process .flex-section .article {
  min-width: 110px;
}
#guidance .inner .guide-section .content.cloud .cloud .purchase-process .flex-section .article:after {
  right: -81px;
}
#guidance .inner .guide-section .content.cloud .cloud .purchase-box .red {
  display: none;
  font-size: 16px;
  line-height: 22px;
  color: #e24242;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  margin-top: 20px;
}
#guidance .inner .guide-section .content.cloud .cloud .purchase-box .disabled {
  display: none;
  cursor: default;
}
#guidance .inner .guide-section .content.cloud .gentoo {
  display: none;
}
#guidance .inner .guide-section .content.gentoo {
  border-color: #d72e33;
}
#guidance .inner .guide-section .content.gentoo .right {
  margin-right: -9px;
}
#guidance .inner .guide-section .content.gentoo .cloud {
  display: none;
}
#guidance .inner .guide-section .content.gentoo .gentoo {
  display: block;
}
#guidance .inner .guide-section .content.gentoo .gentoo table tr td:nth-child(2), #guidance .inner .guide-section .content.gentoo .gentoo table tr th:nth-child(2) {
  border-left: 2px solid #d72e33;
  border-right: 2px solid #d72e33;
}
#guidance .inner .guide-section .content.gentoo .gentoo table tr:first-child th:nth-child(2) {
  border-top: 2px solid #d72e33;
}
#guidance .inner .guide-section .content.gentoo .gentoo table tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #d72e33;
}

.btn-guide {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #233b5f;
  height: auto;
  line-height: initial;
  padding: 9.5px 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.btn-guide img {
  margin-right: 10px;
}
.btn-guide:hover {
  background-color: rgba(200, 200, 200, 0.1);
  color: #233b5f;
}
.btn-guide-v2 {
  margin-right: 15px;
  margin-bottom: 10px;
  background-color: #6C6B6BFF;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  height: auto;
  line-height: initial;
  padding: 9.5px 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.btn-guide-v2 img {
  margin-right: 10px;
}
.btn-guide-v2:hover {
  background-color: #8A8A8A;
  font-color: #FFFFFF;
  /*color: #233b5f;*/
}
#guidance .inner .btn-blue-sm{
  display: inline-block;
  padding: 10px 10px;
  background-color: #00a1e4;
  color: #ffffff;
  font-size: 13px;
  /*font-weight: bold;*/
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.btn-guide-lg, #guidance .inner .btn-red, #guidance .inner .btn-blue {
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 63px;
  line-height: 63px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: opacity 0.2s;
  font-size: 20px;
}
.btn-guide-lg:hover, #guidance .inner .btn-red:hover, #guidance .inner .btn-blue:hover {
  /* IE 7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.btn-guide-lg:disabled, #guidance .inner .btn-red:disabled, #guidance .inner .btn-blue:disabled, .btn-guide-lg.disabled, #guidance .inner .disabled.btn-red, #guidance .inner .disabled.btn-blue {
  background-color: #dbe0e3;
}

.article {
  text-align: center;
}
.article .img-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.article .article-title {
  margin-top: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #2a3f70;
  margin-bottom: 19px;
}
.article .article-subtitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #505050;
  margin-bottom: 0;
}
.article .article-subtitle span {
  color: #979797;
  letter-spacing: -1px;
}

.flex-section {
  display: flex;
  justify-content: space-between;
}

.title-h3 {
  font-size: 28px;
  line-height: 43px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 18px;
}

.sub-title-h3 {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 28px;
}

.title-h2 {
  text-align: center;
  padding-top: 95px;
  padding-bottom: 37px;
  font-size: 38px;
  color: #000000;
}

.title-h4 {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  color: #000000;
  margin-bottom: 78px;
  margin-top: 93px;
}

/*# sourceMappingURL=guidance.css.map */
