@charset "UTF-8";

@media (max-width:992px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
	  position:relative;
  }
.nexti{
  text-align: center;
}
  * {
    padding: 0px;
    margin: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    outline: none;
  }

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

  .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
  }

  /*icon*/
  .sicon {
    margin-left: 5px;
    margin-top: -3px;
    line-height: 1.5;
  }

  a[href^="tel:"] {
    color: #7A7878;
    text-decoration: none;
  }

  /*typography*/
  p {
    font-size: 16px;
  }

  .psize {
    font-size: 17px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
  }

  h2 {
    font-size: 20px;
  }

  h3 {}

  h4 {
    font-size: 1.5em;
  }

  .copyr {
    font-size: 12px;
  }
  .lead {
    font-size: 17px;
    text-align: center;
  }
  /* 220420 수정 --> 폰트 사이즈 2px 크게 */
  .lead-bg {
    font-size: 19px;
  }

  span {
    font-weight: 600;
  }

  .alink {
    color: #181818;
    text-decoration: underline;
    font-weight: 600;
  }

  /*line Height*/
  .lh-15 {
    line-height: 1.5em;
  }

  .lh2 {
    line-height: 30px;
    text-align: center;
  }

  .text-footer {
    color: #7A7878;
  }

  .text-primary {
    color: #1A3A5F;
  }

  /*font color*/
  .c-black {
    color: #181818;
  }

  /*container*/
  .hero {
    height: 100vh;
    padding-top: 130px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .hero>.container {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .hero2 {
    height: 700px;
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero2>.container {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .container-table {
    display: block;
  }

  .vertical-center-row {
    display: block;
    vertical-align: top;
  }

  .little-title {
    display: flex;
    justify-content: center;
    padding: 30px;
  }

  /*background*/
  .bg-primary {
    background-color: #1A3A5F;
  }

  .bg-gray {
    background-color: #F8F8FA;
  }

  .bg-footer-gray {
    background-color: #221E1F;
  }

  .bg-img-laber {
    background: url('/images/main/img_labor_bg_mobile@2x.png') no-repeat;
    background-position: center;
    background-size: cover!important;
  }

  .bg-img-main {
    height: 100%;
	padding-bottom:92%;
    background:url('/images/mobile/main-bg.png') no-repeat;
    background-size: 125%;
	background-position:bottom;
    text-align: center;
  }

  /*btn*/
  .btn-outline-primary {
    background-color: white;
    margin-top: 25px;
    width: 100%;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: 12.7px 25px 11.3px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 10px;
  }

  .btn-outline {
    margin: auto;
    display: block;
    width: 200px;
    margin-bottom: 25px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-color: #fff;
  }

  .btn-outline:hover {
    color: #fff;
  }

  .btn-white {
    margin: auto;
    display: block;
    width: 200px;
    color: #1A3A5F;
    border: 2px solid white;
    background-color: #fff;
  }

  .btn-white:hover {
    color: #1A3A5F;
  }

  .btn-primary {
    display: block;
    color: #fff;
    border: none;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #1A3A5F;
    border: 2px solid #1A3A5F;
  }

  .btn.focus, .btn:focus, .btn:hover {
    color: ;
    text-decoration: none;
  }

  .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1A3A5F;
    border-color: rgba(0, 0, 0, 0);
  }

  .btn-primary3 {
    width: 100%;
    height: 54px;
    padding-top: 12px;
    color: #fff;
    border: none;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #1A3A5F;
    border: 2px solid #1A3A5F;
  }

  .btn-primary2 {
    width: 100%;
    height: 54px;
    padding-top: 12px;
    color: #fff;
    border: none;
    margin-top: auto;
    margin-bottom: 25px;
    background-color: #1A3A5F;
    border: 2px solid #1A3A5F;
  }

  .btn-outline-primary2 {
    width: 100%;
    height: 54px;
    padding-top: 12px;
    color: #1A3A5F;
    border: 2px solid #1A3A5F;
  }

  /*shadow*/
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  }

  .shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  }

  .shadow-lg {
    box-shadow: none !important;
  }

  .shadow-none {
    box-shadow: none !important;
  }

  /*padding*/
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .p-0 {
    padding: 0;
  }

  .pt-1 {
    padding-top: 1rem;
  }

  .pt-2 {
    padding-top: 2rem;
  }

  .pt-3 {
    padding-top: 3rem;
  }

  .pt-4 {
    padding-top: 4rem;
  }

  .pt-5 {
    padding-top: 5rem;
  }

  .pt-10 {
    padding-top: 0rem;
  }

  .pb-2 {
    padding-bottom: 0rem;
  }

  .pb-3 {
    padding-bottom: 3rem;
  }

  .pb-4 {
    padding-bottom: 1rem;
  }

  .pb-5 {
    padding-bottom: 5rem;
  }

  .pb-10 {
    padding-bottom: 0rem;
  }

  .ptb-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /*margin*/
  .mtb-80px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-1 {
    margin-top: 1rem;
  }

  .mt-2 {
    margin-top: 2rem;
  }

  .mt-3 {
    margin-top: 3rem;
  }

  .mt-4 {
    margin-top: 4rem;
  }

  .mt-10 {
    margin-top: 10rem;
  }

  .mt-15 {
    margin-top: 1rem;
  }

  .ml-1 {
    margin-left: 0rem;
  }

  .mb-2 {
    margin-bottom: 2rem;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .mb-10 {
    margin-bottom: 5rem;
  }

  .mb-15 {
    margin-bottom: 2rem;
  }

  .ml-2 {
    margin-left: auto;
  }

  .ml-3 {
    margin-left: 3rem;
  }

  .ml-4 {
    margin-left: 4rem;
  }

  .mmt {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /*display*/
  .d-none {
    display: none !important;
  }

  .d-inline {
    display: inline !important;
  }

  .d-inline-block {
    display: inline-block !important;
  }

  .d-block {
    display: block !important;
  }

  .d-table {
    display: table !important;
  }

  .d-table-row {
    display: table-row !important;
  }

  .d-table-cell {
    display: table-cell !important;
  }

  .d-flex {
    display: flex !important;
  }

  .d-inline-flex {
    display: inline-flex !important;
  }

  .flex-row {
    flex-direction: row !important;
  }

  .flex-column {
    flex-direction: column !important;
  }

  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-wrap {
    flex-wrap: wrap !important;
  }

  .flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-fill {
    flex: 1 1 auto !important;
  }

  .flex-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-start {
    justify-content: flex-start !important;
  }

  .justify-content-end {
    justify-content: flex-end !important;
  }

  .justify-content-center {
    justify-content: center !important;
  }

  .justify-content-between {
    justify-content: space-between !important;
  }

  .justify-content-around {
    justify-content: space-around !important;
  }

  .align-items-start {
    align-items: flex-start !important;
  }

  .align-items-end {
    align-items: flex-end !important;
  }

  .align-items-center {
    align-items: center !important;
  }

  .align-items-baseline {
    align-items: baseline !important;
  }

  .align-items-stretch {
    align-items: stretch !important;
  }

  .align-content-start {
    align-content: flex-start !important;
  }

  .align-content-end {
    align-content: flex-end !important;
  }

  .align-content-center {
    align-content: center !important;
  }

  .align-content-between {
    align-content: space-between !important;
  }

  .align-content-around {
    align-content: space-around !important;
  }

  .align-content-stretch {
    align-content: stretch !important;
  }

  .align-self-auto {
    align-self: auto !important;
  }

  .align-self-start {
    align-self: flex-start !important;
  }

  .align-self-end {
    align-self: flex-end !important;
  }

  .align-self-center {
    align-self: center !important;
  }

  .align-self-baseline {
    align-self: baseline !important;
  }

  .align-self-stretch {
    align-self: stretch !important;
  }

  /*typo 부트스트랩 덮기*/
  .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .info-pinpl {
    font-size: 18px;
  }

  .img-m {
    width: 80%;
  }

  /*메인 페이지 tab*/
  /*Tab*/
  .tabby2{
    margin-bottom:50px;
  }
  .reg-img.mtitle-img {
    margin: auto;
    margin-bottom: 35px;
    width: 250px;
  }

  .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .nav-tabs>li>a {
    color: #181818;
  }

  .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li.active>a:hover {
    color: #1A3A5F;
    font-weight: 700;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 4px solid #1A3A5F;
  }

  .nav-tabs>li.active>a>h1,
  .nav-tabs>li.active>a>h1:focus,
  .nav-tabs>li.active>a>h1:hover {
    color: #1A3A5F;
    font-weight: 700;
    cursor: default;
  }

  .nav-tabs>li.active>a>h4,
  .nav-tabs>li.active>a>h4:focus,
  .nav-tabs>li.active>a>h4:hover {
    color: #1A3A5F;
    font-weight: 700;
    cursor: default;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
  }

  .nav>li>a h4 {
    font-size: 14px;
  }

  .nav-tabs>li>a:hover {
    border: none;
    border-bottom: none;
  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
  }

  /*Tab (mobile)*/
  .quick-guide {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  /*탭 클릭시 보이는 내부 컨텐츠 (mobile)*/
  .tab-c {
    font-size: 16px;
  }

  .intab {
    height: auto;
  }

  .intab-text {
    padding: 20px;
    padding-bottom: 35px;
    height: auto;
  }

  .intab-img {
    height: auto;
  }

  .intab-img img {
    padding: 20px;
    height: auto;
    margin: auto;
  }

  .magazine-img {
    padding: 50px;
  }

  /*메인 비디오 썸네일*/
  /*201209 이은지 수정*/
  .v-thumbnail-row {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin-top: 69px;
  }

  /*201209 이은지 수정*/
  .v-thumbnail {
    color: #181818;
    display: inline-block;
    cursor: pointer;
    width: 193px;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  /*201209 이은지 수정*/
  .v-thumbnail-last {
    color: #181818;
    display: inline-block;
    cursor: pointer;
    width: 193px;
    margin: auto;
  }

  /*201209 이은지 수정*/
  .v-thumbnail-sub {
    width: auto;
  }

  /*201209 이은지 수정*/
  .v-thumbnail-sub img {
    width: auto;
    cursor: pointer;
  }

  /*201209 이은지 수정*/
  .v-modal-content {
    margin-top: 300px;
  }

  /*전자근로계약서*/
  .card-header h4 {
    font-weight: 600;
  }

  #funcGuide tr {
    border-top: 1px solid #CBCBCC
  }

  #funcGuide td {
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #CBCBCC
  }

  #funcGuide tr:first-child td {
    border-top: 2px solid #CBCBCC;
    padding-top: 20px;
  }

  .footing {
    width:90%;
    margin:auto;
    margin-bottom: 20px;
  }

  /*사용설명서*/
  .video-window {
    margin-top: 45px;
  }

  .youtube-title {
    margin-bottom:20px;
    text-align: center;
  }

  .tab-content {
    padding-top: 50px;
  }

  .chart3 {
    padding-bottom: 0;
    height: auto;
  }
  .download-place{
    display: block;
  }
  /*요금안내*/
  .t-handle tr th {
    font-size: 15px;
  }

  .price-card img {
    padding-bottom: 30px;
    width: 250px;
    margin: auto;
  }

  .pin5 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
/*핀플 매거진*/
.masthead-brand{
  display: flex;
  margin:0px;
  font-size: 15px;
}
  /*Footer*/
  .hr1 hr {
    border-top: 1px solid #7A7878;
  }

  .hr2 hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-menu>li {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-align {
    flex-direction: row !important;
    display: block;
  }

  .footer-menu li a {
    color: #7A7878;
    text-decoration: none;
  }

  .footer-menu li a:hover {
    color: rgba(204, 204, 204, 0.8);
    text-decoration: none;
  }

  .footer-menu li:first-child {
    color: #fff;
  }

  .footer-menu {
    list-style: none;
    width: 100%;
  }

  .footer-menu-end {
    list-style: none;
    width: auto;
  }

  .footer-bot {
    flex-direction: row !important;
    display: block;
  }

  .pcontact a {
    color: #181818;
    text-decoration: none;
  }

  .copyr {
    text-align: center;
    font-size: 12px;
  }

  .footer-sns {
    text-align: center;
    flex-direction: row !important;
    display: block;
    justify-content: center !important;
  }

  .footer-logo {
    text-align: center;
  }
  .manualMobile strong{display:block;word-break:keep-all;}

  .pinplcard1{padding-bottom: 30px!important;}
}
/* 220422 문지희 수정 */
@media (max-width:375px) {
  .intab-text p{
    font-size: 15px;
  }
  .lead-bg {
    font-size: 18px;
  }
  .manualText.manualMobile h5{
    font-size: 15px;
  }
}

@media (max-width:455px) {
  .reg-img.mtitle-img {
    width: 200px;
  }
  .little-title {
    padding-left: 0px;
    padding-right: 0px;
  }
  .little-button {
    padding: 30px;
    padding-top: 0px;
  }
  .intab-text{
    padding-left: 0px;
    padding-right: 0px
  }
  .row.intab.pt-10.pb-10{
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .mobile3.mt-1{
    font-size: 15px;
  }

}
@media (max-width:553px) {
  .pc2.psize{
    display: none;
  }
  .mobile2.psize{
    display: block;
    position: relative;
  }
}
