@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body,
td,
form,
select,
input,
button,
textarea,
div,
option,
pre,
p,
span,
blockquote,
li,
dt,
dd,
legend,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.75;
  /* font-family: 'Noto Sans KR', sans-serif; */
}
section {
  padding: 80px 0;
  color: #777;
}
.inner {
  position: relative;
  margin: 0 auto;
}
a:hover,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
.clearfix:after {
  content:'';
  display: block;
  clear: both;
}

.tit-wrap {
  padding-bottom: 150px;
  text-align: center;
}
.tit-wrap h3 {
  font-size: 35px;
  font-weight: 600;
  color: #141414;
  text-align: center;
}
.tit-wrap p {
  margin-top: 30px;
  font-size: 20px;
}

.detail li {
  position: relative;
  padding-left: 37px;
  font-size: 20px;
}
.detail li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;

}

.visual-wrap {
  height: 500px;
  padding: 0;
  background-color:#F2F4F6;
  position:relative;
}
.visual-wrap .inner {
  height: 100%;
}
.visual-wrap .inner > div {
  float:left;
}
.visual-wrap .txt-area {
  padding-top: 80px;
}
.bigtxt {
  font-size: 20px;
  line-height: 55px;
}
.visual-wrap .txt {
  margin: 26px 50px 0px;
  font-weight: bold;
  font-size: 43px;
  color: #141414;
  letter-spacing:-0.01em;
}
.visual-wrap .smalltxt {
  font-size:20px;
  color: #787878;
  font-weight:500;
  line-height:20px;
}
.visual-wrap .midtxt {
  font-size:21px;
  color: #787878;
  font-weight:500;
  line-height:30px;
  margin-top:36px;
}
.visual-wrap .img-area {
  width:470px;
  /* margin: 110px 0 0 100px; */
  position:absolute;
  top:110px;
  right:0;
}
.visual-wrap .img-area img {
  width:100%;
}


.api-interworking .inner {
  margin:0 auto;
}
.api-interworking .txt {
  margin: 26px 0 0px;
  font-weight: bold;
  font-size: 35px;
  color: #141414;
  letter-spacing:-0.05em;
  line-height:45px;
}
.api-interworking .smalltxt {
  font-size:20px;
  color: #787878;
  font-weight:500;
  line-height:20px;
}

.api-interworking .midtxt {
  font-size:23px;
  color: #787878;
  font-weight:500;
  line-height:35px;
  margin-top:36px;
}
.api-interworking .api-example-area {
  margin-top:100px;
}
.api-interworking .api-example-area .apibox {
  float:left;
}
.api-interworking .code-area {
  width:530px;
  height:400px;
  background-color: #152D4C;
  border-radius: 30px;
  margin-right:70px;
  color:#fff;
  font-family: 'Ubuntu Mono', monospace;
  position:relative;
  margin-bottom:80px;
  overflow: hidden;
}
.api-interworking .code-area .massive-tab-btn {
  position: absolute;
  top:5px;
  right:30px;
}
.api-interworking .code-area .event-tab-btn {
  position: absolute;
  top:5px;
  right:30px;
}
/* .api-interworking .code-area .massive-tab-btn {
  background-color:#4f7bb6;
  width:100%;
} */
.api-interworking .code-area button {
  
  height:30px;
  line-height:30px;
  border:0;
  font-size:15px;
  opacity:0.3;
  border-radius:20px;
  margin-top:10px;
  background-color: #152D4C;
}
.api-interworking .code-area button:nth-child(1) {
  margin-right:15px;
}
.api-interworking .code-area button:hover {
  background-color: #152D4C;
  transition:all 0.1s;
  opacity:1;
}
.api-interworking .code-area .active {
  background-color: #152D4C;
  opacity:1;
}
.api-interworking .code-area .code-box {
  margin:10px 0 0 55px;
  font-size:14px;
  line-height:15px;
}
/* .api-interworking .parameter-api .code-area .code-box {
  margin:15px 0 0 60px;
  line-height:14px;
} */
.api-interworking .code-area .code-red {
  color:#eb7a3d;
  font-family: 'Ubuntu Mono', monospace;
}
.api-interworking .code-area .code-blue {
  color:#1187CF;
  font-family: 'Ubuntu Mono', monospace;
}
.api-interworking .code-area .code {
  color:#fff;
  font-family: 'Ubuntu Mono', monospace;
  margin-top:15px;
}
.api-interworking .code-area .code-lang {
  font-family: 'Ubuntu Mono', monospace;
  color:#fac124;
  font-weight:500;
  font-size:18px;
  position:absolute;
  left:30px;
  top:15px;
}



.api-interworking .api-example-area .json-api {
  margin-bottom:60px;
}
.api-interworking .api-example-area .bigtxt {
  margin: 26px 0 0px;
  font-weight: bold;
  font-size: 28px;
  color: #141414;
  letter-spacing:-0.05em;
  line-height:45px;
}
.api-interworking .api-example-area .smalltxt {
  font-size:16px;
  color: #787878;
  font-weight:500;
  line-height:20px;
  margin-top:30px;
  line-height:25px;
}
.api-interworking .api-example-area .smalltxt .massive-tab-txt {
  font-size:16px;
  color: #787878;
  font-weight:500;
  line-height:20px;
  margin-top:30px;
  line-height:25px;
}
.api-interworking .api-example-area .smalltxt .event-tab-txt {
  font-size:16px;
  color: #787878;
  font-weight:500;
  line-height:20px;
  margin-top:30px;
  line-height:25px;
}
.api-interworking .api-example-area .api-description .massive-tab-txt {
  position: relative;
}
.api-interworking .api-example-area .api-description .event-tab-txt {
  position: relative;
}
.api-interworking .api-example-area .api-test-btn {
  background-color: #137546;
  border-radius:30px;
  width:250px;
  height:55px;
  position:absolute;
  top:200px; 
  left:0;
  /* margin-top:50px;
  margin-left:-230px; */
  color:#fff;
  font-size:14px;
  border: none;
  cursor: pointer;
}
.api-interworking .api-example-area .api-test-btn:hover {
  box-shadow: 2px 2px 10px 1px #aaa;
  transition: all 0.2s;
}






.api-interworking .db-example-area {
  margin-top:70px;
}
.api-interworking .db-example-area .dbtodb {
  margin-right:70px;
}
.api-interworking .db-example-area .txt-area {
  margin-left:30px;
}
.api-interworking .db-example-area .apibox {
  float: left;
  width:46%;
}
.api-interworking .db-example-area .bigtxt {
  margin: 26px 0 0px;
  font-weight: bold;
  font-size: 28px;
  color: #141414;
  letter-spacing:-0.05em;
  line-height:45px;
}
.api-interworking .db-example-area .smalltxt {
  font-size:16px;
  color: #787878;
  font-weight:500;
  line-height:20px;
  margin-top:20px;
  line-height:25px;
}
.api-interworking .db-example-area .img-area img {
  width:100%;
}

.api-process .process-txt-area .smalltxt {
  font-size:20px;
  color: #787878;
  font-weight:500;
  line-height:20px;
}

.api-process {
  margin-top: 50px;
  background-color: #F2F4F6;
}
.api-process .inner {
  margin-top:30px;
}

.api-process .process-txt-area .bigtxt {
  margin: 26px 0 0px;
  font-weight: bold;
  font-size: 35px;
  color: #141414;
  letter-spacing:-0.05em;
  line-height:45px;
}
.api-process .process-box-area {
  margin-top:70px;
}
.api-process .process-box-area .process-box {
  float: left;
  width:30%;
  height:100%;
  background-color: #fff;
  border-radius: 30px;

}
.api-process .process-box-area .box1 {
  margin-right:41px;
}
.api-process .process-box-area .box2 {
  margin-right:41px;
}
.api-process .process-box-area .process-icon {
  width:70px;
  height: 70px;
  margin:50px 0 0 30px;
}
.api-process .process-box .process-icon img {
  width:100%;
}
.api-process .process-box-area .process-title {
  margin:20px 0 0 30px;
  font-weight: bold;
  font-size: 28px;
  color: #141414;
  letter-spacing:-0.05em;
  line-height:35px;
}
.api-process .process-box-area .process-title .span-txt {
  font-size:12px;
  color:#787878;
  font-weight:400;
}
.api-process .process-box-area .process-dec {
  font-size:15px;
  color: #787878;
  font-weight:400;
  line-height:20px;
  margin:20px 0 120px 30px;
}
.api-process {
  padding-bottom:170px;
}

.api-endbanner {
  background-color: #137546;
  text-align: center;
  padding-bottom:100px;
}
.api-endbanner .bigtxt {
  margin:10px 0 50px 0;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  letter-spacing:-0.02em;
  line-height:42px;
}
.api-endbanner .btnbox .api-btn {
  background-color: #fff;
  border: none;
  color:#137546;
  width:250px;
  height:60px;
  border-radius:40px;
  font-size:17px;
  font-weight:600;
  cursor: pointer;
}
.api-endbanner .btnbox .api-btn:hover {
  box-shadow: 2px 2px 10px 1px rgb(40, 60, 99);
  transition: all 0.2s;
}

.api-endbanner .btnbox .api-btn:nth-child(1) {
  margin-right:20px;
} 





/*respond*/

.visual-wrap-mo {
  display:none;
}

@media screen and (min-width: 1201px) {
  .inner {
    width: 1080px;
    margin:0 auto;
  }
  .pc-br {
    display: none;
  }
  .iphone-br2 {
    display: none;
  }
}

@media screen and (min-width: 951px) and (max-width: 1200px){
  .inner {
    width:none !important;
  }
  .landing-wrap .txt-area {
    margin-left:30px;
  }

  .api-interworking .api-txt-area {
    text-align: center;
  }
  .api-interworking .api-example-area .apibox {
    float:none;
    display: block;
    margin: 0 auto;
  }
  .api-interworking .api-example-area .api-description {
    /* background-color: #F2F4F6; */
    width:500px;
    padding:10px 0 30px 10px;
    margin-top:10px;
    border-radius: 30px;
  }
  .api-interworking .api-example-area .code-area .code-box {
    padding:30px 0 0 0px;
  }
  .api-interworking .api-example-area .code-area .code-box .code {
    margin-top:-15px;
  }
  .iphone-br2 {
    display: none;
  }
  .pc-br {
    display: none;
  }

}

@media screen and (min-width: 751px) and (max-width: 950px){
  /* .inner {
    width:none !important;
  } */
  .visual-wrap {
    height:100%;
    padding-bottom:230px;
  }
  .visual-wrap .inner {
    position: inherit;
  }
  .visual-wrap .inner > div {
    float: none;
  }
  .visual-wrap .txt-area {
    text-align: center;
    padding-top:50px;
    top:0;
  }
  .visual-wrap .txt-area .smalltxt {
    font-size: 20px;
  }
  .visual-wrap .txt-area .bigtxt {
    font-size: 35px;
  }
  .visual-wrap .txt-area .midtxt {
    font-size: 17px;
  }
  .visual-wrap .img-area {
    position: inherit;
    width:400px;
    height:100%;
    margin: -60px auto;
  }
  
  .api-interworking .api-txt-area {
    text-align: center;
  }
  .api-interworking .api-example-area .apibox {
    float:none;
    display: block;
    margin: 0 auto;
  }
  .api-interworking .db-example-area .apibox {
    float:none;
    margin: 0 auto;
    width:60%;
  }
  .api-interworking .db-example-area .dbtodb {
    margin-bottom:40px;
  }
  
  .api-interworking .api-example-area .api-description {
    /* background-color: #F2F4F6; */
    width:500px;
    padding:10px 0 30px 20px;
    margin-top:10px;
    border-radius: 30px;
  }
  .api-interworking .api-example-area .code-area .code-box {
    padding:30px 0 0 0px;
  }
 
  .api-interworking .api-example-area .code-area .code-box .code {
    margin-top:-15px;
  }

  .api-process .process-txt-area {
    text-align: center;
  }
  .api-process .process-box-area .process-box {
    float:none;
    width:80%;
    height:270px;
    margin:0 auto;
  }
  .api-process .process-box-area .process-icon {
    padding-top:30px;
    margin-left:40px;
  }
  .api-process .process-box-area .process-box .process-dec {
    margin-right:30px;
  }
  .mo-br {
    display: none;
  }
  .pc-br {
    display: block;
    margin-left:60px;
  }


}






@media screen and (max-width: 750px){
  /* .inner {
    width:none !important;
  } */
  h3 {
    font-size:25px;
  }
  .visual-wrap {
    height:100%;
    padding-bottom:230px;
  }
  .visual-wrap .inner {
    position: inherit;
  }
  .visual-wrap .inner > div {
    float: none;
  }
  .visual-wrap .txt-area {
    text-align: center;
    padding-top:50px;
    top:0;
  }
  .visual-wrap .txt-area .smalltxt {
    font-size: 15px;
  }
  .visual-wrap .txt-area .bigtxt {
    font-size: 30px;
    line-height: 35px;
  }
  .visual-wrap .txt-area .midtxt {
    font-size: 15px;
    line-height: 20px;
  }
  .visual-wrap .img-area {
    position: inherit;
    width:300px;
    height:100%;
    margin: -60px auto;
  }
  .api-interworking .api-txt-area {
    text-align: center;
  }
  .api-interworking .api-txt-area .smalltxt {
    font-size:15px;
  }
  .api-interworking .api-txt-area .bigtxt {
    font-size:30px;
  }
  .api-interworking .api-example-area {
    margin-top:60px;
  }
  .api-interworking .api-example-area .apibox {
    float:none;
    margin: 0 auto;
    width:90%;
  }

  .api-interworking .db-example-area .apibox {
    float:none;
    margin: 0 auto;
    width:90%;
  }
  .api-interworking .db-example-area .dbtodb {
    margin-bottom:40px;
  }
  .api-interworking .api-example-area .api-description {
    /* background-color: #F2F4F6; */
    width:80%;
    padding:10px 0 30px 20px;
    margin-top:10px;
    border-radius: 30px;
  }
  .api-interworking .code-area {
    height:100%;
    padding-bottom:30px;
  }
  .api-interworking .code-area .code-box {
    margin:0px 0 0 30px;
    padding-top:5px;
  }
  .api-interworking .code-area .code-box .code-blue {
    margin-top:30px;  
    font-size:13px;
  }
  .api-interworking .code-area .code-box .code {
    margin-top:0px;  
    font-size:13px;
  }
  /* .api-interworking .api-example-area .code-area .code-box .code {
    margin-top:-15px;
  } */
  .api-interworking .parameter-api .code-area .code-box {
    margin:15px 0 0 30px;
    line-height:14px;
  }
  .api-interworking .parameter-api .code-area .code {
    margin-top: 10px;
  }
  .api-interworking .api-example-area .api-description {
    /* background-color: #F2F4F6; */
    width:90%;
    padding:10px 0 30px 0px;
    margin-top:10px;
    border-radius: 30px;
    text-align: center;
  }
  .api-interworking .api-example-area .api-description .bigtxt {
    font-size:25px;
  }
  .api-interworking .api-example-area .api-description .smalltxt {
    font-size:15px;
  }
  .api-interworking .db-example-area .txt-area {
    width:90%;
  }
  .api-interworking .db-example-area .txt-area {
    margin-left:10px;
  }
  .api-interworking .db-example-area .txt-area .bigtxt {
    font-size:25px;
    margin-top:10px;
  }
  .api-interworking .db-example-area .txt-area .smalltxt {
    font-size:15px;
  }



  .api-process .process-txt-area {
    text-align: center;
  }
  .api-process .process-txt-area .bigtxt {
    font-size: 30px;
  }
  .api-process .process-txt-area .smalltxt {
    font-size: 15px;
  }
  .api-process .process-box {
    padding-right:0;
  }
  .api-process .process-box-area .process-box {
    float:none;
    width:90%;
    height:100%;
    margin:0 auto;
    padding:0 15px 10px 0px;
  }
  .api-process .process-box-area .process-title {
    font-size:22px;
  } 
  .api-process .process-box-area .process-icon {
    padding-top:33px;
    margin-left:40px;
    width:
  }
  .api-process .process-box-area .process-dec {
    margin:20px 0 30px 30px;
  }

  .api-endbanner {
    padding-bottom:80px;
  }
  .api-endbanner .inner {
    width:90%
  }
  .api-endbanner .bigtxt {
    font-size:23px;
  }
  .api-endbanner .btnbox .api-btn {
    float: none;
    margin-right:0;
    margin-bottom:20px;
    font-size: 15px;
  }
  .api-endbanner .btnbox .api-btn:nth-child(1) {
    margin-right:0;
  }

  /* .mo-br {
    display: none;
  } */
  .pc-br {
    display: block;
    margin-left:60px;
  }
  .iphone-br {
    display: block;
  }
  .iphone-br2 {
    display: none;
  }



}